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> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Coding Basics - Google Web Toolkit - Google Code</title> <script type="text/javascript"><!-- (function(){function a(){this.t={};this.tick=function(c){this.t[c]=(new Date).getTime()};this.tick("start")}var b=new a;window.jstiming={Timer:a,load:b};if(window.external&&window.external.pageT)window.jstiming.pt=window.external.pageT;})(); var _tocPath_ = '/webtoolkit/_doc_toc.ezt'; var codesite_token = null; var logged_in_user_email = null; //--></script> <link href="/css/codesite.pack.04102009.css" type="text/css" rel="stylesheet"> <script src="/js/codesite_head.pack.04102009.js" type="text/javascript"></script> <script type="text/javascript">CODESITE_CSITimer['load'].tick('bhs');</script> <link rel="search" type="application/opensearchdescription+xml" title="Google Code" href="/osd.xml"> <!--[if IE]><link rel="stylesheet" type="text/css" href="/css/iehacks.css"><![endif]--> <link href="/css/semantic_headers.css" rel="stylesheet" type="text/css" /> <link href="/webtoolkit/css/local_extensions.css" rel="stylesheet" type="text/css"/> </head> <body class="gc-documentation"> <div id="gb"> <span> <a href="#" id="projects-dropdown" onclick="return false;" ><span style="text-decoration:underline">My favorites</span> <span style="font-size:.75em;">&#9660;</span></a> | <a id="lang-dropdown" href="/" onclick="return false;"><span style="text-decoration:underline">English</span> <span style="font-size:.75em;">&#9660;</span></a> | <a href="https://www.google.com/accounts/Login?continue=http%3A%2F%2Fcode.google.com%2Fwebtoolkit%2Fdoc%2Flatest%2FDevGuideCodingBasics.html&amp;followup=http%3A%2F%2Fcode.google.com%2Fwebtoolkit%2Fdoc%2Flatest%2FDevGuideCodingBasics.html" onclick="CODESITE_click('/gb/sc/signin');"><span style="style:text-decoration:underline">Sign in</span></a> </span> </div> <div class="gbh" style="left:0px;"></div> <div class="gbh" style="right:0px;"></div> <div id="gc-container"> <a id="top"></a> <div id="skipto"> <a href="#gc-pagecontent">Skip to page content</a> <a href="#gc-toc">Skip to main navigation</a> </div> <div id="gc-header"> <div id="logo"><a href="/"> <img src="//www.google.com/images/logos/code_logo.gif" height="40" width="167" alt="Google Code" style="border:0;margin:3px 0 0 0;"> </a></div> <div id="search"> <div id="searchForm" class="searchForm"> <form id="cse" action="http://www.google.com/cse" accept-charset="utf-8" class="gsc-search-box" onsubmit="executeGSearch(document.getElementById('gsearchInput').value); return false;"> <noscript> <input type="hidden" name="cref" value="http://code.google.com/cse/googlecode-context.xml"> </noscript> <div id="gsc-search-box"> <input id="gsearchInput" type="text" name="q" maxlength="2048" class="gsc-input" autocomplete="off" title="Google Code Search" style="width:345px"> <div id="cs-searchresults" onclick="event.cancelBubble = true;"></div> <input title="Search" id="gsearchButton" class="gsc-search-button" name="sa" value="Search" type="submit"> <div class="greytext">e.g. "ajax apis" or "open source"</div> </div> </form> </div> <!-- end searchForm --> </div> <!-- end search --> </div> <!-- end gc-header --> <div id="codesiteContent"> <a id="gc-topnav-anchor"></a> <div id="gc-topnav"> <h1 style="padding:0 0 0 6px;">Google Web Toolkit</h1> <ul id="docs" class="gc-topnav-tabs"> <li id="home_link"> <a href="/webtoolkit/" title="Google Web Toolkit home page">Home</a> </li> <li id="docs_link"> <a href="/webtoolkit/overview.html" class="selected" title="Official Google Web Toolkit documentation">Docs</a> </li> <li> <a href="http://googlewebtoolkit.blogspot.com/" title="Official Google Web Toolkit blog">Blog</a> </li> <li> <a href="/webtoolkit/community.html" title="Community home for Google Web Toolkit">Community</a> </li> <li> <a href="/webtoolkit/terms.html" title="Google Web Toolkit terms of service">Terms</a> </li> <li> <a href="/webtoolkit/download.html" title="Download Google Web Toolkit">Download</a> </li> </ul> </div> <!-- end gc-topnav --> <div class="g-section g-tpl-230"> <div class="g-unit g-first" id="gc-toc"> <ul> <li> <ul> <li><a href="/webtoolkit/download.html">Downloads</a></li> </ul> </li> </ul> <div class="line"></div> <ul> <li><h2>Learn More</h2> <ul> <li><a href="/webtoolkit/overview.html">Overview</a></li> <li><a href="/webtoolkit/business.html">Business Apps</a></li> <li><a href="/webtoolkit/learnmore-sdk.html">SDK</a></li> <li><a href="/webtoolkit/speedtracer/">Speed Tracer</a></li> <li><a href="/eclipse/index.html">Plugin for Eclipse</a></li> <li><a href="/webtoolkit/examples/">Examples</a></li> </ul> </li> <li><h2>Get Started</h2> <ul> <li><a href="/webtoolkit/gettingstarted.html">SDK</a></li> <li><a href="/webtoolkit/usingeclipse.html">Set up Eclipse</a></li> <li><a href="/webtoolkit/speedtracer/get-started.html">Speed Tracer</a></li> <li><a href="/webtoolkit/doc/latest/tutorial/index.html">Tutorials</a> <ul> <li><a href="/webtoolkit/doc/latest/tutorial/gettingstarted.html">Get Started</a> <ul> <li><a href="/webtoolkit/doc/latest/tutorial/create.html">Create a GWT Project</a></li> <li><a href="/webtoolkit/doc/latest/tutorial/design.html">Design the Application</a></li> <li><a href="/webtoolkit/doc/latest/tutorial/buildui.html">Build the User Interface</a></li> <li><a href="/webtoolkit/doc/latest/tutorial/manageevents.html">Manage Events on the Client</a></li> <li><a href="/webtoolkit/doc/latest/tutorial/codeclient.html">Code Functionality on the Client</a></li> <li><a href="/webtoolkit/doc/latest/tutorial/debug.html">Debug a GWT Application</a></li> <li><a href="/webtoolkit/doc/latest/tutorial/style.html">Apply Style</a></li> <li><a href="/webtoolkit/doc/latest/tutorial/compile.html">Compile a GWT Application</a></li> </ul> </li> <li><a href="/webtoolkit/doc/latest/tutorial/i18n.html">Internationalization</a></li> <li><a href="/webtoolkit/doc/latest/tutorial/clientserver.html">Client-Server Communication</a> <ul> <li><a href="/webtoolkit/doc/latest/tutorial/RPC.html">GWT RPC</a></li> <li><a href="/webtoolkit/doc/latest/tutorial/JSON.html">JSON</a></li> <li><a href="/webtoolkit/doc/latest/tutorial/JSONphp.html">JSON - PHP</a></li> <li><a href="/webtoolkit/doc/latest/tutorial/Xsite.html">Cross-Site</a></li> </ul> </li> <li><a href="/webtoolkit/doc/latest/tutorial/JUnit.html">JUnit Testing</a></li> <li><a href="/webtoolkit/doc/latest/tutorial/appengine.html">Google App Engine</a></li> <li><a href="/webtoolkit/doc/latest/tutorial/mvp-architecture.html">MVP Architecture</a></li> </ul> </li> </ul> </li> <li><h2>Documentation</h2> <ul> <li><a href="/webtoolkit/doc/latest/ReleaseNotes.html">What's Coming in 2.1?</a> <ul> <li><a href="/webtoolkit/release-notes.html">Release Notes</a></li> </ul> </li> <li><a href="/webtoolkit/doc/latest/DevGuideOrganizingProjects.html">Organize Projects</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html">Compile &amp; Debug</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideCodingBasics.html">Coding Basics</a> <ul> <li><a href="/webtoolkit/doc/latest/DevGuideCodingBasicsClient.html">Client-Side Code</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideCodingBasicsCompatibility.html">Compatibility with the Java Language and Libraries</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html">History</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideCodingBasicsFormatting.html">Number and Date Formatting</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideCodingBasicsDelayed.html">Programming Delayed Logic</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideCodingBasicsJSON.html">Working with JSON</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideCodingBasicsXML.html">Working with XML</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideCodingBasicsJSNI.html">JavaScript Native Interface (JSNI)</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideCodingBasicsOverlay.html">JavaScript Overlay Types</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideCodingBasicsDeferred.html">Deferred Binding</a></li> </ul> </li> <li><a href="/webtoolkit/doc/latest/DevGuideUi.html">Build User Interfaces</a> <ul> <li><a href="/webtoolkit/doc/latest/DevGuideUiBrowser.html">Cross-Browser Support</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideUiPanels.html">Layout Using Panels</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideUiWidgets.html">Widgets</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideUiCustomWidgets.html">Creating Custom Widgets</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideUiDom.html">Working with the DOM</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideUiHandlers.html">Events and Handlers</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideUiCss.html">Working with CSS</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideUiBinder.html">Declarative UI with UiBinder</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideUiImageBundles.html">Bundling Image Resources</a></li> </ul> </li> <li><a href="/webtoolkit/doc/latest/DevGuideA11y.html">Accessibility</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideI18n.html">Internationalization</a> <ul> <li><a href="/webtoolkit/doc/latest/DevGuideI18nLocale.html">Locale</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideI18nConstants.html">Constants</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideI18nMessages.html">Messages</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideI18nPluralForms.html">Plural Forms</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideUiBinderI18n.html">UiBinder</a></li> </ul> </li> <li><a href="/webtoolkit/doc/latest/DevGuideServerCommunication.html">Communicate with a Server</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideTesting.html">Test with JUnit</a> <ul> <li><a href="/webtoolkit/doc/latest/DevGuideTestingHtmlUnit.html">HtmlUnit</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideTestingRemoteTesting.html">Remote Testing</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideTestingCoverage.html">Code Coverage</a></li> </ul> </li> <li><a href="/webtoolkit/doc/latest/DevGuideDeploying.html">Deploy</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideOptimizing.html">Optimize</a> <ul> <li><a href="/webtoolkit/doc/latest/DevGuideCodeSplitting.html">Code Splitting</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideCompileReport.html">Compile Report</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideClientBundle.html">Client Bundle</a></li> <li><a href="/webtoolkit/doc/latest/DevGuideLightweightMetrics.html">Lightweight Metrics</a></li> </ul> </li> <li><a href="/webtoolkit/doc/latest/RefGuide.html">Reference</a> <ul> <li><a href="http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/index.html?overview-summary.html">SDK API Reference (Javadoc)</a></li> <li><a href="/webtoolkit/doc/latest/RefJreEmulation.html">JRE Emulation Reference</a></li> <li><a href="/webtoolkit/doc/latest/RefWidgetGallery.html">Widget List</a></li> </ul> </li> <li><a href="/webtoolkit/doc/latest/FAQ.html">FAQ</a> <ul> <li><a href="/webtoolkit/doc/latest/FAQ_GettingStarted.html">Get Started</a></li> <li><a href="/webtoolkit/doc/latest/FAQ_DebuggingAndCompiling.html">Debug and Compile</a></li> <li><a href="/webtoolkit/doc/latest/FAQ_UI.html">Build the User Interface</a></li> <li><a href="/webtoolkit/doc/latest/FAQ_Client.html">Develop Client-side Code</a></li> <li><a href="/webtoolkit/doc/latest/FAQ_Server.html">Communicate with a Server</a></li> <li><a href="/webtoolkit/doc/latest/FAQ_Troubleshooting.html">Troubleshoot</a></li> </ul> </li> <li><a href="/webtoolkit/doc/latest/DevGuideGlossary.html">Glossary</a></li> <li><a href="/webtoolkit/previousdocs.html">Docs for Previous Versions</a></li> </ul> </li> <li><h2>Tools</h2> <ul> <li><a href="/eclipse/">Plugin for Eclipse</a></li> <li><a href="/webtoolkit/doc/latest/RefCommandLineTools.html">SDK Command-line Tools</a></li> <li><a href="/webtoolkit/speedtracer/">Speed Tracer</a> <ul> <li><a href="/webtoolkit/speedtracer/get-started.html">Getting Started</a></li> <li><a href="/webtoolkit/speedtracer/speed-tracer-examples.html">Examples</a></li> <li><a href="/webtoolkit/speedtracer/hint-description.html">Hints</a></li> <li><a href="/webtoolkit/speedtracer/data-dump-format.html">Data Dump Format</a></li> <li><a href="/webtoolkit/speedtracer/logging-api.html">Logging API</a></li> <li><a href="/webtoolkit/speedtracer/faq.html">FAQ</a></li> </ul> </li> <li><a href="/webtoolkit/tools/gwtdesigner/index.html">GWT Designer</a></li> <li><a href="/webtoolkit/tools/wbpro/index.html">WindowBuilder Pro</a></li> <li><a href="/webtoolkit/tools/wintester/html/index.html">WindowTester Pro</a></li> <li><a href="/webtoolkit/tools/codepro/doc/index.html">CodePro AnalytiX</a></li> </ul> </li> <li><h2>Resources</h2> <ul> <li><a href="/webtoolkit/articles.html">Articles</a></li> <li><a href="/webtoolkit/books.html">Books</a></li> <li><a href="/webtoolkit/community.html">Community</a> <ul> <li><a href="http://gwtgallery.appspot.com">App Gallery</a></li> <li><a href="/webtoolkit/developer_spotlight.html">Developer Spotlight</a></li> </ul> </li> <li><a href="/webtoolkit/googleapilibraries.html">Google API Libraries</a></li> <li><a href="/webtoolkit/tools.html">Tools &amp; Libraries</a></li> <li><a href="/webtoolkit/media_gallery.html">Presentations</a></li> <li><a href="/webtoolkit/makinggwtbetter.html">Making GWT Better</a></li> <li><a href="/webtoolkit/lifeofanissue.html">Issue Tracking</a></li> </ul> </li> </ul> <a class="hidden" href="#gc-topnav-anchor">More Google Web Toolkit resource links</a> </div> <div class="g-unit" id="gc-pagecontent"> <script type="text/javascript">CODESITE_docEarlyProcessing();</script> <h1 class="page_title">Coding Basics</h1> <h2 id="DevGuideClientSide">Client-side code</h2> <p><a href="DevGuideCodingBasicsClient.html">Client-side code</a> describes how to create an entry point into a client-side application &mdash; code that executes when the user starts the application. When your application is sent across a network to a user, it runs as JavaScript inside their web browser. </p> <h2 id="DevGuideJavaCompatibility">Compatibility with the Java Language and Libraries</h2> <p><a href="DevGuideCodingBasicsCompatibility.html">Compatibility with the Java Language and Libraries</a> describes the differences in syntax and semantics between GWT and the core Java language. It is important to remember that the target language of your GWT application is ultimately JavaScript, so there are some differences between running your application in devlopment mode and production mode (previously known as <i>hosted mode</i> and <i>web mode</i>, respectively). </p> <h2 id="DevGuideHistory">History</h2> <p><a href="DevGuideCodingBasicsHistory.html">History</a> describes how to integrate Ajax applications with the browser history. Ajax applications sometimes fail to meet user's expectations because they do not interact with the browser in the same way as static web pages. It is often apparent &mdash; and frustrating for users &mdash; when an Ajax application does not integrate with browser history. For example, users expect browsers to be able to navigate back to previously visited pages using back and forward actions. Because an Ajax application is a usually a single page running JavaScript logic and not a series of pages, the browser history needs help from the application to support this use case. GWT's history mechanism makes history support fairly straightforward.</p> <h2 id="DevGuideDateAndNumberFormat">Number and Date Formatting</h2> <p><a href="DevGuideCodingBasicsFormatting.html">Number and Date Formatting</a> describes how to format numbers and dates in GWT. GWT does not provide full emulation for the date and number formatting classes (such as java.text.DateFormat, java.text.DecimalFormat, java.text.NumberFormat, and java.TimeFormat). Instead, a subset of the functionality of the JRE classes is provided by com.google.gwt.i18n.client.NumberFormat and com.google.gwt.i18n.client.DateTimeFormat. The major difference between the standard Java classes and the GWT classes is the ability to switch between different locales for formating dates and numbers at runtime. In GWT, the deferred binding mechanism is used to load only the logic needed for the current locale into the application.</p> <h2 id="DevGuideDeferredCommand">Programming Delayed Logic</h2> <p><a href="DevGuideCodingBasicsDelayed.html">Programming Delayed Logic</a> describes how to defer running code until a later point in time using three classes: Timer, DeferredCommand, and IncrementalCommand. This is useful for scheduling an activity for some time in the future, periodically querying the server or updating the interface, queuing up work to do that must wait for other initialization to finish, and performing a large amount of computation. </ul> <h2 id="DevGuideJSON">Working with JSON</h2> <p>Many AJAX application developers have adopted JSON as the data format of choice for server communication. It is a relatively simple format that is based on the object-literal notation of JavaScript. <a href="DevGuideCodingBasicsJSON.html">Working with JSON</a> explains how you can use JSON-encoded data within your application, GWT contains classes you can use to parse and manipulate JSON objects, as well as the very useful and elegant concept of JavaScript Overlay Types.</p> <h2 id="DevGuideXML">Working with XML</h2> <p>Extensible Markup Language (XML) is a data format commonly used in modern web applications. XML uses custom tags to describe data and is encoded as plain text, making it both flexible and easy to work with. <a href="DevGuideCodingBasicsXML.html">Working with XML</a> describes the GWT class library set of types designed for processing XML data.</p> <h2 id="DevGuideJavaScriptNativeInterface">JavaScript Native Interface (JSNI)</h2> <p>Often, you will need to integrate GWT with existing handwritten JavaScript or with a third-party JavaScript library. Occasionally you may need to access low-level browser functionality not exposed by the GWT class API's. The <a href="DevGuideCodingBasicsJSNI.html">JavaScript Native Interface</a> (JSNI) feature of GWT can solve both of these problems by allowing you to integrate JavaScript directly into your application's Java source code.</p> <h2 id="DevGuideOverlayTypes">JavaScript Overlay Types</h2> <p>Suppose you're happily using JSNI to call bits of handwritten JavaScript from within your GWT module. It works well, but JSNI only works at the level of individual methods. Some integration scenarios require you to more deeply intertwine JavaScript and Java objects &mdash; DOM and JSON programming are two good examples &mdash; and so what we really want is a way to interact directly with JavaScript objects from our Java source code. In other words, we want JavaScript objects that <i>look like</i> Java objects when we're coding.</p> <p><a href="DevGuideCodingBasicsOverlay.html">JavaScript Overlay Types</a> make it easy to integrate entire families of JavaScript objects into your GWT project. There are many benefits of this technique, including the ability to use your Java IDE's code completion and refactoring capabilities even as you're working with untyped JavaScript objects.</p> <h2 id="DevGuideDeferredBinding">Deferred Binding</h2> <p><a href="DevGuideCodingBasicsDeferred.html">Deferred Binding</a> is a feature of the GWT compiler that works by generating many versions of code at compile time, only one of which needs to be loaded by a particular client during bootstrapping at runtime. Each version is generated on a per browser basis, along with any other axis that your application defines or uses. For example, if you were to internationalize your application using GWT's Internationalization module, the GWT compiler would generate various versions of your application per browser environment, such as &quot;Firefox in English&quot;, &quot;Firefox in French&quot;, &quot;Internet Explorer in English&quot;, and so forth. As a result, the deployed JavaScript code is compact and quicker to download than hand coded JavaScript, containing only the code and resources it needs for a particular browser environment.</p> </div><!-- end gc-pagecontent --> </div><!-- end gooey wrapper --> </div> <!-- end codesite content --> <div id="gc-footer" dir="ltr"> <div class="text"> <div class="notice"><div id="notice" style="text-align: center; border: 1em 0em 1em 0em"> Except as otherwise <a href="http://code.google.com/policies.html#restrictions">noted</a>, the content of this page is licensed under the <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>. <!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Work rdf:about=""> <license rdf:resource="http://creativecommons.org/licenses/by/3.0/" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by/3.0/"> <permits rdf:resource="http://web.resource.org/cc/Reproduction"/> <permits rdf:resource="http://web.resource.org/cc/Distribution"/> <requires rdf:resource="http://web.resource.org/cc/Notice"/> <requires rdf:resource="http://web.resource.org/cc/Attribution"/> <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/> </License> </rdf:RDF> --> </div> </div> &copy;2010 Google - <a href="/">Code Home</a> - <a href="/terms.html">Terms of Service</a> - <a href="/privacy.html">Privacy Policy</a> - <a href="/more/">Site Directory</a> <br> <br> Google Code offered in: <a href="/intl/en/">English</a> - <a href="/intl/es/">Español</a> - <a href="/intl/ja/">日本語</a> - <a href="/intl/ko/">한국어</a> - <a href="/intl/pt-BR/">Português</a> - <a href="/intl/ru/">Pусский</a> - <a href="/intl/zh-CN/">中文(简体)</a> - <a href="/intl/zh-TW/">中文(繁體)</a> </div> </div><!-- end gc-footer --> </div><!-- end gc-container --> <script type="text/javascript">CODESITE_CSITimer['load'].tick('ats');</script> <script src="/js/codesite_tail.pack.04102009.js" type="text/javascript"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push( ['siteTracker._setAccount', 'UA-18071-1'], ['siteTracker._setDomainName', 'code.google.com'], ['siteTracker._setCookiePath', window.location.pathname.substring(0, window.location.pathname.lastIndexOf('/') + 1)], ['siteTracker._trackPageview'] ); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = 'http://www.google-analytics.com/ga.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); })(); </script> </body> </html>
bartdag/recodoc2
recodoc2/testdata/gwt204doc/DevGuideCodingBasics.html
HTML
bsd-3-clause
24,818
<!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_33) on Thu Nov 08 11:21:40 GMT 2012 --> <TITLE> psvm Class Hierarchy (Javadocs: PSVM) </TITLE> <META NAME="date" CONTENT="2012-11-08"> <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="psvm Class Hierarchy (Javadocs: PSVM)"; } } </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="../psvm/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?psvm/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> Hierarchy For Package psvm </H2> </CENTER> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL> <LI TYPE="circle">psvm.<A HREF="../psvm/SVM.html" title="class in psvm"><B>SVM</B></A><LI TYPE="circle">psvm.<A HREF="../psvm/SVMProblem.html" title="class in psvm"><B>SVMProblem</B></A><LI TYPE="circle">psvm.<A HREF="../psvm/SVMWords.html" title="class in psvm"><B>SVMWords</B></A></UL> </UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../psvm/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?psvm/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Processing library PSVM by Greg Borenstein. (C) 2012 </BODY> </HTML>
atduskgreg/Processing-SVM
distribution/PSVM-2/reference/psvm/package-tree.html
HTML
bsd-3-clause
5,291
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <meta content="initial-scale=1.0; maximum-scale=1.0; user-scalable=0; " name="viewport"> <title i18n-content="title"></title> <link rel="stylesheet" href="about_welcome_android.css"> <script src="chrome://welcome/strings.js"></script> </head> <body> <table id="center_wrapper"> <tr> <td id="center_wrapper"> <div class="center"> <div id="logo"></div> <a href="http://www.google.com/chrome/android/tour" oncontextmenu="return false;" id="take_a_tour" i18n-content="take_a_tour"></a> </div> </td> </tr> </table> <div id="footer_container"> <div id="footer"> <span i18n-content="first_run_signed_in"></span> <a id="settings" href="#settings" i18n-content="settings" oncontextmenu="return false;"></a> </div> </div> </body> <script src="chrome://resources/js/i18n_template.js"></script> <script src="chrome://resources/js/i18n_process.js"></script> <script src="chrome://resources/js/jstemplate_compiled.js"></script> </html>
paul99/clank
chrome/browser/resources/about_welcome_android/about_welcome_android.html
HTML
bsd-3-clause
1,153
{% extends "base.html" %} {% load i18n %} {% block title %}{% trans 'Server error (500)' %}{% endblock %} {% block content %} <h1>{% trans 'Error <em>(500)</em>' %}</h1> <p>{% trans "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience." %}</p> {% endblock %}
saebyn/django-classifieds
extras/project/templates/500.html
HTML
bsd-3-clause
344
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_75) on Mon Apr 06 17:17:33 CEST 2015 --> <title>thobe.widgets.editor Class Hierarchy</title> <meta name="date" content="2015-04-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="thobe.widgets.editor Class Hierarchy"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../thobe/widgets/decoratorPanel/package-tree.html">Prev</a></li> <li><a href="../../../thobe/widgets/filter/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?thobe/widgets/editor/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package thobe.widgets.editor</h1> <span class="strong">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) <ul> <li type="circle">java.awt.Container <ul> <li type="circle">java.awt.Window (implements javax.accessibility.Accessible) <ul> <li type="circle">java.awt.Dialog <ul> <li type="circle">javax.swing.JDialog (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants) <ul> <li type="circle">thobe.widgets.editor.<a href="../../../thobe/widgets/editor/Editor.html" title="class in thobe.widgets.editor"><span class="strong">Editor</span></a></li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../thobe/widgets/decoratorPanel/package-tree.html">Prev</a></li> <li><a href="../../../thobe/widgets/filter/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?thobe/widgets/editor/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
ThomasObenaus/JCWidgets
api/thobe/widgets/editor/package-tree.html
HTML
bsd-3-clause
4,785
<!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>onDisconnect property - MidiAccess 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 onDisconnect property from the MidiAccess 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/MidiAccess-class.html">MidiAccess</a></li> <li class="self-crumb">onDisconnect</li> </ol> <div class="self-name">onDisconnect</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/MidiAccess-class.html">MidiAccess</a></li> <li class="self-crumb">onDisconnect</li> </ol> <div class="title-description"> <h1 class="title"> <div class="kind">property</div> onDisconnect </h1> <!-- p class="subtitle"> Stream of <code class="prettyprint lang-dart">disconnect</code> events handled by this <code class="prettyprint lang-dart">MidiAccess</code>. </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/MidiAccess-class.html">MidiAccess</a></h5> <ol> <li class="section-title"><a href="polymer_app_layout/MidiAccess-class.html#constants">Constants</a></li> <li><a href="polymer_app_layout/MidiAccess/connectEvent.html">connectEvent</a></li> <li><a href="polymer_app_layout/MidiAccess/disconnectEvent.html">disconnectEvent</a></li> <li class="section-title"><a href="polymer_app_layout/MidiAccess-class.html#instance-properties">Properties</a></li> <li><a href="polymer_app_layout/MidiAccess/inputs.html">inputs</a> </li> <li>on </li> <li><a href="polymer_app_layout/MidiAccess/onConnect.html">onConnect</a> </li> <li><a href="polymer_app_layout/MidiAccess/onDisconnect.html">onDisconnect</a> </li> <li><a href="polymer_app_layout/MidiAccess/outputs.html">outputs</a> </li> <li><a href="polymer_app_layout/MidiAccess/sysexEnabled.html">sysexEnabled</a> </li> <li class="section-title"><a href="polymer_app_layout/MidiAccess-class.html#methods">Methods</a></li> <li>addEventListener </li> <li>dispatchEvent </li> <li>removeEventListener </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">Stream&lt;<a href="dart-html/MidiConnectionEvent-class.html">MidiConnectionEvent</a>&gt;</span> <span class="name ">onDisconnect</span> <div class="readable-writable"> read-only </div> </section> <section class="desc markdown"> <p>Stream of <code class="prettyprint lang-dart">disconnect</code> events handled by this <code class="prettyprint lang-dart">MidiAccess</code>.</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/MidiAccess/onDisconnect.html
HTML
bsd-3-clause
5,693
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.discrete.conditional_models.ConditionalPoisson.initialize &#8212; statsmodels v0.10.0 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/language_data.js"></script> <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="statsmodels.discrete.conditional_models.ConditionalPoisson.loglike" href="statsmodels.discrete.conditional_models.ConditionalPoisson.loglike.html" /> <link rel="prev" title="statsmodels.discrete.conditional_models.ConditionalPoisson.information" href="statsmodels.discrete.conditional_models.ConditionalPoisson.information.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.discrete.conditional_models.ConditionalPoisson.loglike.html" title="statsmodels.discrete.conditional_models.ConditionalPoisson.loglike" accesskey="N">next</a> |</li> <li class="right" > <a href="statsmodels.discrete.conditional_models.ConditionalPoisson.information.html" title="statsmodels.discrete.conditional_models.ConditionalPoisson.information" 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="../discretemod.html" >Regression with Discrete Dependent Variable</a> |</li> <li class="nav-item nav-item-2"><a href="statsmodels.discrete.conditional_models.ConditionalPoisson.html" accesskey="U">statsmodels.discrete.conditional_models.ConditionalPoisson</a> |</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="statsmodels-discrete-conditional-models-conditionalpoisson-initialize"> <h1>statsmodels.discrete.conditional_models.ConditionalPoisson.initialize<a class="headerlink" href="#statsmodels-discrete-conditional-models-conditionalpoisson-initialize" title="Permalink to this headline">¶</a></h1> <p>method</p> <dl class="method"> <dt id="statsmodels.discrete.conditional_models.ConditionalPoisson.initialize"> <code class="sig-prename descclassname">ConditionalPoisson.</code><code class="sig-name descname">initialize</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.discrete.conditional_models.ConditionalPoisson.initialize" title="Permalink to this definition">¶</a></dt> <dd><p>Initialize (possibly re-initialize) a Model instance. For instance, the design matrix of a linear model may change and some things must be recomputed.</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.discrete.conditional_models.ConditionalPoisson.information.html" title="previous chapter">statsmodels.discrete.conditional_models.ConditionalPoisson.information</a></p> <h4>Next topic</h4> <p class="topless"><a href="statsmodels.discrete.conditional_models.ConditionalPoisson.loglike.html" title="next chapter">statsmodels.discrete.conditional_models.ConditionalPoisson.loglike</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/generated/statsmodels.discrete.conditional_models.ConditionalPoisson.initialize.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3 id="searchlabel">Quick search</h3> <div class="searchformwrapper"> <form class="search" action="../search.html" method="get"> <input type="text" name="q" aria-labelledby="searchlabel" /> <input type="submit" value="Go" /> </form> </div> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2009-2018, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.2. </div> </body> </html>
statsmodels/statsmodels.github.io
v0.10.0/generated/statsmodels.discrete.conditional_models.ConditionalPoisson.initialize.html
HTML
bsd-3-clause
7,892
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Zend Framework API Documentation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta><link rel="stylesheet" href="css/black-tie/jquery-ui-1.8.2.custom.css" type="text/css"></link><link rel="stylesheet" href="css/jquery.treeview.css" type="text/css"></link><link rel="stylesheet" href="css/theme.css" type="text/css"></link><script type="text/javascript" src="js/jquery-1.4.2.min.js"></script><script type="text/javascript" src="js/jquery-ui-1.8.2.custom.min.js"></script><script type="text/javascript" src="js/jquery.cookie.js"></script><script type="text/javascript" src="js/jquery.treeview.js"></script><script type="text/javascript"> $(document).ready(function() { $(".filetree").treeview({ collapsed: true, persist: "cookie" }); $("#accordion").accordion({ collapsible: true, autoHeight: false, fillSpace: true }); $(".tabs").tabs(); }); </script></head><body><div xmlns="" class="content"> <div class="sub-page-main-header-api-documentation"><h2>API Documentation</h2></div> <div class="dotted-line"></div> </div> <div xmlns="" id="content"> <script type="text/javascript" src="js/menu.js"></script><script> $(document).ready(function() { $('a.gripper').click(function() { $(this).nextAll('div.code-tabs').slideToggle(); $(this).children('img').toggle(); return false; }); $('div.code-tabs').hide(); $('a.gripper').show(); $('div.file-nav').show(); }); </script><h1 class="file">Service/Simpy/LinkQuery.php</h1> <div class="file-nav"><ul id="file-nav"> <li><a href="#top">Global</a></li> <li> <a href="#classes"><img src="images/icons/class.png" height="14"> Classes </a><ul><li><a href="#%5CZend_Service_Simpy_LinkQuery">\Zend_Service_Simpy_LinkQuery</a></li></ul> </li> </ul></div> <a name="top"></a><div id="file-description"> <p class="short-description">Zend Framework</p> <div class="long-description"><p>LICENSE</p> <p>This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.</p> </div> </div> <dl class="file-info"> <dt>category</dt> <dd>Zend   </dd> <dt>copyright</dt> <dd>Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)   </dd> <dt>license</dt> <dd> <a href="http://framework.zend.com/license/new-bsd">New BSD License</a>   </dd> <dt>package</dt> <dd>Zend_Service   </dd> <dt>subpackage</dt> <dd>Simpy   </dd> <dt>version</dt> <dd>$Id: LinkQuery.php 23775 2011-03-01 17:25:24Z ralph $   </dd> </dl> <a name="classes"></a><a id="\Zend_Service_Simpy_LinkQuery"></a><h2 class="class">\Zend_Service_Simpy_LinkQuery<div class="to-top"><a href="#top">jump to top</a></div> </h2> <div class="class"> <p class="short-description"></p> <div class="long-description"> </div> <dl class="class-info"> <dt>category</dt> <dd>Zend   </dd> <dt>copyright</dt> <dd>Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)   </dd> <dt>license</dt> <dd> <a href="http://framework.zend.com/license/new-bsd">New BSD License</a>   </dd> <dt>package</dt> <dd>Zend_Service   </dd> <dt>subpackage</dt> <dd>Simpy   </dd> </dl> <h3>Properties</h3> <div> <a id="\Zend_Service_Simpy_LinkQuery::$_afterDate"></a><div class="property"> <a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/property.png" alt="Property"><img src="images/icons/visibility_protected.png" style="margin-right: 5px" alt="protected">string  <span class="highlight">$_afterDate</span>= 'null' </code><div class="description"> <p class="short-description">Date after which search results must have been added</p></div> <div class="code-tabs"> <div class="long-description"> </div> <strong>Default value</strong><code>null</code><strong>Details</strong><dl class="property-info"> <dt>Type</dt> <dd>string</dd> </dl> </div> <div class="clear"></div> </div> <a id="\Zend_Service_Simpy_LinkQuery::$_beforeDate"></a><div class="property"> <a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/property.png" alt="Property"><img src="images/icons/visibility_protected.png" style="margin-right: 5px" alt="protected">string  <span class="highlight">$_beforeDate</span>= 'null' </code><div class="description"> <p class="short-description">Date before which search results must have been added</p></div> <div class="code-tabs"> <div class="long-description"> </div> <strong>Default value</strong><code>null</code><strong>Details</strong><dl class="property-info"> <dt>Type</dt> <dd>string</dd> </dl> </div> <div class="clear"></div> </div> <a id="\Zend_Service_Simpy_LinkQuery::$_date"></a><div class="property"> <a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/property.png" alt="Property"><img src="images/icons/visibility_protected.png" style="margin-right: 5px" alt="protected">string  <span class="highlight">$_date</span>= 'null' </code><div class="description"> <p class="short-description">Date on which search results must have been added</p></div> <div class="code-tabs"> <div class="long-description"> </div> <strong>Default value</strong><code>null</code><strong>Details</strong><dl class="property-info"> <dt>Type</dt> <dd>string</dd> </dl> </div> <div class="clear"></div> </div> <a id="\Zend_Service_Simpy_LinkQuery::$_limit"></a><div class="property"> <a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/property.png" alt="Property"><img src="images/icons/visibility_protected.png" style="margin-right: 5px" alt="protected">int  <span class="highlight">$_limit</span>= 'null' </code><div class="description"> <p class="short-description">Maximum number of search results to return</p></div> <div class="code-tabs"> <div class="long-description"> </div> <strong>Default value</strong><code>null</code><strong>Details</strong><dl class="property-info"> <dt>Type</dt> <dd>int</dd> </dl> </div> <div class="clear"></div> </div> <a id="\Zend_Service_Simpy_LinkQuery::$_query"></a><div class="property"> <a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/property.png" alt="Property"><img src="images/icons/visibility_protected.png" style="margin-right: 5px" alt="protected">string  <span class="highlight">$_query</span>= 'null' </code><div class="description"> <p class="short-description">Query string for the query</p></div> <div class="code-tabs"> <div class="long-description"> </div> <strong>Default value</strong><code>null</code><strong>Details</strong><dl class="property-info"> <dt>Type</dt> <dd>string</dd> </dl> </div> <div class="clear"></div> </div> </div> <h3>Methods</h3> <div> <a id="\Zend_Service_Simpy_LinkQuery::getAfterDate()"></a><div class="method"> <a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">getAfterDate</span><span class="nb-faded-text">( ) </span> : string</code><div class="description"><p class="short_description">Returns the date after which search results must have been added</p></div> <div class="code-tabs"> <div class="long-description"> </div> <strong>Returns</strong><table class="argument-info"> <thead><tr> <th>Type</th> <th>Description</th> </tr></thead> <tr> <td>string</td> <td></td> </tr> </table> </div> <div class="clear"></div> </div> <a id="\Zend_Service_Simpy_LinkQuery::getBeforeDate()"></a><div class="method"> <a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">getBeforeDate</span><span class="nb-faded-text">( ) </span> : string</code><div class="description"><p class="short_description">Returns the date before which search results must have been added</p></div> <div class="code-tabs"> <div class="long-description"> </div> <strong>Returns</strong><table class="argument-info"> <thead><tr> <th>Type</th> <th>Description</th> </tr></thead> <tr> <td>string</td> <td></td> </tr> </table> </div> <div class="clear"></div> </div> <a id="\Zend_Service_Simpy_LinkQuery::getDate()"></a><div class="method"> <a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">getDate</span><span class="nb-faded-text">( ) </span> : string</code><div class="description"><p class="short_description">Returns the date on which search results must have been added</p></div> <div class="code-tabs"> <div class="long-description"> </div> <strong>Returns</strong><table class="argument-info"> <thead><tr> <th>Type</th> <th>Description</th> </tr></thead> <tr> <td>string</td> <td></td> </tr> </table> </div> <div class="clear"></div> </div> <a id="\Zend_Service_Simpy_LinkQuery::getLimit()"></a><div class="method"> <a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">getLimit</span><span class="nb-faded-text">( ) </span> : int</code><div class="description"><p class="short_description">Returns the maximum number of search results to return</p></div> <div class="code-tabs"> <div class="long-description"> </div> <strong>Returns</strong><table class="argument-info"> <thead><tr> <th>Type</th> <th>Description</th> </tr></thead> <tr> <td>int</td> <td></td> </tr> </table> </div> <div class="clear"></div> </div> <a id="\Zend_Service_Simpy_LinkQuery::getQueryString()"></a><div class="method"> <a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">getQueryString</span><span class="nb-faded-text">( ) </span> : string</code><div class="description"><p class="short_description">Returns the query string set for this query</p></div> <div class="code-tabs"> <div class="long-description"> </div> <strong>Returns</strong><table class="argument-info"> <thead><tr> <th>Type</th> <th>Description</th> </tr></thead> <tr> <td>string</td> <td></td> </tr> </table> </div> <div class="clear"></div> </div> <a id="\Zend_Service_Simpy_LinkQuery::setAfterDate()"></a><div class="method"> <a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">setAfterDate</span><span class="nb-faded-text">( string $date ) </span> : <a href="db_Service_Simpy_LinkQuery.html#%5CZend_Service_Simpy_LinkQuery">\Zend_Service_Simpy_LinkQuery</a></code><div class="description"><p class="short_description">Sets the date after which search results must have been added, which will override any existing values set using setDate()</p></div> <div class="code-tabs"> <div class="long-description"> </div> <strong>Parameters</strong><table class="argument-info"> <thead><tr> <th>Name</th> <th>Type</th> <th>Description</th> </tr></thead> <tr> <th>$date</th> <td>string</td> <td><em></em></td> </tr> </table> <strong>Returns</strong><table class="argument-info"> <thead><tr> <th>Type</th> <th>Description</th> </tr></thead> <tr> <td><a href="db_Service_Simpy_LinkQuery.html#%5CZend_Service_Simpy_LinkQuery">\Zend_Service_Simpy_LinkQuery</a></td> <td>Provides a fluent interface</td> </tr> </table> <strong>Details</strong><dl class="function-info"> <dt>see</dt> <dd>\setDate()   </dd> </dl> </div> <div class="clear"></div> </div> <a id="\Zend_Service_Simpy_LinkQuery::setBeforeDate()"></a><div class="method"> <a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">setBeforeDate</span><span class="nb-faded-text">( string $date ) </span> : <a href="db_Service_Simpy_LinkQuery.html#%5CZend_Service_Simpy_LinkQuery">\Zend_Service_Simpy_LinkQuery</a></code><div class="description"><p class="short_description">Sets the date before which search results must have been added, which will override any existing values set using setDate()</p></div> <div class="code-tabs"> <div class="long-description"> </div> <strong>Parameters</strong><table class="argument-info"> <thead><tr> <th>Name</th> <th>Type</th> <th>Description</th> </tr></thead> <tr> <th>$date</th> <td>string</td> <td><em></em></td> </tr> </table> <strong>Returns</strong><table class="argument-info"> <thead><tr> <th>Type</th> <th>Description</th> </tr></thead> <tr> <td><a href="db_Service_Simpy_LinkQuery.html#%5CZend_Service_Simpy_LinkQuery">\Zend_Service_Simpy_LinkQuery</a></td> <td>Provides a fluent interface</td> </tr> </table> <strong>Details</strong><dl class="function-info"> <dt>see</dt> <dd>\setDate()   </dd> </dl> </div> <div class="clear"></div> </div> <a id="\Zend_Service_Simpy_LinkQuery::setDate()"></a><div class="method"> <a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">setDate</span><span class="nb-faded-text">( string $date ) </span> : <a href="db_Service_Simpy_LinkQuery.html#%5CZend_Service_Simpy_LinkQuery">\Zend_Service_Simpy_LinkQuery</a></code><div class="description"><p class="short_description">Sets the date on which search results must have been added, which will override any existing values set using setAfterDate() and setBeforeDate()</p></div> <div class="code-tabs"> <div class="long-description"> </div> <strong>Parameters</strong><table class="argument-info"> <thead><tr> <th>Name</th> <th>Type</th> <th>Description</th> </tr></thead> <tr> <th>$date</th> <td>string</td> <td><em></em></td> </tr> </table> <strong>Returns</strong><table class="argument-info"> <thead><tr> <th>Type</th> <th>Description</th> </tr></thead> <tr> <td><a href="db_Service_Simpy_LinkQuery.html#%5CZend_Service_Simpy_LinkQuery">\Zend_Service_Simpy_LinkQuery</a></td> <td>Provides a fluent interface</td> </tr> </table> <strong>Details</strong><dl class="function-info"> <dt>see</dt> <dd>\setAfterDate()   </dd> <dt>see</dt> <dd>\setBeforeDate()   </dd> </dl> </div> <div class="clear"></div> </div> <a id="\Zend_Service_Simpy_LinkQuery::setLimit()"></a><div class="method"> <a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">setLimit</span><span class="nb-faded-text">( int $limit ) </span> : <a href="db_Service_Simpy_LinkQuery.html#%5CZend_Service_Simpy_LinkQuery">\Zend_Service_Simpy_LinkQuery</a></code><div class="description"><p class="short_description">Sets the maximum number of search results to return</p></div> <div class="code-tabs"> <div class="long-description"> </div> <strong>Parameters</strong><table class="argument-info"> <thead><tr> <th>Name</th> <th>Type</th> <th>Description</th> </tr></thead> <tr> <th>$limit</th> <td>int</td> <td><em></em></td> </tr> </table> <strong>Returns</strong><table class="argument-info"> <thead><tr> <th>Type</th> <th>Description</th> </tr></thead> <tr> <td><a href="db_Service_Simpy_LinkQuery.html#%5CZend_Service_Simpy_LinkQuery">\Zend_Service_Simpy_LinkQuery</a></td> <td>Provides a fluent interface</td> </tr> </table> </div> <div class="clear"></div> </div> <a id="\Zend_Service_Simpy_LinkQuery::setQueryString()"></a><div class="method"> <a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">setQueryString</span><span class="nb-faded-text">( string $query ) </span> : <a href="db_Service_Simpy_LinkQuery.html#%5CZend_Service_Simpy_LinkQuery">\Zend_Service_Simpy_LinkQuery</a></code><div class="description"><p class="short_description">Sets the query string for the query</p></div> <div class="code-tabs"> <div class="long-description"> </div> <strong>Parameters</strong><table class="argument-info"> <thead><tr> <th>Name</th> <th>Type</th> <th>Description</th> </tr></thead> <tr> <th>$query</th> <td>string</td> <td><em>Query string in valid Simpy syntax</em></td> </tr> </table> <strong>Returns</strong><table class="argument-info"> <thead><tr> <th>Type</th> <th>Description</th> </tr></thead> <tr> <td><a href="db_Service_Simpy_LinkQuery.html#%5CZend_Service_Simpy_LinkQuery">\Zend_Service_Simpy_LinkQuery</a></td> <td>Provides a fluent interface</td> </tr> </table> <strong>Details</strong><dl class="function-info"> <dt>see</dt> <dd>\http://www.simpy.com/faq#searchSyntax   </dd> <dt>see</dt> <dd>\http://www.simpy.com/faq#searchFieldsLinks   </dd> </dl> </div> <div class="clear"></div> </div> </div> </div> </div> <small xmlns="" class="footer">Documentation was generated by <a href="http://docblox-project.org">DocBlox 0.13.3</a>. </small></body></html>
wukchung/Home-development
documentation/api/core/db_Service_Simpy_LinkQuery.html
HTML
bsd-3-clause
19,924
<!DOCTYPE html> <html> <meta charset="utf-8"> <title>Date parser test — 1000&lt;=x&lt;=9999 and 100&lt;=y&lt;=999 and 0&lt;=z&lt;=99 — 8500.456.76</title> <script src="../date_test.js"></script> <p>Failed (Script did not run)</p> <script> test_date_invalid("8500.456.76", "Invalid Date") </script> </html>
operasoftware/presto-testo
core/features/dateParsing/TestCases/individual/PointSeparator/572.html
HTML
bsd-3-clause
325
<!DOCTYPE html> <html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Tutorial | Colour Science</title> <link href="../assets/css/colour-science.css" rel="stylesheet" type="text/css"> <link href="../assets/css/baguetteBox.min.css" rel="stylesheet" type="text/css"> <link href="../assets/css/rst.css" rel="stylesheet" type="text/css"> <link href="../assets/css/code.css" rel="stylesheet" type="text/css"> <link href="../assets/css/theme.css" rel="stylesheet" type="text/css"> <link href="../assets/css/ipython.min.css" rel="stylesheet" type="text/css"> <link href="../assets/css/nikola_ipython.css" rel="stylesheet" type="text/css"> <meta name="theme-color" content="#191919"> <meta name="generator" content="Nikola (getnikola.com)"> <link rel="alternate" type="application/rss+xml" title="RSS" href="../rss.xml"> <link rel="canonical" href="https://www.colour-science.org/tutorial/"> <!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]--><script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"> </script><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous"> <meta name="google-site-verification" content="CeWflIcbu-x7Ur7qbzTYJiRFvoGF5RljJyGZMg7H9co"> <meta name="author" content="Colour Developers"> <meta property="og:site_name" content="Colour Science"> <meta property="og:title" content="Tutorial"> <meta property="og:url" content="https://www.colour-science.org/tutorial/"> <meta property="og:description" content="Colour tutorial is available on Read the Docs."> <meta property="og:type" content="article"> <meta property="article:published_time" content="2015-11-24T09:48:03Z"> <meta property="article:tag" content="colour"> <meta property="article:tag" content="colour science"> <meta property="article:tag" content="python"> </head> <body> <a href="#content" class="sr-only sr-only-focusable">Skip to main content</a> <!-- Menubar --> <nav class="navbar navbar-expand-xl static-top mb-4 navbar-dark bg-dark bg-primary "><div class="container"> <!-- This keeps the margins nice --> <a class="navbar-brand" href="https://www.colour-science.org/"> <span id="blog-title">Colour Science</span> </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#bs-navbar" aria-controls="bs-navbar" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="bs-navbar"> <ul class="navbar-nav mr-auto"> <li class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Projects</a> <div class="dropdown-menu"> <a href="../apps" class="dropdown-item"><span class="font-weight-bold">Apps (Colour - Dash)</span></a> <a href="http://awesome-colour.org/" class="dropdown-item"><span class="font-weight-bold">Awesome Colour</span></a> <a href="../colour" class="dropdown-item"><span class="font-weight-bold">Colour</span></a> <a href="../colour-datasets" class="dropdown-item"><span class="font-weight-bold">Colour - Datasets</span></a> <a href="../colour-demosaicing" class="dropdown-item"><span class="font-weight-bold">Colour - Demosaicing</span></a> <a href="../colour-hdri" class="dropdown-item"><span class="font-weight-bold">Colour - HDRI</span></a> <a href="../colour-checker-detection" class="dropdown-item"><span class="font-weight-bold">Colour - Checker Detection</span></a> <a href="../colour-maya" class="dropdown-item">Colour - Maya</a> <a href="../colour-nuke" class="dropdown-item">Colour - Nuke</a> <a href="../colour-playground" class="dropdown-item">Colour - Playground</a> <a href="../colour-spectroscope" class="dropdown-item">Colour - Spectroscope</a> <a href="../experiments" class="dropdown-item">Experiments</a> </div> </li> <li class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Documentation</a> <div class="dropdown-menu"> <a href="../installation-guide" class="dropdown-item"><span class="font-weight-bold">Installation Guide</span></a> <a href="https://colour.readthedocs.io/en/develop/tutorial.html" class="dropdown-item"><span class="font-weight-bold">Static Tutorial</span></a> <a href="https://colab.research.google.com/notebook#fileId=1Im9J7or9qyClQCv5sPHmKdyiQbG4898K&amp;offline=true&amp;sandboxMode=true" class="dropdown-item"><span class="font-weight-bold">Interactive Tutorial</span></a> <a href="https://colab.research.google.com/notebook#fileId=1NRcdXSCshivkwoU2nieCvC3y14fx1X4X&amp;offline=true&amp;sandboxMode=true" class="dropdown-item"><span class="font-weight-bold">How-To Guide</span></a> <a href="../api-reference" class="dropdown-item"><span class="font-weight-bold">API Reference</span></a> <a href="../code-of-conduct" class="dropdown-item"><span class="font-weight-bold">Code of Conduct</span></a> <a href="../contributing" class="dropdown-item"><span class="font-weight-bold">Contributing</span></a> <a href="../contributors" class="dropdown-item"><span class="font-weight-bold">Contributors</span></a> <a href="../features" class="dropdown-item">Features</a> <a href="../history" class="dropdown-item">History</a> <a href="https://colour.readthedocs.io/en/develop/bibliography.html" class="dropdown-item">Bibliography</a> <a href="https://doi.org/10.5281/zenodo.4445350" class="dropdown-item">Cite Us</a> <a href="../cited-by" class="dropdown-item">Cited By</a> <a href="https://opensource.org/licenses/BSD-3-Clause" class="dropdown-item">License</a> <a href="../search" class="dropdown-item">Search</a> </div> </li> <li class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Blog</a> <div class="dropdown-menu"> <a href="../blog" class="dropdown-item"><span class="font-weight-bold">Posts</span></a> <a href="../archive.html" class="dropdown-item">Archive</a> <a href="../categories/" class="dropdown-item">Tags</a> </div> </li> <li class="nav-item"> <a href="mailto:colour-developers@colour-science.org" class="nav-link"><i class="fas fa-envelope"></i></a> </li> <li class="nav-item"> <a href="https://github.com/colour-science/colour" class="nav-link"><i class="fab fa-github"></i></a> </li> <li class="nav-item"> <a href="https://www.facebook.com/python.colour.science" class="nav-link"><i class="fab fa-facebook"></i></a> </li> <li class="nav-item"> <a href="https://gitter.im/colour-science/colour" class="nav-link"><i class="fab fa-gitter"></i></a> </li> <li class="nav-item"> <a href="https://twitter.com/colour_science" class="nav-link"><i class="fab fa-twitter"></i></a> </li> </ul> <ul class="navbar-nav navbar-right"></ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav><!-- End of Menubar --><!-- Main --><div class="container" id="content" role="main"> <div class="row"> <div class="col-12"> <div class="body-content"> <!--Body content--> <article class="post-text storypage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title" itemprop="headline name"><a href="." class="u-url">Tutorial</a></h1> </header><div class="e-content entry-content" itemprop="articleBody text"> <p><strong>Colour</strong> tutorial is available on <a class="reference external" href="https://colour.readthedocs.io/en/develop/tutorial.html">Read the Docs</a>.</p> </div> </article><!--End of body content--> </div> </div> </div> </div> <!-- End of Main --> <!-- Footer --> <footer id="footer" class="mt-auto"><ul class="nav justify-content-center"> <li class="nav-item mx-3"> <a href="mailto:colour-developers@colour-science.org"> <i class="fas fa-envelope text-light"></i> </a> </li> <li class="nav-item mx-3"> <a href="https://github.com/colour-science/colour"> <i class="fab fa-github text-light"></i> </a> </li> <li class="nav-item mx-3"> <a href="https://gitter.im/colour-science/colour"> <i class="fab fa-gitter text-light"></i> </a> </li> <li class="nav-item mx-3"> <a href="https://twitter.com/colour_science"> <i class="fab fa-twitter text-light"></i> </a> </li> <li class="nav-item mx-3"> <a href="https://www.facebook.com/python.colour.science"> <i class="fab fa-facebook text-light"></i> </a> </li> </ul> <div class="text-center text-light py-3"><span>Copyright © 2013-2022 – Colour Developers</span></div> </footer><!-- End of Footer --><script src="../assets/js/jquery.min.js"></script><script src="../assets/js/popper.min.js"></script><script src="../assets/js/bootstrap.min.js"></script><script src="../assets/js/baguetteBox.min.js"></script><script> baguetteBox.run('div#content', { ignoreClass: 'islink', captions: function(element) { return element.getElementsByTagName('img')[0].alt; }}); </script><!-- >>> Gitter --><script> ((window.gitter = {}).chat = {}).options = { room: 'colour-science/colour' }; </script><script async src="https://sidecar.gitter.im/dist/sidecar.v1.js"></script><!-- <<< Gitter --><!-- >>> Google Analytics --><script async src="https://www.colour-science.org/assets/js/analytics.js"></script><!-- <<< Google Analytics --> </body> </html>
colour-science/colour-science.org
output/tutorial/index.html
HTML
bsd-3-clause
10,691
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.5 Version: 4.1.0 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project. --> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en" dir="rtl"> <!--<![endif]--> <!-- BEGIN HEAD --> <head> <meta charset="utf-8"/> <title>Metronic | Search Results</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <meta content="" name="description"/> <meta content="" name="author"/> <!-- BEGIN GLOBAL MANDATORY STYLES --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/bootstrap/css/bootstrap-rtl.min.css" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css"> <!-- END GLOBAL MANDATORY STYLES --> <!-- BEGIN PAGE LEVEL STYLES --> <link rel="stylesheet" type="text/css" href="../../assets/global/plugins/bootstrap-datepicker/css/bootstrap-datepicker3.min.css"/> <link href="../../assets/admin/pages/css/search-rtl.css" rel="stylesheet" type="text/css"/> <!-- END PAGE LEVEL STYLES --> <!-- BEGIN THEME STYLES --> <link href="../../assets/global/css/components-md-rtl.css" id="style_components" rel="stylesheet" type="text/css"> <link href="../../assets/global/css/plugins-md-rtl.css" rel="stylesheet" type="text/css"> <link href="../../assets/admin/layout3/css/layout-rtl.css" rel="stylesheet" type="text/css"> <link href="../../assets/admin/layout3/css/themes/default-rtl.css" rel="stylesheet" type="text/css" id="style_color"> <link href="../../assets/admin/layout3/css/custom-rtl.css" rel="stylesheet" type="text/css"> <!-- END THEME STYLES --> <link rel="shortcut icon" href="favicon.ico"/> </head> <!-- END HEAD --> <!-- BEGIN BODY --> <!-- DOC: Apply "page-header-menu-fixed" class to set the mega menu fixed --> <!-- DOC: Apply "page-header-top-fixed" class to set the top menu fixed --> <body class="page-md"> <!-- BEGIN HEADER --> <div class="page-header"> <!-- BEGIN HEADER TOP --> <div class="page-header-top"> <div class="container"> <!-- BEGIN LOGO --> <div class="page-logo"> <a href="index.html"><img src="../../assets/admin/layout3/img/logo-default.png" alt="logo" class="logo-default"></a> </div> <!-- END LOGO --> <!-- BEGIN RESPONSIVE MENU TOGGLER --> <a href="javascript:;" class="menu-toggler"></a> <!-- END RESPONSIVE MENU TOGGLER --> <!-- BEGIN TOP NAVIGATION MENU --> <div class="top-menu"> <ul class="nav navbar-nav pull-right"> <!-- BEGIN NOTIFICATION DROPDOWN --> <li class="dropdown dropdown-extended dropdown-dark dropdown-notification" id="header_notification_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-bell"></i> <span class="badge badge-default">7</span> </a> <ul class="dropdown-menu"> <li class="external"> <h3>You have <strong>12 pending</strong> tasks</h3> <a href="javascript:;">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="time">just now</span> <span class="details"> <span class="label label-sm label-icon label-success"> <i class="fa fa-plus"></i> </span> New user registered. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 mins</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Server #12 overloaded. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">10 mins</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Server #2 not responding. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">14 hrs</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> Application error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">2 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Database overloaded 68%. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> A user IP blocked. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">4 days</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Storage Server #4 not responding dfdfdfd. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">5 days</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> System Error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">9 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Storage server failed. </span> </a> </li> </ul> </li> </ul> </li> <!-- END NOTIFICATION DROPDOWN --> <!-- BEGIN TODO DROPDOWN --> <li class="dropdown dropdown-extended dropdown-dark dropdown-tasks" id="header_task_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-calendar"></i> <span class="badge badge-default">3</span> </a> <ul class="dropdown-menu extended tasks"> <li class="external"> <h3>You have <strong>12 pending</strong> tasks</h3> <a href="javascript:;">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New release v1.2 </span> <span class="percent">30%</span> </span> <span class="progress"> <span style="width: 40%;" class="progress-bar progress-bar-success" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">40% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Application deployment</span> <span class="percent">65%</span> </span> <span class="progress"> <span style="width: 65%;" class="progress-bar progress-bar-danger" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">65% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile app release</span> <span class="percent">98%</span> </span> <span class="progress"> <span style="width: 98%;" class="progress-bar progress-bar-success" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">98% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Database migration</span> <span class="percent">10%</span> </span> <span class="progress"> <span style="width: 10%;" class="progress-bar progress-bar-warning" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">10% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Web server upgrade</span> <span class="percent">58%</span> </span> <span class="progress"> <span style="width: 58%;" class="progress-bar progress-bar-info" aria-valuenow="58" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">58% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile development</span> <span class="percent">85%</span> </span> <span class="progress"> <span style="width: 85%;" class="progress-bar progress-bar-success" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">85% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New UI release</span> <span class="percent">38%</span> </span> <span class="progress progress-striped"> <span style="width: 38%;" class="progress-bar progress-bar-important" aria-valuenow="18" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">38% Complete</span></span> </span> </a> </li> </ul> </li> </ul> </li> <!-- END TODO DROPDOWN --> <li class="droddown dropdown-separator"> <span class="separator"></span> </li> <!-- BEGIN INBOX DROPDOWN --> <li class="dropdown dropdown-extended dropdown-dark dropdown-inbox" id="header_inbox_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <span class="circle">3</span> <span class="corner"></span> </a> <ul class="dropdown-menu"> <li class="external"> <h3>You have <strong>7 New</strong> Messages</h3> <a href="javascript:;">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">Just Now </span> </span> <span class="message"> Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">16 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar1.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Bob Nilson </span> <span class="time">2 hrs </span> </span> <span class="message"> Vivamus sed nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">40 mins </span> </span> <span class="message"> Vivamus sed auctor 40% nibh congue nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">46 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> </ul> </li> </ul> </li> <!-- END INBOX DROPDOWN --> <!-- BEGIN USER LOGIN DROPDOWN --> <li class="dropdown dropdown-user dropdown-dark"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <img alt="" class="img-circle" src="../../assets/admin/layout3/img/avatar9.jpg"> <span class="username username-hide-mobile">Nick</span> </a> <ul class="dropdown-menu dropdown-menu-default"> <li> <a href="extra_profile.html"> <i class="icon-user"></i> My Profile </a> </li> <li> <a href="page_calendar.html"> <i class="icon-calendar"></i> My Calendar </a> </li> <li> <a href="inbox.html"> <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger"> 3 </span> </a> </li> <li> <a href="javascript:;"> <i class="icon-rocket"></i> My Tasks <span class="badge badge-success"> 7 </span> </a> </li> <li class="divider"> </li> <li> <a href="extra_lock.html"> <i class="icon-lock"></i> Lock Screen </a> </li> <li> <a href="login.html"> <i class="icon-key"></i> Log Out </a> </li> </ul> </li> <!-- END USER LOGIN DROPDOWN --> </ul> </div> <!-- END TOP NAVIGATION MENU --> </div> </div> <!-- END HEADER TOP --> <!-- BEGIN HEADER MENU --> <div class="page-header-menu"> <div class="container"> <!-- BEGIN HEADER SEARCH BOX --> <form class="search-form" action="extra_search.html" method="GET"> <div class="input-group"> <input type="text" class="form-control" placeholder="Search" name="query"> <span class="input-group-btn"> <a href="javascript:;" class="btn submit"><i class="icon-magnifier"></i></a> </span> </div> </form> <!-- END HEADER SEARCH BOX --> <!-- BEGIN MEGA MENU --> <!-- DOC: Apply "hor-menu-light" class after the "hor-menu" class below to have a horizontal menu with white background --> <!-- DOC: Remove data-hover="dropdown" and data-close-others="true" attributes below to disable the dropdown opening on mouse hover --> <div class="hor-menu "> <ul class="nav navbar-nav"> <li> <a href="index.html">Dashboard</a> </li> <li class="menu-dropdown mega-menu-dropdown "> <a data-hover="megamenu-dropdown" data-close-others="true" data-toggle="dropdown" href="javascript:;" class="dropdown-toggle"> Features <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu" style="min-width: 710px"> <li> <div class="mega-menu-content"> <div class="row"> <div class="col-md-4"> <ul class="mega-menu-submenu"> <li> <h3>eCommerce</h3> </li> <li> <a href="ecommerce_index.html" class="iconify"> <i class="icon-home"></i> eCommerce </a> </li> <li> <a href="ecommerce_orders.html" class="iconify"> <i class="icon-basket"></i> Manage Orders </a> </li> <li> <a href="ecommerce_orders_view.html" class="iconify"> <i class="icon-tag"></i> Order View </a> </li> <li> <a href="ecommerce_products.html" class="iconify"> <i class="icon-handbag"></i> Manage Products </a> </li> <li> <a href="ecommerce_products_edit.html" class="iconify"> <i class="icon-pencil"></i> Product Edit </a> </li> </ul> </div> <div class="col-md-4"> <ul class="mega-menu-submenu"> <li> <h3>Layouts</h3> </li> <li> <a href="layout_fluid.html" class="iconify"> <i class="icon-cursor-move"></i> Fluid Layout </a> </li> <li> <a href="layout_mega_menu_fixed.html" class="iconify"> <i class="icon-pin"></i> Fixed Mega Menu </a> </li> <li> <a href="layout_top_bar_fixed.html" class="iconify"> <i class="icon-bar-chart"></i> Fixed Top Bar </a> </li> <li> <a href="layout_light_header.html" class="iconify"> <i class="icon-paper-plane"></i> Light Header Dropdowns </a> </li> <li> <a href="layout_blank_page.html" class="iconify"> <i class="icon-doc"></i> Blank Page Layout </a> </li> </ul> </div> <div class="col-md-4"> <ul class="mega-menu-submenu"> <li> <h3>More Layouts</h3> </li> <li> <a href="layout_click_dropdowns.html" class="iconify"> <i class="icon-speech"></i> Click vs. Hover Dropdowns </a> </li> <li> <a href="layout_fontawesome_icons.html" class="iconify"> <i class="icon-link"></i> Layout with Fontawesome </a> </li> <li> <a href="layout_glyphicons.html" class="iconify"> <i class="icon-settings"></i> Layout with Glyphicon </a> </li> <li> <a href="layout_language_bar.html" class="iconify"> <i class="icon-globe"></i> Language Switch Bar </a> </li> <li> <a href="layout_disabled_menu.html" class="iconify"> <i class=" icon-lock"></i> Disabled Menu Links </a> </li> </ul> </div> </div> </div> </li> </ul> </li> <li class="menu-dropdown mega-menu-dropdown mega-menu-full "> <a data-hover="megamenu-dropdown" data-close-others="true" data-toggle="dropdown" href="javascript:;" class="dropdown-toggle"> UI Components <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu"> <li> <div class="mega-menu-content"> <div class="row"> <div class="col-md-3"> <ul class="mega-menu-submenu"> <li> <h3>UI Components</h3> </li> <li> <a href="ui_general.html"> <i class="fa fa-angle-right"></i> General </a> </li> <li> <a href="ui_buttons.html"> <i class="fa fa-angle-right"></i> Buttons </a> </li> <li> <a href="ui_icons.html"> <i class="fa fa-angle-right"></i> Font Icons </a> </li> <li> <a href="ui_colors.html"> <i class="fa fa-angle-right"></i> Flat UI Colors </a> </li> <li> <a href="ui_typography.html"> <i class="fa fa-angle-right"></i> Typography </a> </li> <li> <a href="ui_tabs_accordions_navs.html"> <i class="fa fa-angle-right"></i> Tabs, Accordions & Navs </a> </li> <li> <a href="ui_tree.html"> <i class="fa fa-angle-right"></i> Tree View </a> </li> <li> <a href="ui_page_progress_style_1.html"> <i class="fa fa-angle-right"></i> Page Progress Bar <span class="badge badge-roundless badge-warning">new</span></a> </li> <li> <a href="ui_blockui.html"> <i class="fa fa-angle-right"></i> Block UI </a> </li> <li> <a href="ui_bootstrap_growl.html"> <i class="fa fa-angle-right"></i> Bootstrap Growl Notifications <span class="badge badge-roundless badge-warning">new</span></a> </li> <li> <a href="ui_notific8.html"> <i class="fa fa-angle-right"></i> Notific8 Notifications </a> </li> </ul> </div> <div class="col-md-3"> <ul class="mega-menu-submenu"> <li> <h3>More UI Components</h3> </li> <li> <a href="ui_toastr.html"> <i class="fa fa-angle-right"></i> Toastr Notifications </a> </li> <li> <a href="ui_alert_dialog_api.html"> <i class="fa fa-angle-right"></i> Alerts & Dialogs API <span class="badge badge-roundless badge-danger">new</span></a> </li> <li> <a href="ui_session_timeout.html"> <i class="fa fa-angle-right"></i> Session Timeout </a> </li> <li> <a href="ui_idle_timeout.html"> <i class="fa fa-angle-right"></i> User Idle Timeout </a> </li> <li> <a href="ui_modals.html"> <i class="fa fa-angle-right"></i> Modals </a> </li> <li> <a href="ui_extended_modals.html"> <i class="fa fa-angle-right"></i> Extended Modals </a> </li> <li> <a href="ui_tiles.html"> <i class="fa fa-angle-right"></i> Tiles </a> </li> <li> <a href="ui_datepaginator.html"> <i class="fa fa-angle-right"></i> Date Paginator </a> </li> <li> <a href="ui_nestable.html"> <i class="fa fa-angle-right"></i> Nestable List </a> </li> </ul> </div> <div class="col-md-3"> <ul class="mega-menu-submenu"> <li> <h3>Form Stuff</h3> </li> <li> <a href="form_controls_md.html"> <i class="fa fa-angle-right"></i> Material Design<br> Form Controls </a> </li> <li> <a href="form_controls.html"> <i class="fa fa-angle-right"></i> Bootstrap<br> Form Controls </a> </li> <li> <a href="form_icheck.html"> <i class="fa fa-angle-right"></i> iCheck Controls </a> </li> <li> <a href="form_layouts.html"> <i class="fa fa-angle-right"></i> Form Layouts </a> </li> <li> <a href="form_editable.html"> <i class="fa fa-angle-right"></i> Form X-editable <span class="badge badge-roundless badge-success">new</span></a> </li> <li> <a href="form_wizard.html"> <i class="fa fa-angle-right"></i> Form Wizard </a> </li> <li> <a href="form_validation.html"> <i class="fa fa-angle-right"></i> Form Validation </a> </li> <li> <a href="form_image_crop.html"> <i class="fa fa-angle-right"></i> Image Cropping </a> </li> <li> <a href="form_fileupload.html"> <i class="fa fa-angle-right"></i> Multiple File Upload </a> </li> <li> <a href="form_dropzone.html"> <i class="fa fa-angle-right"></i> Dropzone File Upload </a> </li> </ul> </div> <div class="col-md-3"> <ul class="mega-menu-submenu"> <li> <h3>Form Components</h3> </li> <li> <a href="components_pickers.html"> <i class="fa fa-angle-right"></i> Date & Time Pickers </a> </li> <li> <a href="components_context_menu.html"> <i class="fa fa-angle-right"></i> Context Menu </a> </li> <li> <a href="components_dropdowns.html"> <i class="fa fa-angle-right"></i> Custom Dropdowns </a> </li> <li> <a href="components_form_tools.html"> <i class="fa fa-angle-right"></i> Form Widgets & Tools </a> </li> <li> <a href="components_form_tools2.html"> <i class="fa fa-angle-right"></i> Form Widgets & Tools 2 </a> </li> <li> <a href="components_editors.html"> <i class="fa fa-angle-right"></i> Markdown & WYSIWYG Editors </a> </li> <li> <a href="components_ion_sliders.html"> <i class="fa fa-angle-right"></i> Ion Range Sliders </a> </li> <li> <a href="components_noui_sliders.html"> <i class="fa fa-angle-right"></i> NoUI Range Sliders </a> </li> <li> <a href="components_jqueryui_sliders.html"> <i class="fa fa-angle-right"></i> jQuery UI Sliders </a> </li> <li> <a href="components_knob_dials.html"> <i class="fa fa-angle-right"></i> Knob Circle Dials </a> </li> </ul> </div> </div> </div> </li> </ul> </li> <li class="menu-dropdown classic-menu-dropdown "> <a data-hover="megamenu-dropdown" data-close-others="true" data-toggle="dropdown" href="javascript:;"> Extra <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-left"> <li class=" dropdown-submenu"> <a href=":;"> <i class="icon-briefcase"></i> Data Tables </a> <ul class="dropdown-menu"> <li class=" "> <a href="table_basic.html"> Basic Datatables </a> </li> <li class=" "> <a href="table_tree.html"> Tree Datatables </a> </li> <li class=" "> <a href="table_responsive.html"> Responsive Datatables </a> </li> <li class=" "> <a href="table_managed.html"> Managed Datatables </a> </li> <li class=" "> <a href="table_editable.html"> Editable Datatables </a> </li> <li class=" "> <a href="table_advanced.html"> Advanced Datatables </a> </li> <li class=" "> <a href="table_ajax.html"> Ajax Datatables </a> </li> </ul> </li> <li class=" dropdown-submenu"> <a href=":;"> <i class="icon-wallet"></i> Portlets </a> <ul class="dropdown-menu"> <li class=" "> <a href="portlet_general.html"> General Portlets </a> </li> <li class=" "> <a href="portlet_general2.html"> New Portlets #1 <span class="badge badge-roundless badge-danger">new</span> </a> </li> <li class=" "> <a href="portlet_general3.html"> New Portlets #2 <span class="badge badge-roundless badge-danger">new</span> </a> </li> <li class=" "> <a href="portlet_ajax.html"> Ajax Portlets </a> </li> <li class=" "> <a href="portlet_draggable.html"> Draggable Portlets </a> </li> </ul> </li> <li class=" dropdown-submenu"> <a href=":;"> <i class="icon-bar-chart"></i> Charts </a> <ul class="dropdown-menu"> <li class=" "> <a href="charts_amcharts.html"> amChart </a> </li> <li class=" "> <a href="charts_flotcharts.html"> Flotchart </a> </li> </ul> </li> <li class=" dropdown-submenu"> <a href=":;"> <i class="icon-pointer"></i> Maps </a> <ul class="dropdown-menu"> <li class=" "> <a href="maps_google.html"> Google Maps </a> </li> <li class=" "> <a href="maps_vector.html"> Vector Maps </a> </li> </ul> </li> <li class=" dropdown-submenu"> <a href=":;"> <i class="icon-puzzle"></i> Multi Level </a> <ul class="dropdown-menu"> <li class=" "> <a href="javascript:;"> <i class="icon-settings"></i> Item 1 </a> </li> <li class=" "> <a href="javascript:;"> <i class="icon-user"></i> Item 2 </a> </li> <li class=" "> <a href="javascript:;"> <i class="icon-globe"></i> Item 3 </a> </li> <li class=" dropdown-submenu"> <a href="#"> <i class="icon-folder"></i> Sub Items </a> <ul class="dropdown-menu"> <li class=" "> <a href="javascript:;"> Item 1 </a> </li> <li class=" "> <a href="javascript:;"> Item 2 </a> </li> <li class=" "> <a href="javascript:;"> Item 3 </a> </li> <li class=" "> <a href="javascript:;"> Item 4 </a> </li> </ul> </li> <li class=" "> <a href="javascript:;"> <i class="icon-share"></i> Item 4 </a> </li> <li class=" "> <a href="javascript:;"> <i class="icon-bar-chart"></i> Item 5 </a> </li> </ul> </li> </ul> </li> <li class="menu-dropdown mega-menu-dropdown mega-menu-full active"> <a data-hover="megamenu-dropdown" data-close-others="true" data-toggle="dropdown" href="javascript:;" class="dropdown-toggle"> Pages <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu"> <li> <div class="mega-menu-content"> <div class="row"> <div class="col-md-3"> <ul class="mega-menu-submenu"> <li> <h3>User Pages</h3> </li> <li> <a href="page_timeline.html"> <i class="fa fa-angle-right"></i> New Timeline <span class="badge badge-warning">2</span></a> </li> <li> <a href="extra_profile.html"> <i class="fa fa-angle-right"></i> New User Profile <span class="badge badge-success badge-roundless">new</span></a> </li> <li> <a href="page_todo.html"> <i class="fa fa-angle-right"></i> Todo & Tasks <span class="badge badge-danger">4</span></a> </li> <li> <a href="inbox.html"> <i class="fa fa-angle-right"></i> User Inbox <span class="badge badge-success">4</span></a> </li> <li> <a href="page_calendar.html"> <i class="fa fa-angle-right"></i> User Calendar <span class="badge badge-warning">14</span></a> </li> <li> <a href="page_timeline_old.html"> <i class="fa fa-angle-right"></i> Old Timeline <span class="badge badge-warning">2</span></a> </li> <li> <a href="extra_profile_old.html"> <i class="fa fa-angle-right"></i> Old User Profile </a> </li> </ul> </div> <div class="col-md-3"> <ul class="mega-menu-submenu"> <li> <h3>General Pages</h3> </li> <li> <a href="extra_faq.html"> <i class="fa fa-angle-right"></i> FAQ Page </a> </li> <li> <a href="page_portfolio.html"> <i class="fa fa-angle-right"></i> Portfolio </a> </li> <li> <a href="page_timeline.html"> <i class="fa fa-angle-right"></i> Timeline <span class="badge badge-info">4</span></a> </li> <li> <a href="page_coming_soon.html"> <i class="fa fa-angle-right"></i> Coming Soon </a> </li> <li> <a href="extra_invoice.html"> <i class="fa fa-angle-right"></i> Invoice </a> </li> <li> <a href="page_blog.html"> <i class="fa fa-angle-right"></i> Blog </a> </li> <li> <a href="page_blog_item.html"> <i class="fa fa-angle-right"></i> Blog Post </a> </li> </ul> </div> <div class="col-md-3"> <ul class="mega-menu-submenu"> <li> <h3>Custom Pages</h3> </li> <li> <a href="page_news.html"> <i class="fa fa-angle-right"></i> News <span class="badge badge-success">9</span></a> </li> <li> <a href="page_news_item.html"> <i class="fa fa-angle-right"></i> News View </a> </li> <li> <a href="page_about.html"> <i class="fa fa-angle-right"></i> About Us </a> </li> <li> <a href="page_contact.html"> <i class="fa fa-angle-right"></i> Contact Us </a> </li> <li class="active"> <a href="extra_search.html"> <i class="fa fa-angle-right"></i> Search Results </a> </li> <li> <a href="extra_pricing_table.html"> <i class="fa fa-angle-right"></i> Pricing Tables </a> </li> <li> <a href="login.html"> <i class="fa fa-angle-right"></i> Login Form 1 </a> </li> <li> <a href="login_2.html"> <i class="fa fa-angle-right"></i> Login Form 2 </a> </li> <li> <a href="login_3.html"> <i class="fa fa-angle-right"></i> Login Form 3 </a> </li> <li> <a href="login_soft.html"> <i class="fa fa-angle-right"></i> Login Form 4 </a> </li> </ul> </div> <div class="col-md-3"> <ul class="mega-menu-submenu"> <li> <h3>Miscellaneous</h3> </li> <li> <a href="extra_lock.html"> <i class="fa fa-angle-right"></i> Lock Screen 1 </a> </li> <li> <a href="extra_lock2.html"> <i class="fa fa-angle-right"></i> Lock Screen 2 </a> </li> <li> <a href="extra_404_option1.html"> <i class="fa fa-angle-right"></i> 404 Page Option 1 </a> </li> <li> <a href="extra_404_option2.html"> <i class="fa fa-angle-right"></i> 404 Page Option 2 </a> </li> <li> <a href="extra_404_option3.html"> <i class="fa fa-angle-right"></i> 404 Page Option 3 </a> </li> <li> <a href="extra_500_option1.html"> <i class="fa fa-angle-right"></i> 500 Page Option 1 </a> </li> <li> <a href="extra_500_option2.html"> <i class="fa fa-angle-right"></i> 500 Page Option 2 </a> </li> </ul> </div> </div> </div> </li> </ul> </li> <li class="menu-dropdown"> <a href="angularjs" target="_blank" class="tooltips" data-container="body" data-placement="bottom" data-html="true" data-original-title="AngularJS version demo"> AngularJS Version </a> </li> </ul> </div> <!-- END MEGA MENU --> </div> </div> <!-- END HEADER MENU --> </div> <!-- END HEADER --> <!-- BEGIN PAGE CONTAINER --> <div class="page-container"> <!-- BEGIN PAGE HEAD --> <div class="page-head"> <div class="container"> <!-- BEGIN PAGE TITLE --> <div class="page-title"> <h1>Search Results <small>search results</small></h1> </div> <!-- END PAGE TITLE --> <!-- BEGIN PAGE TOOLBAR --> <div class="page-toolbar"> <!-- BEGIN THEME PANEL --> <div class="btn-group btn-theme-panel"> <a href="javascript:;" class="btn dropdown-toggle" data-toggle="dropdown"> <i class="icon-settings"></i> </a> <div class="dropdown-menu theme-panel pull-right dropdown-custom hold-on-click"> <div class="row"> <div class="col-md-6 col-sm-6 col-xs-12"> <h3>THEME COLORS</h3> <div class="row"> <div class="col-md-6 col-sm-6 col-xs-12"> <ul class="theme-colors"> <li class="theme-color theme-color-default" data-theme="default"> <span class="theme-color-view"></span> <span class="theme-color-name">Default</span> </li> <li class="theme-color theme-color-blue-hoki" data-theme="blue-hoki"> <span class="theme-color-view"></span> <span class="theme-color-name">Blue Hoki</span> </li> <li class="theme-color theme-color-blue-steel" data-theme="blue-steel"> <span class="theme-color-view"></span> <span class="theme-color-name">Blue Steel</span> </li> <li class="theme-color theme-color-yellow-orange" data-theme="yellow-orange"> <span class="theme-color-view"></span> <span class="theme-color-name">Orange</span> </li> <li class="theme-color theme-color-yellow-crusta" data-theme="yellow-crusta"> <span class="theme-color-view"></span> <span class="theme-color-name">Yellow Crusta</span> </li> </ul> </div> <div class="col-md-6 col-sm-6 col-xs-12"> <ul class="theme-colors"> <li class="theme-color theme-color-green-haze" data-theme="green-haze"> <span class="theme-color-view"></span> <span class="theme-color-name">Green Haze</span> </li> <li class="theme-color theme-color-red-sunglo" data-theme="red-sunglo"> <span class="theme-color-view"></span> <span class="theme-color-name">Red Sunglo</span> </li> <li class="theme-color theme-color-red-intense" data-theme="red-intense"> <span class="theme-color-view"></span> <span class="theme-color-name">Red Intense</span> </li> <li class="theme-color theme-color-purple-plum" data-theme="purple-plum"> <span class="theme-color-view"></span> <span class="theme-color-name">Purple Plum</span> </li> <li class="theme-color theme-color-purple-studio" data-theme="purple-studio"> <span class="theme-color-view"></span> <span class="theme-color-name">Purple Studio</span> </li> </ul> </div> </div> </div> <div class="col-md-6 col-sm-6 col-xs-12 seperator"> <h3>LAYOUT</h3> <ul class="theme-settings"> <li> Theme Style <select class="theme-setting theme-setting-style form-control input-sm input-small input-inline tooltips" data-original-title="Change theme style" data-container="body" data-placement="left"> <option value="boxed" selected="selected">Square corners</option> <option value="rounded">Rounded corners</option> </select> </li> <li> Layout <select class="theme-setting theme-setting-layout form-control input-sm input-small input-inline tooltips" data-original-title="Change layout type" data-container="body" data-placement="left"> <option value="boxed" selected="selected">Boxed</option> <option value="fluid">Fluid</option> </select> </li> <li> Top Menu Style <select class="theme-setting theme-setting-top-menu-style form-control input-sm input-small input-inline tooltips" data-original-title="Change top menu dropdowns style" data-container="body" data-placement="left"> <option value="dark" selected="selected">Dark</option> <option value="light">Light</option> </select> </li> <li> Top Menu Mode <select class="theme-setting theme-setting-top-menu-mode form-control input-sm input-small input-inline tooltips" data-original-title="Enable fixed(sticky) top menu" data-container="body" data-placement="left"> <option value="fixed">Fixed</option> <option value="not-fixed" selected="selected">Not Fixed</option> </select> </li> <li> Mega Menu Style <select class="theme-setting theme-setting-mega-menu-style form-control input-sm input-small input-inline tooltips" data-original-title="Change mega menu dropdowns style" data-container="body" data-placement="left"> <option value="dark" selected="selected">Dark</option> <option value="light">Light</option> </select> </li> <li> Mega Menu Mode <select class="theme-setting theme-setting-mega-menu-mode form-control input-sm input-small input-inline tooltips" data-original-title="Enable fixed(sticky) mega menu" data-container="body" data-placement="left"> <option value="fixed" selected="selected">Fixed</option> <option value="not-fixed">Not Fixed</option> </select> </li> </ul> </div> </div> </div> </div> <!-- END THEME PANEL --> </div> <!-- END PAGE TOOLBAR --> </div> </div> <!-- END PAGE HEAD --> <!-- BEGIN PAGE CONTENT --> <div class="page-content"> <div class="container"> <!-- BEGIN SAMPLE PORTLET CONFIGURATION MODAL FORM--> <div class="modal fade" id="portlet-config" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button> <h4 class="modal-title">Modal title</h4> </div> <div class="modal-body"> Widget settings form goes here </div> <div class="modal-footer"> <button type="button" class="btn blue">Save changes</button> <button type="button" class="btn default" data-dismiss="modal">Close</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> <!-- END SAMPLE PORTLET CONFIGURATION MODAL FORM--> <!-- BEGIN PAGE BREADCRUMB --> <ul class="page-breadcrumb breadcrumb"> <li> <a href="#">Home</a><i class="fa fa-circle"></i> </li> <li> <a href="extra_search.html">Pages</a> <i class="fa fa-circle"></i> </li> <li class="active"> Search Results </li> </ul> <!-- END PAGE BREADCRUMB --> <!-- BEGIN PAGE CONTENT INNER --> <div class="row"> <div class="col-md-12"> <div class="tabbable tabbable-custom tabbable-noborder "> <ul class="nav nav-tabs"> <li class="active"> <a data-toggle="tab" href="#tab_2_2"> Booking Search </a> </li> <li> <a data-toggle="tab" href="#tab_1_3"> Classic Search </a> </li> <li> <a data-toggle="tab" href="#tab_1_4"> Company Search </a> </li> <li> <a data-toggle="tab" href="#tab_1_5"> User Search </a> </li> </ul> <div class="tab-content"> <div id="tab_2_2" class="tab-pane active"> <div class="row"> <div class="col-md-8"> <div class="booking-search"> <form action="javascript:;" role="form"> <div class="row form-group"> <div class="col-md-12"> <label class="control-label">Distanation</label> <div class="input-icon"> <i class="fa fa-map-marker"></i> <input class="form-control" type="text" placeholder="Canada, Malaysia, Russia ..."> </div> </div> </div> <div class="row form-group"> <div class="col-md-6"> <label class="control-label">Check-in:</label> <div class="input-icon"> <i class="fa fa-calendar"></i> <input class="form-control date-picker" size="16" type="text" value="12-02-2012" data-date="12-02-2012" data-date-format="dd-mm-yyyy" data-date-viewmode="years"/> </div> </div> <div class="col-md-6"> <label class="control-label">Check-out:</label> <div class="input-icon"> <i class="fa fa-calendar"></i> <input class="form-control date-picker" size="16" type="text" value="12-02-2012" data-date="12-02-2012" data-date-format="dd-mm-yyyy" data-date-viewmode="years"/> </div> </div> </div> <div class="row form-group"> <div class="col-md-6"> <label class="control-label">Persons</label> <div class="input-icon"> <i class="fa fa-user"></i> <input class="form-control" size="16" type="text" placeholder="1 Room, 2 Adults, 0 Children"/> </div> </div> <div class="col-md-6"> <label class="control-list">Options:</label> <div class="checkbox-list"> <label class="checkbox-inline"> <input type="checkbox" name="optionsRadios2" value="option1"/> Option1 </label> <label class="checkbox-inline"> <input type="checkbox" name="optionsRadios2" value="option2" checked/> Option2 </label> </div> </div> </div> <button class="btn blue btn-block margin-top-20">SEARCH <i class="m-icon-swapright m-icon-white"></i></button> </form> </div> </div> <!--end booking-search--> <div class="col-md-4"> <div class="booking-app"> <a href="javascript:;"> <i class="fa fa-mobile-phone pull-left"></i> <span> Get our mobile app! </span> </a> </div> <div class="booking-offer"> <img src="../../assets/admin/pages/media/search/1.jpg" class="img-responsive" alt=""> <div class="booking-offer-in"> <span> London, UK </span> <em>Sign Up Today and Get 30% Discount!</em> </div> </div> </div> <!--end col-md-4--> </div> <div class="row booking-results"> <div class="col-md-6"> <div class="booking-result"> <div class="booking-img"> <img src="../../assets/admin/pages/media/gallery/image4.jpg" alt=""> <ul class="list-unstyled price-location"> <li> <i class="fa fa-money"></i> From $126 </li> <li> <i class="fa fa-map-marker"></i> Tioman, Malaysia </li> </ul> </div> <div class="booking-info"> <h2> <a href="javascript:;"> Here Any Title </a> </h2> <ul class="stars list-inline"> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star-empty"></i> </li> </ul> <p> At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum. <a href="javascript:;"> read more... </a> </p> </div> </div> </div> <div class="col-md-6"> <div class="booking-result"> <div class="booking-img"> <img src="../../assets/admin/pages/media/gallery/image1.jpg" alt=""> <ul class="list-unstyled price-location"> <li> <i class="fa fa-money"></i> From $126 </li> <li> <i class="fa fa-map-marker"></i> Tioman, Malaysia </li> </ul> </div> <div class="booking-info"> <h2> <a href="javascript:;"> Here Any Title </a> </h2> <ul class="stars list-inline"> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star-empty"></i> </li> </ul> <p> At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum. <a href="javascript:;"> read more... </a> </p> </div> </div> </div> </div> <div class="row booking-results"> <div class="col-md-6"> <div class="booking-result"> <div class="booking-img"> <img src="../../assets/admin/pages/media/gallery/image2.jpg" alt=""> <ul class="list-unstyled price-location"> <li> <i class="fa fa-money"></i> From $126 </li> <li> <i class="fa fa-map-marker"></i> Tioman, Malaysia </li> </ul> </div> <div class="booking-info"> <h2> <a href="javascript:;"> Here Any Title </a> </h2> <ul class="stars list-inline"> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star-empty"></i> </li> </ul> <p> At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum. <a href="javascript:;"> read more... </a> </p> </div> </div> </div> <div class="col-md-6"> <div class="booking-result"> <div class="booking-img"> <img src="../../assets/admin/pages/media/gallery/image3.jpg" alt=""> <ul class="list-unstyled price-location"> <li> <i class="fa fa-money"></i> From $126 </li> <li> <i class="fa fa-map-marker"></i> Tioman, Malaysia </li> </ul> </div> <div class="booking-info"> <h2> <a href="javascript:;"> Here Any Title </a> </h2> <ul class="stars list-inline"> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star-empty"></i> </li> </ul> <p> At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum. <a href="javascript:;"> read more... </a> </p> </div> </div> </div> </div> <div class="row booking-results"> <div class="col-md-6"> <div class="booking-result"> <div class="booking-img"> <img src="../../assets/admin/pages/media/gallery/image5.jpg" alt=""> <ul class="list-unstyled price-location"> <li> <i class="fa fa-money"></i> From $126 </li> <li> <i class="fa fa-map-marker"></i> Tioman, Malaysia </li> </ul> </div> <div class="booking-info"> <h2> <a href="javascript:;"> Here Any Title </a> </h2> <ul class="stars list-inline"> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star-empty"></i> </li> </ul> <p> At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum. <a href="javascript:;"> read more... </a> </p> </div> </div> </div> <div class="col-md-6"> <div class="booking-result"> <div class="booking-img"> <img src="../../assets/admin/pages/media/gallery/image1.jpg" alt=""> <ul class="list-unstyled price-location"> <li> <i class="fa fa-money"></i> From $126 </li> <li> <i class="fa fa-map-marker"></i> Tioman, Malaysia </li> </ul> </div> <div class="booking-info"> <h2> <a href="javascript:;"> Here Any Title </a> </h2> <ul class="stars list-inline"> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star"></i> </li> <li> <i class="fa fa-star-empty"></i> </li> </ul> <p> At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum. <a href="javascript:;"> read more... </a> </p> </div> </div> </div> </div> <div class="margin-top-20"> <ul class="pagination pagination-circle"> <li> <a href="javascript:;"> Prev </a> </li> <li> <a href="javascript:;"> 1 </a> </li> <li> <a href="javascript:;"> 2 </a> </li> <li class="active"> <a href="javascript:;"> 3 </a> </li> <li> <a href="javascript:;"> 4 </a> </li> <li> <a href="javascript:;"> 5 </a> </li> <li> <a href="javascript:;"> Next </a> </li> </ul> </div> </div> <!--end tab-pane--> <div id="tab_1_3" class="tab-pane"> <div class="row"> <div class="col-md-12"> <form action="javascript:;" class="alert alert-warning alert-borderless"> <div class="input-group"> <div class="input-cont"> <input type="text" placeholder="Search..." class="form-control"/> </div> <span class="input-group-btn"> <button type="button" class="btn green-haze"> Search &nbsp; <i class="m-icon-swapright m-icon-white"></i> </button> </span> </div> </form> </div> </div> <div class="search-classic"> <h4> <a href="javascript:;"> Metronic - Responsive Admin Dashboard Template </a> </h4> <a href="javascript:;"> http://www.keenthemes.com </a> <p> Metronic is a responsive admin dashboard template powered with Twitter Bootstrap Framework for admin and backend applications. Metronic has a clean and intuitive metro style design which makes your next project look awesome and yet user friendly.. </p> </div> <div class="search-classic"> <h4> <a href="javascript:;"> Conquer - Responsive Admin Dashboard Template </a> </h4> <a href="javascript:;"> http://www.keenthemes.com </a> <p> Conquer is a responsive admin dashboard template created mainly for admin and backend applications(CMS, CRM, Custom Admin Application, Admin Dashboard). Conquer template powered with Twitter Bootstrap Framework.. </p> </div> <div class="search-classic"> <h4> <a href="javascript:;"> Metronic - Responsive Admin Dashboard Template </a> </h4> <a href="javascript:;"> http://www.keenthemes.com </a> <p> Metronic is a responsive admin dashboard template powered with Twitter Bootstrap Framework for admin and backend applications. Metronic has a clean and intuitive metro style design which makes your next project look awesome and yet user friendly.. </p> </div> <div class="search-classic"> <h4> <a href="javascript:;"> Conquer - Responsive Admin Dashboard Template </a> </h4> <a href="javascript:;"> http://www.keenthemes.com </a> <p> Conquer is a responsive admin dashboard template created mainly for admin and backend applications(CMS, CRM, Custom Admin Application, Admin Dashboard). Conquer template powered with Twitter Bootstrap Framework.. </p> </div> <div class="search-classic"> <h4> <a href="javascript:;"> Conquer - Responsive Admin Dashboard Template </a> </h4> <a href="javascript:;"> http://www.keenthemes.com </a> <p> Conquer is a responsive admin dashboard template created mainly for admin and backend applications(CMS, CRM, Custom Admin Application, Admin Dashboard). Conquer template powered with Twitter Bootstrap Framework.. </p> </div> <div class="search-classic"> <h4> <a href="javascript:;"> Metronic - Responsive Admin Dashboard Template </a> </h4> <a href="javascript:;"> http://www.keenthemes.com </a> <p> Metronic is a responsive admin dashboard template powered with Twitter Bootstrap Framework for admin and backend applications. Metronic has a clean and intuitive metro style design which makes your next project look awesome and yet user friendly.. </p> </div> <div class="search-classic"> <h4> <a href="javascript:;"> Conquer - Responsive Admin Dashboard Template </a> </h4> <a href="javascript:;"> http://www.keenthemes.com </a> <p> Conquer is a responsive admin dashboard template created mainly for admin and backend applications(CMS, CRM, Custom Admin Application, Admin Dashboard). Conquer template powered with Twitter Bootstrap Framework.. </p> </div> <div class="margin-top-20"> <ul class="pagination pagination-circle"> <li> <a href="javascript:;"> Prev </a> </li> <li> <a href="javascript:;"> 1 </a> </li> <li> <a href="javascript:;"> 2 </a> </li> <li class="active"> <a href="javascript:;"> 3 </a> </li> <li> <a href="javascript:;"> 4 </a> </li> <li> <a href="javascript:;"> 5 </a> </li> <li> <a href="javascript:;"> Next </a> </li> </ul> </div> </div> <!--end tab-pane--> <div id="tab_1_4" class="tab-pane"> <div class="row"> <div class="col-md-12"> <form action="javascript:;" class="alert alert-success alert-borderless"> <div class="input-group"> <div class="input-cont"> <input type="text" placeholder="Search..." class="form-control"/> </div> <span class="input-group-btn"> <button type="button" class="btn green-haze"> Search &nbsp; <i class="m-icon-swapright m-icon-white"></i> </button> </span> </div> </form> </div> </div> <div class="table-responsive"> <table class="table table-striped table-bordered table-advance table-hover"> <thead> <tr> <th> <i class="fa fa-briefcase"></i> Company </th> <th> <i class="fa fa-question"></i> Descrition </th> <th> <i class="fa fa-bookmark"></i> Amount </th> <th> </th> </tr> </thead> <tbody> <tr> <td> <a href="javascript:;"> Pixel Ltd </a> </td> <td> Server hardware purchase </td> <td> 52560.10$ <span class="label label-success label-sm"> Paid </span> </td> <td> <a class="btn default btn-xs green-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <a href="javascript:;"> Smart House </a> </td> <td> Office furniture purchase </td> <td> 5760.00$ <span class="label label-warning label-sm"> Pending </span> </td> <td> <a class="btn default btn-xs blue-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <a href="javascript:;"> FoodMaster Ltd </a> </td> <td> Company Anual Dinner Catering </td> <td> 12400.00$ <span class="label label-success label-sm"> Paid </span> </td> <td> <a class="btn default btn-xs blue-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <a href="javascript:;"> WaterPure Ltd </a> </td> <td> Payment for Jan 2013 </td> <td> 610.50$ <span class="label label-danger label-sm"> Overdue </span> </td> <td> <a class="btn default btn-xs red-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <a href="javascript:;"> Smart House </a> </td> <td> Office furniture purchase </td> <td> 5760.00$ <span class="label label-warning label-sm"> Pending </span> </td> <td> <a class="btn default btn-xs blue-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <a href="javascript:;"> FoodMaster Ltd </a> </td> <td> Company Anual Dinner Catering </td> <td> 12400.00$ <span class="label label-success label-sm"> Paid </span> </td> <td> <a class="btn default btn-xs blue-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <a href="javascript:;"> WaterPure Ltd </a> </td> <td> Payment for Jan 2013 </td> <td> 610.50$ <span class="label label-danger label-sm"> Overdue </span> </td> <td> <a class="btn default btn-xs red-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <a href="javascript:;"> Pixel Ltd </a> </td> <td> Server hardware purchase </td> <td> 52560.10$ <span class="label label-success label-sm"> Paid </span> </td> <td> <a class="btn default btn-xs green-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <a href="javascript:;"> Smart House </a> </td> <td> Office furniture purchase </td> <td> 5760.00$ <span class="label label-warning label-sm"> Pending </span> </td> <td> <a class="btn default btn-xs blue-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <a href="javascript:;"> FoodMaster Ltd </a> </td> <td> Company Anual Dinner Catering </td> <td> 12400.00$ <span class="label label-success label-sm"> Paid </span> </td> <td> <a class="btn default btn-xs blue-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <a href="javascript:;"> Pixel Ltd </a> </td> <td> Server hardware purchase </td> <td> 52560.10$ <span class="label label-success label-sm"> Paid </span> </td> <td> <a class="btn default btn-xs green-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <a href="javascript:;"> Smart House </a> </td> <td> Office furniture purchase </td> <td> 5760.00$ <span class="label label-warning label-sm"> Pending </span> </td> <td> <a class="btn default btn-xs blue-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <a href="javascript:;"> FoodMaster Ltd </a> </td> <td> Company Anual Dinner Catering </td> <td> 12400.00$ <span class="label label-success label-sm"> Paid </span> </td> <td> <a class="btn default btn-xs blue-stripe" href="javascript:;"> View </a> </td> </tr> </tbody> </table> </div> <div class="margin-top-20"> <ul class="pagination pagination-circle"> <li> <a href="javascript:;"> Prev </a> </li> <li> <a href="javascript:;"> 1 </a> </li> <li> <a href="javascript:;"> 2 </a> </li> <li class="active"> <a href="javascript:;"> 3 </a> </li> <li> <a href="javascript:;"> 4 </a> </li> <li> <a href="javascript:;"> 5 </a> </li> <li> <a href="javascript:;"> Next </a> </li> </ul> </div> </div> <!--end tab-pane--> <div id="tab_1_5" class="tab-pane"> <div class="row"> <div class="col-md-12"> <form action="javascript:;" class="alert alert-danger alert-borderless"> <div class="input-group"> <div class="input-cont"> <input type="text" placeholder="Search..." class="form-control"/> </div> <span class="input-group-btn"> <button type="button" class="btn green-haze"> Search &nbsp; <i class="m-icon-swapright m-icon-white"></i> </button> </span> </div> </form> </div> </div> <div class="table-responsive"> <table class="table table-striped table-bordered table-advance table-hover"> <thead> <tr> <th> Photo </th> <th> Fullname </th> <th> Username </th> <th> Joined </th> <th> Points </th> <th> Status </th> <th> </th> </tr> </thead> <tbody> <tr> <td> <img src="../../assets/admin/pages/media/profile/avatar1.jpg" alt=""/> </td> <td> Mark Nilson </td> <td> makr124 </td> <td> 19 Jan 2012 </td> <td> 1245 </td> <td> <span class="label label-sm label-success"> Approved </span> </td> <td> <a class="btn default btn-xs red-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <img src="../../assets/admin/pages/media/profile/avatar2.jpg" alt=""/> </td> <td> Filip Rolton </td> <td> jac123 </td> <td> 09 Feb 2012 </td> <td> 15 </td> <td> <span class="label label-sm label-info"> Pending </span> </td> <td> <a class="btn default btn-xs blue-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <img src="../../assets/admin/pages/media/profile/avatar3.jpg" alt=""/> </td> <td> Colin Fox </td> <td> col </td> <td> 19 Jan 2012 </td> <td> 245 </td> <td> <span class="label label-sm label-warning"> Suspended </span> </td> <td> <a class="btn default btn-xs green-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <img src="../../assets/admin/pages/media/profile/avatar2.jpg" alt=""/> </td> <td> Nick Stone </td> <td> sanlim </td> <td> 11 Mar 2012 </td> <td> 565 </td> <td> <span class="label label-sm label-danger"> Blocked </span> </td> <td> <a class="btn default btn-xs red-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <img src="../../assets/admin/pages/media/profile/avatar1.jpg" alt=""/> </td> <td> Edward Cook </td> <td> sanlim </td> <td> 11 Mar 2012 </td> <td> 45245 </td> <td> <span class="label label-sm label-danger"> Blocked </span> </td> <td> <a class="btn default btn-xs green-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <img src="../../assets/admin/pages/media/profile/avatar2.jpg" alt=""/> </td> <td> Nick Stone </td> <td> sanlim </td> <td> 11 Mar 2012 </td> <td> 24512 </td> <td> <span class="label label-sm label-danger"> Blocked </span> </td> <td> <a class="btn default btn-xs blue-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <img src="../../assets/admin/pages/media/profile/avatar1.jpg" alt=""/> </td> <td> Elis Lim </td> <td> makr124 </td> <td> 11 Mar 2012 </td> <td> 145 </td> <td> <span class="label label-sm label-success"> Approved </span> </td> <td> <a class="btn default btn-xs red-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <img src="../../assets/admin/pages/media/profile/avatar2.jpg" alt=""/> </td> <td> King Paul </td> <td> king123 </td> <td> 11 Mar 2012 </td> <td> 456 </td> <td> <span class="label label-sm label-info"> Pending </span> </td> <td> <a class="btn default btn-xs blue-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <img src="../../assets/admin/pages/media/profile/avatar3.jpg" alt=""/> </td> <td> Filip Larson </td> <td> fil </td> <td> 11 Mar 2012 </td> <td> 12453 </td> <td> <span class="label label-sm label-warning"> Suspended </span> </td> <td> <a class="btn default btn-xs green-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <img src="../../assets/admin/pages/media/profile/avatar2.jpg" alt=""/> </td> <td> Martin Larson </td> <td> larson12 </td> <td> 01 Apr 2011 </td> <td> 2453 </td> <td> <span class="label label-sm label-danger"> Blocked </span> </td> <td> <a class="btn default btn-xs red-stripe" href="javascript:;"> View </a> </td> </tr> <tr> <td> <img src="../../assets/admin/pages/media/profile/avatar1.jpg" alt=""/> </td> <td> King Paul </td> <td> sanlim </td> <td> 11 Mar 2012 </td> <td> 905 </td> <td> <span class="label label-sm label-danger"> Blocked </span> </td> <td> <a class="btn default btn-xs green-stripe" href="javascript:;"> View </a> </td> </tr> </tbody> </table> </div> <div class="margin-top-20"> <ul class="pagination pagination-circle"> <li> <a href="javascript:;"> Prev </a> </li> <li> <a href="javascript:;"> 1 </a> </li> <li> <a href="javascript:;"> 2 </a> </li> <li class="active"> <a href="javascript:;"> 3 </a> </li> <li> <a href="javascript:;"> 4 </a> </li> <li> <a href="javascript:;"> 5 </a> </li> <li> <a href="javascript:;"> Next </a> </li> </ul> </div> </div> <!--end tab-pane--> </div> </div> </div> <!--end tabbable--> </div> <!-- END PAGE CONTENT INNER --> </div> </div> <!-- END PAGE CONTENT --> </div> <!-- END PAGE CONTAINER --> <!-- BEGIN PRE-FOOTER --> <div class="page-prefooter"> <div class="container"> <div class="row"> <div class="col-md-3 col-sm-6 col-xs-12 footer-block"> <h2>About</h2> <p> Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam dolore. </p> </div> <div class="col-md-3 col-sm-6 col-xs12 footer-block"> <h2>Subscribe Email</h2> <div class="subscribe-form"> <form action="javascript:;"> <div class="input-group"> <input type="text" placeholder="mail@email.com" class="form-control"> <span class="input-group-btn"> <button class="btn" type="submit">Submit</button> </span> </div> </form> </div> </div> <div class="col-md-3 col-sm-6 col-xs-12 footer-block"> <h2>Follow Us On</h2> <ul class="social-icons"> <li> <a href="javascript:;" data-original-title="rss" class="rss"></a> </li> <li> <a href="javascript:;" data-original-title="facebook" class="facebook"></a> </li> <li> <a href="javascript:;" data-original-title="twitter" class="twitter"></a> </li> <li> <a href="javascript:;" data-original-title="googleplus" class="googleplus"></a> </li> <li> <a href="javascript:;" data-original-title="linkedin" class="linkedin"></a> </li> <li> <a href="javascript:;" data-original-title="youtube" class="youtube"></a> </li> <li> <a href="javascript:;" data-original-title="vimeo" class="vimeo"></a> </li> </ul> </div> <div class="col-md-3 col-sm-6 col-xs-12 footer-block"> <h2>Contacts</h2> <address class="margin-bottom-40"> Phone: 800 123 3456<br> Email: <a href="mailto:info@metronic.com">info@metronic.com</a> </address> </div> </div> </div> </div> <!-- END PRE-FOOTER --> <!-- BEGIN FOOTER --> <div class="page-footer"> <div class="container"> 2014 &copy; Metronic by keenthemes. <a href="http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" title="Purchase Metronic just for 27$ and get lifetime updates for free" target="_blank">Purchase Metronic!</a> </div> </div> <div class="scroll-to-top"> <i class="icon-arrow-up"></i> </div> <!-- END FOOTER --> <!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) --> <!-- BEGIN CORE PLUGINS --> <!--[if lt IE 9]> <script src="../../assets/global/plugins/respond.min.js"></script> <script src="../../assets/global/plugins/excanvas.min.js"></script> <![endif]--> <script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script> <!-- IMPORTANT! Load jquery-ui.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip --> <script src="../../assets/global/plugins/jquery-ui/jquery-ui.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script> <!-- END CORE PLUGINS --> <script type="text/javascript" src="../../assets/global/plugins/bootstrap-datepicker/js/bootstrap-datepicker.min.js"></script> <script src="../../assets/global/plugins/fancybox/source/jquery.fancybox.pack.js"></script> <script src="../../assets/global/scripts/metronic.js" type="text/javascript"></script> <script src="../../assets/admin/layout3/scripts/layout.js" type="text/javascript"></script> <script src="../../assets/admin/layout3/scripts/demo.js" type="text/javascript"></script> <script src="../../assets/admin/pages/scripts/search.js"></script> <script> jQuery(document).ready(function() { Metronic.init(); // init metronic core components Layout.init(); // init current layout Demo.init(); // init demo features Search.init(); }); </script> <!-- END JAVASCRIPTS --> </body> <!-- END BODY --> </html>
wtfckkk/crm-admision
public/metronic/theme_rtl/templates/admin3_material_design/extra_search.html
HTML
bsd-3-clause
88,553
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"></meta><link rel="stylesheet" type="text/css" href="v8help://service_book/service_style"></link><meta name="GENERATOR" content="MSHTML 11.00.9600.17126"></meta></head><body> <p>Предназначен для выбора узлов плана обмена (информационных баз).</p> <p>Вызывается по команде <strong>Подобрать</strong> или <strong>Добавить </strong> из других объектов программы, например, при установке <a href="InformationRegister.ДатыЗапретаИзменения/Help">Даты запрета загрузки данных</a>.</p> <p>В списке выводится:</p> <ul><li><strong>Программа</strong> - перечень программ, с которыми настроена синхронизация данных. Информационные базы в каждой программе сгруппированы по типу синхронизации данных - например, <strong>без использования правил обмена</strong>. </li><li><strong>Информационная база</strong> - перечень информационных баз, с которыми настроена <a href="CommonForm.СинхронизацияДанных/Help">синхронизация данных</a>. Кроме этого, для каждой программы и типа синхронизации предусмотрено значение <strong>&lt;Все информационные базы&gt;</strong> - с помощью этого значения можно выбрать все информационные базы нужной версии и нужного типа синхронизации. </li></ul><h3>Выбор узла плана обмена</h3> <ul><li>Выделите нужное значение, нажмите <strong>Выбрать</strong>.</li></ul><h3>Подбор узлов плана обмена</h3> <ul><li>Выделите несколько значений, нажмите <strong>Выбрать</strong>.</li></ul><h3>См. также:</h3> <ul><li><a href="v8help://frame/form_common">Работа с формами</a>.</li></ul></body></html>
oleynikova/final_task
src/cf/CommonForms/ВыборУзловПлановОбмена/Ext/Help/ru.html
HTML
bsd-3-clause
2,435
{{ register_asset_bundle('frontend/assets/AppAsset') }} {{ void(this.beginPage()) }} <!DOCTYPE html> <html lang="{{ app.language }}"> <head> <meta charset="{{ app.charset }}"> <meta name="viewport" content="width=device-width, initial-scale=1"> {{ html.csrfMetaTags | raw }} <title>{{ html.encode(this.title) }}</title> {{ void(this.head) }} </head> <body> {{ void(this.beginBody()) }} {{ content | raw}} {{ void(this.endBody()) }} </body> </html> {{ void(this.endPage()) }}
vagnercsouza/yii2-starter
frontend/views/layouts/main.html
HTML
bsd-3-clause
499
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45) on Tue Dec 17 16:26:34 IST 2019 --> <title>Response</title> <meta name="date" content="2019-12-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="Response"; } } catch(err) { } //--> var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/ProducerStatus.Factory.html" title="class in com.exlibrisgroup.xsd.dps.backoffice.service"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/Response.Factory.html" title="class in com.exlibrisgroup.xsd.dps.backoffice.service"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/exlibrisgroup/xsd/dps/backoffice/service/Response.html" target="_top">Frames</a></li> <li><a href="Response.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.exlibrisgroup.xsd.dps.backoffice.service</div> <h2 title="Interface Response" class="title">Interface Response</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> <dd>org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource</dd> </dl> <dl> <dt>All Known Subinterfaces:</dt> <dd><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/ResponseDocument.Response.html" title="interface in com.exlibrisgroup.xsd.dps.backoffice.service">ResponseDocument.Response</a></dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">Response</span> extends org.apache.xmlbeans.XmlObject</pre> <div class="block">An XML response(@http://www.exlibrisgroup.com/xsd/dps/backoffice/service). This is a complex type.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested.class.summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Interface and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/Response.Factory.html" title="class in com.exlibrisgroup.xsd.dps.backoffice.service">Response.Factory</a></span></code> <div class="block">A factory class with static methods for creating instances of this type.</div> </td> </tr> </table> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.xmlbeans.SchemaType</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/Response.html#type">type</a></span></code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.org.apache.xmlbeans.XmlObject"> <!-- --> </a> <h3>Fields inherited from interface&nbsp;org.apache.xmlbeans.XmlObject</h3> <code>EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL</code></li> </ul> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/Response.html#getErrorDescription--">getErrorDescription</a></span>()</code> <div class="block">Gets the "error_description" element</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/Response.html#getId--">getId</a></span>()</code> <div class="block">Gets the "id" element</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/Response.html#getIsError--">getIsError</a></span>()</code> <div class="block">Gets the "is_error" element</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/Response.html#setErrorDescription-java.lang.String-">setErrorDescription</a></span>(java.lang.String&nbsp;errorDescription)</code> <div class="block">Sets the "error_description" element</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/Response.html#setId-long-">setId</a></span>(long&nbsp;id)</code> <div class="block">Sets the "id" element</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/Response.html#setIsError-boolean-">setIsError</a></span>(boolean&nbsp;isError)</code> <div class="block">Sets the "is_error" element</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>org.apache.xmlbeans.XmlString</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/Response.html#xgetErrorDescription--">xgetErrorDescription</a></span>()</code> <div class="block">Gets (as xml) the "error_description" element</div> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>org.apache.xmlbeans.XmlLong</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/Response.html#xgetId--">xgetId</a></span>()</code> <div class="block">Gets (as xml) the "id" element</div> </td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>org.apache.xmlbeans.XmlBoolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/Response.html#xgetIsError--">xgetIsError</a></span>()</code> <div class="block">Gets (as xml) the "is_error" element</div> </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/Response.html#xsetErrorDescription-org.apache.xmlbeans.XmlString-">xsetErrorDescription</a></span>(org.apache.xmlbeans.XmlString&nbsp;errorDescription)</code> <div class="block">Sets (as xml) the "error_description" element</div> </td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/Response.html#xsetId-org.apache.xmlbeans.XmlLong-">xsetId</a></span>(org.apache.xmlbeans.XmlLong&nbsp;id)</code> <div class="block">Sets (as xml) the "id" element</div> </td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/Response.html#xsetIsError-org.apache.xmlbeans.XmlBoolean-">xsetIsError</a></span>(org.apache.xmlbeans.XmlBoolean&nbsp;isError)</code> <div class="block">Sets (as xml) the "is_error" element</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.xmlbeans.XmlObject"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;org.apache.xmlbeans.XmlObject</h3> <code>changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.xmlbeans.XmlTokenSource"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;org.apache.xmlbeans.XmlTokenSource</h3> <code>documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="type"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>type</h4> <pre>static final&nbsp;org.apache.xmlbeans.SchemaType type</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getId--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getId</h4> <pre>long&nbsp;getId()</pre> <div class="block">Gets the "id" element</div> </li> </ul> <a name="xgetId--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>xgetId</h4> <pre>org.apache.xmlbeans.XmlLong&nbsp;xgetId()</pre> <div class="block">Gets (as xml) the "id" element</div> </li> </ul> <a name="setId-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setId</h4> <pre>void&nbsp;setId(long&nbsp;id)</pre> <div class="block">Sets the "id" element</div> </li> </ul> <a name="xsetId-org.apache.xmlbeans.XmlLong-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>xsetId</h4> <pre>void&nbsp;xsetId(org.apache.xmlbeans.XmlLong&nbsp;id)</pre> <div class="block">Sets (as xml) the "id" element</div> </li> </ul> <a name="getIsError--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getIsError</h4> <pre>boolean&nbsp;getIsError()</pre> <div class="block">Gets the "is_error" element</div> </li> </ul> <a name="xgetIsError--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>xgetIsError</h4> <pre>org.apache.xmlbeans.XmlBoolean&nbsp;xgetIsError()</pre> <div class="block">Gets (as xml) the "is_error" element</div> </li> </ul> <a name="setIsError-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setIsError</h4> <pre>void&nbsp;setIsError(boolean&nbsp;isError)</pre> <div class="block">Sets the "is_error" element</div> </li> </ul> <a name="xsetIsError-org.apache.xmlbeans.XmlBoolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>xsetIsError</h4> <pre>void&nbsp;xsetIsError(org.apache.xmlbeans.XmlBoolean&nbsp;isError)</pre> <div class="block">Sets (as xml) the "is_error" element</div> </li> </ul> <a name="getErrorDescription--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getErrorDescription</h4> <pre>java.lang.String&nbsp;getErrorDescription()</pre> <div class="block">Gets the "error_description" element</div> </li> </ul> <a name="xgetErrorDescription--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>xgetErrorDescription</h4> <pre>org.apache.xmlbeans.XmlString&nbsp;xgetErrorDescription()</pre> <div class="block">Gets (as xml) the "error_description" element</div> </li> </ul> <a name="setErrorDescription-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setErrorDescription</h4> <pre>void&nbsp;setErrorDescription(java.lang.String&nbsp;errorDescription)</pre> <div class="block">Sets the "error_description" element</div> </li> </ul> <a name="xsetErrorDescription-org.apache.xmlbeans.XmlString-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>xsetErrorDescription</h4> <pre>void&nbsp;xsetErrorDescription(org.apache.xmlbeans.XmlString&nbsp;errorDescription)</pre> <div class="block">Sets (as xml) the "error_description" element</div> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/ProducerStatus.Factory.html" title="class in com.exlibrisgroup.xsd.dps.backoffice.service"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../com/exlibrisgroup/xsd/dps/backoffice/service/Response.Factory.html" title="class in com.exlibrisgroup.xsd.dps.backoffice.service"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/exlibrisgroup/xsd/dps/backoffice/service/Response.html" target="_top">Frames</a></li> <li><a href="Response.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
ExLibrisGroup/Rosetta.dps-sdk-projects
6.2/javadoc/com/exlibrisgroup/xsd/dps/backoffice/service/Response.html
HTML
bsd-3-clause
18,927
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- FlexGen : Flexible Map Generator Library Copyright (C) 2009-2014 Jeffrey J. Weston <jjweston@gmail.com> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the FlexGen project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> FlexGen Cookbook </title> <style type="text/css"> div.centered { text-align: center; } div.left { float: left; width: 30%; } div.navigation { display: table; } ul.navigation { line-height: 150%; } div.content { float: left; width: 40%; } div.footer { clear: both; text-align: center; padding: 1em; } </style> </head> <body> <div class="centered"> <h1> FlexGen Cookbook </h1> </div> <div> <div class="left"> <div class="navigation"> <div class="centered"> <h2> Navigation </h2> </div> <ul class="navigation"> <li> <a href="http://www.flexgen.org/"> FlexGen Home </a> </li> </ul> <div class="centered"> <h3> Documentation </h3> </div> <ul class="navigation"> <li> <a href="index.html"> Overview </a> </li> <li> <a href="cookbook.html"> Cookbook </a> </li> <li> <a href="javadoc/index.html"> Javadoc </a> </li> </ul> <div class="centered"> <h3> SourceForge </h3> </div> <ul class="navigation"> <li> <a href="https://sourceforge.net/projects/flexgen/files/"> FlexGen Downloads </a> </li> <li> <a href="https://sourceforge.net/projects/flexgen/support/"> FlexGen Support </a> </li> <li> <a href="https://sourceforge.net/projects/flexgen/"> FlexGen on SourceForge </a> </li> </ul> <div class="centered"> <a href="https://sourceforge.net/projects/flexgen/"> <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=266830&amp;type=11" width="120" height="30" alt="Get FlexGen at SourceForge.net. Fast, secure and Free Open Source software downloads" /> </a> </div> </div> </div> <div class="content"> <h2> Overview </h2> <p> This is the FlexGen Cookbook. It will walk you through the steps needed to generate a map with the FlexGen library, using samples from the example application. The example application is included in the "example" directory in the FlexGen release. </p> <p> There are several elements you must define when generating a map: map tiles, map tile edges, and map units. Map tiles are the basic building block of maps. You must define several map tile types that will be used to create your map. Map tile edges define which map tile types may be placed adjacent to another map tile type within the map. Map units are the smallest element present in a map and are used to construct map tiles. </p> <p> FlexGen generates maps by randomly selecting a map tile type and then placing a map tile of the specified type in a randomly selected empty location with a random orientation. A particular location and orientation can only be considered where the four edges of the selected map tile type in the particular orientation match the corresponding edges of map tiles adjacent to the particular location. This process is repeated until there are no empty locations remaining in the map. </p> <h2> Map Units </h2> <p> Map units represent the fundamental elements that will compose your map. In the example application, a map is generated that has rivers cutting through grassland. The map units in the example application are grass and river. Each map unit in your map must have a unique name, as the name is used to differentiate one map unit from another. Map units can be constructed with the following example: </p> <pre> MapUnit grass = new MapUnit( "Grass" ); MapUnit river = new MapUnit( "River" ); </pre> <h2> Map Tile Edges </h2> <p> Map tile edges determine how map tiles may be placed adjacent to each other. Each map tile type will have a map tile edge specified for each of its four edges. When determining whether or not a map tile can be placed adjacent to another map tile, the edges connecting both of the map tiles must match. For example, if a map tile is being placed on top of another map tile, the bottom edge of the new map tile must match the top edge of the existing map tile. If a map tile is being placed adjacent to more than one map tile, this check is performed for all adjacent tiles. The map tile edges in the example application define an edge that is made up entirely of grass and an edge with a river flowing through the middle. Each map tile edge in your map must have a unique name, as the name is used to differentiate one map tile edge from another. Map tile edges can be constructed with the following example: </p> <pre> MapTileEdge grassEdge = new MapTileEdge( "Grass Edge" ); MapTileEdge riverEdge = new MapTileEdge( "River Edge" ); </pre> <h2> Map Tiles </h2> <p> A map tile type is comprised of a two-dimensional grid of map units that define the map tile type. Map tile types also have a unique name (to identify them), a weight (to make some map tile types more likely to be selected than others), an array of map tile edges defining the four edges of the map tile type, and an array of map tile orientations defining the distinct orientations available for the map tile type. While you can use any size for the two-dimensional grid of map units, the grid must be the same size vertically as it is horizontally. Also, every map tile type must have the same size grid. The map tile edges are specified in the following order: top, right, bottom, left. </p> <p> The example application defines six different tile types. They represent various combinations of the grass and river map units that can be used to generate a map that has rivers cutting through grassland. The following gives a graphical representation of these six map tile types: </p> <table> <tr> <td> All Grass </td> <td>:</td> <td> <img src="images/AllGrass.png" alt="All Grass" /> </td> </tr> <tr> <td> Straight River </td> <td>:</td> <td> <img src="images/StraightRiver.png" alt="Straight River" /> </td> </tr> <tr> <td> Corner River </td> <td>:</td> <td> <img src="images/CornerRiver.png" alt="Corner River" /> </td> </tr> <tr> <td> Three Way River </td> <td>:</td> <td> <img src="images/ThreeWayRiver.png" alt="Three Way River" /> </td> </tr> <tr> <td> Four Way River </td> <td>:</td> <td> <img src="images/FourWayRiver.png" alt="Four Way River" /> </td> </tr> <tr> <td> Dead End River </td> <td>:</td> <td> <img src="images/DeadEndRiver.png" alt="Dead End River" /> </td> </tr> </table> <p> The following example demonstrates how to construct the straight river map tile type. Note that the top edge of the map tile type is river, the right edge is grass, the bottom edge is river, and the left edge is grass. Also note that due to the symmetry of the grid of map units, the map tile type has only two distinct orientations. </p> <pre> MapTileType straightRiver = new MapTileType( "Straight River", 1000, new MapUnit[][] { { grass, river, grass }, { grass, river, grass }, { grass, river, grass } }, new MapTileEdge[] { riverEdge, grassEdge, riverEdge, grassEdge }, new MapTileOrientation[] { MapTileOrientation.UPRIGHT, MapTileOrientation.CLOCKWISE } ); </pre> <p> The following example demonstrates how to construct the corner river map tile type. Note that the top edge of the map tile type is river, the right edge is river, the bottom edge is grass, and the left edge is grass. Also note that due to the lack of symmetry of the grid of map units, the map tile type has all four orientations. Finally, note that the weight of the corner river map tile type is 500 while the weight of the straight river map tile type is 1000. That means that the corner river map tile type is half as likely to be selected as the straight river map tile type. </p> <pre> cornerRiver = new MapTileType( "Corner River", 500, new MapUnit[][] { { grass, river, grass }, { grass, river, river }, { grass, grass, grass } }, new MapTileEdge[] { riverEdge, riverEdge, grassEdge, grassEdge }, new MapTileOrientation[] { MapTileOrientation.UPRIGHT, MapTileOrientation.CLOCKWISE, MapTileOrientation.FLIPPED, MapTileOrientation.COUNTER_CLOCKWISE } ); </pre> <h2> Generating the Map </h2> <p> Now that all of the elements have been defined, it is time to construct the map generator and generate the map. First, you need a random number generator. You can either use the random number generator included with FlexGen, <code>org.flexgen.util.ImprovedRandom</code>, or use your own. If you use your own random number generator, it must be a sublcass of <code>org.flexgen.util.ImprovedRandom</code>, as that is what the map generator expects. The random number generator can be constructed with the following example: </p> <pre> ImprovedRandom improvedRandom = new ImprovedRandom(); </pre> <p> Next, you need to combine all of your defined map tile types into an array that you will pass to the map generator constructor. The six map tile types from the example application can be combined into an array with the following example: </p> <pre> MapTileType[] mapTileTypes = new MapTileType[] { allGrass, straightRiver, cornerRiver, threeWayRiver, fourWayRiver, deadEndRiver }; </pre> <p> Now you need to construct the map generator. The constructor for the map generator takes the random number generator, the array of map tile types, and the minimum and maximum X and Y coordinates for the map. The map generator can be constructed with the following example: </p> <pre> MapGenerator mapGenerator = new MapGenerator( improvedRandom, mapTileTypes, -10, -10, 10, 10 ); </pre> <p> The final step before generating the map is that you need to add whatever initial map tiles tiles you want to the map. You must add at least one map tile before generating the map. A map tile can be added to the map with the following example: </p> <pre> mapGenerator.addMapTile( new MapTileLocation( 0, 0 ), new MapTile( allGrass, MapTileOrientation.UPRIGHT )); </pre> <p> Finally, you can generate the map. A map can be generated with the following example: </p> <pre> mapGenerator.generate(); </pre> <h2> Getting Stuck </h2> <p> Version 1.0.0 of FlexGen has a known issue where the map generator can get "stuck" when generating the map. What this means is that that the map generator can get into a situation where it is impossible to place a map tile in a certain location in the map because no map tile type in any orientation can fit in that location. FlexGen has no logic to deal with this situation, and when it occurs an exception is thrown. To ensure this does not happen, you must define map tile types such that a map tile type exists for every possible combination of map tile edges that may occur in the map. Newer versions of FlexGen will contain logic to solve this problem without requiring you to define map tile types for every combination of map tile edges. </p> </div> </div> <div class="footer"> <p> Copyright &copy; 2009-2014 Jeffrey J. Weston <a href="mailto:jjweston@gmail.com">&lt;jjweston@gmail.com&gt;</a> </p> <p> All rights reserved. Use is subject to <a href="http://www.flexgen.org/license.txt"> license terms</a>. </p> </div> </body> </html>
flexgen/flexgen
doc/cookbook.html
HTML
bsd-3-clause
19,334
<!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.generalized_estimating_equations.GEE.fit_constrained &#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.genmod.generalized_estimating_equations.GEE.fit_regularized" href="statsmodels.genmod.generalized_estimating_equations.GEE.fit_regularized.html" /> <link rel="prev" title="statsmodels.genmod.generalized_estimating_equations.GEE.fit" href="statsmodels.genmod.generalized_estimating_equations.GEE.fit.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.genmod.generalized_estimating_equations.GEE.fit_constrained" 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.genmod.generalized_estimating_equations.GEE.fit_constrained </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="../gee.html" class="md-tabs__link">Generalized Estimating Equations</a></li> <li class="md-tabs__item"><a href="statsmodels.genmod.generalized_estimating_equations.GEE.html" class="md-tabs__link">statsmodels.genmod.generalized_estimating_equations.GEE</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.genmod.generalized_estimating_equations.GEE.fit_constrained.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-genmod-generalized-estimating-equations-gee-fit-constrained--page-root">statsmodels.genmod.generalized_estimating_equations.GEE.fit_constrained<a class="headerlink" href="#generated-statsmodels-genmod-generalized-estimating-equations-gee-fit-constrained--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py method"> <dt id="statsmodels.genmod.generalized_estimating_equations.GEE.fit_constrained"> <code class="sig-prename descclassname">GEE.</code><code class="sig-name descname">fit_constrained</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">constraints</span></em>, <em class="sig-param"><span class="n">start_params</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="o">**</span><span class="n">fit_kwds</span></em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.genmod.generalized_estimating_equations.GEE.fit_constrained" title="Permalink to this definition">¶</a></dt> <dd><p>fit the model subject to linear equality constraints</p> <p>The constraints are of the form <cite>R params = q</cite> where R is the constraint_matrix and q is the vector of constraint_values.</p> <p>The estimation creates a new model with transformed design matrix, exog, and converts the results back to the original parameterization.</p> <dl class="field-list"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><dl> <dt><strong>constraints</strong><span class="classifier"><code class="xref py py-obj docutils literal notranslate"><span class="pre">formula</span></code> <code class="xref py py-obj docutils literal notranslate"><span class="pre">expression</span></code> or <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>If it is a tuple, then the constraint needs to be given by two arrays (constraint_matrix, constraint_value), i.e. (R, q). Otherwise, the constraints can be given as strings or list of strings. see t_test for details</p> </dd> <dt><strong>start_params</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.8)"><code class="docutils literal notranslate"><span class="pre">None</span></code></a> or <a class="reference external" href="https://numpy.org/doc/stable/glossary.html#term-array-like" title="(in NumPy v1.19)"><span>array_like</span></a></span></dt><dd><p>starting values for the optimization. <cite>start_params</cite> needs to be given in the original parameter space and are internally transformed.</p> </dd> <dt><strong>**fit_kwds</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/keyword.html#module-keyword" title="(in Python v3.8)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">keyword</span></code></a> <code class="xref py py-obj docutils literal notranslate"><span class="pre">arguments</span></code></span></dt><dd><p>fit_kwds are used in the optimization of the transformed model.</p> </dd> </dl> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><dl> <dt><strong>results</strong><span class="classifier"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Results</span></code> <code class="xref py py-obj docutils literal notranslate"><span class="pre">instance</span></code></span></dt><dd></dd> </dl> </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.genmod.generalized_estimating_equations.GEE.fit.html" title="statsmodels.genmod.generalized_estimating_equations.GEE.fit" 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.genmod.generalized_estimating_equations.GEE.fit </span> </div> </a> <a href="statsmodels.genmod.generalized_estimating_equations.GEE.fit_regularized.html" title="statsmodels.genmod.generalized_estimating_equations.GEE.fit_regularized" 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.genmod.generalized_estimating_equations.GEE.fit_regularized </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.genmod.generalized_estimating_equations.GEE.fit_constrained.html
HTML
bsd-3-clause
21,373
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>Core Plot (Mac OS): Source/CPTPlotSpace.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="customdoxygen.css" rel="stylesheet" type="text/css" /> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="core-plot-logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Core Plot (Mac OS) </div> <div id="projectbrief">Cocoa plotting framework for Mac OS X and iOS</div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.8.1.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="modules.html"><span>Animation&#160;&&#160;Constants</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('_c_p_t_plot_space_8h.html','');}); </script> <div id="doc-content"> <div class="header"> <div class="headertitle"> <div class="title">CPTPlotSpace.h</div> </div> </div><!--header--> <div class="contents"> <a href="_c_p_t_plot_space_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="preprocessor">#import &quot;<a class="code" href="_c_p_t_definitions_8h.html">CPTDefinitions.h</a>&quot;</span></div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#import &quot;<a class="code" href="_c_p_t_responder_8h.html">CPTResponder.h</a>&quot;</span></div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="keyword">@class</span> <a class="code" href="interface_c_p_t_layer.html" title="Base class for all Core Animation layers in Core Plot.">CPTLayer</a>;</div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="keyword">@class</span> <a class="code" href="interface_c_p_t_plot_range.html" title="Defines an immutable range of plot data.">CPTPlotRange</a>;</div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="keyword">@class</span> <a class="code" href="interface_c_p_t_graph.html" title="An abstract graph class.">CPTGraph</a>;</div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="keyword">@class</span> <a class="code" href="interface_c_p_t_plot_space.html" title="Defines the coordinate system of a plot.">CPTPlotSpace</a>;</div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;</div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="keyword">extern</span> <a class="codeRef" href="http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *<span class="keyword">const</span> <a class="code" href="group__notification.html#ga23f2cfa5cf45e2998bd8983b9ee2f5cc" title="Plot space coordinate change notification.">CPTPlotSpaceCoordinateMappingDidChangeNotification</a>;</div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div> <div class="line"><a name="l00025"></a><span class="lineno"><a class="code" href="protocol_c_p_t_plot_space_delegate-p.html"> 25</a></span>&#160;<span class="keyword">@protocol </span><a class="code" href="protocol_c_p_t_plot_space_delegate-p.html" title="Plot space delegate.">CPTPlotSpaceDelegate</a>&lt;<a class="codeRef" href="http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a>&gt;</div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="keyword">@optional</span></div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;</div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;</div> <div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;-(<a class="codeRef" href="http://developer.apple.com/mac/library/documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html">BOOL</a>)plotSpace:(<a class="code" href="interface_c_p_t_plot_space.html" title="Defines the coordinate system of a plot.">CPTPlotSpace</a> *)space shouldScaleBy:(CGFloat)interactionScale aboutPoint:(<a class="codeRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/doc/c_ref/CGPoint.html">CGPoint</a>)interactionPoint;</div> <div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;</div> <div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;</div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;</div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;-(<a class="codeRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/doc/c_ref/CGPoint.html">CGPoint</a>)plotSpace:(<a class="code" href="interface_c_p_t_plot_space.html" title="Defines the coordinate system of a plot.">CPTPlotSpace</a> *)space willDisplaceBy:(<a class="codeRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/doc/c_ref/CGPoint.html">CGPoint</a>)proposedDisplacementVector;</div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;</div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;</div> <div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;-(<a class="code" href="interface_c_p_t_plot_range.html" title="Defines an immutable range of plot data.">CPTPlotRange</a> *)plotSpace:(<a class="code" href="interface_c_p_t_plot_space.html" title="Defines the coordinate system of a plot.">CPTPlotSpace</a> *)space willChangePlotRangeTo:(<a class="code" href="interface_c_p_t_plot_range.html" title="Defines an immutable range of plot data.">CPTPlotRange</a> *)newRange forCoordinate:(<a class="code" href="_c_p_t_definitions_8h.html#a26e0566373a7a68bbd54e5747d4ece1b" title="Enumeration of axis coordinates.">CPTCoordinate</a>)coordinate;</div> <div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;</div> <div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;-(void)plotSpace:(<a class="code" href="interface_c_p_t_plot_space.html" title="Defines the coordinate system of a plot.">CPTPlotSpace</a> *)space didChangePlotRangeForCoordinate:(<a class="code" href="_c_p_t_definitions_8h.html#a26e0566373a7a68bbd54e5747d4ece1b" title="Enumeration of axis coordinates.">CPTCoordinate</a>)coordinate;</div> <div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;</div> <div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;</div> <div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;</div> <div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;-(<a class="codeRef" href="http://developer.apple.com/mac/library/documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html">BOOL</a>)plotSpace:(<a class="code" href="interface_c_p_t_plot_space.html" title="Defines the coordinate system of a plot.">CPTPlotSpace</a> *)space shouldHandlePointingDeviceDownEvent:(<a class="codeRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSEvent_Class/Reference/Reference.html">CPTNativeEvent</a> *)event atPoint:(<a class="codeRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/doc/c_ref/CGPoint.html">CGPoint</a>)point;</div> <div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;</div> <div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;-(<a class="codeRef" href="http://developer.apple.com/mac/library/documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html">BOOL</a>)plotSpace:(<a class="code" href="interface_c_p_t_plot_space.html" title="Defines the coordinate system of a plot.">CPTPlotSpace</a> *)space shouldHandlePointingDeviceDraggedEvent:(<a class="codeRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSEvent_Class/Reference/Reference.html">CPTNativeEvent</a> *)event atPoint:(<a class="codeRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/doc/c_ref/CGPoint.html">CGPoint</a>)point;</div> <div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;</div> <div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;-(<a class="codeRef" href="http://developer.apple.com/mac/library/documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html">BOOL</a>)plotSpace:(<a class="code" href="interface_c_p_t_plot_space.html" title="Defines the coordinate system of a plot.">CPTPlotSpace</a> *)space shouldHandlePointingDeviceCancelledEvent:(<a class="codeRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSEvent_Class/Reference/Reference.html">CPTNativeEvent</a> *)event;</div> <div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;</div> <div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;-(<a class="codeRef" href="http://developer.apple.com/mac/library/documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html">BOOL</a>)plotSpace:(<a class="code" href="interface_c_p_t_plot_space.html" title="Defines the coordinate system of a plot.">CPTPlotSpace</a> *)space shouldHandlePointingDeviceUpEvent:(<a class="codeRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSEvent_Class/Reference/Reference.html">CPTNativeEvent</a> *)event atPoint:(<a class="codeRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/doc/c_ref/CGPoint.html">CGPoint</a>)point;</div> <div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;</div> <div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160;</div> <div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;<span class="keyword">@end</span></div> <div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160;</div> <div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160;<span class="preprocessor">#pragma mark -</span></div> <div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;<span class="preprocessor"></span></div> <div class="line"><a name="l00118"></a><span class="lineno"><a class="code" href="interface_c_p_t_plot_space.html"> 118</a></span>&#160;<span class="keyword">@interface </span><a class="code" href="interface_c_p_t_plot_space.html" title="Defines the coordinate system of a plot.">CPTPlotSpace</a> : <a class="codeRef" href="http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a>&lt;<a class="code" href="protocol_c_p_t_responder-p.html" title="The basis of all event processing in Core Plot.">CPTResponder</a>, <a class="codeRef" href="http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Protocols/NSCoding_Protocol/Reference/Reference.html">NSCoding</a>&gt; {</div> <div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; <span class="keyword">@private</span></div> <div class="line"><a name="l00120"></a><span class="lineno"><a class="code" href="interface_c_p_t_plot_space.html#a1338ed4172b2eca55291a79096bade8f"> 120</a></span>&#160; <a class="code" href="_c_p_t_definitions_8h.html#abd26af4304957387867e6e9e8cef1576" title="A custom definition for ARC weak references that falls back to unsafe unretained values on older plat...">__cpt_weak</a> <a class="code" href="interface_c_p_t_graph.html" title="An abstract graph class.">CPTGraph</a> *<a class="code" href="interface_c_p_t_plot_space.html#a1338ed4172b2eca55291a79096bade8f" title="The graph of the space.">graph</a>;</div> <div class="line"><a name="l00121"></a><span class="lineno"><a class="code" href="interface_c_p_t_plot_space.html#ad97e327cd52cd5086023efebd5b94c31"> 121</a></span>&#160; <a class="codeRef" href="http://developer.apple.com/mac/library/documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html">id&lt;NSCopying, NSCoding, NSObject&gt;</a> <a class="code" href="interface_c_p_t_plot_space.html#ad97e327cd52cd5086023efebd5b94c31" title="An object used to identify the plot in collections.">identifier</a>;</div> <div class="line"><a name="l00122"></a><span class="lineno"><a class="code" href="interface_c_p_t_plot_space.html#a2a3aed439077b13bd070b573c29ca4a9"> 122</a></span>&#160; <a class="code" href="_c_p_t_definitions_8h.html#abd26af4304957387867e6e9e8cef1576" title="A custom definition for ARC weak references that falls back to unsafe unretained values on older plat...">__cpt_weak</a> <a class="codeRef" href="http://developer.apple.com/mac/library/documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html">id&lt;CPTPlotSpaceDelegate&gt;</a> <a class="code" href="interface_c_p_t_plot_space.html#a2a3aed439077b13bd070b573c29ca4a9" title="The plot space delegate.">delegate</a>;</div> <div class="line"><a name="l00123"></a><span class="lineno"><a class="code" href="interface_c_p_t_plot_space.html#a0d1dd4c7e319458df25aff1fa5872df9"> 123</a></span>&#160; <a class="codeRef" href="http://developer.apple.com/mac/library/documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html">BOOL</a> <a class="code" href="interface_c_p_t_plot_space.html#a0d1dd4c7e319458df25aff1fa5872df9" title="Determines whether user can interactively change plot range and/or zoom.">allowsUserInteraction</a>;</div> <div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160;}</div> <div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160;</div> <div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160;<span class="keyword">@property</span> (nonatomic, readwrite, copy) <a class="codeRef" href="http://developer.apple.com/mac/library/documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html">id&lt;NSCopying, NSCoding, NSObject&gt;</a> identifier;</div> <div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160;<span class="keyword">@property</span> (nonatomic, readwrite, assign) <a class="codeRef" href="http://developer.apple.com/mac/library/documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html">BOOL</a> allowsUserInteraction;</div> <div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;<span class="keyword">@property</span> (nonatomic, readwrite, <a class="code" href="_c_p_t_definitions_8h.html#a1133842e0f1c9446242d6a2ce34728ee" title="A custom definition for ARC weak properties that falls back to assign on older platforms.">cpt_weak_property</a>) <a class="code" href="_c_p_t_definitions_8h.html#abd26af4304957387867e6e9e8cef1576" title="A custom definition for ARC weak references that falls back to unsafe unretained values on older plat...">__cpt_weak</a> <a class="code" href="interface_c_p_t_graph.html" title="An abstract graph class.">CPTGraph</a> *graph;</div> <div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160;<span class="keyword">@property</span> (nonatomic, readwrite, <a class="code" href="_c_p_t_definitions_8h.html#a1133842e0f1c9446242d6a2ce34728ee" title="A custom definition for ARC weak properties that falls back to assign on older platforms.">cpt_weak_property</a>) <a class="code" href="_c_p_t_definitions_8h.html#abd26af4304957387867e6e9e8cef1576" title="A custom definition for ARC weak references that falls back to unsafe unretained values on older plat...">__cpt_weak</a> <a class="codeRef" href="http://developer.apple.com/mac/library/documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html">id&lt;CPTPlotSpaceDelegate&gt;</a> delegate;</div> <div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160;</div> <div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;<span class="keyword">@end</span></div> <div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;</div> <div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160;<span class="preprocessor">#pragma mark -</span></div> <div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;<span class="preprocessor"></span></div> <div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;<span class="keyword">@interface </span><a class="code" href="interface_c_p_t_plot_space.html" title="Defines the coordinate system of a plot.">CPTPlotSpace</a>(AbstractMethods)</div> <div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160;</div> <div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160;-(<a class="codeRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/doc/c_ref/CGPoint.html">CGPoint</a>)plotAreaViewPointForPlotPoint:(<a class="codeRef" href="http://developer.apple.com/mac/library/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_DataTypes/Reference/reference.html">NSDecimal</a> *)plotPoint;</div> <div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160;-(<a class="codeRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/doc/c_ref/CGPoint.html">CGPoint</a>)plotAreaViewPointForDoublePrecisionPlotPoint:(<span class="keywordtype">double</span> *)plotPoint;</div> <div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160;-(void)plotPoint:(<a class="codeRef" href="http://developer.apple.com/mac/library/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_DataTypes/Reference/reference.html">NSDecimal</a> *)plotPoint forPlotAreaViewPoint:(<a class="codeRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/doc/c_ref/CGPoint.html">CGPoint</a>)point;</div> <div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160;-(void)doublePrecisionPlotPoint:(<span class="keywordtype">double</span> *)plotPoint forPlotAreaViewPoint:(<a class="codeRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/doc/c_ref/CGPoint.html">CGPoint</a>)point;</div> <div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160;</div> <div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160;-(<a class="codeRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/doc/c_ref/CGPoint.html">CGPoint</a>)plotAreaViewPointForEvent:(<a class="codeRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSEvent_Class/Reference/Reference.html">CPTNativeEvent</a> *)event;</div> <div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160;-(void)plotPoint:(<a class="codeRef" href="http://developer.apple.com/mac/library/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_DataTypes/Reference/reference.html">NSDecimal</a> *)plotPoint forEvent:(<a class="codeRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSEvent_Class/Reference/Reference.html">CPTNativeEvent</a> *)event;</div> <div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160;-(void)doublePrecisionPlotPoint:(<span class="keywordtype">double</span> *)plotPoint forEvent:(<a class="codeRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSEvent_Class/Reference/Reference.html">CPTNativeEvent</a> *)event;</div> <div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160;</div> <div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160;-(void)setPlotRange:(<a class="code" href="interface_c_p_t_plot_range.html" title="Defines an immutable range of plot data.">CPTPlotRange</a> *)newRange forCoordinate:(<a class="code" href="_c_p_t_definitions_8h.html#a26e0566373a7a68bbd54e5747d4ece1b" title="Enumeration of axis coordinates.">CPTCoordinate</a>)coordinate;</div> <div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160;-(<a class="code" href="interface_c_p_t_plot_range.html" title="Defines an immutable range of plot data.">CPTPlotRange</a> *)plotRangeForCoordinate:(<a class="code" href="_c_p_t_definitions_8h.html#a26e0566373a7a68bbd54e5747d4ece1b" title="Enumeration of axis coordinates.">CPTCoordinate</a>)coordinate;</div> <div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160;</div> <div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160;-(void)setScaleType:(<a class="code" href="_c_p_t_definitions_8h.html#a351ca539c18874842ed40ad03225182a" title="Enumeration of axis scale types.">CPTScaleType</a>)newType forCoordinate:(<a class="code" href="_c_p_t_definitions_8h.html#a26e0566373a7a68bbd54e5747d4ece1b" title="Enumeration of axis coordinates.">CPTCoordinate</a>)coordinate;</div> <div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160;-(<a class="code" href="_c_p_t_definitions_8h.html#a351ca539c18874842ed40ad03225182a" title="Enumeration of axis scale types.">CPTScaleType</a>)scaleTypeForCoordinate:(<a class="code" href="_c_p_t_definitions_8h.html#a26e0566373a7a68bbd54e5747d4ece1b" title="Enumeration of axis coordinates.">CPTCoordinate</a>)coordinate;</div> <div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;</div> <div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160;-(void)scaleToFitPlots:(<a class="codeRef" href="http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSArray_Class/Reference/Reference.html">NSArray</a> *)plots;</div> <div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160;-(void)scaleBy:(CGFloat)interactionScale aboutPoint:(<a class="codeRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/doc/c_ref/CGPoint.html">CGPoint</a>)interactionPoint;</div> <div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160;</div> <div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160;<span class="keyword">@end</span></div> </div><!-- fragment --></div><!-- contents --> </div><!-- doc-content --> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a></li> </ul> </div> </body> </html>
aufflick/core-plot
documentation/html/MacOS/_c_p_t_plot_space_8h_source.html
HTML
bsd-3-clause
24,972
<!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.stats.weightstats.DescrStatsW.sumsquares &#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.stats.weightstats.DescrStatsW.var" href="statsmodels.stats.weightstats.DescrStatsW.var.html" /> <link rel="prev" title="statsmodels.stats.weightstats.DescrStatsW.sum_weights" href="statsmodels.stats.weightstats.DescrStatsW.sum_weights.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.stats.weightstats.DescrStatsW.sumsquares" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels v0.12.1</span> <span class="md-header-nav__topic"> statsmodels.stats.weightstats.DescrStatsW.sumsquares </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="../stats.html" class="md-tabs__link">Statistics <code class="xref py py-mod docutils literal notranslate"><span class="pre">stats</span></code></a></li> <li class="md-tabs__item"><a href="statsmodels.stats.weightstats.DescrStatsW.html" class="md-tabs__link">statsmodels.stats.weightstats.DescrStatsW</a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../index.html" title="statsmodels">statsmodels v0.12.1</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../user-guide.html" class="md-nav__link">User Guide</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../user-guide.html#background" class="md-nav__link">Background</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../stats.html" class="md-nav__link">Statistics <code class="xref py py-mod docutils literal notranslate"><span class="pre">stats</span></code></a> </li> <li class="md-nav__item"> <a href="../contingency_tables.html" class="md-nav__link">Contingency tables</a> </li> <li class="md-nav__item"> <a href="../imputation.html" class="md-nav__link">Multiple Imputation with Chained Equations</a> </li> <li class="md-nav__item"> <a href="../emplike.html" class="md-nav__link">Empirical Likelihood <code class="xref py py-mod docutils literal notranslate"><span class="pre">emplike</span></code></a> </li> <li class="md-nav__item"> <a href="../distributions.html" class="md-nav__link">Distributions</a> </li> <li class="md-nav__item"> <a href="../graphics.html" class="md-nav__link">Graphics</a> </li> <li class="md-nav__item"> <a href="../iolib.html" class="md-nav__link">Input-Output <code class="xref py py-mod docutils literal notranslate"><span class="pre">iolib</span></code></a> </li> <li class="md-nav__item"> <a href="../tools.html" class="md-nav__link">Tools</a> </li> <li class="md-nav__item"> <a href="../large_data.html" class="md-nav__link">Working with Large Data Sets</a> </li> <li class="md-nav__item"> <a href="../optimization.html" class="md-nav__link">Optimization</a> </li></ul> </li> <li class="md-nav__item"> <a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a> </li></ul> </li> <li class="md-nav__item"> <a href="../examples/index.html" class="md-nav__link">Examples</a> </li> <li class="md-nav__item"> <a href="../api.html" class="md-nav__link">API Reference</a> </li> <li class="md-nav__item"> <a href="../about.html" class="md-nav__link">About statsmodels</a> </li> <li class="md-nav__item"> <a href="../dev/index.html" class="md-nav__link">Developer Page</a> </li> <li class="md-nav__item"> <a href="../release/index.html" class="md-nav__link">Release Notes</a> </li> </ul> </nav> </div> </div> </div> <div class="md-sidebar md-sidebar--secondary" data-md-component="toc"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--secondary"> <ul class="md-nav__list" data-md-scrollfix=""> <li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.stats.weightstats.DescrStatsW.sumsquares.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-stats-weightstats-descrstatsw-sumsquares--page-root">statsmodels.stats.weightstats.DescrStatsW.sumsquares<a class="headerlink" href="#generated-statsmodels-stats-weightstats-descrstatsw-sumsquares--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py attribute"> <dt id="statsmodels.stats.weightstats.DescrStatsW.sumsquares"> <code class="sig-prename descclassname">DescrStatsW.</code><code class="sig-name descname">sumsquares</code><a class="headerlink" href="#statsmodels.stats.weightstats.DescrStatsW.sumsquares" title="Permalink to this definition">¶</a></dt> <dd><p>weighted sum of squares of demeaned data</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.stats.weightstats.DescrStatsW.sum_weights.html" title="statsmodels.stats.weightstats.DescrStatsW.sum_weights" 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.stats.weightstats.DescrStatsW.sum_weights </span> </div> </a> <a href="statsmodels.stats.weightstats.DescrStatsW.var.html" title="statsmodels.stats.weightstats.DescrStatsW.var" 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.stats.weightstats.DescrStatsW.var </span> </div> <div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Oct 29, 2020. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 3.2.1. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
v0.12.1/generated/statsmodels.stats.weightstats.DescrStatsW.sumsquares.html
HTML
bsd-3-clause
18,609
<div class="unit one-sixth hide-on-mobiles"> <aside> <h4>Filters</h4> <ul> <li class="{% if page.title == 'News' %}current{% endif %}"> <a href="{{ site.baseurl }}/news/">All News</a> </li> {% for cat in site.categories %} <li class="{% if page.title == cat[0] %}current{% endif %}"> <a href="{{ site.baseurl }}/news/{{ cat[0] }}">{{ cat[0] }}</a> </li> {% endfor %} </ul> <h4>Latest News</h4> <ul> {% for post in site.posts limit:5 %} {% unless post.categories contains 'release' %} <li class="{% if page.title == post.title %}current{% endif %}"> <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a> </li> {% endunless %} {% endfor %} </ul> </aside> </div>
Kitware/tonic-site-generator
themes/tonic/jekyll/_includes/news_contents.html
HTML
bsd-3-clause
809
<!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>Walker - Cellular Automata Pedestrian Dynamics Simulator: Member List</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.4.4 --> <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a></div> <h1>TiXmlElement Member List</h1>This is the complete list of members for <a class="el" href="classTiXmlElement.html">TiXmlElement</a>, including all inherited members.<p><table> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a4">Attribute</a>(const char *name) const </td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a5">Attribute</a>(const char *name, int *i) const </td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a6">Attribute</a>(const char *name, double *d) const </td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a3">Clear</a>()</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#b1">ClearThis</a>()</td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a18">Clone</a>() const </td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#a4">Column</a>() const </td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>COMMENT</b> enum value (defined in <a class="el" href="classTiXmlNode.html">TiXmlNode</a>)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#f12">ConvertUTF32ToUTF8</a>(unsigned long input, char *output, int *length)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [protected, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#b0">CopyTo</a>(TiXmlElement *target) const </td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#b1">TiXmlNode::CopyTo</a>(TiXmlNode *target) const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [protected]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>DECLARATION</b> enum value (defined in <a class="el" href="classTiXmlNode.html">TiXmlNode</a>)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>DOCUMENT</b> enum value (defined in <a class="el" href="classTiXmlNode.html">TiXmlNode</a>)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>ELEMENT</b> enum value (defined in <a class="el" href="classTiXmlNode.html">TiXmlNode</a>)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#t0">errorString</a></td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [protected, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a14">FirstAttribute</a>() const </td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a15">FirstAttribute</a>()</td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a6">FirstChild</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a7">FirstChild</a>()</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a8">FirstChild</a>(const char *value) const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a9">FirstChild</a>(const char *value)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#p2">firstChild</a></td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a36">FirstChildElement</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a37">FirstChildElement</a>()</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a38">FirstChildElement</a>(const char *value) const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a39">FirstChildElement</a>(const char *value)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#f5">GetChar</a>(const char *p, char *_value, int *length, TiXmlEncoding encoding)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline, protected, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a41">GetDocument</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a42">GetDocument</a>()</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#f4">GetEntity</a>(const char *in, char *value, int *length, TiXmlEncoding encoding)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [protected, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#a6">GetUserData</a>()</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#b2">Identify</a>(const char *start, TiXmlEncoding encoding)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a21">InsertAfterChild</a>(TiXmlNode *afterThis, const TiXmlNode &amp;addThis)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a20">InsertBeforeChild</a>(TiXmlNode *beforeThis, const TiXmlNode &amp;addThis)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a18">InsertEndChild</a>(const TiXmlNode &amp;addThis)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#f9">IsAlpha</a>(unsigned char anyByte, TiXmlEncoding encoding)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [protected, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#f10">IsAlphaNum</a>(unsigned char anyByte, TiXmlEncoding encoding)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [protected, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#f1">IsWhiteSpace</a>(char c)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline, protected, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#e1">IsWhiteSpaceCondensed</a>()</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a14">IterateChildren</a>(const TiXmlNode *previous) const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a15">IterateChildren</a>(TiXmlNode *previous)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a16">IterateChildren</a>(const char *value, const TiXmlNode *previous) const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a17">IterateChildren</a>(const char *value, TiXmlNode *previous)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a16">LastAttribute</a>() const </td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a17">LastAttribute</a>()</td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a10">LastChild</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a11">LastChild</a>()</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a12">LastChild</a>(const char *value) const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a13">LastChild</a>(const char *value)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#p3">lastChild</a></td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a19">LinkEndChild</a>(TiXmlNode *addThis)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#p0">location</a></td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#p6">next</a></td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a28">NextSibling</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a29">NextSibling</a>()</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a30">NextSibling</a>(const char *) const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a31">NextSibling</a>(const char *)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a32">NextSiblingElement</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a33">NextSiblingElement</a>()</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a34">NextSiblingElement</a>(const char *) const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a35">NextSiblingElement</a>(const char *)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a43">NoChildren</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#w7">NodeType</a> enum name</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#n2">operator&lt;&lt;</a>(TIXML_OSTREAM &amp;out, const TiXmlNode &amp;base)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [friend]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a2">operator=</a>(const TiXmlElement &amp;base)</td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#p0">parent</a></td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a4">Parent</a>()</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a5">Parent</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a20">Parse</a>(const char *p, TiXmlParsingData *data, TiXmlEncoding encoding)</td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#p5">prev</a></td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a24">PreviousSibling</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a25">PreviousSibling</a>()</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a26">PreviousSibling</a>(const char *) const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a27">PreviousSibling</a>(const char *)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a19">Print</a>(FILE *cfile, int depth) const </td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#f6">PutString</a>(const TIXML_STRING &amp;str, TIXML_OSTREAM *out)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [protected, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#f7">PutString</a>(const TIXML_STRING &amp;str, TIXML_STRING *out)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [protected, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a8">QueryDoubleAttribute</a>(const char *name, double *value) const </td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a9">QueryDoubleAttribute</a>(const char *name, float *value) const </td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a7">QueryIntAttribute</a>(const char *name, int *value) const </td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#f2">ReadName</a>(const char *p, TIXML_STRING *name, TiXmlEncoding encoding)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [protected, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#f3">ReadText</a>(const char *in, TIXML_STRING *text, bool ignoreWhiteSpace, const char *endTag, bool ignoreCase, TiXmlEncoding encoding)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [protected, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#b3">ReadValue</a>(const char *in, TiXmlParsingData *prevData, TiXmlEncoding encoding)</td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a13">RemoveAttribute</a>(const char *name)</td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a23">RemoveChild</a>(TiXmlNode *removeThis)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a22">ReplaceChild</a>(TiXmlNode *replaceThis, const TiXmlNode &amp;withThis)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#a3">Row</a>() const </td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a10">SetAttribute</a>(const char *name, const char *value)</td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a11">SetAttribute</a>(const char *name, int value)</td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#e0">SetCondenseWhiteSpace</a>(bool condense)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a12">SetDoubleAttribute</a>(const char *name, double value)</td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#a5">SetUserData</a>(void *user)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a2">SetValue</a>(const char *_value)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#f0">SkipWhiteSpace</a>(const char *, TiXmlEncoding encoding)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [protected, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#b2">StreamOut</a>(TIXML_OSTREAM *out) const </td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td><code> [protected, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#f8">StringEqual</a>(const char *p, const char *endTag, bool ignoreCase, TiXmlEncoding encoding)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [protected, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#b3">SValue</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline, protected]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>TEXT</b> enum value (defined in <a class="el" href="classTiXmlNode.html">TiXmlNode</a>)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>TIXML_ERROR</b> enum value (defined in <a class="el" href="classTiXmlBase.html">TiXmlBase</a>)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>TIXML_ERROR_DOCUMENT_EMPTY</b> enum value (defined in <a class="el" href="classTiXmlBase.html">TiXmlBase</a>)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>TIXML_ERROR_EMBEDDED_NULL</b> enum value (defined in <a class="el" href="classTiXmlBase.html">TiXmlBase</a>)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>TIXML_ERROR_FAILED_TO_READ_ELEMENT_NAME</b> enum value (defined in <a class="el" href="classTiXmlBase.html">TiXmlBase</a>)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>TIXML_ERROR_OPENING_FILE</b> enum value (defined in <a class="el" href="classTiXmlBase.html">TiXmlBase</a>)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>TIXML_ERROR_OUT_OF_MEMORY</b> enum value (defined in <a class="el" href="classTiXmlBase.html">TiXmlBase</a>)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>TIXML_ERROR_PARSING_COMMENT</b> enum value (defined in <a class="el" href="classTiXmlBase.html">TiXmlBase</a>)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>TIXML_ERROR_PARSING_DECLARATION</b> enum value (defined in <a class="el" href="classTiXmlBase.html">TiXmlBase</a>)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>TIXML_ERROR_PARSING_ELEMENT</b> enum value (defined in <a class="el" href="classTiXmlBase.html">TiXmlBase</a>)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>TIXML_ERROR_PARSING_EMPTY</b> enum value (defined in <a class="el" href="classTiXmlBase.html">TiXmlBase</a>)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>TIXML_ERROR_PARSING_UNKNOWN</b> enum value (defined in <a class="el" href="classTiXmlBase.html">TiXmlBase</a>)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>TIXML_ERROR_READING_ATTRIBUTES</b> enum value (defined in <a class="el" href="classTiXmlBase.html">TiXmlBase</a>)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>TIXML_ERROR_READING_ELEMENT_VALUE</b> enum value (defined in <a class="el" href="classTiXmlBase.html">TiXmlBase</a>)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>TIXML_ERROR_READING_END_TAG</b> enum value (defined in <a class="el" href="classTiXmlBase.html">TiXmlBase</a>)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>TIXML_ERROR_STRING_COUNT</b> enum value (defined in <a class="el" href="classTiXmlBase.html">TiXmlBase</a>)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>TIXML_NO_ERROR</b> enum value (defined in <a class="el" href="classTiXmlBase.html">TiXmlBase</a>)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#a0">TiXmlBase</a>()</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a0">TiXmlElement</a>(const char *in_value)</td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a1">TiXmlElement</a>(const TiXmlElement &amp;)</td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#b0">TiXmlNode</a>(NodeType _type)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a46">ToComment</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a52">ToComment</a>()</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a49">ToDeclaration</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a55">ToDeclaration</a>()</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a44">ToDocument</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a50">ToDocument</a>()</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a45">ToElement</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a51">ToElement</a>()</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#f11">ToLower</a>(int v, TiXmlEncoding encoding)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline, protected, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a48">ToText</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a54">ToText</a>()</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a47">ToUnknown</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a53">ToUnknown</a>()</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a40">Type</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#p1">type</a></td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [protected]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>TYPECOUNT</b> enum value (defined in <a class="el" href="classTiXmlNode.html">TiXmlNode</a>)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>UNKNOWN</b> enum value (defined in <a class="el" href="classTiXmlNode.html">TiXmlNode</a>)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#p1">userData</a></td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#s0">utf8ByteTable</a></td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#p4">value</a></td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a1">Value</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#a1">~TiXmlBase</a>()</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a3">~TiXmlElement</a>()</td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a0">~TiXmlNode</a>()</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [virtual]</code></td></tr> </table><hr size="1"><address style="align: right;"><small>Generated on Wed Feb 22 11:53:19 2006 for Walker - Cellular Automata Pedestrian Dynamics Simulator by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address> </body> </html>
mctoyama/walker
doc/html/classTiXmlElement-members.html
HTML
bsd-3-clause
30,958
<div class="halign-wrapper hoverable" style="padding:10px;"> <h6 class="right-align">2 hours ago</h6> <h5 style="color:#4acaa8;">How to Develop Native Android Apps using NDK</h5> <h6 >android,ndk,gradle,android-studio</h6> <h6 class="right-align">vmwenda.vm@gmail.com </h6> </div> <div class="halign-wrapper hoverable" style="padding:10px; margin:10px"> <h6 class="right-align " style="color:#00b8d4">2 hours ago</h6> <h5 style="color:#4acaa8;"><span style="font-size:18px;">How to Develop Native Android Apps using NDK<span></h5> <div class=""> <span class="left" style="color:#4dd0e1">android</span>,ndk,gradle,android-studio</span> <span class="right" style="color:#00897b">vmwenda.vm@gmail.com </span> </div> </div>
marviktintor/CordovaCameraAPI
www/x.html
HTML
bsd-3-clause
735
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//JP"> <!--Converted with LaTeX2HTML 2008 (1.71) original version by: Nikos Drakos, CBLU, University of Leeds * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * with significant contributions from: Jens Lippmann, Marek Rouchal, Martin Wilck and others --> <HTML> <HEAD> <TITLE>symbol</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <META NAME="description" CONTENT="symbol"> <META NAME="keywords" CONTENT="jmanual"> <META NAME="resource-type" CONTENT="document"> <META NAME="distribution" CONTENT="global"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <LINK REL="STYLESHEET" HREF="jmanual.css"> <LINK REL="next" HREF="jmanual-node44.html"> <LINK REL="previous" HREF="jmanual-node42.html"> <LINK REL="up" HREF="jmanual-node42.html"> <LINK REL="next" HREF="jmanual-node44.html"> </HEAD> <BODY > <DIV CLASS="navigation"><!--Navigation Panel--> <A NAME="tex2html985" HREF="jmanual-node44.html"> <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> <A NAME="tex2html979" HREF="jmanual-node42.html"> <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> <A NAME="tex2html973" HREF="jmanual-node42.html"> <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> <A NAME="tex2html981" HREF="jmanual-node1.html"> <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> <A NAME="tex2html983" HREF="jmanual-node157.html"> <IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> <BR> <B> Next:</B> <A NAME="tex2html986" HREF="jmanual-node44.html">パッケージ</A> <B> Up:</B> <A NAME="tex2html980" HREF="jmanual-node42.html">symbolとパッケージ</A> <B> Previous:</B> <A NAME="tex2html974" HREF="jmanual-node42.html">symbolとパッケージ</A> &nbsp; <B> <A NAME="tex2html982" HREF="jmanual-node1.html">Contents</A></B> &nbsp; <B> <A NAME="tex2html984" HREF="jmanual-node157.html">Index</A></B> <BR> <BR></DIV> <!--End of Navigation Panel--> <H2><A NAME="SECTION03061000000000000000"> symbol</A> </H2> symbolは、いつでも唯一であることが保証され、パッケージに収容される。 1つのパッケージのなかに、その他の symbolとしておなじprint-nameを持っていることはあるが、symbol自体がコピーされることはない。 symbolがリーダに読まれるとき、symbolオブジェクトは、自動的に生成され、 1つのパッケージに収容される。 そのパッケージは、パッケージ名にコロン(:)を付け加えた接頭語によって 記すことができる。 そのようなパッケージ接頭語がないならば、symbolは<B>lisp:*package*</B> の値にある主なパッケージに収容される。 全てのsymbolは、1つのホームパッケージを持っている。 もしsymbolがそのようなホームパッケージを持っていないならば、 収容されていないsymbolと言われる。 収容されていないsymbolは、<B>gensym</B>や<B>make-symbol</B>関数によって 作ることができ、表示のときは、"<TT>#:</TT>"接頭語がつけられる。 これらのsymbolは収容されていないので、そのような2つのsymbolが同じ print-nameを持っていた場合、等しいことが保証されない。 <P> ふつう、lispリーダがsymbolに出会ったとき、リーダは自動的に symbolのprint-name文字列を大文字に変換する。 したがって、例えば<TT>(symbol-name 'car)</TT>と入力したとすると、 EusLispは、<TT>"car"</TT>の代りに<TT>"CAR"</TT>と答える。 <TT>(make-symbol "car")</TT>は、<TT>car</TT>や<TT>CAR</TT>の代りに<SPAN CLASS="MATH"><IMG WIDTH="9" HEIGHT="32" ALIGN="MIDDLE" BORDER="0" SRC="jmanual-img7.png" ALT="$\vert$"></SPAN><TT>car</TT><SPAN CLASS="MATH"><IMG WIDTH="9" HEIGHT="32" ALIGN="MIDDLE" BORDER="0" SRC="jmanual-img7.png" ALT="$\vert$"></SPAN> を返す。 もし、小文字から構成されるsymbolをリーダに作らせたい場合、 <SPAN CLASS="MATH"><IMG WIDTH="12" HEIGHT="32" ALIGN="MIDDLE" BORDER="0" SRC="jmanual-img32.png" ALT="$\backslash$"></SPAN>や<SPAN CLASS="MATH"><IMG WIDTH="27" HEIGHT="32" ALIGN="MIDDLE" BORDER="0" SRC="jmanual-img33.png" ALT="$\vert...\vert$"></SPAN>のようなエスケープを用いること。 <P> <BR> <BR> <P> <A NAME="7776"></A> <B>symbolp</B> <EM>object </EM>[関数] <DL COMPACT> <DT> <DD> <EM>object</EM>が クラスsymbolかそのサブクラスのインスタンスであったならば、Tを返す。 </DD> </DL> <BR> <BR> <P> <A NAME="7787"></A> <B>symbol-value</B> <EM>symbol </EM>[関数] <DL COMPACT> <DT> <DD> <EM>symbol</EM>の特殊値を得る。ローカル変数値は、この関数では取り出す ことはできない。 </DD> </DL> <BR> <BR> <P> <A NAME="7798"></A> <B>symbol-function</B> <EM>symbol </EM>[関数] <DL COMPACT> <DT> <DD> <EM>symbol</EM>のグローバル関数定義を得る。 ローカル関数は、この関数で得られない。 </DD> </DL> <BR> <BR> <P> <A NAME="7809"></A> <B>symbol-package</B> <EM>sym </EM>[関数] <DL COMPACT> <DT> <DD> <EM>sym</EM>が収容されているパッケージを返す。 </DD> </DL> <BR> <BR> <P> <A NAME="7820"></A> <B>symbol-name</B> <EM>sym </EM>[関数] <DL COMPACT> <DT> <DD> <EM>sym</EM>のprint-nameを返す。 <B>symbol-name</B>は、<B>string</B>がコピーするのに反して、 pname文字列をコピーしない。 したがって、もし<B>symbol-name</B>で返された文字列を変えるならば symbolは普通の内部手続きを通してアクセス不可能となる。 </DD> </DL> <BR> <BR> <P> <A NAME="7834"></A> <B>symbol-plist</B> <EM>sym </EM>[関数] <DL COMPACT> <DT> <DD> <EM>sym</EM>のproperty-list(plist)を返す。 EusLispのplistは、関連リスト(association-list)と同じ様な書式を与える。 それは、属性名とその値の組を点でつないだ構成である。 これは、Common Lispの定義が要求するplist(属性名と値の線形リスト) と非互換である。 EusLispにおいて、plistはsymbolに独特なものではない。 <B>propertied-object</B>を継承するクラスから派生したどんなオブジェクトも、 property-listを持つことができる。 <B>propertied-object</B>の中のこれらのplistを設定したり、取りだしたりするために、 <B>propertied-object-plist</B>マクロは、<B>symbol-plist</B>の代りに 使用されるべきである。 しかしながら、<B>get</B>と<B>putprop</B>はどのオブジェクトにも働く。 </DD> </DL> <BR> <BR> <P> <A NAME="7851"></A> <B>boundp</B> <EM>symbol </EM>[関数] <DL COMPACT> <DT> <DD> <EM>symbol</EM>がグローバルな値を持っているかどうかを検査する。 <BR>注意:ローカル変数やオブジェクト変数として使用されるsymbolは いつも値を持っているため、<EM>boundp</EM>はこれらのローカル変数の 格納状態を検査することができない。 </DD> </DL> <BR> <BR> <A NAME="7863"></A> <B>fboundp</B> <EM>symbol </EM>[関数] <DL COMPACT> <DT> <DD> <EM>symbol</EM>がグローバルな関数定義を持っているかどうかを検査する。 </DD> </DL> <BR> <BR> <A NAME="7874"></A> <B>makunbound</B> <EM>symbol </EM>[関数] <DL COMPACT> <DT> <DD> <EM>symbol</EM>は、(特殊値を持たないように)強制的にunboundされる。 ローカル変数は、いつも値が割り当てられ、<B>makunbound</B>できない。 </DD> </DL> <BR> <BR> <P> <A NAME="7886"></A> <B>get</B> <EM>sym attribute </EM>[関数] <DL COMPACT> <DT> <DD> <EM>sym</EM>のplistの中で<EM>attribute</EM>に関連する値を取り出す。 <TT>(cdr (assoc <EM>attribute</EM> (symbol-plist <EM>sym</EM>)))</TT>と等価である。 </DD> </DL> <BR> <BR> <A NAME="7901"></A> <B>putprop</B> <EM>sym val attribute </EM>[関数] <DL COMPACT> <DT> <DD> <B>putprop</B>は、<B>setf</B>と<B>get</B>の組み合せで置き換えるべきである。 </DD> </DL> <BR> <BR> <A NAME="7914"></A> <B>remprop</B> <EM>sym attr </EM>[関数] <DL COMPACT> <DT> <DD> 属性値(<EM>attr</EM>)と<EM>sym</EM>の組をproperty-listから削除する。 </DD> </DL> <BR> <BR> <P> <A NAME="7926"></A> <B>setq</B> <EM>{var value}* </EM>[特殊] <DL COMPACT> <DT> <DD> <EM>value</EM>を<EM>var</EM>に割り当てる。<EM>var</EM>は、symbolか点で継った組である。 <EM>var</EM>は、ローカル変数・オブジェクト変数・特殊変数の順番にその名前の中から探される。 ただし、明確にspecialと宣言されてないものに限る。 </DD> </DL> <BR> <BR> <P> <A NAME="7940"></A> <B>set</B> <EM>sym val </EM>[関数] <DL COMPACT> <DT> <DD> <EM>val</EM>を<EM>sym</EM>の特殊値として割り当てる。 <B>set</B>は、ローカル変数やオブジェクト変数に値を 割当てることはできない。 </DD> </DL> <BR> <BR> <P> <A NAME="7953"></A> <B>defun</B> <EM>symbol [documentation] lambda-list . body </EM>[特殊] <DL COMPACT> <DT> <DD> <EM>symbol</EM>にグローバル関数を定義する。 ローカル関数を定義するためには、<B>flet</B>か<B>labels</B>を使用すること。 もし、<EM>documentation</EM>が与えられない場合、lambda-listに書かれている デフォルトのdocumentation文字列が入力される。 </DD> </DL> <BR> <BR> <P> <A NAME="7967"></A> <B>defmacro</B> <EM>symbol [documentation] lambda-list . body </EM>[特殊] <DL COMPACT> <DT> <DD> グローバルマクロを定義する。 EusLispは、ローカルスコープマクロ定義の機能を持っていない。 </DD> </DL> <BR> <BR> <P> <A NAME="7977"></A> <B>defvar</B> <EM>var &amp;optional (init nil) doc </EM>[マクロ] <DL COMPACT> <DT> <DD> もし<EM>var</EM>が特殊値を持っていれば、<B>defvar</B> は何もしない。 もし<EM>var</EM>がunboundならば、<TT>special</TT>として宣言し、 <EM>init</EM>をその値として設定する。 </DD> </DL> <BR> <BR> <P> <A NAME="7992"></A> <B>defparameter</B> <EM>var init &amp;optional doc </EM>[マクロ] <DL COMPACT> <DT> <DD> <B>defparameter</B>は、<EM>var</EM>を<TT>special</TT>として宣言し、 <EM>var</EM>が既に値を持っていたとしても、<EM>init</EM>をその値として設定する。 </DD> </DL> <BR> <BR> <P> <A NAME="8007"></A> <B>defconstant</B> <EM>sym val &amp;optional doc </EM>[マクロ] <DL COMPACT> <DT> <DD> <B>defconstant</B>は、<B>val</B>を<B>sym</B>の特殊値として設定する。 <B>defvar, defparameter</B>や<B>setq</B>と違い、その値は <B>defconstant</B>でのみ設定され、これらの書式で変更することができない。 もし定数symbolの値が、変更されようとしたならば、 エラーが返される。 しかし、<B>defconstant</B>は以前の 定数値に上書きでき、上書きした場合は注意メッセージが出力される。 </DD> </DL> <BR> <BR> <P> <A NAME="8024"></A> <B>keywordp</B> <EM>obj </EM>[関数] <DL COMPACT> <DT> <DD> もし<EM>obj</EM>がsymbolで、そのホームパッケージが<B>KEYWORD</B>のときTを返す。 </DD> </DL> <BR> <BR> <A NAME="8036"></A> <B>constantp</B> <EM>symbol </EM>[関数] <DL COMPACT> <DT> <DD> もしsymbolが<B>defconstant</B>マクロで定数に宣言されているときTを返す。 </DD> </DL> <BR> <BR> <P> <A NAME="8047"></A> <B>documentation</B> <EM>sym &amp;optional type </EM>[関数] <DL COMPACT> <DT> <DD> <EM>sym</EM>のために提示文字列(documentation string)を取り出す。 </DD> </DL> <BR> <BR> <P> <A NAME="8058"></A> <B>gensym</B> <EM>&amp;optional x </EM>[関数] <DL COMPACT> <DT> <DD> <TT>g001</TT>のような前置文字列と付属数字を組み合わせた新しい収容されていないsymbolを作る。 収容されてないsymbolは、symbolに関連するパッケージがないため、パッケージ前置詞 の部分に#:を示す。#:が前につくsymbolは、読めないsymbolで、 リーダではこれらのsymbolへの参照を作成することができない。 <EM>x</EM>は、整数か文字列が可能で、 接頭(prefix)インデックスか接尾(suffix)値として使用される。 </DD> </DL> <BR> <BR> <P> <A NAME="8070"></A> <B>gentemp</B> <EM>&amp;optional (prefix "T") (pkg *package*) </EM>[関数] <DL COMPACT> <DT> <DD> <EM>pkg</EM>に収容される新しいsymbolを作る。 ほとんどのアプリケーションにおいて、<B>gensym</B>が<B>gentemp</B>よりも好まれる。 なぜなら、収容されないsymbolの方が高速に作ることができ、 ガーベージコレクトも可能であるため。 </DD> </DL> <BR> <BR> <P> <P> <DIV CLASS="navigation"><HR> <!--Navigation Panel--> <A NAME="tex2html985" HREF="jmanual-node44.html"> <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> <A NAME="tex2html979" HREF="jmanual-node42.html"> <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> <A NAME="tex2html973" HREF="jmanual-node42.html"> <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> <A NAME="tex2html981" HREF="jmanual-node1.html"> <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> <A NAME="tex2html983" HREF="jmanual-node157.html"> <IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> <BR> <B> Next:</B> <A NAME="tex2html986" HREF="jmanual-node44.html">パッケージ</A> <B> Up:</B> <A NAME="tex2html980" HREF="jmanual-node42.html">symbolとパッケージ</A> <B> Previous:</B> <A NAME="tex2html974" HREF="jmanual-node42.html">symbolとパッケージ</A> &nbsp; <B> <A NAME="tex2html982" HREF="jmanual-node1.html">Contents</A></B> &nbsp; <B> <A NAME="tex2html984" HREF="jmanual-node157.html">Index</A></B> </DIV> <!--End of Navigation Panel--> <ADDRESS> 2015-06-19 </ADDRESS> </BODY> </HTML>
wkentaro/EusLisp
doc/html/jmanual-node43.html
HTML
bsd-3-clause
14,332
<!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.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_robust &#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.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_robust_approx" href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_robust_approx.html" /> <link rel="prev" title="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_opg" href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_opg.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.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_robust" 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.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_robust </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="../statespace.html" class="md-tabs__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-tabs__item"><a href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.html" class="md-tabs__link">statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults</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.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_robust.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-statespace-dynamic-factor-mq-dynamicfactormqresults-cov-params-robust--page-root">statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_robust<a class="headerlink" href="#generated-statsmodels-tsa-statespace-dynamic-factor-mq-dynamicfactormqresults-cov-params-robust--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py attribute"> <dt id="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_robust"> <code class="sig-prename descclassname">DynamicFactorMQResults.</code><code class="sig-name descname">cov_params_robust</code><a class="headerlink" href="#statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_robust" title="Permalink to this definition">¶</a></dt> <dd><p>(array) The QMLE variance / covariance matrix. Alias for <cite>cov_params_robust_oim</cite></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.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_opg.html" title="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_opg" 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.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_opg </span> </div> </a> <a href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_robust_approx.html" title="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_robust_approx" 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.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_robust_approx </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.statespace.dynamic_factor_mq.DynamicFactorMQResults.cov_params_robust.html
HTML
bsd-3-clause
18,458
<!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>PyDNAnacutil module &#8212; PyBioMed 1 documentation</title> <link rel="stylesheet" href="../_static/sphinxdoc.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> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="top" title="PyBioMed 1 documentation" href="../index.html" /> <link rel="up" title="PyDNA" href="PyDNA.html" /> <link rel="next" title="PyDNApsenac module" href="PyDNApsenac.html" /> <link rel="prev" title="PyDNAnac module" href="PyDNAnac.html" /> </head> <body role="document"> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="PyDNApsenac.html" title="PyDNApsenac module" accesskey="N">next</a> |</li> <li class="right" > <a href="PyDNAnac.html" title="PyDNAnac module" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../index.html">PyBioMed 1 documentation</a> &#187;</li> <li class="nav-item nav-item-1"><a href="../modules.html" >PyBioMed API</a> &#187;</li> <li class="nav-item nav-item-2"><a href="PyDNA.html" accesskey="U">PyDNA</a> &#187;</li> </ul> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <p class="logo"><a href="../index.html"> <img class="logo" src="../_static/logo.png" alt="Logo"/> </a></p> <h4>Previous topic</h4> <p class="topless"><a href="PyDNAnac.html" title="previous chapter">PyDNAnac module</a></p> <h4>Next topic</h4> <p class="topless"><a href="PyDNApsenac.html" title="next chapter">PyDNApsenac module</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/reference/PyDNAnacutil.txt" rel="nofollow">Show Source</a></li> </ul> </div> <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="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="module-PyDNAnacutil"> <span id="pydnanacutil-module"></span><h1>PyDNAnacutil module<a class="headerlink" href="#module-PyDNAnacutil" title="Permalink to this headline">¶</a></h1> <hr class="docutils" /> <p>A class used for computing different types of DNA descriptors!</p> <p>You can freely use and distribute it. If you have any problem,</p> <p>you could contact with us timely.</p> <p>Authors: Zhijiang Yao and Dongsheng Cao.</p> <p>Date: 2016.06.14</p> <p>Email: <a class="reference external" href="mailto:gadsby&#37;&#52;&#48;163&#46;com">gadsby<span>&#64;</span>163<span>&#46;</span>com</a> and <a class="reference external" href="mailto:oriental-cds&#37;&#52;&#48;163&#46;com">oriental-cds<span>&#64;</span>163<span>&#46;</span>com</a></p> <hr class="docutils" /> <dl class="function"> <dt id="PyDNAnacutil.ComputeBinNum"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">ComputeBinNum</code><span class="sig-paren">(</span><em>num_bins</em>, <em>position</em>, <em>k</em>, <em>numbers</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#ComputeBinNum"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.ComputeBinNum" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="function"> <dt id="PyDNAnacutil.ComputeQuantileBoundaries"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">ComputeQuantileBoundaries</code><span class="sig-paren">(</span><em>num_bins</em>, <em>k_values</em>, <em>number_filename</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#ComputeQuantileBoundaries"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.ComputeQuantileBoundaries" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="function"> <dt id="PyDNAnacutil.Diversity"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">Diversity</code><span class="sig-paren">(</span><em>vec</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#Diversity"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.Diversity" title="Permalink to this definition">¶</a></dt> <dd><p>Calculate diversity.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>vec</strong> &#8211; kmer vec</td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">Diversity(X)</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="PyDNAnacutil.FindRevcomp"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">FindRevcomp</code><span class="sig-paren">(</span><em>sequence</em>, <em>revcomp_dictionary</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#FindRevcomp"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.FindRevcomp" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="function"> <dt id="PyDNAnacutil.Frequency"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">Frequency</code><span class="sig-paren">(</span><em>tol_str</em>, <em>tar_str</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#Frequency"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.Frequency" title="Permalink to this definition">¶</a></dt> <dd><p>Generate the frequency of tar_str in tol_str.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> <li><strong>tol_str</strong> &#8211; mother string.</li> <li><strong>tar_str</strong> &#8211; substring.</li> </ul> </td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="PyDNAnacutil.IdXS"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">IdXS</code><span class="sig-paren">(</span><em>vec_x</em>, <em>vec_s</em>, <em>diversity_s</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#IdXS"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.IdXS" title="Permalink to this definition">¶</a></dt> <dd><p>Calculate ID(X, S)</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>vec_x</strong> &#8211; kmer X</li> <li><strong>vec_s</strong> &#8211; kmer S</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">ID(X, S) = Diversity(X + S) - Diversity(X) - Diversity(S)</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="PyDNAnacutil.MakeIndex"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">MakeIndex</code><span class="sig-paren">(</span><em>k</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#MakeIndex"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.MakeIndex" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="function"> <dt id="PyDNAnacutil.MakeIndexUptoK"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">MakeIndexUptoK</code><span class="sig-paren">(</span><em>k</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#MakeIndexUptoK"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.MakeIndexUptoK" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="function"> <dt id="PyDNAnacutil.MakeIndexUptoKRevcomp"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">MakeIndexUptoKRevcomp</code><span class="sig-paren">(</span><em>k</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#MakeIndexUptoKRevcomp"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.MakeIndexUptoKRevcomp" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="function"> <dt id="PyDNAnacutil.MakeKmerList"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">MakeKmerList</code><span class="sig-paren">(</span><em>k</em>, <em>alphabet</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#MakeKmerList"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.MakeKmerList" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="function"> <dt id="PyDNAnacutil.MakeKmerVector"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">MakeKmerVector</code><span class="sig-paren">(</span><em>seq_list</em>, <em>kmer_list</em>, <em>rev_kmer_list</em>, <em>k</em>, <em>upto</em>, <em>revcomp</em>, <em>normalize</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#MakeKmerVector"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.MakeKmerVector" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="function"> <dt id="PyDNAnacutil.MakeRevcompKmerList"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">MakeRevcompKmerList</code><span class="sig-paren">(</span><em>kmer_list</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#MakeRevcompKmerList"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.MakeRevcompKmerList" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="function"> <dt id="PyDNAnacutil.MakeSequenceVector"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">MakeSequenceVector</code><span class="sig-paren">(</span><em>sequence</em>, <em>numbers</em>, <em>num_bins</em>, <em>revcomp</em>, <em>revcomp_dictionary</em>, <em>normalize_method</em>, <em>k_values</em>, <em>mismatch</em>, <em>alphabet</em>, <em>kmer_list</em>, <em>boundaries</em>, <em>pseudocount</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#MakeSequenceVector"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.MakeSequenceVector" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="function"> <dt id="PyDNAnacutil.MakeUptoKmerList"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">MakeUptoKmerList</code><span class="sig-paren">(</span><em>k_values</em>, <em>alphabet</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#MakeUptoKmerList"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.MakeUptoKmerList" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="function"> <dt id="PyDNAnacutil.NormalizeVector"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">NormalizeVector</code><span class="sig-paren">(</span><em>normalize_method</em>, <em>k_values</em>, <em>vector</em>, <em>kmer_list</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#NormalizeVector"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.NormalizeVector" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="function"> <dt id="PyDNAnacutil.ReadFastaSequence"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">ReadFastaSequence</code><span class="sig-paren">(</span><em>numeric</em>, <em>fasta_file</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#ReadFastaSequence"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.ReadFastaSequence" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="function"> <dt id="PyDNAnacutil.ReadSequenceAndNumbers"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">ReadSequenceAndNumbers</code><span class="sig-paren">(</span><em>fasta_file</em>, <em>numbers_filename</em>, <em>numbers_file</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#ReadSequenceAndNumbers"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.ReadSequenceAndNumbers" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="function"> <dt id="PyDNAnacutil.Substitute"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">Substitute</code><span class="sig-paren">(</span><em>position</em>, <em>letter</em>, <em>string</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#Substitute"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.Substitute" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="function"> <dt id="PyDNAnacutil.cmp"> <code class="descclassname">PyDNAnacutil.</code><code class="descname">cmp</code><span class="sig-paren">(</span><em>a</em>, <em>b</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/PyDNAnacutil.html#cmp"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#PyDNAnacutil.cmp" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> </div> </div> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="PyDNApsenac.html" title="PyDNApsenac module" >next</a> |</li> <li class="right" > <a href="PyDNAnac.html" title="PyDNAnac module" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../index.html">PyBioMed 1 documentation</a> &#187;</li> <li class="nav-item nav-item-1"><a href="../modules.html" >PyBioMed API</a> &#187;</li> <li class="nav-item nav-item-2"><a href="PyDNA.html" >PyDNA</a> &#187;</li> </ul> </div> <div class="footer" role="contentinfo"> &#169; Copyright Copyright @ 2015-2016 Computational Biology &amp; Drug Design Group. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9. </div> </body> </html>
gadsbyfly/PyBioMed
PyBioMed/doc/_build/html/reference/PyDNAnacutil.html
HTML
bsd-3-clause
17,371
<!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 Tue May 19 11:04:41 CEST 2015 --> <title>com.mxgraph.reader (JGraph X 3.3.0.1 API Specification)</title> <meta name="date" content="2015-05-19"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../../com/mxgraph/reader/package-summary.html" target="classFrame">com.mxgraph.reader</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="mxDomOutputParser.IElementHandler.html" title="interface in com.mxgraph.reader" target="classFrame"><i>mxDomOutputParser.IElementHandler</i></a></li> <li><a href="mxSaxOutputHandler.IElementHandler.html" title="interface in com.mxgraph.reader" target="classFrame"><i>mxSaxOutputHandler.IElementHandler</i></a></li> </ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="mxDomOutputParser.html" title="class in com.mxgraph.reader" target="classFrame">mxDomOutputParser</a></li> <li><a href="mxGraphViewImageReader.html" title="class in com.mxgraph.reader" target="classFrame">mxGraphViewImageReader</a></li> <li><a href="mxGraphViewReader.html" title="class in com.mxgraph.reader" target="classFrame">mxGraphViewReader</a></li> <li><a href="mxSaxOutputHandler.html" title="class in com.mxgraph.reader" target="classFrame">mxSaxOutputHandler</a></li> </ul> </div> </body> </html>
pygospa/jgraphx
docs/api/com/mxgraph/reader/package-frame.html
HTML
bsd-3-clause
1,561
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta name="generator" content="AWStats 7.1 (build 1.983) from config file awstats.r.oblax.ru.conf (http://www.awstats.org)"> <meta name="robots" content="noindex,nofollow"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="description" content="Awstats - Advanced Web Statistics for r.oblax.ru (2016-06) - urlexit"> <title>Statistics for r.oblax.ru (2016-06) - urlexit</title> <style type="text/css"> body { font: 11px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; margin-top: 0; margin-bottom: 0; } .aws_bodyl { } .aws_border { border-collapse: collapse; background-color: #CCCCDD; padding: 1px 1px 1px 1px; margin-top: 0px; margin-bottom: 0px; } .aws_title { font: 13px verdana, arial, helvetica, sans-serif; font-weight: bold; background-color: #CCCCDD; text-align: center; margin-top: 0; margin-bottom: 0; padding: 1px 1px 1px 1px; color: #000000; } .aws_blank { font: 13px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; text-align: center; margin-bottom: 0; padding: 1px 1px 1px 1px; } .aws_data { background-color: #FFFFFF; border-top-width: 1px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } .aws_formfield { font: 13px verdana, arial, helvetica; } .aws_button { font-family: arial,verdana,helvetica, sans-serif; font-size: 12px; border: 1px solid #ccd7e0; background-image : url(/awstatsicons/other/button.gif); } th { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; } th.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font-size: 13px; font-weight: bold; } td { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; } td.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px;} td.awsm { border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px; } b { font-weight: bold; } a { font: 11px verdana, arial, helvetica, sans-serif; } a:link { color: #0011BB; text-decoration: none; } a:visited { color: #0011BB; text-decoration: none; } a:hover { color: #605040; text-decoration: underline; } .currentday { font-weight: bold; } </style> </head> <body style="margin-top: 0px"> <a name="top"></a> <a name="menu">&nbsp;</a> <form name="FormDateFilter" action="/cgi-bin/awstats.pl?config=r.oblax.ru&amp;output=urlexit" style="padding: 0px 0px 0px 0px; margin-top: 0"> <table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%"> <tr><td> <table class="aws_data sortable" border="0" cellpadding="1" cellspacing="0" width="100%"> <tr><td class="aws" valign="middle"><b>Statistics for:</b>&nbsp;</td><td class="aws" valign="middle"><span style="font-size: 14px;">r.oblax.ru</span></td><td align="right" rowspan="3"><a href="http://awstats.sourceforge.net" target="awstatshome"><img src="/awstatsicons/other/awstats_logo6.png" border="0" /></a></td></tr> <tr valign="middle"><td class="aws" valign="middle" width="150"><b>Last Update:</b>&nbsp;</td><td class="aws" valign="middle"><span style="font-size: 12px;">30 Jul 2016 - 00:01</span></td></tr> <tr><td class="aws" valign="middle"><b>Reported period:</b></td><td class="aws" valign="middle"><span style="font-size: 14px;">Month Jun 2016</span></td></tr> </table> </td></tr></table> </form><br /> <table> <tr><td class="aws"><a href="javascript:parent.window.close();">Close window</a></td></tr> </table> <a name="urls">&nbsp;</a><br /> <table class="aws_border sortable" border="0" cellpadding="2" cellspacing="0" width="100%"> <tr><td class="aws_title" width="70%">Exit </td><td class="aws_blank">&nbsp;</td></tr> <tr><td colspan="2"> <table class="aws_data" border="1" cellpadding="2" cellspacing="0" width="100%"> <tr bgcolor="#ECECEC"><th>Total: 0 different pages-url</th><th bgcolor="#4477DD" width="80">Viewed</th><th class="datasize" bgcolor="#2EA495" width="80">Average size</th><th bgcolor="#CEC2E8" width="80">Entry</th><th bgcolor="#C1B2E2" width="80">Exit</th><th>&nbsp;</th></tr> </table></td></tr></table><br /> <br /><br /> <span dir="ltr" style="font: 11px verdana, arial, helvetica; color: #000000;"><b>Advanced Web Statistics 7.1 (build 1.983)</b> - <a href="http://www.awstats.org" target="awstatshome">Created by awstats</a></span><br /> <br /> </body> </html>
oblaxru/Nokia2700-
web/webstat/awstats.r.oblax.ru.urlexit.062016.html
HTML
bsd-3-clause
5,066
<!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>statsmodels.discrete.discrete_model.MultinomialModel.pdf &mdash; statsmodels 0.6.1 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '0.6.1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="top" title="statsmodels 0.6.1 documentation" href="../index.html" /> <link rel="up" title="statsmodels.discrete.discrete_model.MultinomialModel" href="statsmodels.discrete.discrete_model.MultinomialModel.html" /> <link rel="next" title="statsmodels.discrete.discrete_model.MultinomialModel.predict" href="statsmodels.discrete.discrete_model.MultinomialModel.predict.html" /> <link rel="prev" title="statsmodels.discrete.discrete_model.MultinomialModel.initialize" href="statsmodels.discrete.discrete_model.MultinomialModel.initialize.html" /> <link rel="stylesheet" href="../../_static/facebox.css" type="text/css" /> <link rel="stylesheet" href="../_static/examples.css" type="text/css" /> <script type="text/javascript" src="../_static/scripts.js"> </script> <script type="text/javascript" src="../_static/facebox.js"> </script> </head> <body role="document"> <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="statsmodels.discrete.discrete_model.MultinomialModel.predict.html" title="statsmodels.discrete.discrete_model.MultinomialModel.predict" accesskey="N">next</a> |</li> <li class="right" > <a href="statsmodels.discrete.discrete_model.MultinomialModel.initialize.html" title="statsmodels.discrete.discrete_model.MultinomialModel.initialize" accesskey="P">previous</a> |</li> <li><a href ="../install.html">Install</a></li> &nbsp;|&nbsp; <li><a href="https://groups.google.com/group/pystatsmodels?hl=en">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="../discretemod.html" >Regression with Discrete Dependent Variable</a> |</li> <li class="nav-item nav-item-2"><a href="statsmodels.discrete.discrete_model.MultinomialModel.html" accesskey="U">statsmodels.discrete.discrete_model.MultinomialModel</a> |</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="statsmodels-discrete-discrete-model-multinomialmodel-pdf"> <h1>statsmodels.discrete.discrete_model.MultinomialModel.pdf<a class="headerlink" href="#statsmodels-discrete-discrete-model-multinomialmodel-pdf" title="Permalink to this headline">¶</a></h1> <dl class="method"> <dt id="statsmodels.discrete.discrete_model.MultinomialModel.pdf"> <code class="descclassname">MultinomialModel.</code><code class="descname">pdf</code><span class="sig-paren">(</span><em>X</em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.discrete.discrete_model.MultinomialModel.pdf" title="Permalink to this definition">¶</a></dt> <dd><p>The probability density (mass) function of the model.</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.discrete.discrete_model.MultinomialModel.initialize.html" title="previous chapter">statsmodels.discrete.discrete_model.MultinomialModel.initialize</a></p> <h4>Next topic</h4> <p class="topless"><a href="statsmodels.discrete.discrete_model.MultinomialModel.predict.html" title="next chapter">statsmodels.discrete.discrete_model.MultinomialModel.predict</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/generated/statsmodels.discrete.discrete_model.MultinomialModel.pdf.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <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="footer" role="contentinfo"> &copy; Copyright 2009-2013, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1. </div> </body> </html>
statsmodels/statsmodels.github.io
0.6.1/generated/statsmodels.discrete.discrete_model.MultinomialModel.pdf.html
HTML
bsd-3-clause
6,478
<!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_09) on Fri Dec 21 23:30:34 PST 2012 --> <title>Uses of Class org.jnbt.DoubleTag</title> <meta name="date" content="2012-12-21"> <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.jnbt.DoubleTag"; } //--> </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="../../../org/jnbt/package-summary.html">Package</a></li> <li><a href="../../../org/jnbt/DoubleTag.html" title="class in org.jnbt">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/jnbt/class-use/DoubleTag.html" target="_top">Frames</a></li> <li><a href="DoubleTag.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.jnbt.DoubleTag" class="title">Uses of Class<br>org.jnbt.DoubleTag</h2> </div> <div class="classUseContainer">No usage of org.jnbt.DoubleTag</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="../../../org/jnbt/package-summary.html">Package</a></li> <li><a href="../../../org/jnbt/DoubleTag.html" title="class in org.jnbt">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/jnbt/class-use/DoubleTag.html" target="_top">Frames</a></li> <li><a href="DoubleTag.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
Morlok8k/JNBT
doc/org/jnbt/class-use/DoubleTag.html
HTML
bsd-3-clause
3,757
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>IOSS: Json::StyledStreamWriter Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">IOSS &#160;<span id="projectnumber">2.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('classJson_1_1StyledStreamWriter.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pri-types">Private Types</a> &#124; <a href="#pri-methods">Private Member Functions</a> &#124; <a href="#pri-static-methods">Static Private Member Functions</a> &#124; <a href="#pri-attribs">Private Attributes</a> &#124; <a href="classJson_1_1StyledStreamWriter-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">Json::StyledStreamWriter Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>Writes a <a class="el" href="classJson_1_1Value.html" title="Represents a JSON value. ">Value</a> in <a href="http://www.json.org">JSON</a> format in a human friendly way, to a stream rather than to a string. <a href="classJson_1_1StyledStreamWriter.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="json_8h_source.html">json.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:ae70975badffb647580963146de0b1cfc"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#ae70975badffb647580963146de0b1cfc">StyledStreamWriter</a> (std::string indentation=&quot;\)</td></tr> <tr class="separator:ae70975badffb647580963146de0b1cfc"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a17444a59f617970279714e97b0ddfa46"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#a17444a59f617970279714e97b0ddfa46">~StyledStreamWriter</a> ()</td></tr> <tr class="separator:a17444a59f617970279714e97b0ddfa46"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a07807741c6c43ecd35885a87234d0805"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#a07807741c6c43ecd35885a87234d0805">write</a> (std::ostream &amp;out, const <a class="el" href="classJson_1_1Value.html">Value</a> &amp;root)</td></tr> <tr class="memdesc:a07807741c6c43ecd35885a87234d0805"><td class="mdescLeft">&#160;</td><td class="mdescRight">Serialize a <a class="el" href="classJson_1_1Value.html" title="Represents a JSON value. ">Value</a> in <a href="http://www.json.org">JSON</a> format. <a href="#a07807741c6c43ecd35885a87234d0805">More...</a><br /></td></tr> <tr class="separator:a07807741c6c43ecd35885a87234d0805"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-types"></a> Private Types</h2></td></tr> <tr class="memitem:ad0e42dda934aaee87fa9434c30186a9b"><td class="memItemLeft" align="right" valign="top">typedef std::vector&lt; std::string &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#ad0e42dda934aaee87fa9434c30186a9b">ChildValues</a></td></tr> <tr class="separator:ad0e42dda934aaee87fa9434c30186a9b"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-methods"></a> Private Member Functions</h2></td></tr> <tr class="memitem:a4359250e09273fa0144021684be001ae"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#a4359250e09273fa0144021684be001ae">writeValue</a> (const <a class="el" href="classJson_1_1Value.html">Value</a> &amp;value)</td></tr> <tr class="separator:a4359250e09273fa0144021684be001ae"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a606f2ddd58093c9b019d452c1b6f09fe"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#a606f2ddd58093c9b019d452c1b6f09fe">writeArrayValue</a> (const <a class="el" href="classJson_1_1Value.html">Value</a> &amp;value)</td></tr> <tr class="separator:a606f2ddd58093c9b019d452c1b6f09fe"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a88f4d342cf25c73aabf77c1b8ba01e44"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#a88f4d342cf25c73aabf77c1b8ba01e44">isMultineArray</a> (const <a class="el" href="classJson_1_1Value.html">Value</a> &amp;value)</td></tr> <tr class="separator:a88f4d342cf25c73aabf77c1b8ba01e44"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae626a0ab8a529e0e524924f1ab3b1a0d"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#ae626a0ab8a529e0e524924f1ab3b1a0d">pushValue</a> (const std::string &amp;value)</td></tr> <tr class="separator:ae626a0ab8a529e0e524924f1ab3b1a0d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5a52fa5b406f1580a61dde3b5638e76d"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#a5a52fa5b406f1580a61dde3b5638e76d">writeIndent</a> ()</td></tr> <tr class="separator:a5a52fa5b406f1580a61dde3b5638e76d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a602fd51aa92cac1f18351806f1d9c8cc"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#a602fd51aa92cac1f18351806f1d9c8cc">writeWithIndent</a> (const std::string &amp;value)</td></tr> <tr class="separator:a602fd51aa92cac1f18351806f1d9c8cc"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab49409578422aa73b060e3492dd6c72a"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#ab49409578422aa73b060e3492dd6c72a">indent</a> ()</td></tr> <tr class="separator:ab49409578422aa73b060e3492dd6c72a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a74d8fb9beecd29759d7b79f430386358"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#a74d8fb9beecd29759d7b79f430386358">unindent</a> ()</td></tr> <tr class="separator:a74d8fb9beecd29759d7b79f430386358"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a79c3c2b320475035c47b2db484a3e434"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#a79c3c2b320475035c47b2db484a3e434">writeCommentBeforeValue</a> (const <a class="el" href="classJson_1_1Value.html">Value</a> &amp;root)</td></tr> <tr class="separator:a79c3c2b320475035c47b2db484a3e434"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad2ca860e317ca91d6b2932535b4ce9c7"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#ad2ca860e317ca91d6b2932535b4ce9c7">writeCommentAfterValueOnSameLine</a> (const <a class="el" href="classJson_1_1Value.html">Value</a> &amp;root)</td></tr> <tr class="separator:ad2ca860e317ca91d6b2932535b4ce9c7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad2892f57171919fa4f8a5ae5574755cf"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#ad2892f57171919fa4f8a5ae5574755cf">hasCommentForValue</a> (const <a class="el" href="classJson_1_1Value.html">Value</a> &amp;value)</td></tr> <tr class="separator:ad2892f57171919fa4f8a5ae5574755cf"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-static-methods"></a> Static Private Member Functions</h2></td></tr> <tr class="memitem:a244d3addb28d21a77dd7369097ef113d"><td class="memItemLeft" align="right" valign="top">static std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#a244d3addb28d21a77dd7369097ef113d">normalizeEOL</a> (const std::string &amp;text)</td></tr> <tr class="separator:a244d3addb28d21a77dd7369097ef113d"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a> Private Attributes</h2></td></tr> <tr class="memitem:aafd62e00a401df73fcacb2e410114b3d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classJson_1_1StyledStreamWriter.html#ad0e42dda934aaee87fa9434c30186a9b">ChildValues</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#aafd62e00a401df73fcacb2e410114b3d">childValues_</a></td></tr> <tr class="separator:aafd62e00a401df73fcacb2e410114b3d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa6a4be02f654d9105af8fa560b676967"><td class="memItemLeft" align="right" valign="top">std::ostream *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#aa6a4be02f654d9105af8fa560b676967">document_</a></td></tr> <tr class="separator:aa6a4be02f654d9105af8fa560b676967"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af9ebd4487e7f69bd1074e6ce29c7cf02"><td class="memItemLeft" align="right" valign="top">std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#af9ebd4487e7f69bd1074e6ce29c7cf02">indentString_</a></td></tr> <tr class="separator:af9ebd4487e7f69bd1074e6ce29c7cf02"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a67fdaa6758885f082b6a7ede52b0ab91"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#a67fdaa6758885f082b6a7ede52b0ab91">rightMargin_</a></td></tr> <tr class="separator:a67fdaa6758885f082b6a7ede52b0ab91"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a58dc0eaf85c58b83d19d6bba8eead27d"><td class="memItemLeft" align="right" valign="top">std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#a58dc0eaf85c58b83d19d6bba8eead27d">indentation_</a></td></tr> <tr class="separator:a58dc0eaf85c58b83d19d6bba8eead27d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4e4bb7fc223b2652b72b523b1ce414fa"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#a4e4bb7fc223b2652b72b523b1ce414fa">addChildValues_</a>: 1</td></tr> <tr class="separator:a4e4bb7fc223b2652b72b523b1ce414fa"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa12db1753619a9b48da41f3e45e3275d"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJson_1_1StyledStreamWriter.html#aa12db1753619a9b48da41f3e45e3275d">indented_</a>: 1</td></tr> <tr class="separator:aa12db1753619a9b48da41f3e45e3275d"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Writes a <a class="el" href="classJson_1_1Value.html" title="Represents a JSON value. ">Value</a> in <a href="http://www.json.org">JSON</a> format in a human friendly way, to a stream rather than to a string. </p> <p>The rules for line break and indent are as follow:</p><ul> <li>Object value:<ul> <li>if empty then print {} without indent and line break</li> <li>if not empty the print '{', line break &amp; indent, print one value per line and then unindent and line break and print '}'.</li> </ul> </li> <li>Array value:<ul> <li>if empty then print [] without indent and line break</li> <li>if the array contains no object value, empty array or some other value types, and all the values fit on one lines, then print the array on a single line.</li> <li>otherwise, it the values do not fit on one line, or the array contains object or non empty array, then print one value per line.</li> </ul> </li> </ul> <p>If the <a class="el" href="classJson_1_1Value.html" title="Represents a JSON value. ">Value</a> have comments then they are outputed according to their <a class="el" href="namespaceJson.html#a4fc417c23905b2ae9e2c47d197a45351">CommentPlacement</a>.</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">indentation</td><td>Each level will be indented by this amount extra. </td></tr> </table> </dd> </dl> <dl class="section see"><dt>See also</dt><dd><a class="el" href="classJson_1_1Reader.html" title="Unserialize a JSON document into a Value. ">Reader</a>, <a class="el" href="classJson_1_1Value.html" title="Represents a JSON value. ">Value</a>, <a class="el" href="classJson_1_1Value.html#a29f3a30f7e5d3af6f38d57999bf5b480">Value::setComment()</a> </dd></dl> <dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000010">Deprecated:</a></b></dt><dd>Use <a class="el" href="classJson_1_1StreamWriterBuilder.html" title="Build a StreamWriter implementation. ">StreamWriterBuilder</a>. </dd></dl> </div><h2 class="groupheader">Member Typedef Documentation</h2> <a id="ad0e42dda934aaee87fa9434c30186a9b"></a> <h2 class="memtitle"><span class="permalink"><a href="#ad0e42dda934aaee87fa9434c30186a9b">&#9670;&nbsp;</a></span>ChildValues</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">typedef std::vector&lt;std::string&gt; <a class="el" href="classJson_1_1StyledStreamWriter.html#ad0e42dda934aaee87fa9434c30186a9b">Json::StyledStreamWriter::ChildValues</a></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a id="ae70975badffb647580963146de0b1cfc"></a> <h2 class="memtitle"><span class="permalink"><a href="#ae70975badffb647580963146de0b1cfc">&#9670;&nbsp;</a></span>StyledStreamWriter()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">Json::StyledStreamWriter::StyledStreamWriter </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="a17444a59f617970279714e97b0ddfa46"></a> <h2 class="memtitle"><span class="permalink"><a href="#a17444a59f617970279714e97b0ddfa46">&#9670;&nbsp;</a></span>~StyledStreamWriter()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">Json::StyledStreamWriter::~StyledStreamWriter </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <h2 class="groupheader">Member Function Documentation</h2> <a id="ad2892f57171919fa4f8a5ae5574755cf"></a> <h2 class="memtitle"><span class="permalink"><a href="#ad2892f57171919fa4f8a5ae5574755cf">&#9670;&nbsp;</a></span>hasCommentForValue()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">bool Json::StyledStreamWriter::hasCommentForValue </td> <td>(</td> <td class="paramtype">const <a class="el" href="classJson_1_1Value.html">Value</a> &amp;&#160;</td> <td class="paramname"><em>value</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="ab49409578422aa73b060e3492dd6c72a"></a> <h2 class="memtitle"><span class="permalink"><a href="#ab49409578422aa73b060e3492dd6c72a">&#9670;&nbsp;</a></span>indent()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void Json::StyledStreamWriter::indent </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="a88f4d342cf25c73aabf77c1b8ba01e44"></a> <h2 class="memtitle"><span class="permalink"><a href="#a88f4d342cf25c73aabf77c1b8ba01e44">&#9670;&nbsp;</a></span>isMultineArray()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">bool Json::StyledStreamWriter::isMultineArray </td> <td>(</td> <td class="paramtype">const <a class="el" href="classJson_1_1Value.html">Value</a> &amp;&#160;</td> <td class="paramname"><em>value</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="a244d3addb28d21a77dd7369097ef113d"></a> <h2 class="memtitle"><span class="permalink"><a href="#a244d3addb28d21a77dd7369097ef113d">&#9670;&nbsp;</a></span>normalizeEOL()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static std::string Json::StyledStreamWriter::normalizeEOL </td> <td>(</td> <td class="paramtype">const std::string &amp;&#160;</td> <td class="paramname"><em>text</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="ae626a0ab8a529e0e524924f1ab3b1a0d"></a> <h2 class="memtitle"><span class="permalink"><a href="#ae626a0ab8a529e0e524924f1ab3b1a0d">&#9670;&nbsp;</a></span>pushValue()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void Json::StyledStreamWriter::pushValue </td> <td>(</td> <td class="paramtype">const std::string &amp;&#160;</td> <td class="paramname"><em>value</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="a74d8fb9beecd29759d7b79f430386358"></a> <h2 class="memtitle"><span class="permalink"><a href="#a74d8fb9beecd29759d7b79f430386358">&#9670;&nbsp;</a></span>unindent()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void Json::StyledStreamWriter::unindent </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="a07807741c6c43ecd35885a87234d0805"></a> <h2 class="memtitle"><span class="permalink"><a href="#a07807741c6c43ecd35885a87234d0805">&#9670;&nbsp;</a></span>write()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void Json::StyledStreamWriter::write </td> <td>(</td> <td class="paramtype">std::ostream &amp;&#160;</td> <td class="paramname"><em>out</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const <a class="el" href="classJson_1_1Value.html">Value</a> &amp;&#160;</td> <td class="paramname"><em>root</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Serialize a <a class="el" href="classJson_1_1Value.html" title="Represents a JSON value. ">Value</a> in <a href="http://www.json.org">JSON</a> format. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">out</td><td>Stream to write to. (Can be ostringstream, e.g.) </td></tr> <tr><td class="paramname">root</td><td><a class="el" href="classJson_1_1Value.html" title="Represents a JSON value. ">Value</a> to serialize. </td></tr> </table> </dd> </dl> <dl class="section note"><dt>Note</dt><dd>There is no point in deriving from <a class="el" href="classJson_1_1Writer.html" title="Abstract class for writers. ">Writer</a>, since <a class="el" href="classJson_1_1StyledStreamWriter.html#a07807741c6c43ecd35885a87234d0805" title="Serialize a Value in JSON format. ">write()</a> should not return a value. </dd></dl> </div> </div> <a id="a606f2ddd58093c9b019d452c1b6f09fe"></a> <h2 class="memtitle"><span class="permalink"><a href="#a606f2ddd58093c9b019d452c1b6f09fe">&#9670;&nbsp;</a></span>writeArrayValue()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void Json::StyledStreamWriter::writeArrayValue </td> <td>(</td> <td class="paramtype">const <a class="el" href="classJson_1_1Value.html">Value</a> &amp;&#160;</td> <td class="paramname"><em>value</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="ad2ca860e317ca91d6b2932535b4ce9c7"></a> <h2 class="memtitle"><span class="permalink"><a href="#ad2ca860e317ca91d6b2932535b4ce9c7">&#9670;&nbsp;</a></span>writeCommentAfterValueOnSameLine()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void Json::StyledStreamWriter::writeCommentAfterValueOnSameLine </td> <td>(</td> <td class="paramtype">const <a class="el" href="classJson_1_1Value.html">Value</a> &amp;&#160;</td> <td class="paramname"><em>root</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="a79c3c2b320475035c47b2db484a3e434"></a> <h2 class="memtitle"><span class="permalink"><a href="#a79c3c2b320475035c47b2db484a3e434">&#9670;&nbsp;</a></span>writeCommentBeforeValue()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void Json::StyledStreamWriter::writeCommentBeforeValue </td> <td>(</td> <td class="paramtype">const <a class="el" href="classJson_1_1Value.html">Value</a> &amp;&#160;</td> <td class="paramname"><em>root</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="a5a52fa5b406f1580a61dde3b5638e76d"></a> <h2 class="memtitle"><span class="permalink"><a href="#a5a52fa5b406f1580a61dde3b5638e76d">&#9670;&nbsp;</a></span>writeIndent()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void Json::StyledStreamWriter::writeIndent </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="a4359250e09273fa0144021684be001ae"></a> <h2 class="memtitle"><span class="permalink"><a href="#a4359250e09273fa0144021684be001ae">&#9670;&nbsp;</a></span>writeValue()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void Json::StyledStreamWriter::writeValue </td> <td>(</td> <td class="paramtype">const <a class="el" href="classJson_1_1Value.html">Value</a> &amp;&#160;</td> <td class="paramname"><em>value</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="a602fd51aa92cac1f18351806f1d9c8cc"></a> <h2 class="memtitle"><span class="permalink"><a href="#a602fd51aa92cac1f18351806f1d9c8cc">&#9670;&nbsp;</a></span>writeWithIndent()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void Json::StyledStreamWriter::writeWithIndent </td> <td>(</td> <td class="paramtype">const std::string &amp;&#160;</td> <td class="paramname"><em>value</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <h2 class="groupheader">Member Data Documentation</h2> <a id="a4e4bb7fc223b2652b72b523b1ce414fa"></a> <h2 class="memtitle"><span class="permalink"><a href="#a4e4bb7fc223b2652b72b523b1ce414fa">&#9670;&nbsp;</a></span>addChildValues_</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">bool Json::StyledStreamWriter::addChildValues_</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="aafd62e00a401df73fcacb2e410114b3d"></a> <h2 class="memtitle"><span class="permalink"><a href="#aafd62e00a401df73fcacb2e410114b3d">&#9670;&nbsp;</a></span>childValues_</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classJson_1_1StyledStreamWriter.html#ad0e42dda934aaee87fa9434c30186a9b">ChildValues</a> Json::StyledStreamWriter::childValues_</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="aa6a4be02f654d9105af8fa560b676967"></a> <h2 class="memtitle"><span class="permalink"><a href="#aa6a4be02f654d9105af8fa560b676967">&#9670;&nbsp;</a></span>document_</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">std::ostream* Json::StyledStreamWriter::document_</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="a58dc0eaf85c58b83d19d6bba8eead27d"></a> <h2 class="memtitle"><span class="permalink"><a href="#a58dc0eaf85c58b83d19d6bba8eead27d">&#9670;&nbsp;</a></span>indentation_</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">std::string Json::StyledStreamWriter::indentation_</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="aa12db1753619a9b48da41f3e45e3275d"></a> <h2 class="memtitle"><span class="permalink"><a href="#aa12db1753619a9b48da41f3e45e3275d">&#9670;&nbsp;</a></span>indented_</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">bool Json::StyledStreamWriter::indented_</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="af9ebd4487e7f69bd1074e6ce29c7cf02"></a> <h2 class="memtitle"><span class="permalink"><a href="#af9ebd4487e7f69bd1074e6ce29c7cf02">&#9670;&nbsp;</a></span>indentString_</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">std::string Json::StyledStreamWriter::indentString_</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="a67fdaa6758885f082b6a7ede52b0ab91"></a> <h2 class="memtitle"><span class="permalink"><a href="#a67fdaa6758885f082b6a7ede52b0ab91">&#9670;&nbsp;</a></span>rightMargin_</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">int Json::StyledStreamWriter::rightMargin_</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>src/visualization/ParaViewCatalystIossAdapter/parser/jsoncpp-master/dist/json/<a class="el" href="json_8h_source.html">json.h</a></li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="namespaceJson.html">Json</a></li><li class="navelem"><a class="el" href="classJson_1_1StyledStreamWriter.html">StyledStreamWriter</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>
nschloe/seacas
docs/ioss_html/classJson_1_1StyledStreamWriter.html
HTML
bsd-3-clause
35,529
<!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>Cupcake Admin Mobile</title> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="style/reset.css" /> <link rel="stylesheet" type="text/css" href="style/root.css" /> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/toogle.js"></script> </head> <body> <!-- start header --> <div id="header"> <a href="#"><img src="img/logo.png" width="77" height="24" alt="logo" class="logo" /></a> <a href="index.html" class="button back"><img src="img/back-button.png" width="15" height="16" alt="icon" /></a> <a href="#" class="button search"><img src="img/search.png" width="16" height="16" alt="icon"/></a> <a href="form.html" class="button create"><img src="img/create.png" width="16" height="16" alt="icon"/></a> <div class="clear"></div> </div> <!-- end header --> <!-- start searchbox --> <div class="searchbox"> <form id="form1" name="form1" method="post" action=""> <input type="text" name="textfield" id="textfield" class="txtbox" /> </form> </div> <!-- end searchbox --> <!-- start page --> <div class="page"> <!-- start list menu --> <div class="simplebox"> <h1 class="titleh">Articles</h1> <ul class="list-menu"> <li><a href="#"><b>Pecan Pie with Semi-Sweet Chocolate Chips</b></a></li> <li><a href="#"><b>Your First Turkey! Easy Roast Turkey for Beginners <span>New</span> </b></a></li> <li><a href="#"><b>How to Make Pie Dough - Pie Crust Recipe</b></a></li> <li><a href="#"><b>Daily Statistics <span class="red">Spam</span> </b></a></li> <li><a href="#"><b>Secret Pomegranate Seeding Trick! How to</b></a></li> <li><a href="#"><b>Awesome Garlic Spaghetti - Spaghetti Aglio e Olio <span>New</span> </b></a></li> <li><a href="#"><b>Pecan Pie with Semi-Sweet Chocolate Chips</b></a></li> <li><a href="#"><b>Your First Turkey! Easy Roast Turkey for Beginners <span>New</span> </b></a></li> <li><a href="#"><b>How to Make Pie Dough - Pie Crust Recipe</b></a></li> <li><a href="#"><b>Daily Statistics <span class="red">Spam</span> </b></a></li> <li><a href="#"><b>Secret Pomegranate Seeding Trick! How to</b></a></li> </ul> </div> <!-- end list menu --> <!-- start top button --> <div class="topbutton"><a href="#header"><span>Top</span></a></div> <!-- end top button --> <!-- start footer --> <div class="footer"> © 2012 - Cupcake Mobile by <a href="http://themeforest.net/user/egemem" target="_blank">egemem</a> </div> <!-- end footer --> <div class="clear"></div> </div> <!-- end page --> <!--DO NOT REMOVE BELOW SCRIPT. IT SHOULD ALWAYS APPEAR AT THE VERY END OF YOUR CONTENT--> <script language="JavaScript1.2"> //Scrollable content III- By http://www.dynamicdrive.com var speed, currentpos=curpos1=0,alt=1,curpos2=-1 function initialize(){ if (window.parent.scrollspeed!=0){ speed=window.parent.scrollspeed scrollwindow() } } function scrollwindow(){ temp=(document.all)? document.body.scrollTop : window.pageYOffset alt=(alt==0)? 1 : 0 if (alt==0) curpos1=temp else curpos2=temp window.scrollBy(0,speed) } setInterval("initialize()",10) </script> </body> </html>
haouach/SBS-ZF2
Them/mobile/frame/articles.html
HTML
bsd-3-clause
4,142
<!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_05) on Fri Jan 02 20:25:00 CST 2009 --> <TITLE> Àà cn.iaicc.smgk.business.service.QuestionResInfoService µÄʹÓà (ÉñÃØ¹Ë¿Í¹ÜÀíÆ½Ì¨ API) </TITLE> <META NAME="date" CONTENT="2009-01-02"> <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="Àà cn.iaicc.smgk.business.service.QuestionResInfoService µÄʹÓà (ÉñÃØ¹Ë¿Í¹ÜÀíÆ½Ì¨ 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="Ìø¹ýµ¼º½Á´½Ó"></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>¸ÅÊö</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../cn/iaicc/smgk/business/service/QuestionResInfoService.html" title="cn.iaicc.smgk.business.service ÖеÄÀà"><FONT CLASS="NavBarFont1"><B>Àà</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>ʹÓÃ</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</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;ÉÏÒ»¸ö&nbsp; &nbsp;ÏÂÒ»¸ö</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?cn/iaicc/smgk/business/service/\class-useQuestionResInfoService.html" target="_top"><B>¿ò¼Ü</B></A> &nbsp; &nbsp;<A HREF="QuestionResInfoService.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Àà cn.iaicc.smgk.business.service.QuestionResInfoService<br>µÄʹÓÃ</B></H2> </CENTER> ûÓÐ cn.iaicc.smgk.business.service.QuestionResInfoService µÄÓ÷¨ <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Ìø¹ýµ¼º½Á´½Ó"></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>¸ÅÊö</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../cn/iaicc/smgk/business/service/QuestionResInfoService.html" title="cn.iaicc.smgk.business.service ÖеÄÀà"><FONT CLASS="NavBarFont1"><B>Àà</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>ʹÓÃ</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</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;ÉÏÒ»¸ö&nbsp; &nbsp;ÏÂÒ»¸ö</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?cn/iaicc/smgk/business/service/\class-useQuestionResInfoService.html" target="_top"><B>¿ò¼Ü</B></A> &nbsp; &nbsp;<A HREF="QuestionResInfoService.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &#169; 2008 ±±¾©°¬µÏÖÇÈíÐÅÏ¢¼¼ÊõÓÐÏÞÔðÈι«Ë¾. All Rights Reserved.</i><br/><i><a href="http://www.idea-soft.cn" target="_blank">http://www.idea-soft.cn</a></i> <i><a href="http://www.iaicc.cn" target="_blank">http://www.iaicc.cn</a></i> <i><a href="http://www.xsaas.org" target="_blank">http://www.xsaas.org</a></i> </BODY> </HTML>
wangxin39/xstat
XStatAPI/docs/api/cn/iaicc/smgk/business/service/class-use/QuestionResInfoService.html
HTML
bsd-3-clause
6,395
<!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 09:35:43 CEST 2011 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> Exporter (obviousx 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="Exporter (obviousx 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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Exporter.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV CLASS&nbsp; &nbsp;<A HREF="../../obviousx/io/GraphImporter.html" title="interface in obviousx.io"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?obviousx/io/Exporter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Exporter.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&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"> obviousx.io</FONT> <BR> Interface Exporter</H2> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../obviousx/io/impl/CSVExport.html" title="class in obviousx.io.impl">CSVExport</A>, <A HREF="../../obviousx/io/impl/CSVGraphExport.html" title="class in obviousx.io.impl">CSVGraphExport</A>, <A HREF="../../obviousx/io/impl/GraphMLExport.html" title="class in obviousx.io.impl">GraphMLExport</A>, <A HREF="../../obviousx/io/ivtk/IvtkObviousTableWriter.html" title="class in obviousx.io.ivtk">IvtkObviousTableWriter</A>, <A HREF="../../obviousx/io/prefuse/PrefuseObviousGraphWriter.html" title="class in obviousx.io.prefuse">PrefuseObviousGraphWriter</A>, <A HREF="../../obviousx/io/prefuse/PrefuseObviousTableWriter.html" title="class in obviousx.io.prefuse">PrefuseObviousTableWriter</A></DD> </DL> <HR> <DL> <DT><PRE>public interface <B>Exporter</B></DL> </PRE> <P> A general interface to manage export from obvious to an external format. <P> <P> <DL> <DT><B>Author:</B></DT> <DD>Pierre-Luc Hemery</DD> </DL> <HR> <P> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../obviousx/io/Exporter.html#createFile()">createFile</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a file in an external from an Obvious description.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../obviousx/util/FormatFactory.html" title="interface in obviousx.util">FormatFactory</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../obviousx/io/Exporter.html#getFormatFactory()">getFormatFactory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the FormatFactory associated to this Importer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../obviousx/io/Exporter.html#setFormatFactory(obviousx.util.FormatFactory)">setFormatFactory</A></B>(<A HREF="../../obviousx/util/FormatFactory.html" title="interface in obviousx.util">FormatFactory</A>&nbsp;formatFactory)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets for the Importer the format factory.</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ 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="getFormatFactory()"><!-- --></A><H3> getFormatFactory</H3> <PRE> <A HREF="../../obviousx/util/FormatFactory.html" title="interface in obviousx.util">FormatFactory</A> <B>getFormatFactory</B>()</PRE> <DL> <DD>Get the FormatFactory associated to this Importer. <P> <DD><DL> <DT><B>Returns:</B><DD>the FormatFactory of this Importer</DL> </DD> </DL> <HR> <A NAME="setFormatFactory(obviousx.util.FormatFactory)"><!-- --></A><H3> setFormatFactory</H3> <PRE> void <B>setFormatFactory</B>(<A HREF="../../obviousx/util/FormatFactory.html" title="interface in obviousx.util">FormatFactory</A>&nbsp;formatFactory)</PRE> <DL> <DD>Sets for the Importer the format factory. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>formatFactory</CODE> - the factory to set</DL> </DD> </DL> <HR> <A NAME="createFile()"><!-- --></A><H3> createFile</H3> <PRE> void <B>createFile</B>() throws <A HREF="../../obviousx/ObviousxException.html" title="class in obviousx">ObviousxException</A></PRE> <DL> <DD>Creates a file in an external from an Obvious description. <P> <DD><DL> <DT><B>Throws:</B> <DD><CODE><A HREF="../../obviousx/ObviousxException.html" title="class in obviousx">ObviousxException</A></CODE> - when an exception occurs.</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/Exporter.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV CLASS&nbsp; &nbsp;<A HREF="../../obviousx/io/GraphImporter.html" title="interface in obviousx.io"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?obviousx/io/Exporter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Exporter.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></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
obviousx/target/site/apidocs/obviousx/io/Exporter.html
HTML
bsd-3-clause
11,008
{% extends "site_base.html" %} {% load cache %} {% load sponsorship_tags %} {% load thumbnail %} {% load sitetree %} {% load i18n %} {% block head_title %}{% trans "About PyCon Sponsors" %}{% endblock %} {% block body_class %}sponsors{% endblock %} {% block page_title %} {% trans "About PyCon Sponsors" %} <a href="{% url 'cms_page' "sponsors/prospectus/" %}" class="read-more"> {% trans "Learn how to become a sponsor " %} <i class="icon icon-arrow-right"></i> </a> {% endblock %} {% block breadcrumbs %}{% sitetree_breadcrumbs from "main" %}{% endblock %} {% block page_content %} {% cache 600 "sponsors-list" %} {% sponsor_levels as levels %} {% sponsor_packages as packages %} {% for level in levels %} {% if level.display %} <div class="sponsor-level"> {% if level.sponsors.count > 0 %} <h2>{{ level.name }}</h2> {% for sponsor in level.sponsors %} <div class="sponsor" id="sponsor-{{ sponsor.id }}"> <a href="{{ sponsor.external_url }}"> <img src="{{ sponsor.website_logo|thumbnail_url:'sponsor_list' }}" alt="Logo of {{ sponsor.name }}" /> </a> <a href="{{ sponsor.external_url }}"> {{ sponsor.get_display_url }} </a> <p>{{ sponsor.web_description|urlize|linebreaks }}</p> </div> {% endfor %} {% endif %} </div> {% endif %} {% endfor %} <hr> {% for package in packages %} {% if package.display %} <div class="sponsor-level"> {% if package.sponsors.count > 0 %} <h2>{{ package.name }}</h2> {% for sponsor in package.sponsors %} <div class="sponsor" id="sponsor-{{ sponsor.id }}"> <a href="{{ sponsor.external_url }}"> <img src="{{ sponsor.website_logo|thumbnail_url:'sponsor_list' }}" alt="Logo of {{ sponsor.name }}" /> </a> <a href="{{ sponsor.external_url }}"> {{ sponsor.get_display_url }} </a> <p>{{ sponsor.web_description|urlize|linebreaks }}</p> </div> {% endfor %} {% endif %} </div> {% endif %} {% endfor %} {% endcache %} {% endblock %}
PyCon/pycon
pycon/templates/sponsorship/list.html
HTML
bsd-3-clause
2,551
<!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" lang="en"> <!-- this template was designed by http://www.tristarwebdesign.co.uk - please visit for more templates & information - thank you. --> <head> <meta http-equiv="Content-Language" content="en-us" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>MyTAP: Unit Testing for MySQL</title> <link rel="stylesheet" type="text/css" href="ui/css/style.css" /> <link rel="stylesheet" type="text/css" href="ui/css/menu.css" /> <!--[if IE 6]> <link rel="stylesheet" type="text/css" href="ui/css/ie.css" /> <![endif]--> </head> <body> <div id="main"> <h1>MyTAP</h1> <p>MyTAP is a suite of database functions that make it easy to write <a href="http://testanything.org/" title="Test Anything Protocol">TAP</a>-emitting unit tests in <code>mysql</code> scripts. The TAP output is suitable for harvesting, analysis, and reporting by a TAP harness, such as those used in Perl applications.</p> <p>Why would you want to unit test your database? Well, there are a couple of scenarios in which it can be useful.</p> <h2>Application Development</h2> <p>So you write MySQL-backed applications, maybe in <a href="http://www.rubyonrails.org/" title="Ruby on Rails">Rails</a>, or <a href="http://www.djangoproject.com/" title="Django | The Web framework for perfectionists with deadlines">Django</a>, or <a href="http://www.catalystframework.org/" title="Cataylst: The elegant MVC framework">Catalyst</a>, and because you’re an <a href="http://en.wikipedia.org/wiki/Agile_software_development" title="Wikipedia: Agile software development">agile developer</a>, you write lots of tests to make sure that your application works as you practice iterative development. But, as one of the most important parts of your application, should you not also test the database? Sure, you write tests of your API, and the API covers the database, but that’s not really unit testing the database itself, is it?</p> <p>MyTAP allows you to <em>really</em> test the database, not only verifying the structure of your schema, but also by exercising any views, procedures, functions, or triggers you write. Of course you could use your application’s unit-testing framework to test the database, but by writing your tests with MyTAP, you can keep your database tests simple. Consider these simple tests written with <a href="http://search.cpan.org/perldoc/Test::More" title="Test::More on CPAN">Test::More</a> and the Perl <a href="http://search.cpan.org/perldoc/DBI" title="The Perl DBI on CPAN">DBI</a> to test a custom database function:</p> <pre><code>use Test::More tests => 3; use DBI; my $dbh = DBI->connect('dbi:mysql:database=try', ''root, '' ); # Start a transaction. $dbh->begin; END { $dbh->rollback; $dbh->disconnect; } my $domain_id = 1; my $src_id = 2; # Insert stuff. ok $dbh->do( 'SELECT insert_stuff( ?, ?, ?, ?)', undef, 'www.foo.com', '1, 2, 3', $domain_id, $src_id ), 'Inserting some stuff should return true; # Grab the stuff records. ok my $stuff = $dbh->selectall_arrayref(q{ SELECT stuff_id FROM domain_stuff WHERE domain_id = ? AND src_id = ? ORDER BY stuff_id }, undef, $domain_id, $src_id), 'Fetch the domain stuff'; # Make sure we have the right stuff. is_deeply $stuff, [ 1, 2, 3 ], 'The rows should have the right stuff';</code></pre> <p>The upshot is that you have to connect to the database, set up transactions, execute the database functions, fetch back data into Perl data structures, and then compare values. Now consider the equivalent written with MyTAP:</p> <pre><code>-- Start a transaction. BEGIN; SELECT tap.plan( 2 ); SET @domain_id 1; SET @src_id 1; -- Insert stuff. SELECT tap.ok( insert_stuff( 'www.foo.com', '1,2,3', @domain_id, @src_id ), 'insert_stuff() should return true' ); -- Check for domain stuff records. SELECT tap.eq( GROUP_CONCAT(stuff_id), '1,2,3', 'The stuff should have been associated with the domain' ) FROM domain_stuff WHERE domain_id = @domain_id AND src_id = @src_id ORDER BY stuff_id; CALL finish(); ROLLBACK;</code></pre> <p>Now isn’t that a lot easier to read? Unlike the Perl tests, the MyTAP tests can just compare values directly in the database. There is no need to do any extra work to get the database interface to talk to the database, fetch data, convert it, etc. You just use SQL. And if you’re working hard to keep SQL in the database and application code in the application, why would you write database tests in Application code? Just write them in SQL and be done with it!</p> <h2>Schema Validation</h2> <p>Even better is the scenario in which you need to test your database schema objects, to make sure that everything is where it should be. MyTAP provides a wealth of test functions that make schema testing a snap!:</p> <pre><code>BEGIN; SELECT tap.plan( 4 ); SELECT tap.has_table( DATABASE(), 'domains' ); SELECT tap.has_table( DATABASE(), 'stuff' ); SELECT tap.has_table( DATABASE(), 'sources' ); SELECT tap.has_table( DATABASE(), 'domain_stuff' ); <!-- Uncomment when these functions have been added. Be sure to update the plan, too. SELECT tap.has_column( DATABASE(), 'domains', 'id' ); SELECT tap.col_is_pk( DATABASE(), 'domains', 'id' ); SELECT tap.has_column( DATABASE(), 'domains', 'domain' ); SELECT tap.has_column( DATABASE(), 'stuff', 'id' ); SELECT tap.col_is_pk( DATABASE(), 'stuff', 'id' ); SELECT tap.has_column( DATABASE(), 'stuff', 'name' ); SELECT tap.has_column( DATABASE(), 'sources', 'id' ); SELECT tap.col_is_pk( DATABASE(), 'sources', 'id' ); SELECT tap.has_column( DATABASE(), 'sources', 'name' ); SELECT tap.has_column( DATABASE(), 'domain_stuff', 'domain_id' ); SELECT tap.has_column( DATABASE(), 'domain_stuff', 'source_id' ); SELECT tap.has_column( DATABASE(), 'domain_stuff', 'stuff_id' ); SELECT tap.col_is_pk( DATABASE(), 'domain_stuff', 'domain_id, source_id, stuff_id' ); SELECT tap.can_ok( 'insert_stuff', ARRAY[ 'text', 'integer[]', 'integer', 'integer' ] ); --> CALL tap.finish(); ROLLBACK;</code></pre> <p>And there are many more testing functions to be had. Read the <a href="documentation.html" title="The complete MyTAP documentation">complete documentation</a> for all the good stuff.</p> <h2>Library Development</h2> <p>If you’re developing third-party libraries for MySQL, perhaps writing <a href="http://dev.mysql.com/doc/refman/5.0/en/create-procedure.html">functions and procedures</a> or <a href="http://dev.mysql.com/doc/refman/5.0/en/adding-functions.html">user-defined functionsa</a>, agile development demands that you write tests as you go. MyTAP makes it easy. See its <a href="http://github.com/theory/mytap/tree/master/tests/">own test suite</a> for a good example of such test-driven developement tests. Runing them with <a href="http://search.cpan.org/perldoc?my_prove"><code>my_prove</code></a> looks like so:</p> <pre><code>% my_prove -u root -D try tests/ tests/eq.my ........ ok tests/hastap.my .... ok tests/matching.my .. ok tests/moretap.my ... ok tests/todotap.my ... ok tests/utils.my ..... ok All tests successful. Files=6, Tests=137, 1 wallclock secs (0.06 usr 0.03 sys + 0.01 cusr 0.02 csys = 0.12 CPU) Result: PASS</code></pre> <h2>Get Started</h2> <p>So, what are you waiting for? <a href="http://github.com/theory/mytap/downloads" title="Download MyTAP from GitHub">Download the latest version of MyTAP</a>, or grab fork the <a title="MyTAP GitHub Repository" href="http://github.com/theory/mytap/">git repository</a>, read the <a href="documentation.html" title="The complete MyTAP documentation">documentation</a>, and get going with those tests!</p> </div> <div id="menu"> <div id="menutop"> <a title="MyTAP home" href="/"><img alt="home" src="ui/img/tap.jpg" width="200" alt="tap" /></a> </div> <div class="navcontainer"> <ul class="navlist"> <li><a title="MyTAP home" href="./" id="selected">Home</a></li> <li><a title="Download MyTAP from GitHub" href="http://github.com/theory/mytap/downloads">Download</a></li> <li><a title="Read the complete MyTAP documentation" href="documentation.html">Documentation</a></li> <li><a title="Read the documenaton for my_prove" href="http://search.cpan.org/perldoc?my_prove">my_prove</a></li> <li><a title="Integrate MyTAP into your test suite" href="integration.html">Integration</a></li> <li><a title="MyTAP GitHub Repository" href="http://github.com/theory/mytap/">GitHub</a></li> </ul> </div> <br /> <div class="navcontainer"> <ul class="navlist"> <li><a title="Just a Theory" href="http://justatheory.com/">Code: David E. Wheeler</a></li> <li><a title="derby web design" href="http://www.tristarwebdesign.co.uk">Webdesign: tri-star</a></li> <li><a title="Courtland Whited's Flickr Photostream" href="http://flickr.com/photos/idreaminir/">Photo: Courtland Whited</a></li> </ul> </div> </div> </body> </html>
hepabolu/mytap
docs/oldsite/index.html
HTML
bsd-3-clause
9,707
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <base href="http://localhost/"><!--[if lte IE 6]></base><![endif]--> <title>Page not found</title> <meta name="generator" content="SilverStripe - http://silverstripe.org" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="/framework/css/debug.css?m=1361322164" /> </head> <body> <div class="info"> <h1>Page not found</h1> </div> <div class="options"> <p>Sorry, it seems you were trying to access a page that doesn't exist.</p><p>Please check the spelling of the URL you were trying to access and try again.</p> </div> </body> </html>
scttw/bulli
assets/error-404.html
HTML
bsd-3-clause
709
<!doctype html> <html> <head> <title>spark-overlay</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <link rel="import" href="../packages/polymer/polymer.html"> <link rel="import" href="example_ui.html"> </head> <body> <example-ui></example-ui> </body> </html>
eldabbagh/spark
widgets/example/spark_overlay/index.html
HTML
bsd-3-clause
338
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>event-mobile - Itsa</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <link rel="shortcut icon" type="image/png" href="../assets/favicon.png"> <script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="../assets/css/logo.png" title="Itsa"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: 0.0.1</em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="../classes/Array.html">Array</a></li> <li><a href="../classes/Constrain.html">Constrain</a></li> <li><a href="../classes/DB.html">DB</a></li> <li><a href="../classes/DD.html">DD</a></li> <li><a href="../classes/Dialog.html">Dialog</a></li> <li><a href="../classes/document.html">document</a></li> <li><a href="../classes/Element.html">Element</a></li> <li><a href="../classes/ElementArray.html">ElementArray</a></li> <li><a href="../classes/Event.html">Event</a></li> <li><a href="../classes/Event.Emitter.html">Event.Emitter</a></li> <li><a href="../classes/Event.Listener.html">Event.Listener</a></li> <li><a href="../classes/FocusManager.html">FocusManager</a></li> <li><a href="../classes/Function.html">Function</a></li> <li><a href="../classes/HTMLButtonElement.html">HTMLButtonElement</a></li> <li><a href="../classes/HTMLElement.html">HTMLElement</a></li> <li><a href="../classes/HTMLInputElement.html">HTMLInputElement</a></li> <li><a href="../classes/Icons.html">Icons</a></li> <li><a href="../classes/IndexedDB.html">IndexedDB</a></li> <li><a href="../classes/IO.html">IO</a></li> <li><a href="../classes/ITSA.html">ITSA</a></li> <li><a href="../classes/JSON.html">JSON</a></li> <li><a href="../classes/LocalStorage.html">LocalStorage</a></li> <li><a href="../classes/Math.html">Math</a></li> <li><a href="../classes/Messages.html">Messages</a></li> <li><a href="../classes/Node.html">Node</a></li> <li><a href="../classes/NodePlugin.html">NodePlugin</a></li> <li><a href="../classes/NS-vdom.html">NS-vdom</a></li> <li><a href="../classes/Object.html">Object</a></li> <li><a href="../classes/Panel.html">Panel</a></li> <li><a href="../classes/Promise.html">Promise</a></li> <li><a href="../classes/Scrollable.html">Scrollable</a></li> <li><a href="../classes/Storage.html">Storage</a></li> <li><a href="../classes/String.html">String</a></li> <li><a href="../classes/SVGElement.html">SVGElement</a></li> <li><a href="../classes/Uploader.html">Uploader</a></li> <li><a href="../classes/USERAGENT.html">USERAGENT</a></li> <li><a href="../classes/Utils.html">Utils</a></li> <li><a href="../classes/vnode.html">vnode</a></li> <li><a href="../classes/window.html">window</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="../modules/attribute-extractor.html">attribute-extractor</a></li> <li><a href="../modules/client-db.html">client-db</a></li> <li><a href="../modules/client-storage.html">client-storage</a></li> <li><a href="../modules/constrain.html">constrain</a></li> <li><a href="../modules/dialog.html">dialog</a></li> <li><a href="../modules/drag.html">drag</a></li> <li><a href="../modules/drag-drop.html">drag-drop</a></li> <li><a href="../modules/element-array.html">element-array</a></li> <li><a href="../modules/event.html">event</a></li> <li><a href="../modules/event-blurnode.html">event-blurnode</a></li> <li><a href="../modules/event-dom.html">event-dom</a></li> <li><a href="../modules/event-emitter.html">event-emitter</a></li> <li><a href="../modules/event-focusnode.html">event-focusnode</a></li> <li><a href="../modules/event-hover.html">event-hover</a></li> <li><a href="../modules/event-listener.html">event-listener</a></li> <li><a href="../modules/event-mobile.html">event-mobile</a></li> <li><a href="../modules/extend-document.html">extend-document</a></li> <li><a href="../modules/extend-element.html">extend-element</a></li> <li><a href="../modules/focusmanager.html">focusmanager</a></li> <li><a href="../modules/html-parser.html">html-parser</a></li> <li><a href="../modules/icons.html">icons</a></li> <li><a href="../modules/indexeddb.html">indexeddb</a></li> <li><a href="../modules/io.html">io</a></li> <li><a href="../modules/io-assets.html">io-assets</a></li> <li><a href="../modules/io-cors.html">io-cors</a></li> <li><a href="../modules/io-filetransfer.html">io-filetransfer</a></li> <li><a href="../modules/io-jsonp.html">io-jsonp</a></li> <li><a href="../modules/io-transfer.html">io-transfer</a></li> <li><a href="../modules/io-xml.html">io-xml</a></li> <li><a href="../modules/itsa.build.html">itsa.build</a></li> <li><a href="../modules/js-ext.html">js-ext</a></li> <li><a href="../modules/lib_array.js.html">lib/array.js</a></li> <li><a href="../modules/lib_function.js.html">lib/function.js</a></li> <li><a href="../modules/lib_json.js.html">lib/json.js</a></li> <li><a href="../modules/lib_math.js.html">lib/math.js</a></li> <li><a href="../modules/lib_object.js.html">lib/object.js</a></li> <li><a href="../modules/lib_promise.s.html">lib/promise.s</a></li> <li><a href="../modules/lib_string.js.html">lib/string.js</a></li> <li><a href="../modules/localstorage.html">localstorage</a></li> <li><a href="../modules/messages.html">messages</a></li> <li><a href="../modules/node-parser.html">node-parser</a></li> <li><a href="../modules/node-plugin.html">node-plugin</a></li> <li><a href="../modules/node-win.html">node-win</a></li> <li><a href="../modules/panel.html">panel</a></li> <li><a href="../modules/scrollable.html">scrollable</a></li> <li><a href="../modules/uploader.html">uploader</a></li> <li><a href="../modules/useragent.html">useragent</a></li> <li><a href="../modules/utils.html">utils</a></li> <li><a href="../modules/vdom.html">vdom</a></li> <li><a href="../modules/vdom-ns.html">vdom-ns</a></li> <li><a href="../modules/vnode.html">vnode</a></li> <li><a href="../modules/window-ext.html">window-ext</a></li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> <label for="api-show-deprecated"> <input type="checkbox" id="api-show-deprecated"> Deprecated </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1>event-mobile Module</h1> <div class="box clearfix meta"> <div class="foundat"> Defined in: <a href="../files/src_itsa-event_event-base.js.html#l1"><code>src&#x2F;itsa-event&#x2F;event-base.js:1</code></a> </div> <p>Available since 0.0.1</p> </div> <div class="box intro"> <p>Integrates mobile-events to event-dom. more about DOM-events: <a href="http://www.smashingmagazine.com/2013/11/12/an-introduction-to-dom-events/">http://www.smashingmagazine.com/2013/11/12/an-introduction-to-dom-events/</a></p> <p><i>Copyright (c) 2014 ITSA - <a href="https://github.com/itsa">https://github.com/itsa</a></i> New BSD License - <a href="http://choosealicense.com/licenses/bsd-3-clause/">http://choosealicense.com/licenses/bsd-3-clause/</a></p> </div> <div class="example"> <h4>Example:</h4> <div class="example-content"> <p>Event = require(&#39;event-mobile&#39;)(window);</p> </div> </div> <div class="yui3-g"> <div class="yui3-u-1-2"> <p>This module provides the following classes:</p> <ul class="module-classes"> <li class="module-class"> <a href="../classes/Event.html"> Event </a> </li> </ul> </div> <div class="yui3-u-1-2"> </div> </div> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="../assets/js/yui-prettify.js"></script> <script src="../assets/../api.js"></script> <script src="../assets/js/api-filter.js"></script> <script src="../assets/js/api-list.js"></script> <script src="../assets/js/api-search.js"></script> <script src="../assets/js/apidocs.js"></script> </body> </html>
ItsAsbreuk/itsa.github.io
api/modules/event-mobile.html
HTML
bsd-3-clause
12,467
<!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: MNEBrowseRawQt::DataWindow Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="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 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"><b>MNEBrowseRawQt</b></li><li class="navelem"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html">DataWindow</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#signals">Signals</a> &#124; <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pro-slots">Protected Slots</a> &#124; <a href="class_m_n_e_browse_raw_qt_1_1_data_window-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">MNEBrowseRawQt::DataWindow Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>The <a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html" title="The DataWindow class provides the data dock window. ">DataWindow</a> class provides the data dock window. <a href="class_m_n_e_browse_raw_qt_1_1_data_window.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="datawindow_8h_source.html">datawindow.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for MNEBrowseRawQt::DataWindow:</div> <div class="dyncontent"> <div class="center"> <img src="class_m_n_e_browse_raw_qt_1_1_data_window.png" usemap="#MNEBrowseRawQt::DataWindow_map" alt=""/> <map id="MNEBrowseRawQt::DataWindow_map" name="MNEBrowseRawQt::DataWindow_map"> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="signals"></a> Signals</h2></td></tr> <tr class="memitem:ac6cbc1f8616432b1d88b74d5b19b391c"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#ac6cbc1f8616432b1d88b74d5b19b391c">scaleChannels</a> (double)</td></tr> <tr class="separator:ac6cbc1f8616432b1d88b74d5b19b391c"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:aa4f27d2945b5cf6dd26e8b73bbc8aaa0"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#aa4f27d2945b5cf6dd26e8b73bbc8aaa0">DataWindow</a> (QWidget *parent=0)</td></tr> <tr class="separator:aa4f27d2945b5cf6dd26e8b73bbc8aaa0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6e72c3705abc085d3d84cb182493cd6a"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#a6e72c3705abc085d3d84cb182493cd6a">~DataWindow</a> ()</td></tr> <tr class="separator:a6e72c3705abc085d3d84cb182493cd6a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0e98d43cbb7b9c16e0800778c99f1b5a"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#a0e98d43cbb7b9c16e0800778c99f1b5a">init</a> ()</td></tr> <tr class="separator:a0e98d43cbb7b9c16e0800778c99f1b5a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad9716d658d7dae587409330a0569fc20"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#ad9716d658d7dae587409330a0569fc20">initMVCSettings</a> ()</td></tr> <tr class="separator:ad9716d658d7dae587409330a0569fc20"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1b36146d5f8844452c23816f031b4025"><td class="memItemLeft" align="right" valign="top">QTableView *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#a1b36146d5f8844452c23816f031b4025">getDataTableView</a> ()</td></tr> <tr class="separator:a1b36146d5f8844452c23816f031b4025"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a249cfa085d0f69ff67e563c711af35b1"><td class="memItemLeft" align="right" valign="top">QTableView *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#a249cfa085d0f69ff67e563c711af35b1">getUndockedDataTableView</a> ()</td></tr> <tr class="separator:a249cfa085d0f69ff67e563c711af35b1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a66e07bd374d99d8b8549e77a5ff459f6"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_raw_model.html">RawModel</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#a66e07bd374d99d8b8549e77a5ff459f6">getDataModel</a> ()</td></tr> <tr class="separator:a66e07bd374d99d8b8549e77a5ff459f6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa7cb600fcfe365a1d0cb17ac6da8bafd"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_raw_delegate.html">RawDelegate</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#aa7cb600fcfe365a1d0cb17ac6da8bafd">getDataDelegate</a> ()</td></tr> <tr class="separator:aa7cb600fcfe365a1d0cb17ac6da8bafd"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a91aa6823cadd36ef6f0ff5371236cf69"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#a91aa6823cadd36ef6f0ff5371236cf69">scaleData</a> (const QMap&lt; QString, double &gt; &amp;scaleMap)</td></tr> <tr class="separator:a91aa6823cadd36ef6f0ff5371236cf69"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acc36e8fd989f84b2e36b6059258323ea"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#acc36e8fd989f84b2e36b6059258323ea">updateDataTableViews</a> ()</td></tr> <tr class="separator:acc36e8fd989f84b2e36b6059258323ea"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab98c8c01831b9d372ef347d3221b8887"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#ab98c8c01831b9d372ef347d3221b8887">showSelectedChannelsOnly</a> (QStringList selectedChannels)</td></tr> <tr class="separator:ab98c8c01831b9d372ef347d3221b8887"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0d799fc08fcb0a95b0d5c3a1ec512b05"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#a0d799fc08fcb0a95b0d5c3a1ec512b05">changeRowHeight</a> (int height)</td></tr> <tr class="separator:a0d799fc08fcb0a95b0d5c3a1ec512b05"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3ca007aa0b66297ae414a40e3abd34cc"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#a3ca007aa0b66297ae414a40e3abd34cc">hideBadChannels</a> (bool hideChannels)</td></tr> <tr class="separator:a3ca007aa0b66297ae414a40e3abd34cc"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-slots"></a> Protected Slots</h2></td></tr> <tr class="memitem:ae2f98788564aa981fe4e686ea67f4d86"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#ae2f98788564aa981fe4e686ea67f4d86">customContextMenuRequested</a> (QPoint pos)</td></tr> <tr class="memdesc:ae2f98788564aa981fe4e686ea67f4d86"><td class="mdescLeft">&#160;</td><td class="mdescRight">customContextMenuRequested <a href="#ae2f98788564aa981fe4e686ea67f4d86">More...</a><br /></td></tr> <tr class="separator:ae2f98788564aa981fe4e686ea67f4d86"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a9eb0b76fcf2023aa3f4ad731af5ee1ab"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#a9eb0b76fcf2023aa3f4ad731af5ee1ab">setRangeSampleLabels</a> ()</td></tr> <tr class="separator:a9eb0b76fcf2023aa3f4ad731af5ee1ab"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a665a39ff82e29690e06d4d8ffac7a97c"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#a665a39ff82e29690e06d4d8ffac7a97c">setMarkerSampleLabel</a> ()</td></tr> <tr class="separator:a665a39ff82e29690e06d4d8ffac7a97c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7616420c97c712a65096667b240dbbb0"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#a7616420c97c712a65096667b240dbbb0">updateMarkerPosition</a> ()</td></tr> <tr class="separator:a7616420c97c712a65096667b240dbbb0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1993055b8b73608f6493cd64bf09a24f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html#a1993055b8b73608f6493cd64bf09a24f">highlightChannelsInSelectionManager</a> ()</td></tr> <tr class="separator:a1993055b8b73608f6493cd64bf09a24f"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>The <a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html" title="The DataWindow class provides the data dock window. ">DataWindow</a> class provides the data dock window. </p> <p>DECLARE CLASS <a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html" title="The DataWindow class provides the data dock window. ">DataWindow</a> </p> <p>Definition at line <a class="el" href="datawindow_8h_source.html#l00085">85</a> of file <a class="el" href="datawindow_8h_source.html">datawindow.h</a>.</p> </div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="aa4f27d2945b5cf6dd26e8b73bbc8aaa0"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">DataWindow::DataWindow </td> <td>(</td> <td class="paramtype">QWidget *&#160;</td> <td class="paramname"><em>parent</em> = <code>0</code></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Constructs a <a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html" title="The DataWindow class provides the data dock window. ">DataWindow</a> dialog which is a child of parent.</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramdir">[in]</td><td class="paramname">parent</td><td>pointer to parent widget; If parent is 0, the new <a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html" title="The DataWindow class provides the data dock window. ">DataWindow</a> becomes a window. If parent is another widget, <a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html" title="The DataWindow class provides the data dock window. ">DataWindow</a> becomes a child window inside parent. <a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html" title="The DataWindow class provides the data dock window. ">DataWindow</a> is deleted when its parent is deleted. </td></tr> </table> </dd> </dl> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00058">58</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <a class="anchor" id="a6e72c3705abc085d3d84cb182493cd6a"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">DataWindow::~DataWindow </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Destroys the <a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html" title="The DataWindow class provides the data dock window. ">DataWindow</a>. All <a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html" title="The DataWindow class provides the data dock window. ">DataWindow</a>'s children are deleted first. The application exits if <a class="el" href="class_m_n_e_browse_raw_qt_1_1_data_window.html" title="The DataWindow class provides the data dock window. ">DataWindow</a> is the main widget. </p> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00081">81</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a0d799fc08fcb0a95b0d5c3a1ec512b05"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void DataWindow::changeRowHeight </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>height</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Change the channel plot height in the data views to the double value heigt </p> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00165">165</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <a class="anchor" id="ae2f98788564aa981fe4e686ea67f4d86"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void DataWindow::customContextMenuRequested </td> <td>(</td> <td class="paramtype">QPoint&#160;</td> <td class="paramname"><em>pos</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span><span class="mlabel">slot</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>customContextMenuRequested </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">pos</td><td>is the position, where the right-click occurred </td></tr> </table> </dd> </dl> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00440">440</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <a class="anchor" id="aa7cb600fcfe365a1d0cb17ac6da8bafd"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_raw_delegate.html">RawDelegate</a> * DataWindow::getDataDelegate </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Returns the <a class="el" href="class_m_n_e_browse_raw_qt_1_1_raw_model.html">RawModel</a> of this window </p> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00115">115</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <a class="anchor" id="a66e07bd374d99d8b8549e77a5ff459f6"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="class_m_n_e_browse_raw_qt_1_1_raw_model.html">RawModel</a> * DataWindow::getDataModel </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Returns the <a class="el" href="class_m_n_e_browse_raw_qt_1_1_raw_model.html">RawModel</a> of this window </p> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00107">107</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <a class="anchor" id="a1b36146d5f8844452c23816f031b4025"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">QTableView * DataWindow::getDataTableView </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Returns the data QTableView of this window </p> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00099">99</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <a class="anchor" id="a249cfa085d0f69ff67e563c711af35b1"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">QTableView* MNEBrowseRawQt::DataWindow::getUndockedDataTableView </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Returns the undocked data QTableView of this window </p> </div> </div> <a class="anchor" id="a3ca007aa0b66297ae414a40e3abd34cc"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void DataWindow::hideBadChannels </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>hideChannels</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>hide all bad channels </p> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00176">176</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <a class="anchor" id="a1993055b8b73608f6493cd64bf09a24f"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void DataWindow::highlightChannelsInSelectionManager </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span><span class="mlabel">slot</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Highlights the current selected channels in the 2D plot of selection manager </p> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00613">613</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <a class="anchor" id="a0e98d43cbb7b9c16e0800778c99f1b5a"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void DataWindow::init </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Initialises this window. </p> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00089">89</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <a class="anchor" id="ad9716d658d7dae587409330a0569fc20"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void DataWindow::initMVCSettings </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Setup the model view controller of the data window </p> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00198">198</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <a class="anchor" id="ac6cbc1f8616432b1d88b74d5b19b391c"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void MNEBrowseRawQt::DataWindow::scaleChannels </td> <td>(</td> <td class="paramtype">double&#160;</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">signal</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>scaleChannels gets called whenever the user performed a scaling gesture (pinch) </p> </div> </div> <a class="anchor" id="a91aa6823cadd36ef6f0ff5371236cf69"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void DataWindow::scaleData </td> <td>(</td> <td class="paramtype">const QMap&lt; QString, double &gt; &amp;&#160;</td> <td class="paramname"><em>scaleMap</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Scales the data according to scaleMap</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramdir">[in]</td><td class="paramname">scaleMap</td><td>map with all channel types and their current scaling value </td></tr> </table> </dd> </dl> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00123">123</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <a class="anchor" id="a665a39ff82e29690e06d4d8ffac7a97c"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void DataWindow::setMarkerSampleLabel </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span><span class="mlabel">slot</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Set the sample labels of the data window </p> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00553">553</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <a class="anchor" id="a9eb0b76fcf2023aa3f4ad731af5ee1ab"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void DataWindow::setRangeSampleLabels </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span><span class="mlabel">slot</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Set the range sample labels of the data window </p> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00531">531</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <a class="anchor" id="ab98c8c01831b9d372ef347d3221b8887"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void DataWindow::showSelectedChannelsOnly </td> <td>(</td> <td class="paramtype">QStringList&#160;</td> <td class="paramname"><em>selectedChannels</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Only shows the channels defined in the QStringList selectedChannels</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramdir">[in]</td><td class="paramname">selectedChannels</td><td>list of all channel names which are currently selected in the selection manager. </td></tr> </table> </dd> </dl> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00140">140</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <a class="anchor" id="acc36e8fd989f84b2e36b6059258323ea"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void DataWindow::updateDataTableViews </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Updates the data table views </p> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00132">132</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <a class="anchor" id="a7616420c97c712a65096667b240dbbb0"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void DataWindow::updateMarkerPosition </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span><span class="mlabel">slot</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Updates the marker position </p> <p>Definition at line <a class="el" href="datawindow_8cpp_source.html#l00575">575</a> of file <a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following files:<ul> <li>D:/Users/Christoph/GitHub/mne-cpp/applications/mne_browse_raw_qt/Windows/<a class="el" href="datawindow_8h_source.html">datawindow.h</a></li> <li>D:/Users/Christoph/GitHub/mne-cpp/applications/mne_browse_raw_qt/Windows/<a class="el" href="datawindow_8cpp_source.html">datawindow.cpp</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Mar 27 2015 22:54:40 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/class_m_n_e_browse_raw_qt_1_1_data_window.html
HTML
bsd-3-clause
30,457
<!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_74) on Wed Sep 07 18:58:53 PDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class COSE.Recipient (com.augustcellars.cose:cose-java 0.9.1-snapshot API)</title> <meta name="date" content="2016-09-07"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class COSE.Recipient (com.augustcellars.cose:cose-java 0.9.1-snapshot API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../COSE/package-summary.html">Package</a></li> <li><a href="../../COSE/Recipient.html" title="class in COSE">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?COSE/class-use/Recipient.html" target="_top">Frames</a></li> <li><a href="Recipient.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 COSE.Recipient" class="title">Uses of Class<br>COSE.Recipient</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="COSE"> <!-- --> </a> <h3>Uses of <a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a> in <a href="../../COSE/package-summary.html">COSE</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../COSE/package-summary.html">COSE</a> with type parameters of type <a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">MACMessage.</span><code><span class="memberNameLink"><a href="../../COSE/MACMessage.html#recipientList">recipientList</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">EncryptMessage.</span><code><span class="memberNameLink"><a href="../../COSE/EncryptMessage.html#recipientList">recipientList</a></span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../COSE/package-summary.html">COSE</a> that return <a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a></code></td> <td class="colLast"><span class="typeNameLabel">Recipient.</span><code><span class="memberNameLink"><a href="../../COSE/Recipient.html#getRecipient-int-">getRecipient</a></span>(int&nbsp;iRecipient)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a></code></td> <td class="colLast"><span class="typeNameLabel">MACMessage.</span><code><span class="memberNameLink"><a href="../../COSE/MACMessage.html#getRecipient-int-">getRecipient</a></span>(int&nbsp;iRecipient)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a></code></td> <td class="colLast"><span class="typeNameLabel">EncryptMessage.</span><code><span class="memberNameLink"><a href="../../COSE/EncryptMessage.html#getRecipient-int-">getRecipient</a></span>(int&nbsp;iRecipient)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../COSE/package-summary.html">COSE</a> that return types with arguments of type <a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Recipient.</span><code><span class="memberNameLink"><a href="../../COSE/Recipient.html#getRecipientList--">getRecipientList</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">MACMessage.</span><code><span class="memberNameLink"><a href="../../COSE/MACMessage.html#getRecipientList--">getRecipientList</a></span>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">EncryptMessage.</span><code><span class="memberNameLink"><a href="../../COSE/EncryptMessage.html#getRecipientList--">getRecipientList</a></span>()</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../COSE/package-summary.html">COSE</a> with parameters of type <a href="../../COSE/Recipient.html" title="class in COSE">Recipient</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>void</code></td> <td class="colLast"><span class="typeNameLabel">Recipient.</span><code><span class="memberNameLink"><a href="../../COSE/Recipient.html#addRecipient-COSE.Recipient-">addRecipient</a></span>(<a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a>&nbsp;recipient)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">MACMessage.</span><code><span class="memberNameLink"><a href="../../COSE/MACMessage.html#addRecipient-COSE.Recipient-">addRecipient</a></span>(<a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a>&nbsp;recipient)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">EncryptMessage.</span><code><span class="memberNameLink"><a href="../../COSE/EncryptMessage.html#addRecipient-COSE.Recipient-">addRecipient</a></span>(<a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a>&nbsp;recipient)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><span class="typeNameLabel">Recipient.</span><code><span class="memberNameLink"><a href="../../COSE/Recipient.html#decrypt-COSE.AlgorithmID-COSE.Recipient-">decrypt</a></span>(<a href="../../COSE/AlgorithmID.html" title="enum in COSE">AlgorithmID</a>&nbsp;algCEK, <a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a>&nbsp;recip)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><span class="typeNameLabel">EncryptMessage.</span><code><span class="memberNameLink"><a href="../../COSE/EncryptMessage.html#decrypt-COSE.Recipient-">decrypt</a></span>(<a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a>&nbsp;whom)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="typeNameLabel">MACMessage.</span><code><span class="memberNameLink"><a href="../../COSE/MACMessage.html#Validate-COSE.Recipient-">Validate</a></span>(<a href="../../COSE/Recipient.html" title="class in COSE">Recipient</a>&nbsp;recipientToUse)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../COSE/package-summary.html">Package</a></li> <li><a href="../../COSE/Recipient.html" title="class in COSE">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?COSE/class-use/Recipient.html" target="_top">Frames</a></li> <li><a href="Recipient.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2016. All rights reserved.</small></p> </body> </html>
cose-wg/COSE-JAVA
docs/COSE/class-use/Recipient.html
HTML
bsd-3-clause
12,261
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="ApiGen 2.8.0" /> <title>Class BaseX\Iterator\ArrayWrapper | basex-php</title> <script type="text/javascript" src="resources/combined.js?394153670"></script> <script type="text/javascript" src="elementlist.js?2248114710"></script> <link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" /> </head> <body> <div id="left"> <div id="menu"> <a href="index.html" title="Overview"><span>Overview</span></a> <div id="groups"> <h3>Namespaces</h3> <ul> <li class="active"><a href="namespace-BaseX.html">BaseX<span></span></a> <ul> <li><a href="namespace-BaseX.Database.html">Database<span></span></a> <ul> <li><a href="namespace-BaseX.Database.Importer.html">Importer</a> </li> </ul></li> <li><a href="namespace-BaseX.Dav.html">Dav<span></span></a> <ul> <li><a href="namespace-BaseX.Dav.Iterator.html">Iterator</a> </li> <li><a href="namespace-BaseX.Dav.Locks.html">Locks</a> </li> </ul></li> <li><a href="namespace-BaseX.Error.html">Error</a> </li> <li class="active"><a href="namespace-BaseX.Iterator.html">Iterator</a> </li> <li><a href="namespace-BaseX.PHPUnit.html">PHPUnit</a> </li> <li><a href="namespace-BaseX.Query.html">Query</a> </li> <li><a href="namespace-BaseX.Resource.html">Resource<span></span></a> <ul> <li><a href="namespace-BaseX.Resource.Iterator.html">Iterator</a> </li> </ul></li> <li><a href="namespace-BaseX.Session.html">Session</a> </li> <li><a href="namespace-BaseX.Silex.html">Silex</a> </li> <li><a href="namespace-BaseX.Symfony.html">Symfony<span></span></a> <ul> <li><a href="namespace-BaseX.Symfony.Security.html">Security</a> </li> </ul></li></ul></li> <li><a href="namespace-PHP.html">PHP</a> </li> </ul> </div> <hr /> <div id="elements"> <h3>Classes</h3> <ul> <li class="active"><a href="class-BaseX.Iterator.ArrayWrapper.html">ArrayWrapper</a></li> <li><a href="class-BaseX.Iterator.CallbackParser.html">CallbackParser</a></li> <li><a href="class-BaseX.Iterator.CSVParser.html">CSVParser</a></li> <li><a href="class-BaseX.Iterator.DateTimeParser.html">DateTimeParser</a></li> <li><a href="class-BaseX.Iterator.GrepFilter.html">GrepFilter</a></li> <li><a href="class-BaseX.Iterator.JSONParser.html">JSONParser</a></li> <li><a href="class-BaseX.Iterator.ObjectParser.html">ObjectParser</a></li> <li><a href="class-BaseX.Iterator.RegexParser.html">RegexParser</a></li> <li><a href="class-BaseX.Iterator.Reverse.html">Reverse</a></li> <li><a href="class-BaseX.Iterator.SimpleXMLParser.html">SimpleXMLParser</a></li> <li><a href="class-BaseX.Iterator.Sort.html">Sort</a></li> </ul> </div> </div> </div> <div id="splitter"></div> <div id="right"> <div id="rightInner"> <form id="search"> <input type="hidden" name="cx" value="" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" class="text" /> <input type="submit" value="Search" /> </form> <div id="navigation"> <ul> <li> <a href="index.html" title="Overview"><span>Overview</span></a> </li> <li> <a href="namespace-BaseX.Iterator.html" title="Summary of BaseX\Iterator"><span>Namespace</span></a> </li> <li class="active"> <span>Class</span> </li> </ul> <ul> <li> <a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a> </li> <li> <a href="todo.html" title="Todo list"><span>Todo</span></a> </li> </ul> <ul> </ul> </div> <div id="content" class="class"> <h1>Class ArrayWrapper</h1> <div class="description"> <p>Wrapper for arrays adding extra functionality</p> </div> <dl class="tree"> <dd style="padding-left:0px"> <b><span>BaseX\Iterator\ArrayWrapper</span></b> implements <a href="class-IteratorAggregate.html"><span>IteratorAggregate</span></a>, <a href="class-ArrayAccess.html"><span>ArrayAccess</span></a>, <a href="class-Countable.html"><span>Countable</span></a> </dd> </dl> <div> <h4>Direct known subclasses</h4> <a href="class-BaseX.Query.QueryResults.html">BaseX\Query\QueryResults</a>, <a href="class-BaseX.Resource.Iterator.Resources.html">BaseX\Resource\Iterator\Resources</a> </div> <div> <h4>Indirect known subclasses</h4> <a href="class-BaseX.Dav.Iterator.Nodes.html">BaseX\Dav\Iterator\Nodes</a> </div> <div class="info"> <b>Abstract</b><br /> <b>Namespace:</b> <a href="namespace-BaseX.html">BaseX</a>\<a href="namespace-BaseX.Iterator.html">Iterator</a><br /> <b>Author:</b> alxarch<br /> <b>Located at</b> <a href="source-class-BaseX.Iterator.ArrayWrapper.html#25-287" title="Go to source code">src/BaseX/Iterator/ArrayWrapper.php</a><br /> </div> <table class="summary" id="methods"> <caption>Methods summary</caption> <tr data-order="__construct" id="___construct"> <td class="attributes"><code> public </code> </td> <td class="name"><div> <a class="anchor" href="#___construct">#</a> <code><a href="source-class-BaseX.Iterator.ArrayWrapper.html#45-63" title="Go to source code">__construct</a>( <span>mixed <var>$array</var> = <span class="php-keyword1">null</span></span> )</code> <div class="description short"> <p>Constructor.</p> </div> <div class="description detailed hidden"> <p>Constructor.</p> <p>Initial array can be either</p> <ul> <li>an ArrayIterator or</li> <li>any type convertable to an ArrayIterator</li> </ul> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$array</var></dt> <dd><code>mixed</code><br>$array</dd> </dl></div> </div> </div></td> </tr> <tr data-order="processIterator" id="_processIterator"> <td class="attributes"><code> protected <code><a href="class-Traversable.html">Traversable</a></code> </code> </td> <td class="name"><div> <a class="anchor" href="#_processIterator">#</a> <code><a href="source-class-BaseX.Iterator.ArrayWrapper.html#65-100" title="Go to source code">processIterator</a>( )</code> <div class="description short"> <p>Applies all process instructions to the base array iterator/</p> </div> <div class="description detailed hidden"> <p>Applies all process instructions to the base array iterator/</p> <h4>Returns</h4> <div class="list"> <code><code><a href="class-Traversable.html">Traversable</a></code></code><br /> </div> </div> </div></td> </tr> <tr data-order="getIterator" id="_getIterator"> <td class="attributes"><code> public <code><a href="class-ArrayIterator.html">ArrayIterator</a></code> </code> </td> <td class="name"><div> <a class="anchor" href="#_getIterator">#</a> <code><a href="source-class-BaseX.Iterator.ArrayWrapper.html#102-127" title="Go to source code">getIterator</a>( )</code> <div class="description short"> </div> <div class="description detailed hidden"> <p>Returns an iterator according to current process instructions.</p> <p>Order of application is:</p> <ul> <li>grep</li> <li>filter</li> <li>map</li> <li>sort</li> <li>reverse</li> </ul> <h4>Returns</h4> <div class="list"> <code><code><a href="class-ArrayIterator.html">ArrayIterator</a></code></code><br /> </div> <h4>Implementation of</h4> <div class="list"><code><a href="class-IteratorAggregate.html#_getIterator">IteratorAggregate::getIterator()</a></code></div> </div> </div></td> </tr> <tr data-order="getFirst" id="_getFirst"> <td class="attributes"><code> public mixed </code> </td> <td class="name"><div> <a class="anchor" href="#_getFirst">#</a> <code><a href="source-class-BaseX.Iterator.ArrayWrapper.html#129-137" title="Go to source code">getFirst</a>( )</code> <div class="description short"> <p>Gets the first element of the processed array.</p> </div> <div class="description detailed hidden"> <p>Gets the first element of the processed array.</p> <h4>Returns</h4> <div class="list"> <code>mixed</code><br /> </div> </div> </div></td> </tr> <tr data-order="getLast" id="_getLast"> <td class="attributes"><code> public mixed </code> </td> <td class="name"><div> <a class="anchor" href="#_getLast">#</a> <code><a href="source-class-BaseX.Iterator.ArrayWrapper.html#139-148" title="Go to source code">getLast</a>( )</code> <div class="description short"> <p>Gets the last element of the processed array.</p> </div> <div class="description detailed hidden"> <p>Gets the last element of the processed array.</p> <h4>Returns</h4> <div class="list"> <code>mixed</code><br /> </div> </div> </div></td> </tr> <tr data-order="getSingle" id="_getSingle"> <td class="attributes"><code> public mixed </code> </td> <td class="name"><div> <a class="anchor" href="#_getSingle">#</a> <code><a href="source-class-BaseX.Iterator.ArrayWrapper.html#150-160" title="Go to source code">getSingle</a>( )</code> <div class="description short"> <p>Gets the only element of the processed array.</p> </div> <div class="description detailed hidden"> <p>Gets the only element of the processed array.</p> <p>If the array has more than one elements it returns null</p> <h4>Returns</h4> <div class="list"> <code>mixed</code><br /> </div> </div> </div></td> </tr> <tr data-order="sort" id="_sort"> <td class="attributes"><code> public <code><a href="class-BaseX.Iterator.ArrayWrapper.html">BaseX\Iterator\ArrayWrapper</a></code> </code> </td> <td class="name"><div> <a class="anchor" href="#_sort">#</a> <code><a href="source-class-BaseX.Iterator.ArrayWrapper.html#162-173" title="Go to source code">sort</a>( <span>callable <var>$callback</var></span> )</code> <div class="description short"> <p>Sort this array with a callable.</p> </div> <div class="description detailed hidden"> <p>Sort this array with a callable.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$callback</var></dt> <dd><code>callable</code><br>$callback</dd> </dl></div> <h4>Returns</h4> <div class="list"> <code><code><a href="class-BaseX.Iterator.ArrayWrapper.html">BaseX\Iterator\ArrayWrapper</a></code></code><br /> </div> <h4>See</h4> <div class="list"> usort()<br /> </div> </div> </div></td> </tr> <tr data-order="filter" id="_filter"> <td class="attributes"><code> public <code><a href="class-BaseX.Iterator.ArrayWrapper.html">BaseX\Iterator\ArrayWrapper</a></code> </code> </td> <td class="name"><div> <a class="anchor" href="#_filter">#</a> <code><a href="source-class-BaseX.Iterator.ArrayWrapper.html#175-188" title="Go to source code">filter</a>( <span>callable <var>$callback</var></span> )</code> <div class="description short"> <p>Filters this array with a callable.</p> </div> <div class="description detailed hidden"> <p>Filters this array with a callable.</p> <p>The callable must accept a single item as parameter and return true/false.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$callback</var></dt> <dd><code>callable</code><br>$callback</dd> </dl></div> <h4>Returns</h4> <div class="list"> <code><code><a href="class-BaseX.Iterator.ArrayWrapper.html">BaseX\Iterator\ArrayWrapper</a></code></code><br /> </div> </div> </div></td> </tr> <tr data-order="map" id="_map"> <td class="attributes"><code> public <code><a href="class-BaseX.Iterator.ArrayWrapper.html">BaseX\Iterator\ArrayWrapper</a></code> </code> </td> <td class="name"><div> <a class="anchor" href="#_map">#</a> <code><a href="source-class-BaseX.Iterator.ArrayWrapper.html#190-200" title="Go to source code">map</a>( <span>callable <var>$callback</var></span> )</code> <div class="description short"> <p>Convert each element of the array using a callable.</p> </div> <div class="description detailed hidden"> <p>Convert each element of the array using a callable.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$callback</var></dt> <dd><code>callable</code><br>$callback</dd> </dl></div> <h4>Returns</h4> <div class="list"> <code><code><a href="class-BaseX.Iterator.ArrayWrapper.html">BaseX\Iterator\ArrayWrapper</a></code></code><br /> </div> </div> </div></td> </tr> <tr data-order="grep" id="_grep"> <td class="attributes"><code> public <code><a href="class-BaseX.Iterator.ArrayWrapper.html">BaseX\Iterator\ArrayWrapper</a></code> </code> </td> <td class="name"><div> <a class="anchor" href="#_grep">#</a> <code><a href="source-class-BaseX.Iterator.ArrayWrapper.html#202-213" title="Go to source code">grep</a>( <span>string <var>$pattern</var></span> )</code> <div class="description short"> <p>Filter the input array using a regular expression.</p> </div> <div class="description detailed hidden"> <p>Filter the input array using a regular expression.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$pattern</var></dt> <dd><code>string</code><br>$pattern</dd> </dl></div> <h4>Returns</h4> <div class="list"> <code><code><a href="class-BaseX.Iterator.ArrayWrapper.html">BaseX\Iterator\ArrayWrapper</a></code></code><br /> </div> </div> </div></td> </tr> <tr data-order="reverse" id="_reverse"> <td class="attributes"><code> public <code><a href="class-BaseX.Iterator.ArrayWrapper.html">BaseX\Iterator\ArrayWrapper</a></code> </code> </td> <td class="name"><div> <a class="anchor" href="#_reverse">#</a> <code><a href="source-class-BaseX.Iterator.ArrayWrapper.html#215-224" title="Go to source code">reverse</a>( )</code> <div class="description short"> <p>Reverse the input array.</p> </div> <div class="description detailed hidden"> <p>Reverse the input array.</p> <h4>Returns</h4> <div class="list"> <code><code><a href="class-BaseX.Iterator.ArrayWrapper.html">BaseX\Iterator\ArrayWrapper</a></code></code><br /> </div> </div> </div></td> </tr> <tr data-order="count" id="_count"> <td class="attributes"><code> public integer </code> </td> <td class="name"><div> <a class="anchor" href="#_count">#</a> <code><a href="source-class-BaseX.Iterator.ArrayWrapper.html#226-239" title="Go to source code">count</a>( )</code> <div class="description short"> <p>Count the items in the processed array.</p> </div> <div class="description detailed hidden"> <p>Count the items in the processed array.</p> <h4>Returns</h4> <div class="list"> <code>integer</code><br /> </div> <h4>Implementation of</h4> <div class="list"><code><a href="class-Countable.html#_count">Countable::count()</a></code></div> </div> </div></td> </tr> <tr data-order="offsetExists" id="_offsetExists"> <td class="attributes"><code> public boolean </code> </td> <td class="name"><div> <a class="anchor" href="#_offsetExists">#</a> <code><a href="source-class-BaseX.Iterator.ArrayWrapper.html#241-252" title="Go to source code">offsetExists</a>( <span>integer <var>$offset</var></span> )</code> <div class="description short"> <p>Verify offset exists in the processed array.</p> </div> <div class="description detailed hidden"> <p>Verify offset exists in the processed array.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$offset</var></dt> <dd><code>integer</code><br>$offset</dd> </dl></div> <h4>Returns</h4> <div class="list"> <code>boolean</code><br /> </div> <h4>Implementation of</h4> <div class="list"><code><a href="class-ArrayAccess.html#_offsetExists">ArrayAccess::offsetExists()</a></code></div> </div> </div></td> </tr> <tr data-order="offsetGet" id="_offsetGet"> <td class="attributes"><code> public mixed </code> </td> <td class="name"><div> <a class="anchor" href="#_offsetGet">#</a> <code><a href="source-class-BaseX.Iterator.ArrayWrapper.html#253-262" title="Go to source code">offsetGet</a>( <span>integer <var>$offset</var></span> )</code> <div class="description short"> <p>Fet a single element from the processed array at a specified offset.</p> </div> <div class="description detailed hidden"> <p>Fet a single element from the processed array at a specified offset.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$offset</var></dt> <dd><code>integer</code><br>$offset</dd> </dl></div> <h4>Returns</h4> <div class="list"> <code>mixed</code><br /> </div> <h4>Implementation of</h4> <div class="list"><code><a href="class-ArrayAccess.html#_offsetGet">ArrayAccess::offsetGet()</a></code></div> </div> </div></td> </tr> <tr data-order="offsetSet" id="_offsetSet"> <td class="attributes"><code> public </code> </td> <td class="name"><div> <a class="anchor" href="#_offsetSet">#</a> <code><a href="source-class-BaseX.Iterator.ArrayWrapper.html#264-274" title="Go to source code">offsetSet</a>( <span>mixed <var>$offset</var></span>, <span>mixed <var>$value</var></span> )</code> <div class="description short"> <p>Not implemented. ArrayWrapper is read only.</p> </div> <div class="description detailed hidden"> <p>Not implemented. ArrayWrapper is read only.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$offset</var></dt> <dd><code>mixed</code><br>$offset</dd> <dt><var>$value</var></dt> <dd><code>mixed</code><br>$value</dd> </dl></div> <h4>Throws</h4> <div class="list"> <code><code><a href="class-Exception.html">Exception</a></code></code><br /> </div> <h4>Implementation of</h4> <div class="list"><code><a href="class-ArrayAccess.html#_offsetSet">ArrayAccess::offsetSet()</a></code></div> </div> </div></td> </tr> <tr data-order="offsetUnset" id="_offsetUnset"> <td class="attributes"><code> public </code> </td> <td class="name"><div> <a class="anchor" href="#_offsetUnset">#</a> <code><a href="source-class-BaseX.Iterator.ArrayWrapper.html#276-285" title="Go to source code">offsetUnset</a>( <span>mixed <var>$offset</var></span> )</code> <div class="description short"> <p>Not implemented. ArrayWrapper is read only.</p> </div> <div class="description detailed hidden"> <p>Not implemented. ArrayWrapper is read only.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$offset</var></dt> <dd><code>mixed</code><br>$offset</dd> </dl></div> <h4>Throws</h4> <div class="list"> <code><code><a href="class-Exception.html">Exception</a></code></code><br /> </div> <h4>Implementation of</h4> <div class="list"><code><a href="class-ArrayAccess.html#_offsetUnset">ArrayAccess::offsetUnset()</a></code></div> </div> </div></td> </tr> </table> <table class="summary" id="properties"> <caption>Properties summary</caption> <tr data-order="iterator" id="$iterator"> <td class="attributes"><code> protected <code><a href="class-ArrayIterator.html">ArrayIterator</a></code> </code></td> <td class="name"> <a href="source-class-BaseX.Iterator.ArrayWrapper.html#33-37" title="Go to source code"><var>$iterator</var></a> </td> <td class="value"><code></code></td> <td class="description"><div> <a href="#$iterator" class="anchor">#</a> <div class="description short"> </div> <div class="description detailed hidden"> </div> </div></td> </tr> <tr data-order="reverse" id="$reverse"> <td class="attributes"><code> protected boolean </code></td> <td class="name"> <a href="source-class-BaseX.Iterator.ArrayWrapper.html#38" title="Go to source code"><var>$reverse</var></a> </td> <td class="value"><code><span class="php-keyword1">false</span></code></td> <td class="description"><div> <a href="#$reverse" class="anchor">#</a> <div class="description short"> </div> <div class="description detailed hidden"> </div> </div></td> </tr> <tr data-order="callback" id="$callback"> <td class="attributes"><code> protected mixed </code></td> <td class="name"> <a href="source-class-BaseX.Iterator.ArrayWrapper.html#39" title="Go to source code"><var>$callback</var></a> </td> <td class="value"><code></code></td> <td class="description"><div> <a href="#$callback" class="anchor">#</a> <div class="description short"> </div> <div class="description detailed hidden"> </div> </div></td> </tr> <tr data-order="filter" id="$filter"> <td class="attributes"><code> protected mixed </code></td> <td class="name"> <a href="source-class-BaseX.Iterator.ArrayWrapper.html#40" title="Go to source code"><var>$filter</var></a> </td> <td class="value"><code></code></td> <td class="description"><div> <a href="#$filter" class="anchor">#</a> <div class="description short"> </div> <div class="description detailed hidden"> </div> </div></td> </tr> <tr data-order="grep" id="$grep"> <td class="attributes"><code> protected mixed </code></td> <td class="name"> <a href="source-class-BaseX.Iterator.ArrayWrapper.html#41" title="Go to source code"><var>$grep</var></a> </td> <td class="value"><code></code></td> <td class="description"><div> <a href="#$grep" class="anchor">#</a> <div class="description short"> </div> <div class="description detailed hidden"> </div> </div></td> </tr> <tr data-order="sort" id="$sort"> <td class="attributes"><code> protected mixed </code></td> <td class="name"> <a href="source-class-BaseX.Iterator.ArrayWrapper.html#42" title="Go to source code"><var>$sort</var></a> </td> <td class="value"><code></code></td> <td class="description"><div> <a href="#$sort" class="anchor">#</a> <div class="description short"> </div> <div class="description detailed hidden"> </div> </div></td> </tr> <tr data-order="total" id="$total"> <td class="attributes"><code> protected mixed </code></td> <td class="name"> <a href="source-class-BaseX.Iterator.ArrayWrapper.html#43" title="Go to source code"><var>$total</var></a> </td> <td class="value"><code></code></td> <td class="description"><div> <a href="#$total" class="anchor">#</a> <div class="description short"> </div> <div class="description detailed hidden"> </div> </div></td> </tr> </table> </div> <div id="footer"> basex-php API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a> </div> </div> </div> </body> </html>
alxarch/basex-php
docs/class-BaseX.Iterator.ArrayWrapper.html
HTML
bsd-3-clause
23,427
<!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>Performance 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 Performance class from the polymer_app_layout 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/polymer_app_layout-library.html">polymer_app_layout</a></li> <li class="self-crumb">Performance</li> </ol> <div class="self-name">Performance</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 class="self-crumb">Performance</li> </ol> <div class="title-description"> <h1 class="title"> <div class="kind">class</div> Performance </h1> <!-- p class="subtitle"> </p --> </div> <ul class="subnav"> <li><a href="polymer_app_layout/Performance-class.html#constants">Constants</a></li> <li><a href="polymer_app_layout/Performance-class.html#static-properties">Static Properties</a></li> <li><a href="polymer_app_layout/Performance-class.html#instance-properties">Properties</a></li> <li><a href="polymer_app_layout/Performance-class.html#instance-methods">Methods</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/polymer_app_layout-library.html">polymer_app_layout</a></h5> <ol> <li class="section-title"><a href="polymer_app_layout/polymer_app_layout-library.html#typedefs">Typedefs</a></li> <li><a href="polymer_app_layout/DatabaseCallback.html">DatabaseCallback</a></li> <li><a href="polymer_app_layout/EventListener.html">EventListener</a></li> <li><a href="polymer_app_layout/FontFaceSetForEachCallback.html">FontFaceSetForEachCallback</a></li> <li><a href="polymer_app_layout/HeadersForEachCallback.html">HeadersForEachCallback</a></li> <li><a href="polymer_app_layout/MediaDeviceInfoCallback.html">MediaDeviceInfoCallback</a></li> <li><a href="polymer_app_layout/MediaStreamTrackSourcesCallback.html">MediaStreamTrackSourcesCallback</a></li> <li><a href="polymer_app_layout/MetadataCallback.html">MetadataCallback</a></li> <li><a href="polymer_app_layout/MidiErrorCallback.html">MidiErrorCallback</a></li> <li><a href="polymer_app_layout/MidiSuccessCallback.html">MidiSuccessCallback</a></li> <li><a href="polymer_app_layout/MutationCallback.html">MutationCallback</a></li> <li><a href="polymer_app_layout/RequestAnimationFrameCallback.html">RequestAnimationFrameCallback</a></li> <li><a href="polymer_app_layout/RtcStatsCallback.html">RtcStatsCallback</a></li> <li><a href="polymer_app_layout/StorageErrorCallback.html">StorageErrorCallback</a></li> <li><a href="polymer_app_layout/StorageQuotaCallback.html">StorageQuotaCallback</a></li> <li><a href="polymer_app_layout/StorageUsageCallback.html">StorageUsageCallback</a></li> <li><a href="polymer_app_layout/TimeoutHandler.html">TimeoutHandler</a></li> <li><a href="polymer_app_layout/VoidCallback.html">VoidCallback</a></li> <li class="section-title"><a href="polymer_app_layout/polymer_app_layout-library.html#properties">Properties</a></li> <li><a href="polymer_app_layout/document.html">document</a></li> <li><a href="polymer_app_layout/htmlBlinkMap.html">htmlBlinkMap</a></li> <li><a href="polymer_app_layout/window.html">window</a></li> <li class="section-title"><a href="polymer_app_layout/polymer_app_layout-library.html#functions">Functions</a></li> <li><a href="polymer_app_layout/make_dart_rectangle.html">make_dart_rectangle</a></li> <li><a href="polymer_app_layout/query.html">query</a></li> <li><a href="polymer_app_layout/queryAll.html">queryAll</a></li> <li><a href="polymer_app_layout/querySelector.html">querySelector</a></li> <li><a href="polymer_app_layout/querySelectorAll.html">querySelectorAll</a></li> <li><a href="polymer_app_layout/spawnDomUri.html">spawnDomUri</a></li> <li><a href="polymer_app_layout/unwrap_jso.html">unwrap_jso</a></li> <li><a href="polymer_app_layout/wrap_jso.html">wrap_jso</a></li> <li><a href="polymer_app_layout/wrap_jso_list.html">wrap_jso_list</a></li> <li class="section-title"><a href="polymer_app_layout/polymer_app_layout-library.html#classes">Classes</a></li> <li><a href="polymer_app_layout/AbstractWorker-class.html">AbstractWorker</a></li> <li><a href="polymer_app_layout/AnchorElement-class.html">AnchorElement</a></li> <li><a href="polymer_app_layout/Animation-class.html">Animation</a></li> <li><a href="polymer_app_layout/AnimationEffect-class.html">AnimationEffect</a></li> <li><a href="polymer_app_layout/AnimationEvent-class.html">AnimationEvent</a></li> <li><a href="polymer_app_layout/AnimationNode-class.html">AnimationNode</a></li> <li><a href="polymer_app_layout/AnimationPlayer-class.html">AnimationPlayer</a></li> <li><a href="polymer_app_layout/AnimationPlayerEvent-class.html">AnimationPlayerEvent</a></li> <li><a href="polymer_app_layout/AnimationTimeline-class.html">AnimationTimeline</a></li> <li><a href="polymer_app_layout/ApplicationCache-class.html">ApplicationCache</a></li> <li><a href="polymer_app_layout/ApplicationCacheErrorEvent-class.html">ApplicationCacheErrorEvent</a></li> <li><a href="polymer_app_layout/AppPage-class.html">AppPage</a></li> <li><a href="polymer_app_layout/AreaElement-class.html">AreaElement</a></li> <li><a href="polymer_app_layout/AudioElement-class.html">AudioElement</a></li> <li><a href="polymer_app_layout/AudioTrack-class.html">AudioTrack</a></li> <li><a href="polymer_app_layout/AudioTrackList-class.html">AudioTrackList</a></li> <li><a href="polymer_app_layout/AutocompleteErrorEvent-class.html">AutocompleteErrorEvent</a></li> <li><a href="polymer_app_layout/BarProp-class.html">BarProp</a></li> <li><a href="polymer_app_layout/BaseElement-class.html">BaseElement</a></li> <li><a href="polymer_app_layout/BatteryManager-class.html">BatteryManager</a></li> <li><a href="polymer_app_layout/BeforeUnloadEvent-class.html">BeforeUnloadEvent</a></li> <li><a href="polymer_app_layout/Blob-class.html">Blob</a></li> <li><a href="polymer_app_layout/Body-class.html">Body</a></li> <li><a href="polymer_app_layout/BodyElement-class.html">BodyElement</a></li> <li><a href="polymer_app_layout/BRElement-class.html">BRElement</a></li> <li><a href="polymer_app_layout/ButtonElement-class.html">ButtonElement</a></li> <li><a href="polymer_app_layout/ButtonInputElement-class.html">ButtonInputElement</a></li> <li><a href="polymer_app_layout/CacheStorage-class.html">CacheStorage</a></li> <li><a href="polymer_app_layout/Canvas2DContextAttributes-class.html">Canvas2DContextAttributes</a></li> <li><a href="polymer_app_layout/CanvasElement-class.html">CanvasElement</a></li> <li><a href="polymer_app_layout/CanvasGradient-class.html">CanvasGradient</a></li> <li><a href="polymer_app_layout/CanvasImageSource-class.html">CanvasImageSource</a></li> <li><a href="polymer_app_layout/CanvasPattern-class.html">CanvasPattern</a></li> <li><a href="polymer_app_layout/CanvasRenderingContext-class.html">CanvasRenderingContext</a></li> <li><a href="polymer_app_layout/CanvasRenderingContext2D-class.html">CanvasRenderingContext2D</a></li> <li><a href="polymer_app_layout/CDataSection-class.html">CDataSection</a></li> <li><a href="polymer_app_layout/CharacterData-class.html">CharacterData</a></li> <li><a href="polymer_app_layout/CheckboxInputElement-class.html">CheckboxInputElement</a></li> <li><a href="polymer_app_layout/ChildNode-class.html">ChildNode</a></li> <li><a href="polymer_app_layout/CircularGeofencingRegion-class.html">CircularGeofencingRegion</a></li> <li><a href="polymer_app_layout/CloseEvent-class.html">CloseEvent</a></li> <li><a href="polymer_app_layout/Comment-class.html">Comment</a></li> <li><a href="polymer_app_layout/CompositionEvent-class.html">CompositionEvent</a></li> <li><a href="polymer_app_layout/Console-class.html">Console</a></li> <li><a href="polymer_app_layout/ConsoleBase-class.html">ConsoleBase</a></li> <li><a href="polymer_app_layout/ContentElement-class.html">ContentElement</a></li> <li><a href="polymer_app_layout/Coordinates-class.html">Coordinates</a></li> <li><a href="polymer_app_layout/Credential-class.html">Credential</a></li> <li><a href="polymer_app_layout/CredentialsContainer-class.html">CredentialsContainer</a></li> <li><a href="polymer_app_layout/Crypto-class.html">Crypto</a></li> <li><a href="polymer_app_layout/CryptoKey-class.html">CryptoKey</a></li> <li><a href="polymer_app_layout/Css-class.html">Css</a></li> <li><a href="polymer_app_layout/CssCharsetRule-class.html">CssCharsetRule</a></li> <li><a href="polymer_app_layout/CssClassSet-class.html">CssClassSet</a></li> <li><a href="polymer_app_layout/CssFilterRule-class.html">CssFilterRule</a></li> <li><a href="polymer_app_layout/CssFontFaceRule-class.html">CssFontFaceRule</a></li> <li><a href="polymer_app_layout/CssImportRule-class.html">CssImportRule</a></li> <li><a href="polymer_app_layout/CssKeyframeRule-class.html">CssKeyframeRule</a></li> <li><a href="polymer_app_layout/CssKeyframesRule-class.html">CssKeyframesRule</a></li> <li><a href="polymer_app_layout/CssMediaRule-class.html">CssMediaRule</a></li> <li><a href="polymer_app_layout/CssPageRule-class.html">CssPageRule</a></li> <li><a href="polymer_app_layout/CssRect-class.html">CssRect</a></li> <li><a href="polymer_app_layout/CssRule-class.html">CssRule</a></li> <li><a href="polymer_app_layout/CssStyleDeclaration-class.html">CssStyleDeclaration</a></li> <li><a href="polymer_app_layout/CssStyleDeclarationBase-class.html">CssStyleDeclarationBase</a></li> <li><a href="polymer_app_layout/CssStyleRule-class.html">CssStyleRule</a></li> <li><a href="polymer_app_layout/CssStyleSheet-class.html">CssStyleSheet</a></li> <li><a href="polymer_app_layout/CssSupportsRule-class.html">CssSupportsRule</a></li> <li><a href="polymer_app_layout/CssViewportRule-class.html">CssViewportRule</a></li> <li><a href="polymer_app_layout/CustomEvent-class.html">CustomEvent</a></li> <li><a href="polymer_app_layout/CustomStream-class.html">CustomStream</a></li> <li><a href="polymer_app_layout/DataListElement-class.html">DataListElement</a></li> <li><a href="polymer_app_layout/DataTransfer-class.html">DataTransfer</a></li> <li><a href="polymer_app_layout/DataTransferItem-class.html">DataTransferItem</a></li> <li><a href="polymer_app_layout/DataTransferItemList-class.html">DataTransferItemList</a></li> <li><a href="polymer_app_layout/DateInputElement-class.html">DateInputElement</a></li> <li><a href="polymer_app_layout/DedicatedWorkerGlobalScope-class.html">DedicatedWorkerGlobalScope</a></li> <li><a href="polymer_app_layout/DeprecatedStorageInfo-class.html">DeprecatedStorageInfo</a></li> <li><a href="polymer_app_layout/DeprecatedStorageQuota-class.html">DeprecatedStorageQuota</a></li> <li><a href="polymer_app_layout/DetailsElement-class.html">DetailsElement</a></li> <li><a href="polymer_app_layout/DeviceAcceleration-class.html">DeviceAcceleration</a></li> <li><a href="polymer_app_layout/DeviceLightEvent-class.html">DeviceLightEvent</a></li> <li><a href="polymer_app_layout/DeviceMotionEvent-class.html">DeviceMotionEvent</a></li> <li><a href="polymer_app_layout/DeviceOrientationEvent-class.html">DeviceOrientationEvent</a></li> <li><a href="polymer_app_layout/DeviceRotationRate-class.html">DeviceRotationRate</a></li> <li><a href="polymer_app_layout/DialogElement-class.html">DialogElement</a></li> <li><a href="polymer_app_layout/Dimension-class.html">Dimension</a></li> <li><a href="polymer_app_layout/DirectoryEntry-class.html">DirectoryEntry</a></li> <li><a href="polymer_app_layout/DirectoryReader-class.html">DirectoryReader</a></li> <li><a href="polymer_app_layout/DivElement-class.html">DivElement</a></li> <li><a href="polymer_app_layout/DListElement-class.html">DListElement</a></li> <li><a href="polymer_app_layout/Document-class.html">Document</a></li> <li><a href="polymer_app_layout/DocumentFragment-class.html">DocumentFragment</a></li> <li><a href="polymer_app_layout/DomError-class.html">DomError</a></li> <li><a href="polymer_app_layout/DomException-class.html">DomException</a></li> <li><a href="polymer_app_layout/DomImplementation-class.html">DomImplementation</a></li> <li><a href="polymer_app_layout/DomIterator-class.html">DomIterator</a></li> <li><a href="polymer_app_layout/DomMatrix-class.html">DomMatrix</a></li> <li><a href="polymer_app_layout/DomMatrixReadOnly-class.html">DomMatrixReadOnly</a></li> <li><a href="polymer_app_layout/DomParser-class.html">DomParser</a></li> <li><a href="polymer_app_layout/DomPoint-class.html">DomPoint</a></li> <li><a href="polymer_app_layout/DomPointReadOnly-class.html">DomPointReadOnly</a></li> <li><a href="polymer_app_layout/DomRectReadOnly-class.html">DomRectReadOnly</a></li> <li><a href="polymer_app_layout/DomSettableTokenList-class.html">DomSettableTokenList</a></li> <li><a href="polymer_app_layout/DomStringList-class.html">DomStringList</a></li> <li><a href="polymer_app_layout/DomStringMap-class.html">DomStringMap</a></li> <li><a href="polymer_app_layout/DomTokenList-class.html">DomTokenList</a></li> <li><a href="polymer_app_layout/Element-class.html">Element</a></li> <li><a href="polymer_app_layout/ElementEvents-class.html">ElementEvents</a></li> <li><a href="polymer_app_layout/ElementList-class.html">ElementList</a></li> <li><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a></li> <li><a href="polymer_app_layout/ElementUpgrader-class.html">ElementUpgrader</a></li> <li><a href="polymer_app_layout/EmailInputElement-class.html">EmailInputElement</a></li> <li><a href="polymer_app_layout/EmbedElement-class.html">EmbedElement</a></li> <li><a href="polymer_app_layout/Entry-class.html">Entry</a></li> <li><a href="polymer_app_layout/ErrorEvent-class.html">ErrorEvent</a></li> <li><a href="polymer_app_layout/Event-class.html">Event</a></li> <li><a href="polymer_app_layout/Events-class.html">Events</a></li> <li><a href="polymer_app_layout/EventSource-class.html">EventSource</a></li> <li><a href="polymer_app_layout/EventStreamProvider-class.html">EventStreamProvider</a></li> <li><a href="polymer_app_layout/EventTarget-class.html">EventTarget</a></li> <li><a href="polymer_app_layout/ExtendableEvent-class.html">ExtendableEvent</a></li> <li><a href="polymer_app_layout/FederatedCredential-class.html">FederatedCredential</a></li> <li><a href="polymer_app_layout/FetchEvent-class.html">FetchEvent</a></li> <li><a href="polymer_app_layout/FieldSetElement-class.html">FieldSetElement</a></li> <li><a href="polymer_app_layout/File-class.html">File</a></li> <li><a href="polymer_app_layout/FileEntry-class.html">FileEntry</a></li> <li><a href="polymer_app_layout/FileError-class.html">FileError</a></li> <li><a href="polymer_app_layout/FileList-class.html">FileList</a></li> <li><a href="polymer_app_layout/FileReader-class.html">FileReader</a></li> <li><a href="polymer_app_layout/FileStream-class.html">FileStream</a></li> <li><a href="polymer_app_layout/FileSystem-class.html">FileSystem</a></li> <li><a href="polymer_app_layout/FileUploadInputElement-class.html">FileUploadInputElement</a></li> <li><a href="polymer_app_layout/FileWriter-class.html">FileWriter</a></li> <li><a href="polymer_app_layout/FixedSizeListIterator-class.html">FixedSizeListIterator</a></li> <li><a href="polymer_app_layout/FocusEvent-class.html">FocusEvent</a></li> <li><a href="polymer_app_layout/FontFace-class.html">FontFace</a></li> <li><a href="polymer_app_layout/FontFaceSet-class.html">FontFaceSet</a></li> <li><a href="polymer_app_layout/FontFaceSetLoadEvent-class.html">FontFaceSetLoadEvent</a></li> <li><a href="polymer_app_layout/FormData-class.html">FormData</a></li> <li><a href="polymer_app_layout/FormElement-class.html">FormElement</a></li> <li><a href="polymer_app_layout/Gamepad-class.html">Gamepad</a></li> <li><a href="polymer_app_layout/GamepadButton-class.html">GamepadButton</a></li> <li><a href="polymer_app_layout/GamepadEvent-class.html">GamepadEvent</a></li> <li><a href="polymer_app_layout/Geofencing-class.html">Geofencing</a></li> <li><a href="polymer_app_layout/GeofencingRegion-class.html">GeofencingRegion</a></li> <li><a href="polymer_app_layout/Geolocation-class.html">Geolocation</a></li> <li><a href="polymer_app_layout/Geoposition-class.html">Geoposition</a></li> <li><a href="polymer_app_layout/GlobalEventHandlers-class.html">GlobalEventHandlers</a></li> <li><a href="polymer_app_layout/HashChangeEvent-class.html">HashChangeEvent</a></li> <li><a href="polymer_app_layout/HeadElement-class.html">HeadElement</a></li> <li><a href="polymer_app_layout/Headers-class.html">Headers</a></li> <li><a href="polymer_app_layout/HeadingElement-class.html">HeadingElement</a></li> <li><a href="polymer_app_layout/HiddenInputElement-class.html">HiddenInputElement</a></li> <li><a href="polymer_app_layout/History-class.html">History</a></li> <li><a href="polymer_app_layout/HistoryBase-class.html">HistoryBase</a></li> <li><a href="polymer_app_layout/HRElement-class.html">HRElement</a></li> <li><a href="polymer_app_layout/HtmlCollection-class.html">HtmlCollection</a></li> <li><a href="polymer_app_layout/HtmlDocument-class.html">HtmlDocument</a></li> <li><a href="polymer_app_layout/HtmlElement-class.html">HtmlElement</a></li> <li><a href="polymer_app_layout/HtmlFormControlsCollection-class.html">HtmlFormControlsCollection</a></li> <li><a href="polymer_app_layout/HtmlHtmlElement-class.html">HtmlHtmlElement</a></li> <li><a href="polymer_app_layout/HtmlOptionsCollection-class.html">HtmlOptionsCollection</a></li> <li><a href="polymer_app_layout/HttpRequest-class.html">HttpRequest</a></li> <li><a href="polymer_app_layout/HttpRequestEventTarget-class.html">HttpRequestEventTarget</a></li> <li><a href="polymer_app_layout/HttpRequestUpload-class.html">HttpRequestUpload</a></li> <li><a href="polymer_app_layout/IconBehavior-class.html">IconBehavior</a></li> <li><a href="polymer_app_layout/IFrameElement-class.html">IFrameElement</a></li> <li><a href="polymer_app_layout/ImageBitmap-class.html">ImageBitmap</a></li> <li><a href="polymer_app_layout/ImageButtonInputElement-class.html">ImageButtonInputElement</a></li> <li><a href="polymer_app_layout/ImageData-class.html">ImageData</a></li> <li><a href="polymer_app_layout/ImageElement-class.html">ImageElement</a></li> <li><a href="polymer_app_layout/ImmutableListMixin-class.html">ImmutableListMixin</a></li> <li><a href="polymer_app_layout/InjectedScriptHost-class.html">InjectedScriptHost</a></li> <li><a href="polymer_app_layout/InputElement-class.html">InputElement</a></li> <li><a href="polymer_app_layout/InputElementBase-class.html">InputElementBase</a></li> <li><a href="polymer_app_layout/InputMethodContext-class.html">InputMethodContext</a></li> <li><a href="polymer_app_layout/InstallEvent-class.html">InstallEvent</a></li> <li><a href="polymer_app_layout/IronIcon-class.html">IronIcon</a></li> <li><a href="polymer_app_layout/IronMediaQuery-class.html">IronMediaQuery</a></li> <li><a href="polymer_app_layout/KeyboardEvent-class.html">KeyboardEvent</a></li> <li><a href="polymer_app_layout/KeyboardEventStream-class.html">KeyboardEventStream</a></li> <li><a href="polymer_app_layout/KeyCode-class.html">KeyCode</a></li> <li><a href="polymer_app_layout/KeyEvent-class.html">KeyEvent</a></li> <li><a href="polymer_app_layout/KeygenElement-class.html">KeygenElement</a></li> <li><a href="polymer_app_layout/KeyLocation-class.html">KeyLocation</a></li> <li><a href="polymer_app_layout/LabelElement-class.html">LabelElement</a></li> <li><a href="polymer_app_layout/LayoutApp-class.html">LayoutApp</a></li> <li><a href="polymer_app_layout/LayoutListCardOver-class.html">LayoutListCardOver</a></li> <li><a href="polymer_app_layout/LayoutNavHeader-class.html">LayoutNavHeader</a></li> <li><a href="polymer_app_layout/LayoutNavView-class.html">LayoutNavView</a></li> <li><a href="polymer_app_layout/LeftNavBehavior-class.html">LeftNavBehavior</a></li> <li><a href="polymer_app_layout/LegendElement-class.html">LegendElement</a></li> <li><a href="polymer_app_layout/LIElement-class.html">LIElement</a></li> <li><a href="polymer_app_layout/LinkElement-class.html">LinkElement</a></li> <li><a href="polymer_app_layout/LocalCredential-class.html">LocalCredential</a></li> <li><a href="polymer_app_layout/LocalDateTimeInputElement-class.html">LocalDateTimeInputElement</a></li> <li><a href="polymer_app_layout/Location-class.html">Location</a></li> <li><a href="polymer_app_layout/LocationBase-class.html">LocationBase</a></li> <li><a href="polymer_app_layout/MapElement-class.html">MapElement</a></li> <li><a href="polymer_app_layout/MediaController-class.html">MediaController</a></li> <li><a href="polymer_app_layout/MediaDeviceInfo-class.html">MediaDeviceInfo</a></li> <li><a href="polymer_app_layout/MediaElement-class.html">MediaElement</a></li> <li><a href="polymer_app_layout/MediaError-class.html">MediaError</a></li> <li><a href="polymer_app_layout/MediaKeyError-class.html">MediaKeyError</a></li> <li><a href="polymer_app_layout/MediaKeyEvent-class.html">MediaKeyEvent</a></li> <li><a href="polymer_app_layout/MediaKeyMessageEvent-class.html">MediaKeyMessageEvent</a></li> <li><a href="polymer_app_layout/MediaKeyNeededEvent-class.html">MediaKeyNeededEvent</a></li> <li><a href="polymer_app_layout/MediaKeys-class.html">MediaKeys</a></li> <li><a href="polymer_app_layout/MediaKeySession-class.html">MediaKeySession</a></li> <li><a href="polymer_app_layout/MediaList-class.html">MediaList</a></li> <li><a href="polymer_app_layout/MediaQueryList-class.html">MediaQueryList</a></li> <li><a href="polymer_app_layout/MediaQueryListEvent-class.html">MediaQueryListEvent</a></li> <li><a href="polymer_app_layout/MediaSource-class.html">MediaSource</a></li> <li><a href="polymer_app_layout/MediaStream-class.html">MediaStream</a></li> <li><a href="polymer_app_layout/MediaStreamEvent-class.html">MediaStreamEvent</a></li> <li><a href="polymer_app_layout/MediaStreamTrack-class.html">MediaStreamTrack</a></li> <li><a href="polymer_app_layout/MediaStreamTrackEvent-class.html">MediaStreamTrackEvent</a></li> <li><a href="polymer_app_layout/MemoryInfo-class.html">MemoryInfo</a></li> <li><a href="polymer_app_layout/MenuElement-class.html">MenuElement</a></li> <li><a href="polymer_app_layout/MenuItemElement-class.html">MenuItemElement</a></li> <li><a href="polymer_app_layout/MessageChannel-class.html">MessageChannel</a></li> <li><a href="polymer_app_layout/MessageEvent-class.html">MessageEvent</a></li> <li><a href="polymer_app_layout/MessagePort-class.html">MessagePort</a></li> <li><a href="polymer_app_layout/Metadata-class.html">Metadata</a></li> <li><a href="polymer_app_layout/MetaElement-class.html">MetaElement</a></li> <li><a href="polymer_app_layout/MeterElement-class.html">MeterElement</a></li> <li><a href="polymer_app_layout/MidiAccess-class.html">MidiAccess</a></li> <li><a href="polymer_app_layout/MidiConnectionEvent-class.html">MidiConnectionEvent</a></li> <li><a href="polymer_app_layout/MidiInput-class.html">MidiInput</a></li> <li><a href="polymer_app_layout/MidiInputMap-class.html">MidiInputMap</a></li> <li><a href="polymer_app_layout/MidiMessageEvent-class.html">MidiMessageEvent</a></li> <li><a href="polymer_app_layout/MidiOutput-class.html">MidiOutput</a></li> <li><a href="polymer_app_layout/MidiOutputMap-class.html">MidiOutputMap</a></li> <li><a href="polymer_app_layout/MidiPort-class.html">MidiPort</a></li> <li><a href="polymer_app_layout/MimeType-class.html">MimeType</a></li> <li><a href="polymer_app_layout/MimeTypeArray-class.html">MimeTypeArray</a></li> <li><a href="polymer_app_layout/ModElement-class.html">ModElement</a></li> <li><a href="polymer_app_layout/MonthInputElement-class.html">MonthInputElement</a></li> <li><a href="polymer_app_layout/MouseEvent-class.html">MouseEvent</a></li> <li><a href="polymer_app_layout/MutationObserver-class.html">MutationObserver</a></li> <li><a href="polymer_app_layout/MutationRecord-class.html">MutationRecord</a></li> <li><a href="polymer_app_layout/Navigator-class.html">Navigator</a></li> <li><a href="polymer_app_layout/NavigatorCpu-class.html">NavigatorCpu</a></li> <li><a href="polymer_app_layout/NavigatorID-class.html">NavigatorID</a></li> <li><a href="polymer_app_layout/NavigatorLanguage-class.html">NavigatorLanguage</a></li> <li><a href="polymer_app_layout/NavigatorOnLine-class.html">NavigatorOnLine</a></li> <li><a href="polymer_app_layout/NavigatorUserMediaError-class.html">NavigatorUserMediaError</a></li> <li><a href="polymer_app_layout/NeonAnimatedPages-class.html">NeonAnimatedPages</a></li> <li><a href="polymer_app_layout/NetworkInformation-class.html">NetworkInformation</a></li> <li><a href="polymer_app_layout/Node-class.html">Node</a></li> <li><a href="polymer_app_layout/NodeFilter-class.html">NodeFilter</a></li> <li><a href="polymer_app_layout/NodeIterator-class.html">NodeIterator</a></li> <li><a href="polymer_app_layout/NodeList-class.html">NodeList</a></li> <li><a href="polymer_app_layout/NodeTreeSanitizer-class.html">NodeTreeSanitizer</a></li> <li><a href="polymer_app_layout/NodeValidator-class.html">NodeValidator</a></li> <li><a href="polymer_app_layout/NodeValidatorBuilder-class.html">NodeValidatorBuilder</a></li> <li><a href="polymer_app_layout/Notification-class.html">Notification</a></li> <li><a href="polymer_app_layout/NumberInputElement-class.html">NumberInputElement</a></li> <li><a href="polymer_app_layout/ObjectElement-class.html">ObjectElement</a></li> <li><a href="polymer_app_layout/OListElement-class.html">OListElement</a></li> <li><a href="polymer_app_layout/OptGroupElement-class.html">OptGroupElement</a></li> <li><a href="polymer_app_layout/OptionElement-class.html">OptionElement</a></li> <li><a href="polymer_app_layout/OutputElement-class.html">OutputElement</a></li> <li><a href="polymer_app_layout/OverflowEvent-class.html">OverflowEvent</a></li> <li><a href="polymer_app_layout/Page-class.html">Page</a></li> <li><a href="polymer_app_layout/PageTransitionEvent-class.html">PageTransitionEvent</a></li> <li><a href="polymer_app_layout/PaperDrawerPanel-class.html">PaperDrawerPanel</a></li> <li><a href="polymer_app_layout/PaperHeaderPanel-class.html">PaperHeaderPanel</a></li> <li><a href="polymer_app_layout/PaperIconButton-class.html">PaperIconButton</a></li> <li><a href="polymer_app_layout/PaperItem-class.html">PaperItem</a></li> <li><a href="polymer_app_layout/PaperMaterial-class.html">PaperMaterial</a></li> <li><a href="polymer_app_layout/PaperMenu-class.html">PaperMenu</a></li> <li><a href="polymer_app_layout/PaperTab-class.html">PaperTab</a></li> <li><a href="polymer_app_layout/PaperTabs-class.html">PaperTabs</a></li> <li><a href="polymer_app_layout/PaperToolbar-class.html">PaperToolbar</a></li> <li><a href="polymer_app_layout/ParagraphElement-class.html">ParagraphElement</a></li> <li><a href="polymer_app_layout/ParamElement-class.html">ParamElement</a></li> <li><a href="polymer_app_layout/ParentNode-class.html">ParentNode</a></li> <li><a href="polymer_app_layout/PasswordInputElement-class.html">PasswordInputElement</a></li> <li><a href="polymer_app_layout/Path2D-class.html">Path2D</a></li> <li><a href="polymer_app_layout/Performance-class.html">Performance</a></li> <li><a href="polymer_app_layout/PerformanceEntry-class.html">PerformanceEntry</a></li> <li><a href="polymer_app_layout/PerformanceMark-class.html">PerformanceMark</a></li> <li><a href="polymer_app_layout/PerformanceMeasure-class.html">PerformanceMeasure</a></li> <li><a href="polymer_app_layout/PerformanceNavigation-class.html">PerformanceNavigation</a></li> <li><a href="polymer_app_layout/PerformanceResourceTiming-class.html">PerformanceResourceTiming</a></li> <li><a href="polymer_app_layout/PerformanceTiming-class.html">PerformanceTiming</a></li> <li><a href="polymer_app_layout/PictureElement-class.html">PictureElement</a></li> <li><a href="polymer_app_layout/Platform-class.html">Platform</a></li> <li><a href="polymer_app_layout/Plugin-class.html">Plugin</a></li> <li><a href="polymer_app_layout/PluginArray-class.html">PluginArray</a></li> <li><a href="polymer_app_layout/PluginPlaceholderElement-class.html">PluginPlaceholderElement</a></li> <li><a href="polymer_app_layout/Point-class.html">Point</a></li> <li><a href="polymer_app_layout/PolymerIncludeElement-class.html">PolymerIncludeElement</a></li> <li><a href="polymer_app_layout/PolymerIncludeElementBehavior-class.html">PolymerIncludeElementBehavior</a></li> <li><a href="polymer_app_layout/PolymerRouteBehavior-class.html">PolymerRouteBehavior</a></li> <li><a href="polymer_app_layout/PopStateEvent-class.html">PopStateEvent</a></li> <li><a href="polymer_app_layout/PositionError-class.html">PositionError</a></li> <li><a href="polymer_app_layout/PreElement-class.html">PreElement</a></li> <li><a href="polymer_app_layout/Presentation-class.html">Presentation</a></li> <li><a href="polymer_app_layout/ProcessingInstruction-class.html">ProcessingInstruction</a></li> <li><a href="polymer_app_layout/ProgressElement-class.html">ProgressElement</a></li> <li><a href="polymer_app_layout/ProgressEvent-class.html">ProgressEvent</a></li> <li><a href="polymer_app_layout/PushEvent-class.html">PushEvent</a></li> <li><a href="polymer_app_layout/PushManager-class.html">PushManager</a></li> <li><a href="polymer_app_layout/PushRegistration-class.html">PushRegistration</a></li> <li><a href="polymer_app_layout/QuoteElement-class.html">QuoteElement</a></li> <li><a href="polymer_app_layout/RadioButtonInputElement-class.html">RadioButtonInputElement</a></li> <li><a href="polymer_app_layout/Range-class.html">Range</a></li> <li><a href="polymer_app_layout/RangeInputElement-class.html">RangeInputElement</a></li> <li><a href="polymer_app_layout/RangeInputElementBase-class.html">RangeInputElementBase</a></li> <li><a href="polymer_app_layout/ReadableStream-class.html">ReadableStream</a></li> <li><a href="polymer_app_layout/ReadyState-class.html">ReadyState</a></li> <li><a href="polymer_app_layout/Rectangle-class.html">Rectangle</a></li> <li><a href="polymer_app_layout/RelatedEvent-class.html">RelatedEvent</a></li> <li><a href="polymer_app_layout/ResetButtonInputElement-class.html">ResetButtonInputElement</a></li> <li><a href="polymer_app_layout/ResourceProgressEvent-class.html">ResourceProgressEvent</a></li> <li><a href="polymer_app_layout/RtcDataChannel-class.html">RtcDataChannel</a></li> <li><a href="polymer_app_layout/RtcDataChannelEvent-class.html">RtcDataChannelEvent</a></li> <li><a href="polymer_app_layout/RtcDtmfSender-class.html">RtcDtmfSender</a></li> <li><a href="polymer_app_layout/RtcDtmfToneChangeEvent-class.html">RtcDtmfToneChangeEvent</a></li> <li><a href="polymer_app_layout/RtcIceCandidate-class.html">RtcIceCandidate</a></li> <li><a href="polymer_app_layout/RtcIceCandidateEvent-class.html">RtcIceCandidateEvent</a></li> <li><a href="polymer_app_layout/RtcPeerConnection-class.html">RtcPeerConnection</a></li> <li><a href="polymer_app_layout/RtcSessionDescription-class.html">RtcSessionDescription</a></li> <li><a href="polymer_app_layout/RtcStatsReport-class.html">RtcStatsReport</a></li> <li><a href="polymer_app_layout/RtcStatsResponse-class.html">RtcStatsResponse</a></li> <li><a href="polymer_app_layout/Screen-class.html">Screen</a></li> <li><a href="polymer_app_layout/ScreenOrientation-class.html">ScreenOrientation</a></li> <li><a href="polymer_app_layout/ScriptElement-class.html">ScriptElement</a></li> <li><a href="polymer_app_layout/ScrollAlignment-class.html">ScrollAlignment</a></li> <li><a href="polymer_app_layout/SearchInputElement-class.html">SearchInputElement</a></li> <li><a href="polymer_app_layout/SecurityPolicyViolationEvent-class.html">SecurityPolicyViolationEvent</a></li> <li><a href="polymer_app_layout/SelectElement-class.html">SelectElement</a></li> <li><a href="polymer_app_layout/Selection-class.html">Selection</a></li> <li><a href="polymer_app_layout/ServiceWorkerClient-class.html">ServiceWorkerClient</a></li> <li><a href="polymer_app_layout/ServiceWorkerClients-class.html">ServiceWorkerClients</a></li> <li><a href="polymer_app_layout/ServiceWorkerContainer-class.html">ServiceWorkerContainer</a></li> <li><a href="polymer_app_layout/ServiceWorkerGlobalScope-class.html">ServiceWorkerGlobalScope</a></li> <li><a href="polymer_app_layout/ServiceWorkerRegistration-class.html">ServiceWorkerRegistration</a></li> <li><a href="polymer_app_layout/ShadowElement-class.html">ShadowElement</a></li> <li><a href="polymer_app_layout/ShadowRoot-class.html">ShadowRoot</a></li> <li><a href="polymer_app_layout/SharedWorker-class.html">SharedWorker</a></li> <li><a href="polymer_app_layout/SharedWorkerGlobalScope-class.html">SharedWorkerGlobalScope</a></li> <li><a href="polymer_app_layout/SourceBuffer-class.html">SourceBuffer</a></li> <li><a href="polymer_app_layout/SourceBufferList-class.html">SourceBufferList</a></li> <li><a href="polymer_app_layout/SourceElement-class.html">SourceElement</a></li> <li><a href="polymer_app_layout/SourceInfo-class.html">SourceInfo</a></li> <li><a href="polymer_app_layout/SpanElement-class.html">SpanElement</a></li> <li><a href="polymer_app_layout/SpeechGrammar-class.html">SpeechGrammar</a></li> <li><a href="polymer_app_layout/SpeechGrammarList-class.html">SpeechGrammarList</a></li> <li><a href="polymer_app_layout/SpeechRecognition-class.html">SpeechRecognition</a></li> <li><a href="polymer_app_layout/SpeechRecognitionAlternative-class.html">SpeechRecognitionAlternative</a></li> <li><a href="polymer_app_layout/SpeechRecognitionError-class.html">SpeechRecognitionError</a></li> <li><a href="polymer_app_layout/SpeechRecognitionEvent-class.html">SpeechRecognitionEvent</a></li> <li><a href="polymer_app_layout/SpeechRecognitionResult-class.html">SpeechRecognitionResult</a></li> <li><a href="polymer_app_layout/SpeechSynthesis-class.html">SpeechSynthesis</a></li> <li><a href="polymer_app_layout/SpeechSynthesisEvent-class.html">SpeechSynthesisEvent</a></li> <li><a href="polymer_app_layout/SpeechSynthesisUtterance-class.html">SpeechSynthesisUtterance</a></li> <li><a href="polymer_app_layout/SpeechSynthesisVoice-class.html">SpeechSynthesisVoice</a></li> <li><a href="polymer_app_layout/Storage-class.html">Storage</a></li> <li><a href="polymer_app_layout/StorageEvent-class.html">StorageEvent</a></li> <li><a href="polymer_app_layout/StorageInfo-class.html">StorageInfo</a></li> <li><a href="polymer_app_layout/StorageQuota-class.html">StorageQuota</a></li> <li><a href="polymer_app_layout/StyleElement-class.html">StyleElement</a></li> <li><a href="polymer_app_layout/StyleMedia-class.html">StyleMedia</a></li> <li><a href="polymer_app_layout/StyleSheet-class.html">StyleSheet</a></li> <li><a href="polymer_app_layout/SubmitButtonInputElement-class.html">SubmitButtonInputElement</a></li> <li><a href="polymer_app_layout/TableCaptionElement-class.html">TableCaptionElement</a></li> <li><a href="polymer_app_layout/TableCellElement-class.html">TableCellElement</a></li> <li><a href="polymer_app_layout/TableColElement-class.html">TableColElement</a></li> <li><a href="polymer_app_layout/TableElement-class.html">TableElement</a></li> <li><a href="polymer_app_layout/TableRowElement-class.html">TableRowElement</a></li> <li><a href="polymer_app_layout/TableSectionElement-class.html">TableSectionElement</a></li> <li><a href="polymer_app_layout/TelephoneInputElement-class.html">TelephoneInputElement</a></li> <li><a href="polymer_app_layout/TemplateElement-class.html">TemplateElement</a></li> <li><a href="polymer_app_layout/Text-class.html">Text</a></li> <li><a href="polymer_app_layout/TextAreaElement-class.html">TextAreaElement</a></li> <li><a href="polymer_app_layout/TextEvent-class.html">TextEvent</a></li> <li><a href="polymer_app_layout/TextInputElement-class.html">TextInputElement</a></li> <li><a href="polymer_app_layout/TextInputElementBase-class.html">TextInputElementBase</a></li> <li><a href="polymer_app_layout/TextMetrics-class.html">TextMetrics</a></li> <li><a href="polymer_app_layout/TextTrack-class.html">TextTrack</a></li> <li><a href="polymer_app_layout/TextTrackCue-class.html">TextTrackCue</a></li> <li><a href="polymer_app_layout/TextTrackCueList-class.html">TextTrackCueList</a></li> <li><a href="polymer_app_layout/TextTrackList-class.html">TextTrackList</a></li> <li><a href="polymer_app_layout/TimeInputElement-class.html">TimeInputElement</a></li> <li><a href="polymer_app_layout/TimeRanges-class.html">TimeRanges</a></li> <li><a href="polymer_app_layout/Timing-class.html">Timing</a></li> <li><a href="polymer_app_layout/TitleElement-class.html">TitleElement</a></li> <li><a href="polymer_app_layout/ToolbarBehavior-class.html">ToolbarBehavior</a></li> <li><a href="polymer_app_layout/Touch-class.html">Touch</a></li> <li><a href="polymer_app_layout/TouchEvent-class.html">TouchEvent</a></li> <li><a href="polymer_app_layout/TouchList-class.html">TouchList</a></li> <li><a href="polymer_app_layout/TrackElement-class.html">TrackElement</a></li> <li><a href="polymer_app_layout/TrackEvent-class.html">TrackEvent</a></li> <li><a href="polymer_app_layout/TransitionEvent-class.html">TransitionEvent</a></li> <li><a href="polymer_app_layout/TreeWalker-class.html">TreeWalker</a></li> <li><a href="polymer_app_layout/UIEvent-class.html">UIEvent</a></li> <li><a href="polymer_app_layout/UListElement-class.html">UListElement</a></li> <li><a href="polymer_app_layout/UnknownElement-class.html">UnknownElement</a></li> <li><a href="polymer_app_layout/UriPolicy-class.html">UriPolicy</a></li> <li><a href="polymer_app_layout/Url-class.html">Url</a></li> <li><a href="polymer_app_layout/UrlInputElement-class.html">UrlInputElement</a></li> <li><a href="polymer_app_layout/UrlUtils-class.html">UrlUtils</a></li> <li><a href="polymer_app_layout/UrlUtilsReadOnly-class.html">UrlUtilsReadOnly</a></li> <li><a href="polymer_app_layout/ValidityState-class.html">ValidityState</a></li> <li><a href="polymer_app_layout/VideoElement-class.html">VideoElement</a></li> <li><a href="polymer_app_layout/VideoPlaybackQuality-class.html">VideoPlaybackQuality</a></li> <li><a href="polymer_app_layout/VideoTrack-class.html">VideoTrack</a></li> <li><a href="polymer_app_layout/VideoTrackList-class.html">VideoTrackList</a></li> <li><a href="polymer_app_layout/VttCue-class.html">VttCue</a></li> <li><a href="polymer_app_layout/VttRegion-class.html">VttRegion</a></li> <li><a href="polymer_app_layout/VttRegionList-class.html">VttRegionList</a></li> <li><a href="polymer_app_layout/WebSocket-class.html">WebSocket</a></li> <li><a href="polymer_app_layout/WeekInputElement-class.html">WeekInputElement</a></li> <li><a href="polymer_app_layout/WheelEvent-class.html">WheelEvent</a></li> <li><a href="polymer_app_layout/Window-class.html">Window</a></li> <li><a href="polymer_app_layout/WindowBase-class.html">WindowBase</a></li> <li><a href="polymer_app_layout/WindowBase64-class.html">WindowBase64</a></li> <li><a href="polymer_app_layout/WindowEventHandlers-class.html">WindowEventHandlers</a></li> <li><a href="polymer_app_layout/Worker-class.html">Worker</a></li> <li><a href="polymer_app_layout/WorkerConsole-class.html">WorkerConsole</a></li> <li><a href="polymer_app_layout/WorkerGlobalScope-class.html">WorkerGlobalScope</a></li> <li><a href="polymer_app_layout/WorkerPerformance-class.html">WorkerPerformance</a></li> <li><a href="polymer_app_layout/XmlDocument-class.html">XmlDocument</a></li> <li><a href="polymer_app_layout/XmlSerializer-class.html">XmlSerializer</a></li> <li><a href="polymer_app_layout/XPathEvaluator-class.html">XPathEvaluator</a></li> <li><a href="polymer_app_layout/XPathExpression-class.html">XPathExpression</a></li> <li><a href="polymer_app_layout/XPathNSResolver-class.html">XPathNSResolver</a></li> <li><a href="polymer_app_layout/XPathResult-class.html">XPathResult</a></li> <li><a href="polymer_app_layout/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('Performance')</li> <li>SupportedBrowser(SupportedBrowser.CHROME)</li> <li>SupportedBrowser(SupportedBrowser.FIREFOX)</li> <li>SupportedBrowser(SupportedBrowser.IE)</li> </ul></dd> <dt>Extends</dt> <dd><ul class="gt-separated dark class-relationships"> <li>Object</li> <li><a href="polymer_app_layout/EventTarget-class.html">EventTarget</a></li> <li>Performance</li> </ul></dd> </dl> </section> <section class="summary" id="constants"> <h2>Constants</h2> <dl class="properties"> <dt id="resourceTimingBufferFullEvent" class="constant"> <span class="top-level-variable-type"><a href="polymer_app_layout/EventStreamProvider-class.html">EventStreamProvider</a>&lt;<a href="dart-html/Event-class.html">Event</a>&gt;</span> <span class="name "><a href="polymer_app_layout/Performance/resourceTimingBufferFullEvent.html">resourceTimingBufferFullEvent</a></span> = <span class="constant-value">const <a href="polymer_app_layout/EventStreamProvider-class.html">EventStreamProvider</a>&lt;<a href="dart-html/Event-class.html">Event</a>&gt;<Event>('webkitresourcetimingbufferfull')</span> </dt> <dd> <div class="is-const"> const </div> Static factory designed to expose <code class="prettyprint lang-dart">resourcetimingbufferfull</code> events to event handlers that are not necessarily instances of <a href="polymer_app_layout/Performance-class.html">Performance</a>. </dd> </dl> </section> <section class="summary" id="static-properties"> <h2>Static Properties</h2> <dl class="properties"> <dt id="supported" class="property"> <span class="top-level-variable-type">bool</span> <a href="polymer_app_layout/Performance/supported.html">supported</a> </dt> <dd> <div class="readable-writable"> read-only </div> Checks if this type is supported on the current platform. </dd> </dl> </section> <section class="summary" id="instance-properties"> <h2>Properties</h2> <dl class="properties"> <dt id="memory" class="property"> <span class="top-level-variable-type"><a href="polymer_app_layout/MemoryInfo-class.html">MemoryInfo</a></span> <a href="polymer_app_layout/Performance/memory.html">memory</a> </dt> <dd> <div class="readable-writable"> read-only </div> </dd> <dt id="navigation" class="property"> <span class="top-level-variable-type"><a href="polymer_app_layout/PerformanceNavigation-class.html">PerformanceNavigation</a></span> <a href="polymer_app_layout/Performance/navigation.html">navigation</a> </dt> <dd> <div class="readable-writable"> read-only </div> </dd> <dt id="on" class="property"> <span class="top-level-variable-type"><a href="polymer_app_layout/Events-class.html">Events</a></span> <span class="name ">on</span> </dt> <dd> <div class="readable-writable"> read-only, <span class="is-inherited">inherited</span> </div> This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available. </dd> <dt id="onResourceTimingBufferFull" class="property"> <span class="top-level-variable-type">Stream&lt;<a href="dart-html/Event-class.html">Event</a>&gt;</span> <a href="polymer_app_layout/Performance/onResourceTimingBufferFull.html">onResourceTimingBufferFull</a> </dt> <dd> <div class="readable-writable"> read-only </div> Stream of <code class="prettyprint lang-dart">resourcetimingbufferfull</code> events handled by this <code class="prettyprint lang-dart">Performance</code>. </dd> <dt id="timing" class="property"> <span class="top-level-variable-type"><a href="polymer_app_layout/PerformanceTiming-class.html">PerformanceTiming</a></span> <a href="polymer_app_layout/Performance/timing.html">timing</a> </dt> <dd> <div class="readable-writable"> read-only </div> </dd> </dl> </section> <section class="summary" id="instance-methods"> <h2>Methods</h2> <dl class="callables"> <dt id="addEventListener" class="callable"> <span class="name ">addEventListener</span><span class="signature">(<wbr><span class="parameter" id="addEventListener-param-type"><span class="type-annotation">String</span> <span class="parameter-name">type</span></span>, <span class="parameter" id="addEventListener-param-listener"><span class="type-annotation">dynamic</span> <span class="parameter-name">listener</span>(<span class="parameter" id="EventListener-param-event"><span class="type-annotation"><a href="polymer_app_layout/Event-class.html">Event</a></span> <span class="parameter-name">event</span></span>)</span>, [<span class="parameter" id="addEventListener-param-useCapture"><span class="type-annotation">bool</span> <span class="parameter-name">useCapture</span></span>]) &#8594; <span class="returntype">void</span> </span> </dt> <dd> <div> <span class="is-inherited">inherited</span> </div> </dd> <dt id="clearMarks" class="callable"> <a href="polymer_app_layout/Performance/clearMarks.html"><span class="name ">clearMarks</span></a><span class="signature">(<wbr><span class="parameter" id="clearMarks-param-markName"><span class="type-annotation">String</span> <span class="parameter-name">markName</span></span>) &#8594; <span class="returntype">void</span> </span> </dt> <dd> </dd> <dt id="clearMeasures" class="callable"> <a href="polymer_app_layout/Performance/clearMeasures.html"><span class="name ">clearMeasures</span></a><span class="signature">(<wbr><span class="parameter" id="clearMeasures-param-measureName"><span class="type-annotation">String</span> <span class="parameter-name">measureName</span></span>) &#8594; <span class="returntype">void</span> </span> </dt> <dd> </dd> <dt id="clearResourceTimings" class="callable"> <a href="polymer_app_layout/Performance/clearResourceTimings.html"><span class="name ">clearResourceTimings</span></a><span class="signature">(<wbr>) &#8594; <span class="returntype">void</span> </span> </dt> <dd> </dd> <dt id="dispatchEvent" class="callable"> <span class="name ">dispatchEvent</span><span class="signature">(<wbr><span class="parameter" id="dispatchEvent-param-event"><span class="type-annotation"><a href="polymer_app_layout/Event-class.html">Event</a></span> <span class="parameter-name">event</span></span>) &#8594; <span class="returntype">bool</span> </span> </dt> <dd> <div> <span class="is-inherited">inherited</span> </div> </dd> <dt id="getEntries" class="callable"> <a href="polymer_app_layout/Performance/getEntries.html"><span class="name ">getEntries</span></a><span class="signature">(<wbr>) &#8594; <span class="returntype">List&lt;<a href="dart-html/PerformanceEntry-class.html">PerformanceEntry</a>&gt;</span> </span> </dt> <dd> </dd> <dt id="getEntriesByName" class="callable"> <a href="polymer_app_layout/Performance/getEntriesByName.html"><span class="name ">getEntriesByName</span></a><span class="signature">(<wbr><span class="parameter" id="getEntriesByName-param-name"><span class="type-annotation">String</span> <span class="parameter-name">name</span></span>, <span class="parameter" id="getEntriesByName-param-entryType"><span class="type-annotation">String</span> <span class="parameter-name">entryType</span></span>) &#8594; <span class="returntype">List&lt;<a href="dart-html/PerformanceEntry-class.html">PerformanceEntry</a>&gt;</span> </span> </dt> <dd> </dd> <dt id="getEntriesByType" class="callable"> <a href="polymer_app_layout/Performance/getEntriesByType.html"><span class="name ">getEntriesByType</span></a><span class="signature">(<wbr><span class="parameter" id="getEntriesByType-param-entryType"><span class="type-annotation">String</span> <span class="parameter-name">entryType</span></span>) &#8594; <span class="returntype">List&lt;<a href="dart-html/PerformanceEntry-class.html">PerformanceEntry</a>&gt;</span> </span> </dt> <dd> </dd> <dt id="mark" class="callable"> <a href="polymer_app_layout/Performance/mark.html"><span class="name ">mark</span></a><span class="signature">(<wbr><span class="parameter" id="mark-param-markName"><span class="type-annotation">String</span> <span class="parameter-name">markName</span></span>) &#8594; <span class="returntype">void</span> </span> </dt> <dd> </dd> <dt id="measure" class="callable"> <a href="polymer_app_layout/Performance/measure.html"><span class="name ">measure</span></a><span class="signature">(<wbr><span class="parameter" id="measure-param-measureName"><span class="type-annotation">String</span> <span class="parameter-name">measureName</span></span>, <span class="parameter" id="measure-param-startMark"><span class="type-annotation">String</span> <span class="parameter-name">startMark</span></span>, <span class="parameter" id="measure-param-endMark"><span class="type-annotation">String</span> <span class="parameter-name">endMark</span></span>) &#8594; <span class="returntype">void</span> </span> </dt> <dd> </dd> <dt id="now" class="callable"> <a href="polymer_app_layout/Performance/now.html"><span class="name ">now</span></a><span class="signature">(<wbr>) &#8594; <span class="returntype">double</span> </span> </dt> <dd> </dd> <dt id="removeEventListener" class="callable"> <span class="name ">removeEventListener</span><span class="signature">(<wbr><span class="parameter" id="removeEventListener-param-type"><span class="type-annotation">String</span> <span class="parameter-name">type</span></span>, <span class="parameter" id="removeEventListener-param-listener"><span class="type-annotation">dynamic</span> <span class="parameter-name">listener</span>(<span class="parameter" id="EventListener-param-event"><span class="type-annotation"><a href="polymer_app_layout/Event-class.html">Event</a></span> <span class="parameter-name">event</span></span>)</span>, [<span class="parameter" id="removeEventListener-param-useCapture"><span class="type-annotation">bool</span> <span class="parameter-name">useCapture</span></span>]) &#8594; <span class="returntype">void</span> </span> </dt> <dd> <div> <span class="is-inherited">inherited</span> </div> </dd> <dt id="setResourceTimingBufferSize" class="callable"> <a href="polymer_app_layout/Performance/setResourceTimingBufferSize.html"><span class="name ">setResourceTimingBufferSize</span></a><span class="signature">(<wbr><span class="parameter" id="setResourceTimingBufferSize-param-maxSize"><span class="type-annotation">int</span> <span class="parameter-name">maxSize</span></span>) &#8594; <span class="returntype">void</span> </span> </dt> <dd> </dd> </dl> </section> </div> <!-- /.main-content --> <div class="col-xs-6 col-sm-6 col-md-3 sidebar sidebar-offcanvas-right"> <h5>Performance</h5> <ol> <li class="section-title"><a href="polymer_app_layout/Performance-class.html#constants">Constants</a></li> <li><a href="polymer_app_layout/Performance/resourceTimingBufferFullEvent.html">resourceTimingBufferFullEvent</a></li> <li class="section-title"><a href="polymer_app_layout/Performance-class.html#static-properties">Static properties</a></li> <li><a href="polymer_app_layout/Performance/supported.html">supported</a></li> <li class="section-title"><a href="polymer_app_layout/Performance-class.html#instance-properties">Properties</a></li> <li><a href="polymer_app_layout/Performance/memory.html">memory</a> </li> <li><a href="polymer_app_layout/Performance/navigation.html">navigation</a> </li> <li>on </li> <li><a href="polymer_app_layout/Performance/onResourceTimingBufferFull.html">onResourceTimingBufferFull</a> </li> <li><a href="polymer_app_layout/Performance/timing.html">timing</a> </li> <li class="section-title"><a href="polymer_app_layout/Performance-class.html#methods">Methods</a></li> <li>addEventListener </li> <li><a href="polymer_app_layout/Performance/clearMarks.html">clearMarks</a> </li> <li><a href="polymer_app_layout/Performance/clearMeasures.html">clearMeasures</a> </li> <li><a href="polymer_app_layout/Performance/clearResourceTimings.html">clearResourceTimings</a> </li> <li>dispatchEvent </li> <li><a href="polymer_app_layout/Performance/getEntries.html">getEntries</a> </li> <li><a href="polymer_app_layout/Performance/getEntriesByName.html">getEntriesByName</a> </li> <li><a href="polymer_app_layout/Performance/getEntriesByType.html">getEntriesByType</a> </li> <li><a href="polymer_app_layout/Performance/mark.html">mark</a> </li> <li><a href="polymer_app_layout/Performance/measure.html">measure</a> </li> <li><a href="polymer_app_layout/Performance/now.html">now</a> </li> <li>removeEventListener </li> <li><a href="polymer_app_layout/Performance/setResourceTimingBufferSize.html">setResourceTimingBufferSize</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/Performance-class.html
HTML
bsd-3-clause
61,456
<!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.statespace.dynamic_factor_mq.DynamicFactorMQResults.llf_obs &#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.statespace.dynamic_factor_mq.DynamicFactorMQResults.loglikelihood_burn" href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.loglikelihood_burn.html" /> <link rel="prev" title="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.llf" href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.llf.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.statespace.dynamic_factor_mq.DynamicFactorMQResults.llf_obs" 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.statespace.dynamic_factor_mq.DynamicFactorMQResults.llf_obs </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="../statespace.html" class="md-tabs__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-tabs__item"><a href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.html" class="md-tabs__link">statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults</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.statespace.dynamic_factor_mq.DynamicFactorMQResults.llf_obs.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-statespace-dynamic-factor-mq-dynamicfactormqresults-llf-obs--page-root">statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.llf_obs<a class="headerlink" href="#generated-statsmodels-tsa-statespace-dynamic-factor-mq-dynamicfactormqresults-llf-obs--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py attribute"> <dt class="sig sig-object py" id="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.llf_obs"> <span class="sig-prename descclassname"><span class="pre">DynamicFactorMQResults.</span></span><span class="sig-name descname"><span class="pre">llf_obs</span></span><a class="headerlink" href="#statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.llf_obs" title="Permalink to this definition">¶</a></dt> <dd><p>(float) The value of the log-likelihood function evaluated at <cite>params</cite>.</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.statespace.dynamic_factor_mq.DynamicFactorMQResults.llf.html" title="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.llf" 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.statespace.dynamic_factor_mq.DynamicFactorMQResults.llf </span> </div> </a> <a href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.loglikelihood_burn.html" title="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.loglikelihood_burn" 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.statespace.dynamic_factor_mq.DynamicFactorMQResults.loglikelihood_burn </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.statespace.dynamic_factor_mq.DynamicFactorMQResults.llf_obs.html
HTML
bsd-3-clause
18,072
<!doctype html> <!-- @license Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt --> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> <title>paper-fab basic tests</title> <script src="packages/web_components/webcomponents-lite.js"></script> <link rel="x-dart-test" href="app_scroll_effects_fade_background_test.dart"> <script src="packages/test/dart.js"></script> <style> body { margin: 0; padding: 0; height: 1000vh; } x-container { position: fixed; top: 0; left: 0; right: 0; height: 200px; } </style> </head> <body> <template id="testHeader"> <x-container effects="fade-background"></x-container> </template> </body> </html>
dart-archive/polymer_elements
test/app_scroll_effects_fade_background_test.html
HTML
bsd-3-clause
1,340
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:include href="master.html" /> <head> <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/> <link rel="stylesheet" type="text/css" media="screen" href="${tg.url('/css/pagination.css')}" /> <link rel="stylesheet" type="text/css" media="screen" href="${tg.url('/css/form.css')}" /> <script type="text/javascript" src="${tg.url('/javascript/my.js')}"></script> <title>Compounds ${pname}</title> </head> <body> <div id="left_content" style="display:block;"> ${sidebar()} <div style="clear:both;"/> <hr style="border: 2px ridge #000;" /> <div id="cssmenu"> <ul> <li><a href="${tg.url('/'+pname+'/molecules')}">Show all</a></li> <li><a href="${tg.url('/'+pname+'/molecules/new')}">Add new</a></li> <li><a href="${tg.url('/'+pname+'/molecules/read_from_file')}">Import from file</a></li><li><a href="${tg.url('/'+pname+'/molecules/showgroups')}">Groups</a></li> <li><a href="${tg.url('/'+pname+'/molecules/history')}">History of changes</a></li> </ul> </div> </div> <div class="accept"> <h2 class="text-align:center;">Accept molecules: <br /></h2> <form action="${tg.url('/'+pname+'/molecules/multiaccept')}/${args[0]}" enctype="multipart/form-data" method="post" name="form"> <input py:for="arg in args[1:]" type="checkbox" name="argv" value="${arg}" checked="yes">${arg}</input><br /><br /> <table style="width:700px;"> <tr> <td><label for="principal"><b style="color:red;">*</b> Recipient: </label></td> <td> <select name="principal"> <py:for each="user in users"> <py:if test="user.display_name != default_user"> <option value="${user}">${user}</option> </py:if> <py:if test="user.display_name == default_user"> <option value="${user}" selected="yes">${user}</option> </py:if> </py:for> </select> </td> </tr> <tr> <td><label class="etap_max" for="priority"> Priority: </label></td> <td> <select name="priority"> <option value="0" selected="yes">0</option> <py:for each="item in range(1,6)"> <option value="${item}">${item}</option> </py:for> </select> </td> </tr> <tr> <td><label for="notes">Notes: </label></td> <td><textarea id="notes" name="notes" rows="2" value=""></textarea></td> </tr> <tr> <td><label for="tags">Tags: </label></td> <td> <ul id="form_tags"> <li py:for="tag in alltags" style="list-style: none; display: inline; text-indent: -1em; margin:0px;padding:0px;"> <input type="checkbox" name="text_tags" value="${tag.id}" class="filternotempty" />${tag.name} </li> </ul> </td> </tr> <tr><td></td><td><input id="submit" type="submit" name="submit" value="Save" /><input id="submit" type="reset" value="Reset" /></td></tr> </table> <input type="hidden" name="come_from" value="${come_from}" /> </form> </div> <div style="clear:both;" /> </body> </html>
admed/molgears
templates/users/molecules/multiaccept.html
HTML
bsd-3-clause
3,515
<!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.sandbox.regression.gmm.IVGMMResults.summary &#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.sandbox.regression.gmm.IVGMMResults.t_test" href="statsmodels.sandbox.regression.gmm.IVGMMResults.t_test.html" /> <link rel="prev" title="statsmodels.sandbox.regression.gmm.IVGMMResults.save" href="statsmodels.sandbox.regression.gmm.IVGMMResults.save.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.sandbox.regression.gmm.IVGMMResults.summary" 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.sandbox.regression.gmm.IVGMMResults.summary </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="../gmm.html" class="md-tabs__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-tabs__item"><a href="statsmodels.sandbox.regression.gmm.IVGMMResults.html" class="md-tabs__link">statsmodels.sandbox.regression.gmm.IVGMMResults</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> </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.sandbox.regression.gmm.IVGMMResults.summary.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-sandbox-regression-gmm-ivgmmresults-summary--page-root">statsmodels.sandbox.regression.gmm.IVGMMResults.summary<a class="headerlink" href="#generated-statsmodels-sandbox-regression-gmm-ivgmmresults-summary--page-root" title="Permalink to this headline">¶</a></h1> <dl class="method"> <dt id="statsmodels.sandbox.regression.gmm.IVGMMResults.summary"> <code class="sig-prename descclassname">IVGMMResults.</code><code class="sig-name descname">summary</code><span class="sig-paren">(</span><em class="sig-param">yname=None</em>, <em class="sig-param">xname=None</em>, <em class="sig-param">title=None</em>, <em class="sig-param">alpha=0.05</em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.sandbox.regression.gmm.IVGMMResults.summary" title="Permalink to this definition">¶</a></dt> <dd><p>Summarize the Regression Results</p> <dl class="field-list"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><dl> <dt><strong>yname</strong><span class="classifier"><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>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">optional</span></code></span></dt><dd><p>Default is <cite>y</cite></p> </dd> <dt><strong>xname</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.8)"><code class="docutils literal notranslate"><span class="pre">list</span></code></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>], <code class="xref py py-obj docutils literal notranslate"><span class="pre">optional</span></code></span></dt><dd><p>Default is <cite>var_##</cite> for ## in p the number of regressors</p> </dd> <dt><strong>title</strong><span class="classifier"><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>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">optional</span></code></span></dt><dd><p>Title for the top table. If not None, then this replaces the default title</p> </dd> <dt><strong>alpha</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></span></dt><dd><p>significance level for the confidence intervals</p> </dd> </dl> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><dl> <dt><strong>smry</strong><span class="classifier"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Summary</span></code> <code class="xref py py-obj docutils literal notranslate"><span class="pre">instance</span></code></span></dt><dd><p>this holds the summary tables and text, which can be printed or converted to various output formats.</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.iolib.summary.Summary.html#statsmodels.iolib.summary.Summary" title="statsmodels.iolib.summary.Summary"><code class="xref py py-obj docutils literal notranslate"><span class="pre">statsmodels.iolib.summary.Summary</span></code></a></dt><dd><p>class to hold summary results</p> </dd> </dl> </div> </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.sandbox.regression.gmm.IVGMMResults.save.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.sandbox.regression.gmm.IVGMMResults.save </span> </div> </a> <a href="statsmodels.sandbox.regression.gmm.IVGMMResults.t_test.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.sandbox.regression.gmm.IVGMMResults.t_test </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.sandbox.regression.gmm.IVGMMResults.summary.html
HTML
bsd-3-clause
20,953
<!DOCTYPE html> <html> <head><meta charset="utf-8" /> <title>scratch</title> <style type="text/css"> /*! * * Twitter Bootstrap * */ /*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, *:before, *:after { background: transparent !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } @font-face { font-family: 'Glyphicons Halflings'; src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot'); src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "\002a"; } .glyphicon-plus:before { content: "\002b"; } .glyphicon-euro:before, .glyphicon-eur:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .glyphicon-cd:before { content: "\e201"; } .glyphicon-save-file:before { content: "\e202"; } .glyphicon-open-file:before { content: "\e203"; } .glyphicon-level-up:before { content: "\e204"; } .glyphicon-copy:before { content: "\e205"; } .glyphicon-paste:before { content: "\e206"; } .glyphicon-alert:before { content: "\e209"; } .glyphicon-equalizer:before { content: "\e210"; } .glyphicon-king:before { content: "\e211"; } .glyphicon-queen:before { content: "\e212"; } .glyphicon-pawn:before { content: "\e213"; } .glyphicon-bishop:before { content: "\e214"; } .glyphicon-knight:before { content: "\e215"; } .glyphicon-baby-formula:before { content: "\e216"; } .glyphicon-tent:before { content: "\26fa"; } .glyphicon-blackboard:before { content: "\e218"; } .glyphicon-bed:before { content: "\e219"; } .glyphicon-apple:before { content: "\f8ff"; } .glyphicon-erase:before { content: "\e221"; } .glyphicon-hourglass:before { content: "\231b"; } .glyphicon-lamp:before { content: "\e223"; } .glyphicon-duplicate:before { content: "\e224"; } .glyphicon-piggy-bank:before { content: "\e225"; } .glyphicon-scissors:before { content: "\e226"; } .glyphicon-bitcoin:before { content: "\e227"; } .glyphicon-btc:before { content: "\e227"; } .glyphicon-xbt:before { content: "\e227"; } .glyphicon-yen:before { content: "\00a5"; } .glyphicon-jpy:before { content: "\00a5"; } .glyphicon-ruble:before { content: "\20bd"; } .glyphicon-rub:before { content: "\20bd"; } .glyphicon-scale:before { content: "\e230"; } .glyphicon-ice-lolly:before { content: "\e231"; } .glyphicon-ice-lolly-tasted:before { content: "\e232"; } .glyphicon-education:before { content: "\e233"; } .glyphicon-option-horizontal:before { content: "\e234"; } .glyphicon-option-vertical:before { content: "\e235"; } .glyphicon-menu-hamburger:before { content: "\e236"; } .glyphicon-modal-window:before { content: "\e237"; } .glyphicon-oil:before { content: "\e238"; } .glyphicon-grain:before { content: "\e239"; } .glyphicon-sunglasses:before { content: "\e240"; } .glyphicon-text-size:before { content: "\e241"; } .glyphicon-text-color:before { content: "\e242"; } .glyphicon-text-background:before { content: "\e243"; } .glyphicon-object-align-top:before { content: "\e244"; } .glyphicon-object-align-bottom:before { content: "\e245"; } .glyphicon-object-align-horizontal:before { content: "\e246"; } .glyphicon-object-align-left:before { content: "\e247"; } .glyphicon-object-align-vertical:before { content: "\e248"; } .glyphicon-object-align-right:before { content: "\e249"; } .glyphicon-triangle-right:before { content: "\e250"; } .glyphicon-triangle-left:before { content: "\e251"; } .glyphicon-triangle-bottom:before { content: "\e252"; } .glyphicon-triangle-top:before { content: "\e253"; } .glyphicon-console:before { content: "\e254"; } .glyphicon-superscript:before { content: "\e255"; } .glyphicon-subscript:before { content: "\e256"; } .glyphicon-menu-left:before { content: "\e257"; } .glyphicon-menu-right:before { content: "\e258"; } .glyphicon-menu-down:before { content: "\e259"; } .glyphicon-menu-up:before { content: "\e260"; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.42857143; color: #000; background-color: #fff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #337ab7; text-decoration: none; } a:hover, a:focus { color: #23527c; text-decoration: underline; } a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 3px; } .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } hr { margin-top: 18px; margin-bottom: 18px; border: 0; border-top: 1px solid #eeeeee; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } [role="button"] { cursor: pointer; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 18px; margin-bottom: 9px; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 9px; margin-bottom: 9px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 33px; } h2, .h2 { font-size: 27px; } h3, .h3 { font-size: 23px; } h4, .h4 { font-size: 17px; } h5, .h5 { font-size: 13px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 9px; } .lead { margin-bottom: 18px; font-size: 14px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 19.5px; } } small, .small { font-size: 92%; } mark, .mark { background-color: #fcf8e3; padding: .2em; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #777777; } .text-primary { color: #337ab7; } a.text-primary:hover, a.text-primary:focus { color: #286090; } .text-success { color: #3c763d; } a.text-success:hover, a.text-success:focus { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover, a.text-info:focus { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover, a.text-warning:focus { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover, a.text-danger:focus { color: #843534; } .bg-primary { color: #fff; background-color: #337ab7; } a.bg-primary:hover, a.bg-primary:focus { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; } .page-header { padding-bottom: 8px; margin: 36px 0 18px; border-bottom: 1px solid #eeeeee; } ul, ol { margin-top: 0; margin-bottom: 9px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } dl { margin-top: 0; margin-bottom: 18px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 541px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 9px 18px; margin: 0 0 18px; font-size: inherit; border-left: 5px solid #eeeeee; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777777; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } address { margin-bottom: 18px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 2px; } kbd { padding: 2px 4px; font-size: 90%; color: #888; background-color: transparent; border-radius: 1px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; } pre { display: block; padding: 8.5px; margin: 0 0 9px; font-size: 12px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 2px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } @media (min-width: 768px) { .container { width: 768px; } } @media (min-width: 992px) { .container { width: 940px; } } @media (min-width: 1200px) { .container { width: 1140px; } } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } .row { margin-left: 0px; margin-right: 0px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 0px; padding-right: 0px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0%; } } table { background-color: transparent; } caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 18px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #fff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { background-color: #f5f5f5; } table col[class*="col-"] { position: static; float: none; display: table-column; } table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } .table-responsive { overflow-x: auto; min-height: 0.01%; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 13.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 18px; font-size: 19.5px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 13px; line-height: 1.42857143; color: #555555; } .form-control { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control::-ms-expand { border: 0; background-color: transparent; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 32px; } input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 45px; } } .form-group { margin-bottom: 15px; } .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { min-height: 18px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 31px; } .form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .form-group-sm select.form-control { height: 30px; line-height: 30px; } .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; min-height: 30px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } .input-lg { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } select.input-lg { height: 45px; line-height: 45px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .form-group-lg .form-control { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .form-group-lg select.form-control { height: 45px; line-height: 45px; } .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } .form-group-lg .form-control-static { height: 45px; min-height: 35px; padding: 11px 16px; font-size: 17px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 40px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 32px; height: 32px; line-height: 32px; text-align: center; pointer-events: none; } .input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 45px; height: 45px; line-height: 45px; } .input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label ~ .form-control-feedback { top: 23px; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #404040; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 25px; } .form-horizontal .form-group { margin-left: 0px; margin-right: 0px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } } .form-horizontal .has-feedback .form-control-feedback { right: 0px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 17px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; border-radius: 2px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; } .btn-primary .badge { color: #337ab7; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus { color: #fff; background-color: #398439; border-color: #255625; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { color: #337ab7; font-weight: normal; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup, .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 13px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #337ab7; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { left: auto; right: 0; } .dropdown-menu-left { left: 0; right: auto; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777777; white-space: nowrap; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 541px) { .navbar-right .dropdown-menu { left: auto; right: 0; } .navbar-right .dropdown-menu-left { left: 0; right: auto; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn-group .dropdown-menu { left: auto; } [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group .form-control:focus { z-index: 3; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 45px; line-height: 45px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 13px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; border-radius: 2px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 1px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 17px; border-radius: 3px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .nav > li.disabled > a { color: #777777; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #337ab7; } .nav .nav-divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 2px 2px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 2px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 2px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 2px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; min-height: 30px; margin-bottom: 18px; border: 1px solid transparent; } @media (min-width: 541px) { .navbar { border-radius: 2px; } } @media (min-width: 541px) { .navbar-header { float: left; } } .navbar-collapse { overflow-x: visible; padding-right: 0px; padding-left: 0px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 541px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 540px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0px; margin-left: 0px; } @media (min-width: 541px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 541px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 541px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; padding: 6px 0px; font-size: 17px; line-height: 18px; height: 30px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand > img { display: block; } @media (min-width: 541px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0px; } } .navbar-toggle { position: relative; float: right; margin-right: 0px; padding: 9px 10px; margin-top: -2px; margin-bottom: -2px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 2px; } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 541px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 3px 0px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 18px; } @media (max-width: 540px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 18px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 541px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 6px; padding-bottom: 6px; } } .navbar-form { margin-left: 0px; margin-right: 0px; padding: 10px 0px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: -1px; margin-bottom: -1px; } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 540px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 541px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: -1px; margin-bottom: -1px; } .navbar-btn.btn-sm { margin-top: 0px; margin-bottom: 0px; } .navbar-btn.btn-xs { margin-top: 4px; margin-bottom: 4px; } .navbar-text { margin-top: 6px; margin-bottom: 6px; } @media (min-width: 541px) { .navbar-text { float: left; margin-left: 0px; margin-right: 0px; } } @media (min-width: 541px) { .navbar-left { float: left !important; float: left; } .navbar-right { float: right !important; float: right; margin-right: 0px; } .navbar-right ~ .navbar-right { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; } @media (max-width: 540px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-default .btn-link { color: #777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; } .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #9d9d9d; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #080808; color: #fff; } @media (max-width: 540px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #9d9d9d; } .navbar-inverse .navbar-link:hover { color: #fff; } .navbar-inverse .btn-link { color: #9d9d9d; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; } .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 18px; list-style: none; background-color: #f5f5f5; border-radius: 2px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #5e5e5e; } .breadcrumb > .active { color: #777777; } .pagination { display: inline-block; padding-left: 0; margin: 18px 0; border-radius: 2px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #337ab7; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eeeeee; border-color: #ddd; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #337ab7; border-color: #337ab7; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 1px; border-top-left-radius: 1px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 1px; border-top-right-radius: 1px; } .pager { padding-left: 0; margin: 18px 0; list-style: none; text-align: center; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777777; background-color: #fff; cursor: not-allowed; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #777777; } .label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; } .label-primary { background-color: #337ab7; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } .list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 20px; font-weight: 200; } .jumbotron > hr { border-top-color: #d5d5d5; } .container .jumbotron, .container-fluid .jumbotron { border-radius: 3px; padding-left: 0px; padding-right: 0px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 59px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 18px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } .thumbnail > img, .thumbnail a > img { margin-left: auto; margin-right: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #337ab7; } .thumbnail .caption { padding: 9px; color: #000; } .alert { padding: 15px; margin-bottom: 18px; border: 1px solid transparent; border-radius: 2px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 18px; margin-bottom: 18px; background-color: #f5f5f5; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 18px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { zoom: 1; overflow: hidden; } .media-body { width: 10000px; } .media-object { display: block; } .media-object.img-thumbnail { max-width: none; } .media-right, .media > .pull-right { padding-left: 10px; } .media-left, .media > .pull-left { padding-right: 10px; } .media-left, .media-right, .media-body { display: table-cell; vertical-align: top; } .media-middle { vertical-align: middle; } .media-bottom { vertical-align: bottom; } .media-heading { margin-top: 0; margin-bottom: 5px; } .media-list { padding-left: 0; list-style: none; } .list-group { margin-bottom: 20px; padding-left: 0; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } .list-group-item:first-child { border-top-right-radius: 2px; border-top-left-radius: 2px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } a.list-group-item, button.list-group-item { color: #555; } a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus { text-decoration: none; color: #555; background-color: #f5f5f5; } button.list-group-item { width: 100%; text-align: left; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { background-color: #eeeeee; color: #777777; cursor: not-allowed; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777777; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; } .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #c7ddef; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success, button.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info, button.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger, button.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 18px; background-color: #fff; border: 1px solid transparent; border-radius: 2px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 15px; color: inherit; } .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .list-group + .panel-footer { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; } .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-left: 15px; padding-right: 15px; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 1px; border-top-right-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 1px; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 1px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { border: 0; margin-bottom: 0; } .panel-group { margin-bottom: 18px; } .panel-group .panel { margin-bottom: 0; border-radius: 2px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } .panel-default { border-color: #ddd; } .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; } .panel-primary { border-color: #337ab7; } .panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; } .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; } .embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive-4by3 { padding-bottom: 75%; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 3px; } .well-sm { padding: 9px; border-radius: 1px; } .close { float: right; font-size: 19.5px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal-open { overflow: hidden; } .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 15px; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 2px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 13px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 13px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 2px 2px 0 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { border-width: 10px; content: ""; } .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; } .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; } .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; -moz-transition: -moz-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; } .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; } .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0); } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, .item_buttons:before, .item_buttons:after { content: " "; display: table; } .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, .item_buttons:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } /*! * * Font Awesome * */ /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* makes the font 33% larger relative to the icon container */ .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571429em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right { margin-left: .3em; } /* Deprecated as of 4.4.0 */ .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-feed:before, .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before, .fa-gratipay:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } .fa-space-shuttle:before { content: "\f197"; } .fa-slack:before { content: "\f198"; } .fa-envelope-square:before { content: "\f199"; } .fa-wordpress:before { content: "\f19a"; } .fa-openid:before { content: "\f19b"; } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; } .fa-yahoo:before { content: "\f19e"; } .fa-google:before { content: "\f1a0"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-delicious:before { content: "\f1a5"; } .fa-digg:before { content: "\f1a6"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-drupal:before { content: "\f1a9"; } .fa-joomla:before { content: "\f1aa"; } .fa-language:before { content: "\f1ab"; } .fa-fax:before { content: "\f1ac"; } .fa-building:before { content: "\f1ad"; } .fa-child:before { content: "\f1ae"; } .fa-paw:before { content: "\f1b0"; } .fa-spoon:before { content: "\f1b1"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-recycle:before { content: "\f1b8"; } .fa-automobile:before, .fa-car:before { content: "\f1b9"; } .fa-cab:before, .fa-taxi:before { content: "\f1ba"; } .fa-tree:before { content: "\f1bb"; } .fa-spotify:before { content: "\f1bc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-soundcloud:before { content: "\f1be"; } .fa-database:before { content: "\f1c0"; } .fa-file-pdf-o:before { content: "\f1c1"; } .fa-file-word-o:before { content: "\f1c2"; } .fa-file-excel-o:before { content: "\f1c3"; } .fa-file-powerpoint-o:before { content: "\f1c4"; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; } .fa-file-code-o:before { content: "\f1c9"; } .fa-vine:before { content: "\f1ca"; } .fa-codepen:before { content: "\f1cb"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; } .fa-circle-o-notch:before { content: "\f1ce"; } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0"; } .fa-ge:before, .fa-empire:before { content: "\f1d1"; } .fa-git-square:before { content: "\f1d2"; } .fa-git:before { content: "\f1d3"; } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-qq:before { content: "\f1d6"; } .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; } .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; } .fa-history:before { content: "\f1da"; } .fa-circle-thin:before { content: "\f1db"; } .fa-header:before { content: "\f1dc"; } .fa-paragraph:before { content: "\f1dd"; } .fa-sliders:before { content: "\f1de"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-bomb:before { content: "\f1e2"; } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; } .fa-tty:before { content: "\f1e4"; } .fa-binoculars:before { content: "\f1e5"; } .fa-plug:before { content: "\f1e6"; } .fa-slideshare:before { content: "\f1e7"; } .fa-twitch:before { content: "\f1e8"; } .fa-yelp:before { content: "\f1e9"; } .fa-newspaper-o:before { content: "\f1ea"; } .fa-wifi:before { content: "\f1eb"; } .fa-calculator:before { content: "\f1ec"; } .fa-paypal:before { content: "\f1ed"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bell-slash-o:before { content: "\f1f7"; } .fa-trash:before { content: "\f1f8"; } .fa-copyright:before { content: "\f1f9"; } .fa-at:before { content: "\f1fa"; } .fa-eyedropper:before { content: "\f1fb"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-area-chart:before { content: "\f1fe"; } .fa-pie-chart:before { content: "\f200"; } .fa-line-chart:before { content: "\f201"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-bicycle:before { content: "\f206"; } .fa-bus:before { content: "\f207"; } .fa-ioxhost:before { content: "\f208"; } .fa-angellist:before { content: "\f209"; } .fa-cc:before { content: "\f20a"; } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; } .fa-meanpath:before { content: "\f20c"; } .fa-buysellads:before { content: "\f20d"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-dashcube:before { content: "\f210"; } .fa-forumbee:before { content: "\f211"; } .fa-leanpub:before { content: "\f212"; } .fa-sellsy:before { content: "\f213"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-simplybuilt:before { content: "\f215"; } .fa-skyatlas:before { content: "\f216"; } .fa-cart-plus:before { content: "\f217"; } .fa-cart-arrow-down:before { content: "\f218"; } .fa-diamond:before { content: "\f219"; } .fa-ship:before { content: "\f21a"; } .fa-user-secret:before { content: "\f21b"; } .fa-motorcycle:before { content: "\f21c"; } .fa-street-view:before { content: "\f21d"; } .fa-heartbeat:before { content: "\f21e"; } .fa-venus:before { content: "\f221"; } .fa-mars:before { content: "\f222"; } .fa-mercury:before { content: "\f223"; } .fa-intersex:before, .fa-transgender:before { content: "\f224"; } .fa-transgender-alt:before { content: "\f225"; } .fa-venus-double:before { content: "\f226"; } .fa-mars-double:before { content: "\f227"; } .fa-venus-mars:before { content: "\f228"; } .fa-mars-stroke:before { content: "\f229"; } .fa-mars-stroke-v:before { content: "\f22a"; } .fa-mars-stroke-h:before { content: "\f22b"; } .fa-neuter:before { content: "\f22c"; } .fa-genderless:before { content: "\f22d"; } .fa-facebook-official:before { content: "\f230"; } .fa-pinterest-p:before { content: "\f231"; } .fa-whatsapp:before { content: "\f232"; } .fa-server:before { content: "\f233"; } .fa-user-plus:before { content: "\f234"; } .fa-user-times:before { content: "\f235"; } .fa-hotel:before, .fa-bed:before { content: "\f236"; } .fa-viacoin:before { content: "\f237"; } .fa-train:before { content: "\f238"; } .fa-subway:before { content: "\f239"; } .fa-medium:before { content: "\f23a"; } .fa-yc:before, .fa-y-combinator:before { content: "\f23b"; } .fa-optin-monster:before { content: "\f23c"; } .fa-opencart:before { content: "\f23d"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240"; } .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; } .fa-battery-2:before, .fa-battery-half:before { content: "\f242"; } .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; } .fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; } .fa-mouse-pointer:before { content: "\f245"; } .fa-i-cursor:before { content: "\f246"; } .fa-object-group:before { content: "\f247"; } .fa-object-ungroup:before { content: "\f248"; } .fa-sticky-note:before { content: "\f249"; } .fa-sticky-note-o:before { content: "\f24a"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-clone:before { content: "\f24d"; } .fa-balance-scale:before { content: "\f24e"; } .fa-hourglass-o:before { content: "\f250"; } .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; } .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; } .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; } .fa-hourglass:before { content: "\f254"; } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; } .fa-hand-scissors-o:before { content: "\f257"; } .fa-hand-lizard-o:before { content: "\f258"; } .fa-hand-spock-o:before { content: "\f259"; } .fa-hand-pointer-o:before { content: "\f25a"; } .fa-hand-peace-o:before { content: "\f25b"; } .fa-trademark:before { content: "\f25c"; } .fa-registered:before { content: "\f25d"; } .fa-creative-commons:before { content: "\f25e"; } .fa-gg:before { content: "\f260"; } .fa-gg-circle:before { content: "\f261"; } .fa-tripadvisor:before { content: "\f262"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-get-pocket:before { content: "\f265"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-safari:before { content: "\f267"; } .fa-chrome:before { content: "\f268"; } .fa-firefox:before { content: "\f269"; } .fa-opera:before { content: "\f26a"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-tv:before, .fa-television:before { content: "\f26c"; } .fa-contao:before { content: "\f26d"; } .fa-500px:before { content: "\f26e"; } .fa-amazon:before { content: "\f270"; } .fa-calendar-plus-o:before { content: "\f271"; } .fa-calendar-minus-o:before { content: "\f272"; } .fa-calendar-times-o:before { content: "\f273"; } .fa-calendar-check-o:before { content: "\f274"; } .fa-industry:before { content: "\f275"; } .fa-map-pin:before { content: "\f276"; } .fa-map-signs:before { content: "\f277"; } .fa-map-o:before { content: "\f278"; } .fa-map:before { content: "\f279"; } .fa-commenting:before { content: "\f27a"; } .fa-commenting-o:before { content: "\f27b"; } .fa-houzz:before { content: "\f27c"; } .fa-vimeo:before { content: "\f27d"; } .fa-black-tie:before { content: "\f27e"; } .fa-fonticons:before { content: "\f280"; } .fa-reddit-alien:before { content: "\f281"; } .fa-edge:before { content: "\f282"; } .fa-credit-card-alt:before { content: "\f283"; } .fa-codiepie:before { content: "\f284"; } .fa-modx:before { content: "\f285"; } .fa-fort-awesome:before { content: "\f286"; } .fa-usb:before { content: "\f287"; } .fa-product-hunt:before { content: "\f288"; } .fa-mixcloud:before { content: "\f289"; } .fa-scribd:before { content: "\f28a"; } .fa-pause-circle:before { content: "\f28b"; } .fa-pause-circle-o:before { content: "\f28c"; } .fa-stop-circle:before { content: "\f28d"; } .fa-stop-circle-o:before { content: "\f28e"; } .fa-shopping-bag:before { content: "\f290"; } .fa-shopping-basket:before { content: "\f291"; } .fa-hashtag:before { content: "\f292"; } .fa-bluetooth:before { content: "\f293"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-percent:before { content: "\f295"; } .fa-gitlab:before { content: "\f296"; } .fa-wpbeginner:before { content: "\f297"; } .fa-wpforms:before { content: "\f298"; } .fa-envira:before { content: "\f299"; } .fa-universal-access:before { content: "\f29a"; } .fa-wheelchair-alt:before { content: "\f29b"; } .fa-question-circle-o:before { content: "\f29c"; } .fa-blind:before { content: "\f29d"; } .fa-audio-description:before { content: "\f29e"; } .fa-volume-control-phone:before { content: "\f2a0"; } .fa-braille:before { content: "\f2a1"; } .fa-assistive-listening-systems:before { content: "\f2a2"; } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; } .fa-glide:before { content: "\f2a5"; } .fa-glide-g:before { content: "\f2a6"; } .fa-signing:before, .fa-sign-language:before { content: "\f2a7"; } .fa-low-vision:before { content: "\f2a8"; } .fa-viadeo:before { content: "\f2a9"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ac"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-first-order:before { content: "\f2b0"; } .fa-yoast:before { content: "\f2b1"; } .fa-themeisle:before { content: "\f2b2"; } .fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; } .fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; } .fa-handshake-o:before { content: "\f2b5"; } .fa-envelope-open:before { content: "\f2b6"; } .fa-envelope-open-o:before { content: "\f2b7"; } .fa-linode:before { content: "\f2b8"; } .fa-address-book:before { content: "\f2b9"; } .fa-address-book-o:before { content: "\f2ba"; } .fa-vcard:before, .fa-address-card:before { content: "\f2bb"; } .fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc"; } .fa-user-circle:before { content: "\f2bd"; } .fa-user-circle-o:before { content: "\f2be"; } .fa-user-o:before { content: "\f2c0"; } .fa-id-badge:before { content: "\f2c1"; } .fa-drivers-license:before, .fa-id-card:before { content: "\f2c2"; } .fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3"; } .fa-quora:before { content: "\f2c4"; } .fa-free-code-camp:before { content: "\f2c5"; } .fa-telegram:before { content: "\f2c6"; } .fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7"; } .fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8"; } .fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9"; } .fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca"; } .fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb"; } .fa-shower:before { content: "\f2cc"; } .fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd"; } .fa-podcast:before { content: "\f2ce"; } .fa-window-maximize:before { content: "\f2d0"; } .fa-window-minimize:before { content: "\f2d1"; } .fa-window-restore:before { content: "\f2d2"; } .fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3"; } .fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4"; } .fa-bandcamp:before { content: "\f2d5"; } .fa-grav:before { content: "\f2d6"; } .fa-etsy:before { content: "\f2d7"; } .fa-imdb:before { content: "\f2d8"; } .fa-ravelry:before { content: "\f2d9"; } .fa-eercast:before { content: "\f2da"; } .fa-microchip:before { content: "\f2db"; } .fa-snowflake-o:before { content: "\f2dc"; } .fa-superpowers:before { content: "\f2dd"; } .fa-wpexplorer:before { content: "\f2de"; } .fa-meetup:before { content: "\f2e0"; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } /*! * * IPython base * */ .modal.fade .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } code { color: #000; } pre { font-size: inherit; line-height: inherit; } label { font-weight: normal; } /* Make the page background atleast 100% the height of the view port */ /* Make the page itself atleast 70% the height of the view port */ .border-box-sizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .corner-all { border-radius: 2px; } .no-padding { padding: 0px; } /* Flexible box model classes */ /* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */ /* This file is a compatability layer. It allows the usage of flexible box model layouts accross multiple browsers, including older browsers. The newest, universal implementation of the flexible box model is used when available (see `Modern browsers` comments below). Browsers that are known to implement this new spec completely include: Firefox 28.0+ Chrome 29.0+ Internet Explorer 11+ Opera 17.0+ Browsers not listed, including Safari, are supported via the styling under the `Old browsers` comments below. */ .hbox { /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } .hbox > * { /* Old browsers */ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /* Modern browsers */ flex: none; } .vbox { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } .vbox > * { /* Old browsers */ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /* Modern browsers */ flex: none; } .hbox.reverse, .vbox.reverse, .reverse { /* Old browsers */ -webkit-box-direction: reverse; -moz-box-direction: reverse; box-direction: reverse; /* Modern browsers */ flex-direction: row-reverse; } .hbox.box-flex0, .vbox.box-flex0, .box-flex0 { /* Old browsers */ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /* Modern browsers */ flex: none; width: auto; } .hbox.box-flex1, .vbox.box-flex1, .box-flex1 { /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; } .hbox.box-flex, .vbox.box-flex, .box-flex { /* Old browsers */ /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; } .hbox.box-flex2, .vbox.box-flex2, .box-flex2 { /* Old browsers */ -webkit-box-flex: 2; -moz-box-flex: 2; box-flex: 2; /* Modern browsers */ flex: 2; } .box-group1 { /* Deprecated */ -webkit-box-flex-group: 1; -moz-box-flex-group: 1; box-flex-group: 1; } .box-group2 { /* Deprecated */ -webkit-box-flex-group: 2; -moz-box-flex-group: 2; box-flex-group: 2; } .hbox.start, .vbox.start, .start { /* Old browsers */ -webkit-box-pack: start; -moz-box-pack: start; box-pack: start; /* Modern browsers */ justify-content: flex-start; } .hbox.end, .vbox.end, .end { /* Old browsers */ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /* Modern browsers */ justify-content: flex-end; } .hbox.center, .vbox.center, .center { /* Old browsers */ -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; /* Modern browsers */ justify-content: center; } .hbox.baseline, .vbox.baseline, .baseline { /* Old browsers */ -webkit-box-pack: baseline; -moz-box-pack: baseline; box-pack: baseline; /* Modern browsers */ justify-content: baseline; } .hbox.stretch, .vbox.stretch, .stretch { /* Old browsers */ -webkit-box-pack: stretch; -moz-box-pack: stretch; box-pack: stretch; /* Modern browsers */ justify-content: stretch; } .hbox.align-start, .vbox.align-start, .align-start { /* Old browsers */ -webkit-box-align: start; -moz-box-align: start; box-align: start; /* Modern browsers */ align-items: flex-start; } .hbox.align-end, .vbox.align-end, .align-end { /* Old browsers */ -webkit-box-align: end; -moz-box-align: end; box-align: end; /* Modern browsers */ align-items: flex-end; } .hbox.align-center, .vbox.align-center, .align-center { /* Old browsers */ -webkit-box-align: center; -moz-box-align: center; box-align: center; /* Modern browsers */ align-items: center; } .hbox.align-baseline, .vbox.align-baseline, .align-baseline { /* Old browsers */ -webkit-box-align: baseline; -moz-box-align: baseline; box-align: baseline; /* Modern browsers */ align-items: baseline; } .hbox.align-stretch, .vbox.align-stretch, .align-stretch { /* Old browsers */ -webkit-box-align: stretch; -moz-box-align: stretch; box-align: stretch; /* Modern browsers */ align-items: stretch; } div.error { margin: 2em; text-align: center; } div.error > h1 { font-size: 500%; line-height: normal; } div.error > p { font-size: 200%; line-height: normal; } div.traceback-wrapper { text-align: left; max-width: 800px; margin: auto; } div.traceback-wrapper pre.traceback { max-height: 600px; overflow: auto; } /** * Primary styles * * Author: Jupyter Development Team */ body { background-color: #fff; /* This makes sure that the body covers the entire window and needs to be in a different element than the display: box in wrapper below */ position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; overflow: visible; } body > #header { /* Initially hidden to prevent FLOUC */ display: none; background-color: #fff; /* Display over codemirror */ position: relative; z-index: 100; } body > #header #header-container { display: flex; flex-direction: row; justify-content: space-between; padding: 5px; padding-bottom: 5px; padding-top: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } body > #header .header-bar { width: 100%; height: 1px; background: #e7e7e7; margin-bottom: -1px; } @media print { body > #header { display: none !important; } } #header-spacer { width: 100%; visibility: hidden; } @media print { #header-spacer { display: none; } } #ipython_notebook { padding-left: 0px; padding-top: 1px; padding-bottom: 1px; } [dir="rtl"] #ipython_notebook { margin-right: 10px; margin-left: 0; } [dir="rtl"] #ipython_notebook.pull-left { float: right !important; float: right; } .flex-spacer { flex: 1; } #noscript { width: auto; padding-top: 16px; padding-bottom: 16px; text-align: center; font-size: 22px; color: red; font-weight: bold; } #ipython_notebook img { height: 28px; } #site { width: 100%; display: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: auto; } @media print { #site { height: auto !important; } } /* Smaller buttons */ .ui-button .ui-button-text { padding: 0.2em 0.8em; font-size: 77%; } input.ui-button { padding: 0.3em 0.9em; } span#kernel_logo_widget { margin: 0 10px; } span#login_widget { float: right; } [dir="rtl"] span#login_widget { float: left; } span#login_widget > .button, #logout { color: #333; background-color: #fff; border-color: #ccc; } span#login_widget > .button:focus, #logout:focus, span#login_widget > .button.focus, #logout.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } span#login_widget > .button:hover, #logout:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } span#login_widget > .button:active, #logout:active, span#login_widget > .button.active, #logout.active, .open > .dropdown-togglespan#login_widget > .button, .open > .dropdown-toggle#logout { color: #333; background-color: #e6e6e6; border-color: #adadad; } span#login_widget > .button:active:hover, #logout:active:hover, span#login_widget > .button.active:hover, #logout.active:hover, .open > .dropdown-togglespan#login_widget > .button:hover, .open > .dropdown-toggle#logout:hover, span#login_widget > .button:active:focus, #logout:active:focus, span#login_widget > .button.active:focus, #logout.active:focus, .open > .dropdown-togglespan#login_widget > .button:focus, .open > .dropdown-toggle#logout:focus, span#login_widget > .button:active.focus, #logout:active.focus, span#login_widget > .button.active.focus, #logout.active.focus, .open > .dropdown-togglespan#login_widget > .button.focus, .open > .dropdown-toggle#logout.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } span#login_widget > .button:active, #logout:active, span#login_widget > .button.active, #logout.active, .open > .dropdown-togglespan#login_widget > .button, .open > .dropdown-toggle#logout { background-image: none; } span#login_widget > .button.disabled:hover, #logout.disabled:hover, span#login_widget > .button[disabled]:hover, #logout[disabled]:hover, fieldset[disabled] span#login_widget > .button:hover, fieldset[disabled] #logout:hover, span#login_widget > .button.disabled:focus, #logout.disabled:focus, span#login_widget > .button[disabled]:focus, #logout[disabled]:focus, fieldset[disabled] span#login_widget > .button:focus, fieldset[disabled] #logout:focus, span#login_widget > .button.disabled.focus, #logout.disabled.focus, span#login_widget > .button[disabled].focus, #logout[disabled].focus, fieldset[disabled] span#login_widget > .button.focus, fieldset[disabled] #logout.focus { background-color: #fff; border-color: #ccc; } span#login_widget > .button .badge, #logout .badge { color: #fff; background-color: #333; } .nav-header { text-transform: none; } #header > span { margin-top: 10px; } .modal_stretch .modal-dialog { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; min-height: 80vh; } .modal_stretch .modal-dialog .modal-body { max-height: calc(100vh - 200px); overflow: auto; flex: 1; } .modal-header { cursor: move; } @media (min-width: 768px) { .modal .modal-dialog { width: 700px; } } @media (min-width: 768px) { select.form-control { margin-left: 12px; margin-right: 12px; } } /*! * * IPython auth * */ .center-nav { display: inline-block; margin-bottom: -4px; } [dir="rtl"] .center-nav form.pull-left { float: right !important; float: right; } [dir="rtl"] .center-nav .navbar-text { float: right; } [dir="rtl"] .navbar-inner { text-align: right; } [dir="rtl"] div.text-left { text-align: right; } /*! * * IPython tree view * */ /* We need an invisible input field on top of the sentense*/ /* "Drag file onto the list ..." */ .alternate_upload { background-color: none; display: inline; } .alternate_upload.form { padding: 0; margin: 0; } .alternate_upload input.fileinput { position: absolute; display: block; width: 100%; height: 100%; overflow: hidden; cursor: pointer; opacity: 0; z-index: 2; } .alternate_upload .btn-xs > input.fileinput { margin: -1px -5px; } .alternate_upload .btn-upload { position: relative; height: 22px; } ::-webkit-file-upload-button { cursor: pointer; } /** * Primary styles * * Author: Jupyter Development Team */ ul#tabs { margin-bottom: 4px; } ul#tabs a { padding-top: 6px; padding-bottom: 4px; } [dir="rtl"] ul#tabs.nav-tabs > li { float: right; } [dir="rtl"] ul#tabs.nav.nav-tabs { padding-right: 0; } ul.breadcrumb a:focus, ul.breadcrumb a:hover { text-decoration: none; } ul.breadcrumb i.icon-home { font-size: 16px; margin-right: 4px; } ul.breadcrumb span { color: #5e5e5e; } .list_toolbar { padding: 4px 0 4px 0; vertical-align: middle; } .list_toolbar .tree-buttons { padding-top: 1px; } [dir="rtl"] .list_toolbar .tree-buttons .pull-right { float: left !important; float: left; } [dir="rtl"] .list_toolbar .col-sm-4, [dir="rtl"] .list_toolbar .col-sm-8 { float: right; } .dynamic-buttons { padding-top: 3px; display: inline-block; } .list_toolbar [class*="span"] { min-height: 24px; } .list_header { font-weight: bold; background-color: #EEE; } .list_placeholder { font-weight: bold; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; } .list_container { margin-top: 4px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 2px; } .list_container > div { border-bottom: 1px solid #ddd; } .list_container > div:hover .list-item { background-color: red; } .list_container > div:last-child { border: none; } .list_item:hover .list_item { background-color: #ddd; } .list_item a { text-decoration: none; } .list_item:hover { background-color: #fafafa; } .list_header > div, .list_item > div { padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } .list_header > div input, .list_item > div input { margin-right: 7px; margin-left: 14px; vertical-align: text-bottom; line-height: 22px; position: relative; top: -1px; } .list_header > div .item_link, .list_item > div .item_link { margin-left: -1px; vertical-align: baseline; line-height: 22px; } [dir="rtl"] .list_item > div input { margin-right: 0; } .new-file input[type=checkbox] { visibility: hidden; } .item_name { line-height: 22px; height: 24px; } .item_icon { font-size: 14px; color: #5e5e5e; margin-right: 7px; margin-left: 7px; line-height: 22px; vertical-align: baseline; } .item_modified { margin-right: 7px; margin-left: 7px; } [dir="rtl"] .item_modified.pull-right { float: left !important; float: left; } .item_buttons { line-height: 1em; margin-left: -5px; } .item_buttons .btn, .item_buttons .btn-group, .item_buttons .input-group { float: left; } .item_buttons > .btn, .item_buttons > .btn-group, .item_buttons > .input-group { margin-left: 5px; } .item_buttons .btn { min-width: 13ex; } .item_buttons .running-indicator { padding-top: 4px; color: #5cb85c; } .item_buttons .kernel-name { padding-top: 4px; color: #5bc0de; margin-right: 7px; float: left; } [dir="rtl"] .item_buttons.pull-right { float: left !important; float: left; } [dir="rtl"] .item_buttons .kernel-name { margin-left: 7px; float: right; } .toolbar_info { height: 24px; line-height: 24px; } .list_item input:not([type=checkbox]) { padding-top: 3px; padding-bottom: 3px; height: 22px; line-height: 14px; margin: 0px; } .highlight_text { color: blue; } #project_name { display: inline-block; padding-left: 7px; margin-left: -2px; } #project_name > .breadcrumb { padding: 0px; margin-bottom: 0px; background-color: transparent; font-weight: bold; } .sort_button { display: inline-block; padding-left: 7px; } [dir="rtl"] .sort_button.pull-right { float: left !important; float: left; } #tree-selector { padding-right: 0px; } #button-select-all { min-width: 50px; } [dir="rtl"] #button-select-all.btn { float: right ; } #select-all { margin-left: 7px; margin-right: 2px; margin-top: 2px; height: 16px; } [dir="rtl"] #select-all.pull-left { float: right !important; float: right; } .menu_icon { margin-right: 2px; } .tab-content .row { margin-left: 0px; margin-right: 0px; } .folder_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f114"; } .folder_icon:before.fa-pull-left { margin-right: .3em; } .folder_icon:before.fa-pull-right { margin-left: .3em; } .folder_icon:before.pull-left { margin-right: .3em; } .folder_icon:before.pull-right { margin-left: .3em; } .notebook_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; } .notebook_icon:before.fa-pull-left { margin-right: .3em; } .notebook_icon:before.fa-pull-right { margin-left: .3em; } .notebook_icon:before.pull-left { margin-right: .3em; } .notebook_icon:before.pull-right { margin-left: .3em; } .running_notebook_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; color: #5cb85c; } .running_notebook_icon:before.fa-pull-left { margin-right: .3em; } .running_notebook_icon:before.fa-pull-right { margin-left: .3em; } .running_notebook_icon:before.pull-left { margin-right: .3em; } .running_notebook_icon:before.pull-right { margin-left: .3em; } .file_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f016"; position: relative; top: -2px; } .file_icon:before.fa-pull-left { margin-right: .3em; } .file_icon:before.fa-pull-right { margin-left: .3em; } .file_icon:before.pull-left { margin-right: .3em; } .file_icon:before.pull-right { margin-left: .3em; } #notebook_toolbar .pull-right { padding-top: 0px; margin-right: -1px; } ul#new-menu { left: auto; right: 0; } #new-menu .dropdown-header { font-size: 10px; border-bottom: 1px solid #e5e5e5; padding: 0 0 3px; margin: -3px 20px 0; } .kernel-menu-icon { padding-right: 12px; width: 24px; content: "\f096"; } .kernel-menu-icon:before { content: "\f096"; } .kernel-menu-icon-current:before { content: "\f00c"; } #tab_content { padding-top: 20px; } #running .panel-group .panel { margin-top: 3px; margin-bottom: 1em; } #running .panel-group .panel .panel-heading { background-color: #EEE; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } #running .panel-group .panel .panel-heading a:focus, #running .panel-group .panel .panel-heading a:hover { text-decoration: none; } #running .panel-group .panel .panel-body { padding: 0px; } #running .panel-group .panel .panel-body .list_container { margin-top: 0px; margin-bottom: 0px; border: 0px; border-radius: 0px; } #running .panel-group .panel .panel-body .list_container .list_item { border-bottom: 1px solid #ddd; } #running .panel-group .panel .panel-body .list_container .list_item:last-child { border-bottom: 0px; } .delete-button { display: none; } .duplicate-button { display: none; } .rename-button { display: none; } .move-button { display: none; } .download-button { display: none; } .shutdown-button { display: none; } .dynamic-instructions { display: inline-block; padding-top: 4px; } /*! * * IPython text editor webapp * */ .selected-keymap i.fa { padding: 0px 5px; } .selected-keymap i.fa:before { content: "\f00c"; } #mode-menu { overflow: auto; max-height: 20em; } .edit_app #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } .edit_app #menubar .navbar { /* Use a negative 1 bottom margin, so the border overlaps the border of the header */ margin-bottom: -1px; } .dirty-indicator { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator.fa-pull-left { margin-right: .3em; } .dirty-indicator.fa-pull-right { margin-left: .3em; } .dirty-indicator.pull-left { margin-right: .3em; } .dirty-indicator.pull-right { margin-left: .3em; } .dirty-indicator-dirty { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator-dirty.fa-pull-left { margin-right: .3em; } .dirty-indicator-dirty.fa-pull-right { margin-left: .3em; } .dirty-indicator-dirty.pull-left { margin-right: .3em; } .dirty-indicator-dirty.pull-right { margin-left: .3em; } .dirty-indicator-clean { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator-clean.fa-pull-left { margin-right: .3em; } .dirty-indicator-clean.fa-pull-right { margin-left: .3em; } .dirty-indicator-clean.pull-left { margin-right: .3em; } .dirty-indicator-clean.pull-right { margin-left: .3em; } .dirty-indicator-clean:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; } .dirty-indicator-clean:before.fa-pull-left { margin-right: .3em; } .dirty-indicator-clean:before.fa-pull-right { margin-left: .3em; } .dirty-indicator-clean:before.pull-left { margin-right: .3em; } .dirty-indicator-clean:before.pull-right { margin-left: .3em; } #filename { font-size: 16pt; display: table; padding: 0px 5px; } #current-mode { padding-left: 5px; padding-right: 5px; } #texteditor-backdrop { padding-top: 20px; padding-bottom: 20px; } @media not print { #texteditor-backdrop { background-color: #EEE; } } @media print { #texteditor-backdrop #texteditor-container .CodeMirror-gutter, #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { #texteditor-backdrop #texteditor-container .CodeMirror-gutter, #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { #texteditor-backdrop #texteditor-container { padding: 0px; background-color: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } .CodeMirror-dialog { background-color: #fff; } /*! * * IPython notebook * */ /* CSS font colors for translated ANSI escape sequences */ /* The color values are a mix of http://www.xcolors.net/dl/baskerville-ivorylight and http://www.xcolors.net/dl/euphrasia */ .ansi-black-fg { color: #3E424D; } .ansi-black-bg { background-color: #3E424D; } .ansi-black-intense-fg { color: #282C36; } .ansi-black-intense-bg { background-color: #282C36; } .ansi-red-fg { color: #E75C58; } .ansi-red-bg { background-color: #E75C58; } .ansi-red-intense-fg { color: #B22B31; } .ansi-red-intense-bg { background-color: #B22B31; } .ansi-green-fg { color: #00A250; } .ansi-green-bg { background-color: #00A250; } .ansi-green-intense-fg { color: #007427; } .ansi-green-intense-bg { background-color: #007427; } .ansi-yellow-fg { color: #DDB62B; } .ansi-yellow-bg { background-color: #DDB62B; } .ansi-yellow-intense-fg { color: #B27D12; } .ansi-yellow-intense-bg { background-color: #B27D12; } .ansi-blue-fg { color: #208FFB; } .ansi-blue-bg { background-color: #208FFB; } .ansi-blue-intense-fg { color: #0065CA; } .ansi-blue-intense-bg { background-color: #0065CA; } .ansi-magenta-fg { color: #D160C4; } .ansi-magenta-bg { background-color: #D160C4; } .ansi-magenta-intense-fg { color: #A03196; } .ansi-magenta-intense-bg { background-color: #A03196; } .ansi-cyan-fg { color: #60C6C8; } .ansi-cyan-bg { background-color: #60C6C8; } .ansi-cyan-intense-fg { color: #258F8F; } .ansi-cyan-intense-bg { background-color: #258F8F; } .ansi-white-fg { color: #C5C1B4; } .ansi-white-bg { background-color: #C5C1B4; } .ansi-white-intense-fg { color: #A1A6B2; } .ansi-white-intense-bg { background-color: #A1A6B2; } .ansi-default-inverse-fg { color: #FFFFFF; } .ansi-default-inverse-bg { background-color: #000000; } .ansi-bold { font-weight: bold; } .ansi-underline { text-decoration: underline; } /* The following styles are deprecated an will be removed in a future version */ .ansibold { font-weight: bold; } .ansi-inverse { outline: 0.5px dotted; } /* use dark versions for foreground, to improve visibility */ .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: #c4a000; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } /* and light for background, for the same reason */ .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } div.cell { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; border-radius: 2px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-width: 1px; border-style: solid; border-color: transparent; width: 100%; padding: 5px; /* This acts as a spacer between cells, that is outside the border */ margin: 0px; outline: none; position: relative; overflow: visible; } div.cell:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: transparent; } div.cell.jupyter-soft-selected { border-left-color: #E3F2FD; border-left-width: 1px; padding-left: 5px; border-right-color: #E3F2FD; border-right-width: 1px; background: #E3F2FD; } @media print { div.cell.jupyter-soft-selected { border-color: transparent; } } div.cell.selected, div.cell.selected.jupyter-soft-selected { border-color: #ababab; } div.cell.selected:before, div.cell.selected.jupyter-soft-selected:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: #42A5F5; } @media print { div.cell.selected, div.cell.selected.jupyter-soft-selected { border-color: transparent; } } .edit_mode div.cell.selected { border-color: #66BB6A; } .edit_mode div.cell.selected:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: #66BB6A; } @media print { .edit_mode div.cell.selected { border-color: transparent; } } .prompt { /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */ min-width: 14ex; /* This padding is tuned to match the padding on the CodeMirror editor. */ padding: 0.4em; margin: 0px; font-family: monospace; text-align: right; /* This has to match that of the the CodeMirror class line-height below */ line-height: 1.21429em; /* Don't highlight prompt number selection */ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* Use default cursor */ cursor: default; } @media (max-width: 540px) { .prompt { text-align: left; } } div.inner_cell { min-width: 0; /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; } /* input_area and input_prompt must match in top border and margin for alignment */ div.input_area { border: 1px solid #cfcfcf; border-radius: 2px; background: #f7f7f7; line-height: 1.21429em; } /* This is needed so that empty prompt areas can collapse to zero height when there is no content in the output_subarea and the prompt. The main purpose of this is to make sure that empty JavaScript output_subareas have no height. */ div.prompt:empty { padding-top: 0; padding-bottom: 0; } div.unrecognized_cell { padding: 5px 5px 5px 0px; /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } div.unrecognized_cell .inner_cell { border-radius: 2px; padding: 5px; font-weight: bold; color: red; border: 1px solid #cfcfcf; background: #eaeaea; } div.unrecognized_cell .inner_cell a { color: inherit; text-decoration: none; } div.unrecognized_cell .inner_cell a:hover { color: inherit; text-decoration: none; } @media (max-width: 540px) { div.unrecognized_cell > div.prompt { display: none; } } div.code_cell { /* avoid page breaking on code cells when printing */ } @media print { div.code_cell { page-break-inside: avoid; } } /* any special styling for code cells that are currently running goes here */ div.input { page-break-inside: avoid; /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { div.input { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } } /* input_area and input_prompt must match in top border and margin for alignment */ div.input_prompt { color: #303F9F; border-top: 1px solid transparent; } div.input_area > div.highlight { margin: 0.4em; border: none; padding: 0px; background-color: transparent; } div.input_area > div.highlight > pre { margin: 0px; border: none; padding: 0px; background-color: transparent; } /* The following gets added to the <head> if it is detected that the user has a * monospace font with inconsistent normal/bold/italic height. See * notebookmain.js. Such fonts will have keywords vertically offset with * respect to the rest of the text. The user should select a better font. * See: https://github.com/ipython/ipython/issues/1503 * * .CodeMirror span { * vertical-align: bottom; * } */ .CodeMirror { line-height: 1.21429em; /* Changed from 1em to our global default */ font-size: 14px; height: auto; /* Changed to auto to autogrow */ background: none; /* Changed from white to allow our bg to show through */ } .CodeMirror-scroll { /* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/ /* We have found that if it is visible, vertical scrollbars appear with font size changes.*/ overflow-y: hidden; overflow-x: auto; } .CodeMirror-lines { /* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */ /* we have set a different line-height and want this to scale with that. */ /* Note that this should set vertical padding only, since CodeMirror assumes that horizontal padding will be set on CodeMirror pre */ padding: 0.4em 0; } .CodeMirror-linenumber { padding: 0 8px 0 4px; } .CodeMirror-gutters { border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .CodeMirror pre { /* In CM3 this went to 4px from 0 in CM2. This sets horizontal padding only, use .CodeMirror-lines for vertical */ padding: 0 0.4em; border: 0; border-radius: 0; } .CodeMirror-cursor { border-left: 1.4px solid black; } @media screen and (min-width: 2138px) and (max-width: 4319px) { .CodeMirror-cursor { border-left: 2px solid black; } } @media screen and (min-width: 4320px) { .CodeMirror-cursor { border-left: 4px solid black; } } /* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> Adapted from GitHub theme */ .highlight-base { color: #000; } .highlight-variable { color: #000; } .highlight-variable-2 { color: #1a1a1a; } .highlight-variable-3 { color: #333333; } .highlight-string { color: #BA2121; } .highlight-comment { color: #408080; font-style: italic; } .highlight-number { color: #080; } .highlight-atom { color: #88F; } .highlight-keyword { color: #008000; font-weight: bold; } .highlight-builtin { color: #008000; } .highlight-error { color: #f00; } .highlight-operator { color: #AA22FF; font-weight: bold; } .highlight-meta { color: #AA22FF; } /* previously not defined, copying from default codemirror */ .highlight-def { color: #00f; } .highlight-string-2 { color: #f50; } .highlight-qualifier { color: #555; } .highlight-bracket { color: #997; } .highlight-tag { color: #170; } .highlight-attribute { color: #00c; } .highlight-header { color: blue; } .highlight-quote { color: #090; } .highlight-link { color: #00c; } /* apply the same style to codemirror */ .cm-s-ipython span.cm-keyword { color: #008000; font-weight: bold; } .cm-s-ipython span.cm-atom { color: #88F; } .cm-s-ipython span.cm-number { color: #080; } .cm-s-ipython span.cm-def { color: #00f; } .cm-s-ipython span.cm-variable { color: #000; } .cm-s-ipython span.cm-operator { color: #AA22FF; font-weight: bold; } .cm-s-ipython span.cm-variable-2 { color: #1a1a1a; } .cm-s-ipython span.cm-variable-3 { color: #333333; } .cm-s-ipython span.cm-comment { color: #408080; font-style: italic; } .cm-s-ipython span.cm-string { color: #BA2121; } .cm-s-ipython span.cm-string-2 { color: #f50; } .cm-s-ipython span.cm-meta { color: #AA22FF; } .cm-s-ipython span.cm-qualifier { color: #555; } .cm-s-ipython span.cm-builtin { color: #008000; } .cm-s-ipython span.cm-bracket { color: #997; } .cm-s-ipython span.cm-tag { color: #170; } .cm-s-ipython span.cm-attribute { color: #00c; } .cm-s-ipython span.cm-header { color: blue; } .cm-s-ipython span.cm-quote { color: #090; } .cm-s-ipython span.cm-link { color: #00c; } .cm-s-ipython span.cm-error { color: #f00; } .cm-s-ipython span.cm-tab { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=); background-position: right; background-repeat: no-repeat; } div.output_wrapper { /* this position must be relative to enable descendents to be absolute within it */ position: relative; /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; z-index: 1; } /* class for the output area when it should be height-limited */ div.output_scroll { /* ideally, this would be max-height, but FF barfs all over that */ height: 24em; /* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */ width: 100%; overflow: auto; border-radius: 2px; -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); display: block; } /* output div while it is collapsed */ div.output_collapsed { margin: 0px; padding: 0px; /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } div.out_prompt_overlay { height: 100%; padding: 0px 0.4em; position: absolute; border-radius: 2px; } div.out_prompt_overlay:hover { /* use inner shadow to get border that is computed the same on WebKit/FF */ -webkit-box-shadow: inset 0 0 1px #000; box-shadow: inset 0 0 1px #000; background: rgba(240, 240, 240, 0.5); } div.output_prompt { color: #D84315; } /* This class is the outer container of all output sections. */ div.output_area { padding: 0px; page-break-inside: avoid; /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } div.output_area .MathJax_Display { text-align: left !important; } div.output_area .rendered_html table { margin-left: 0; margin-right: 0; } div.output_area .rendered_html img { margin-left: 0; margin-right: 0; } div.output_area img, div.output_area svg { max-width: 100%; height: auto; } div.output_area img.unconfined, div.output_area svg.unconfined { max-width: none; } div.output_area .mglyph > img { max-width: none; } /* This is needed to protect the pre formating from global settings such as that of bootstrap */ .output { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } @media (max-width: 540px) { div.output_area { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } } div.output_area pre { margin: 0; padding: 1px 0 1px 0; border: 0; vertical-align: baseline; color: black; background-color: transparent; border-radius: 0; } /* This class is for the output subarea inside the output_area and after the prompt div. */ div.output_subarea { overflow-x: auto; padding: 0.4em; /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; max-width: calc(100% - 14ex); } div.output_scroll div.output_subarea { overflow-x: visible; } /* The rest of the output_* classes are for special styling of the different output types */ /* all text output has this class: */ div.output_text { text-align: left; color: #000; /* This has to match that of the the CodeMirror class line-height below */ line-height: 1.21429em; } /* stdout/stderr are 'text' as well as 'stream', but execute_result/error are *not* streams */ div.output_stderr { background: #fdd; /* very light red background for stderr */ } div.output_latex { text-align: left; } /* Empty output_javascript divs should have no height */ div.output_javascript:empty { padding: 0; } .js-error { color: darkred; } /* raw_input styles */ div.raw_input_container { line-height: 1.21429em; padding-top: 5px; } pre.raw_input_prompt { /* nothing needed here. */ } input.raw_input { font-family: monospace; font-size: inherit; color: inherit; width: auto; /* make sure input baseline aligns with prompt */ vertical-align: baseline; /* padding + margin = 0.5em between prompt and cursor */ padding: 0em 0.25em; margin: 0em 0.25em; } input.raw_input:focus { box-shadow: none; } p.p-space { margin-bottom: 10px; } div.output_unrecognized { padding: 5px; font-weight: bold; color: red; } div.output_unrecognized a { color: inherit; text-decoration: none; } div.output_unrecognized a:hover { color: inherit; text-decoration: none; } .rendered_html { color: #000; /* any extras will just be numbers: */ } .rendered_html em { font-style: italic; } .rendered_html strong { font-weight: bold; } .rendered_html u { text-decoration: underline; } .rendered_html :link { text-decoration: underline; } .rendered_html :visited { text-decoration: underline; } .rendered_html h1 { font-size: 185.7%; margin: 1.08em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered_html h2 { font-size: 157.1%; margin: 1.27em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered_html h3 { font-size: 128.6%; margin: 1.55em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered_html h4 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered_html h5 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic; } .rendered_html h6 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic; } .rendered_html h1:first-child { margin-top: 0.538em; } .rendered_html h2:first-child { margin-top: 0.636em; } .rendered_html h3:first-child { margin-top: 0.777em; } .rendered_html h4:first-child { margin-top: 1em; } .rendered_html h5:first-child { margin-top: 1em; } .rendered_html h6:first-child { margin-top: 1em; } .rendered_html ul:not(.list-inline), .rendered_html ol:not(.list-inline) { padding-left: 2em; } .rendered_html ul { list-style: disc; } .rendered_html ul ul { list-style: square; margin-top: 0; } .rendered_html ul ul ul { list-style: circle; } .rendered_html ol { list-style: decimal; } .rendered_html ol ol { list-style: upper-alpha; margin-top: 0; } .rendered_html ol ol ol { list-style: lower-alpha; } .rendered_html ol ol ol ol { list-style: lower-roman; } .rendered_html ol ol ol ol ol { list-style: decimal; } .rendered_html * + ul { margin-top: 1em; } .rendered_html * + ol { margin-top: 1em; } .rendered_html hr { color: black; background-color: black; } .rendered_html pre { margin: 1em 2em; padding: 0px; background-color: #fff; } .rendered_html code { background-color: #eff0f1; } .rendered_html p code { padding: 1px 5px; } .rendered_html pre code { background-color: #fff; } .rendered_html pre, .rendered_html code { border: 0; color: #000; font-size: 100%; } .rendered_html blockquote { margin: 1em 2em; } .rendered_html table { margin-left: auto; margin-right: auto; border: none; border-collapse: collapse; border-spacing: 0; color: black; font-size: 12px; table-layout: fixed; } .rendered_html thead { border-bottom: 1px solid black; vertical-align: bottom; } .rendered_html tr, .rendered_html th, .rendered_html td { text-align: right; vertical-align: middle; padding: 0.5em 0.5em; line-height: normal; white-space: normal; max-width: none; border: none; } .rendered_html th { font-weight: bold; } .rendered_html tbody tr:nth-child(odd) { background: #f5f5f5; } .rendered_html tbody tr:hover { background: rgba(66, 165, 245, 0.2); } .rendered_html * + table { margin-top: 1em; } .rendered_html p { text-align: left; } .rendered_html * + p { margin-top: 1em; } .rendered_html img { display: block; margin-left: auto; margin-right: auto; } .rendered_html * + img { margin-top: 1em; } .rendered_html img, .rendered_html svg { max-width: 100%; height: auto; } .rendered_html img.unconfined, .rendered_html svg.unconfined { max-width: none; } .rendered_html .alert { margin-bottom: initial; } .rendered_html * + .alert { margin-top: 1em; } [dir="rtl"] .rendered_html p { text-align: right; } div.text_cell { /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { div.text_cell > div.prompt { display: none; } } div.text_cell_render { /*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/ outline: none; resize: none; width: inherit; border-style: none; padding: 0.5em 0.5em 0.5em 0.4em; color: #000; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } a.anchor-link:link { text-decoration: none; padding: 0px 20px; visibility: hidden; } h1:hover .anchor-link, h2:hover .anchor-link, h3:hover .anchor-link, h4:hover .anchor-link, h5:hover .anchor-link, h6:hover .anchor-link { visibility: visible; } .text_cell.rendered .input_area { display: none; } .text_cell.rendered .rendered_html { overflow-x: auto; overflow-y: hidden; } .text_cell.rendered .rendered_html tr, .text_cell.rendered .rendered_html th, .text_cell.rendered .rendered_html td { max-width: none; } .text_cell.unrendered .text_cell_render { display: none; } .text_cell .dropzone .input_area { border: 2px dashed #bababa; margin: -1px; } .cm-header-1, .cm-header-2, .cm-header-3, .cm-header-4, .cm-header-5, .cm-header-6 { font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .cm-header-1 { font-size: 185.7%; } .cm-header-2 { font-size: 157.1%; } .cm-header-3 { font-size: 128.6%; } .cm-header-4 { font-size: 110%; } .cm-header-5 { font-size: 100%; font-style: italic; } .cm-header-6 { font-size: 100%; font-style: italic; } /*! * * IPython notebook webapp * */ @media (max-width: 767px) { .notebook_app { padding-left: 0px; padding-right: 0px; } } #ipython-main-app { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } div#notebook_panel { margin: 0px; padding: 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } div#notebook { font-size: 14px; line-height: 20px; overflow-y: hidden; overflow-x: auto; width: 100%; /* This spaces the page away from the edge of the notebook area */ padding-top: 20px; margin: 0px; outline: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; min-height: 100%; } @media not print { #notebook-container { padding: 15px; background-color: #fff; min-height: 0; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } @media print { #notebook-container { width: 100%; } } div.ui-widget-content { border: 1px solid #ababab; outline: none; } pre.dialog { background-color: #f7f7f7; border: 1px solid #ddd; border-radius: 2px; padding: 0.4em; padding-left: 2em; } p.dialog { padding: 0.2em; } /* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do. */ pre, code, kbd, samp { white-space: pre-wrap; } #fonttest { font-family: monospace; } p { margin-bottom: 0; } .end_space { min-height: 100px; transition: height .2s ease; } .notebook_app > #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } @media not print { .notebook_app { background-color: #EEE; } } kbd { border-style: solid; border-width: 1px; box-shadow: none; margin: 2px; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px; } .jupyter-keybindings { padding: 1px; line-height: 24px; border-bottom: 1px solid gray; } .jupyter-keybindings input { margin: 0; padding: 0; border: none; } .jupyter-keybindings i { padding: 6px; } .well code { background-color: #ffffff; border-color: #ababab; border-width: 1px; border-style: solid; padding: 2px; padding-top: 1px; padding-bottom: 1px; } /* CSS for the cell toolbar */ .celltoolbar { border: thin solid #CFCFCF; border-bottom: none; background: #EEE; border-radius: 2px 2px 0px 0px; width: 100%; height: 29px; padding-right: 4px; /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; /* Old browsers */ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /* Modern browsers */ justify-content: flex-end; display: -webkit-flex; } @media print { .celltoolbar { display: none; } } .ctb_hideshow { display: none; vertical-align: bottom; } /* ctb_show is added to the ctb_hideshow div to show the cell toolbar. Cell toolbars are only shown when the ctb_global_show class is also set. */ .ctb_global_show .ctb_show.ctb_hideshow { display: block; } .ctb_global_show .ctb_show + .input_area, .ctb_global_show .ctb_show + div.text_cell_input, .ctb_global_show .ctb_show ~ div.text_cell_render { border-top-right-radius: 0px; border-top-left-radius: 0px; } .ctb_global_show .ctb_show ~ div.text_cell_render { border: 1px solid #cfcfcf; } .celltoolbar { font-size: 87%; padding-top: 3px; } .celltoolbar select { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; width: inherit; font-size: inherit; height: 22px; padding: 0px; display: inline-block; } .celltoolbar select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .celltoolbar select::-moz-placeholder { color: #999; opacity: 1; } .celltoolbar select:-ms-input-placeholder { color: #999; } .celltoolbar select::-webkit-input-placeholder { color: #999; } .celltoolbar select::-ms-expand { border: 0; background-color: transparent; } .celltoolbar select[disabled], .celltoolbar select[readonly], fieldset[disabled] .celltoolbar select { background-color: #eeeeee; opacity: 1; } .celltoolbar select[disabled], fieldset[disabled] .celltoolbar select { cursor: not-allowed; } textarea.celltoolbar select { height: auto; } select.celltoolbar select { height: 30px; line-height: 30px; } textarea.celltoolbar select, select[multiple].celltoolbar select { height: auto; } .celltoolbar label { margin-left: 5px; margin-right: 5px; } .tags_button_container { width: 100%; display: flex; } .tag-container { display: flex; flex-direction: row; flex-grow: 1; overflow: hidden; position: relative; } .tag-container > * { margin: 0 4px; } .remove-tag-btn { margin-left: 4px; } .tags-input { display: flex; } .cell-tag:last-child:after { content: ""; position: absolute; right: 0; width: 40px; height: 100%; /* Fade to background color of cell toolbar */ background: linear-gradient(to right, rgba(0, 0, 0, 0), #EEE); } .tags-input > * { margin-left: 4px; } .cell-tag, .tags-input input, .tags-input button { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; box-shadow: none; width: inherit; font-size: inherit; height: 22px; line-height: 22px; padding: 0px 4px; display: inline-block; } .cell-tag:focus, .tags-input input:focus, .tags-input button:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .cell-tag::-moz-placeholder, .tags-input input::-moz-placeholder, .tags-input button::-moz-placeholder { color: #999; opacity: 1; } .cell-tag:-ms-input-placeholder, .tags-input input:-ms-input-placeholder, .tags-input button:-ms-input-placeholder { color: #999; } .cell-tag::-webkit-input-placeholder, .tags-input input::-webkit-input-placeholder, .tags-input button::-webkit-input-placeholder { color: #999; } .cell-tag::-ms-expand, .tags-input input::-ms-expand, .tags-input button::-ms-expand { border: 0; background-color: transparent; } .cell-tag[disabled], .tags-input input[disabled], .tags-input button[disabled], .cell-tag[readonly], .tags-input input[readonly], .tags-input button[readonly], fieldset[disabled] .cell-tag, fieldset[disabled] .tags-input input, fieldset[disabled] .tags-input button { background-color: #eeeeee; opacity: 1; } .cell-tag[disabled], .tags-input input[disabled], .tags-input button[disabled], fieldset[disabled] .cell-tag, fieldset[disabled] .tags-input input, fieldset[disabled] .tags-input button { cursor: not-allowed; } textarea.cell-tag, textarea.tags-input input, textarea.tags-input button { height: auto; } select.cell-tag, select.tags-input input, select.tags-input button { height: 30px; line-height: 30px; } textarea.cell-tag, textarea.tags-input input, textarea.tags-input button, select[multiple].cell-tag, select[multiple].tags-input input, select[multiple].tags-input button { height: auto; } .cell-tag, .tags-input button { padding: 0px 4px; } .cell-tag { background-color: #fff; white-space: nowrap; } .tags-input input[type=text]:focus { outline: none; box-shadow: none; border-color: #ccc; } .completions { position: absolute; z-index: 110; overflow: hidden; border: 1px solid #ababab; border-radius: 2px; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; line-height: 1; } .completions select { background: white; outline: none; border: none; padding: 0px; margin: 0px; overflow: auto; font-family: monospace; font-size: 110%; color: #000; width: auto; } .completions select option.context { color: #286090; } #kernel_logo_widget .current_kernel_logo { display: none; margin-top: -1px; margin-bottom: -1px; width: 32px; height: 32px; } [dir="rtl"] #kernel_logo_widget { float: left !important; float: left; } .modal .modal-body .move-path { display: flex; flex-direction: row; justify-content: space; align-items: center; } .modal .modal-body .move-path .server-root { padding-right: 20px; } .modal .modal-body .move-path .path-input { flex: 1; } #menubar { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top: 1px; } #menubar .navbar { border-top: 1px; border-radius: 0px 0px 2px 2px; margin-bottom: 0px; } #menubar .navbar-toggle { float: left; padding-top: 7px; padding-bottom: 7px; border: none; } #menubar .navbar-collapse { clear: left; } [dir="rtl"] #menubar .navbar-toggle { float: right; } [dir="rtl"] #menubar .navbar-collapse { clear: right; } [dir="rtl"] #menubar .navbar-nav { float: right; } [dir="rtl"] #menubar .nav { padding-right: 0px; } [dir="rtl"] #menubar .navbar-nav > li { float: right; } [dir="rtl"] #menubar .navbar-right { float: left !important; } [dir="rtl"] ul.dropdown-menu { text-align: right; left: auto; } [dir="rtl"] ul#new-menu.dropdown-menu { right: auto; left: 0; } .nav-wrapper { border-bottom: 1px solid #e7e7e7; } i.menu-icon { padding-top: 4px; } [dir="rtl"] i.menu-icon.pull-right { float: left !important; float: left; } ul#help_menu li a { overflow: hidden; padding-right: 2.2em; } ul#help_menu li a i { margin-right: -1.2em; } [dir="rtl"] ul#help_menu li a { padding-left: 2.2em; } [dir="rtl"] ul#help_menu li a i { margin-right: 0; margin-left: -1.2em; } [dir="rtl"] ul#help_menu li a i.pull-right { float: left !important; float: left; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; } [dir="rtl"] .dropdown-submenu > .dropdown-menu { right: 100%; margin-right: -1px; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .dropdown-submenu > a:after { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: block; content: "\f0da"; float: right; color: #333333; margin-top: 2px; margin-right: -10px; } .dropdown-submenu > a:after.fa-pull-left { margin-right: .3em; } .dropdown-submenu > a:after.fa-pull-right { margin-left: .3em; } .dropdown-submenu > a:after.pull-left { margin-right: .3em; } .dropdown-submenu > a:after.pull-right { margin-left: .3em; } [dir="rtl"] .dropdown-submenu > a:after { float: left; content: "\f0d9"; margin-right: 0; margin-left: -10px; } .dropdown-submenu:hover > a:after { color: #262626; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; } #notification_area { float: right !important; float: right; z-index: 10; } [dir="rtl"] #notification_area { float: left !important; float: left; } .indicator_area { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } [dir="rtl"] .indicator_area { float: left !important; float: left; } #kernel_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; border-left: 1px solid; } #kernel_indicator .kernel_indicator_name { padding-left: 5px; padding-right: 5px; } [dir="rtl"] #kernel_indicator { float: left !important; float: left; border-left: 0; border-right: 1px solid; } #modal_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } [dir="rtl"] #modal_indicator { float: left !important; float: left; } #readonly-indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; margin-top: 2px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; display: none; } .modal_indicator:before { width: 1.28571429em; text-align: center; } .edit_mode .modal_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f040"; } .edit_mode .modal_indicator:before.fa-pull-left { margin-right: .3em; } .edit_mode .modal_indicator:before.fa-pull-right { margin-left: .3em; } .edit_mode .modal_indicator:before.pull-left { margin-right: .3em; } .edit_mode .modal_indicator:before.pull-right { margin-left: .3em; } .command_mode .modal_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ' '; } .command_mode .modal_indicator:before.fa-pull-left { margin-right: .3em; } .command_mode .modal_indicator:before.fa-pull-right { margin-left: .3em; } .command_mode .modal_indicator:before.pull-left { margin-right: .3em; } .command_mode .modal_indicator:before.pull-right { margin-left: .3em; } .kernel_idle_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f10c"; } .kernel_idle_icon:before.fa-pull-left { margin-right: .3em; } .kernel_idle_icon:before.fa-pull-right { margin-left: .3em; } .kernel_idle_icon:before.pull-left { margin-right: .3em; } .kernel_idle_icon:before.pull-right { margin-left: .3em; } .kernel_busy_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f111"; } .kernel_busy_icon:before.fa-pull-left { margin-right: .3em; } .kernel_busy_icon:before.fa-pull-right { margin-left: .3em; } .kernel_busy_icon:before.pull-left { margin-right: .3em; } .kernel_busy_icon:before.pull-right { margin-left: .3em; } .kernel_dead_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f1e2"; } .kernel_dead_icon:before.fa-pull-left { margin-right: .3em; } .kernel_dead_icon:before.fa-pull-right { margin-left: .3em; } .kernel_dead_icon:before.pull-left { margin-right: .3em; } .kernel_dead_icon:before.pull-right { margin-left: .3em; } .kernel_disconnected_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f127"; } .kernel_disconnected_icon:before.fa-pull-left { margin-right: .3em; } .kernel_disconnected_icon:before.fa-pull-right { margin-left: .3em; } .kernel_disconnected_icon:before.pull-left { margin-right: .3em; } .kernel_disconnected_icon:before.pull-right { margin-left: .3em; } .notification_widget { color: #777; z-index: 10; background: rgba(240, 240, 240, 0.5); margin-right: 4px; color: #333; background-color: #fff; border-color: #ccc; } .notification_widget:focus, .notification_widget.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .notification_widget:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .notification_widget:active, .notification_widget.active, .open > .dropdown-toggle.notification_widget { color: #333; background-color: #e6e6e6; border-color: #adadad; } .notification_widget:active:hover, .notification_widget.active:hover, .open > .dropdown-toggle.notification_widget:hover, .notification_widget:active:focus, .notification_widget.active:focus, .open > .dropdown-toggle.notification_widget:focus, .notification_widget:active.focus, .notification_widget.active.focus, .open > .dropdown-toggle.notification_widget.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .notification_widget:active, .notification_widget.active, .open > .dropdown-toggle.notification_widget { background-image: none; } .notification_widget.disabled:hover, .notification_widget[disabled]:hover, fieldset[disabled] .notification_widget:hover, .notification_widget.disabled:focus, .notification_widget[disabled]:focus, fieldset[disabled] .notification_widget:focus, .notification_widget.disabled.focus, .notification_widget[disabled].focus, fieldset[disabled] .notification_widget.focus { background-color: #fff; border-color: #ccc; } .notification_widget .badge { color: #fff; background-color: #333; } .notification_widget.warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .notification_widget.warning:focus, .notification_widget.warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .notification_widget.warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .notification_widget.warning:active, .notification_widget.warning.active, .open > .dropdown-toggle.notification_widget.warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .notification_widget.warning:active:hover, .notification_widget.warning.active:hover, .open > .dropdown-toggle.notification_widget.warning:hover, .notification_widget.warning:active:focus, .notification_widget.warning.active:focus, .open > .dropdown-toggle.notification_widget.warning:focus, .notification_widget.warning:active.focus, .notification_widget.warning.active.focus, .open > .dropdown-toggle.notification_widget.warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .notification_widget.warning:active, .notification_widget.warning.active, .open > .dropdown-toggle.notification_widget.warning { background-image: none; } .notification_widget.warning.disabled:hover, .notification_widget.warning[disabled]:hover, fieldset[disabled] .notification_widget.warning:hover, .notification_widget.warning.disabled:focus, .notification_widget.warning[disabled]:focus, fieldset[disabled] .notification_widget.warning:focus, .notification_widget.warning.disabled.focus, .notification_widget.warning[disabled].focus, fieldset[disabled] .notification_widget.warning.focus { background-color: #f0ad4e; border-color: #eea236; } .notification_widget.warning .badge { color: #f0ad4e; background-color: #fff; } .notification_widget.success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .notification_widget.success:focus, .notification_widget.success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .notification_widget.success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .notification_widget.success:active, .notification_widget.success.active, .open > .dropdown-toggle.notification_widget.success { color: #fff; background-color: #449d44; border-color: #398439; } .notification_widget.success:active:hover, .notification_widget.success.active:hover, .open > .dropdown-toggle.notification_widget.success:hover, .notification_widget.success:active:focus, .notification_widget.success.active:focus, .open > .dropdown-toggle.notification_widget.success:focus, .notification_widget.success:active.focus, .notification_widget.success.active.focus, .open > .dropdown-toggle.notification_widget.success.focus { color: #fff; background-color: #398439; border-color: #255625; } .notification_widget.success:active, .notification_widget.success.active, .open > .dropdown-toggle.notification_widget.success { background-image: none; } .notification_widget.success.disabled:hover, .notification_widget.success[disabled]:hover, fieldset[disabled] .notification_widget.success:hover, .notification_widget.success.disabled:focus, .notification_widget.success[disabled]:focus, fieldset[disabled] .notification_widget.success:focus, .notification_widget.success.disabled.focus, .notification_widget.success[disabled].focus, fieldset[disabled] .notification_widget.success.focus { background-color: #5cb85c; border-color: #4cae4c; } .notification_widget.success .badge { color: #5cb85c; background-color: #fff; } .notification_widget.info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .notification_widget.info:focus, .notification_widget.info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .notification_widget.info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .notification_widget.info:active, .notification_widget.info.active, .open > .dropdown-toggle.notification_widget.info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .notification_widget.info:active:hover, .notification_widget.info.active:hover, .open > .dropdown-toggle.notification_widget.info:hover, .notification_widget.info:active:focus, .notification_widget.info.active:focus, .open > .dropdown-toggle.notification_widget.info:focus, .notification_widget.info:active.focus, .notification_widget.info.active.focus, .open > .dropdown-toggle.notification_widget.info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .notification_widget.info:active, .notification_widget.info.active, .open > .dropdown-toggle.notification_widget.info { background-image: none; } .notification_widget.info.disabled:hover, .notification_widget.info[disabled]:hover, fieldset[disabled] .notification_widget.info:hover, .notification_widget.info.disabled:focus, .notification_widget.info[disabled]:focus, fieldset[disabled] .notification_widget.info:focus, .notification_widget.info.disabled.focus, .notification_widget.info[disabled].focus, fieldset[disabled] .notification_widget.info.focus { background-color: #5bc0de; border-color: #46b8da; } .notification_widget.info .badge { color: #5bc0de; background-color: #fff; } .notification_widget.danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .notification_widget.danger:focus, .notification_widget.danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .notification_widget.danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .notification_widget.danger:active, .notification_widget.danger.active, .open > .dropdown-toggle.notification_widget.danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .notification_widget.danger:active:hover, .notification_widget.danger.active:hover, .open > .dropdown-toggle.notification_widget.danger:hover, .notification_widget.danger:active:focus, .notification_widget.danger.active:focus, .open > .dropdown-toggle.notification_widget.danger:focus, .notification_widget.danger:active.focus, .notification_widget.danger.active.focus, .open > .dropdown-toggle.notification_widget.danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .notification_widget.danger:active, .notification_widget.danger.active, .open > .dropdown-toggle.notification_widget.danger { background-image: none; } .notification_widget.danger.disabled:hover, .notification_widget.danger[disabled]:hover, fieldset[disabled] .notification_widget.danger:hover, .notification_widget.danger.disabled:focus, .notification_widget.danger[disabled]:focus, fieldset[disabled] .notification_widget.danger:focus, .notification_widget.danger.disabled.focus, .notification_widget.danger[disabled].focus, fieldset[disabled] .notification_widget.danger.focus { background-color: #d9534f; border-color: #d43f3a; } .notification_widget.danger .badge { color: #d9534f; background-color: #fff; } div#pager { background-color: #fff; font-size: 14px; line-height: 20px; overflow: hidden; display: none; position: fixed; bottom: 0px; width: 100%; max-height: 50%; padding-top: 8px; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); /* Display over codemirror */ z-index: 100; /* Hack which prevents jquery ui resizable from changing top. */ top: auto !important; } div#pager pre { line-height: 1.21429em; color: #000; background-color: #f7f7f7; padding: 0.4em; } div#pager #pager-button-area { position: absolute; top: 8px; right: 20px; } div#pager #pager-contents { position: relative; overflow: auto; width: 100%; height: 100%; } div#pager #pager-contents #pager-container { position: relative; padding: 15px 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } div#pager .ui-resizable-handle { top: 0px; height: 8px; background: #f7f7f7; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; /* This injects handle bars (a short, wide = symbol) for the resize handle. */ } div#pager .ui-resizable-handle::after { content: ''; top: 2px; left: 50%; height: 3px; width: 30px; margin-left: -15px; position: absolute; border-top: 1px solid #cfcfcf; } .quickhelp { /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; line-height: 1.8em; } .shortcut_key { display: inline-block; width: 21ex; text-align: right; font-family: monospace; } .shortcut_descr { display: inline-block; /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; } span.save_widget { height: 30px; margin-top: 4px; display: flex; justify-content: flex-start; align-items: baseline; width: 50%; flex: 1; } span.save_widget span.filename { height: 100%; line-height: 1em; margin-left: 16px; border: none; font-size: 146.5%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; border-radius: 2px; } span.save_widget span.filename:hover { background-color: #e6e6e6; } [dir="rtl"] span.save_widget.pull-left { float: right !important; float: right; } [dir="rtl"] span.save_widget span.filename { margin-left: 0; margin-right: 16px; } span.checkpoint_status, span.autosave_status { font-size: small; white-space: nowrap; padding: 0 5px; } @media (max-width: 767px) { span.save_widget { font-size: small; padding: 0 0 0 5px; } span.checkpoint_status, span.autosave_status { display: none; } } @media (min-width: 768px) and (max-width: 991px) { span.checkpoint_status { display: none; } span.autosave_status { font-size: x-small; } } .toolbar { padding: 0px; margin-left: -5px; margin-top: 2px; margin-bottom: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .toolbar select, .toolbar label { width: auto; vertical-align: middle; margin-right: 2px; margin-bottom: 0px; display: inline; font-size: 92%; margin-left: 0.3em; margin-right: 0.3em; padding: 0px; padding-top: 3px; } .toolbar .btn { padding: 2px 8px; } .toolbar .btn-group { margin-top: 0px; margin-left: 5px; } .toolbar-btn-label { margin-left: 6px; } #maintoolbar { margin-bottom: -3px; margin-top: -8px; border: 0px; min-height: 27px; margin-left: 0px; padding-top: 11px; padding-bottom: 3px; } #maintoolbar .navbar-text { float: none; vertical-align: middle; text-align: right; margin-left: 5px; margin-right: 0px; margin-top: 0px; } .select-xs { height: 24px; } [dir="rtl"] .btn-group > .btn, .btn-group-vertical > .btn { float: right; } .pulse, .dropdown-menu > li > a.pulse, li.pulse > a.dropdown-toggle, li.pulse.open > a.dropdown-toggle { background-color: #F37626; color: white; } /** * Primary styles * * Author: Jupyter Development Team */ /** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot * of chance of beeing generated from the ../less/[samename].less file, you can * try to get back the less file by reverting somme commit in history **/ /* * We'll try to get something pretty, so we * have some strange css to have the scroll bar on * the left with fix button on the top right of the tooltip */ @-moz-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-moz-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /*properties of tooltip after "expand"*/ .bigtooltip { overflow: auto; height: 200px; -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; } /*properties of tooltip before "expand"*/ .smalltooltip { -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; text-overflow: ellipsis; overflow: hidden; height: 80px; } .tooltipbuttons { position: absolute; padding-right: 15px; top: 0px; right: 0px; } .tooltiptext { /*avoid the button to overlap on some docstring*/ padding-right: 30px; } .ipython_tooltip { max-width: 700px; /*fade-in animation when inserted*/ -webkit-animation: fadeOut 400ms; -moz-animation: fadeOut 400ms; animation: fadeOut 400ms; -webkit-animation: fadeIn 400ms; -moz-animation: fadeIn 400ms; animation: fadeIn 400ms; vertical-align: middle; background-color: #f7f7f7; overflow: visible; border: #ababab 1px solid; outline: none; padding: 3px; margin: 0px; padding-left: 7px; font-family: monospace; min-height: 50px; -moz-box-shadow: 0px 6px 10px -1px #adadad; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; border-radius: 2px; position: absolute; z-index: 1000; } .ipython_tooltip a { float: right; } .ipython_tooltip .tooltiptext pre { border: 0; border-radius: 0; font-size: 100%; background-color: #f7f7f7; } .pretooltiparrow { left: 0px; margin: 0px; top: -16px; width: 40px; height: 16px; overflow: hidden; position: absolute; } .pretooltiparrow:before { background-color: #f7f7f7; border: 1px #ababab solid; z-index: 11; content: ""; position: absolute; left: 15px; top: 10px; width: 25px; height: 25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); } ul.typeahead-list i { margin-left: -10px; width: 18px; } [dir="rtl"] ul.typeahead-list i { margin-left: 0; margin-right: -10px; } ul.typeahead-list { max-height: 80vh; overflow: auto; } ul.typeahead-list > li > a { /** Firefox bug **/ /* see https://github.com/jupyter/notebook/issues/559 */ white-space: normal; } ul.typeahead-list > li > a.pull-right { float: left !important; float: left; } [dir="rtl"] .typeahead-list { text-align: right; } .cmd-palette .modal-body { padding: 7px; } .cmd-palette form { background: white; } .cmd-palette input { outline: none; } .no-shortcut { min-width: 20px; color: transparent; } [dir="rtl"] .no-shortcut.pull-right { float: left !important; float: left; } [dir="rtl"] .command-shortcut.pull-right { float: left !important; float: left; } .command-shortcut:before { content: "(command mode)"; padding-right: 3px; color: #777777; } .edit-shortcut:before { content: "(edit)"; padding-right: 3px; color: #777777; } [dir="rtl"] .edit-shortcut.pull-right { float: left !important; float: left; } #find-and-replace #replace-preview .match, #find-and-replace #replace-preview .insert { background-color: #BBDEFB; border-color: #90CAF9; border-style: solid; border-width: 1px; border-radius: 0px; } [dir="ltr"] #find-and-replace .input-group-btn + .form-control { border-left: none; } [dir="rtl"] #find-and-replace .input-group-btn + .form-control { border-right: none; } #find-and-replace #replace-preview .replace .match { background-color: #FFCDD2; border-color: #EF9A9A; border-radius: 0px; } #find-and-replace #replace-preview .replace .insert { background-color: #C8E6C9; border-color: #A5D6A7; border-radius: 0px; } #find-and-replace #replace-preview { max-height: 60vh; overflow: auto; } #find-and-replace #replace-preview pre { padding: 5px 10px; } .terminal-app { background: #EEE; } .terminal-app #header { background: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } .terminal-app .terminal { width: 100%; float: left; font-family: monospace; color: white; background: black; padding: 0.4em; border-radius: 2px; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); } .terminal-app .terminal, .terminal-app .terminal dummy-screen { line-height: 1em; font-size: 14px; } .terminal-app .terminal .xterm-rows { padding: 10px; } .terminal-app .terminal-cursor { color: black; background: white; } .terminal-app #terminado-container { margin-top: 20px; } /*# sourceMappingURL=style.min.css.map */ </style> <style type="text/css"> .highlight .hll { background-color: #ffffcc } .highlight { background: #f8f8f8; } .highlight .c { color: #408080; font-style: italic } /* Comment */ .highlight .err { border: 1px solid #FF0000 } /* Error */ .highlight .k { color: #008000; font-weight: bold } /* Keyword */ .highlight .o { color: #666666 } /* Operator */ .highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ .highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ .highlight .cp { color: #BC7A00 } /* Comment.Preproc */ .highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ .highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */ .highlight .cs { color: #408080; font-style: italic } /* Comment.Special */ .highlight .gd { color: #A00000 } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #FF0000 } /* Generic.Error */ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .highlight .gi { color: #00A000 } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ .highlight .gt { color: #0044DD } /* Generic.Traceback */ .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008000 } /* Keyword.Pseudo */ .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #B00040 } /* Keyword.Type */ .highlight .m { color: #666666 } /* Literal.Number */ .highlight .s { color: #BA2121 } /* Literal.String */ .highlight .na { color: #7D9029 } /* Name.Attribute */ .highlight .nb { color: #008000 } /* Name.Builtin */ .highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */ .highlight .no { color: #880000 } /* Name.Constant */ .highlight .nd { color: #AA22FF } /* Name.Decorator */ .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ .highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0000FF } /* Name.Function */ .highlight .nl { color: #A0A000 } /* Name.Label */ .highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ .highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #19177C } /* Name.Variable */ .highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #666666 } /* Literal.Number.Bin */ .highlight .mf { color: #666666 } /* Literal.Number.Float */ .highlight .mh { color: #666666 } /* Literal.Number.Hex */ .highlight .mi { color: #666666 } /* Literal.Number.Integer */ .highlight .mo { color: #666666 } /* Literal.Number.Oct */ .highlight .sa { color: #BA2121 } /* Literal.String.Affix */ .highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ .highlight .sc { color: #BA2121 } /* Literal.String.Char */ .highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */ .highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ .highlight .s2 { color: #BA2121 } /* Literal.String.Double */ .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ .highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */ .highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ .highlight .sx { color: #008000 } /* Literal.String.Other */ .highlight .sr { color: #BB6688 } /* Literal.String.Regex */ .highlight .s1 { color: #BA2121 } /* Literal.String.Single */ .highlight .ss { color: #19177C } /* Literal.String.Symbol */ .highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0000FF } /* Name.Function.Magic */ .highlight .vc { color: #19177C } /* Name.Variable.Class */ .highlight .vg { color: #19177C } /* Name.Variable.Global */ .highlight .vi { color: #19177C } /* Name.Variable.Instance */ .highlight .vm { color: #19177C } /* Name.Variable.Magic */ .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ </style> <style type="text/css"> /* Temporary definitions which will become obsolete with Notebook release 5.0 */ .ansi-black-fg { color: #3E424D; } .ansi-black-bg { background-color: #3E424D; } .ansi-black-intense-fg { color: #282C36; } .ansi-black-intense-bg { background-color: #282C36; } .ansi-red-fg { color: #E75C58; } .ansi-red-bg { background-color: #E75C58; } .ansi-red-intense-fg { color: #B22B31; } .ansi-red-intense-bg { background-color: #B22B31; } .ansi-green-fg { color: #00A250; } .ansi-green-bg { background-color: #00A250; } .ansi-green-intense-fg { color: #007427; } .ansi-green-intense-bg { background-color: #007427; } .ansi-yellow-fg { color: #DDB62B; } .ansi-yellow-bg { background-color: #DDB62B; } .ansi-yellow-intense-fg { color: #B27D12; } .ansi-yellow-intense-bg { background-color: #B27D12; } .ansi-blue-fg { color: #208FFB; } .ansi-blue-bg { background-color: #208FFB; } .ansi-blue-intense-fg { color: #0065CA; } .ansi-blue-intense-bg { background-color: #0065CA; } .ansi-magenta-fg { color: #D160C4; } .ansi-magenta-bg { background-color: #D160C4; } .ansi-magenta-intense-fg { color: #A03196; } .ansi-magenta-intense-bg { background-color: #A03196; } .ansi-cyan-fg { color: #60C6C8; } .ansi-cyan-bg { background-color: #60C6C8; } .ansi-cyan-intense-fg { color: #258F8F; } .ansi-cyan-intense-bg { background-color: #258F8F; } .ansi-white-fg { color: #C5C1B4; } .ansi-white-bg { background-color: #C5C1B4; } .ansi-white-intense-fg { color: #A1A6B2; } .ansi-white-intense-bg { background-color: #A1A6B2; } .ansi-bold { font-weight: bold; } </style> <style type="text/css"> /* Overrides of notebook CSS for static HTML export */ body { overflow: visible; padding: 8px; } div#notebook { overflow: visible; border-top: none; }@media print { div.cell { display: block; page-break-inside: avoid; } div.output_wrapper { display: block; page-break-inside: avoid; } div.output { display: block; page-break-inside: avoid; } } </style> <!-- Loading mathjax macro --> <!-- Load mathjax --> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML"></script> <!-- MathJax configuration --> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ], processEscapes: true, processEnvironments: true }, // Center justify equations in code and markdown cells. Elsewhere // we use CSS to left justify single line equations in code cells. displayAlign: 'center', "HTML-CSS": { styles: {'.MathJax_Display': {"margin": 0}}, linebreaks: { automatic: true } } }); </script> <!-- End of mathjax configuration --> <style> .cell.nbinteract-left { width: 50%; float: left; } .cell.nbinteract-right { width: 50%; float: right; } .cell.nbinteract-hide_in > .input { display: none; } .cell.nbinteract-hide_out > .output_wrapper { display: none; } .cell.nbinteract-hide { display: none; } .cell:after { content: ""; display: table; clear: both; } div.output_subarea { max-width: initial; } .jp-OutputPrompt { display: none; } </style></head> <body> <div tabindex="-1" id="notebook" class="border-box-sizing"> <div class="container"> <div class="cell text_cell"> <button class="js-nbinteract-widget"> Loading widgets... </button> </div> <div class="cell border-box-sizing text_cell rendered"><div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <p>This notebook is just used as scratch paper.</p> </div> </div> </div> <div class="nbinteract-hide cell border-box-sizing code_cell rendered"> <div class="input"> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="c1"># nbi:hide</span> <span class="kn">import</span> <span class="nn">ipywidgets</span> <span class="k">as</span> <span class="nn">widgets</span> <span class="kn">from</span> <span class="nn">ipywidgets</span> <span class="k">import</span> <span class="n">interact</span><span class="p">,</span> <span class="n">interactive</span><span class="p">,</span> <span class="n">interact_manual</span> <span class="kn">import</span> <span class="nn">nbinteract</span> <span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span> <span class="kn">import</span> <span class="nn">pandas</span> <span class="k">as</span> <span class="nn">pd</span> <span class="kn">import</span> <span class="nn">matplotlib.pyplot</span> <span class="k">as</span> <span class="nn">plt</span> <span class="o">%</span><span class="k">matplotlib</span> inline </pre></div> </div> </div> </div> </div> <div class="nbinteract-right cell border-box-sizing code_cell rendered"> <div class="input"> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="c1"># nbi:right</span> <span class="nd">@interact</span><span class="p">(</span><span class="n">x</span><span class="o">=</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="mi">10</span><span class="p">))</span> <span class="k">def</span> <span class="nf">plot</span><span class="p">(</span><span class="n">x</span><span class="p">):</span> <span class="n">plt</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">arange</span><span class="p">(</span><span class="n">x</span><span class="p">),</span> <span class="n">np</span><span class="o">.</span><span class="n">arange</span><span class="p">(</span><span class="n">x</span><span class="p">)</span> <span class="o">**</span> <span class="mi">2</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"> <div class="output_subarea output_widget_view "> <button class="js-nbinteract-widget"> Loading widgets... </button> </div> </div> </div> </div> </div> <div class="nbinteract-left cell border-box-sizing code_cell rendered"> <div class="input"> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="c1"># nbi:left</span> <span class="nd">@interact</span><span class="p">(</span><span class="n">x</span><span class="o">=</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="mi">10</span><span class="p">))</span> <span class="k">def</span> <span class="nf">square</span><span class="p">(</span><span class="n">x</span><span class="p">):</span> <span class="k">return</span> <span class="n">x</span> <span class="o">*</span> <span class="n">x</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"> <div class="output_subarea output_widget_view "> <button class="js-nbinteract-widget"> Loading widgets... </button> </div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"><div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <p>This cell should display as a full row.</p> </div> </div> </div> <div class="nbinteract-hide_in cell border-box-sizing code_cell rendered"> <div class="input"> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="c1"># nbi:hide_in</span> <span class="nd">@interact</span><span class="p">(</span><span class="n">x</span><span class="o">=</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="mi">10</span><span class="p">))</span> <span class="k">def</span> <span class="nf">plot</span><span class="p">(</span><span class="n">x</span><span class="p">):</span> <span class="n">plt</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">arange</span><span class="p">(</span><span class="n">x</span><span class="p">),</span> <span class="n">np</span><span class="o">.</span><span class="n">exp</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">arange</span><span class="p">(</span><span class="n">x</span><span class="p">)))</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"> <div class="output_subarea output_widget_view "> <button class="js-nbinteract-widget"> Loading widgets... </button> </div> </div> </div> </div> </div> <div class="nbinteract-right cell border-box-sizing code_cell rendered"> <div class="input"> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="c1"># nbi:right</span> <span class="nd">@interact</span><span class="p">(</span><span class="n">x</span><span class="o">=</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="mi">10</span><span class="p">))</span> <span class="k">def</span> <span class="nf">plot</span><span class="p">(</span><span class="n">x</span><span class="p">):</span> <span class="n">plt</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">arange</span><span class="p">(</span><span class="n">x</span><span class="p">),</span> <span class="n">np</span><span class="o">.</span><span class="n">arange</span><span class="p">(</span><span class="n">x</span><span class="p">)</span> <span class="o">**</span> <span class="mi">2</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"> <div class="output_subarea output_widget_view "> <button class="js-nbinteract-widget"> Loading widgets... </button> </div> </div> </div> </div> </div> <div class="nbinteract-left cell border-box-sizing code_cell rendered"> <div class="input"> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="c1"># nbi:left</span> <span class="nd">@interact</span><span class="p">(</span><span class="n">x</span><span class="o">=</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="mi">10</span><span class="p">))</span> <span class="k">def</span> <span class="nf">square</span><span class="p">(</span><span class="n">x</span><span class="p">):</span> <span class="k">return</span> <span class="n">x</span> <span class="o">*</span> <span class="n">x</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"> <div class="output_subarea output_widget_view "> <button class="js-nbinteract-widget"> Loading widgets... </button> </div> </div> </div> </div> </div> <div class="nbinteract-right cell border-box-sizing code_cell rendered"> <div class="input"> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="c1"># nbi:right</span> <span class="nd">@interact</span><span class="p">(</span><span class="n">x</span><span class="o">=</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="mi">10</span><span class="p">))</span> <span class="k">def</span> <span class="nf">plot</span><span class="p">(</span><span class="n">x</span><span class="p">):</span> <span class="n">plt</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">arange</span><span class="p">(</span><span class="n">x</span><span class="p">),</span> <span class="n">np</span><span class="o">.</span><span class="n">arange</span><span class="p">(</span><span class="n">x</span><span class="p">)</span> <span class="o">**</span> <span class="mi">3</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"> <div class="output_subarea output_widget_view "> <button class="js-nbinteract-widget"> Loading widgets... </button> </div> </div> </div> </div> </div> <!-- Loads nbinteract package --> <script src="https://unpkg.com/nbinteract-core" async></script> <script> (function setupNbinteract() { // If NbInteract hasn't loaded, wait one second and try again if (window.NbInteract === undefined) { setTimeout(setupNbinteract, 1000) return } var interact = new window.NbInteract({ spec: 'SamLau95/nbinteract-image/master', baseUrl: 'https://mybinder.org', provider: 'gh', }) interact.prepare() window.interact = interact })() </script> </div> </div> </body>
SamLau95/nbinteract
notebooks/scratch.html
HTML
bsd-3-clause
283,267
<!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.base.model.GenericLikelihoodModelResults.normalized_cov_params &#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.base.model.GenericLikelihoodModelResults.predict" href="statsmodels.base.model.GenericLikelihoodModelResults.predict.html" /> <link rel="prev" title="statsmodels.base.model.GenericLikelihoodModelResults.load" href="statsmodels.base.model.GenericLikelihoodModelResults.load.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="#dev/generated/statsmodels.base.model.GenericLikelihoodModelResults.normalized_cov_params" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels v0.12.1</span> <span class="md-header-nav__topic"> statsmodels.base.model.GenericLikelihoodModelResults.normalized_cov_params </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">Developer Page</a></li> <li class="md-tabs__item"><a href="../internal.html" class="md-tabs__link">Internal Classes</a></li> <li class="md-tabs__item"><a href="statsmodels.base.model.GenericLikelihoodModelResults.html" class="md-tabs__link">statsmodels.base.model.GenericLikelihoodModelResults</a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../../index.html" title="statsmodels">statsmodels v0.12.1</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../../user-guide.html" class="md-nav__link">User Guide</a> </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="../index.html" class="md-nav__link">Developer Page</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../index.html#submitting-a-bug-report" class="md-nav__link">Submitting a Bug Report</a> </li> <li class="md-nav__item"> <a href="../index.html#making-changes-to-the-code" class="md-nav__link">Making Changes to the Code</a> </li> <li class="md-nav__item"> <a href="../index.html#how-to-submit-a-pull-request" class="md-nav__link">How to Submit a Pull Request</a> </li> <li class="md-nav__item"> <a href="../index.html#mailing-list" class="md-nav__link">Mailing List</a> </li> <li class="md-nav__item"> <a href="../index.html#license" class="md-nav__link">License</a> </li> <li class="md-nav__item"> <a href="../index.html#contents" class="md-nav__link">Contents</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../git_notes.html" class="md-nav__link">Working with the statsmodels Code</a> </li> <li class="md-nav__item"> <a href="../maintainer_notes.html" class="md-nav__link">Maintainer Notes</a> </li> <li class="md-nav__item"> <a href="../test_notes.html" class="md-nav__link">Testing</a> </li> <li class="md-nav__item"> <a href="../naming_conventions.html" class="md-nav__link">Naming Conventions</a> </li> <li class="md-nav__item"> <a href="../warnings-and-exceptions.html" class="md-nav__link">Exceptions and Warnings</a> </li> <li class="md-nav__item"> <a href="../dataset_notes.html" class="md-nav__link">Datasets</a> </li> <li class="md-nav__item"> <a href="../examples.html" class="md-nav__link">Examples</a> </li> <li class="md-nav__item"> <a href="../get_involved.html" class="md-nav__link">Get Involved</a> </li> <li class="md-nav__item"> <a href="../internal.html" class="md-nav__link">Internal Classes</a> </li> <li class="md-nav__item"> <a href="../testing.html" class="md-nav__link">Testing on Build Machines</a> </li></ul> </li></ul> </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/dev/generated/statsmodels.base.model.GenericLikelihoodModelResults.normalized_cov_params.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="dev-generated-statsmodels-base-model-genericlikelihoodmodelresults-normalized-cov-params--page-root">statsmodels.base.model.GenericLikelihoodModelResults.normalized_cov_params<a class="headerlink" href="#dev-generated-statsmodels-base-model-genericlikelihoodmodelresults-normalized-cov-params--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py method"> <dt id="statsmodels.base.model.GenericLikelihoodModelResults.normalized_cov_params"> <code class="sig-prename descclassname">GenericLikelihoodModelResults.</code><code class="sig-name descname">normalized_cov_params</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.base.model.GenericLikelihoodModelResults.normalized_cov_params" title="Permalink to this definition">¶</a></dt> <dd><p>See specific model class docstring</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.base.model.GenericLikelihoodModelResults.load.html" title="statsmodels.base.model.GenericLikelihoodModelResults.load" 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.base.model.GenericLikelihoodModelResults.load </span> </div> </a> <a href="statsmodels.base.model.GenericLikelihoodModelResults.predict.html" title="statsmodels.base.model.GenericLikelihoodModelResults.predict" 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.base.model.GenericLikelihoodModelResults.predict </span> </div> <div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Oct 29, 2020. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 3.2.1. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
v0.12.1/dev/generated/statsmodels.base.model.GenericLikelihoodModelResults.normalized_cov_params.html
HTML
bsd-3-clause
18,642
<div class="n2help_content help_content_wiki"> <h1>Jargon wiki</h1> <h2>Sections</h2> <div class="table" style="display:table;"> <div class="table-row" style="display:table-row;"> <div class="table-head" style="width:50%; background-color:#DDDDDD; border:1px solid #999999; display:table-cell; padding:5px 5px;"><strong>Syntaxe</strong></div> <div class="table-head" style="width:50%; background-color:#DDDDDD; border:1px solid #999999; display:table-cell; padding:5px 5px;"><strong>Rendu</strong></div> </div> <div class="table-row" style="display:table-row;"> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">=Section 1=</div> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;"><h1>Section 1</h1></div> </div> <div class="table-row" style="display:table-row;"> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">==Section 2==</div> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;"><h2>Section 2</h2></div> </div> <div class="table-row" style="display:table-row;"> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">===Section 3===</div> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;"><h3>Section 3</h3></div> </div> <div class="table-row" style="display:table-row;"> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">====Section 4====</div> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;"><h4>Section 4</h4></div> </div> </div> <h2>Texte gras et italique</h2> <div class="table" style="display:table;""> <div class="table-row" style="display:table-row;"> <div class="table-head" style="width:50%; background-color:#DDDDDD; border:1px solid #999999; display:table-cell; padding:5px 5px;"><strong>Syntaxe</strong></div> <div class="table-head" style="width:50%; background-color:#DDDDDD; border:1px solid #999999; display:table-cell; padding:5px 5px;"><strong>Rendu</strong></div> </div> <div class="table-row" style="display:table-row;"> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">Texte '''gras'''</div> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">Texte <b>gras</b></div> </div> <div class="table-row" style="display:table-row;"> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">Texte ''italique''</div> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">Texte <i>italique</i></div> </div> </div> <h2>Ligne Horizontale</h2> <strong>Syntaxe</strong><br/> ----<br/> <strong>Rendu</strong><br/> <hr> <h2>Sections</h2> <div class="table" style="display:table;"> <div class="table-row" style="display:table-row;"> <div class="table-head" style="width:50%; background-color:#DDDDDD; border:1px solid #999999; display:table-cell; padding:5px 5px;"><strong>Syntaxe</strong></div> <div class="table-head" style="width:50%; background-color:#DDDDDD; border:1px solid #999999; display:table-cell; padding:5px 5px;"><strong>Rendu</strong></div> </div> <div class="table-row" style="display:table-row;"> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">{{ class="abc" | alt="alt text"<br/>Contenu de la section<br/>}}<br/></div> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;"><div class="abc" alt="alt text">Contenu de la section</div></div> </div> </div> <h2>Listes</h2> <div class="table" style="display:table;"> <div class="table-row" style="display:table-row;"> <div class="table-head" style="width:50%; background-color:#DDDDDD; border:1px solid #999999; display:table-cell; padding:5px 5px;"><strong>Syntaxe</strong></div> <div class="table-head" style="width:50%; background-color:#DDDDDD; border:1px solid #999999; display:table-cell; padding:5px 5px;"><strong>Rendu</strong></div> </div> <div class="table-row" style="display:table-row;"> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">*élément a<br/>*élément b<br/>**élément b-2<br/></div> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;"><ul style="list-style:disc;"><li>élément a</li><li>élément b</li><ul style="list-style:disc;"><li>élément b-2</li></ul></ul></div> </div> <div class="table-row" style="display:table-row;"> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">#élément a<br/>#élément b<br/>##élément b-2<br/></div> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;"><ol><li>élément a</li><li>élément b</li><ol><li>élément b-2</li></ol></ol></div> </div> </div> <h2>Liens</h2> <div class="table" style="display:table;"> <div class="table-row" style="display:table-row;"> <div class="table-head" style="width:50%; background-color:#DDDDDD; border:1px solid #999999; display:table-cell; padding:5px 5px;"><strong>Syntaxe</strong></div> <div class="table-head" style="width:50%; background-color:#DDDDDD; border:1px solid #999999; display:table-cell; padding:5px 5px;"><strong>Rendu</strong></div> </div> <div class="table-row" style="display:table-row;"> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">[[http://nunaliit.org]]</div> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;"><a href="http://nunaliit.org">http://nunaliit.org</a></div> </div> <div class="table-row" style="display:table-row;"> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">[[http://nunaliit.org|Nunaliit]]</div> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;"><a href="http://nunaliit.org">Nunaliit</a></div> </div> </div> <h2>Service d'affichage Nunaliit</h2> <div class="table" style="display:table;"> <div class="table-row" style="display:table-row;"> <div class="table-head" style="width:50%; background-color:#DDDDDD; border:1px solid #999999; display:table-cell; padding:5px 5px;"><strong>Service d'affichage</strong></div> <div class="table-head" style="width:50%; background-color:#DDDDDD; border:1px solid #999999; display:table-cell; padding:5px 5px;"><strong>Syntaxe</strong></div> </div> <div class="table-row" style="display:table-row;"> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">Insérer le contenu d'un document <br/>(identificateur = 0987654321)</div> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">[[nunaliit:n2s_fullDisplay|nunaliit-document="0987654321"]] </div> </div> <div class="table-row" style="display:table-row;"> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">Insérer une image associée à un document<br/>(identificateur = 1234567890)</div> <div class="table-col" style="width:50%; border:1px solid #999999; display:table-cell; padding:5px 5px;">[[nunaliit:n2s_insertMediaView|nunaliit-document="1234567890" nunaliit-attachment="image.png"]] </div> </div> </div> </div>
GCRC/nunaliit
nunaliit2-couch-application/src/main/updateDocs/help.wiki/nunaliit_help/content/fr.html
HTML
bsd-3-clause
7,990
<!-- BEGIN: content --> <!-- BEGIN: messages --><div class="onxshop_messages">{MESSAGES}</div><!-- END: messages --> <div id="notice_list_{GET.id}"> <!-- BEGIN: children --> <table> <thead> <tr><th>Text</th><th>Image</th><th>Date From</th><th>Date To</th><th></th></tr> </thead> <tbody> <!-- BEGIN: item --> <tr id="node_id_{CHILD.id}"> <td><a style="width: 400px; display: block;" class="{CHILD.class}" href="javascript:void({CHILD.id})" onclick="openEdit('/popup/properties/{CHILD.id}/orig' + window.location.pathname)">{CHILD.content|strip_tags|htmlspecialchars}</a></td> <td>{CHILD.image}</td> <td class="date_from">{CHILD.other_data.visible_from}</td> <td class="date_to">{CHILD.other_data.visible_to}</td> <td><div class="actions"> <!-- BEGIN: approve --> <a class="onxshop_publish button" title="Schedule Publishing of the Notice on {CHILD.other_data.visible_from}" href="#{CHILD.id}"><span>Approve</span></a> <!-- END: approve --> <a class="onxshop_delete button" title="Delete Notice" href="#{CHILD.id}"><span>Delete</span></a> </div> </td> </tr> <!-- END: item --> </tbody> </table> <script type="text/javascript"> $(function() { function refreshNoticeList() { var refresh_url = '/request/bo/component/ecommerce/store_notice_list~store_id={GET.store_id}~'; $('#notice_list_{GET.id}').parent().load(refresh_url); } var list = $('#notice_list_{GET.id}'); list.find('a.onxshop_publish').click(function() { var notice_id = $(this).attr('href').replace('#', ''); var date_from = $(this).parent().parent().parent().find('td.date_from').text(); var date_to = $(this).parent().parent().parent().find('td.date_to').text(); var msg = 'Are you sure you want to schedule the notice for publishing on ' + date_from + '?'; if (date_to) msg += ' It will be automatically unpublished on ' + date_to; if (confirm(msg)) { list.parent().load('/request/bo/component/ecommerce/store_notice_list~store_id={GET.store_id}:notice_id=' + notice_id + ':action=approve~}'); } return false; }); $('#notice_list_{GET.id} a.onxshop_delete').live('click', function() { var child_id = $(this).attr('href').replace('#','');; $('#dialog').addClass('ajaxLoad').load('/request/bo/component/node_delete~id='+child_id+':delete=1~', function() {$(this).removeClass('ajaxLoad');}); $('#dialog').dialog({width: 500, modal: true, overlay: {opacity: 0.5, background: 'black'}, beforeClose: function( event, ui ) {refreshNoticeList()}}); $('#dialog').dialog('open'); return false; }); }); </script> <!-- END:children --> <!-- BEGIN: empty --> <p>This store contains no notices</p> <!-- END: empty --> </div> <!-- END: content -->
chrisblackni/onxshop
templates/bo/component/ecommerce/store_notice_list.html
HTML
bsd-3-clause
2,777
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content="Copy to clipboard"> <meta name="lang:clipboard.copied" content="Copied to clipboard"> <meta name="lang:search.language" content="en"> <meta name="lang:search.pipeline.stopwords" content="True"> <meta name="lang:search.pipeline.trimmer" content="True"> <meta name="lang:search.result.none" content="No matching documents"> <meta name="lang:search.result.one" content="1 matching document"> <meta name="lang:search.result.other" content="# matching documents"> <meta name="lang:search.tokenizer" content="[\s\-]+"> <link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet"> <style> body, input { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif } code, kbd, pre { font-family: "Roboto Mono", "Courier New", Courier, monospace } </style> <link rel="stylesheet" href="../_static/stylesheets/application.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/> <link rel="stylesheet" href="../_static/fonts/material-icons.css"/> <meta name="theme-color" content="#3f51b5"> <script src="../_static/javascripts/modernizr.js"></script> <title>statsmodels.genmod.families.links.loglog &#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.genmod.families.links.loglog.deriv" href="statsmodels.genmod.families.links.loglog.deriv.html" /> <link rel="prev" title="statsmodels.genmod.families.links.cloglog.inverse_deriv2" href="statsmodels.genmod.families.links.cloglog.inverse_deriv2.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.genmod.families.links.loglog" 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.1</span> <span class="md-header-nav__topic"> statsmodels.genmod.families.links.loglog </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="../glm.html" class="md-tabs__link">Generalized Linear Models</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.1</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../user-guide.html" class="md-nav__link">User Guide</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../user-guide.html#background" class="md-nav__link">Background</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../regression.html" class="md-nav__link">Linear Regression</a> </li> <li class="md-nav__item"> <a href="../glm.html" class="md-nav__link">Generalized Linear Models</a> </li> <li class="md-nav__item"> <a href="../gee.html" class="md-nav__link">Generalized Estimating Equations</a> </li> <li class="md-nav__item"> <a href="../gam.html" class="md-nav__link">Generalized Additive Models (GAM)</a> </li> <li class="md-nav__item"> <a href="../rlm.html" class="md-nav__link">Robust Linear Models</a> </li> <li class="md-nav__item"> <a href="../mixed_linear.html" class="md-nav__link">Linear Mixed Effects Models</a> </li> <li class="md-nav__item"> <a href="../discretemod.html" class="md-nav__link">Regression with Discrete Dependent Variable</a> </li> <li class="md-nav__item"> <a href="../mixed_glm.html" class="md-nav__link">Generalized Linear Mixed Effects Models</a> </li> <li class="md-nav__item"> <a href="../anova.html" class="md-nav__link">ANOVA</a> </li> <li class="md-nav__item"> <a href="../other_models.html" class="md-nav__link">Other Models <code class="xref py py-mod docutils literal notranslate"><span class="pre">othermod</span></code></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.genmod.families.links.loglog.rst.txt">Show Source</a> </li> <li id="searchbox" class="md-nav__item"></li> </ul> </nav> </div> </div> </div> <div class="md-content"> <article class="md-content__inner md-typeset" role="main"> <section id="statsmodels-genmod-families-links-loglog"> <h1 id="generated-statsmodels-genmod-families-links-loglog--page-root">statsmodels.genmod.families.links.loglog<a class="headerlink" href="#generated-statsmodels-genmod-families-links-loglog--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py class"> <dt class="sig sig-object py" id="statsmodels.genmod.families.links.loglog"> <em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">statsmodels.genmod.families.links.</span></span><span class="sig-name descname"><span class="pre">loglog</span></span><a class="reference internal" href="../_modules/statsmodels/genmod/families/links.html#loglog"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#statsmodels.genmod.families.links.loglog" title="Permalink to this definition">¶</a></dt> <dd><p>The LogLog transform link function.</p> <p class="rubric">Notes</p> <p>g(<cite>p</cite>) = -log(-log(<cite>p</cite>))</p> <p>loglog is an alias for LogLog loglog = LogLog()</p> <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><code class="xref py py-obj docutils literal notranslate"><span class="pre">__call__</span></code>(p)</p></td> <td><p>Log-Log transform link function</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.genmod.families.links.loglog.deriv.html#statsmodels.genmod.families.links.loglog.deriv" title="statsmodels.genmod.families.links.loglog.deriv"><code class="xref py py-obj docutils literal notranslate"><span class="pre">deriv</span></code></a>(p)</p></td> <td><p>Derivative of Log-Log transform link function</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.genmod.families.links.loglog.deriv2.html#statsmodels.genmod.families.links.loglog.deriv2" title="statsmodels.genmod.families.links.loglog.deriv2"><code class="xref py py-obj docutils literal notranslate"><span class="pre">deriv2</span></code></a>(p)</p></td> <td><p>Second derivative of the Log-Log link function</p></td> </tr> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.genmod.families.links.loglog.inverse.html#statsmodels.genmod.families.links.loglog.inverse" title="statsmodels.genmod.families.links.loglog.inverse"><code class="xref py py-obj docutils literal notranslate"><span class="pre">inverse</span></code></a>(z)</p></td> <td><p>Inverse of Log-Log transform link function</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.genmod.families.links.loglog.inverse_deriv.html#statsmodels.genmod.families.links.loglog.inverse_deriv" title="statsmodels.genmod.families.links.loglog.inverse_deriv"><code class="xref py py-obj docutils literal notranslate"><span class="pre">inverse_deriv</span></code></a>(z)</p></td> <td><p>Derivative of the inverse of the Log-Log transform link function</p></td> </tr> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.genmod.families.links.loglog.inverse_deriv2.html#statsmodels.genmod.families.links.loglog.inverse_deriv2" title="statsmodels.genmod.families.links.loglog.inverse_deriv2"><code class="xref py py-obj docutils literal notranslate"><span class="pre">inverse_deriv2</span></code></a>(z)</p></td> <td><p>Second derivative of the inverse of the Log-Log transform link function</p></td> </tr> </tbody> </table> </dd></dl> </section> </article> </div> </div> </main> </div> <footer class="md-footer"> <div class="md-footer-nav"> <nav class="md-footer-nav__inner md-grid"> <a href="statsmodels.genmod.families.links.cloglog.inverse_deriv2.html" title="statsmodels.genmod.families.links.cloglog.inverse_deriv2" 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.genmod.families.links.cloglog.inverse_deriv2 </span> </div> </a> <a href="statsmodels.genmod.families.links.loglog.deriv.html" title="statsmodels.genmod.families.links.loglog.deriv" 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.genmod.families.links.loglog.deriv </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 Nov 12, 2021. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 4.3.0. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
v0.13.1/generated/statsmodels.genmod.families.links.loglog.html
HTML
bsd-3-clause
21,107
<!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.genmod.generalized_estimating_equations.GEEResults.tvalues &#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.genmod.generalized_estimating_equations.GEEResults.use_t" href="statsmodels.genmod.generalized_estimating_equations.GEEResults.use_t.html" /> <link rel="prev" title="statsmodels.genmod.generalized_estimating_equations.GEEResults.split_resid" href="statsmodels.genmod.generalized_estimating_equations.GEEResults.split_resid.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.genmod.generalized_estimating_equations.GEEResults.tvalues" 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.genmod.generalized_estimating_equations.GEEResults.tvalues </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="../gee.html" class="md-tabs__link">Generalized Estimating Equations</a></li> <li class="md-tabs__item"><a href="statsmodels.genmod.generalized_estimating_equations.GEEResults.html" class="md-tabs__link">statsmodels.genmod.generalized_estimating_equations.GEEResults</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> <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.genmod.generalized_estimating_equations.GEEResults.tvalues.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-genmod-generalized-estimating-equations-geeresults-tvalues--page-root">statsmodels.genmod.generalized_estimating_equations.GEEResults.tvalues<a class="headerlink" href="#generated-statsmodels-genmod-generalized-estimating-equations-geeresults-tvalues--page-root" title="Permalink to this headline">¶</a></h1> <dl class="attribute"> <dt id="statsmodels.genmod.generalized_estimating_equations.GEEResults.tvalues"> <code class="sig-prename descclassname">GEEResults.</code><code class="sig-name descname">tvalues</code><a class="headerlink" href="#statsmodels.genmod.generalized_estimating_equations.GEEResults.tvalues" title="Permalink to this definition">¶</a></dt> <dd><p>Return the t-statistic for a given parameter estimate.</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.genmod.generalized_estimating_equations.GEEResults.split_resid.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.genmod.generalized_estimating_equations.GEEResults.split_resid </span> </div> </a> <a href="statsmodels.genmod.generalized_estimating_equations.GEEResults.use_t.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.genmod.generalized_estimating_equations.GEEResults.use_t </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.genmod.generalized_estimating_equations.GEEResults.tvalues.html
HTML
bsd-3-clause
18,117
<!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.RecursiveLS.initialize_stationary &#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.regression.recursive_ls.RecursiveLS.loglike" href="statsmodels.regression.recursive_ls.RecursiveLS.loglike.html" /> <link rel="prev" title="statsmodels.regression.recursive_ls.RecursiveLS.initialize_statespace" href="statsmodels.regression.recursive_ls.RecursiveLS.initialize_statespace.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.RecursiveLS.initialize_stationary" 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.regression.recursive_ls.RecursiveLS.initialize_stationary </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="../regression.html" class="md-tabs__link">Linear Regression</a></li> <li class="md-tabs__item"><a href="statsmodels.regression.recursive_ls.RecursiveLS.html" class="md-tabs__link">statsmodels.regression.recursive_ls.RecursiveLS</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> <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> <li class="md-nav__item"> <a href="../other_models.html" class="md-nav__link">Other Models <code class="xref py py-mod docutils literal notranslate"><span class="pre">othermod</span></code></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.RecursiveLS.initialize_stationary.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-recursivels-initialize-stationary--page-root">statsmodels.regression.recursive_ls.RecursiveLS.initialize_stationary<a class="headerlink" href="#generated-statsmodels-regression-recursive-ls-recursivels-initialize-stationary--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py method"> <dt class="sig sig-object py" id="statsmodels.regression.recursive_ls.RecursiveLS.initialize_stationary"> <span class="sig-prename descclassname"><span class="pre">RecursiveLS.</span></span><span class="sig-name descname"><span class="pre">initialize_stationary</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.regression.recursive_ls.RecursiveLS.initialize_stationary" title="Permalink to this definition">¶</a></dt> <dd><p>Initialize stationary</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.RecursiveLS.initialize_statespace.html" title="statsmodels.regression.recursive_ls.RecursiveLS.initialize_statespace" 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.RecursiveLS.initialize_statespace </span> </div> </a> <a href="statsmodels.regression.recursive_ls.RecursiveLS.loglike.html" title="statsmodels.regression.recursive_ls.RecursiveLS.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.regression.recursive_ls.RecursiveLS.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 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.regression.recursive_ls.RecursiveLS.initialize_stationary.html
HTML
bsd-3-clause
18,497
<HTML> <HEAD> <TITLE>cgGLSetParameterArray2d</TITLE> <STYLE TYPE="text/css" MEDIA=screen> <!-- BODY { font-family: Arial,Helvetica; } BLOCKQUOTE { margin: 10pt; } H1,A { color: #336699; } /*** Top menu style ****/ .mmenuon { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #ff6600; font-size: 10pt; } .mmenuoff { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #ffffff; font-size: 10pt; } .cpyright { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #ffffff; font-size: xx-small; } .cpyrightText { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #ffffff; font-size: xx-small; } .sections { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #336699; font-size: 11pt; } .dsections { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #336699; font-size: 12pt; } .slink { font-family: Arial,Helvetica; font-weight: normal; text-decoration: none; color: #336699; font-size: 9pt; } .slink2 { font-family: Arial,Helvetica; text-decoration: none; color: #336699; } .maintitle { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #336699; font-size: 18pt; } .dblArrow { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #336699; font-size: small; } .menuSec { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #336699; font-size: small; } .newstext { font-family: Arial,Helvetica; font-size: small; } .linkmenu { font-family: Arial,Helvetica; color: #000000; font-weight: bold; text-decoration: none; } P { font-family: Arial,Helvetica; } PRE { font-family: monospace; white-space: pre; font-color: #333333; font-weight: 100; background-color: #eeeeee; padding: 5px; width: 90%; border-style: solid; border-width: 2px; border-color: #bebebe; } .quote { font-family: Times; text-decoration: none; color: #000000; font-size: 9pt; font-style: italic; } .smstd { font-family: Arial,Helvetica; color: #000000; font-size: x-small; } .std { font-family: Arial,Helvetica; color: #000000; } .meerkatTitle { font-family: sans-serif; font-size: x-small; color: black; } .meerkatDescription { font-family: sans-serif; font-size: 10pt; color: black } .meerkatCategory { font-family: sans-serif; font-size: 9pt; font-weight: bold; font-style: italic; color: brown; } .meerkatChannel { font-family: sans-serif; font-size: 9pt; font-style: italic; color: brown; } .meerkatDate { font-family: sans-serif; font-size: xx-small; color: #336699; } .tocTitle { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #333333; font-size: 10pt; } .toc-item { font-family: Arial,Helvetica; font-weight: bold; color: #336699; font-size: 10pt; text-decoration: underline; } .perlVersion { font-family: Arial,Helvetica; font-weight: bold; color: #336699; font-size: 10pt; text-decoration: none; } .docTitle { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #000000; font-size: 10pt; } .dotDot { font-family: Arial,Helvetica; font-weight: bold; color: #000000; font-size: 9pt; } .docSec { font-family: Arial,Helvetica; font-weight: normal; color: #333333; font-size: 9pt; } .docVersion { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #336699; font-size: 10pt; } .docSecs-on { font-family: Arial,Helvetica; font-weight: normal; text-decoration: none; color: #ff0000; font-size: 10pt; } .docSecs-off { font-family: Arial,Helvetica; font-weight: normal; text-decoration: none; color: #333333; font-size: 10pt; } h3 { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #336699; font-size: small; } h2 { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #336699; font-size: medium; } h1 { font-family: Verdana,Arial,Helvetica; font-weight: bold; text-decoration: none; color: #336699; font-size: large; } DL { font-family: Arial,Helvetica; font-weight: normal; text-decoration: none; color: #333333; font-size: 10pt; } UL > LI > A { font-family: Arial,Helvetica; font-weight: bold; color: #336699; font-size: 10pt; } .moduleInfo { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #333333; font-size: 11pt; } .moduleInfoSec { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #336699; font-size: 10pt; } .moduleInfoVal { font-family: Arial,Helvetica; font-weight: normal; text-decoration: underline; color: #000000; font-size: 10pt; } .cpanNavTitle { font-family: Arial,Helvetica; font-weight: bold; color: #ffffff; font-size: 10pt; } .cpanNavLetter { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #333333; font-size: 9pt; } .cpanCat { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #336699; font-size: 9pt; } --> </STYLE> </HEAD> <BODY> <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e"> </object> <BLOCKQUOTE> <H1><A NAME="NAME"><A NAME="1">NAME </A></A></H1> <P> <B>cgGLSetParameterArray2d</B> - set the values of an array parameter </P> <H1><A NAME="SYNOPSIS"><A NAME="2">SYNOPSIS </A></A></H1> <PRE> #include &lt;Cg/cgGL.h&gt; void cgGLSetParameterArray2d( CGparameter param, long offset, long nelements, const double * v ); </PRE> <H1><A NAME="PARAMETERS"><A NAME="3">PARAMETERS </A></A></H1> <DL> <DT><STRONG>param </STRONG></DT> <DD> <P> The array parameter that will be set. </P> <DT><STRONG>offset </STRONG></DT> <DD> <P> An offset into the array parameter at which to start setting elements. A value of <B>0</B> will begin at the first element of the array. </P> <DT><STRONG>nelements </STRONG></DT> <DD> <P> The number of elements to set. A value of <B>0</B> will default to the total number of elements in the array minus the value of <B>offset</B>. </P> <DT><STRONG>v </STRONG></DT> <DD> <P> The array of values used to set the parameter. This must be a contiguous set of <B>2 * nelements</B> values. </P> </DD></DL> <H1><A NAME="RETURN_VALUES"><A NAME="4">RETURN VALUES </A></A></H1> <P> None. </P> <H1><A NAME="DESCRIPTION"><A NAME="5">DESCRIPTION </A></A></H1> <P> <B>cgGLSetParameterArray2d</B> sets 2 values per element of a scalar or vector array parameter. </P> <H1><A NAME="EXAMPLES"><A NAME="6">EXAMPLES </A></A></H1> <P> <I>to-be-written</I> </P> <H1><A NAME="ERRORS"><A NAME="7">ERRORS </A></A></H1> <P> <B>CG_INVALID_PROFILE_ERROR</B> is generated if <B>param</B>'s profile is not a supported OpenGL profile. </P> <P> <B>CG_ARRAY_PARAM_ERROR</B> is generated if <B>param</B> is not an array parameter. </P> <P> <B>CG_OUT_OF_ARRAY_BOUNDS_ERROR</B> is generated if <B>offset</B> or <B>nelements</B> is outside the bounds of <B>param</B>. </P> <P> <B>CG_INVALID_PARAM_HANDLE_ERROR</B> is generated if <B>param</B> is not a valid parameter. </P> <P> <B>CG_INVALID_PARAMETER_ERROR</B> is generated if the parameter fails to set for any other reason. </P> <H1><A NAME="HISTORY"><A NAME="8">HISTORY </A></A></H1> <P> <B>cgGLSetParameterArray2d</B> was introduced in Cg 1.1. </P> <H1><A NAME="SEE_ALSO"><A NAME="9">SEE ALSO </A></A></H1> <P> <A HREF="cgGLSetParameter.html">cgGLSetParameter</A>, <A HREF="cgGLGetParameterArray.html">cgGLGetParameterArray</A> </P> </BLOCKQUOTE> </BODY>
ayoubg/gem5-graphics
cgToolkit/usr/local/Cg/docs/html/cgGLSetParameterArray2d.html
HTML
bsd-3-clause
7,841
<!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>Cars</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script type="text/javascript" src="../js/jquery-1.11.1.min.js"></script> <script type="text/javascript" src="../js/d3.3.5.5.min.js" charset="utf-8"></script> <script type="text/javascript" src="../keshif.js" charset="utf-8"></script> <link rel="stylesheet" href="../keshif.css"/ type="text/css"> <link rel="stylesheet" href="../font-awesome/css/font-awesome.min.css"> <script type="text/javascript" src="./js/demo.js" charset="utf-8"></script> <link rel="stylesheet" href="./css/style.css"/ type="text/css"> <script type="text/javascript"> google.setOnLoadCallback(function(){ browser = new kshf.Browser({ domID: "#chart_div", barChartWidth: 100, leftPanelLabelWidth: 150, rightPanelLabelWidth: 150, source: { gdocId: '1UPaqtGuoeGXcxXKSVh1IJ-i40gbTgGfb_jZo494PlXk', tables: "Cars" }, summaries: [ { title: "Origin", catLabel: function(){ switch(this.id){ case 1: return "American"; case 2: return "European"; case 3: return "Japanese"; } } }, { title: "Cyclinders", catSortBy: "id" }, { title: "MPG" }, { title: "Engine Displacement", unitName: "cu.\"", layout: 'right' }, { title: "Horsepower", layout: 'right' }, { title: "Weight", unitName: "lbs", layout: 'right' }, { title: "Acceleration", description: "0 to 60 mph", unitName: "sec" }, { title: "Year", layout: "bottom", value: function(){ return new Date(this.Year,1,1);} }, { title: "RecordView", layout: "none", value: function(){ // Adding the last ID part to make it unique per car return this.Name+" ("+this.Year+")"+"<span style='display:none'>"+this.id+"</span>"; } } ], itemDisplay: { sortingOpts: ["MPG", "Weight", "Year"], sortColWidth: 60, textSearch: "Name", recordView: "RecordView" } }); }); </script> <style> #chart_div { width: 950px; height: 670px; } </style> </head> <body> <div class="contents"><div id="chart_div"></div></div> <div id="infobox" align="center"> <span class="fa fa-info-circle"></span> <a href="http://lib.stat.cmu.edu/datasets/cars.data" target='_blank'>Data</a> from <a href="http://lib.stat.cmu.edu/datasets/" target='_blank'>StatLib @ CMU</a> <span class="fa fa-info-circle"></span> </div> </body> </html>
IntegralExplorer/Keshif
demo/cars.html
HTML
bsd-3-clause
2,865
<!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.multivariate.multivariate_ols._MultivariateOLSResults &#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.multivariate.multivariate_ols._MultivariateOLSResults.mv_test" href="statsmodels.multivariate.multivariate_ols._MultivariateOLSResults.mv_test.html" /> <link rel="prev" title="statsmodels.multivariate.multivariate_ols._MultivariateOLS.exog_names" href="statsmodels.multivariate.multivariate_ols._MultivariateOLS.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.multivariate.multivariate_ols._MultivariateOLSResults" 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.multivariate.multivariate_ols._MultivariateOLSResults </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="../multivariate.html" class="md-tabs__link">Multivariate Statistics <code class="xref py py-mod docutils literal notranslate"><span class="pre">multivariate</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.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> </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.multivariate.multivariate_ols._MultivariateOLSResults.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-multivariate-multivariate-ols-multivariateolsresults--page-root">statsmodels.multivariate.multivariate_ols._MultivariateOLSResults<a class="headerlink" href="#generated-statsmodels-multivariate-multivariate-ols-multivariateolsresults--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py class"> <dt id="statsmodels.multivariate.multivariate_ols._MultivariateOLSResults"> <em class="property">class </em><code class="sig-prename descclassname">statsmodels.multivariate.multivariate_ols.</code><code class="sig-name descname">_MultivariateOLSResults</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">fitted_mv_ols</span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/multivariate/multivariate_ols.html#_MultivariateOLSResults"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.multivariate.multivariate_ols._MultivariateOLSResults" title="Permalink to this definition">¶</a></dt> <dd><p>_MultivariateOLS results class</p> <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.multivariate.multivariate_ols._MultivariateOLSResults.mv_test.html#statsmodels.multivariate.multivariate_ols._MultivariateOLSResults.mv_test" title="statsmodels.multivariate.multivariate_ols._MultivariateOLSResults.mv_test"><code class="xref py py-obj docutils literal notranslate"><span class="pre">mv_test</span></code></a>([hypotheses])</p></td> <td><p>Linear hypotheses testing</p></td> </tr> </tbody> </table> <table> <colgroup> <col style="width: 52%"/> <col style="width: 48%"/> </colgroup> <tbody> <tr class="row-odd"><td><p><strong>summary</strong></p></td> <td></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.multivariate.multivariate_ols._MultivariateOLSResults.mv_test.html#statsmodels.multivariate.multivariate_ols._MultivariateOLSResults.mv_test" title="statsmodels.multivariate.multivariate_ols._MultivariateOLSResults.mv_test"><code class="xref py py-obj docutils literal notranslate"><span class="pre">mv_test</span></code></a>([hypotheses])</p></td> <td><p>Linear hypotheses testing</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.multivariate.multivariate_ols._MultivariateOLSResults.summary.html#statsmodels.multivariate.multivariate_ols._MultivariateOLSResults.summary" title="statsmodels.multivariate.multivariate_ols._MultivariateOLSResults.summary"><code class="xref py py-obj docutils literal notranslate"><span class="pre">summary</span></code></a>()</p></td> <td><p></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.multivariate.multivariate_ols._MultivariateOLS.exog_names.html" title="statsmodels.multivariate.multivariate_ols._MultivariateOLS.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.multivariate.multivariate_ols._MultivariateOLS.exog_names </span> </div> </a> <a href="statsmodels.multivariate.multivariate_ols._MultivariateOLSResults.mv_test.html" title="statsmodels.multivariate.multivariate_ols._MultivariateOLSResults.mv_test" 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.multivariate.multivariate_ols._MultivariateOLSResults.mv_test </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.multivariate.multivariate_ols._MultivariateOLSResults.html
HTML
bsd-3-clause
20,489
<!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="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>statsmodels.discrete.discrete_model.NegativeBinomialResults.normalized_cov_params &#8212; statsmodels 0.9.0 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript" 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="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.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.discrete.discrete_model.NegativeBinomialResults.predict" href="statsmodels.discrete.discrete_model.NegativeBinomialResults.predict.html" /> <link rel="prev" title="statsmodels.discrete.discrete_model.NegativeBinomialResults.load" href="statsmodels.discrete.discrete_model.NegativeBinomialResults.load.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> </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.discrete.discrete_model.NegativeBinomialResults.predict.html" title="statsmodels.discrete.discrete_model.NegativeBinomialResults.predict" accesskey="N">next</a> |</li> <li class="right" > <a href="statsmodels.discrete.discrete_model.NegativeBinomialResults.load.html" title="statsmodels.discrete.discrete_model.NegativeBinomialResults.load" 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="../discretemod.html" >Regression with Discrete Dependent Variable</a> |</li> <li class="nav-item nav-item-2"><a href="statsmodels.discrete.discrete_model.NegativeBinomialResults.html" accesskey="U">statsmodels.discrete.discrete_model.NegativeBinomialResults</a> |</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="statsmodels-discrete-discrete-model-negativebinomialresults-normalized-cov-params"> <h1>statsmodels.discrete.discrete_model.NegativeBinomialResults.normalized_cov_params<a class="headerlink" href="#statsmodels-discrete-discrete-model-negativebinomialresults-normalized-cov-params" title="Permalink to this headline">¶</a></h1> <dl class="method"> <dt id="statsmodels.discrete.discrete_model.NegativeBinomialResults.normalized_cov_params"> <code class="descclassname">NegativeBinomialResults.</code><code class="descname">normalized_cov_params</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.discrete.discrete_model.NegativeBinomialResults.normalized_cov_params" 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"> <h4>Previous topic</h4> <p class="topless"><a href="statsmodels.discrete.discrete_model.NegativeBinomialResults.load.html" title="previous chapter">statsmodels.discrete.discrete_model.NegativeBinomialResults.load</a></p> <h4>Next topic</h4> <p class="topless"><a href="statsmodels.discrete.discrete_model.NegativeBinomialResults.predict.html" title="next chapter">statsmodels.discrete.discrete_model.NegativeBinomialResults.predict</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/generated/statsmodels.discrete.discrete_model.NegativeBinomialResults.normalized_cov_params.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> <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> </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-2017, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4. </div> </body> </html>
statsmodels/statsmodels.github.io
0.9.0/generated/statsmodels.discrete.discrete_model.NegativeBinomialResults.normalized_cov_params.html
HTML
bsd-3-clause
6,808
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Ikea in Swedish</title> <meta property="og:description" content="When a guy named Ingvar Kamprad founded Ikea, he decided to name the furniture with proper names and words, so it would be easier to remember. Well, easier for Swedes. Learn how Ikea names are pronounced and stop sounding ridiculous."/> <meta property="og:image" content="http://www.ikeainswedish.com/img/IkeaInSwedish_FB_icon.jpg"/> <meta property="og:site_name" content="Ikea in Swedish"/> <meta property="og:title" content="Ikea in Swedish"/> <meta property="og:type" content="website"/> <meta property="og:url" content="http://www.ikeainswedish.com"/> <meta property="twitter:card" content="summary"/> <meta property="twitter:description" content="Listen to learn how Ikea names are pronounced and stop sounding ridiculous."/> <meta name="viewport" content="initial-scale = 0.8,maximum-scale = 2.0" /> <link rel="apple-touch-icon" href="img/ikea_favicon_128x128.png"> <link rel="icon" href="img/ikea_favicon_128x128.png"> <link rel="stylesheet" type="text/css" href="css/ikea.css"> </head> <body class="yellow"> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=361941547241012"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div class="isplaying"> <!--<img src="img/playing_icon.png">--> </div> <div id="header"> <h1 class="main">IKEA PÅ SVENSKA</h1> <h3 class="about"><a href="#about">ABOUT</a></h3> <div class="social"> <div class="fb-like" data-href="http://www.ikeainswedish.com" data-send="true" data-layout="button_count" data-width="450" data-show-faces="true" data-font="verdana" data-colorscheme="light"></div> <a href="https://twitter.com/share" class="twitter-share-button">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> </div> <p class="description"><span class="translation">(IKEA IN SWEDISH)</span><br><br> <span class="main_copy"> When a guy named Ingvar Kamprad founded Ikea, he decided to name the furniture with proper names and words, so it would be easier to remember.<br>Well, easier for Swedes. Too bad he didn't predict his company would be all over the world, leaving the rest of us clueless when it comes to the names. So learn how Swedes pronounce them and stop sounding ridiculous.</span> <span class="about_copy"> A small group of friends with big ideas made this. We were thinking this project would be somewhat of a fun, educational piece. Only two of us are actually Swedish, but the group's from all over the place.<br> We're nice people. Don't believe it? <a href="mailto:contact@ikeainswedish.com">Email us ▸</a></span> </p> </div> <div id="container"> <div class="item" id="adelsten"> <img src="img/adelsten.png" width="210px" height="191px" /> <p>ÄDELSTEN</p> </div> <div class="item" id="afjarden"> <img src="img/afjarden.png" width="212px" height="117px" /> <p>ÅFJÄRDEN</p> </div> <div class="item" id="akerkulla"> <img src="img/akerkulla.png" width="200px" height="132px" /> <p>ÅKERKULLA</p> </div> <div class="item" id="aleskar"> <img src="img/aleskar.png" width="140px" height="284px" /> <p>ALESKÄR</p> </div> <div class="item" id="balum"> <img src="img/balum.png" width="200px" height="200px" /> <p>BÄLUM</p> </div> <!-- oops, looks like we mispronounced this one :( <div class="item" id="barbar"> <img src="img/barbar.png" width="189px" height="197px" /> <p>BÄRBAR</p> </div>--> <div class="item" id="bolmen"> <img src="img/bolmen.png" width="112px" height="274px" /> <p>BOLMEN</p> </div> <div class="item" id="bjornloka"> <img src="img/bjornloka.png" width="200px" height="112px" /> <p>BJÖRNLOKA</p> </div> <div class="item" id="cirkustalt"> <img src="img/cirkustalt.png" width="200px" height="266px" /> <p>CIRKUSTÄLT</p> </div> <div class="item" id="dagligen"> <img src="img/dagligen.png" width="140px" height="254px" /> <p>DAGLIGEN</p> </div> <div class="item" id="dudero"> <img src="img/dudero.png" width="200px" height="454px" /> <p>DUDERÖ</p> </div> <div class="item" id="expedit"> <img src="img/expedit.png" width="200px" height="300px" /> <p>EXPEDIT</p> </div> <div class="item" id="faglavik"> <img src="img/faglavik.png" width="190px" height="168px" /> <p>FÅGLAVIK</p> </div> <div class="item" id="fantastisk"> <img src="img/fantastisk.png" width="210px" height="154px" /> <p>FANTASTISK</p> </div> <div class="item" id="fintorp"> <img src="img/fintorp.png" width="200px" height="196px" /> <p>FINTORP</p> </div> <div class="item" id="forhoja"> <img src="img/forhoja.png" width="200px" height="198px" /> <p>FÖRHÖJA</p> </div> <div class="item" id="frajen"> <img src="img/frajen.png" width="220px" height="109px" /> <p>FRÄJEN</p> </div> <div class="item" id="graddsas"> <img src="img/graddsas.png" width="210px" height="297px" /> <p>GRÄDDSÅS</p> </div> <div class="item" id="grundtal"> <img src="img/grundtal.png" width="210px" height="130px" /> <p>GRUNDTAL</p> </div> <div class="item" id="gubbrora"> <img src="img/gubbrora.png" width="122px" height="448px" /> <p>GUBBRÖRA</p> </div> <div class="item" id="halleknop"> <img src="img/halleknop.png" width="200px" height="236px" /> <p>HÄLLEKNOP</p> </div> <div class="item" id="hektar"> <img src="img/hektar.png" width="200px" height="451px" /> <p>HEKTAR</p> </div> <div class="item" id="henriksdal"> <img src="img/henriksdal.png" width="194px" height="341px" /> <p>HENRIKSDAL</p> </div> <div class="item" id="isala"> <img src="img/isala.png" width="200px" height="331px" /> <p>ISALA</p> </div> <div class="item" id="isfjorden"> <img src="img/isfjorden.png" width="200px" height="445px" /> <p>ISFJORDEN</p> </div> <div class="item" id="jamka"> <img src="img/jamka.png" width="186px" height="198px" /> <p>JÄMKA</p> </div> <div class="item" id="klubbo"> <img src="img/klubbo.png" width="219px" height="136px" /> <p>KLUBBO</p> </div> <div class="item" id="knos"> <img src="img/knos.png" width="200px" height="181px" /> <p>KNÖS</p> </div> <div class="item" id="konsmo"> <img src="img/konsmo.png" width="210px" height="224px" /> <p>KONSMO</p> </div> <div class="item" id="kottbullar"> <img src="img/kottbullar.png" width="200px" height="153px" /> <p>KÖTTBULLAR</p> </div> <div class="item" id="krakskar"> <img src="img/krakskar.png" width="205px" height="236px" /> <p>KRÅKSKÄR</p> </div> <div class="item" id="lack"> <img src="img/lack.png" width="200px" height="163px" /> <p>LACK</p> </div> <div class="item" id="lekkamrat"> <img src="img/lekkamrat.png" width="180px" height="287px" /> <p>LEKKAMRAT</p> </div> <div class="item" id="lingonsylt"> <img src="img/lingonsylt.png" width="160px" height="242px" /> <p>LINGONSYLT</p> </div> <!-- oops, looks like we mispronounced this one :( <div class="item" id="lycksele"> <img src="img/lycksele.png" width="200px" height="130px" /> <p>LYCKSELE</p> </div> --> <div class="item" id="mammut"> <img src="img/mammut.png" width="210px" height="208px" /> <p>MAMMUT</p> </div> <div class="item" id="marius"> <img src="img/marius.png" width="182px" height="263px" /> <p>MARIUS</p> </div> <div class="item" id="nidelva"> <img src="img/nidelva.png" width="197px" height="131px" /> <p>NIDELVA</p> </div> <div class="item" id="ombytlig"> <img src="img/ombytlig.png" width="200px" height="194px" /> <p>OMBYTLIG</p> </div> <div class="item" id="pallra"> <img src="img/pallra.png" width="196px" height="178px" /> <p>PALLRA</p> </div> <div class="item" id="paskmust"> <img src="img/paskmust.png" width="128px" height="328px" /> <p>PÅSKMUST</p> </div> <div class="item" id="poang"> <img src="img/poang.png" width="200px" height="234px" /> <p>POÄNG</p> </div> <div class="item" id="popptorp"> <img src="img/popptorp.png" width="211px" height="247px" /> <p>POPPTORP</p> </div> <div class="item" id="pugg"> <img src="img/pugg.png" width="200px" height="200px" /> <p>PUGG</p> </div> <div class="item" id="ramso"> <img src="img/ramso.png" width="214px" height="242px" /> <p>RAMSÖ</p> </div> <div class="item" id="stockholm"> <img src="img/stockholm.png" width="217px" height="268px" /> <p>STOCKHOLM</p> </div> <div class="item" id="upptacka"> <img src="img/upptacka.png" width="210px" height="161px" /> <p>UPPTÄCKA</p> </div> <div class="item" id="vackis"> <img src="img/vackis.png" width="184px" height="193px" /> <p>VÄCKIS</p> </div> <div class="item" id="vinager"> <img src="img/vinager.png" width="210px" height="147px" /> <p>VINÄGER</p> </div> <div class="item" id="ystad"> <img src="img/ystad.png" width="200px" height="189px" /> <p>YSTAD</p> </div> <div class="item person" id="alex"> <img src="img/alex.png" width="155px" height="196px" /> <p><a href="http://twitter.com/alexnorling" target="_blank" title="You should follow me on Twitter: @alexnorling">ALEX</a></p> </div> <div class="item person" id="gabriella"> <img src="img/gabriella.png" width="165" height="199px" /> <p><a href="http://twitter.com/gabriellasvensk" target="_blank" title="You should follow me on Twitter: @gabriellasvensk">GABRIELLA</a></p> </div> <div class="item person" id="kyle"> <img src="img/kyle.png" width="148px" height="184px" /> <p><a href="http://twitter.com/kylewailin" target="_blank" title="You should follow me on Twitter: @kylewailin">KYLE</a></p> </div> <div class="item person" id="rigel"> <img src="img/rigel.png" width="161px" height="190px" /> <p><a href="http://twitter.com/rigelisawesome" target="_blank" title="You should follow me on Twitter: @rigelisawesome">RIGEL</a></p> </div> <div class="item person" id="sara"> <img src="img/sara.png" width="172px" height="185px" /> <p><a href="http://twitter.com/sarauhelski" target="_blank" title="You should follow me on Twitter: @sarauhelski">SARA</a></p> </div> </div> <div class="footer"><a href="https://docs.google.com/forms/d/19773LDZDeE_E9kVF1KQj0n0EpfGb09xBTLtUQ0v0BG8/viewform" target="_blank">Send us feedback!</a></div> <span id="audio_container"> <audio id="sound_adelsten" preload="auto"> <source id="src_ogg" src="ogg/adelsten.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/adelsten.mp3" type='audio/mpeg; codecs="mp3"' /> Your browser does not support the audio element. </audio> <audio id="sound_afjarden" preload="auto"> <source id="src_ogg" src="ogg/afjarden.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/afjarden.mp3" type='audio/mpeg; codecs="mp3"' /> Your browser does not support the audio element. </audio> <audio id="sound_akerkulla" preload="auto"> <source id="src_ogg" src="ogg/akerkulla.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/akerkulla.mp3" type='audio/mpeg; codecs="mp3"' /> Your browser does not support the audio element. </audio> <audio id="sound_aleskar" preload="auto"> <source id="src_ogg" src="ogg/aleskar.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/aleskar.mp3" type='audio/mpeg; codecs="mp3"' /> Your browser does not support the audio element. </audio> <audio id="sound_balum" preload="auto"> <source id="src_ogg" src="ogg/balum.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/balum.mp3" type='audio/mpeg; codecs="mp3"' /> Your browser does not support the audio element. </audio> <audio id="sound_barbar" preload="auto"> <source id="src_ogg" src="ogg/barbar.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/barbar.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_bolmen" preload="auto"> <source id="src_ogg" src="ogg/bolmen.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/bolmen.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_bjornloka" preload="auto"> <source id="src_ogg" src="ogg/bjornloka.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/bjornloka.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_cirkustalt" preload="auto"> <source id="src_ogg" src="ogg/cirkustalt.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/cirkustalt.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_dagligen" preload="auto"> <source id="src_ogg" src="ogg/dagligen.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/dagligen.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_dudero" preload="auto"> <source id="src_ogg" src="ogg/dudero.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/dudero.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_expedit" preload="auto"> <source id="src_ogg" src="ogg/expedit.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/expedit.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_faglavik" preload="auto"> <source id="src_ogg" src="ogg/faglavik.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/faglavik.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_fantastisk" preload="auto"> <source id="src_ogg" src="ogg/fantastisk.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/fantastisk.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_fintorp" preload="auto"> <source id="src_ogg" src="ogg/fintorp.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/fintorp.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_forhoja" preload="auto"> <source id="src_ogg" src="ogg/forhoja.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/forhoja.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_frajen" preload="auto"> <source id="src_ogg" src="ogg/frajen.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/frajen.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_graddsas" preload="auto"> <source id="src_ogg" src="ogg/graddsas.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/graddsas.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_grundtal" preload="auto"> <source id="src_ogg" src="ogg/grundtal.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/grundtal.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_gubbrora" preload="auto"> <source id="src_ogg" src="ogg/gubbrora.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/gubbrora.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_halleknop" preload="auto"> <source id="src_ogg" src="ogg/halleknop.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/halleknop.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_hektar" preload="auto"> <source id="src_ogg" src="ogg/hektar.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/hektar.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_henriksdal" preload="auto"> <source id="src_ogg" src="ogg/henriksdal.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/henriksdal.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_isala" preload="auto"> <source id="src_ogg" src="ogg/isala.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/isala.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_isfjorden" preload="auto"> <source id="src_ogg" src="ogg/isfjorden.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/isfjorden.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_jamka" preload="auto"> <source id="src_ogg" src="ogg/jamka.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/jamka.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_klubbo" preload="auto"> <source id="src_ogg" src="ogg/klubbo.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/klubbo.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_knos" preload="auto"> <source id="src_ogg" src="ogg/knos.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/knos.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_konsmo" preload="auto"> <source id="src_ogg" src="ogg/konsmo.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/konsmo.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_kottbullar" preload="auto"> <source id="src_ogg" src="ogg/kottbullar.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/kottbullar.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_krakskar" preload="auto"> <source id="src_ogg" src="ogg/krakskar.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/krakskar.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_lack" preload="auto"> <source id="src_ogg" src="ogg/lack.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/lack.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_lekkamrat" preload="auto"> <source id="src_ogg" src="ogg/lekkamrat.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/lekkamrat.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_lingonsylt" preload="auto"> <source id="src_ogg" src="ogg/lingonsylt.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/lingonsylt.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_lycksele" preload="auto"> <source id="src_ogg" src="ogg/lycksele.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/lycksele.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_mammut" preload="auto"> <source id="src_ogg" src="ogg/mammut.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/mammut.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_marius" preload="auto"> <source id="src_ogg" src="ogg/marius.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/marius.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_nidelva" preload="auto"> <source id="src_ogg" src="ogg/nidelva.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/nidelva.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_ombytlig" preload="auto"> <source id="src_ogg" src="ogg/ombytlig.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/ombytlig.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_pallra" preload="auto"> <source id="src_ogg" src="ogg/pallra.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/pallra.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_paskmust" preload="auto"> <source id="src_ogg" src="ogg/paskmust.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/paskmust.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_poang" preload="auto"> <source id="src_ogg" src="ogg/poang.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/poang.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_popptorp" preload="auto"> <source id="src_ogg" src="ogg/popptorp.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/popptorp.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_pugg" preload="auto"> <source id="src_ogg" src="ogg/pugg.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/pugg.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_ramso" preload="auto"> <source id="src_ogg" src="ogg/ramso.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/ramso.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_stockholm" preload="auto"> <source id="src_ogg" src="ogg/stockholm.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/stockholm.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_upptacka" preload="auto"> <source id="src_ogg" src="ogg/upptacka.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/upptacka.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_vackis" preload="auto"> <source id="src_ogg" src="ogg/vackis.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/vackis.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_vinager" preload="auto"> <source id="src_ogg" src="ogg/vinager.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/vinager.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_ystad" preload="auto"> <source id="src_ogg" src="ogg/ystad.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/ystad.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_alex" preload="auto"> <source id="src_ogg" src="ogg/alex.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/alex.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_gabriella" preload="auto"> <source id="src_ogg" src="ogg/gabriella.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/gabriella.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_kyle" preload="auto"> <source id="src_ogg" src="ogg/kyle.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/kyle.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_rigel" preload="auto"> <source id="src_ogg" src="ogg/rigel.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/rigel.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> <audio id="sound_sara" preload="auto"> <source id="src_ogg" src="ogg/sara.ogg" type='audio/ogg; codecs="vorbis"' /> <source id="src_mp3" src="mp3/sara.mp3" type='audio/mpeg; codecs="mp3"' /> </audio> </span> <script type="text/javascript" src="js/jquery-1.8.3.min.js"></script> <script type="text/javascript" src="js/jquery.masonry.min.js"></script> <script type="text/javascript" src="js/underscore-min.js"></script> <script type="text/javascript" src="js/ikea.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-40443684-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
todor-dk/HTML-Renderer
Source/Testing/HtmlRenderer.ExperimentalApp/Data/Files/ikea/AEB7BF57209E3C3D5188C447C967069F.html
HTML
bsd-3-clause
25,552
<!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.linear_model.GLS.whiten &#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.linear_model.GLS.df_model" href="statsmodels.regression.linear_model.GLS.df_model.html" /> <link rel="prev" title="statsmodels.regression.linear_model.GLS.score" href="statsmodels.regression.linear_model.GLS.score.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.linear_model.GLS.whiten" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels v0.12.1</span> <span class="md-header-nav__topic"> statsmodels.regression.linear_model.GLS.whiten </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.linear_model.GLS.html" class="md-tabs__link">statsmodels.regression.linear_model.GLS</a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../index.html" title="statsmodels">statsmodels v0.12.1</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../user-guide.html" class="md-nav__link">User Guide</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../user-guide.html#background" class="md-nav__link">Background</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../regression.html" class="md-nav__link">Linear Regression</a> </li> <li class="md-nav__item"> <a href="../glm.html" class="md-nav__link">Generalized Linear Models</a> </li> <li class="md-nav__item"> <a href="../gee.html" class="md-nav__link">Generalized Estimating Equations</a> </li> <li class="md-nav__item"> <a href="../gam.html" class="md-nav__link">Generalized Additive Models (GAM)</a> </li> <li class="md-nav__item"> <a href="../rlm.html" class="md-nav__link">Robust Linear Models</a> </li> <li class="md-nav__item"> <a href="../mixed_linear.html" class="md-nav__link">Linear Mixed Effects Models</a> </li> <li class="md-nav__item"> <a href="../discretemod.html" class="md-nav__link">Regression with Discrete Dependent Variable</a> </li> <li class="md-nav__item"> <a href="../mixed_glm.html" class="md-nav__link">Generalized Linear Mixed Effects Models</a> </li> <li class="md-nav__item"> <a href="../anova.html" class="md-nav__link">ANOVA</a> </li></ul> </li> <li class="md-nav__item"> <a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a> </li></ul> </li> <li class="md-nav__item"> <a href="../examples/index.html" class="md-nav__link">Examples</a> </li> <li class="md-nav__item"> <a href="../api.html" class="md-nav__link">API Reference</a> </li> <li class="md-nav__item"> <a href="../about.html" class="md-nav__link">About statsmodels</a> </li> <li class="md-nav__item"> <a href="../dev/index.html" class="md-nav__link">Developer Page</a> </li> <li class="md-nav__item"> <a href="../release/index.html" class="md-nav__link">Release Notes</a> </li> </ul> </nav> </div> </div> </div> <div class="md-sidebar md-sidebar--secondary" data-md-component="toc"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--secondary"> <ul class="md-nav__list" data-md-scrollfix=""> <li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.regression.linear_model.GLS.whiten.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-linear-model-gls-whiten--page-root">statsmodels.regression.linear_model.GLS.whiten<a class="headerlink" href="#generated-statsmodels-regression-linear-model-gls-whiten--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py method"> <dt id="statsmodels.regression.linear_model.GLS.whiten"> <code class="sig-prename descclassname">GLS.</code><code class="sig-name descname">whiten</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">x</span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/regression/linear_model.html#GLS.whiten"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.regression.linear_model.GLS.whiten" title="Permalink to this definition">¶</a></dt> <dd><p>GLS whiten method.</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.19)"><span>array_like</span></a></span></dt><dd><p>Data to be whitened.</p> </dd> </dl> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><dl class="simple"> <dt><a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.19)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ndarray</span></code></a></dt><dd><p>The value np.dot(cholsigmainv,X).</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.linear_model.GLS.html#statsmodels.regression.linear_model.GLS" title="statsmodels.regression.linear_model.GLS"><code class="xref py py-obj docutils literal notranslate"><span class="pre">GLS</span></code></a></dt><dd><p>Fit a linear model using Generalized Least Squares.</p> </dd> </dl> </div> </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.linear_model.GLS.score.html" title="statsmodels.regression.linear_model.GLS.score" 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.linear_model.GLS.score </span> </div> </a> <a href="statsmodels.regression.linear_model.GLS.df_model.html" title="statsmodels.regression.linear_model.GLS.df_model" 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.linear_model.GLS.df_model </span> </div> <div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Oct 29, 2020. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 3.2.1. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
v0.12.1/generated/statsmodels.regression.linear_model.GLS.whiten.html
HTML
bsd-3-clause
19,504
<html> <head> <meta charset="utf-8"> <title>ConjugateGradientSolver | Mocha Tests</title> <link rel="stylesheet" href="../node_modules/mocha/mocha.css" /> </head> <body> <div id="mocha"></div> <script src="../client_src/js/underscore.js"></script> <script src="../node_modules/chai/chai.js"></script> <script src="../node_modules/mocha/mocha.js"></script> <script>mocha.setup('bdd')</script> <script src="../client_src/js/ConjugateGradientSolver.js"></script> <script src="ConjugateGradientSolver_test.js"></script> <script> mocha.run(); </script> </body> </html>
uwdata/diagnostics
test/ConjugateGradientSolver_test.html
HTML
bsd-3-clause
577
<?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>Searching SNP Data by Population Frequency</title> <link rel="StyleSheet" href="css/Browse%20Data.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="Browse%20Data.3.1.html#1077693">Browsing caGWAS Data</a> &gt; Searching SNP Data by Population Frequency </div> <hr align="left" /> <blockquote> <div class="Heading1"><a name="1077693">Searching SNP Data by Population Frequency </a></div> <div class="Body_Text"><a name="1077694">This type of search finds the frequency of SNPs in certain population groups.</a></div> <div class="Body_Text"><a name="1077695">For detailed information about these population groups, begin to browse data by </a>association finding and click the <span class="Bold">Analysis Description (PDF)</span> link in the Analysis Name text block. For information on how to browse data by association finding, see <span class="Emphasis" style="color: #515186;"><a href="javascript:WWHClickedPopup('caGWAS_Online_Help', 'Browse%20Data.3.2.html#1077526', '');">Searching SNP Data by Association Finding</a></span>. </div> <div class="Body_Text_Drop_Down" style="color: #000000; font-family: Arial; font-size: 11.0pt; font-style: normal; font-variant: normal; font-weight: bold; text-transform: none; vertical-align: baseline;"><span class="Bold"><a name="1077699">To search by population frequency</a></span></div> <div class="Numbered_List_1_outer" style="margin-left: 18pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1082320"> <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="1082320">Click the </a><span class="Bold">Browse Data</span> menu. The Browse Data page appears.</div> </td> </tr> </table> </div> <div class="Numbered_List_outer" style="margin-left: 18pt;margin-bottom: 6.0pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1077701"> <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="1077701">Select a study and a version. If you do not select a version, your search returns </a>the most recent study data.</div> </td> </tr> </table> </div> <div class="Numbered_List_outer" style="margin-left: 18pt;margin-bottom: 6.0pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1077702"> <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="1077702">Click the </a><span class="Bold">Population Frequency</span> dataset option. </div> </td> </tr> </table> </div> <div class="Numbered_List_outer" style="margin-left: 18pt;margin-bottom: 6.0pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1077703"> <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="1077703">Click </a><span class="Bold">Submit</span>. The query page for searching SNP Population Frequency data appears.</div> </td> </tr> </table> </div> <div class="Numbered_List_outer" style="margin-left: 18pt;margin-bottom: 6.0pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1081326"> <tr style="vertical-align: baseline;"> <td> <div class="Numbered_List_inner" style="width: 18pt; white-space: nowrap;">5. </div> </td> <td width="100%"> <div class="Numbered_List_inner"><a name="1081326">Select</a><span style="font-weight: bold;"> </span>the Population type<span style="font-weight: bold;"> </span>from the drop-down menu. To select more than one group, press <span class="Keypress">Ctrl </span>while clicking each selection. If you do not select a population, your search returns data from all populations.</div> </td> </tr> </table> </div> <div class="Numbered_List_outer" style="margin-left: 18pt;margin-bottom: 6.0pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1077705"> <tr style="vertical-align: baseline;"> <td> <div class="Numbered_List_inner" style="width: 18pt; white-space: nowrap;">6. </div> </td> <td width="100%"> <div class="Numbered_List_inner"><a name="1077705">To further refine your search, specify any combination of the following criteria.</a></div> </td> </tr> </table> </div> <div class="Note_Indent_outer" style="margin-left: 50.25pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1077706"> <tr style="vertical-align: baseline;"> <td> <div class="Note_Indent_inner" style="width: 25px; white-space: nowrap;"> <span style="left: -20px; position: relative; top: 15px;"> <img src="note_NCI.gif" alt="*" id="bullet1077706" border="0" width="30" height="30" /> </span> </div> </td> <td width="100%"> <div class="Note_Indent_inner"><a name="1077706">All of the following search criteria are optional. The more you refine </a>your search by adding search criteria, the fewer results you receive. On the Browse Data page you must select at least one search criterion to filter your results. If you want to see the entire dataset, select the Bulk Data Download menu instead. For more information, see <span class="Emphasis" style="color: #515186;"><a href="javascript:WWHClickedPopup('caGWAS_Online_Help', 'Downloading%20Bulk%20Data.4.2.html#1077516', '');">Downloading Bulk Data</a></span>.</div> </td> </tr> </table> </div> <div class="Anchor_Para"><a name="1077772">&nbsp;</a></div> <table id="1077710" class="Table_-_List" style="text-align: left;" cellspacing="2"> <caption></caption> <tr> <td id="tc1077712" style="background-color: WhiteSmoke; border-bottom-color: Black; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 4pt; padding-left: 6pt; padding-right: 4pt; padding-top: 4pt; vertical-align: middle; width: 52.40088pt;"> <div class="Table_Header"><a name="1077712">Column </a>Number</div> </td> <td id="tc1077714" style="background-color: WhiteSmoke; border-bottom-color: Black; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 4pt; padding-left: 6pt; padding-right: 4pt; padding-top: 4pt; vertical-align: middle; width: 107.1864pt;"> <div class="Table_Header"><a name="1077714">Search Criteria</a></div> </td> <td id="tc1077716" style="background-color: WhiteSmoke; border-bottom-color: Black; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 4pt; padding-left: 6pt; padding-right: 4pt; padding-top: 4pt; vertical-align: middle; width: 260.65872pt;"> <div class="Table_Header"><a name="1077716">Explanation</a></div> </td> </tr> <tr> <td id="tc1077718" style="background-color: White; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; margin-bottom: 2.0pt; margin-top: 2.0pt; text-transform: none; vertical-align: baseline;"><span style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; text-transform: none; vertical-align: baseline;"><a name="1077718">1</a></span></div> </td> <td id="tc1077721" style="background-color: White; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="color: #515186; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; margin-bottom: 2.0pt; margin-top: 2.0pt; text-transform: none; vertical-align: baseline;"><span class="TopicJump"><a href="javascript:WWHClickedPopup('caGWAS_Online_Help', 'caGWAS%20Glossary.5.1.html#1075357', '');" name="1077721">Panel</a></span></div> </td> <td id="tc1077723" style="background-color: White; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="margin-top: 6.0pt;"><a name="1077723">Select a SNP panel.</a></div> </td> </tr> <tr> <td id="tc1077725" style="background-color: WhiteSmoke; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; margin-bottom: 2.0pt; margin-top: 2.0pt; text-transform: none; vertical-align: baseline;"><span style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; text-transform: none; vertical-align: baseline;"><a name="1077725">2</a></span></div> </td> <td id="tc1077728" style="background-color: WhiteSmoke; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; margin-bottom: 2.0pt; margin-top: 2.0pt; text-transform: none; vertical-align: baseline;"><span class="TopicJump"><a name="1077728">Genomic Location</a></span></div> </td> <td id="tc1077730" style="background-color: WhiteSmoke; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="margin-top: 6.0pt;"><a name="1077730">To search by genomic location, select a chromosome </a>number from the drop-down menu. Specify a specific chromosome region in the <span class="Bold">From</span> and <span class="Bold">To</span> boxes. </div> </td> </tr> <tr> <td id="tc1077732" style="background-color: White; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; text-transform: none; vertical-align: baseline;"><span style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; text-transform: none; vertical-align: baseline;"><a name="1077732">3</a></span></div> </td> <td id="tc1077735" style="background-color: White; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; text-transform: none; vertical-align: baseline;"><span class="TopicJump"><a name="1077735">HUGO Gene </a></span><span class="TopicJump">Symbols </span></div> </td> <td id="tc1077737" style="background-color: White; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="margin-top: 6.0pt;"><a name="1077737">To search by gene symbol, enter one or more HUGO </a>gene symbols (for example, MET) in the text block, or, to upload a list of up to 100 gene symbols, click <span style="font-weight: bold;">Browse</span> to select the file.</div> </td> </tr> <tr> <td id="tc1077739" style="background-color: WhiteSmoke; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; text-transform: none; vertical-align: baseline;"><span style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; text-transform: none; vertical-align: baseline;"><a name="1077739">4</a></span></div> </td> <td id="tc1077742" style="background-color: WhiteSmoke; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="color: #515186; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; text-transform: none; vertical-align: baseline;"><span class="TopicJump"><a href="javascript:WWHClickedPopup('caGWAS_Online_Help', 'caGWAS%20Glossary.5.1.html#1075277', '');" name="1077742">dbSNP Identifiers </a></span></div> </td> <td id="tc1077744" style="background-color: WhiteSmoke; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="margin-top: 6.0pt;"><a name="1077744">To search by dbSNP ID, enter one or more dbSNP IDs </a>(for example, rs38840), or, to upload a list of up to 1000 dbSNP IDs, click <span style="font-weight: bold;">Browse</span>.</div> </td> </tr> <tr> <td id="tc1077746" style="background-color: White; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; margin-bottom: 2.0pt; margin-top: 2.0pt; text-transform: none; vertical-align: baseline;"><span style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; text-transform: none; vertical-align: baseline;"><a name="1077746">5</a></span></div> </td> <td id="tc1077749" style="background-color: White; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; margin-bottom: 2.0pt; margin-top: 2.0pt; text-transform: none; vertical-align: baseline;"><span class="TopicJump"><a name="1077749">Hardy Weinberg </a></span><span class="TopicJump">pValue</span></div> </td> <td id="tc1077751" style="background-color: White; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text"><a name="1077751">Select greater than [&gt;=] or less than [&lt;=] from the drop-</a>down menu. Enter a number in the text block.</div> </td> </tr> <tr> <td id="tc1077753" style="background-color: WhiteSmoke; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; text-transform: none; vertical-align: baseline;"><span style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; text-transform: none; vertical-align: baseline;"><a name="1077753">6</a></span></div> </td> <td id="tc1077756" style="background-color: WhiteSmoke; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="color: #515186; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; text-transform: none; vertical-align: baseline;"><span class="TopicJump"><a href="javascript:WWHClickedPopup('caGWAS_Online_Help', 'caGWAS%20Glossary.5.1.html#1075319', '');" name="1077756">Minor Allele Frequency </a></span></div> </td> <td id="tc1077758" style="background-color: WhiteSmoke; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text"><a name="1077758">Select greater than [&gt;=] or less than [&lt;=] from the drop-</a>down menu. Enter a number in the text block.</div> </td> </tr> <tr> <td id="tc1077760" style="background-color: White; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; margin-bottom: 2.0pt; margin-top: 2.0pt; text-transform: none; vertical-align: baseline;"><span style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; text-transform: none; vertical-align: baseline;"><a name="1077760">7</a></span></div> </td> <td id="tc1077763" style="background-color: White; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text" style="color: #515186; font-family: Arial; font-size: 10.0pt; font-style: italic; font-variant: normal; font-weight: normal; margin-bottom: 2.0pt; margin-top: 2.0pt; text-transform: none; vertical-align: baseline;"><span class="TopicJump"><a href="javascript:WWHClickedPopup('caGWAS_Online_Help', 'caGWAS%20Glossary.5.1.html#1075265', '');" name="1077763">Completion Rate</a></span></div> </td> <td id="tc1077765" style="background-color: White; border-bottom-color: #000000; border-bottom-style: none; border-bottom-width: 1px; border-left-color: #000000; border-left-style: none; border-left-width: 1px; border-right-color: #000000; border-right-style: none; border-right-width: 1px; border-top-color: #000000; border-top-style: none; border-top-width: 1px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px; vertical-align: top;"> <div class="Table_Text"><a name="1077765">Select greater than [&gt;=] or less than [&lt;=] from the drop-</a>down menu. Enter a number in the text block.</div> </td> </tr> </table> <div class="Note_Indent_outer" style="margin-left: 50.25pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1081722"> <tr style="vertical-align: baseline;"> <td> <div class="Note_Indent_inner" style="width: 25px; white-space: nowrap;"> <span style="left: -20px; position: relative; top: 15px;"> <img src="note_NCI.gif" alt="*" id="bullet1081722" border="0" width="30" height="30" /> </span> </div> </td> <td width="100%"> <div class="Note_Indent_inner"><a name="1081722">To clear your selections and start a new search, click </a><span class="Bold">Reset</span>.</div> </td> </tr> </table> </div> <div class="Numbered_List_outer" style="margin-left: 18pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1081708"> <tr style="vertical-align: baseline;"> <td> <div class="Numbered_List_inner" style="width: 18pt; white-space: nowrap;">7. </div> </td> <td width="100%"> <div class="Numbered_List_inner"><a name="1081708">Click </a><span class="Bold">Submit</span>. The SNP Population Frequency Report appears. </div> </td> </tr> </table> </div> <div class="Body_Text_Indent_2"><a name="1081547">If your query results in more than 500 records, caGWAS generates a report and </a>sends it to you by email. For more information, see <span class="Emphasis" style="color: #515186;"><a href="javascript:WWHClickedPopup('caGWAS_Online_Help', 'Downloading%20Bulk%20Data.4.2.html#1077516', '');">Downloading Bulk Data</a></span>.</div> <div class="Body_Text_Indent_2"><a name="1081776">See </a><span class="Emphasis" style="color: #515186;"><a href="javascript:WWHClickedPopup('caGWAS_Online_Help', 'Browse%20Data.3.5.html#1077782', '');">Understanding the SNP Population Frequency Report</a></span> for more information.</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/cagwas
software/cagwas/WebRoot/helpDocs/caGWAS_Online_Help/Browse Data.3.4.html
HTML
bsd-3-clause
31,036
<!DOCTYPE html> <html> <meta charset="utf-8"> <title>Date parser test — 1000&lt;=x&lt;=9999 and January&lt;=y&lt;=December and 0&lt;=z&lt;=99 — 1000.january.01</title> <script src="../date_test.js"></script> <p>Failed (Script did not run)</p> <script> test_date_invalid("1000.january.01", "Invalid Date") </script> </html>
operasoftware/presto-testo
core/features/dateParsing/TestCases/individual/PointSeparator/849.html
HTML
bsd-3-clause
342
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>LiveSearch - AlloyUI</title> <link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.4.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css"> <link rel="stylesheet" href="..&#x2F;assets/../../build/aui-skin-classic/css/aui-skin-classic-all-min.css"> <link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles"> <script src="..&#x2F;assets/../../build/aui/aui.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="..&#x2F;assets/css/logo_small.png"></h1> </div> <div class="yui3-u-1-4 version"> <div class="version-details"> <span class="version-lib">AlloyUI 1.7.0</span> <div class="yui-version"> <span class="version-lib version-lib-yui">YUI 3.7.3</span> </div> </div> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="aui-tabview-list aui-widget-hd tabs" id="api-tabview-list"> <li class="aui-tab"><a class="aui-tab-label" href="#api-classes">Classes</a></li> <li class="aui-tab"><a class="aui-tab-label" href="#api-modules">Modules</a></li> <li class="aui-tab"><a class="aui-tab-label" href="#api-everything">Everything</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div class="aui-tabview-content aui-widget-bd" id="api-tabview-panel"> <ul id="api-classes" class="apis classes aui-tabview-content-item"> <li><a href="..&#x2F;classes/A.DataType.DateMath.html">A.DataType.DateMath</a></li> <li><a href="..&#x2F;classes/A.HTML5.html">A.HTML5</a></li> <li><a href="..&#x2F;classes/A.io.html">A.io</a></li> <li><a href="..&#x2F;classes/A.Node.html">A.Node</a></li> <li><a href="..&#x2F;classes/A.NodeList.html">A.NodeList</a></li> <li><a href="..&#x2F;classes/A.Plugin.IO.html">A.Plugin.IO</a></li> <li><a href="..&#x2F;classes/Anim.html">Anim</a></li> <li><a href="..&#x2F;classes/App.html">App</a></li> <li><a href="..&#x2F;classes/App.Base.html">App.Base</a></li> <li><a href="..&#x2F;classes/App.Content.html">App.Content</a></li> <li><a href="..&#x2F;classes/App.Transitions.html">App.Transitions</a></li> <li><a href="..&#x2F;classes/App.TransitionsNative.html">App.TransitionsNative</a></li> <li><a href="..&#x2F;classes/AreaSeries.html">AreaSeries</a></li> <li><a href="..&#x2F;classes/AreaSplineSeries.html">AreaSplineSeries</a></li> <li><a href="..&#x2F;classes/Array.html">Array</a></li> <li><a href="..&#x2F;classes/ArrayList.html">ArrayList</a></li> <li><a href="..&#x2F;classes/ArraySort.html">ArraySort</a></li> <li><a href="..&#x2F;classes/AsyncQueue.html">AsyncQueue</a></li> <li><a href="..&#x2F;classes/Attribute.html">Attribute</a></li> <li><a href="..&#x2F;classes/AttributeCore.html">AttributeCore</a></li> <li><a href="..&#x2F;classes/AttributeEvents.html">AttributeEvents</a></li> <li><a href="..&#x2F;classes/AttributeExtras.html">AttributeExtras</a></li> <li><a href="..&#x2F;classes/AttributeLite.html">AttributeLite</a></li> <li><a href="..&#x2F;classes/AUI~event~input.html">AUI~event~input</a></li> <li><a href="..&#x2F;classes/AutoComplete.html">AutoComplete</a></li> <li><a href="..&#x2F;classes/AutoCompleteBase.html">AutoCompleteBase</a></li> <li><a href="..&#x2F;classes/AutoCompleteFilters.html">AutoCompleteFilters</a></li> <li><a href="..&#x2F;classes/AutoCompleteHighlighters.html">AutoCompleteHighlighters</a></li> <li><a href="..&#x2F;classes/AutoCompleteList.html">AutoCompleteList</a></li> <li><a href="..&#x2F;classes/Axis.html">Axis</a></li> <li><a href="..&#x2F;classes/AxisType.html">AxisType</a></li> <li><a href="..&#x2F;classes/BarSeries.html">BarSeries</a></li> <li><a href="..&#x2F;classes/Base.html">Base</a></li> <li><a href="..&#x2F;classes/BaseCellEditor.html">BaseCellEditor</a></li> <li><a href="..&#x2F;classes/BaseCore.html">BaseCore</a></li> <li><a href="..&#x2F;classes/BaseOptionsCellEditor.html">BaseOptionsCellEditor</a></li> <li><a href="..&#x2F;classes/BottomAxisLayout.html">BottomAxisLayout</a></li> <li><a href="..&#x2F;classes/Button.html">Button</a></li> <li><a href="..&#x2F;classes/ButtonCore.html">ButtonCore</a></li> <li><a href="..&#x2F;classes/ButtonGroup.html">ButtonGroup</a></li> <li><a href="..&#x2F;classes/ButtonItem.html">ButtonItem</a></li> <li><a href="..&#x2F;classes/ButtonPlugin.html">ButtonPlugin</a></li> <li><a href="..&#x2F;classes/Cache.html">Cache</a></li> <li><a href="..&#x2F;classes/CacheOffline.html">CacheOffline</a></li> <li><a href="..&#x2F;classes/Calendar.html">Calendar</a></li> <li><a href="..&#x2F;classes/CalendarBase.html">CalendarBase</a></li> <li><a href="..&#x2F;classes/CanvasCircle.html">CanvasCircle</a></li> <li><a href="..&#x2F;classes/CanvasDrawing.html">CanvasDrawing</a></li> <li><a href="..&#x2F;classes/CanvasEllipse.html">CanvasEllipse</a></li> <li><a href="..&#x2F;classes/CanvasGraphic.html">CanvasGraphic</a></li> <li><a href="..&#x2F;classes/CanvasPath.html">CanvasPath</a></li> <li><a href="..&#x2F;classes/CanvasPieSlice.html">CanvasPieSlice</a></li> <li><a href="..&#x2F;classes/CanvasRect.html">CanvasRect</a></li> <li><a href="..&#x2F;classes/CanvasShape.html">CanvasShape</a></li> <li><a href="..&#x2F;classes/Carousel.html">Carousel</a></li> <li><a href="..&#x2F;classes/CartesianChart.html">CartesianChart</a></li> <li><a href="..&#x2F;classes/CartesianSeries.html">CartesianSeries</a></li> <li><a href="..&#x2F;classes/CategoryAxis.html">CategoryAxis</a></li> <li><a href="..&#x2F;classes/CellEditorSupport.html">CellEditorSupport</a></li> <li><a href="..&#x2F;classes/CharCounter.html">CharCounter</a></li> <li><a href="..&#x2F;classes/Chart.html">Chart</a></li> <li><a href="..&#x2F;classes/ChartBase.html">ChartBase</a></li> <li><a href="..&#x2F;classes/ChartLegend.html">ChartLegend</a></li> <li><a href="..&#x2F;classes/CheckboxCellEditor.html">CheckboxCellEditor</a></li> <li><a href="..&#x2F;classes/Circle.html">Circle</a></li> <li><a href="..&#x2F;classes/CircleGroup.html">CircleGroup</a></li> <li><a href="..&#x2F;classes/ClassNameManager.html">ClassNameManager</a></li> <li><a href="..&#x2F;classes/ClickableRail.html">ClickableRail</a></li> <li><a href="..&#x2F;classes/ColorPicker.html">ColorPicker</a></li> <li><a href="..&#x2F;classes/ColumnSeries.html">ColumnSeries</a></li> <li><a href="..&#x2F;classes/ComboSeries.html">ComboSeries</a></li> <li><a href="..&#x2F;classes/ComboSplineSeries.html">ComboSplineSeries</a></li> <li><a href="..&#x2F;classes/Component.html">Component</a></li> <li><a href="..&#x2F;classes/config.html">config</a></li> <li><a href="..&#x2F;classes/Console.html">Console</a></li> <li><a href="..&#x2F;classes/Controller.html">Controller</a></li> <li><a href="..&#x2F;classes/Cookie.html">Cookie</a></li> <li><a href="..&#x2F;classes/CurveUtil.html">CurveUtil</a></li> <li><a href="..&#x2F;classes/CustomEvent.html">CustomEvent</a></li> <li><a href="..&#x2F;classes/DataSchema.Array.html">DataSchema.Array</a></li> <li><a href="..&#x2F;classes/DataSchema.Base.html">DataSchema.Base</a></li> <li><a href="..&#x2F;classes/DataSchema.JSON.html">DataSchema.JSON</a></li> <li><a href="..&#x2F;classes/DataSchema.Text.html">DataSchema.Text</a></li> <li><a href="..&#x2F;classes/DataSchema.XML.html">DataSchema.XML</a></li> <li><a href="..&#x2F;classes/DataSource.Function.html">DataSource.Function</a></li> <li><a href="..&#x2F;classes/DataSource.Get.html">DataSource.Get</a></li> <li><a href="..&#x2F;classes/DataSource.IO.html">DataSource.IO</a></li> <li><a href="..&#x2F;classes/DataSource.Local.html">DataSource.Local</a></li> <li><a href="..&#x2F;classes/DataSourceArraySchema.html">DataSourceArraySchema</a></li> <li><a href="..&#x2F;classes/DataSourceCache.html">DataSourceCache</a></li> <li><a href="..&#x2F;classes/DataSourceCacheExtension.html">DataSourceCacheExtension</a></li> <li><a href="..&#x2F;classes/DataSourceJSONSchema.html">DataSourceJSONSchema</a></li> <li><a href="..&#x2F;classes/DataSourceTextSchema.html">DataSourceTextSchema</a></li> <li><a href="..&#x2F;classes/DataSourceXMLSchema.html">DataSourceXMLSchema</a></li> <li><a href="..&#x2F;classes/DataTable.html">DataTable</a></li> <li><a href="..&#x2F;classes/DataTable.Base.html">DataTable.Base</a></li> <li><a href="..&#x2F;classes/DataTable.BodyView.html">DataTable.BodyView</a></li> <li><a href="..&#x2F;classes/DataTable.ColumnWidths.html">DataTable.ColumnWidths</a></li> <li><a href="..&#x2F;classes/DataTable.Core.html">DataTable.Core</a></li> <li><a href="..&#x2F;classes/DataTable.HeaderView.html">DataTable.HeaderView</a></li> <li><a href="..&#x2F;classes/DataTable.Message.html">DataTable.Message</a></li> <li><a href="..&#x2F;classes/DataTable.Mutable.html">DataTable.Mutable</a></li> <li><a href="..&#x2F;classes/DataTable.Scrollable.html">DataTable.Scrollable</a></li> <li><a href="..&#x2F;classes/DataTable.Sortable.html">DataTable.Sortable</a></li> <li><a href="..&#x2F;classes/DataTable.TableView.html">DataTable.TableView</a></li> <li><a href="..&#x2F;classes/DataType.Boolean.html">DataType.Boolean</a></li> <li><a href="..&#x2F;classes/DataType.Date.Locale.html">DataType.Date.Locale</a></li> <li><a href="..&#x2F;classes/DataType.String.html">DataType.String</a></li> <li><a href="..&#x2F;classes/Date.html">Date</a></li> <li><a href="..&#x2F;classes/DateCellEditor.html">DateCellEditor</a></li> <li><a href="..&#x2F;classes/DatepickerManager.html">DatepickerManager</a></li> <li><a href="..&#x2F;classes/DatePickerSelect.html">DatePickerSelect</a></li> <li><a href="..&#x2F;classes/DD.DDM.html">DD.DDM</a></li> <li><a href="..&#x2F;classes/DD.Delegate.html">DD.Delegate</a></li> <li><a href="..&#x2F;classes/DD.Drag.html">DD.Drag</a></li> <li><a href="..&#x2F;classes/DD.Drop.html">DD.Drop</a></li> <li><a href="..&#x2F;classes/DD.Scroll.html">DD.Scroll</a></li> <li><a href="..&#x2F;classes/DelayedTask.html">DelayedTask</a></li> <li><a href="..&#x2F;classes/Dial.html">Dial</a></li> <li><a href="..&#x2F;classes/Dialog.html">Dialog</a></li> <li><a href="..&#x2F;classes/DialogManager.html">DialogManager</a></li> <li><a href="..&#x2F;classes/DialogMask.html">DialogMask</a></li> <li><a href="..&#x2F;classes/Do.html">Do</a></li> <li><a href="..&#x2F;classes/Do.AlterArgs.html">Do.AlterArgs</a></li> <li><a href="..&#x2F;classes/Do.AlterReturn.html">Do.AlterReturn</a></li> <li><a href="..&#x2F;classes/Do.Error.html">Do.Error</a></li> <li><a href="..&#x2F;classes/Do.Halt.html">Do.Halt</a></li> <li><a href="..&#x2F;classes/Do.Method.html">Do.Method</a></li> <li><a href="..&#x2F;classes/Do.Prevent.html">Do.Prevent</a></li> <li><a href="..&#x2F;classes/DOM.html">DOM</a></li> <li><a href="..&#x2F;classes/DOMEventFacade.html">DOMEventFacade</a></li> <li><a href="..&#x2F;classes/Drawing.html">Drawing</a></li> <li><a href="..&#x2F;classes/DropDownCellEditor.html">DropDownCellEditor</a></li> <li><a href="..&#x2F;classes/Easing.html">Easing</a></li> <li><a href="..&#x2F;classes/Editable.html">Editable</a></li> <li><a href="..&#x2F;classes/EditorBase.html">EditorBase</a></li> <li><a href="..&#x2F;classes/EditorSelection.html">EditorSelection</a></li> <li><a href="..&#x2F;classes/Ellipse.html">Ellipse</a></li> <li><a href="..&#x2F;classes/EllipseGroup.html">EllipseGroup</a></li> <li><a href="..&#x2F;classes/Escape.html">Escape</a></li> <li><a href="..&#x2F;classes/Event.html">Event</a></li> <li><a href="..&#x2F;classes/EventFacade.html">EventFacade</a></li> <li><a href="..&#x2F;classes/EventHandle.html">EventHandle</a></li> <li><a href="..&#x2F;classes/EventTarget.html">EventTarget</a></li> <li><a href="..&#x2F;classes/ExecCommand.html">ExecCommand</a></li> <li><a href="..&#x2F;classes/Features.html">Features</a></li> <li><a href="..&#x2F;classes/File.html">File</a></li> <li><a href="..&#x2F;classes/FileFlash.html">FileFlash</a></li> <li><a href="..&#x2F;classes/FileHTML5.html">FileHTML5</a></li> <li><a href="..&#x2F;classes/Fills.html">Fills</a></li> <li><a href="..&#x2F;classes/Frame.html">Frame</a></li> <li><a href="..&#x2F;classes/Get.html">Get</a></li> <li><a href="..&#x2F;classes/Get.Transaction.html">Get.Transaction</a></li> <li><a href="..&#x2F;classes/GetNodeJS.html">GetNodeJS</a></li> <li><a href="..&#x2F;classes/Graph.html">Graph</a></li> <li><a href="..&#x2F;classes/Graphic.html">Graphic</a></li> <li><a href="..&#x2F;classes/GraphicBase.html">GraphicBase</a></li> <li><a href="..&#x2F;classes/Gridlines.html">Gridlines</a></li> <li><a href="..&#x2F;classes/GroupDiamond.html">GroupDiamond</a></li> <li><a href="..&#x2F;classes/GroupRect.html">GroupRect</a></li> <li><a href="..&#x2F;classes/Handlebars.html">Handlebars</a></li> <li><a href="..&#x2F;classes/Highlight.html">Highlight</a></li> <li><a href="..&#x2F;classes/Histogram.html">Histogram</a></li> <li><a href="..&#x2F;classes/HistoryBase.html">HistoryBase</a></li> <li><a href="..&#x2F;classes/HistoryHash.html">HistoryHash</a></li> <li><a href="..&#x2F;classes/HistoryHTML5.html">HistoryHTML5</a></li> <li><a href="..&#x2F;classes/HorizontalLegendLayout.html">HorizontalLegendLayout</a></li> <li><a href="..&#x2F;classes/ImageGallery.html">ImageGallery</a></li> <li><a href="..&#x2F;classes/ImageViewer.html">ImageViewer</a></li> <li><a href="..&#x2F;classes/ImageViewerMask.html">ImageViewerMask</a></li> <li><a href="..&#x2F;classes/ImgLoadGroup.html">ImgLoadGroup</a></li> <li><a href="..&#x2F;classes/ImgLoadImgObj.html">ImgLoadImgObj</a></li> <li><a href="..&#x2F;classes/Intl.html">Intl</a></li> <li><a href="..&#x2F;classes/IO.html">IO</a></li> <li><a href="..&#x2F;classes/IORequest.html">IORequest</a></li> <li><a href="..&#x2F;classes/JSON.html">JSON</a></li> <li><a href="..&#x2F;classes/JSONPRequest.html">JSONPRequest</a></li> <li><a href="..&#x2F;classes/Lang.html">Lang</a></li> <li><a href="..&#x2F;classes/LazyModelList.html">LazyModelList</a></li> <li><a href="..&#x2F;classes/LeftAxisLayout.html">LeftAxisLayout</a></li> <li><a href="..&#x2F;classes/Lines.html">Lines</a></li> <li><a href="..&#x2F;classes/LineSeries.html">LineSeries</a></li> <li><a href="..&#x2F;classes/LiveSearch.html">LiveSearch</a></li> <li><a href="..&#x2F;classes/Loader.html">Loader</a></li> <li><a href="..&#x2F;classes/LoadingMask.html">LoadingMask</a></li> <li><a href="..&#x2F;classes/MarkerSeries.html">MarkerSeries</a></li> <li><a href="..&#x2F;classes/Matrix.html">Matrix</a></li> <li><a href="..&#x2F;classes/MatrixUtil.html">MatrixUtil</a></li> <li><a href="..&#x2F;classes/Model.html">Model</a></li> <li><a href="..&#x2F;classes/ModelList.html">ModelList</a></li> <li><a href="..&#x2F;classes/ModelSync.REST.html">ModelSync.REST</a></li> <li><a href="..&#x2F;classes/NestedList.html">NestedList</a></li> <li><a href="..&#x2F;classes/Node.html">Node</a></li> <li><a href="..&#x2F;classes/NodeList.html">NodeList</a></li> <li><a href="..&#x2F;classes/Number.html">Number</a></li> <li><a href="..&#x2F;classes/NumericAxis.html">NumericAxis</a></li> <li><a href="..&#x2F;classes/Object.html">Object</a></li> <li><a href="..&#x2F;classes/Overlay.html">Overlay</a></li> <li><a href="..&#x2F;classes/OverlayBase.html">OverlayBase</a></li> <li><a href="..&#x2F;classes/OverlayContext.html">OverlayContext</a></li> <li><a href="..&#x2F;classes/OverlayContextManager.html">OverlayContextManager</a></li> <li><a href="..&#x2F;classes/OverlayContextPanel.html">OverlayContextPanel</a></li> <li><a href="..&#x2F;classes/OverlayContextPanelManager.html">OverlayContextPanelManager</a></li> <li><a href="..&#x2F;classes/OverlayManager.html">OverlayManager</a></li> <li><a href="..&#x2F;classes/OverlayMask.html">OverlayMask</a></li> <li><a href="..&#x2F;classes/Paginator.html">Paginator</a></li> <li><a href="..&#x2F;classes/Panel.html">Panel</a></li> <li><a href="..&#x2F;classes/Parallel.html">Parallel</a></li> <li><a href="..&#x2F;classes/ParseContent.html">ParseContent</a></li> <li><a href="..&#x2F;classes/Path.html">Path</a></li> <li><a href="..&#x2F;classes/PieChart.html">PieChart</a></li> <li><a href="..&#x2F;classes/PieSeries.html">PieSeries</a></li> <li><a href="..&#x2F;classes/Pjax.html">Pjax</a></li> <li><a href="..&#x2F;classes/PjaxBase.html">PjaxBase</a></li> <li><a href="..&#x2F;classes/PjaxContent.html">PjaxContent</a></li> <li><a href="..&#x2F;classes/Plots.html">Plots</a></li> <li><a href="..&#x2F;classes/Plugin.Align.html">Plugin.Align</a></li> <li><a href="..&#x2F;classes/Plugin.AutoComplete.html">Plugin.AutoComplete</a></li> <li><a href="..&#x2F;classes/Plugin.Base.html">Plugin.Base</a></li> <li><a href="..&#x2F;classes/Plugin.Cache.html">Plugin.Cache</a></li> <li><a href="..&#x2F;classes/Plugin.CalendarNavigator.html">Plugin.CalendarNavigator</a></li> <li><a href="..&#x2F;classes/Plugin.ConsoleFilters.html">Plugin.ConsoleFilters</a></li> <li><a href="..&#x2F;classes/Plugin.CreateLinkBase.html">Plugin.CreateLinkBase</a></li> <li><a href="..&#x2F;classes/Plugin.DataTableDataSource.html">Plugin.DataTableDataSource</a></li> <li><a href="..&#x2F;classes/Plugin.DDConstrained.html">Plugin.DDConstrained</a></li> <li><a href="..&#x2F;classes/Plugin.DDNodeScroll.html">Plugin.DDNodeScroll</a></li> <li><a href="..&#x2F;classes/Plugin.DDProxy.html">Plugin.DDProxy</a></li> <li><a href="..&#x2F;classes/Plugin.DDWindowScroll.html">Plugin.DDWindowScroll</a></li> <li><a href="..&#x2F;classes/Plugin.Drag.html">Plugin.Drag</a></li> <li><a href="..&#x2F;classes/Plugin.Drop.html">Plugin.Drop</a></li> <li><a href="..&#x2F;classes/Plugin.EditorBidi.html">Plugin.EditorBidi</a></li> <li><a href="..&#x2F;classes/Plugin.EditorBR.html">Plugin.EditorBR</a></li> <li><a href="..&#x2F;classes/Plugin.EditorLists.html">Plugin.EditorLists</a></li> <li><a href="..&#x2F;classes/Plugin.EditorPara.html">Plugin.EditorPara</a></li> <li><a href="..&#x2F;classes/Plugin.EditorParaBase.html">Plugin.EditorParaBase</a></li> <li><a href="..&#x2F;classes/Plugin.EditorParaIE.html">Plugin.EditorParaIE</a></li> <li><a href="..&#x2F;classes/Plugin.EditorTab.html">Plugin.EditorTab</a></li> <li><a href="..&#x2F;classes/Plugin.ExecCommand.html">Plugin.ExecCommand</a></li> <li><a href="..&#x2F;classes/Plugin.Flick.html">Plugin.Flick</a></li> <li><a href="..&#x2F;classes/Plugin.Host.html">Plugin.Host</a></li> <li><a href="..&#x2F;classes/plugin.NodeFocusManager.html">plugin.NodeFocusManager</a></li> <li><a href="..&#x2F;classes/Plugin.NodeFX.html">Plugin.NodeFX</a></li> <li><a href="..&#x2F;classes/plugin.NodeMenuNav.html">plugin.NodeMenuNav</a></li> <li><a href="..&#x2F;classes/Plugin.Pjax.html">Plugin.Pjax</a></li> <li><a href="..&#x2F;classes/Plugin.Resize.html">Plugin.Resize</a></li> <li><a href="..&#x2F;classes/Plugin.ResizeConstrained.html">Plugin.ResizeConstrained</a></li> <li><a href="..&#x2F;classes/Plugin.ResizeProxy.html">Plugin.ResizeProxy</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollInfo.html">Plugin.ScrollInfo</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewList.html">Plugin.ScrollViewList</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewPaginator.html">Plugin.ScrollViewPaginator</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewScrollbars.html">Plugin.ScrollViewScrollbars</a></li> <li><a href="..&#x2F;classes/Plugin.Shim.html">Plugin.Shim</a></li> <li><a href="..&#x2F;classes/Plugin.SortScroll.html">Plugin.SortScroll</a></li> <li><a href="..&#x2F;classes/Plugin.WidgetAnim.html">Plugin.WidgetAnim</a></li> <li><a href="..&#x2F;classes/Pollable.html">Pollable</a></li> <li><a href="..&#x2F;classes/PortalLayout.html">PortalLayout</a></li> <li><a href="..&#x2F;classes/Profiler.html">Profiler</a></li> <li><a href="..&#x2F;classes/ProgressBar.html">ProgressBar</a></li> <li><a href="..&#x2F;classes/QueryString.html">QueryString</a></li> <li><a href="..&#x2F;classes/Queue.html">Queue</a></li> <li><a href="..&#x2F;classes/RadioCellEditor.html">RadioCellEditor</a></li> <li><a href="..&#x2F;classes/Rating.html">Rating</a></li> <li><a href="..&#x2F;classes/Record.html">Record</a></li> <li><a href="..&#x2F;classes/Recordset.html">Recordset</a></li> <li><a href="..&#x2F;classes/RecordsetFilter.html">RecordsetFilter</a></li> <li><a href="..&#x2F;classes/RecordsetIndexer.html">RecordsetIndexer</a></li> <li><a href="..&#x2F;classes/RecordsetSort.html">RecordsetSort</a></li> <li><a href="..&#x2F;classes/Rect.html">Rect</a></li> <li><a href="..&#x2F;classes/Renderer.html">Renderer</a></li> <li><a href="..&#x2F;classes/Resize.html">Resize</a></li> <li><a href="..&#x2F;classes/RightAxisLayout.html">RightAxisLayout</a></li> <li><a href="..&#x2F;classes/Router.html">Router</a></li> <li><a href="..&#x2F;classes/ScrollView.html">ScrollView</a></li> <li><a href="..&#x2F;classes/Selector.html">Selector</a></li> <li><a href="..&#x2F;classes/Shape.html">Shape</a></li> <li><a href="..&#x2F;classes/ShapeGroup.html">ShapeGroup</a></li> <li><a href="..&#x2F;classes/Slider.html">Slider</a></li> <li><a href="..&#x2F;classes/SliderBase.html">SliderBase</a></li> <li><a href="..&#x2F;classes/SliderValueRange.html">SliderValueRange</a></li> <li><a href="..&#x2F;classes/Sortable.html">Sortable</a></li> <li><a href="..&#x2F;classes/SplineSeries.html">SplineSeries</a></li> <li><a href="..&#x2F;classes/StackedAreaSeries.html">StackedAreaSeries</a></li> <li><a href="..&#x2F;classes/StackedAreaSplineSeries.html">StackedAreaSplineSeries</a></li> <li><a href="..&#x2F;classes/StackedAxis.html">StackedAxis</a></li> <li><a href="..&#x2F;classes/StackedBarSeries.html">StackedBarSeries</a></li> <li><a href="..&#x2F;classes/StackedColumnSeries.html">StackedColumnSeries</a></li> <li><a href="..&#x2F;classes/StackedComboSeries.html">StackedComboSeries</a></li> <li><a href="..&#x2F;classes/StackedComboSplineSeries.html">StackedComboSplineSeries</a></li> <li><a href="..&#x2F;classes/StackedLineSeries.html">StackedLineSeries</a></li> <li><a href="..&#x2F;classes/StackedMarkerSeries.html">StackedMarkerSeries</a></li> <li><a href="..&#x2F;classes/StackedSplineSeries.html">StackedSplineSeries</a></li> <li><a href="..&#x2F;classes/StackingUtil.html">StackingUtil</a></li> <li><a href="..&#x2F;classes/State.html">State</a></li> <li><a href="..&#x2F;classes/StyleSheet.html">StyleSheet</a></li> <li><a href="..&#x2F;classes/Subscriber.html">Subscriber</a></li> <li><a href="..&#x2F;classes/SVGCircle.html">SVGCircle</a></li> <li><a href="..&#x2F;classes/SVGDrawing.html">SVGDrawing</a></li> <li><a href="..&#x2F;classes/SVGEllipse.html">SVGEllipse</a></li> <li><a href="..&#x2F;classes/SVGGraphic.html">SVGGraphic</a></li> <li><a href="..&#x2F;classes/SVGPath.html">SVGPath</a></li> <li><a href="..&#x2F;classes/SVGPieSlice.html">SVGPieSlice</a></li> <li><a href="..&#x2F;classes/SVGRect.html">SVGRect</a></li> <li><a href="..&#x2F;classes/SVGShape.html">SVGShape</a></li> <li><a href="..&#x2F;classes/SWF.html">SWF</a></li> <li><a href="..&#x2F;classes/SWFDetect.html">SWFDetect</a></li> <li><a href="..&#x2F;classes/SyntheticEvent.html">SyntheticEvent</a></li> <li><a href="..&#x2F;classes/SyntheticEvent.Notifier.html">SyntheticEvent.Notifier</a></li> <li><a href="..&#x2F;classes/SynthRegistry.html">SynthRegistry</a></li> <li><a href="..&#x2F;classes/Tab.html">Tab</a></li> <li><a href="..&#x2F;classes/TabView.html">TabView</a></li> <li><a href="..&#x2F;classes/Test.ArrayAssert.html">Test.ArrayAssert</a></li> <li><a href="..&#x2F;classes/Test.Assert.html">Test.Assert</a></li> <li><a href="..&#x2F;classes/Test.AssertionError.html">Test.AssertionError</a></li> <li><a href="..&#x2F;classes/Test.ComparisonFailure.html">Test.ComparisonFailure</a></li> <li><a href="..&#x2F;classes/Test.Console.html">Test.Console</a></li> <li><a href="..&#x2F;classes/Test.CoverageFormat.html">Test.CoverageFormat</a></li> <li><a href="..&#x2F;classes/Test.DateAssert.html">Test.DateAssert</a></li> <li><a href="..&#x2F;classes/Test.EventTarget.html">Test.EventTarget</a></li> <li><a href="..&#x2F;classes/Test.Mock.html">Test.Mock</a></li> <li><a href="..&#x2F;classes/Test.Mock.Value.html">Test.Mock.Value</a></li> <li><a href="..&#x2F;classes/Test.ObjectAssert.html">Test.ObjectAssert</a></li> <li><a href="..&#x2F;classes/Test.Reporter.html">Test.Reporter</a></li> <li><a href="..&#x2F;classes/Test.Results.html">Test.Results</a></li> <li><a href="..&#x2F;classes/Test.Runner.html">Test.Runner</a></li> <li><a href="..&#x2F;classes/Test.ShouldError.html">Test.ShouldError</a></li> <li><a href="..&#x2F;classes/Test.ShouldFail.html">Test.ShouldFail</a></li> <li><a href="..&#x2F;classes/Test.TestCase.html">Test.TestCase</a></li> <li><a href="..&#x2F;classes/Test.TestFormat.html">Test.TestFormat</a></li> <li><a href="..&#x2F;classes/Test.TestNode.html">Test.TestNode</a></li> <li><a href="..&#x2F;classes/Test.TestRunner.html">Test.TestRunner</a></li> <li><a href="..&#x2F;classes/Test.TestSuite.html">Test.TestSuite</a></li> <li><a href="..&#x2F;classes/Test.UnexpectedError.html">Test.UnexpectedError</a></li> <li><a href="..&#x2F;classes/Test.UnexpectedValue.html">Test.UnexpectedValue</a></li> <li><a href="..&#x2F;classes/Test.Wait.html">Test.Wait</a></li> <li><a href="..&#x2F;classes/Text.AccentFold.html">Text.AccentFold</a></li> <li><a href="..&#x2F;classes/Text.WordBreak.html">Text.WordBreak</a></li> <li><a href="..&#x2F;classes/TextAreaCellEditor.html">TextAreaCellEditor</a></li> <li><a href="..&#x2F;classes/Textboxlist.html">Textboxlist</a></li> <li><a href="..&#x2F;classes/TextCellEditor.html">TextCellEditor</a></li> <li><a href="..&#x2F;classes/ThumbRating.html">ThumbRating</a></li> <li><a href="..&#x2F;classes/TimeAxis.html">TimeAxis</a></li> <li><a href="..&#x2F;classes/ToggleButton.html">ToggleButton</a></li> <li><a href="..&#x2F;classes/Toolbar.html">Toolbar</a></li> <li><a href="..&#x2F;classes/Tooltip.html">Tooltip</a></li> <li><a href="..&#x2F;classes/TopAxisLayout.html">TopAxisLayout</a></li> <li><a href="..&#x2F;classes/Transition.html">Transition</a></li> <li><a href="..&#x2F;classes/TreeData.html">TreeData</a></li> <li><a href="..&#x2F;classes/TreeNode.html">TreeNode</a></li> <li><a href="..&#x2F;classes/TreeNodeCheck.html">TreeNodeCheck</a></li> <li><a href="..&#x2F;classes/TreeNodeIO.html">TreeNodeIO</a></li> <li><a href="..&#x2F;classes/TreeNodeRadio.html">TreeNodeRadio</a></li> <li><a href="..&#x2F;classes/TreeNodeTask.html">TreeNodeTask</a></li> <li><a href="..&#x2F;classes/TreeView.html">TreeView</a></li> <li><a href="..&#x2F;classes/TreeViewDD.html">TreeViewDD</a></li> <li><a href="..&#x2F;classes/UA.html">UA</a></li> <li><a href="..&#x2F;classes/Uploader.html">Uploader</a></li> <li><a href="..&#x2F;classes/Uploader.Queue.html">Uploader.Queue</a></li> <li><a href="..&#x2F;classes/UploaderFlash.html">UploaderFlash</a></li> <li><a href="..&#x2F;classes/UploaderHTML5.html">UploaderHTML5</a></li> <li><a href="..&#x2F;classes/ValueChange.html">ValueChange</a></li> <li><a href="..&#x2F;classes/VerticalLegendLayout.html">VerticalLegendLayout</a></li> <li><a href="..&#x2F;classes/View.html">View</a></li> <li><a href="..&#x2F;classes/View.NodeMap.html">View.NodeMap</a></li> <li><a href="..&#x2F;classes/VMLCircle.html">VMLCircle</a></li> <li><a href="..&#x2F;classes/VMLDrawing.html">VMLDrawing</a></li> <li><a href="..&#x2F;classes/VMLEllipse.html">VMLEllipse</a></li> <li><a href="..&#x2F;classes/VMLGraphic.html">VMLGraphic</a></li> <li><a href="..&#x2F;classes/VMLPath.html">VMLPath</a></li> <li><a href="..&#x2F;classes/VMLPieSlice.html">VMLPieSlice</a></li> <li><a href="..&#x2F;classes/VMLRect.html">VMLRect</a></li> <li><a href="..&#x2F;classes/VMLShape.html">VMLShape</a></li> <li><a href="..&#x2F;classes/Widget.html">Widget</a></li> <li><a href="..&#x2F;classes/WidgetAutohide.html">WidgetAutohide</a></li> <li><a href="..&#x2F;classes/WidgetButtons.html">WidgetButtons</a></li> <li><a href="..&#x2F;classes/WidgetChild.html">WidgetChild</a></li> <li><a href="..&#x2F;classes/WidgetModality.html">WidgetModality</a></li> <li><a href="..&#x2F;classes/WidgetParent.html">WidgetParent</a></li> <li><a href="..&#x2F;classes/WidgetPosition.html">WidgetPosition</a></li> <li><a href="..&#x2F;classes/WidgetPositionAlign.html">WidgetPositionAlign</a></li> <li><a href="..&#x2F;classes/WidgetPositionConstrain.html">WidgetPositionConstrain</a></li> <li><a href="..&#x2F;classes/WidgetStack.html">WidgetStack</a></li> <li><a href="..&#x2F;classes/WidgetStdMod.html">WidgetStdMod</a></li> <li><a href="..&#x2F;classes/XML.html">XML</a></li> <li><a href="..&#x2F;classes/YQL.html">YQL</a></li> <li><a href="..&#x2F;classes/YQLRequest.html">YQLRequest</a></li> <li><a href="..&#x2F;classes/YUI.html">YUI</a></li> <li><a href="..&#x2F;classes/YUI~substitute.html">YUI~substitute</a></li> </ul> <ul id="api-modules" class="apis modules aui-tabview-content-item"> <li><a href="..&#x2F;modules/align-plugin.html">align-plugin</a></li> <li><a href="..&#x2F;modules/anim.html">anim</a></li> <li><a href="..&#x2F;modules/anim-base.html">anim-base</a></li> <li><a href="..&#x2F;modules/anim-color.html">anim-color</a></li> <li><a href="..&#x2F;modules/anim-curve.html">anim-curve</a></li> <li><a href="..&#x2F;modules/anim-easing.html">anim-easing</a></li> <li><a href="..&#x2F;modules/anim-node-plugin.html">anim-node-plugin</a></li> <li><a href="..&#x2F;modules/anim-scroll.html">anim-scroll</a></li> <li><a href="..&#x2F;modules/anim-shape.html">anim-shape</a></li> <li><a href="..&#x2F;modules/anim-shape-transform.html">anim-shape-transform</a></li> <li><a href="..&#x2F;modules/anim-xy.html">anim-xy</a></li> <li><a href="..&#x2F;modules/app.html">app</a></li> <li><a href="..&#x2F;modules/app-base.html">app-base</a></li> <li><a href="..&#x2F;modules/app-content.html">app-content</a></li> <li><a href="..&#x2F;modules/app-transitions.html">app-transitions</a></li> <li><a href="..&#x2F;modules/app-transitions-native.html">app-transitions-native</a></li> <li><a href="..&#x2F;modules/array-extras.html">array-extras</a></li> <li><a href="..&#x2F;modules/array-invoke.html">array-invoke</a></li> <li><a href="..&#x2F;modules/arraylist.html">arraylist</a></li> <li><a href="..&#x2F;modules/arraylist-add.html">arraylist-add</a></li> <li><a href="..&#x2F;modules/arraylist-filter.html">arraylist-filter</a></li> <li><a href="..&#x2F;modules/arraysort.html">arraysort</a></li> <li><a href="..&#x2F;modules/async-queue.html">async-queue</a></li> <li><a href="..&#x2F;modules/attribute.html">attribute</a></li> <li><a href="..&#x2F;modules/attribute-base.html">attribute-base</a></li> <li><a href="..&#x2F;modules/attribute-complex.html">attribute-complex</a></li> <li><a href="..&#x2F;modules/attribute-core.html">attribute-core</a></li> <li><a href="..&#x2F;modules/attribute-events.html">attribute-events</a></li> <li><a href="..&#x2F;modules/attribute-extras.html">attribute-extras</a></li> <li><a href="..&#x2F;modules/aui-autocomplete.html">aui-autocomplete</a></li> <li><a href="..&#x2F;modules/aui-button-item.html">aui-button-item</a></li> <li><a href="..&#x2F;modules/aui-calendar.html">aui-calendar</a></li> <li><a href="..&#x2F;modules/aui-calendar-base.html">aui-calendar-base</a></li> <li><a href="..&#x2F;modules/aui-calendar-datepicker-select.html">aui-calendar-datepicker-select</a></li> <li><a href="..&#x2F;modules/aui-carousel.html">aui-carousel</a></li> <li><a href="..&#x2F;modules/aui-char-counter.html">aui-char-counter</a></li> <li><a href="..&#x2F;modules/aui-color-picker.html">aui-color-picker</a></li> <li><a href="..&#x2F;modules/aui-component.html">aui-component</a></li> <li><a href="..&#x2F;modules/aui-datatype.html">aui-datatype</a></li> <li><a href="..&#x2F;modules/aui-delayed-task.html">aui-delayed-task</a></li> <li><a href="..&#x2F;modules/aui-dialog.html">aui-dialog</a></li> <li><a href="..&#x2F;modules/aui-editable.html">aui-editable</a></li> <li><a href="..&#x2F;modules/aui-event.html">aui-event</a></li> <li><a href="..&#x2F;modules/aui-event-input.html">aui-event-input</a></li> <li><a href="..&#x2F;modules/aui-image-viewer.html">aui-image-viewer</a></li> <li><a href="..&#x2F;modules/aui-image-viewer-base.html">aui-image-viewer-base</a></li> <li><a href="..&#x2F;modules/aui-image-viewer-gallery.html">aui-image-viewer-gallery</a></li> <li><a href="..&#x2F;modules/aui-io.html">aui-io</a></li> <li><a href="..&#x2F;modules/aui-io-plugin.html">aui-io-plugin</a></li> <li><a href="..&#x2F;modules/aui-io-request.html">aui-io-request</a></li> <li><a href="..&#x2F;modules/aui-live-search.html">aui-live-search</a></li> <li><a href="..&#x2F;modules/aui-loading-mask.html">aui-loading-mask</a></li> <li><a href="..&#x2F;modules/aui-media-viewer-plugin.html">aui-media-viewer-plugin</a></li> <li><a href="..&#x2F;modules/aui-nested-list.html">aui-nested-list</a></li> <li><a href="..&#x2F;modules/aui-node.html">aui-node</a></li> <li><a href="..&#x2F;modules/aui-node-base.html">aui-node-base</a></li> <li><a href="..&#x2F;modules/aui-node-html5.html">aui-node-html5</a></li> <li><a href="..&#x2F;modules/aui-overlay.html">aui-overlay</a></li> <li><a href="..&#x2F;modules/aui-overlay-base.html">aui-overlay-base</a></li> <li><a href="..&#x2F;modules/aui-overlay-context.html">aui-overlay-context</a></li> <li><a href="..&#x2F;modules/aui-overlay-context-panel.html">aui-overlay-context-panel</a></li> <li><a href="..&#x2F;modules/aui-overlay-manager.html">aui-overlay-manager</a></li> <li><a href="..&#x2F;modules/aui-overlay-mask.html">aui-overlay-mask</a></li> <li><a href="..&#x2F;modules/aui-paginator.html">aui-paginator</a></li> <li><a href="..&#x2F;modules/aui-panel.html">aui-panel</a></li> <li><a href="..&#x2F;modules/aui-parse-content.html">aui-parse-content</a></li> <li><a href="..&#x2F;modules/aui-portal-layout.html">aui-portal-layout</a></li> <li><a href="..&#x2F;modules/aui-progressbar.html">aui-progressbar</a></li> <li><a href="..&#x2F;modules/aui-rating.html">aui-rating</a></li> <li><a href="..&#x2F;modules/aui-resize.html">aui-resize</a></li> <li><a href="..&#x2F;modules/aui-text.html">aui-text</a></li> <li><a href="..&#x2F;modules/aui-textboxlist.html">aui-textboxlist</a></li> <li><a href="..&#x2F;modules/aui-toolbar.html">aui-toolbar</a></li> <li><a href="..&#x2F;modules/aui-tooltip.html">aui-tooltip</a></li> <li><a href="..&#x2F;modules/aui-tree.html">aui-tree</a></li> <li><a href="..&#x2F;modules/aui-tree-data.html">aui-tree-data</a></li> <li><a href="..&#x2F;modules/aui-tree-node.html">aui-tree-node</a></li> <li><a href="..&#x2F;modules/aui-tree-view.html">aui-tree-view</a></li> <li><a href="..&#x2F;modules/autocomplete.html">autocomplete</a></li> <li><a href="..&#x2F;modules/autocomplete-base.html">autocomplete-base</a></li> <li><a href="..&#x2F;modules/autocomplete-filters.html">autocomplete-filters</a></li> <li><a href="..&#x2F;modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a></li> <li><a href="..&#x2F;modules/autocomplete-highlighters.html">autocomplete-highlighters</a></li> <li><a href="..&#x2F;modules/autocomplete-highlighters-accentfold.html">autocomplete-highlighters-accentfold</a></li> <li><a href="..&#x2F;modules/autocomplete-list.html">autocomplete-list</a></li> <li><a href="..&#x2F;modules/autocomplete-list-keys.html">autocomplete-list-keys</a></li> <li><a href="..&#x2F;modules/autocomplete-plugin.html">autocomplete-plugin</a></li> <li><a href="..&#x2F;modules/autocomplete-sources.html">autocomplete-sources</a></li> <li><a href="..&#x2F;modules/base.html">base</a></li> <li><a href="..&#x2F;modules/base-base.html">base-base</a></li> <li><a href="..&#x2F;modules/base-build.html">base-build</a></li> <li><a href="..&#x2F;modules/base-core.html">base-core</a></li> <li><a href="..&#x2F;modules/base-pluginhost.html">base-pluginhost</a></li> <li><a href="..&#x2F;modules/button.html">button</a></li> <li><a href="..&#x2F;modules/button-core.html">button-core</a></li> <li><a href="..&#x2F;modules/button-group.html">button-group</a></li> <li><a href="..&#x2F;modules/button-plugin.html">button-plugin</a></li> <li><a href="..&#x2F;modules/cache.html">cache</a></li> <li><a href="..&#x2F;modules/cache-base.html">cache-base</a></li> <li><a href="..&#x2F;modules/cache-offline.html">cache-offline</a></li> <li><a href="..&#x2F;modules/cache-plugin.html">cache-plugin</a></li> <li><a href="..&#x2F;modules/calendar.html">calendar</a></li> <li><a href="..&#x2F;modules/calendar-base.html">calendar-base</a></li> <li><a href="..&#x2F;modules/calendarnavigator.html">calendarnavigator</a></li> <li><a href="..&#x2F;modules/charts.html">charts</a></li> <li><a href="..&#x2F;modules/charts-base.html">charts-base</a></li> <li><a href="..&#x2F;modules/charts-legend.html">charts-legend</a></li> <li><a href="..&#x2F;modules/classnamemanager.html">classnamemanager</a></li> <li><a href="..&#x2F;modules/clickable-rail.html">clickable-rail</a></li> <li><a href="..&#x2F;modules/collection.html">collection</a></li> <li><a href="..&#x2F;modules/console.html">console</a></li> <li><a href="..&#x2F;modules/console-filters.html">console-filters</a></li> <li><a href="..&#x2F;modules/cookie.html">cookie</a></li> <li><a href="..&#x2F;modules/createlink-base.html">createlink-base</a></li> <li><a href="..&#x2F;modules/dataschema.html">dataschema</a></li> <li><a href="..&#x2F;modules/dataschema-array.html">dataschema-array</a></li> <li><a href="..&#x2F;modules/dataschema-base.html">dataschema-base</a></li> <li><a href="..&#x2F;modules/dataschema-json.html">dataschema-json</a></li> <li><a href="..&#x2F;modules/dataschema-text.html">dataschema-text</a></li> <li><a href="..&#x2F;modules/dataschema-xml.html">dataschema-xml</a></li> <li><a href="..&#x2F;modules/datasource.html">datasource</a></li> <li><a href="..&#x2F;modules/datasource-arrayschema.html">datasource-arrayschema</a></li> <li><a href="..&#x2F;modules/datasource-cache.html">datasource-cache</a></li> <li><a href="..&#x2F;modules/datasource-function.html">datasource-function</a></li> <li><a href="..&#x2F;modules/datasource-get.html">datasource-get</a></li> <li><a href="..&#x2F;modules/datasource-io.html">datasource-io</a></li> <li><a href="..&#x2F;modules/datasource-jsonschema.html">datasource-jsonschema</a></li> <li><a href="..&#x2F;modules/datasource-local.html">datasource-local</a></li> <li><a href="..&#x2F;modules/datasource-polling.html">datasource-polling</a></li> <li><a href="..&#x2F;modules/datasource-textschema.html">datasource-textschema</a></li> <li><a href="..&#x2F;modules/datasource-xmlschema.html">datasource-xmlschema</a></li> <li><a href="..&#x2F;modules/datatable.html">datatable</a></li> <li><a href="..&#x2F;modules/datatable-base.html">datatable-base</a></li> <li><a href="..&#x2F;modules/datatable-base-deprecated.html">datatable-base-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-body.html">datatable-body</a></li> <li><a href="..&#x2F;modules/datatable-column-widths.html">datatable-column-widths</a></li> <li><a href="..&#x2F;modules/datatable-core.html">datatable-core</a></li> <li><a href="..&#x2F;modules/datatable-datasource.html">datatable-datasource</a></li> <li><a href="..&#x2F;modules/datatable-datasource-deprecated.html">datatable-datasource-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-deprecated.html">datatable-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-head.html">datatable-head</a></li> <li><a href="..&#x2F;modules/datatable-message.html">datatable-message</a></li> <li><a href="..&#x2F;modules/datatable-mutable.html">datatable-mutable</a></li> <li><a href="..&#x2F;modules/datatable-scroll.html">datatable-scroll</a></li> <li><a href="..&#x2F;modules/datatable-scroll-deprecated.html">datatable-scroll-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-sort.html">datatable-sort</a></li> <li><a href="..&#x2F;modules/datatable-sort-deprecated.html">datatable-sort-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-table.html">datatable-table</a></li> <li><a href="..&#x2F;modules/datatype.html">datatype</a></li> <li><a href="..&#x2F;modules/datatype-date.html">datatype-date</a></li> <li><a href="..&#x2F;modules/datatype-date-format.html">datatype-date-format</a></li> <li><a href="..&#x2F;modules/datatype-date-math.html">datatype-date-math</a></li> <li><a href="..&#x2F;modules/datatype-date-parse.html">datatype-date-parse</a></li> <li><a href="..&#x2F;modules/datatype-number.html">datatype-number</a></li> <li><a href="..&#x2F;modules/datatype-number-format.html">datatype-number-format</a></li> <li><a href="..&#x2F;modules/datatype-number-parse.html">datatype-number-parse</a></li> <li><a href="..&#x2F;modules/datatype-xml.html">datatype-xml</a></li> <li><a href="..&#x2F;modules/datatype-xml-format.html">datatype-xml-format</a></li> <li><a href="..&#x2F;modules/datatype-xml-parse.html">datatype-xml-parse</a></li> <li><a href="..&#x2F;modules/dd.html">dd</a></li> <li><a href="..&#x2F;modules/dd-constrain.html">dd-constrain</a></li> <li><a href="..&#x2F;modules/dd-ddm.html">dd-ddm</a></li> <li><a href="..&#x2F;modules/dd-ddm-base.html">dd-ddm-base</a></li> <li><a href="..&#x2F;modules/dd-ddm-drop.html">dd-ddm-drop</a></li> <li><a href="..&#x2F;modules/dd-delegate.html">dd-delegate</a></li> <li><a href="..&#x2F;modules/dd-drag.html">dd-drag</a></li> <li><a href="..&#x2F;modules/dd-drop.html">dd-drop</a></li> <li><a href="..&#x2F;modules/dd-drop-plugin.html">dd-drop-plugin</a></li> <li><a href="..&#x2F;modules/dd-gestures.html">dd-gestures</a></li> <li><a href="..&#x2F;modules/dd-plugin.html">dd-plugin</a></li> <li><a href="..&#x2F;modules/dd-proxy.html">dd-proxy</a></li> <li><a href="..&#x2F;modules/dd-scroll.html">dd-scroll</a></li> <li><a href="..&#x2F;modules/dial.html">dial</a></li> <li><a href="..&#x2F;modules/dom.html">dom</a></li> <li><a href="..&#x2F;modules/dom-base.html">dom-base</a></li> <li><a href="..&#x2F;modules/dom-screen.html">dom-screen</a></li> <li><a href="..&#x2F;modules/dom-style.html">dom-style</a></li> <li><a href="..&#x2F;modules/dump.html">dump</a></li> <li><a href="..&#x2F;modules/editor.html">editor</a></li> <li><a href="..&#x2F;modules/editor-base.html">editor-base</a></li> <li><a href="..&#x2F;modules/editor-bidi.html">editor-bidi</a></li> <li><a href="..&#x2F;modules/editor-br.html">editor-br</a></li> <li><a href="..&#x2F;modules/editor-lists.html">editor-lists</a></li> <li><a href="..&#x2F;modules/editor-para.html">editor-para</a></li> <li><a href="..&#x2F;modules/editor-para-base.html">editor-para-base</a></li> <li><a href="..&#x2F;modules/editor-para-ie.html">editor-para-ie</a></li> <li><a href="..&#x2F;modules/editor-tab.html">editor-tab</a></li> <li><a href="..&#x2F;modules/escape.html">escape</a></li> <li><a href="..&#x2F;modules/event.html">event</a></li> <li><a href="..&#x2F;modules/event-base.html">event-base</a></li> <li><a href="..&#x2F;modules/event-contextmenu.html">event-contextmenu</a></li> <li><a href="..&#x2F;modules/event-custom.html">event-custom</a></li> <li><a href="..&#x2F;modules/event-custom-base.html">event-custom-base</a></li> <li><a href="..&#x2F;modules/event-custom-complex.html">event-custom-complex</a></li> <li><a href="..&#x2F;modules/event-delegate.html">event-delegate</a></li> <li><a href="..&#x2F;modules/event-flick.html">event-flick</a></li> <li><a href="..&#x2F;modules/event-focus.html">event-focus</a></li> <li><a href="..&#x2F;modules/event-gestures.html">event-gestures</a></li> <li><a href="..&#x2F;modules/event-hover.html">event-hover</a></li> <li><a href="..&#x2F;modules/event-key.html">event-key</a></li> <li><a href="..&#x2F;modules/event-mouseenter.html">event-mouseenter</a></li> <li><a href="..&#x2F;modules/event-mousewheel.html">event-mousewheel</a></li> <li><a href="..&#x2F;modules/event-move.html">event-move</a></li> <li><a href="..&#x2F;modules/event-outside.html">event-outside</a></li> <li><a href="..&#x2F;modules/event-resize.html">event-resize</a></li> <li><a href="..&#x2F;modules/event-simulate.html">event-simulate</a></li> <li><a href="..&#x2F;modules/event-synthetic.html">event-synthetic</a></li> <li><a href="..&#x2F;modules/event-tap.html">event-tap</a></li> <li><a href="..&#x2F;modules/event-touch.html">event-touch</a></li> <li><a href="..&#x2F;modules/event-valuechange.html">event-valuechange</a></li> <li><a href="..&#x2F;modules/exec-command.html">exec-command</a></li> <li><a href="..&#x2F;modules/features.html">features</a></li> <li><a href="..&#x2F;modules/file.html">file</a></li> <li><a href="..&#x2F;modules/file-flash.html">file-flash</a></li> <li><a href="..&#x2F;modules/file-html5.html">file-html5</a></li> <li><a href="..&#x2F;modules/frame.html">frame</a></li> <li><a href="..&#x2F;modules/gesture-simulate.html">gesture-simulate</a></li> <li><a href="..&#x2F;modules/get.html">get</a></li> <li><a href="..&#x2F;modules/get-nodejs.html">get-nodejs</a></li> <li><a href="..&#x2F;modules/graphics.html">graphics</a></li> <li><a href="..&#x2F;modules/handlebars.html">handlebars</a></li> <li><a href="..&#x2F;modules/handlebars-base.html">handlebars-base</a></li> <li><a href="..&#x2F;modules/handlebars-compiler.html">handlebars-compiler</a></li> <li><a href="..&#x2F;modules/highlight.html">highlight</a></li> <li><a href="..&#x2F;modules/highlight-accentfold.html">highlight-accentfold</a></li> <li><a href="..&#x2F;modules/highlight-base.html">highlight-base</a></li> <li><a href="..&#x2F;modules/history.html">history</a></li> <li><a href="..&#x2F;modules/history-base.html">history-base</a></li> <li><a href="..&#x2F;modules/history-hash.html">history-hash</a></li> <li><a href="..&#x2F;modules/history-hash-ie.html">history-hash-ie</a></li> <li><a href="..&#x2F;modules/history-html5.html">history-html5</a></li> <li><a href="..&#x2F;modules/imageloader.html">imageloader</a></li> <li><a href="..&#x2F;modules/intl.html">intl</a></li> <li><a href="..&#x2F;modules/io.html">io</a></li> <li><a href="..&#x2F;modules/io-base.html">io-base</a></li> <li><a href="..&#x2F;modules/io-form.html">io-form</a></li> <li><a href="..&#x2F;modules/io-nodejs.html">io-nodejs</a></li> <li><a href="..&#x2F;modules/io-queue.html">io-queue</a></li> <li><a href="..&#x2F;modules/io-upload-iframe.html">io-upload-iframe</a></li> <li><a href="..&#x2F;modules/io-xdr.html">io-xdr</a></li> <li><a href="..&#x2F;modules/json.html">json</a></li> <li><a href="..&#x2F;modules/json-parse.html">json-parse</a></li> <li><a href="..&#x2F;modules/json-stringify.html">json-stringify</a></li> <li><a href="..&#x2F;modules/jsonp.html">jsonp</a></li> <li><a href="..&#x2F;modules/jsonp-url.html">jsonp-url</a></li> <li><a href="..&#x2F;modules/lazy-model-list.html">lazy-model-list</a></li> <li><a href="..&#x2F;modules/loader.html">loader</a></li> <li><a href="..&#x2F;modules/loader-base.html">loader-base</a></li> <li><a href="..&#x2F;modules/matrix.html">matrix</a></li> <li><a href="..&#x2F;modules/model.html">model</a></li> <li><a href="..&#x2F;modules/model-list.html">model-list</a></li> <li><a href="..&#x2F;modules/model-sync-rest.html">model-sync-rest</a></li> <li><a href="..&#x2F;modules/node.html">node</a></li> <li><a href="..&#x2F;modules/node-base.html">node-base</a></li> <li><a href="..&#x2F;modules/node-core.html">node-core</a></li> <li><a href="..&#x2F;modules/node-data.html">node-data</a></li> <li><a href="..&#x2F;modules/node-deprecated.html">node-deprecated</a></li> <li><a href="..&#x2F;modules/node-event-delegate.html">node-event-delegate</a></li> <li><a href="..&#x2F;modules/node-event-html5.html">node-event-html5</a></li> <li><a href="..&#x2F;modules/node-event-simulate.html">node-event-simulate</a></li> <li><a href="..&#x2F;modules/node-flick.html">node-flick</a></li> <li><a href="..&#x2F;modules/node-focusmanager.html">node-focusmanager</a></li> <li><a href="..&#x2F;modules/node-load.html">node-load</a></li> <li><a href="..&#x2F;modules/node-menunav.html">node-menunav</a></li> <li><a href="..&#x2F;modules/node-pluginhost.html">node-pluginhost</a></li> <li><a href="..&#x2F;modules/node-screen.html">node-screen</a></li> <li><a href="..&#x2F;modules/node-scroll-info.html">node-scroll-info</a></li> <li><a href="..&#x2F;modules/node-style.html">node-style</a></li> <li><a href="..&#x2F;modules/oop.html">oop</a></li> <li><a href="..&#x2F;modules/overlay.html">overlay</a></li> <li><a href="..&#x2F;modules/panel.html">panel</a></li> <li><a href="..&#x2F;modules/parallel.html">parallel</a></li> <li><a href="..&#x2F;modules/pjax.html">pjax</a></li> <li><a href="..&#x2F;modules/pjax-base.html">pjax-base</a></li> <li><a href="..&#x2F;modules/pjax-content.html">pjax-content</a></li> <li><a href="..&#x2F;modules/pjax-plugin.html">pjax-plugin</a></li> <li><a href="..&#x2F;modules/plugin.html">plugin</a></li> <li><a href="..&#x2F;modules/pluginhost.html">pluginhost</a></li> <li><a href="..&#x2F;modules/pluginhost-base.html">pluginhost-base</a></li> <li><a href="..&#x2F;modules/pluginhost-config.html">pluginhost-config</a></li> <li><a href="..&#x2F;modules/profiler.html">profiler</a></li> <li><a href="..&#x2F;modules/querystring.html">querystring</a></li> <li><a href="..&#x2F;modules/querystring-parse.html">querystring-parse</a></li> <li><a href="..&#x2F;modules/querystring-parse-simple.html">querystring-parse-simple</a></li> <li><a href="..&#x2F;modules/querystring-stringify.html">querystring-stringify</a></li> <li><a href="..&#x2F;modules/querystring-stringify-simple.html">querystring-stringify-simple</a></li> <li><a href="..&#x2F;modules/queue-promote.html">queue-promote</a></li> <li><a href="..&#x2F;modules/range-slider.html">range-slider</a></li> <li><a href="..&#x2F;modules/recordset.html">recordset</a></li> <li><a href="..&#x2F;modules/recordset-base.html">recordset-base</a></li> <li><a href="..&#x2F;modules/recordset-filter.html">recordset-filter</a></li> <li><a href="..&#x2F;modules/recordset-indexer.html">recordset-indexer</a></li> <li><a href="..&#x2F;modules/recordset-sort.html">recordset-sort</a></li> <li><a href="..&#x2F;modules/resize.html">resize</a></li> <li><a href="..&#x2F;modules/resize-contrain.html">resize-contrain</a></li> <li><a href="..&#x2F;modules/resize-plugin.html">resize-plugin</a></li> <li><a href="..&#x2F;modules/resize-proxy.html">resize-proxy</a></li> <li><a href="..&#x2F;modules/rollup.html">rollup</a></li> <li><a href="..&#x2F;modules/router.html">router</a></li> <li><a href="..&#x2F;modules/scrollview.html">scrollview</a></li> <li><a href="..&#x2F;modules/scrollview-base.html">scrollview-base</a></li> <li><a href="..&#x2F;modules/scrollview-base-ie.html">scrollview-base-ie</a></li> <li><a href="..&#x2F;modules/scrollview-list.html">scrollview-list</a></li> <li><a href="..&#x2F;modules/scrollview-paginator.html">scrollview-paginator</a></li> <li><a href="..&#x2F;modules/scrollview-scrollbars.html">scrollview-scrollbars</a></li> <li><a href="..&#x2F;modules/selection.html">selection</a></li> <li><a href="..&#x2F;modules/selector-css2.html">selector-css2</a></li> <li><a href="..&#x2F;modules/selector-css3.html">selector-css3</a></li> <li><a href="..&#x2F;modules/selector-native.html">selector-native</a></li> <li><a href="..&#x2F;modules/shim-plugin.html">shim-plugin</a></li> <li><a href="..&#x2F;modules/slider.html">slider</a></li> <li><a href="..&#x2F;modules/slider-base.html">slider-base</a></li> <li><a href="..&#x2F;modules/slider-value-range.html">slider-value-range</a></li> <li><a href="..&#x2F;modules/sortable.html">sortable</a></li> <li><a href="..&#x2F;modules/sortable-scroll.html">sortable-scroll</a></li> <li><a href="..&#x2F;modules/stylesheet.html">stylesheet</a></li> <li><a href="..&#x2F;modules/substitute.html">substitute</a></li> <li><a href="..&#x2F;modules/swf.html">swf</a></li> <li><a href="..&#x2F;modules/swfdetect.html">swfdetect</a></li> <li><a href="..&#x2F;modules/tabview.html">tabview</a></li> <li><a href="..&#x2F;modules/test.html">test</a></li> <li><a href="..&#x2F;modules/test-console.html">test-console</a></li> <li><a href="..&#x2F;modules/text.html">text</a></li> <li><a href="..&#x2F;modules/text-accentfold.html">text-accentfold</a></li> <li><a href="..&#x2F;modules/text-wordbreak.html">text-wordbreak</a></li> <li><a href="..&#x2F;modules/transition.html">transition</a></li> <li><a href="..&#x2F;modules/transition-timer.html">transition-timer</a></li> <li><a href="..&#x2F;modules/uploader.html">uploader</a></li> <li><a href="..&#x2F;modules/uploader-deprecated.html">uploader-deprecated</a></li> <li><a href="..&#x2F;modules/uploader-flash.html">uploader-flash</a></li> <li><a href="..&#x2F;modules/uploader-html5.html">uploader-html5</a></li> <li><a href="..&#x2F;modules/uploader-queue.html">uploader-queue</a></li> <li><a href="..&#x2F;modules/view.html">view</a></li> <li><a href="..&#x2F;modules/view-node-map.html">view-node-map</a></li> <li><a href="..&#x2F;modules/widget.html">widget</a></li> <li><a href="..&#x2F;modules/widget-anim.html">widget-anim</a></li> <li><a href="..&#x2F;modules/widget-autohide.html">widget-autohide</a></li> <li><a href="..&#x2F;modules/widget-base.html">widget-base</a></li> <li><a href="..&#x2F;modules/widget-base-ie.html">widget-base-ie</a></li> <li><a href="..&#x2F;modules/widget-buttons.html">widget-buttons</a></li> <li><a href="..&#x2F;modules/widget-child.html">widget-child</a></li> <li><a href="..&#x2F;modules/widget-htmlparser.html">widget-htmlparser</a></li> <li><a href="..&#x2F;modules/widget-locale.html">widget-locale</a></li> <li><a href="..&#x2F;modules/widget-modality.html">widget-modality</a></li> <li><a href="..&#x2F;modules/widget-parent.html">widget-parent</a></li> <li><a href="..&#x2F;modules/widget-position.html">widget-position</a></li> <li><a href="..&#x2F;modules/widget-position-align.html">widget-position-align</a></li> <li><a href="..&#x2F;modules/widget-position-constrain.html">widget-position-constrain</a></li> <li><a href="..&#x2F;modules/widget-skin.html">widget-skin</a></li> <li><a href="..&#x2F;modules/widget-stack.html">widget-stack</a></li> <li><a href="..&#x2F;modules/widget-stdmod.html">widget-stdmod</a></li> <li><a href="..&#x2F;modules/widget-uievents.html">widget-uievents</a></li> <li><a href="..&#x2F;modules/yql.html">yql</a></li> <li><a href="..&#x2F;modules/yql-nodejs.html">yql-nodejs</a></li> <li><a href="..&#x2F;modules/yql-winjs.html">yql-winjs</a></li> <li><a href="..&#x2F;modules/yui.html">yui</a></li> <li><a href="..&#x2F;modules/yui-base.html">yui-base</a></li> <li><a href="..&#x2F;modules/yui-later.html">yui-later</a></li> <li><a href="..&#x2F;modules/yui-log.html">yui-log</a></li> <li><a href="..&#x2F;modules/yui-throttle.html">yui-throttle</a></li> <li><a href="..&#x2F;modules/yui3.html">yui3</a></li> </ul> <ul id="api-everything" class="apis everything aui-tabview-content-item"> <li class="message">Begin typing in the search box above to see results.</li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> </div> <div class="apidocs"> <div id="docs-main" class="content"> <h1>LiveSearch Class</h1> <div class="box meta"> <div class="extends"> Extends <a href="../classes/Base.html" class="crosslink">Base</a> </div> <div class="foundat"> Defined in: <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l36"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:36</code></a> </div> </div> <div class="box intro"> <p><img src="assets/images/aui-live-search/main.png"/></p> <p>A base class for LiveSearch, providing:</p> <ul> <li>Real-time filtering for DOM elements based on a input query</li> </ul> <p>Quick Example:<br/></p> <pre class="code"><code class="prettyprint">var instance = new A.LiveSearch({ input: '#input', nodes: '#search .entry' }); </code></pre> <p>Check the list of <a href="LiveSearch.html#configattributes">Configuration Attributes</a> available for LiveSearch.</p> </div> <div class="constructor"> <h2>Constructor</h2> <div id="method_LiveSearch" class="method item"> <h3 class="name"><code>LiveSearch</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>config</code> </li> </ul><span class="paren">)</span> </div> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l36"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:36</code></a> </p> </div> <div class="description"> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">config</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Object literal specifying widget configuration properties.</p> </div> </li> </ul> </div> </div> </div> <div id="classdocs" class="tabview"> <ul class="aui-tabview-list aui-widget-hd api-class-tabs tabs" id="api-class-tabview-list"> <li class="yui3-tab api-class-tab index"><a class="aui-tab-label" href="#index">Index</a></li> <li class="aui-tab api-class-tab methods"><a class="aui-tab-label" href="#methods">Methods</a></li> <li class="aui-tab api-class-tab properties"><a class="aui-tab-label" href="#properties">Properties</a></li> <li class="aui-tab api-class-tab attrs"><a class="aui-tab-label" href="#attrs">Attributes</a></li> <li class="aui-tab api-class-tab events"><a class="aui-tab-label" href="#events">Events</a></li> </ul> <div class="aui-tabview-content aui-widget-bd" id="api-class-tabview-panel"> <div id="index" class="aui-tabview-content-item api-class-tabpanel index"> <h2 class="off-left">Item Index</h2> <div class="index-section methods"> <h3>Methods</h3> <ul class="index-list methods"> <li class="index-item method private inherited"> <a href="#method__addAttrs">_addAttrs</a> </li> <li class="index-item method private inherited"> <a href="#method__addLazyAttr">_addLazyAttr</a> </li> <li class="index-item method protected"> <a href="#method__afterSearchValueChange">_afterSearchValueChange</a> </li> <li class="index-item method private inherited"> <a href="#method__aggregateAttrs">_aggregateAttrs</a> </li> <li class="index-item method private inherited inherited"> <a href="#method__attrCfgHash">_attrCfgHash</a> </li> <li class="index-item method private inherited"> <a href="#method__baseDestroy">_baseDestroy</a> </li> <li class="index-item method private inherited"> <a href="#method__baseInit">_baseInit</a> </li> <li class="index-item method private inherited"> <a href="#method__defAttrChangeFn">_defAttrChangeFn</a> </li> <li class="index-item method protected inherited"> <a href="#method__defDestroyFn">_defDestroyFn</a> </li> <li class="index-item method protected inherited"> <a href="#method__defInitFn">_defInitFn</a> </li> <li class="index-item method protected"> <a href="#method__defSearchFn">_defSearchFn</a> </li> <li class="index-item method private inherited"> <a href="#method__destroyHierarchy">_destroyHierarchy</a> </li> <li class="index-item method private inherited"> <a href="#method__filterAdHocAttrs">_filterAdHocAttrs</a> </li> <li class="index-item method private inherited"> <a href="#method__filterAttrCfs">_filterAttrCfs</a> </li> <li class="index-item method private inherited"> <a href="#method__fireAttrChange">_fireAttrChange</a> </li> <li class="index-item method protected inherited"> <a href="#method__getAttr">_getAttr</a> </li> <li class="index-item method protected inherited"> <a href="#method__getAttrCfg">_getAttrCfg</a> </li> <li class="index-item method protected inherited"> <a href="#method__getAttrCfgs">_getAttrCfgs</a> </li> <li class="index-item method private inherited inherited"> <a href="#method__getAttrInitVal">_getAttrInitVal</a> </li> <li class="index-item method protected inherited"> <a href="#method__getAttrs">_getAttrs</a> </li> <li class="index-item method protected inherited"> <a href="#method__getClasses">_getClasses</a> </li> <li class="index-item method protected"> <a href="#method__getSearchValue">_getSearchValue</a> </li> <li class="index-item method private inherited"> <a href="#method__getStateVal">_getStateVal</a> </li> <li class="index-item method private inherited inherited"> <a href="#method__getType">_getType</a> </li> <li class="index-item method private inherited"> <a href="#method__initAttrHost">_initAttrHost</a> </li> <li class="index-item method private inherited inherited"> <a href="#method__initAttribute">_initAttribute</a> </li> <li class="index-item method protected inherited"> <a href="#method__initAttrs">_initAttrs</a> </li> <li class="index-item method private inherited inherited"> <a href="#method__initBase">_initBase</a> </li> <li class="index-item method private inherited"> <a href="#method__initHierarchy">_initHierarchy</a> </li> <li class="index-item method private inherited"> <a href="#method__initHierarchyData">_initHierarchyData</a> </li> <li class="index-item method protected"> <a href="#method__inputKeyUp">_inputKeyUp</a> </li> <li class="index-item method private inherited"> <a href="#method__isLazyAttr">_isLazyAttr</a> </li> <li class="index-item method protected"> <a href="#method__iterateResults">_iterateResults</a> </li> <li class="index-item method private inherited inherited"> <a href="#method__monitor">_monitor</a> </li> <li class="index-item method protected"> <a href="#method__normalizeQuery">_normalizeQuery</a> </li> <li class="index-item method private inherited inherited"> <a href="#method__normAttrVals">_normAttrVals</a> </li> <li class="index-item method private inherited inherited"> <a href="#method__parseType">_parseType</a> </li> <li class="index-item method private inherited"> <a href="#method__preInitEventCfg">_preInitEventCfg</a> </li> <li class="index-item method protected inherited"> <a href="#method__protectAttrs">_protectAttrs</a> </li> <li class="index-item method protected inherited inherited"> <a href="#method__set">_set</a> </li> <li class="index-item method protected inherited"> <a href="#method__setAttr">_setAttr</a> </li> <li class="index-item method protected inherited inherited"> <a href="#method__setAttrs">_setAttrs</a> </li> <li class="index-item method private inherited"> <a href="#method__setAttrVal">_setAttrVal</a> </li> <li class="index-item method protected"> <a href="#method__setNodes">_setNodes</a> </li> <li class="index-item method private inherited"> <a href="#method__setStateVal">_setStateVal</a> </li> <li class="index-item method inherited"> <a href="#method_addAttr">addAttr</a> </li> <li class="index-item method inherited"> <a href="#method_addAttrs">addAttrs</a> </li> <li class="index-item method inherited inherited"> <a href="#method_addTarget">addTarget</a> </li> <li class="index-item method inherited inherited"> <a href="#method_after">after</a> </li> <li class="index-item method inherited"> <a href="#method_attrAdded">attrAdded</a> </li> <li class="index-item method inherited inherited"> <a href="#method_before">before</a> </li> <li class="index-item method protected"> <a href="#method_bindUI">bindUI</a> </li> <li class="index-item method inherited inherited"> <a href="#method_bubble">bubble</a> </li> <li class="index-item method protected inherited"> <a href="#method_destroy">destroy</a> </li> <li class="index-item method inherited inherited"> <a href="#method_detach">detach</a> </li> <li class="index-item method inherited inherited"> <a href="#method_detachAll">detachAll</a> </li> <li class="index-item method"> <a href="#method_filter">filter</a> </li> <li class="index-item method inherited inherited"> <a href="#method_fire">fire</a> </li> <li class="index-item method inherited"> <a href="#method_get">get</a> </li> <li class="index-item method inherited"> <a href="#method_getAttrs">getAttrs</a> </li> <li class="index-item method inherited inherited"> <a href="#method_getEvent">getEvent</a> </li> <li class="index-item method inherited inherited"> <a href="#method_getTargets">getTargets</a> </li> <li class="index-item method inherited inherited"> <a href="#method_init">init</a> </li> <li class="index-item method protected"> <a href="#method_initializer">initializer</a> </li> <li class="index-item method inherited"> <a href="#method_modifyAttr">modifyAttr</a> </li> <li class="index-item method inherited inherited"> <a href="#method_on">on</a> </li> <li class="index-item method inherited inherited"> <a href="#method_once">once</a> </li> <li class="index-item method inherited inherited"> <a href="#method_onceAfter">onceAfter</a> </li> <li class="index-item method inherited inherited"> <a href="#method_parseType">parseType</a> </li> <li class="index-item method inherited inherited"> <a href="#method_publish">publish</a> </li> <li class="index-item method"> <a href="#method_refreshIndex">refreshIndex</a> </li> <li class="index-item method inherited"> <a href="#method_removeAttr">removeAttr</a> </li> <li class="index-item method inherited inherited"> <a href="#method_removeTarget">removeTarget</a> </li> <li class="index-item method inherited"> <a href="#method_reset">reset</a> </li> <li class="index-item method"> <a href="#method_search">search</a> </li> <li class="index-item method protected"> <a href="#method_search">search</a> </li> <li class="index-item method inherited inherited"> <a href="#method_set">set</a> </li> <li class="index-item method inherited inherited"> <a href="#method_setAttrs">setAttrs</a> </li> <li class="index-item method deprecated inherited inherited"> <a href="#method_subscribe">subscribe</a> </li> <li class="index-item method inherited"> <a href="#method_toString">toString</a> </li> <li class="index-item method deprecated inherited inherited"> <a href="#method_unsubscribe">unsubscribe</a> </li> <li class="index-item method deprecated inherited inherited"> <a href="#method_unsubscribeAll">unsubscribeAll</a> </li> </ul> </div> <div class="index-section properties"> <h3>Properties</h3> <ul class="index-list properties"> <li class="index-item property protected inherited"> <a href="#property__allowAdHocAttrs">_allowAdHocAttrs</a> </li> <li class="index-item property"> <a href="#property_LiveSearch.ATTRS">LiveSearch.ATTRS</a> <span class="flag static">static</span> </li> <li class="index-item property"> <a href="#property_LiveSearch.NAME">LiveSearch.NAME</a> <span class="flag static">static</span> </li> <li class="index-item property deprecated inherited"> <a href="#property_name">name</a> </li> <li class="index-item property protected"> <a href="#property_normalizedQuery">normalizedQuery</a> </li> <li class="index-item property protected"> <a href="#property_query">query</a> </li> <li class="index-item property protected"> <a href="#property_timer">timer</a> </li> </ul> </div> <div class="index-section attrs"> <h3>Attributes</h3> <ul class="index-list attrs"> <li class="index-item attr"> <a href="#attr_data">data</a> </li> <li class="index-item attr"> <a href="#attr_delay">delay</a> </li> <li class="index-item attr inherited"> <a href="#attr_destroyed">destroyed</a> </li> <li class="index-item attr"> <a href="#attr_hide">hide</a> </li> <li class="index-item attr"> <a href="#attr_index">index</a> </li> <li class="index-item attr inherited"> <a href="#attr_initialized">initialized</a> </li> <li class="index-item attr"> <a href="#attr_input">input</a> </li> <li class="index-item attr"> <a href="#attr_matchRegex">matchRegex</a> </li> <li class="index-item attr"> <a href="#attr_nodes">nodes</a> </li> <li class="index-item attr"> <a href="#attr_searchValue">searchValue</a> </li> <li class="index-item attr"> <a href="#attr_show">show</a> </li> </ul> </div> <div class="index-section events"> <h3>Events</h3> <ul class="index-list events"> <li class="index-item event inherited"> <a href="#event_destroy">destroy</a> </li> <li class="index-item event inherited"> <a href="#event_init">init</a> </li> </ul> </div> </div> <div id="methods" class="aui-tabview-content-item api-class-tabpanel"> <h2 class="off-left">Methods</h2> <div id="method__addAttrs" class="method item private inherited"> <h3 class="name"><code>_addAttrs</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>cfgs</code> </li> <li class="arg"> <code>values</code> </li> <li class="arg"> <code>lazy</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method__addAttrs">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l741"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:741</code></a> </p> </div> <div class="description"> <p>Implementation behind the public addAttrs method. </p> <p>This method is invoked directly by get if it encounters a scenario in which an attribute's valueFn attempts to obtain the value an attribute in the same group of attributes, which has not yet been added (on demand initialization).</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">cfgs</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>An object with attribute name/configuration pairs.</p> </div> </li> <li class="param"> <code class="param-name">values</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>An object with attribute name/value pairs, defining the initial values to apply. Values defined in the cfgs argument will be over-written by values in this argument unless defined as read only.</p> </div> </li> <li class="param"> <code class="param-name">lazy</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> <div class="param-description"> <p>Whether or not to delay the intialization of these attributes until the first call to get/set. Individual attributes can over-ride this behavior by defining a lazyAdd configuration property in their configuration. See <a href="#method_addAttr">addAttr</a>.</p> </div> </li> </ul> </div> </div> <div id="method__addLazyAttr" class="method item private inherited"> <h3 class="name"><code>_addLazyAttr</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method__addLazyAttr">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l312"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:312</code></a> </p> </div> <div class="description"> <p>Finishes initializing an attribute which has been lazily added.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>The name of the attribute</p> </div> </li> </ul> </div> </div> <div id="method__afterSearchValueChange" class="method item protected"> <h3 class="name"><code>_afterSearchValueChange</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>event</code> </li> </ul><span class="paren">)</span> </div> <span class="flag protected">protected</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l373"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:373</code></a> </p> </div> <div class="description"> <p>Fires after the value of the <a href="LiveSearch.html#config_searchValue">searchValue</a> attribute changes.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">event</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> </div> </li> </ul> </div> </div> <div id="method__aggregateAttrs" class="method item private inherited"> <h3 class="name"><code>_aggregateAttrs</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>allAttrs</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#method__aggregateAttrs">BaseCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_BaseCore.js.html#l427"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;BaseCore.js:427</code></a> </p> </div> <div class="description"> <p>A helper method, used by _initHierarchyData to aggregate attribute configuration across the instances class hierarchy.</p> <p>The method will protect the attribute configuration value to protect the statically defined default value in ATTRS if required (if the value is an object literal, array or the attribute configuration has cloneDefaultValue set to shallow or deep).</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">allAttrs</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>An array of ATTRS definitions across classes in the hierarchy (subclass first, Base last)</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: The aggregate set of ATTRS definitions for the instance </div> </div> </div> <div id="method__attrCfgHash" class="method item private inherited"> <h3 class="name"><code>_attrCfgHash</code></h3> <span class="paren">()</span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#method__attrCfgHash"> BaseCore </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_Base.js.html#l180"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;Base.js:180</code></a> </p> </div> <div class="description"> <p>Utility method to define the attribute hash used to filter/whitelist property mixes for this class.</p> </div> </div> <div id="method__baseDestroy" class="method item private inherited"> <h3 class="name"><code>_baseDestroy</code></h3> <span class="paren">()</span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#method__baseDestroy">BaseCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_BaseCore.js.html#l264"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;BaseCore.js:264</code></a> </p> </div> <div class="description"> <p>Internal destroy implementation for BaseCore</p> </div> </div> <div id="method__baseInit" class="method item private inherited"> <h3 class="name"><code>_baseInit</code></h3> <span class="paren">()</span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#method__baseInit">BaseCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_BaseCore.js.html#l236"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;BaseCore.js:236</code></a> </p> </div> <div class="description"> <p>Internal initialization implementation for BaseCore</p> </div> </div> <div id="method__defAttrChangeFn" class="method item private inherited"> <h3 class="name"><code>_defAttrChangeFn</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>e</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="AttributeEvents.html#method__defAttrChangeFn">AttributeEvents</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeEvents.js.html#l169"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeEvents.js:169</code></a> </p> </div> <div class="description"> <p>Default function for attribute change events.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> <p>The event object for attribute change events.</p> </div> </li> </ul> </div> </div> <div id="method__defDestroyFn" class="method item protected inherited"> <h3 class="name"><code>_defDestroyFn</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>e</code> </li> </ul><span class="paren">)</span> </div> <span class="flag protected">protected</span> <div class="meta"> <p>Inherited from <a href="Base.html#method__defDestroyFn">Base</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_Base.js.html#l325"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;Base.js:325</code></a> </p> </div> <div class="description"> <p>Default destroy event handler</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> <p>Event object</p> </div> </li> </ul> </div> </div> <div id="method__defInitFn" class="method item protected inherited"> <h3 class="name"><code>_defInitFn</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>e</code> </li> </ul><span class="paren">)</span> </div> <span class="flag protected">protected</span> <div class="meta"> <p>Inherited from <a href="Base.html#method__defInitFn">Base</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_Base.js.html#l313"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;Base.js:313</code></a> </p> </div> <div class="description"> <p>Default init event handler</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> <p>Event object, with a cfg property which refers to the configuration object passed to the constructor.</p> </div> </li> </ul> </div> </div> <div id="method__defSearchFn" class="method item protected"> <h3 class="name"><code>_defSearchFn</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>event</code> </li> </ul><span class="paren">)</span> </div> <span class="flag protected">protected</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l389"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:389</code></a> </p> </div> <div class="description"> <p>Default method that handles the search event.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">event</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> <p>search event facade</p> </div> </li> </ul> </div> </div> <div id="method__destroyHierarchy" class="method item private inherited"> <h3 class="name"><code>_destroyHierarchy</code></h3> <span class="paren">()</span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#method__destroyHierarchy">BaseCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_BaseCore.js.html#l563"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;BaseCore.js:563</code></a> </p> </div> <div class="description"> <p>Destroys the class hierarchy for this instance by invoking the destructor method on the prototype of each class in the hierarchy.</p> </div> </div> <div id="method__filterAdHocAttrs" class="method item private inherited"> <h3 class="name"><code>_filterAdHocAttrs</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>allAttrs</code> </li> <li class="arg"> <code>userVals</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#method__filterAdHocAttrs">BaseCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_BaseCore.js.html#l343"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;BaseCore.js:343</code></a> </p> </div> <div class="description"> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">allAttrs</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>The set of all attribute configurations for this instance. Attributes will be removed from this set, if they belong to the filtered class, so that by the time all classes are processed, allCfgs will be empty.</p> </div> </li> <li class="param"> <code class="param-name">userVals</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>The config object passed in by the user, from which adhoc attrs are to be filtered.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: The set of adhoc attributes passed in, in the form of an object with attribute name/configuration pairs. </div> </div> </div> <div id="method__filterAttrCfs" class="method item private inherited"> <h3 class="name"><code>_filterAttrCfs</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>clazz</code> </li> <li class="arg"> <code>allCfgs</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#method__filterAttrCfs">BaseCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_BaseCore.js.html#l311"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;BaseCore.js:311</code></a> </p> </div> <div class="description"> <p>A helper method used when processing ATTRS across the class hierarchy during initialization. Returns a disposable object with the attributes defined for the provided class, extracted from the set of all attributes passed in.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">clazz</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span> <div class="param-description"> <p>The class for which the desired attributes are required.</p> </div> </li> <li class="param"> <code class="param-name">allCfgs</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>The set of all attribute configurations for this instance. Attributes will be removed from this set, if they belong to the filtered class, so that by the time all classes are processed, allCfgs will be empty.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: The set of attributes belonging to the class passed in, in the form of an object with attribute name/configuration pairs. </div> </div> </div> <div id="method__fireAttrChange" class="method item private inherited"> <h3 class="name"><code>_fireAttrChange</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>attrName</code> </li> <li class="arg"> <code>subAttrName</code> </li> <li class="arg"> <code>currVal</code> </li> <li class="arg"> <code>newVal</code> </li> <li class="arg"> <code>opts</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="AttributeEvents.html#method__fireAttrChange">AttributeEvents</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeEvents.js.html#l115"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeEvents.js:115</code></a> </p> </div> <div class="description"> <p>Utility method to help setup the event payload and fire the attribute change event.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the attribute</p> </div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The full path of the property being changed, if this is a sub-attribute value being change. Otherwise null.</p> </div> </li> <li class="param"> <code class="param-name">currVal</code> <span class="type">Any</span> <div class="param-description"> <p>The current value of the attribute</p> </div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description"> <p>The new value of the attribute</p> </div> </li> <li class="param"> <code class="param-name">opts</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Any additional event data to mix into the attribute change event's event facade.</p> </div> </li> </ul> </div> </div> <div id="method__getAttr" class="method item protected inherited"> <h3 class="name"><code>_getAttr</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type">Any</span> </span> <span class="flag protected">protected</span> <span class="flag chainable">chainable</span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method__getAttr">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l468"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:468</code></a> </p> </div> <div class="description"> <p>Provides the common implementation for the public get method, allowing Attribute hosts to over-ride either method.</p> <p>See <a href="#method_get">get</a> for argument details.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the attribute.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Any</span>: The value of the attribute. </div> </div> </div> <div id="method__getAttrCfg" class="method item protected inherited"> <h3 class="name"><code>_getAttrCfg</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <span class="flag protected">protected</span> <div class="meta"> <p>Inherited from <a href="AttributeExtras.html#method__getAttrCfg">AttributeExtras</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeExtras.js.html#l112"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeExtras.js:112</code></a> </p> </div> <div class="description"> <p>Returns an object with the configuration properties (and value) for the given attribute. If attrName is not provided, returns the configuration properties for all attributes.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Optional. The attribute name. If not provided, the method will return the configuration for all attributes.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: The configuration properties for the given attribute, or all attributes. </div> </div> </div> <div id="method__getAttrCfgs" class="method item protected inherited"> <h3 class="name"><code>_getAttrCfgs</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <span class="flag protected">protected</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#method__getAttrCfgs">BaseCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_BaseCore.js.html#l294"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;BaseCore.js:294</code></a> </p> </div> <div class="description"> <p>Returns an aggregated set of attribute configurations, by traversing the class hierarchy.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: The hash of attribute configurations, aggregated across classes in the hierarchy This value is cached the first time the method, or _getClasses, is invoked. Subsequent invocations return the cached value. </div> </div> </div> <div id="method__getAttrInitVal" class="method item private inherited"> <h3 class="name"><code>_getAttrInitVal</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>attr</code> </li> <li class="arg"> <code>cfg</code> </li> <li class="arg"> <code>initValues</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type">Any</span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="Attribute.html#method__getAttrInitVal"> Attribute </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l824"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:824</code></a> </p> </div> <div class="description"> <p>Returns the initial value of the given attribute from either the default configuration provided, or the over-ridden value if it exists in the set of initValues provided and the attribute is not read-only.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">attr</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the attribute</p> </div> </li> <li class="param"> <code class="param-name">cfg</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>The attribute configuration object</p> </div> </li> <li class="param"> <code class="param-name">initValues</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>The object with simple and complex attribute name/value pairs returned from _normAttrVals</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Any</span>: The initial value of the attribute. </div> </div> </div> <div id="method__getAttrs" class="method item protected inherited"> <h3 class="name"><code>_getAttrs</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>attrs</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <span class="flag protected">protected</span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method__getAttrs">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l678"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:678</code></a> </p> </div> <div class="description"> <p>Implementation behind the public getAttrs method, to get multiple attribute values.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">attrs</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a> | boolean</span> <div class="param-description"> <p>Optional. An array of attribute names. If omitted, all attribute values are returned. If set to true, all attributes modified from their initial values are returned.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: An object with attribute name/value pairs. </div> </div> </div> <div id="method__getClasses" class="method item protected inherited"> <h3 class="name"><code>_getClasses</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function[]</a></span> </span> <span class="flag protected">protected</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#method__getClasses">BaseCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_BaseCore.js.html#l278"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;BaseCore.js:278</code></a> </p> </div> <div class="description"> <p>Returns the class hierarchy for this object, with BaseCore being the last class in the array.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function[]</a></span>: An array of classes (constructor functions), making up the class hierarchy for this object. This value is cached the first time the method, or _getAttrCfgs, is invoked. Subsequent invocations return the cached value. </div> </div> </div> <div id="method__getSearchValue" class="method item protected"> <h3 class="name"><code>_getSearchValue</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>value</code> </li> </ul><span class="paren">)</span> </div> <span class="flag protected">protected</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l432"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:432</code></a> </p> </div> <div class="description"> <p>Getter method for the <a href="LiveSearch.html#config_searchValue">searchValue</a> attribute.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">value</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> </div> </li> </ul> </div> </div> <div id="method__getStateVal" class="method item private inherited"> <h3 class="name"><code>_getStateVal</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type">Any</span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method__getStateVal">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l522"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:522</code></a> </p> </div> <div class="description"> <p>Gets the stored value for the attribute, from either the internal state object, or the state proxy if it exits</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the attribute</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Any</span>: The stored value of the attribute </div> </div> </div> <div id="method__getType" class="method item private inherited"> <h3 class="name"><code>_getType</code></h3> <span class="paren">()</span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method__getType"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l36"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:36</code></a> </p> </div> <div class="description"> <p>If the instance has a prefix attribute and the event type is not prefixed, the instance prefix is applied to the supplied type.</p> </div> </div> <div id="method__initAttrHost" class="method item private inherited"> <h3 class="name"><code>_initAttrHost</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>attrs</code> </li> <li class="arg"> <code>values</code> </li> <li class="arg"> <code>lazy</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method__initAttrHost">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l109"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:109</code></a> </p> </div> <div class="description"> <p>Constructor logic for attributes. Initializes the host state, and sets up the inital attributes passed to the constructor.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">attrs</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>The attributes to add during construction (passed through to <a href="#method_addAttrs">addAttrs</a>). These can also be defined on the constructor being augmented with Attribute by defining the ATTRS property on the constructor.</p> </div> </li> <li class="param"> <code class="param-name">values</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>The initial attribute values to apply (passed through to <a href="#method_addAttrs">addAttrs</a>). These are not merged/cloned. The caller is responsible for isolating user provided values if required.</p> </div> </li> <li class="param"> <code class="param-name">lazy</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> <div class="param-description"> <p>Whether or not to add attributes lazily (passed through to <a href="#method_addAttrs">addAttrs</a>).</p> </div> </li> </ul> </div> </div> <div id="method__initAttribute" class="method item private inherited"> <h3 class="name"><code>_initAttribute</code></h3> <span class="paren">()</span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#method__initAttribute"> BaseCore </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_Base.js.html#l169"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;Base.js:169</code></a> </p> </div> <div class="description"> <p>Initializes Attribute</p> </div> </div> <div id="method__initAttrs" class="method item protected inherited"> <h3 class="name"><code>_initAttrs</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>attrs</code> </li> <li class="arg"> <code>values</code> </li> <li class="arg"> <code>lazy</code> </li> </ul><span class="paren">)</span> </div> <span class="flag protected">protected</span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method__initAttrs">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l863"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:863</code></a> </p> </div> <div class="description"> <p>Utility method to set up initial attributes defined during construction, either through the constructor.ATTRS property, or explicitly passed in.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">attrs</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>The attributes to add during construction (passed through to <a href="#method_addAttrs">addAttrs</a>). These can also be defined on the constructor being augmented with Attribute by defining the ATTRS property on the constructor.</p> </div> </li> <li class="param"> <code class="param-name">values</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>The initial attribute values to apply (passed through to <a href="#method_addAttrs">addAttrs</a>). These are not merged/cloned. The caller is responsible for isolating user provided values if required.</p> </div> </li> <li class="param"> <code class="param-name">lazy</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> <div class="param-description"> <p>Whether or not to add attributes lazily (passed through to <a href="#method_addAttrs">addAttrs</a>).</p> </div> </li> </ul> </div> </div> <div id="method__initBase" class="method item private inherited"> <h3 class="name"><code>_initBase</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>config</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#method__initBase"> BaseCore </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_Base.js.html#l154"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;Base.js:154</code></a> </p> </div> <div class="description"> <p>Internal construction logic for Base.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">config</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>The constructor configuration object</p> </div> </li> </ul> </div> </div> <div id="method__initHierarchy" class="method item private inherited"> <h3 class="name"><code>_initHierarchy</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>userVals</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#method__initHierarchy">BaseCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_BaseCore.js.html#l505"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;BaseCore.js:505</code></a> </p> </div> <div class="description"> <p>Initializes the class hierarchy for the instance, which includes initializing attributes for each class defined in the class's static <a href="#property_BaseCore.ATTRS">ATTRS</a> property and invoking the initializer method on the prototype of each class in the hierarchy.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">userVals</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Object with configuration property name/value pairs</p> </div> </li> </ul> </div> </div> <div id="method__initHierarchyData" class="method item private inherited"> <h3 class="name"><code>_initHierarchyData</code></h3> <span class="paren">()</span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#method__initHierarchyData">BaseCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_BaseCore.js.html#l373"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;BaseCore.js:373</code></a> </p> </div> <div class="description"> <p>A helper method used by _getClasses and _getAttrCfgs, which determines both the array of classes and aggregate set of attribute configurations across the class hierarchy for the instance.</p> </div> </div> <div id="method__inputKeyUp" class="method item protected"> <h3 class="name"><code>_inputKeyUp</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>event</code> </li> </ul><span class="paren">)</span> </div> <span class="flag protected">protected</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l501"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:501</code></a> </p> </div> <div class="description"> <p>Fires the keyup event on <a href="LiveSearch.html#config_input">input</a>.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">event</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> <p>keyup event facade</p> </div> </li> </ul> </div> </div> <div id="method__isLazyAttr" class="method item private inherited"> <h3 class="name"><code>_isLazyAttr</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method__isLazyAttr">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l299"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:299</code></a> </p> </div> <div class="description"> <p>Checks whether or not the attribute is one which has been added lazily and still requires initialization.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the attribute</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>: true if it's a lazily added attribute, false otherwise. </div> </div> </div> <div id="method__iterateResults" class="method item protected"> <h3 class="name"><code>_iterateResults</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>item</code> </li> <li class="arg"> <code>index</code> </li> <li class="arg"> <code>result</code> </li> </ul><span class="paren">)</span> </div> <span class="flag protected">protected</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l450"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:450</code></a> </p> </div> <div class="description"> <p>Iterator for the result set that determines whether to show or hide the result nodes.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">item</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>The current result item</p> </div> </li> <li class="param"> <code class="param-name">index</code> <span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span> <div class="param-description"> <p>The current index of the result collection</p> </div> </li> <li class="param"> <code class="param-name">result</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>The results array being iterated</p> </div> </li> </ul> </div> </div> <div id="method__monitor" class="method item private inherited"> <h3 class="name"><code>_monitor</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>what</code> </li> <li class="arg"> <code>eventType</code> </li> <li class="arg"> <code>o</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method__monitor"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l604"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:604</code></a> </p> </div> <div class="description"> <p>This is the entry point for the event monitoring system. You can monitor 'attach', 'detach', 'fire', and 'publish'. When configured, these events generate an event. click -> click<em>attach, click</em>detach, click_publish -- these can be subscribed to like other events to monitor the event system. Inividual published events can have monitoring turned on or off (publish can't be turned off before it it published) by setting the events 'monitor' config.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">what</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>'attach', 'detach', 'fire', or 'publish'</p> </div> </li> <li class="param"> <code class="param-name">eventType</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span> <div class="param-description"> <p>The prefixed name of the event being monitored, or the CustomEvent object.</p> </div> </li> <li class="param"> <code class="param-name">o</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Information about the event interaction, such as fire() args, subscription category, publish config</p> </div> </li> </ul> </div> </div> <div id="method__normalizeQuery" class="method item protected"> <h3 class="name"><code>_normalizeQuery</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> </span> <span class="flag protected">protected</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l472"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:472</code></a> </p> </div> <div class="description"> <p>Normalize the input query. With <code>trim</code>, <code>matchRegex</code> and replace '*' to '' (on a regex empty match with everything like *).</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to filter results</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>: </div> </div> </div> <div id="method__normAttrVals" class="method item private inherited"> <h3 class="name"><code>_normAttrVals</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>valueHash</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="Attribute.html#method__normAttrVals"> Attribute </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l809"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:809</code></a> </p> </div> <div class="description"> <p>Utility method to normalize attribute values. The base implementation simply merges the hash to protect the original.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">valueHash</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>An object with attribute name/value pairs</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: </div> </div> </div> <div id="method__parseType" class="method item private inherited"> <h3 class="name"><code>_parseType</code></h3> <span class="paren">()</span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method__parseType"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l52"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:52</code></a> </p> </div> <div class="description"> <p>Returns an array with the detach key (if provided), and the prefixed event name from _getType Y.on('detachcategory| menu:click', fn)</p> </div> </div> <div id="method__preInitEventCfg" class="method item private inherited"> <h3 class="name"><code>_preInitEventCfg</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>config</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="Base.html#method__preInitEventCfg">Base</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_Base.js.html#l233"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;Base.js:233</code></a> </p> </div> <div class="description"> <p>Handles the special on, after and target properties which allow the user to easily configure on and after listeners as well as bubble targets during construction, prior to init.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">config</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>The user configuration object</p> </div> </li> </ul> </div> </div> <div id="method__protectAttrs" class="method item protected inherited"> <h3 class="name"><code>_protectAttrs</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>attrs</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <span class="flag protected">protected</span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method__protectAttrs">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l787"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:787</code></a> </p> </div> <div class="description"> <p>Utility method to protect an attribute configuration hash, by merging the entire object and the individual attr config objects.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">attrs</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>A hash of attribute to configuration object pairs.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: A protected version of the attrs argument. </div> </div> </div> <div id="method__set" class="method item protected inherited"> <h3 class="name"><code>_set</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> <li class="arg"> <code>val</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <span class="flag protected">protected</span> <span class="flag chainable">chainable</span> <div class="meta"> <p>Inherited from <a href="AttributeEvents.html#method__set"> AttributeEvents </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l346"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:346</code></a> </p> </div> <div class="description"> <p>Allows setting of readOnly/writeOnce attributes. See <a href="#method_set">set</a> for argument details.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the attribute.</p> </div> </li> <li class="param"> <code class="param-name">val</code> <span class="type">Any</span> <div class="param-description"> <p>The value to set the attribute to.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: A reference to the host object. </div> </div> </div> <div id="method__setAttr" class="method item protected inherited"> <h3 class="name"><code>_setAttr</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> <li class="arg"> <code>value</code> </li> <li class="arg"> <code>opts</code> </li> <li class="arg"> <code>force</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <span class="flag protected">protected</span> <span class="flag chainable">chainable</span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method__setAttr">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l361"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:361</code></a> </p> </div> <div class="description"> <p>Provides the common implementation for the public set and protected _set methods.</p> <p>See <a href="#method_set">set</a> for argument details.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the attribute.</p> </div> </li> <li class="param"> <code class="param-name">value</code> <span class="type">Any</span> <div class="param-description"> <p>The value to set the attribute to.</p> </div> </li> <li class="param"> <code class="param-name">opts</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>(Optional) Optional event data to be mixed into the event facade passed to subscribers of the attribute's change event. This is currently a hack. There's no real need for the AttributeCore implementation to support this parameter, but breaking it out into AttributeEvents, results in additional function hops for the critical path.</p> </div> </li> <li class="param"> <code class="param-name">force</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> <div class="param-description"> <p>If true, allows the caller to set values for readOnly or writeOnce attributes which have already been set.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: A reference to the host object. </div> </div> </div> <div id="method__setAttrs" class="method item protected inherited"> <h3 class="name"><code>_setAttrs</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>attrs</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <span class="flag protected">protected</span> <span class="flag chainable">chainable</span> <div class="meta"> <p>Inherited from <a href="AttributeEvents.html#method__setAttrs"> AttributeEvents </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l647"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:647</code></a> </p> </div> <div class="description"> <p>Implementation behind the public setAttrs method, to set multiple attribute values.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">attrs</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>An object with attributes name/value pairs.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: A reference to the host object. </div> </div> </div> <div id="method__setAttrVal" class="method item private inherited"> <h3 class="name"><code>_setAttrVal</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>attrName</code> </li> <li class="arg"> <code>subAttrName</code> </li> <li class="arg"> <code>prevVal</code> </li> <li class="arg"> <code>newVal</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type">Booolean</span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method__setAttrVal">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l554"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:554</code></a> </p> </div> <div class="description"> <p>Updates the stored value of the attribute in the privately held State object, if validation and setter passes.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The attribute name.</p> </div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The sub-attribute name, if setting a sub-attribute property ("x.y.z").</p> </div> </li> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description"> <p>The currently stored value of the attribute.</p> </div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description"> <p>The value which is going to be stored.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Booolean</span>: true if the new attribute value was stored, false if not. </div> </div> </div> <div id="method__setNodes" class="method item protected"> <h3 class="name"><code>_setNodes</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>v</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="../classes/NodeList.html" class="crosslink">NodeList</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> </span> <span class="flag protected">protected</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l519"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:519</code></a> </p> </div> <div class="description"> <p>Setter for <a href="LiveSearch.html#config_nodes">nodes</a>.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">v</code> <span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="../classes/NodeList.html" class="crosslink">NodeList</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="../classes/NodeList.html" class="crosslink">NodeList</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>: </div> </div> </div> <div id="method__setStateVal" class="method item private inherited"> <h3 class="name"><code>_setStateVal</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> <li class="arg"> <code>value</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method__setStateVal">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l536"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:536</code></a> </p> </div> <div class="description"> <p>Sets the stored value for the attribute, in either the internal state object, or the state proxy if it exits</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the attribute</p> </div> </li> <li class="param"> <code class="param-name">value</code> <span class="type">Any</span> <div class="param-description"> <p>The value of the attribute</p> </div> </li> </ul> </div> </div> <div id="method_addAttr" class="method item inherited"> <h3 class="name"><code>addAttr</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> <li class="arg"> <code>config</code> </li> <li class="arg"> <code>lazy</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <span class="flag chainable">chainable</span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method_addAttr">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l124"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:124</code></a> </p> </div> <div class="description"> <p> Adds an attribute with the provided configuration to the host object. </p> <p> The config argument object supports the following properties: </p> <dl> <dt>value &#60;Any&#62;</dt> <dd>The initial value to set on the attribute</dd> <dt>valueFn &#60;Function | String&#62;</dt> <dd> <p>A function, which will return the initial value to set on the attribute. This is useful for cases where the attribute configuration is defined statically, but needs to reference the host instance ("this") to obtain an initial value. If both the value and valueFn properties are defined, the value returned by the valueFn has precedence over the value property, unless it returns undefined, in which case the value property is used.</p> <p>valueFn can also be set to a string, representing the name of the instance method to be used to retrieve the value.</p> </dd> <dt>readOnly &#60;boolean&#62;</dt> <dd>Whether or not the attribute is read only. Attributes having readOnly set to true cannot be modified by invoking the set method.</dd> <dt>writeOnce &#60;boolean&#62; or &#60;string&#62;</dt> <dd> Whether or not the attribute is "write once". Attributes having writeOnce set to true, can only have their values set once, be it through the default configuration, constructor configuration arguments, or by invoking set. <p>The writeOnce attribute can also be set to the string "initOnly", in which case the attribute can only be set during initialization (when used with Base, this means it can only be set during construction)</p> </dd> <dt>setter &#60;Function | String&#62;</dt> <dd> <p>The setter function used to massage or normalize the value passed to the set method for the attribute. The value returned by the setter will be the final stored value. Returning <a href="#property_Attribute.INVALID_VALUE">Attribute.INVALID_VALUE</a>, from the setter will prevent the value from being stored. </p> <p>setter can also be set to a string, representing the name of the instance method to be used as the setter function.</p> </dd> <dt>getter &#60;Function | String&#62;</dt> <dd> <p> The getter function used to massage or normalize the value returned by the get method for the attribute. The value returned by the getter function is the value which will be returned to the user when they invoke get. </p> <p>getter can also be set to a string, representing the name of the instance method to be used as the getter function.</p> </dd> <dt>validator &#60;Function | String&#62;</dt> <dd> <p> The validator function invoked prior to setting the stored value. Returning false from the validator function will prevent the value from being stored. </p> <p>validator can also be set to a string, representing the name of the instance method to be used as the validator function.</p> </dd> <dt>lazyAdd &#60;boolean&#62;</dt> <dd>Whether or not to delay initialization of the attribute until the first call to get/set it. This flag can be used to over-ride lazy initialization on a per attribute basis, when adding multiple attributes through the <a href="#method_addAttrs">addAttrs</a> method.</dd> </dl> <p>The setter, getter and validator are invoked with the value and name passed in as the first and second arguments, and with the context ("this") set to the host object.</p> <p>Configuration properties outside of the list mentioned above are considered private properties used internally by attribute, and are not intended for public use.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the attribute.</p> </div> </li> <li class="param"> <code class="param-name">config</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>An object with attribute configuration property/value pairs, specifying the configuration for the attribute.</p> <p> <strong>NOTE:</strong> The configuration object is modified when adding an attribute, so if you need to protect the original values, you will need to merge the object. </p> </div> </li> <li class="param"> <code class="param-name">lazy</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> <div class="param-description"> <p>(optional) Whether or not to add this attribute lazily (on the first call to get/set).</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: A reference to the host object. </div> </div> </div> <div id="method_addAttrs" class="method item inherited"> <h3 class="name"><code>addAttrs</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>cfgs</code> </li> <li class="arg"> <code>values</code> </li> <li class="arg"> <code>lazy</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <span class="flag chainable">chainable</span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method_addAttrs">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l709"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:709</code></a> </p> </div> <div class="description"> <p>Configures a group of attributes, and sets initial values.</p> <p> <strong>NOTE:</strong> This method does not isolate the configuration object by merging/cloning. The caller is responsible for merging/cloning the configuration object if required. </p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">cfgs</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>An object with attribute name/configuration pairs.</p> </div> </li> <li class="param"> <code class="param-name">values</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>An object with attribute name/value pairs, defining the initial values to apply. Values defined in the cfgs argument will be over-written by values in this argument unless defined as read only.</p> </div> </li> <li class="param"> <code class="param-name">lazy</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> <div class="param-description"> <p>Whether or not to delay the intialization of these attributes until the first call to get/set. Individual attributes can over-ride this behavior by defining a lazyAdd configuration property in their configuration. See <a href="#method_addAttr">addAttr</a>.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: A reference to the host object. </div> </div> </div> <div id="method_addTarget" class="method item inherited"> <h3 class="name"><code>addTarget</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>o</code> </li> </ul><span class="paren">)</span> </div> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_addTarget"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-facade.js.html#l387"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-facade.js:387</code></a> </p> </div> <div class="description"> <p>Registers another EventTarget as a bubble target. Bubble order is determined by the order registered. Multiple targets can be specified.</p> <p>Events can only bubble if emitFacade is true.</p> <p>Included in the event-custom-complex submodule.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">o</code> <span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span> <div class="param-description"> <p>the target to add</p> </div> </li> </ul> </div> </div> <div id="method_after" class="method item inherited"> <h3 class="name"><code>after</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>type</code> </li> <li class="arg"> <code>fn</code> </li> <li class="arg"> <code class="optional">[context]</code> </li> <li class="arg"> <code class="optional">[arg*]</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span> </span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_after"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l744"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:744</code></a> </p> </div> <div class="description"> <p>Subscribe to a custom event hosted by this object. The supplied callback will execute after any listeners add via the subscribe method, and after the default function, if configured for the event, has executed.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">type</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the event</p> </div> </li> <li class="param"> <code class="param-name">fn</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span> <div class="param-description"> <p>The callback to execute in response to the event</p> </div> </li> <li class="param"> <code class="param-name optional">[context]</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <span class="flag optional" title="This parameter is optional.">optional</span> <div class="param-description"> <p>Override <code>this</code> object in callback</p> </div> </li> <li class="param"> <code class="param-name optional">[arg*]</code> <span class="type">Any</span> <span class="flag optional" title="This parameter is optional.">optional</span> <div class="param-description"> <p>0..n additional arguments to supply to the subscriber</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>: A subscription handle capable of detaching the subscription </div> </div> </div> <div id="method_attrAdded" class="method item inherited"> <h3 class="name"><code>attrAdded</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> </span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method_attrAdded">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l272"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:272</code></a> </p> </div> <div class="description"> <p>Checks if the given attribute has been added to the host</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the attribute to check.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>: true if an attribute with the given name has been added, false if it hasn't. This method will return true for lazily added attributes. </div> </div> </div> <div id="method_before" class="method item inherited"> <h3 class="name"><code>before</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"></span> </span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_before"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l781"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:781</code></a> </p> </div> <div class="description"> <p>Executes the callback before a DOM event, custom event or method. If the first argument is a function, it is assumed the target is a method. For DOM and custom events, this is an alias for Y.on.</p> <p>For DOM and custom events: type, callback, context, 0-n arguments</p> <p>For methods: callback, object (method host), methodName, context, 0-n arguments</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> detach handle </div> </div> </div> <div id="method_bindUI" class="method item protected"> <h3 class="name"><code>bindUI</code></h3> <span class="paren">()</span> <span class="flag protected">protected</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l255"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:255</code></a> </p> </div> <div class="description"> <p>Bind the events on the LiveSearch UI. Lifecycle.</p> </div> </div> <div id="method_bubble" class="method item inherited"> <h3 class="name"><code>bubble</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>evt</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> </span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_bubble"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-facade.js.html#l424"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-facade.js:424</code></a> </p> </div> <div class="description"> <p>Propagate an event. Requires the event-custom-complex module.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">evt</code> <span class="type"><a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span> <div class="param-description"> <p>the custom event to propagate</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>: the aggregated return value from Event.Custom.fire </div> </div> </div> <div id="method_destroy" class="method item protected"> <h3 class="name"><code>destroy</code></h3> <span class="paren">()</span> <span class="flag protected">protected</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#method_destroy"> BaseCore </a> but overwritten in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l278"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:278</code></a> </p> </div> <div class="description"> <p>Descructor lifecycle implementation for the LiveSearch class. Purges events attached to the node (and all child nodes).</p> </div> </div> <div id="method_detach" class="method item inherited"> <h3 class="name"><code>detach</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>type</code> </li> <li class="arg"> <code>fn</code> </li> <li class="arg"> <code>context</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span> </span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_detach"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l344"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:344</code></a> </p> </div> <div class="description"> <p>Detach one or more listeners the from the specified event</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">type</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Either the handle to the subscriber or the type of event. If the type is not specified, it will attempt to remove the listener from all hosted events.</p> </div> </li> <li class="param"> <code class="param-name">fn</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span> <div class="param-description"> <p>The subscribed function to unsubscribe, if not supplied, all subscribers will be removed.</p> </div> </li> <li class="param"> <code class="param-name">context</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>The custom object passed to subscribe. This is optional, but if supplied will be used to disambiguate multiple listeners that are the same (e.g., you subscribe many object using a function that lives on the prototype)</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span>: the host </div> </div> </div> <div id="method_detachAll" class="method item inherited"> <h3 class="name"><code>detachAll</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>type</code> </li> </ul><span class="paren">)</span> </div> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_detachAll"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l464"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:464</code></a> </p> </div> <div class="description"> <p>Removes all listeners from the specified event. If the event type is not specified, all listeners from all hosted custom events will be removed.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">type</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The type, or name of the event</p> </div> </li> </ul> </div> </div> <div id="method_filter" class="method item"> <h3 class="name"><code>filter</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l293"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:293</code></a> </p> </div> <div class="description"> <p>Filter the <a href="LiveSearch.html#config_nodes">nodes</a> based on the input value.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to filter results</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: Matched results. </div> </div> </div> <div id="method_fire" class="method item inherited"> <h3 class="name"><code>fire</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>type</code> </li> <li class="arg"> <code>arguments</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span> </span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_fire"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l641"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:641</code></a> </p> </div> <div class="description"> <p>Fire a custom event by name. The callback functions will be executed from the context specified when the event was created, and with the following parameters.</p> <p>If the custom event object hasn't been created, then the event hasn't been published and it has no subscribers. For performance sake, we immediate exit in this case. This means the event won't bubble, so if the intention is that a bubble target be notified, the event must be published on this object first.</p> <p>The first argument is the event type, and any additional arguments are passed to the listeners as parameters. If the first of these is an object literal, and the event is configured to emit an event facade, that object is mixed into the event facade and the facade is provided in place of the original object.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">type</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>The type of the event, or an object that contains a 'type' property.</p> </div> </li> <li class="param"> <code class="param-name">arguments</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object*</a></span> <div class="param-description"> <p>an arbitrary set of parameters to pass to the handler. If the first of these is an object literal and the event is configured to emit an event facade, the event facade will replace that parameter after the properties the object literal contains are copied to the event facade.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span>: the event host </div> </div> </div> <div id="method_get" class="method item inherited"> <h3 class="name"><code>get</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type">Any</span> </span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method_get">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l283"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:283</code></a> </p> </div> <div class="description"> <p>Returns the current value of the attribute. If the attribute has been configured with a 'getter' function, this method will delegate to the 'getter' to obtain the value of the attribute.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the attribute. If the value of the attribute is an Object, dot notation can be used to obtain the value of a property of the object (e.g. <code>get("x.y.z")</code>)</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Any</span>: The value of the attribute </div> </div> </div> <div id="method_getAttrs" class="method item inherited"> <h3 class="name"><code>getAttrs</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>attrs</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <div class="meta"> <p>Inherited from <a href="AttributeCore.html#method_getAttrs">AttributeCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l666"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:666</code></a> </p> </div> <div class="description"> <p>Gets multiple attribute values.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">attrs</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a> | boolean</span> <div class="param-description"> <p>Optional. An array of attribute names. If omitted, all attribute values are returned. If set to true, all attributes modified from their initial values are returned.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: An object with attribute name/value pairs. </div> </div> </div> <div id="method_getEvent" class="method item inherited"> <h3 class="name"><code>getEvent</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>type</code> </li> <li class="arg"> <code>prefixed</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span> </span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_getEvent"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l726"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:726</code></a> </p> </div> <div class="description"> <p>Returns the custom event of the provided type has been created, a falsy value otherwise</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">type</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>the type, or name of the event</p> </div> </li> <li class="param"> <code class="param-name">prefixed</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>if true, the type is prefixed already</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span>: the custom event or null </div> </div> </div> <div id="method_getTargets" class="method item inherited"> <h3 class="name"><code>getTargets</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"></span> </span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_getTargets"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-facade.js.html#l405"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-facade.js:405</code></a> </p> </div> <div class="description"> <p>Returns an array of bubble targets for this object.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> EventTarget[] </div> </div> </div> <div id="method_init" class="method item inherited"> <h3 class="name"><code>init</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>config</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="../classes/Base.html" class="crosslink">Base</a></span> </span> <span class="flag chainable">chainable</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#method_init"> BaseCore </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_Base.js.html#l191"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;Base.js:191</code></a> </p> </div> <div class="description"> <p>Init lifecycle method, invoked during construction. Fires the init event prior to setting up attributes and invoking initializers for the class hierarchy.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">config</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Object with configuration property name/value pairs</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/Base.html" class="crosslink">Base</a></span>: A reference to this object </div> </div> </div> <div id="method_initializer" class="method item protected"> <h3 class="name"><code>initializer</code></h3> <span class="paren">()</span> <span class="flag protected">protected</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l239"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:239</code></a> </p> </div> <div class="description"> <p>Construction logic executed during LiveSearch instantiation. Lifecycle.</p> </div> </div> <div id="method_modifyAttr" class="method item inherited"> <h3 class="name"><code>modifyAttr</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> <li class="arg"> <code>config</code> </li> </ul><span class="paren">)</span> </div> <div class="meta"> <p>Inherited from <a href="AttributeExtras.html#method_modifyAttr">AttributeExtras</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeExtras.js.html#l39"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeExtras.js:39</code></a> </p> </div> <div class="description"> <p>Updates the configuration of an attribute which has already been added.</p> <p> The properties which can be modified through this interface are limited to the following subset of attributes, which can be safely modified after a value has already been set on the attribute: readOnly, writeOnce, broadcast and getter. </p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the attribute whose configuration is to be updated.</p> </div> </li> <li class="param"> <code class="param-name">config</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>An object with configuration property/value pairs, specifying the configuration properties to modify.</p> </div> </li> </ul> </div> </div> <div id="method_on" class="method item inherited"> <h3 class="name"><code>on</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>type</code> </li> <li class="arg"> <code>fn</code> </li> <li class="arg"> <code class="optional">[context]</code> </li> <li class="arg"> <code class="optional">[arg*]</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span> </span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_on"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l191"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:191</code></a> </p> </div> <div class="description"> <p>Subscribe a callback function to a custom event fired by this object or from an object that bubbles its events to this object.</p> <p>Callback functions for events published with <code>emitFacade = true</code> will receive an <code>EventFacade</code> as the first argument (typically named "e"). These callbacks can then call <code>e.preventDefault()</code> to disable the behavior published to that event's <code>defaultFn</code>. See the <code>EventFacade</code> API for all available properties and methods. Subscribers to non-<code>emitFacade</code> events will receive the arguments passed to <code>fire()</code> after the event name.</p> <p>To subscribe to multiple events at once, pass an object as the first argument, where the key:value pairs correspond to the eventName:callback, or pass an array of event names as the first argument to subscribe to all listed events with the same callback.</p> <p>Returning <code>false</code> from a callback is supported as an alternative to calling <code>e.preventDefault(); e.stopPropagation();</code>. However, it is recommended to use the event methods whenever possible.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">type</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the event</p> </div> </li> <li class="param"> <code class="param-name">fn</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span> <div class="param-description"> <p>The callback to execute in response to the event</p> </div> </li> <li class="param"> <code class="param-name optional">[context]</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <span class="flag optional" title="This parameter is optional.">optional</span> <div class="param-description"> <p>Override <code>this</code> object in callback</p> </div> </li> <li class="param"> <code class="param-name optional">[arg*]</code> <span class="type">Any</span> <span class="flag optional" title="This parameter is optional.">optional</span> <div class="param-description"> <p>0..n additional arguments to supply to the subscriber</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>: A subscription handle capable of detaching that subscription </div> </div> </div> <div id="method_once" class="method item inherited"> <h3 class="name"><code>once</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>type</code> </li> <li class="arg"> <code>fn</code> </li> <li class="arg"> <code class="optional">[context]</code> </li> <li class="arg"> <code class="optional">[arg*]</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span> </span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_once"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l127"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:127</code></a> </p> </div> <div class="description"> <p>Listen to a custom event hosted by this object one time. This is the equivalent to <code>on</code> except the listener is immediatelly detached when it is executed.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">type</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the event</p> </div> </li> <li class="param"> <code class="param-name">fn</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span> <div class="param-description"> <p>The callback to execute in response to the event</p> </div> </li> <li class="param"> <code class="param-name optional">[context]</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <span class="flag optional" title="This parameter is optional.">optional</span> <div class="param-description"> <p>Override <code>this</code> object in callback</p> </div> </li> <li class="param"> <code class="param-name optional">[arg*]</code> <span class="type">Any</span> <span class="flag optional" title="This parameter is optional.">optional</span> <div class="param-description"> <p>0..n additional arguments to supply to the subscriber</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>: A subscription handle capable of detaching the subscription </div> </div> </div> <div id="method_onceAfter" class="method item inherited"> <h3 class="name"><code>onceAfter</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>type</code> </li> <li class="arg"> <code>fn</code> </li> <li class="arg"> <code class="optional">[context]</code> </li> <li class="arg"> <code class="optional">[arg*]</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span> </span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_onceAfter"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l149"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:149</code></a> </p> </div> <div class="description"> <p>Listen to a custom event hosted by this object one time. This is the equivalent to <code>after</code> except the listener is immediatelly detached when it is executed.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">type</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the event</p> </div> </li> <li class="param"> <code class="param-name">fn</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span> <div class="param-description"> <p>The callback to execute in response to the event</p> </div> </li> <li class="param"> <code class="param-name optional">[context]</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <span class="flag optional" title="This parameter is optional.">optional</span> <div class="param-description"> <p>Override <code>this</code> object in callback</p> </div> </li> <li class="param"> <code class="param-name optional">[arg*]</code> <span class="type">Any</span> <span class="flag optional" title="This parameter is optional.">optional</span> <div class="param-description"> <p>0..n additional arguments to supply to the subscriber</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>: A subscription handle capable of detaching that subscription </div> </div> </div> <div id="method_parseType" class="method item inherited"> <h3 class="name"><code>parseType</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>type</code> </li> <li class="arg"> <code class="optional">[pre=this._yuievt.config.prefix]</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_parseType"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l171"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:171</code></a> </p> <p>Available since 3.3.0</p> </div> <div class="description"> <p>Takes the type parameter passed to 'on' and parses out the various pieces that could be included in the type. If the event type is passed without a prefix, it will be expanded to include the prefix one is supplied or the event target is configured with a default prefix.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">type</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>the type</p> </div> </li> <li class="param"> <code class="param-name optional">[pre=this._yuievt.config.prefix]</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <span class="flag optional" title="This parameter is optional.">optional</span> <div class="param-description"> <p>the prefix</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: an array containing: * the detach category, if supplied, * the prefixed event type, * whether or not this is an after listener, * the supplied event type </div> </div> </div> <div id="method_publish" class="method item inherited"> <h3 class="name"><code>publish</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>type</code> </li> <li class="arg"> <code>opts</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span> </span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_publish"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l488"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:488</code></a> </p> </div> <div class="description"> <p>Creates a new custom event of the specified type. If a custom event by that name already exists, it will not be re-created. In either case the custom event is returned.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">type</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>the type, or name of the event</p> </div> </li> <li class="param"> <code class="param-name">opts</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>optional config params. Valid properties are:</p> <p><ul> <li> 'broadcast': whether or not the YUI instance and YUI global are notified when the event is fired (false) </li> <li> 'bubbles': whether or not this event bubbles (true) Events can only bubble if emitFacade is true. </li> <li> 'context': the default execution context for the listeners (this) </li> <li> 'defaultFn': the default function to execute when this event fires if preventDefault was not called </li> <li> 'emitFacade': whether or not this event emits a facade (false) </li> <li> 'prefix': the prefix for this targets events, e.g., 'menu' in 'menu:click' </li> <li> 'fireOnce': if an event is configured to fire once, new subscribers after the fire will be notified immediately. </li> <li> 'async': fireOnce event listeners will fire synchronously if the event has already fired unless async is true. </li> <li> 'preventable': whether or not preventDefault() has an effect (true) </li> <li> 'preventedFn': a function that is executed when preventDefault is called </li> <li> 'queuable': whether or not this event can be queued during bubbling (false) </li> <li> 'silent': if silent is true, debug messages are not provided for this event. </li> <li> 'stoppedFn': a function that is executed when stopPropagation is called </li></p> <p><li> 'monitored': specifies whether or not this event should send notifications about when the event has been attached, detached, or published. </li> <li> 'type': the event type (valid option if not provided as the first parameter to publish) </li> </ul></p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span>: the custom event </div> </div> </div> <div id="method_refreshIndex" class="method item"> <h3 class="name"><code>refreshIndex</code></h3> <span class="paren">()</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l328"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:328</code></a> </p> </div> <div class="description"> <p>Refreshes the <a href="LiveSearch.html#config_index">index</a>.</p> </div> </div> <div id="method_removeAttr" class="method item inherited"> <h3 class="name"><code>removeAttr</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> </ul><span class="paren">)</span> </div> <div class="meta"> <p>Inherited from <a href="AttributeExtras.html#method_removeAttr">AttributeExtras</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeExtras.js.html#l77"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeExtras.js:77</code></a> </p> </div> <div class="description"> <p>Removes an attribute from the host object</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the attribute to be removed.</p> </div> </li> </ul> </div> </div> <div id="method_removeTarget" class="method item inherited"> <h3 class="name"><code>removeTarget</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>o</code> </li> </ul><span class="paren">)</span> </div> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_removeTarget"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-facade.js.html#l414"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-facade.js:414</code></a> </p> </div> <div class="description"> <p>Removes a bubble target</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">o</code> <span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span> <div class="param-description"> <p>the target to remove</p> </div> </li> </ul> </div> </div> <div id="method_reset" class="method item inherited"> <h3 class="name"><code>reset</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <span class="flag chainable">chainable</span> <div class="meta"> <p>Inherited from <a href="AttributeExtras.html#method_reset">AttributeExtras</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeExtras.js.html#l87"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeExtras.js:87</code></a> </p> </div> <div class="description"> <p>Resets the attribute (or all attributes) to its initial value, as long as the attribute is not readOnly, or writeOnce.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Optional. The name of the attribute to reset. If omitted, all attributes are reset.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: A reference to the host object. </div> </div> </div> <div id="method_search" class="method item"> <h3 class="name"><code>search</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>value</code> </li> </ul><span class="paren">)</span> </div> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l355"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:355</code></a> </p> </div> <div class="description"> <p>Searches for the user supplied value.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">value</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/Number.html" class="crosslink">Number</a></span> <div class="param-description"> <p>The text to search for</p> </div> </li> </ul> </div> </div> <div id="method_search" class="method item protected"> <h3 class="name"><code>search</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>event</code> </li> </ul><span class="paren">)</span> </div> <span class="flag protected">protected</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l410"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:410</code></a> </p> </div> <div class="description"> <p>Implementation for the debounced task to fire the search event.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">event</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> <p>the input key event object</p> </div> </li> </ul> </div> </div> <div id="method_set" class="method item inherited"> <h3 class="name"><code>set</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> <li class="arg"> <code>value</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <span class="flag chainable">chainable</span> <div class="meta"> <p>Inherited from <a href="AttributeEvents.html#method_set"> AttributeEvents </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l328"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:328</code></a> </p> </div> <div class="description"> <p>Sets the value of an attribute.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The name of the attribute. If the current value of the attribute is an Object, dot notation can be used to set the value of a property within the object (e.g. <code>set("x.y.z", 5)</code>).</p> </div> </li> <li class="param"> <code class="param-name">value</code> <span class="type">Any</span> <div class="param-description"> <p>The value to set the attribute to.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: A reference to the host object. </div> </div> </div> <div id="method_setAttrs" class="method item inherited"> <h3 class="name"><code>setAttrs</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>attrs</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> </span> <span class="flag chainable">chainable</span> <div class="meta"> <p>Inherited from <a href="AttributeEvents.html#method_setAttrs"> AttributeEvents </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_attribute_js_AttributeCore.js.html#l635"><code>lib&#x2F;yui3&#x2F;src&#x2F;attribute&#x2F;js&#x2F;AttributeCore.js:635</code></a> </p> </div> <div class="description"> <p>Sets multiple attribute values.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">attrs</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>An object with attributes name/value pairs.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>: A reference to the host object. </div> </div> </div> <div id="method_subscribe" class="method item deprecated inherited"> <h3 class="name"><code>subscribe</code></h3> <span class="paren">()</span> <span class="flag deprecated" title="use on">deprecated</span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_subscribe"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l334"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:334</code></a> </p> <p>Deprecated: use on</p> </div> <div class="description"> <p>subscribe to an event</p> </div> </div> <div id="method_toString" class="method item inherited"> <h3 class="name"><code>toString</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> </span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#method_toString">BaseCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_BaseCore.js.html#l596"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;BaseCore.js:596</code></a> </p> </div> <div class="description"> <p>Default toString implementation. Provides the constructor NAME and the instance guid, if set.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>: String representation for this object </div> </div> </div> <div id="method_unsubscribe" class="method item deprecated inherited"> <h3 class="name"><code>unsubscribe</code></h3> <span class="paren">()</span> <span class="flag deprecated" title="use detach">deprecated</span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_unsubscribe"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l454"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:454</code></a> </p> <p>Deprecated: use detach</p> </div> <div class="description"> <p>detach a listener</p> </div> </div> <div id="method_unsubscribeAll" class="method item deprecated inherited"> <h3 class="name"><code>unsubscribeAll</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>type</code> </li> </ul><span class="paren">)</span> </div> <span class="flag deprecated" title="use detachAll">deprecated</span> <div class="meta"> <p>Inherited from <a href="EventTarget.html#method_unsubscribeAll"> EventTarget </a> but overwritten in <a href="../..&#x2F;files&#x2F;lib_yui3_src_event-custom_js_event-target.js.html#l475"><code>lib&#x2F;yui3&#x2F;src&#x2F;event-custom&#x2F;js&#x2F;event-target.js:475</code></a> </p> <p>Deprecated: use detachAll</p> </div> <div class="description"> <p>Removes all listeners from the specified event. If the event type is not specified, all listeners from all hosted custom events will be removed.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">type</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The type, or name of the event</p> </div> </li> </ul> </div> </div> </div> <div id="properties" class="aui-tabview-content-item api-class-tabpanel"> <h2 class="off-left">Properties</h2> <div id="property__allowAdHocAttrs" class="property item protected inherited"> <h3 class="name"><code>_allowAdHocAttrs</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> <span class="flag protected">protected</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#property__allowAdHocAttrs">BaseCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_BaseCore.js.html#l101"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;BaseCore.js:101</code></a> </p> </div> <div class="description"> <p>This property controls whether or not instances of this class should allow users to add ad-hoc attributes through the constructor configuration hash.</p> <p>AdHoc attributes are attributes which are not defined by the class, and are not handled by the MyClass.<em>NON</em>ATTRS_CFG</p> </div> <p><strong>Default:</strong> undefined (false)</p> </div> <div id="property_LiveSearch.ATTRS" class="property item"> <h3 class="name"><code>LiveSearch.ATTRS</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l72"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:72</code></a> </p> </div> <div class="description"> <p>Static property used to define the default attribute configuration for the LiveSearch.</p> </div> </div> <div id="property_LiveSearch.NAME" class="property item"> <h3 class="name"><code>LiveSearch.NAME</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l63"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:63</code></a> </p> </div> <div class="description"> <p>Static property provides a string to identify the class.</p> </div> </div> <div id="property_name" class="property item deprecated inherited"> <h3 class="name"><code>name</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <span class="flag deprecated" title="Use this.constructor.NAME">deprecated</span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#property_name">BaseCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_BaseCore.js.html#l197"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;BaseCore.js:197</code></a> </p> <p>Deprecated: Use this.constructor.NAME</p> </div> <div class="description"> <p>The string used to identify the class of this object.</p> </div> </div> <div id="property_normalizedQuery" class="property item protected"> <h3 class="name"><code>normalizedQuery</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <span class="flag protected">protected</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l211"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:211</code></a> </p> </div> <div class="description"> <p>Stores the normalized query value given from <a href="LiveSearch.html#config__normalizeQuery">_normalizeQuery</a>.</p> </div> </div> <div id="property_query" class="property item protected"> <h3 class="name"><code>query</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <span class="flag protected">protected</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l221"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:221</code></a> </p> </div> <div class="description"> <p>Stores the query value.</p> </div> </div> <div id="property_timer" class="property item protected"> <h3 class="name"><code>timer</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <span class="flag protected">protected</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l230"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:230</code></a> </p> </div> <div class="description"> <p>Handles the <a href="YUI.html#method_later">later</a> Object.</p> </div> </div> </div> <div id="attrs" class="aui-tabview-content-item api-class-tabpanel"> <h2 class="off-left">Attributes</h2> <div id="attr_data" class="attr item"> <a name="config_data"></a> <h3 class="name"><code>data</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l81"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:81</code></a> </p> </div> <div class="description"> <p>Function to extract the content from the node for the indexing. The default uses the <code>node.html()</code>. In case if you need to index the id of the nodes, here goes one example:</p> <p>Example indexing the id of the node instead of the HTML:</p> <pre class="code"><code class="prettyprint">function(node) { return node.attr('id'); } </code></pre> </div> <p><strong>Default:</strong> function(node) { return node.html(); }</p> <div class="emits box"> <h4>Fires event <code>dataChange</code></h4> <p> Fires when the value for the configuration attribute <code>data</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_delay" class="attr item"> <a name="config_delay"></a> <h3 class="name"><code>delay</code></h3> <span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l104"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:104</code></a> </p> </div> <div class="description"> <p>Number of milliseconds the filter will be applied to the node list after the user stop typing.</p> </div> <p><strong>Default:</strong> 250</p> <div class="emits box"> <h4>Fires event <code>delayChange</code></h4> <p> Fires when the value for the configuration attribute <code>delay</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_destroyed" class="attr item inherited"> <a name="config_destroyed"></a> <h3 class="name"><code>destroyed</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#attr_destroyed">BaseCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_BaseCore.js.html#l158"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;BaseCore.js:158</code></a> </p> </div> <div class="description"> <p>Flag indicating whether or not this object has been through the destroy lifecycle phase.</p> </div> <p><strong>Default:</strong> false</p> <div class="emits box"> <h4>Fires event <code>destroyedChange</code></h4> <p> Fires when the value for the configuration attribute <code>destroyed</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_hide" class="attr item"> <a name="config_hide"></a> <h3 class="name"><code>hide</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l116"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:116</code></a> </p> </div> <div class="description"> <p>Function to be executed to hide the node when the data of that node not matches with the filter.</p> </div> <p><strong>Default:</strong> function(node) { return node.hide(); }</p> <div class="emits box"> <h4>Fires event <code>hideChange</code></h4> <p> Fires when the value for the configuration attribute <code>hide</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_index" class="attr item"> <a name="config_index"></a> <h3 class="name"><code>index</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l131"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:131</code></a> </p> </div> <div class="description"> <p>Index for the nodes content.</p> </div> <p><strong>Default:</strong> []</p> <div class="emits box"> <h4>Fires event <code>indexChange</code></h4> <p> Fires when the value for the configuration attribute <code>index</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_initialized" class="attr item inherited"> <a name="config_initialized"></a> <h3 class="name"><code>initialized</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> <div class="meta"> <p>Inherited from <a href="BaseCore.html#attr_initialized">BaseCore</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_BaseCore.js.html#l144"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;BaseCore.js:144</code></a> </p> </div> <div class="description"> <p>Flag indicating whether or not this object has been through the init lifecycle phase.</p> </div> <p><strong>Default:</strong> false</p> <div class="emits box"> <h4>Fires event <code>initializedChange</code></h4> <p> Fires when the value for the configuration attribute <code>initialized</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_input" class="attr item"> <a name="config_input"></a> <h3 class="name"><code>input</code></h3> <span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l143"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:143</code></a> </p> </div> <div class="description"> <p>The <code>value</code> of this input node is used to filter the results.</p> </div> <div class="emits box"> <h4>Fires event <code>inputChange</code></h4> <p> Fires when the value for the configuration attribute <code>input</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_matchRegex" class="attr item"> <a name="config_matchRegex"></a> <h3 class="name"><code>matchRegex</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/RegExp" class="crosslink external" target="_blank">RegExp</a></span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l154"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:154</code></a> </p> </div> <div class="description"> <p>The input <code>value</code> need to matches with this RegExp to be accept as a filter (i.e., in order to accept only digits you could use /\d+/g).</p> </div> <p><strong>Default:</strong> (.)*</p> <div class="emits box"> <h4>Fires event <code>matchRegexChange</code></h4> <p> Fires when the value for the configuration attribute <code>matchRegex</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_nodes" class="attr item"> <a name="config_nodes"></a> <h3 class="name"><code>nodes</code></h3> <span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="../classes/NodeList.html" class="crosslink">NodeList</a></span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l170"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:170</code></a> </p> </div> <div class="description"> <p>Nodes to be indexed for the filtering.</p> </div> <div class="emits box"> <h4>Fires event <code>nodesChange</code></h4> <p> Fires when the value for the configuration attribute <code>nodes</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_searchValue" class="attr item"> <a name="config_searchValue"></a> <h3 class="name"><code>searchValue</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l180"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:180</code></a> </p> </div> <div class="description"> <p>The text value to search for</p> </div> <div class="emits box"> <h4>Fires event <code>searchValueChange</code></h4> <p> Fires when the value for the configuration attribute <code>searchValue</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_show" class="attr item"> <a name="config_show"></a> <h3 class="name"><code>show</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;src_aui-live-search_js_aui-live-search.js.html#l192"><code>src&#x2F;aui-live-search&#x2F;js&#x2F;aui-live-search.js:192</code></a> </p> </div> <div class="description"> <p>Function to be executed to show the node when the data of that node matches with the filter.</p> </div> <p><strong>Default:</strong> function(node) { return node.show(); }</p> <div class="emits box"> <h4>Fires event <code>showChange</code></h4> <p> Fires when the value for the configuration attribute <code>show</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> </div> <div id="events" class="aui-tabview-content-item api-class-tabpanel"> <h2 class="off-left">Events</h2> <div id="event_destroy" class="events item inherited"> <h3 class="name"><code>destroy</code></h3> <span class="type"></span> <div class="meta"> <p>Inherited from <a href="Base.html#event_destroy">Base</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_Base.js.html#l285"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;Base.js:285</code></a> </p> </div> <div class="description"> <p> Lifecycle event for the destroy phase, fired prior to destruction. Invoking the preventDefault method on the event object provided to subscribers will prevent destruction from proceeding. </p> <p> Subscribers to the "after" moment of this event, will be notified after destruction is complete (and as a result cannot prevent destruction). </p> </div> <div class="params"> <h4>Event Payload:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> <p>Event object</p> </div> </li> </ul> </div> </div> <div id="event_init" class="events item inherited"> <h3 class="name"><code>init</code></h3> <span class="type"></span> <div class="meta"> <p>Inherited from <a href="Base.html#event_init">Base</a>: <a href="../..&#x2F;files&#x2F;lib_yui3_src_base_js_Base.js.html#l202"><code>lib&#x2F;yui3&#x2F;src&#x2F;base&#x2F;js&#x2F;Base.js:202</code></a> </p> </div> <div class="description"> <p> Lifecycle event for the init phase, fired prior to initialization. Invoking the preventDefault() method on the event object provided to subscribers will prevent initialization from occuring. </p> <p> Subscribers to the "after" momemt of this event, will be notified after initialization of the object is complete (and therefore cannot prevent initialization). </p> </div> <div class="params"> <h4>Event Payload:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> <p>Event object, with a cfg property which refers to the configuration object passed to the constructor.</p> </div> </li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script src="..&#x2F;assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="..&#x2F;assets/js/yui-prettify.js"></script> <!--script src="..&#x2F;assets/js/tabs.js"></script--> <script src="..&#x2F;assets/../api.js"></script> <script src="..&#x2F;assets/js/api-filter.js"></script> <script src="..&#x2F;assets/js/api-list.js"></script> <script src="..&#x2F;assets/js/api-search.js"></script> <script src="..&#x2F;assets/js/apidocs.js"></script> </body> </html>
giros/alloy-ui
api/classes/LiveSearch.html
HTML
bsd-3-clause
373,270
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Sun May 07 10:19:59 EDT 2006 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> HttpClient 3.0.1 API: Package org.apache.commons.httpclient.protocol </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_top"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/apache/commons/httpclient/params/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/commons/httpclient/util/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> <H2> Package org.apache.commons.httpclient.protocol </H2> Provides protocol specific socket factory handling. <P> <B>See: </B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A> <P> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Interface Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="ProtocolSocketFactory.html"><I>ProtocolSocketFactory</I></A></B></TD> <TD>A factory for creating Sockets.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="SecureProtocolSocketFactory.html"><I>SecureProtocolSocketFactory</I></A></B></TD> <TD>A ProtocolSocketFactory that is secure.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Class Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="ControllerThreadSocketFactory.html">ControllerThreadSocketFactory</A></B></TD> <TD>This helper class is intedned to help work around the limitation of older Java versions (older than 1.4) that prevents from specifying a connection timeout when creating a socket.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="ControllerThreadSocketFactory.SocketTask.html">ControllerThreadSocketFactory.SocketTask</A></B></TD> <TD>Helper class for wrapping socket based tasks.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="DefaultProtocolSocketFactory.html">DefaultProtocolSocketFactory</A></B></TD> <TD>The default class for creating protocol sockets.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="Protocol.html">Protocol</A></B></TD> <TD>A class to encapsulate the specifics of a protocol.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="ReflectionSocketFactory.html">ReflectionSocketFactory</A></B></TD> <TD>This helper class uses refelction in order to execute Socket methods available in Java 1.4 and above</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="SSLProtocolSocketFactory.html">SSLProtocolSocketFactory</A></B></TD> <TD>A SecureProtocolSocketFactory that uses JSSE to create sockets.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="package_description"><!-- --></A><H2> Package org.apache.commons.httpclient.protocol Description </H2> <P> Provides protocol specific socket factory handling. <P> <DL> <DT><B>Since: </B><DD>2.0</DD> </DL> <HR> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_bottom"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/apache/commons/httpclient/params/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/commons/httpclient/util/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> Copyright &copy; 2001-2006 Apache Software Foundation. All Rights Reserved. </BODY> </HTML>
asudhak/One-Button-App---Android
lib/commons-httpclient-3.0.1/docs/apidocs/org/apache/commons/httpclient/protocol/package-summary.html
HTML
mit
7,519
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>LCOV - result.info - c++/7.1.0</title> <link rel="stylesheet" type="text/css" href="../../gcov.css"> </head> <body> <table width="100%" border=0 cellspacing=0 cellpadding=0> <tr><td class="title">LCOV - code coverage report</td></tr> <tr><td class="ruler"><img src="../../glass.png" width=3 height=3 alt=""></td></tr> <tr> <td width="100%"> <table cellpadding=1 border=0 width="100%"> <tr> <td width="10%" class="headerItem">Current view:</td> <td width="35%" class="headerValue"><a href="../../index.html">top level</a> - c++/7.1.0</td> <td width="5%"></td> <td width="15%"></td> <td width="10%" class="headerCovTableHead">Hit</td> <td width="10%" class="headerCovTableHead">Total</td> <td width="15%" class="headerCovTableHead">Coverage</td> </tr> <tr> <td class="headerItem">Test:</td> <td class="headerValue">result.info</td> <td></td> <td class="headerItem">Lines:</td> <td class="headerCovTableEntry">4</td> <td class="headerCovTableEntry">8</td> <td class="headerCovTableEntryLo">50.0 %</td> </tr> <tr> <td class="headerItem">Date:</td> <td class="headerValue">2017-07-07 11:26:11</td> <td></td> <td class="headerItem">Functions:</td> <td class="headerCovTableEntry">0</td> <td class="headerCovTableEntry">1</td> <td class="headerCovTableEntryLo">0.0 %</td> </tr> <tr><td><img src="../../glass.png" width=3 height=3 alt=""></td></tr> </table> </td> </tr> <tr><td class="ruler"><img src="../../glass.png" width=3 height=3 alt=""></td></tr> </table> <center> <table width="80%" cellpadding=1 cellspacing=1 border=0> <tr> <td width="50%"><br></td> <td width="10%"></td> <td width="10%"></td> <td width="10%"></td> <td width="10%"></td> <td width="10%"></td> </tr> <tr> <td class="tableHead">Filename <span class="tableHeadSort"><img src="../../glass.png" width=10 height=14 alt="Sort by name" title="Sort by name" border=0></span></td> <td class="tableHead" colspan=3>Line Coverage <span class="tableHeadSort"><a href="index-sort-l.html"><img src="../../updown.png" width=10 height=14 alt="Sort by line coverage" title="Sort by line coverage" border=0></a></span></td> <td class="tableHead" colspan=2>Functions <span class="tableHeadSort"><a href="index-sort-f.html"><img src="../../updown.png" width=10 height=14 alt="Sort by function coverage" title="Sort by function coverage" border=0></a></span></td> </tr> <tr> <td class="coverFile"><a href="iostream.gcov.html">iostream</a></td> <td class="coverBar" align="center"> <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../emerald.png" width=100 height=10 alt="100.0%"></td></tr></table> </td> <td class="coverPerHi">100.0&nbsp;%</td> <td class="coverNumHi">1 / 1</td> <td class="coverPerHi">-</td> <td class="coverNumHi">0 / 0</td> </tr> <tr> <td class="coverFile"><a href="ostream.gcov.html">ostream</a></td> <td class="coverBar" align="center"> <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../emerald.png" width=100 height=10 alt="100.0%"></td></tr></table> </td> <td class="coverPerHi">100.0&nbsp;%</td> <td class="coverNumHi">3 / 3</td> <td class="coverPerHi">-</td> <td class="coverNumHi">0 / 0</td> </tr> <tr> <td class="coverFile"><a href="stdexcept.gcov.html">stdexcept</a></td> <td class="coverBar" align="center"> <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../snow.png" width=100 height=10 alt="0.0%"></td></tr></table> </td> <td class="coverPerLo">0.0&nbsp;%</td> <td class="coverNumLo">0 / 2</td> <td class="coverPerLo">0.0&nbsp;%</td> <td class="coverNumLo">0 / 1</td> </tr> <tr> <td class="coverFile"><a href="typeinfo.gcov.html">typeinfo</a></td> <td class="coverBar" align="center"> <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../snow.png" width=100 height=10 alt="0.0%"></td></tr></table> </td> <td class="coverPerLo">0.0&nbsp;%</td> <td class="coverNumLo">0 / 2</td> <td class="coverPerHi">-</td> <td class="coverNumHi">0 / 0</td> </tr> </table> </center> <br> <table width="100%" border=0 cellspacing=0 cellpadding=0> <tr><td class="ruler"><img src="../../glass.png" width=3 height=3 alt=""></td></tr> <tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php">LCOV version 1.13</a></td></tr> </table> <br> </body> </html>
appfs/appfs
RayChew/Ex7/result/c++/7.1.0/index.html
HTML
mit
5,208
{% extends "base.html" %} {% block title %}{{ concept.title|e }}{% endblock %} {% block content %} <h1>Concept: {{ concept.title|e }}</h1> {{ sections.top_box(concept) }} <!-- signatures --> {{ sections.signatures(concept) }} <h2>Overview</h2> <div class="docstring"> <div class="discussion"> <!-- @deprecated --> {% if concept.deprecation_msgs %} <div class="note deprecated"><strong>Deprecated.</strong> <div class='inline'> {% for msg in concept.deprecation_msgs %} <p>{{ msg|transtext(False) }}</p> {% endfor %} </div></div> {% endif %} <!-- @brief --> {{ sections.brief(concept) }} <!-- paragraphs --> {{ sections.body(concept) }} </div> </div> <!-- @see --> {{ sections.see_also(concept) }} <!-- ============================================================================= Member and Interface Overview ============================================================================= --> <!-- Member Functions Overview --> {{ sections.member_functions_ov(concept, doc) }} <!-- Interface Functions Overview --> {{ sections.interface_functions_ov(concept, doc) }} <!-- Interface Metafunctions Overview --> {{ sections.interface_metafunctions_ov(concept, doc) }} <!-- Member Variable Overview --> {{ sections.member_variables_ov(concept, doc) }} <!-- ============================================================================= Member and Interface Details ============================================================================= --> <!-- Member Functions Details --> {{ sections.member_functions(concept) }} <!-- Interface Functions Details --> {{ sections.interface_functions(concept) }} <!-- Interface Metafunctions Details --> {{ sections.interface_metafunctions(concept) }} <!-- Member Variable Details --> {{ sections.member_variables(concept) }} <!-- ============================================================================= Footer / Debug ============================================================================= --> {{ sections.dox_source(concept, in_comment=True) }} {% endblock %}
bkahlert/seqan-research
raw/workshop13/workshop2013-data-20130926/trunk/util/py_lib/seqan/dox/tpl/concept.html
HTML
mit
2,108
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>DFP AMP Testing</title> <!-- CSS --> <link href="../css/bootstrap.min.css" rel="stylesheet"> <link href="../css/grayscale.css" rel="stylesheet"> <link href="../css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="../css/spinkit.css" rel="stylesheet" type="text/css"> <link href="..//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <link href="..//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href='https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700' rel='stylesheet' type='text/css'> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <!-- JS --> <script data-main="js/app" src="../js/lib/require.js"></script> </head> <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top"> <header class="intro"> <div class="intro-body"> <div class="container-fluid"> <div class="col-md-12"> <!--panel--> <div class="panel panel-default"> <div class="panel-heading"> <b>DFP native for a web ad</b></div> <div class="panel-body"> <div class="row"> <div class="col-md-6"> <span class="label label-warning">Description</span> <br> <hr></hr> <p class="text-left"> A DFP native Web ad trafficked using a native Ad format</p> <div class="label label-info"><a href ="https://github.com/jasti/amp-ads-testing/blob/master/tests/dfp-native-layouts-fixed.html" target="_blank">Click To See Source Code</a></div> <br> </br> <li> <p class="text-left"> Line item Details <p class="text-left"> <img src="../img/amp_tests_img/dfp-native-fixed-1.png" alt="Image link broken, contact support" width="600" height="400"> </li> <li> <p class="text-left"> Creative Details <p class="text-left"> <img src="../img/amp_tests_img/dfp-native-fixed-2.png" alt="Image link broken, contact support" width="600" height="400"> </li> <li> <p class="text-left"> native Ad Format <p class="text-left"> <img src="../img/amp_tests_img/dfp-native-fixed-3.png" alt="Image link broken, contact support" width="600" height="400"> </li> </div> <div class="col-md-6"> <span class="label label-primary">AMP Demo</span> <hr></hr> <iframe src="dfp-native-fixed-demo.html" width="400" height="600"></iframe> </div> </div> </div> </div> </div> </div> </div> </header> </body> </html>
craigsaunders/amp-ads-testing
dfp-amp-testing/amp_tests/dfp-native-fixed.html
HTML
mit
3,336
<!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 Jun 20 06:34:21 EDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.parser.SolrQueryParserBase (Solr 4.9.0 API)</title> <meta name="date" content="2014-06-20"> <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.solr.parser.SolrQueryParserBase (Solr 4.9.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/parser/SolrQueryParserBase.html" title="class in org.apache.solr.parser">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/parser/class-use/SolrQueryParserBase.html" target="_top">Frames</a></li> <li><a href="SolrQueryParserBase.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.solr.parser.SolrQueryParserBase" class="title">Uses of Class<br>org.apache.solr.parser.SolrQueryParserBase</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/solr/parser/SolrQueryParserBase.html" title="class in org.apache.solr.parser">SolrQueryParserBase</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.parser">org.apache.solr.parser</a></td> <td class="colLast"> <div class="block"> Solr native variant of the <a href="http://lucene.apache.org/core/4_9_0/queryparser/org/apache/lucene/queryparser/classic/QueryParser.html?is-external=true" title="class or interface in org.apache.lucene.queryparser.classic">Lucene Classic QueryParser</a></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.solr.search">org.apache.solr.search</a></td> <td class="colLast"> <div class="block"> APIs and classes for <a href="../../../../../org/apache/solr/search/QParserPlugin.html" title="class in org.apache.solr.search">parsing</a> and <a href="../../../../../org/apache/solr/search/SolrIndexSearcher.html" title="class in org.apache.solr.search">processing</a> search requests</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.util">org.apache.solr.util</a></td> <td class="colLast"> <div class="block"> Common utility classes used throughout Solr</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.solr.parser"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/solr/parser/SolrQueryParserBase.html" title="class in org.apache.solr.parser">SolrQueryParserBase</a> in <a href="../../../../../org/apache/solr/parser/package-summary.html">org.apache.solr.parser</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../../org/apache/solr/parser/SolrQueryParserBase.html" title="class in org.apache.solr.parser">SolrQueryParserBase</a> in <a href="../../../../../org/apache/solr/parser/package-summary.html">org.apache.solr.parser</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/solr/parser/QueryParser.html" title="class in org.apache.solr.parser">QueryParser</a></strong></code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.search"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/solr/parser/SolrQueryParserBase.html" title="class in org.apache.solr.parser">SolrQueryParserBase</a> in <a href="../../../../../org/apache/solr/search/package-summary.html">org.apache.solr.search</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../../org/apache/solr/parser/SolrQueryParserBase.html" title="class in org.apache.solr.parser">SolrQueryParserBase</a> in <a href="../../../../../org/apache/solr/search/package-summary.html">org.apache.solr.search</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.ExtendedSolrQueryParser.html" title="class in org.apache.solr.search">ExtendedDismaxQParser.ExtendedSolrQueryParser</a></strong></code> <div class="block">A subclass of SolrQueryParser that supports aliasing fields for constructing DisjunctionMaxQueries.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/solr/search/SolrQueryParser.html" title="class in org.apache.solr.search">SolrQueryParser</a></strong></code> <div class="block">Solr's default query parser, a schema-driven superset of the classic lucene query parser.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.util"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/solr/parser/SolrQueryParserBase.html" title="class in org.apache.solr.parser">SolrQueryParserBase</a> in <a href="../../../../../org/apache/solr/util/package-summary.html">org.apache.solr.util</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../../org/apache/solr/parser/SolrQueryParserBase.html" title="class in org.apache.solr.parser">SolrQueryParserBase</a> in <a href="../../../../../org/apache/solr/util/package-summary.html">org.apache.solr.util</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/solr/util/SolrPluginUtils.DisjunctionMaxQueryParser.html" title="class in org.apache.solr.util">SolrPluginUtils.DisjunctionMaxQueryParser</a></strong></code> <div class="block">A subclass of SolrQueryParser that supports aliasing fields for constructing DisjunctionMaxQueries.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/parser/SolrQueryParserBase.html" title="class in org.apache.solr.parser">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/parser/class-use/SolrQueryParserBase.html" target="_top">Frames</a></li> <li><a href="SolrQueryParserBase.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2014 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
knittledan/solr_lxml_Example
thirdParty/solrSrc/docs/solr-core/org/apache/solr/parser/class-use/SolrQueryParserBase.html
HTML
mit
10,922
{% extends 'base.html' %} {% block title %} {% if query %} Search Results {% else %} Search {% endif %} {% endblock %} {% block maintitle%} {% if query %} Search Results {% else %} Search {% endif %} {% endblock %} {% block content %} <h2>Search</h2> <form method="get" action="."> <table> {{ form.as_table }} <tr> <td>&nbsp;</td> <td> <input type="submit" value="Search"> </td> </tr> </table> {% if query %} <h3>Results</h3> {% for result in page.object_list %} <p> {{ result.object.displayLinkName|safe }} <!-- <a href="{{ result.object.get_absolute_url }}"> {{ result.object.title }}</a> --> </p> {% empty %} <p>No results found.</p> {% endfor %} {% if page.has_previous or page.has_next %} <div> {% if page.has_previous %}<a href="?q={{ query }}&amp;page={{ page.previous_page_number }}">{% endif %}&laquo; Previous{% if page.has_previous %}</a>{% endif %} | {% if page.has_next %}<a href="?q={{ query }}&amp;page={{ page.next_page_number }}">{% endif %}Next &raquo;{% if page.has_next %}</a>{% endif %} </div> {% endif %} {% else %} {# Show some example queries to run, maybe query syntax, something else? #} {% endif %} </form> {% endblock %}
ctames/conference-host
webApp/templates/search/advanced.html
HTML
mit
1,582
<!DOCTYPE HTML> <html> <head> <title>todos</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <script src="../avalon.js" ></script> <style> #app{ background:#dfdfdf; width:580px; color:#000; margin-bottom: 1em; -margin-bottom:2em; } #app h1{ font-size: 34px; font-weight: bold; text-align: center; padding: 10px 0 0 0; margin: 0px; color:#000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } #app .new-todo { text-align: left; width:500px; font-size: 24px; height:30px; line-height: 30px; } #app .left{ padding-left: 2em; } #app .todo-list { margin: 10px 0; padding: 0; list-style: none; } #app .todo-list li { padding: 18px 20px 18px 0; position: relative; width: 480px; font-size: 24px; height: 30px; line-height: 30px; text-align: left; background:#f5f5f5; border-bottom: 1px solid #dfdfdf; } #app .todo-list .destroy { position: absolute; right: 5px; top: 20px; text-align: center; text-decoration: none; cursor: pointer; width: 30px; height: 30px; color:#000; } #app .editing{ position:absolute; top: 0; width: 480px; height: 30px; font-size: 25px; padding: 13px 15px 15px 0px; margin: 0; } #app .todo-list li a{ display: none; } #app .todo-list li.hover a{ display: block; } #app .todo-list li.done label{ text-decoration: line-through; } #app .todo-list li label { width:444px; } #app #footer{ width: 540px; overflow: hidden; color: #fff; background: #4d6366; border-top: 1px solid #ededed; padding-left: 2em; line-height: 40px; margin-bottom:-20px; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -ms-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } #app #clear-completed { float: right; line-height: 20px; text-decoration: none; background: rgba(0, 0, 0, 0.1); color: #000; font-size: 11px; margin-top: 8px; margin-bottom: 8px; padding: 0 10px 1px; cursor: pointer; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px; border-radius: 12px; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0 0; -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0 0; -ms-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0 0; -o-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0 0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0 0; } </style> <script src="../avalon.js" ></script> <script> avalon.define("todos", function(a) { a.posts = [{text: "aaa", done: false, edit: false}, {text: "bbb", done: false, edit: false}]; function getLeft() { return a.posts.filter(function(post) { return !post.done; }).length; } a.left = getLeft(); a.newIt = function(e) { if (e.which === 13 && this.value) { a.posts.push({ text: this.value, done: false, edit: false }); this.value = ""; a.left = getLeft(); } }; a.checkIt = function() { this.$vmodel.post.done = this.checked; a.left = getLeft(); }; a.removeIt = function() { this.$vmodel.$remove(); a.left = getLeft(); }; a.removeThem = function() { a.posts.removeAll(function(post) { return post.done; }); a.left = getLeft(); }; a.checkall = false a.$watch("checkall", function(done) { var len = a.posts.length; a.posts.forEach(function(post) { post.done = done; if (done) { len--; } }); a.left = len; }) a.editIt = function() {//让那条评论可编辑 a.posts.forEach(function(post) { post.edit = false; }); this.$vmodel.post.edit = true; }; a.updateIt = function() { var post = this.$vmodel.post; post.text = this.value; post.edit = false; }; }); </script> </head> <body > <div id="app" ms-controller="todos"> <h1>todos</h1> <div class="left"> <input class="new-todo" placeholder="What needs to be done?" autofocus ms-keypress="newIt"> </div> <div class="left" ms-visible="posts.size()" > <input id="toggle-all" type="checkbox" ms-duplex-radio="checkall"> <label for="toggle-all">Mark all as complete</label> <ul class="todo-list" ms-each-post="posts"> <li ms-class-done="post.done" ms-hover="hover" > <div ms-visible="!post.edit" ms-dblclick="editIt"> <input type="checkbox" ms-checked="post.done" ms-click="checkIt" width="10px" /> <label>{{post.text}}</label> <a href="###" ms-click="removeIt" class="destroy">●</a> </div> <input class="editing" ms-visible="post.edit" ms-value="post.text" ms-blur="updateIt" /> </li> </ul> </div> <div ms-visible="posts.size()" id="footer"> <a href="###" id="clear-completed" ms-click="removeThem" ms-visible="posts.size() - left">Clear completed</a> <div id="todo-count"> <b> {{left}}</b> {{left <= 1 ? "item" : "items"}} left </div> </div> </div> </body> </html>
yexiaochai/avalon
examples/todos.html
HTML
mit
7,775
<!DOCTYPE html> <html ng-app> <head> <title>Data binding and Filters</title> </head> <body> <p>1) Cost: {{ 11.99 + (11.99 * 0.33) | currency }}</p> <p>2) Data: {{ 1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z' }}</p> <p>3) Lowercase: {{ "Buy Now!" | lowercase }}</p> <p>4) Uppercase: {{ "Buy Now!" | uppercase }}</p> <p>5) Here is some JSON data: {{ {'Boy':'Fred', 'Girl':'Jill'} | json }}</p> <script src="angular.min.js"></script> <script src="app.js"></script> </body> </html>
cjus/AngularPresentation
samplecode/DataBindingFilters/app.html
HTML
mit
501
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="it"> <head> <!-- Generated by javadoc (version 1.7.0_60) on Fri Feb 13 15:30:18 CET 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>IPrenotaProdottoRemote</title> <meta name="date" content="2015-02-13"> <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="IPrenotaProdottoRemote"; } //--> </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/IPrenotaProdottoRemote.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../gameshop/advance/interfaces/remote/factory/IInventarioControllerRemote.html" title="interface in gameshop.advance.interfaces.remote.factory"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../gameshop/advance/interfaces/remote/factory/IProdottiRemote.html" title="interface in gameshop.advance.interfaces.remote.factory"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?gameshop/advance/interfaces/remote/factory/IPrenotaProdottoRemote.html" target="_top">Frames</a></li> <li><a href="IPrenotaProdottoRemote.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">gameshop.advance.interfaces.remote.factory</div> <h2 title="Interface IPrenotaProdottoRemote" class="title">Interface IPrenotaProdottoRemote</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> <dd>java.rmi.Remote</dd> </dl> <hr> <br> <pre>public interface <span class="strong">IPrenotaProdottoRemote</span> extends java.rmi.Remote</pre> <div class="block">Interfaccia remota per l'esportazione delle classi che la implementano tramite Java RMI, IPrenotaProdottoRemote renderà invocabili da remoto tutti i metodi necessari a effettuare una prenotazione sia esso lato cliente o lato commesso Esporta PrenotaProdotto Controller.</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="../../../../../gameshop/advance/interfaces/remote/factory/IPrenotaProdottoRemote.html#addListener(gameshop.advance.interfaces.remote.utility.IRemoteObserver)">addListener</a></strong>(<a href="../../../../../gameshop/advance/interfaces/remote/utility/IRemoteObserver.html" title="interface in gameshop.advance.interfaces.remote.utility">IRemoteObserver</a>&nbsp;obs)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../gameshop/advance/interfaces/remote/factory/IPrenotaProdottoRemote.html#avviaPrenotazione()">avviaPrenotazione</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../gameshop/advance/interfaces/remote/factory/IPrenotaProdottoRemote.html#cancellaPrenotazione()">cancellaPrenotazione</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../gameshop/advance/interfaces/remote/factory/IPrenotaProdottoRemote.html#completaPrenotazione()">completaPrenotazione</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../gameshop/advance/interfaces/remote/factory/IPrenotaProdottoRemote.html#gestisciPagamento(gameshop.advance.utility.Money)">gestisciPagamento</a></strong>(<a href="../../../../../gameshop/advance/utility/Money.html" title="class in gameshop.advance.utility">Money</a>&nbsp;amount)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../gameshop/advance/interfaces/remote/factory/IPrenotaProdottoRemote.html#inserisciCartaCliente(java.lang.Integer)">inserisciCartaCliente</a></strong>(java.lang.Integer&nbsp;code)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../gameshop/advance/interfaces/remote/factory/IPrenotaProdottoRemote.html#pagaAcconto(gameshop.advance.utility.Money)">pagaAcconto</a></strong>(<a href="../../../../../gameshop/advance/utility/Money.html" title="class in gameshop.advance.utility">Money</a>&nbsp;ammontare)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../gameshop/advance/interfaces/remote/factory/IPrenotaProdottoRemote.html#prenotaProdotto(gameshop.advance.utility.IDProdotto,%20int)">prenotaProdotto</a></strong>(<a href="../../../../../gameshop/advance/utility/IDProdotto.html" title="class in gameshop.advance.utility">IDProdotto</a>&nbsp;codiceProdotto, int&nbsp;quantity)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../gameshop/advance/interfaces/remote/factory/IPrenotaProdottoRemote.html#recuperaPrenotazione(java.lang.Integer)">recuperaPrenotazione</a></strong>(java.lang.Integer&nbsp;id)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../gameshop/advance/interfaces/remote/factory/IPrenotaProdottoRemote.html#terminaPrenotazione()">terminaPrenotazione</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="addListener(gameshop.advance.interfaces.remote.utility.IRemoteObserver)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addListener</h4> <pre>void&nbsp;addListener(<a href="../../../../../gameshop/advance/interfaces/remote/utility/IRemoteObserver.html" title="interface in gameshop.advance.interfaces.remote.utility">IRemoteObserver</a>&nbsp;obs) throws java.rmi.RemoteException</pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>obs</code> - </dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.rmi.RemoteException</code></dd></dl> </li> </ul> <a name="avviaPrenotazione()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>avviaPrenotazione</h4> <pre>void&nbsp;avviaPrenotazione() throws java.rmi.RemoteException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.rmi.RemoteException</code></dd></dl> </li> </ul> <a name="prenotaProdotto(gameshop.advance.utility.IDProdotto, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>prenotaProdotto</h4> <pre>void&nbsp;prenotaProdotto(<a href="../../../../../gameshop/advance/utility/IDProdotto.html" title="class in gameshop.advance.utility">IDProdotto</a>&nbsp;codiceProdotto, int&nbsp;quantity) throws java.rmi.RemoteException, <a href="../../../../../gameshop/advance/exceptions/products/ProdottoNotFoundException.html" title="class in gameshop.advance.exceptions.products">ProdottoNotFoundException</a></pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>codiceProdotto</code> - </dd><dd><code>quantity</code> - </dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.rmi.RemoteException</code></dd> <dd><code><a href="../../../../../gameshop/advance/exceptions/products/ProdottoNotFoundException.html" title="class in gameshop.advance.exceptions.products">ProdottoNotFoundException</a></code></dd></dl> </li> </ul> <a name="terminaPrenotazione()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>terminaPrenotazione</h4> <pre>void&nbsp;terminaPrenotazione() throws java.rmi.RemoteException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.rmi.RemoteException</code></dd></dl> </li> </ul> <a name="completaPrenotazione()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>completaPrenotazione</h4> <pre>void&nbsp;completaPrenotazione() throws java.rmi.RemoteException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.rmi.RemoteException</code></dd></dl> </li> </ul> <a name="recuperaPrenotazione(java.lang.Integer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>recuperaPrenotazione</h4> <pre>void&nbsp;recuperaPrenotazione(java.lang.Integer&nbsp;id) throws java.rmi.RemoteException, <a href="../../../../../gameshop/advance/exceptions/db/ReservationNotFoundDbException.html" title="class in gameshop.advance.exceptions.db">ReservationNotFoundDbException</a></pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - </dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.rmi.RemoteException</code></dd> <dd><code><a href="../../../../../gameshop/advance/exceptions/db/ReservationNotFoundDbException.html" title="class in gameshop.advance.exceptions.db">ReservationNotFoundDbException</a></code></dd></dl> </li> </ul> <a name="gestisciPagamento(gameshop.advance.utility.Money)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>gestisciPagamento</h4> <pre>void&nbsp;gestisciPagamento(<a href="../../../../../gameshop/advance/utility/Money.html" title="class in gameshop.advance.utility">Money</a>&nbsp;amount) throws java.rmi.RemoteException, <a href="../../../../../gameshop/advance/exceptions/InvalidMoneyException.html" title="class in gameshop.advance.exceptions">InvalidMoneyException</a>, <a href="../../../../../gameshop/advance/exceptions/sales/InvalidSaleState.html" title="class in gameshop.advance.exceptions.sales">InvalidSaleState</a>, <a href="../../../../../gameshop/advance/exceptions/sales/AlreadyPayedException.html" title="class in gameshop.advance.exceptions.sales">AlreadyPayedException</a></pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>amount</code> - </dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.rmi.RemoteException</code></dd> <dd><code><a href="../../../../../gameshop/advance/exceptions/InvalidMoneyException.html" title="class in gameshop.advance.exceptions">InvalidMoneyException</a></code></dd> <dd><code><a href="../../../../../gameshop/advance/exceptions/sales/InvalidSaleState.html" title="class in gameshop.advance.exceptions.sales">InvalidSaleState</a></code></dd> <dd><code><a href="../../../../../gameshop/advance/exceptions/sales/AlreadyPayedException.html" title="class in gameshop.advance.exceptions.sales">AlreadyPayedException</a></code></dd></dl> </li> </ul> <a name="pagaAcconto(gameshop.advance.utility.Money)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>pagaAcconto</h4> <pre>void&nbsp;pagaAcconto(<a href="../../../../../gameshop/advance/utility/Money.html" title="class in gameshop.advance.utility">Money</a>&nbsp;ammontare) throws java.rmi.RemoteException, <a href="../../../../../gameshop/advance/exceptions/InvalidMoneyException.html" title="class in gameshop.advance.exceptions">InvalidMoneyException</a>, <a href="../../../../../gameshop/advance/exceptions/sales/InvalidSaleState.html" title="class in gameshop.advance.exceptions.sales">InvalidSaleState</a>, <a href="../../../../../gameshop/advance/exceptions/sales/AlreadyPartialPayedException.html" title="class in gameshop.advance.exceptions.sales">AlreadyPartialPayedException</a></pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>ammontare</code> - </dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.rmi.RemoteException</code></dd> <dd><code><a href="../../../../../gameshop/advance/exceptions/InvalidMoneyException.html" title="class in gameshop.advance.exceptions">InvalidMoneyException</a></code></dd> <dd><code><a href="../../../../../gameshop/advance/exceptions/sales/InvalidSaleState.html" title="class in gameshop.advance.exceptions.sales">InvalidSaleState</a></code></dd> <dd><code><a href="../../../../../gameshop/advance/exceptions/sales/AlreadyPartialPayedException.html" title="class in gameshop.advance.exceptions.sales">AlreadyPartialPayedException</a></code></dd></dl> </li> </ul> <a name="cancellaPrenotazione()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>cancellaPrenotazione</h4> <pre>void&nbsp;cancellaPrenotazione() throws java.rmi.RemoteException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.rmi.RemoteException</code></dd></dl> </li> </ul> <a name="inserisciCartaCliente(java.lang.Integer)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>inserisciCartaCliente</h4> <pre>void&nbsp;inserisciCartaCliente(java.lang.Integer&nbsp;code) throws java.rmi.RemoteException, <a href="../../../../../gameshop/advance/exceptions/sales/ClientNotFoundException.html" title="class in gameshop.advance.exceptions.sales">ClientNotFoundException</a></pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>code</code> - </dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.rmi.RemoteException</code></dd> <dd><code><a href="../../../../../gameshop/advance/exceptions/sales/ClientNotFoundException.html" title="class in gameshop.advance.exceptions.sales">ClientNotFoundException</a></code></dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/IPrenotaProdottoRemote.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../gameshop/advance/interfaces/remote/factory/IInventarioControllerRemote.html" title="interface in gameshop.advance.interfaces.remote.factory"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../gameshop/advance/interfaces/remote/factory/IProdottiRemote.html" title="interface in gameshop.advance.interfaces.remote.factory"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?gameshop/advance/interfaces/remote/factory/IPrenotaProdottoRemote.html" target="_top">Frames</a></li> <li><a href="IPrenotaProdottoRemote.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>
GameShopAdvance/GameShop-Advance
docs/javadoc/employee/gameshop/advance/interfaces/remote/factory/IPrenotaProdottoRemote.html
HTML
mit
18,740
<!DOCTYPE html> <html lang="en"> <head> <title>GPKGFeatureIndexerIdResultSet Class Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset='utf-8'> <script src="../js/jquery.min.js" defer></script> <script src="../js/jazzy.js" defer></script> <script src="../js/lunr.min.js" defer></script> <script src="../js/typeahead.jquery.js" defer></script> <script src="../js/jazzy.search.js" defer></script> </head> <body> <a name="//apple_ref/objc/Class/GPKGFeatureIndexerIdResultSet" class="dashAnchor"></a> <a title="GPKGFeatureIndexerIdResultSet Class Reference"></a> <header> <div class="content-wrapper"> <p><a href="../index.html">geopackage-ios 7.0.2 Docs</a> (81% documented)</p> <p class="header-right"><a href="https://github.com/ngageoint/geopackage-ios"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p> <div class="header-right"> <form role="search" action="../search.json"> <input type="text" placeholder="Search documentation" data-typeahead> </form> </div> </div> </header> <div class="content-wrapper"> <p id="breadcrumbs"> <a href="../index.html">geopackage-ios Reference</a> <img id="carat" src="../img/carat.png" alt=""/> GPKGFeatureIndexerIdResultSet Class Reference </p> </div> <div class="content-wrapper"> <nav class="sidebar"> <ul class="nav-groups"> <li class="nav-group-name"> <a href="../Classes.html">Classes</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Classes/CRSAbridgedCoordinateTransformation.html">CRSAbridgedCoordinateTransformation</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSAxis.html">CRSAxis</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSAxisDirectionTypes.html">CRSAxisDirectionTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSBoundCoordinateReferenceSystem.html">CRSBoundCoordinateReferenceSystem</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSCategoryTypes.html">CRSCategoryTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSCommon.html">CRSCommon</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSCompoundCoordinateReferenceSystem.html">CRSCompoundCoordinateReferenceSystem</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSConcatenatedOperation.html">CRSConcatenatedOperation</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSCoordinateMetadata.html">CRSCoordinateMetadata</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSCoordinateOperation.html">CRSCoordinateOperation</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSCoordinateReferenceSystem.html">CRSCoordinateReferenceSystem</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSCoordinateSystem.html">CRSCoordinateSystem</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSCoordinateSystemTypes.html">CRSCoordinateSystemTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSDateTime.html">CRSDateTime</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSDatumEnsemble.html">CRSDatumEnsemble</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSDatumEnsembleMember.html">CRSDatumEnsembleMember</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSDerivedCoordinateReferenceSystem.html">CRSDerivedCoordinateReferenceSystem</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSDerivingConversion.html">CRSDerivingConversion</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSDynamic.html">CRSDynamic</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSEllipsoid.html">CRSEllipsoid</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSEllipsoidTypes.html">CRSEllipsoidTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSEllipsoids.html">CRSEllipsoids</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSEngineeringCoordinateReferenceSystem.html">CRSEngineeringCoordinateReferenceSystem</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSEngineeringDatum.html">CRSEngineeringDatum</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSExtent.html">CRSExtent</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSGeoCoordinateReferenceSystem.html">CRSGeoCoordinateReferenceSystem</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSGeoDatumEnsemble.html">CRSGeoDatumEnsemble</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSGeoDatums.html">CRSGeoDatums</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSGeoReferenceFrame.html">CRSGeoReferenceFrame</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSGeographicBoundingBox.html">CRSGeographicBoundingBox</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSIdentifier.html">CRSIdentifier</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSKeyword.html">CRSKeyword</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSMapProjection.html">CRSMapProjection</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSObject.html">CRSObject</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSOperation.html">CRSOperation</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSOperationMethod.html">CRSOperationMethod</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSOperationMethods.html">CRSOperationMethods</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSOperationParameter.html">CRSOperationParameter</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSOperationParameters.html">CRSOperationParameters</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSOperationTypes.html">CRSOperationTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSParametricCoordinateReferenceSystem.html">CRSParametricCoordinateReferenceSystem</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSParametricDatum.html">CRSParametricDatum</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSPointMotionOperation.html">CRSPointMotionOperation</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSPrimeMeridian.html">CRSPrimeMeridian</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSPrimeMeridians.html">CRSPrimeMeridians</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)CRSProjConstants">CRSProjConstants</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSProjParams.html">CRSProjParams</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSProjParser.html">CRSProjParser</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSProjectedCoordinateReferenceSystem.html">CRSProjectedCoordinateReferenceSystem</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSReader.html">CRSReader</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSReferenceFrame.html">CRSReferenceFrame</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSSimpleCoordinateReferenceSystem.html">CRSSimpleCoordinateReferenceSystem</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSSimpleOperation.html">CRSSimpleOperation</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSTemporalCoordinateReferenceSystem.html">CRSTemporalCoordinateReferenceSystem</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSTemporalDatum.html">CRSTemporalDatum</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSTemporalExtent.html">CRSTemporalExtent</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)CRSTextConstants">CRSTextConstants</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSTextReader.html">CRSTextReader</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSTextUtils.html">CRSTextUtils</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSTriaxialEllipsoid.html">CRSTriaxialEllipsoid</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSTypes.html">CRSTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSUnit.html">CRSUnit</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSUnitTypes.html">CRSUnitTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSUnits.html">CRSUnits</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSUsage.html">CRSUsage</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSVerticalCoordinateReferenceSystem.html">CRSVerticalCoordinateReferenceSystem</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSVerticalDatumEnsemble.html">CRSVerticalDatumEnsemble</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSVerticalExtent.html">CRSVerticalExtent</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSVerticalReferenceFrame.html">CRSVerticalReferenceFrame</a> </li> <li class="nav-group-task"> <a href="../Classes/CRSWriter.html">CRSWriter</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGAlterTable.html">GPKGAlterTable</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGAttributesColumn.html">GPKGAttributesColumn</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGAttributesColumns.html">GPKGAttributesColumns</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGAttributesDao.html">GPKGAttributesDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGAttributesRow.html">GPKGAttributesRow</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGAttributesTable.html">GPKGAttributesTable</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGAttributesTableMetadata.html">GPKGAttributesTableMetadata</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGAttributesTableReader.html">GPKGAttributesTableReader</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGBaseDao.html">GPKGBaseDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGBaseExtension.html">GPKGBaseExtension</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGBoundedOverlay.html">GPKGBoundedOverlay</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGBoundingBox.html">GPKGBoundingBox</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGColor.html">GPKGColor</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)GPKGColorConstants">GPKGColorConstants</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGColorUtils.html">GPKGColorUtils</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGColumnConstraints.html">GPKGColumnConstraints</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGColumnValue.html">GPKGColumnValue</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGColumnValues.html">GPKGColumnValues</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGCompositeOverlay.html">GPKGCompositeOverlay</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGCompressFormats.html">GPKGCompressFormats</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGConnection.html">GPKGConnection</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGConnectionFunction.html">GPKGConnectionFunction</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGConnectionPool.html">GPKGConnectionPool</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGConstraint.html">GPKGConstraint</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGConstraintParser.html">GPKGConstraintParser</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGConstraintTypes.html">GPKGConstraintTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGConstraints.html">GPKGConstraints</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGContentValues.html">GPKGContentValues</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGContents.html">GPKGContents</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGContentsDao.html">GPKGContentsDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGContentsDataTypes.html">GPKGContentsDataTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGContentsId.html">GPKGContentsId</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGContentsIdDao.html">GPKGContentsIdDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGContentsIdExtension.html">GPKGContentsIdExtension</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGContentsIdTableCreator.html">GPKGContentsIdTableCreator</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGCoverageData.html">GPKGCoverageData</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGCoverageDataAlgorithms.html">GPKGCoverageDataAlgorithms</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGCoverageDataPng.html">GPKGCoverageDataPng</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGCoverageDataPngImage.html">GPKGCoverageDataPngImage</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGCoverageDataRequest.html">GPKGCoverageDataRequest</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGCoverageDataResults.html">GPKGCoverageDataResults</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGCoverageDataSourcePixel.html">GPKGCoverageDataSourcePixel</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGCoverageDataTiff.html">GPKGCoverageDataTiff</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGCoverageDataTiffImage.html">GPKGCoverageDataTiffImage</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGCoverageDataTileMatrixResults.html">GPKGCoverageDataTileMatrixResults</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGCrsWktExtension.html">GPKGCrsWktExtension</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGDataColumnConstraints.html">GPKGDataColumnConstraints</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGDataColumnConstraintsDao.html">GPKGDataColumnConstraintsDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGDataColumns.html">GPKGDataColumns</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGDataColumnsDao.html">GPKGDataColumnsDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGDataTypes.html">GPKGDataTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGDateTimeUtils.html">GPKGDateTimeUtils</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGDbConnection.html">GPKGDbConnection</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGDublinCoreMetadata.html">GPKGDublinCoreMetadata</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGDublinCoreTypes.html">GPKGDublinCoreTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGExtendedRelation.html">GPKGExtendedRelation</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGExtendedRelationsDao.html">GPKGExtendedRelationsDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGExtensionManagement.html">GPKGExtensionManagement</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGExtensionManager.html">GPKGExtensionManager</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGExtensions.html">GPKGExtensions</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGExtensionsDao.html">GPKGExtensionsDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureCache.html">GPKGFeatureCache</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureCacheTables.html">GPKGFeatureCacheTables</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureColumn.html">GPKGFeatureColumn</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureColumns.html">GPKGFeatureColumns</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureDao.html">GPKGFeatureDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureGenerator.html">GPKGFeatureGenerator</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureIndexFeatureResults.html">GPKGFeatureIndexFeatureResults</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureIndexGeoPackageResults.html">GPKGFeatureIndexGeoPackageResults</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureIndexListResults.html">GPKGFeatureIndexListResults</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureIndexLocation.html">GPKGFeatureIndexLocation</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureIndexManager.html">GPKGFeatureIndexManager</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureIndexMetadataResults.html">GPKGFeatureIndexMetadataResults</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureIndexRTreeResults.html">GPKGFeatureIndexRTreeResults</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureIndexResultSetResults.html">GPKGFeatureIndexResultSetResults</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureIndexResults.html">GPKGFeatureIndexResults</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureIndexTypes.html">GPKGFeatureIndexTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureIndexer.html">GPKGFeatureIndexer</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureIndexerIdQuery.html">GPKGFeatureIndexerIdQuery</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureIndexerIdResultSet.html">GPKGFeatureIndexerIdResultSet</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureInfoBuilder.html">GPKGFeatureInfoBuilder</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureOverlay.html">GPKGFeatureOverlay</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureOverlayQuery.html">GPKGFeatureOverlayQuery</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeaturePreview.html">GPKGFeaturePreview</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureRow.html">GPKGFeatureRow</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureRowData.html">GPKGFeatureRowData</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureShape.html">GPKGFeatureShape</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureShapes.html">GPKGFeatureShapes</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureStyle.html">GPKGFeatureStyle</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureStyleExtension.html">GPKGFeatureStyleExtension</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureStyles.html">GPKGFeatureStyles</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureTable.html">GPKGFeatureTable</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureTableData.html">GPKGFeatureTableData</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureTableIndex.html">GPKGFeatureTableIndex</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureTableMetadata.html">GPKGFeatureTableMetadata</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureTableReader.html">GPKGFeatureTableReader</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureTableStyles.html">GPKGFeatureTableStyles</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureTileContext.html">GPKGFeatureTileContext</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureTileGenerator.html">GPKGFeatureTileGenerator</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureTileLink.html">GPKGFeatureTileLink</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureTileLinkDao.html">GPKGFeatureTileLinkDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureTileLinkTableCreator.html">GPKGFeatureTileLinkTableCreator</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureTilePointIcon.html">GPKGFeatureTilePointIcon</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureTileTableLinker.html">GPKGFeatureTileTableLinker</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGFeatureTiles.html">GPKGFeatureTiles</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeoPackage.html">GPKGGeoPackage</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeoPackageCache.html">GPKGGeoPackageCache</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)GPKGGeoPackageConstants">GPKGGeoPackageConstants</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeoPackageFactory.html">GPKGGeoPackageFactory</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeoPackageManager.html">GPKGGeoPackageManager</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeoPackageMetadata.html">GPKGGeoPackageMetadata</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeoPackageMetadataDao.html">GPKGGeoPackageMetadataDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeoPackageMetadataTableCreator.html">GPKGGeoPackageMetadataTableCreator</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeoPackageOverlay.html">GPKGGeoPackageOverlay</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeoPackageTableCreator.html">GPKGGeoPackageTableCreator</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeoPackageTile.html">GPKGGeoPackageTile</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeoPackageTileRetriever.html">GPKGGeoPackageTileRetriever</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeoPackageValidate.html">GPKGGeoPackageValidate</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeometryColumns.html">GPKGGeometryColumns</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeometryColumnsDao.html">GPKGGeometryColumnsDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeometryData.html">GPKGGeometryData</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeometryExtensions.html">GPKGGeometryExtensions</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeometryIndex.html">GPKGGeometryIndex</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeometryIndexDao.html">GPKGGeometryIndexDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeometryIndexTableCreator.html">GPKGGeometryIndexTableCreator</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeometryMetadata.html">GPKGGeometryMetadata</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeometryMetadataDao.html">GPKGGeometryMetadataDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGeometryUtils.html">GPKGGeometryUtils</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGriddedCoverage.html">GPKGGriddedCoverage</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGriddedCoverageDao.html">GPKGGriddedCoverageDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGriddedCoverageDataTypes.html">GPKGGriddedCoverageDataTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGriddedCoverageEncodingTypes.html">GPKGGriddedCoverageEncodingTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGriddedTile.html">GPKGGriddedTile</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGGriddedTileDao.html">GPKGGriddedTileDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGIOUtils.html">GPKGIOUtils</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGIconCache.html">GPKGIconCache</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGIconDao.html">GPKGIconDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGIconRow.html">GPKGIconRow</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGIconTable.html">GPKGIconTable</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGIcons.html">GPKGIcons</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGImageConverter.html">GPKGImageConverter</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGLocationBoundingBox.html">GPKGLocationBoundingBox</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGManualFeatureQuery.html">GPKGManualFeatureQuery</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGManualFeatureQueryResults.html">GPKGManualFeatureQueryResults</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMapPoint.html">GPKGMapPoint</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMapPointOptions.html">GPKGMapPointOptions</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMapShape.html">GPKGMapShape</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMapShapeConverter.html">GPKGMapShapeConverter</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMapShapePoints.html">GPKGMapShapePoints</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMapShapeTypes.html">GPKGMapShapeTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMapTolerance.html">GPKGMapTolerance</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMapUtils.html">GPKGMapUtils</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMappedColumn.html">GPKGMappedColumn</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMediaDao.html">GPKGMediaDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMediaRow.html">GPKGMediaRow</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMediaTable.html">GPKGMediaTable</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMediaTableMetadata.html">GPKGMediaTableMetadata</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMetadata.html">GPKGMetadata</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMetadataDao.html">GPKGMetadataDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMetadataDb.html">GPKGMetadataDb</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMetadataExtension.html">GPKGMetadataExtension</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMetadataReference.html">GPKGMetadataReference</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMetadataReferenceDao.html">GPKGMetadataReferenceDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMetadataScope.html">GPKGMetadataScope</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMultiPoint.html">GPKGMultiPoint</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMultiPolygon.html">GPKGMultiPolygon</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMultiPolygonPoints.html">GPKGMultiPolygonPoints</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMultiPolyline.html">GPKGMultiPolyline</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMultiPolylinePoints.html">GPKGMultiPolylinePoints</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGMultipleFeatureIndexResults.html">GPKGMultipleFeatureIndexResults</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGNGAExtensions.html">GPKGNGAExtensions</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)GPKGNGATableCreator">GPKGNGATableCreator</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGNetworkUtils.html">GPKGNetworkUtils</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGNumberFeaturesTile.html">GPKGNumberFeaturesTile</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGOAPIFeatureGenerator.html">GPKGOAPIFeatureGenerator</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGOverlayFactory.html">GPKGOverlayFactory</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGPlatteCarreOptimize.html">GPKGPlatteCarreOptimize</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGPolygon.html">GPKGPolygon</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGPolygonHolePoints.html">GPKGPolygonHolePoints</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGPolygonOptions.html">GPKGPolygonOptions</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)GPKGPolygonOrientations">GPKGPolygonOrientations</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGPolygonPoints.html">GPKGPolygonPoints</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGPolyline.html">GPKGPolyline</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGPolylineOptions.html">GPKGPolylineOptions</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGPolylinePoints.html">GPKGPolylinePoints</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGProperties.html">GPKGProperties</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGPropertiesExtension.html">GPKGPropertiesExtension</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGPropertiesManager.html">GPKGPropertiesManager</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)GPKGPropertyConstants">GPKGPropertyConstants</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)GPKGPropertyNames">GPKGPropertyNames</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGRTreeIndexExtension.html">GPKGRTreeIndexExtension</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGRTreeIndexTableDao.html">GPKGRTreeIndexTableDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGRTreeIndexTableRow.html">GPKGRTreeIndexTableRow</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGRawConstraint.html">GPKGRawConstraint</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGRelatedTablesExtension.html">GPKGRelatedTablesExtension</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGRelationTypes.html">GPKGRelationTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGResultSet.html">GPKGResultSet</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGSQLiteMaster.html">GPKGSQLiteMaster</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGSQLiteMasterColumns.html">GPKGSQLiteMasterColumns</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGSQLiteMasterQuery.html">GPKGSQLiteMasterQuery</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGSQLiteMasterTypes.html">GPKGSQLiteMasterTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGSchemaExtension.html">GPKGSchemaExtension</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGSessionTaskData.html">GPKGSessionTaskData</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGSimpleAttributesDao.html">GPKGSimpleAttributesDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGSimpleAttributesRow.html">GPKGSimpleAttributesRow</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGSimpleAttributesTable.html">GPKGSimpleAttributesTable</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGSimpleAttributesTableMetadata.html">GPKGSimpleAttributesTableMetadata</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGSpatialReferenceSystem.html">GPKGSpatialReferenceSystem</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGSpatialReferenceSystemDao.html">GPKGSpatialReferenceSystemDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGSqlLiteQueryBuilder.html">GPKGSqlLiteQueryBuilder</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGSqlUtils.html">GPKGSqlUtils</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGSqliteConnection.html">GPKGSqliteConnection</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGStyleCache.html">GPKGStyleCache</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGStyleDao.html">GPKGStyleDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGStyleMappingDao.html">GPKGStyleMappingDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGStyleMappingRow.html">GPKGStyleMappingRow</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGStyleMappingTable.html">GPKGStyleMappingTable</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGStyleRow.html">GPKGStyleRow</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGStyleTable.html">GPKGStyleTable</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGStyleUtils.html">GPKGStyleUtils</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGStyles.html">GPKGStyles</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTableColumn.html">GPKGTableColumn</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTableConstraints.html">GPKGTableConstraints</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTableCreator.html">GPKGTableCreator</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTableIndex.html">GPKGTableIndex</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTableIndexDao.html">GPKGTableIndexDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTableInfo.html">GPKGTableInfo</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTableMapping.html">GPKGTableMapping</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTableMetadata.html">GPKGTableMetadata</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTableMetadataDao.html">GPKGTableMetadataDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileBoundingBoxUtils.html">GPKGTileBoundingBoxUtils</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileColumn.html">GPKGTileColumn</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileColumns.html">GPKGTileColumns</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileCreator.html">GPKGTileCreator</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileDao.html">GPKGTileDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileDaoUtils.html">GPKGTileDaoUtils</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileGenerator.html">GPKGTileGenerator</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileGrid.html">GPKGTileGrid</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileMatrix.html">GPKGTileMatrix</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileMatrixDao.html">GPKGTileMatrixDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileMatrixSet.html">GPKGTileMatrixSet</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileMatrixSetDao.html">GPKGTileMatrixSetDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileReprojection.html">GPKGTileReprojection</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileReprojectionOptimize.html">GPKGTileReprojectionOptimize</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileReprojectionZoom.html">GPKGTileReprojectionZoom</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileRow.html">GPKGTileRow</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileScaling.html">GPKGTileScaling</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileScalingDao.html">GPKGTileScalingDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileScalingTableCreator.html">GPKGTileScalingTableCreator</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileScalingTypes.html">GPKGTileScalingTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileTable.html">GPKGTileTable</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileTableMetadata.html">GPKGTileTableMetadata</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileTableReader.html">GPKGTileTableReader</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileTableScaling.html">GPKGTileTableScaling</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGTileUtils.html">GPKGTileUtils</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUniqueConstraint.html">GPKGUniqueConstraint</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUrlTileGenerator.html">GPKGUrlTileGenerator</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserColumn.html">GPKGUserColumn</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserColumns.html">GPKGUserColumns</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserCustomColumn.html">GPKGUserCustomColumn</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserCustomColumns.html">GPKGUserCustomColumns</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserCustomDao.html">GPKGUserCustomDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserCustomRow.html">GPKGUserCustomRow</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserCustomTable.html">GPKGUserCustomTable</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserCustomTableReader.html">GPKGUserCustomTableReader</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserDao.html">GPKGUserDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserMappingDao.html">GPKGUserMappingDao</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserMappingRow.html">GPKGUserMappingRow</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserMappingTable.html">GPKGUserMappingTable</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserRelatedTable.html">GPKGUserRelatedTable</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserRow.html">GPKGUserRow</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserRowSync.html">GPKGUserRowSync</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserTable.html">GPKGUserTable</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserTableMetadata.html">GPKGUserTableMetadata</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUserTableReader.html">GPKGUserTableReader</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGUtils.html">GPKGUtils</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGWebMercatorOptimize.html">GPKGWebMercatorOptimize</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGWebPExtension.html">GPKGWebPExtension</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGXYZOverlay.html">GPKGXYZOverlay</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGXYZTileRetriever.html">GPKGXYZTileRetriever</a> </li> <li class="nav-group-task"> <a href="../Classes/GPKGZoomOtherExtension.html">GPKGZoomOtherExtension</a> </li> <li class="nav-group-task"> <a href="../Classes/OAFCollection.html">OAFCollection</a> </li> <li class="nav-group-task"> <a href="../Classes/OAFCollections.html">OAFCollections</a> </li> <li class="nav-group-task"> <a href="../Classes/OAFCrs.html">OAFCrs</a> </li> <li class="nav-group-task"> <a href="../Classes/OAFExtent.html">OAFExtent</a> </li> <li class="nav-group-task"> <a href="../Classes/OAFFeatureCollection.html">OAFFeatureCollection</a> </li> <li class="nav-group-task"> <a href="../Classes/OAFFeaturesConverter.html">OAFFeaturesConverter</a> </li> <li class="nav-group-task"> <a href="../Classes/OAFFeaturesObject.html">OAFFeaturesObject</a> </li> <li class="nav-group-task"> <a href="../Classes/OAFLink.html">OAFLink</a> </li> <li class="nav-group-task"> <a href="../Classes/OAFSpatial.html">OAFSpatial</a> </li> <li class="nav-group-task"> <a href="../Classes/OAFTemporal.html">OAFTemporal</a> </li> <li class="nav-group-task"> <a href="../Classes/PROJAuthorityProjections.html">PROJAuthorityProjections</a> </li> <li class="nav-group-task"> <a href="../Classes/PROJCRSParser.html">PROJCRSParser</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)PROJConstants">PROJConstants</a> </li> <li class="nav-group-task"> <a href="../Classes/PROJIOUtils.html">PROJIOUtils</a> </li> <li class="nav-group-task"> <a href="../Classes/PROJLocationCoordinate3D.html">PROJLocationCoordinate3D</a> </li> <li class="nav-group-task"> <a href="../Classes/PROJProjection.html">PROJProjection</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)PROJProjectionConstants">PROJProjectionConstants</a> </li> <li class="nav-group-task"> <a href="../Classes/PROJProjectionFactory.html">PROJProjectionFactory</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)PROJProjectionFactoryTypes">PROJProjectionFactoryTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/PROJProjectionRetriever.html">PROJProjectionRetriever</a> </li> <li class="nav-group-task"> <a href="../Classes/PROJProjectionTransform.html">PROJProjectionTransform</a> </li> <li class="nav-group-task"> <a href="../Classes/PROJProjections.html">PROJProjections</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)PROJUnits">PROJUnits</a> </li> <li class="nav-group-task"> <a href="../Classes/SFByteReader.html">SFByteReader</a> </li> <li class="nav-group-task"> <a href="../Classes/SFByteWriter.html">SFByteWriter</a> </li> <li class="nav-group-task"> <a href="../Classes/SFCentroidCurve.html">SFCentroidCurve</a> </li> <li class="nav-group-task"> <a href="../Classes/SFCentroidPoint.html">SFCentroidPoint</a> </li> <li class="nav-group-task"> <a href="../Classes/SFCentroidSurface.html">SFCentroidSurface</a> </li> <li class="nav-group-task"> <a href="../Classes/SFCircularString.html">SFCircularString</a> </li> <li class="nav-group-task"> <a href="../Classes/SFCompoundCurve.html">SFCompoundCurve</a> </li> <li class="nav-group-task"> <a href="../Classes/SFCurve.html">SFCurve</a> </li> <li class="nav-group-task"> <a href="../Classes/SFCurvePolygon.html">SFCurvePolygon</a> </li> <li class="nav-group-task"> <a href="../Classes/SFEvent.html">SFEvent</a> </li> <li class="nav-group-task"> <a href="../Classes/SFEventQueue.html">SFEventQueue</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)SFEventTypes">SFEventTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/SFExtendedGeometryCollection.html">SFExtendedGeometryCollection</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)SFFiniteFilterTypes">SFFiniteFilterTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGFeature.html">SFGFeature</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGFeatureCollection.html">SFGFeatureCollection</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGFeatureConverter.html">SFGFeatureConverter</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGGeoJSONObject.html">SFGGeoJSONObject</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGGeometry.html">SFGGeometry</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGGeometryCollection.html">SFGGeometryCollection</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGGeometryTypes.html">SFGGeometryTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGLineString.html">SFGLineString</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGMultiLineString.html">SFGMultiLineString</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGMultiPoint.html">SFGMultiPoint</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGMultiPolygon.html">SFGMultiPolygon</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGOrderedDictionary.html">SFGOrderedDictionary</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGPoint.html">SFGPoint</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGPolygon.html">SFGPolygon</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGPosition.html">SFGPosition</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGeometry.html">SFGeometry</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGeometryCollection.html">SFGeometryCollection</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGeometryEnvelope.html">SFGeometryEnvelope</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGeometryEnvelopeBuilder.html">SFGeometryEnvelopeBuilder</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGeometryPrinter.html">SFGeometryPrinter</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGeometryTypes.html">SFGeometryTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/SFGeometryUtils.html">SFGeometryUtils</a> </li> <li class="nav-group-task"> <a href="../Classes/SFLine.html">SFLine</a> </li> <li class="nav-group-task"> <a href="../Classes/SFLineString.html">SFLineString</a> </li> <li class="nav-group-task"> <a href="../Classes/SFLinearRing.html">SFLinearRing</a> </li> <li class="nav-group-task"> <a href="../Classes/SFMultiCurve.html">SFMultiCurve</a> </li> <li class="nav-group-task"> <a href="../Classes/SFMultiLineString.html">SFMultiLineString</a> </li> <li class="nav-group-task"> <a href="../Classes/SFMultiPoint.html">SFMultiPoint</a> </li> <li class="nav-group-task"> <a href="../Classes/SFMultiPolygon.html">SFMultiPolygon</a> </li> <li class="nav-group-task"> <a href="../Classes/SFMultiSurface.html">SFMultiSurface</a> </li> <li class="nav-group-task"> <a href="../Classes/SFPGeometryTransform.html">SFPGeometryTransform</a> </li> <li class="nav-group-task"> <a href="../Classes/SFPoint.html">SFPoint</a> </li> <li class="nav-group-task"> <a href="../Classes/SFPointFiniteFilter.html">SFPointFiniteFilter</a> </li> <li class="nav-group-task"> <a href="../Classes/SFPolygon.html">SFPolygon</a> </li> <li class="nav-group-task"> <a href="../Classes/SFPolyhedralSurface.html">SFPolyhedralSurface</a> </li> <li class="nav-group-task"> <a href="../Classes/SFSegment.html">SFSegment</a> </li> <li class="nav-group-task"> <a href="../Classes/SFShamosHoey.html">SFShamosHoey</a> </li> <li class="nav-group-task"> <a href="../Classes/SFSurface.html">SFSurface</a> </li> <li class="nav-group-task"> <a href="../Classes/SFSweepLine.html">SFSweepLine</a> </li> <li class="nav-group-task"> <a href="../Classes/SFTIN.html">SFTIN</a> </li> <li class="nav-group-task"> <a href="../Classes/SFTextReader.html">SFTextReader</a> </li> <li class="nav-group-task"> <a href="../Classes/SFTriangle.html">SFTriangle</a> </li> <li class="nav-group-task"> <a href="../Classes/SFWBGeometryCodes.html">SFWBGeometryCodes</a> </li> <li class="nav-group-task"> <a href="../Classes/SFWBGeometryReader.html">SFWBGeometryReader</a> </li> <li class="nav-group-task"> <a href="../Classes/SFWBGeometryTypeInfo.html">SFWBGeometryTypeInfo</a> </li> <li class="nav-group-task"> <a href="../Classes/SFWBGeometryWriter.html">SFWBGeometryWriter</a> </li> <li class="nav-group-task"> <a href="../Classes/TIFFByteReader.html">TIFFByteReader</a> </li> <li class="nav-group-task"> <a href="../Classes/TIFFByteWriter.html">TIFFByteWriter</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)TIFFConstants">TIFFConstants</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)TIFFDeflateCompression">TIFFDeflateCompression</a> </li> <li class="nav-group-task"> <a href="../Classes/TIFFFieldTagTypes.html">TIFFFieldTagTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/TIFFFieldTypes.html">TIFFFieldTypes</a> </li> <li class="nav-group-task"> <a href="../Classes/TIFFFileDirectory.html">TIFFFileDirectory</a> </li> <li class="nav-group-task"> <a href="../Classes/TIFFFileDirectoryEntry.html">TIFFFileDirectoryEntry</a> </li> <li class="nav-group-task"> <a href="../Classes/TIFFIOUtils.html">TIFFIOUtils</a> </li> <li class="nav-group-task"> <a href="../Classes/TIFFImage.html">TIFFImage</a> </li> <li class="nav-group-task"> <a href="../Classes/TIFFImageWindow.html">TIFFImageWindow</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)TIFFLZWCompression">TIFFLZWCompression</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)TIFFPackbitsCompression">TIFFPackbitsCompression</a> </li> <li class="nav-group-task"> <a href="../Classes/TIFFRasters.html">TIFFRasters</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/c:objc(cs)TIFFRawCompression">TIFFRawCompression</a> </li> <li class="nav-group-task"> <a href="../Classes/TIFFReader.html">TIFFReader</a> </li> <li class="nav-group-task"> <a href="../Classes/TIFFUnsupportedCompression.html">TIFFUnsupportedCompression</a> </li> <li class="nav-group-task"> <a href="../Classes/TIFFWriter.html">TIFFWriter</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Constants.html">Constants</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Constants.html#/c:GPKGUserColumn.h@AUTOINCREMENT_CONSTRAINT_ORDER">AUTOINCREMENT_CONSTRAINT_ORDER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_AFT_NAME">CRS_AXIS_AFT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_AWAY_FROM_NAME">CRS_AXIS_AWAY_FROM_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_CLOCKWISE_NAME">CRS_AXIS_CLOCKWISE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_COLUMN_NEGATIVE_NAME">CRS_AXIS_COLUMN_NEGATIVE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_COLUMN_POSITIVE_NAME">CRS_AXIS_COLUMN_POSITIVE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_COUNTER_CLOCKWISE_NAME">CRS_AXIS_COUNTER_CLOCKWISE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_DISPLAY_DOWN_NAME">CRS_AXIS_DISPLAY_DOWN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_DISPLAY_LEFT_NAME">CRS_AXIS_DISPLAY_LEFT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_DISPLAY_RIGHT_NAME">CRS_AXIS_DISPLAY_RIGHT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_DISPLAY_UP_NAME">CRS_AXIS_DISPLAY_UP_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_DOWN_NAME">CRS_AXIS_DOWN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_EAST_NAME">CRS_AXIS_EAST_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_EAST_NORTH_EAST_NAME">CRS_AXIS_EAST_NORTH_EAST_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_EAST_SOUTH_EAST_NAME">CRS_AXIS_EAST_SOUTH_EAST_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_FORWARD_NAME">CRS_AXIS_FORWARD_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_FUTURE_NAME">CRS_AXIS_FUTURE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_GEOCENTRIC_X_NAME">CRS_AXIS_GEOCENTRIC_X_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_GEOCENTRIC_Y_NAME">CRS_AXIS_GEOCENTRIC_Y_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_GEOCENTRIC_Z_NAME">CRS_AXIS_GEOCENTRIC_Z_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_NORTH_EAST_NAME">CRS_AXIS_NORTH_EAST_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_NORTH_NAME">CRS_AXIS_NORTH_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_NORTH_NORTH_EAST_NAME">CRS_AXIS_NORTH_NORTH_EAST_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_NORTH_NORTH_WEST_NAME">CRS_AXIS_NORTH_NORTH_WEST_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_NORTH_WEST_NAME">CRS_AXIS_NORTH_WEST_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_PAST_NAME">CRS_AXIS_PAST_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_PORT_NAME">CRS_AXIS_PORT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_ROW_NEGATIVE_NAME">CRS_AXIS_ROW_NEGATIVE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_ROW_POSITIVE_NAME">CRS_AXIS_ROW_POSITIVE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_SOUTH_EAST_NAME">CRS_AXIS_SOUTH_EAST_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_SOUTH_NAME">CRS_AXIS_SOUTH_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_SOUTH_SOUTH_EAST_NAME">CRS_AXIS_SOUTH_SOUTH_EAST_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_SOUTH_SOUTH_WEST_NAME">CRS_AXIS_SOUTH_SOUTH_WEST_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_SOUTH_WEST_NAME">CRS_AXIS_SOUTH_WEST_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_STARBOARD_NAME">CRS_AXIS_STARBOARD_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_TOWARDS_NAME">CRS_AXIS_TOWARDS_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_UNSPECIFIED_NAME">CRS_AXIS_UNSPECIFIED_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_UP_NAME">CRS_AXIS_UP_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_WEST_NAME">CRS_AXIS_WEST_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_WEST_NORTH_WEST_NAME">CRS_AXIS_WEST_NORTH_WEST_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_AXIS_WEST_SOUTH_WEST_NAME">CRS_AXIS_WEST_SOUTH_WEST_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_CATEGORY_CRS_NAME">CRS_CATEGORY_CRS_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_CATEGORY_METADATA_NAME">CRS_CATEGORY_METADATA_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_CATEGORY_OPERATION_NAME">CRS_CATEGORY_OPERATION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_CS_AFFINE_NAME">CRS_CS_AFFINE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_CS_CARTESIAN_NAME">CRS_CS_CARTESIAN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_CS_CYLINDRICAL_NAME">CRS_CS_CYLINDRICAL_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_CS_ELLIPSOIDAL_NAME">CRS_CS_ELLIPSOIDAL_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_CS_LINEAR_NAME">CRS_CS_LINEAR_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_CS_ORDINAL_NAME">CRS_CS_ORDINAL_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_CS_PARAMETRIC_NAME">CRS_CS_PARAMETRIC_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_CS_POLAR_NAME">CRS_CS_POLAR_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_CS_SPHERICAL_NAME">CRS_CS_SPHERICAL_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_CS_TEMPORAL_COUNT_NAME">CRS_CS_TEMPORAL_COUNT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_CS_TEMPORAL_DATE_TIME_NAME">CRS_CS_TEMPORAL_DATE_TIME_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_CS_TEMPORAL_MEASURE_NAME">CRS_CS_TEMPORAL_MEASURE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_CS_VERTICAL_NAME">CRS_CS_VERTICAL_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_ELLIPSOID_OBLATE_NAME">CRS_ELLIPSOID_OBLATE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_ELLIPSOID_TRIAXIAL_NAME">CRS_ELLIPSOID_TRIAXIAL_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME">CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_OPERATION_COORDINATE_NAME">CRS_OPERATION_COORDINATE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_OPERATION_DERIVING_CONVERSION_NAME">CRS_OPERATION_DERIVING_CONVERSION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_OPERATION_MAP_PROJECTION_NAME">CRS_OPERATION_MAP_PROJECTION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_OPERATION_POINT_MOTION_NAME">CRS_OPERATION_POINT_MOTION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_AXIS_DOWN">CRS_PROJ_AXIS_DOWN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_AXIS_EAST">CRS_PROJ_AXIS_EAST</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_AXIS_NORTH">CRS_PROJ_AXIS_NORTH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_AXIS_SOUTH">CRS_PROJ_AXIS_SOUTH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_AXIS_UP">CRS_PROJ_AXIS_UP</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_AXIS_WEST">CRS_PROJ_AXIS_WEST</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_AXIS_WEST_SOUTH_UP">CRS_PROJ_AXIS_WEST_SOUTH_UP</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_AEA">CRS_PROJ_NAME_AEA</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_CASS">CRS_PROJ_NAME_CASS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_CEA">CRS_PROJ_NAME_CEA</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_EQC">CRS_PROJ_NAME_EQC</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_KROVAK">CRS_PROJ_NAME_KROVAK</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_LAEA">CRS_PROJ_NAME_LAEA</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_LCC">CRS_PROJ_NAME_LCC</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_LONGLAT">CRS_PROJ_NAME_LONGLAT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_MERC">CRS_PROJ_NAME_MERC</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_NZMG">CRS_PROJ_NAME_NZMG</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_OMERC">CRS_PROJ_NAME_OMERC</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_POLY">CRS_PROJ_NAME_POLY</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_SOMERC">CRS_PROJ_NAME_SOMERC</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_STERE">CRS_PROJ_NAME_STERE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_STEREA">CRS_PROJ_NAME_STEREA</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_TMERC">CRS_PROJ_NAME_TMERC</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_NAME_UTM">CRS_PROJ_NAME_UTM</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_A">CRS_PROJ_PARAM_A</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_ALPHA">CRS_PROJ_PARAM_ALPHA</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_AXIS">CRS_PROJ_PARAM_AXIS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_B">CRS_PROJ_PARAM_B</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_DATUM">CRS_PROJ_PARAM_DATUM</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_ELLPS">CRS_PROJ_PARAM_ELLPS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_GAMMA">CRS_PROJ_PARAM_GAMMA</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_K_0">CRS_PROJ_PARAM_K_0</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_LAT_0">CRS_PROJ_PARAM_LAT_0</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_LAT_1">CRS_PROJ_PARAM_LAT_1</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_LAT_2">CRS_PROJ_PARAM_LAT_2</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_LAT_TS">CRS_PROJ_PARAM_LAT_TS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_LONC">CRS_PROJ_PARAM_LONC</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_LON_0">CRS_PROJ_PARAM_LON_0</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_NADGRIDS">CRS_PROJ_PARAM_NADGRIDS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_NO_DEFS">CRS_PROJ_PARAM_NO_DEFS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_NO_UOFF">CRS_PROJ_PARAM_NO_UOFF</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_PM">CRS_PROJ_PARAM_PM</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_PROJ">CRS_PROJ_PARAM_PROJ</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_SOUTH">CRS_PROJ_PARAM_SOUTH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_TOWGS84">CRS_PROJ_PARAM_TOWGS84</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_TO_METER">CRS_PROJ_PARAM_TO_METER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_UNITS">CRS_PROJ_PARAM_UNITS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_WKTEXT">CRS_PROJ_PARAM_WKTEXT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_X_0">CRS_PROJ_PARAM_X_0</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_Y_0">CRS_PROJ_PARAM_Y_0</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PARAM_ZONE">CRS_PROJ_PARAM_ZONE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_PSEUDO_MERCATOR">CRS_PROJ_PSEUDO_MERCATOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_SWISS_OBLIQUE_MERCATOR">CRS_PROJ_SWISS_OBLIQUE_MERCATOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT">CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_UNITS_DEGREE">CRS_PROJ_UNITS_DEGREE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_UNITS_FOOT">CRS_PROJ_UNITS_FOOT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_UNITS_METRE">CRS_PROJ_UNITS_METRE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_UNITS_US_SURVEY_FOOT">CRS_PROJ_UNITS_US_SURVEY_FOOT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_PROJ_UTM_ZONE">CRS_PROJ_UTM_ZONE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_TYPE_BOUND_NAME">CRS_TYPE_BOUND_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_TYPE_COMPOUND_NAME">CRS_TYPE_COMPOUND_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_TYPE_CONCATENATED_OPERATION_NAME">CRS_TYPE_CONCATENATED_OPERATION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_TYPE_COORDINATE_METADATA_NAME">CRS_TYPE_COORDINATE_METADATA_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_TYPE_COORDINATE_OPERATION_NAME">CRS_TYPE_COORDINATE_OPERATION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_TYPE_DERIVED_NAME">CRS_TYPE_DERIVED_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_TYPE_ENGINEERING_NAME">CRS_TYPE_ENGINEERING_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_TYPE_GEODETIC_NAME">CRS_TYPE_GEODETIC_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_TYPE_GEOGRAPHIC_NAME">CRS_TYPE_GEOGRAPHIC_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_TYPE_PARAMETRIC_NAME">CRS_TYPE_PARAMETRIC_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_TYPE_POINT_MOTION_OPERATION_NAME">CRS_TYPE_POINT_MOTION_OPERATION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_TYPE_PROJECTED_NAME">CRS_TYPE_PROJECTED_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_TYPE_TEMPORAL_NAME">CRS_TYPE_TEMPORAL_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_TYPE_VERTICAL_NAME">CRS_TYPE_VERTICAL_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_ARC_MINUTE_NAME">CRS_UNITS_ARC_MINUTE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_ARC_SECOND_NAME">CRS_UNITS_ARC_SECOND_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_BIN_NAME">CRS_UNITS_BIN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_CALENDAR_MONTH_NAME">CRS_UNITS_CALENDAR_MONTH_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_CALENDAR_SECOND_NAME">CRS_UNITS_CALENDAR_SECOND_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_DAY_NAME">CRS_UNITS_DAY_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_DEGREE_NAME">CRS_UNITS_DEGREE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_FOOT_NAME">CRS_UNITS_FOOT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_GERMAN_LEGAL_METRE_NAME">CRS_UNITS_GERMAN_LEGAL_METRE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_GRAD_NAME">CRS_UNITS_GRAD_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_HECTOPASCAL_NAME">CRS_UNITS_HECTOPASCAL_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_HOUR_NAME">CRS_UNITS_HOUR_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_KILOMETRE_NAME">CRS_UNITS_KILOMETRE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_METRE_NAME">CRS_UNITS_METRE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_MICROMETRE_NAME">CRS_UNITS_MICROMETRE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_MICRORADIAN_NAME">CRS_UNITS_MICRORADIAN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_MICROSECOND_NAME">CRS_UNITS_MICROSECOND_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_MILLIMETRE_NAME">CRS_UNITS_MILLIMETRE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_MILLIRADIAN_NAME">CRS_UNITS_MILLIRADIAN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_MILLISECOND_NAME">CRS_UNITS_MILLISECOND_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_MINUTE_NAME">CRS_UNITS_MINUTE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_PARTS_PER_MILLION_NAME">CRS_UNITS_PARTS_PER_MILLION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_PASCAL_NAME">CRS_UNITS_PASCAL_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_RADIAN_NAME">CRS_UNITS_RADIAN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_SECOND_NAME">CRS_UNITS_SECOND_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_UNITY_NAME">CRS_UNITS_UNITY_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_US_SURVEY_FOOT_NAME">CRS_UNITS_US_SURVEY_FOOT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNITS_YEAR_NAME">CRS_UNITS_YEAR_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNIT_ANGLE_NAME">CRS_UNIT_ANGLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNIT_LENGTH_NAME">CRS_UNIT_LENGTH_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNIT_NAME">CRS_UNIT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNIT_PARAMETRIC_NAME">CRS_UNIT_PARAMETRIC_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNIT_SCALE_NAME">CRS_UNIT_SCALE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_UNIT_TIME_NAME">CRS_UNIT_TIME_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER">CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER">CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_WKT_AXIS_DIRECTION_OTHER">CRS_WKT_AXIS_DIRECTION_OTHER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_WKT_AXIS_NAME_LAT">CRS_WKT_AXIS_NAME_LAT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_WKT_AXIS_NAME_LON">CRS_WKT_AXIS_NAME_LON</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_WKT_AXIS_NAME_X">CRS_WKT_AXIS_NAME_X</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_WKT_AXIS_NAME_Y">CRS_WKT_AXIS_NAME_Y</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_WKT_AXIS_NAME_Z">CRS_WKT_AXIS_NAME_Z</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_WKT_DATUM_TYPE">CRS_WKT_DATUM_TYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_WKT_LEFT_DELIMITER">CRS_WKT_LEFT_DELIMITER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_WKT_LEFT_DELIMITER_COMPAT">CRS_WKT_LEFT_DELIMITER_COMPAT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_WKT_RIGHT_DELIMITER">CRS_WKT_RIGHT_DELIMITER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_WKT_RIGHT_DELIMITER_COMPAT">CRS_WKT_RIGHT_DELIMITER_COMPAT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@CRS_WKT_SEPARATOR">CRS_WKT_SEPARATOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:GPKGUserTable.h@DEFAULT_AUTOINCREMENT">DEFAULT_AUTOINCREMENT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:GPKGFeatureTiles.h@DEFAULT_BOUNDING_BOX_CACHE_SIZE">DEFAULT_BOUNDING_BOX_CACHE_SIZE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:GPKGFeatureCache.h@DEFAULT_FEATURE_CACHE_MAX_SIZE">DEFAULT_FEATURE_CACHE_MAX_SIZE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:GPKGIconCache.h@DEFAULT_ICON_CACHE_SIZE">DEFAULT_ICON_CACHE_SIZE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:GPKGFeatureTiles.h@DEFAULT_MAP_SHAPE_CACHE_SIZE">DEFAULT_MAP_SHAPE_CACHE_SIZE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:GPKGUserTable.h@DEFAULT_PK_NOT_NULL">DEFAULT_PK_NOT_NULL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:SFByteReader.h@DEFAULT_READ_BYTE_ORDER">DEFAULT_READ_BYTE_ORDER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:GPKGUserColumn.h@DEFAULT_VALUE_CONSTRAINT_ORDER">DEFAULT_VALUE_CONSTRAINT_ORDER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:SFByteWriter.h@DEFAULT_WRITE_BYTE_ORDER">DEFAULT_WRITE_BYTE_ORDER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_APPLICATION_ID">GPKG_APPLICATION_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_BUNDLE_NAME">GPKG_BUNDLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDA_BICUBIC_NAME">GPKG_CDA_BICUBIC_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDA_BILINEAR_NAME">GPKG_CDA_BILINEAR_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDA_NEAREST_NEIGHBOR_NAME">GPKG_CDA_NEAREST_NEIGHBOR_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGC_COLUMN_DATATYPE">GPKG_CDGC_COLUMN_DATATYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGC_COLUMN_DATA_NULL">GPKG_CDGC_COLUMN_DATA_NULL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGC_COLUMN_FIELD_NAME">GPKG_CDGC_COLUMN_FIELD_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGC_COLUMN_GRID_CELL_ENCODING">GPKG_CDGC_COLUMN_GRID_CELL_ENCODING</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGC_COLUMN_ID">GPKG_CDGC_COLUMN_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGC_COLUMN_OFFSET">GPKG_CDGC_COLUMN_OFFSET</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGC_COLUMN_PK">GPKG_CDGC_COLUMN_PK</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGC_COLUMN_PRECISION">GPKG_CDGC_COLUMN_PRECISION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGC_COLUMN_QUANTITY_DEFINITION">GPKG_CDGC_COLUMN_QUANTITY_DEFINITION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGC_COLUMN_SCALE">GPKG_CDGC_COLUMN_SCALE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGC_COLUMN_TILE_MATRIX_SET_NAME">GPKG_CDGC_COLUMN_TILE_MATRIX_SET_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGC_COLUMN_UOM">GPKG_CDGC_COLUMN_UOM</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGC_TABLE_NAME">GPKG_CDGC_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGT_COLUMN_ID">GPKG_CDGT_COLUMN_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGT_COLUMN_MAX">GPKG_CDGT_COLUMN_MAX</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGT_COLUMN_MEAN">GPKG_CDGT_COLUMN_MEAN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGT_COLUMN_MIN">GPKG_CDGT_COLUMN_MIN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGT_COLUMN_OFFSET">GPKG_CDGT_COLUMN_OFFSET</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGT_COLUMN_PK">GPKG_CDGT_COLUMN_PK</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGT_COLUMN_SCALE">GPKG_CDGT_COLUMN_SCALE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGT_COLUMN_STANDARD_DEVIATION">GPKG_CDGT_COLUMN_STANDARD_DEVIATION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGT_COLUMN_TABLE_ID">GPKG_CDGT_COLUMN_TABLE_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGT_COLUMN_TABLE_NAME">GPKG_CDGT_COLUMN_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDGT_TABLE_NAME">GPKG_CDGT_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDT_ATTRIBUTES_NAME">GPKG_CDT_ATTRIBUTES_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDT_FEATURES_NAME">GPKG_CDT_FEATURES_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CDT_TILES_NAME">GPKG_CDT_TILES_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CD_GRIDDED_COVERAGE">GPKG_CD_GRIDDED_COVERAGE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CF_JPEG_NAME">GPKG_CF_JPEG_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CF_NONE_NAME">GPKG_CF_NONE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CF_PNG_NAME">GPKG_CF_PNG_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CI_COLUMN_ID">GPKG_CI_COLUMN_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CI_COLUMN_PK">GPKG_CI_COLUMN_PK</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CI_COLUMN_TABLE_NAME">GPKG_CI_COLUMN_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CI_TABLE_NAME">GPKG_CI_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_COLOR_BLACK">GPKG_COLOR_BLACK</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_COLOR_BLUE">GPKG_COLOR_BLUE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_COLOR_BROWN">GPKG_COLOR_BROWN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_COLOR_CYAN">GPKG_COLOR_CYAN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_COLOR_DKGRAY">GPKG_COLOR_DKGRAY</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_COLOR_GRAY">GPKG_COLOR_GRAY</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_COLOR_GREEN">GPKG_COLOR_GREEN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_COLOR_LTGRAY">GPKG_COLOR_LTGRAY</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_COLOR_MAGENTA">GPKG_COLOR_MAGENTA</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_COLOR_ORANGE">GPKG_COLOR_ORANGE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_COLOR_PINK">GPKG_COLOR_PINK</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_COLOR_PURPLE">GPKG_COLOR_PURPLE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_COLOR_RED">GPKG_COLOR_RED</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_COLOR_VIOLET">GPKG_COLOR_VIOLET</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_COLOR_WHITE">GPKG_COLOR_WHITE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_COLOR_YELLOW">GPKG_COLOR_YELLOW</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CONSTRAINT">GPKG_CONSTRAINT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CON_COLUMN_DATA_TYPE">GPKG_CON_COLUMN_DATA_TYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CON_COLUMN_DESCRIPTION">GPKG_CON_COLUMN_DESCRIPTION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CON_COLUMN_IDENTIFIER">GPKG_CON_COLUMN_IDENTIFIER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CON_COLUMN_LAST_CHANGE">GPKG_CON_COLUMN_LAST_CHANGE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CON_COLUMN_MAX_X">GPKG_CON_COLUMN_MAX_X</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CON_COLUMN_MAX_Y">GPKG_CON_COLUMN_MAX_Y</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CON_COLUMN_MIN_X">GPKG_CON_COLUMN_MIN_X</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CON_COLUMN_MIN_Y">GPKG_CON_COLUMN_MIN_Y</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CON_COLUMN_PK">GPKG_CON_COLUMN_PK</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CON_COLUMN_SRS_ID">GPKG_CON_COLUMN_SRS_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CON_COLUMN_TABLE_NAME">GPKG_CON_COLUMN_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CON_TABLE_NAME">GPKG_CON_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CRS_WKT_EXTENSION_NAME">GPKG_CRS_WKT_EXTENSION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CT_AUTOINCREMENT_NAME">GPKG_CT_AUTOINCREMENT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CT_CHECK_NAME">GPKG_CT_CHECK_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CT_COLLATE_NAME">GPKG_CT_COLLATE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CT_DEFAULT_NAME">GPKG_CT_DEFAULT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CT_FOREIGN_KEY_NAME">GPKG_CT_FOREIGN_KEY_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CT_NOT_NULL_NAME">GPKG_CT_NOT_NULL_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CT_PRIMARY_KEY_NAME">GPKG_CT_PRIMARY_KEY_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_CT_UNIQUE_NAME">GPKG_CT_UNIQUE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCCT_ENUM_NAME">GPKG_DCCT_ENUM_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCCT_GLOB_NAME">GPKG_DCCT_GLOB_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCCT_RANGE_NAME">GPKG_DCCT_RANGE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCC_COLUMN_CONSTRAINT_NAME">GPKG_DCC_COLUMN_CONSTRAINT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCC_COLUMN_CONSTRAINT_TYPE">GPKG_DCC_COLUMN_CONSTRAINT_TYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCC_COLUMN_DESCRIPTION">GPKG_DCC_COLUMN_DESCRIPTION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCC_COLUMN_MAX">GPKG_DCC_COLUMN_MAX</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCC_COLUMN_MAX_IS_INCLUSIVE">GPKG_DCC_COLUMN_MAX_IS_INCLUSIVE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCC_COLUMN_MIN">GPKG_DCC_COLUMN_MIN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCC_COLUMN_MIN_IS_INCLUSIVE">GPKG_DCC_COLUMN_MIN_IS_INCLUSIVE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCC_COLUMN_VALUE">GPKG_DCC_COLUMN_VALUE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCC_TABLE_NAME">GPKG_DCC_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCM_CONTENT_TYPE_NAME">GPKG_DCM_CONTENT_TYPE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCM_DATE_NAME">GPKG_DCM_DATE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCM_DESCRIPTION_NAME">GPKG_DCM_DESCRIPTION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCM_FORMAT_NAME">GPKG_DCM_FORMAT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCM_IDENTIFIER_NAME">GPKG_DCM_IDENTIFIER_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCM_ID_NAME">GPKG_DCM_ID_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCM_SOURCE_NAME">GPKG_DCM_SOURCE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DCM_TITLE_NAME">GPKG_DCM_TITLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DC_COLUMN_COLUMN_NAME">GPKG_DC_COLUMN_COLUMN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DC_COLUMN_CONSTRAINT_NAME">GPKG_DC_COLUMN_CONSTRAINT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DC_COLUMN_DESCRIPTION">GPKG_DC_COLUMN_DESCRIPTION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DC_COLUMN_MIME_TYPE">GPKG_DC_COLUMN_MIME_TYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DC_COLUMN_NAME">GPKG_DC_COLUMN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DC_COLUMN_PK1">GPKG_DC_COLUMN_PK1</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DC_COLUMN_PK2">GPKG_DC_COLUMN_PK2</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DC_COLUMN_TABLE_NAME">GPKG_DC_COLUMN_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DC_COLUMN_TITLE">GPKG_DC_COLUMN_TITLE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DC_TABLE_NAME">GPKG_DC_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DTU_DATETIME_FORMAT">GPKG_DTU_DATETIME_FORMAT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DTU_DATETIME_FORMAT2">GPKG_DTU_DATETIME_FORMAT2</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DTU_DATE_FORMAT">GPKG_DTU_DATE_FORMAT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DTU_DATE_FORMAT2">GPKG_DTU_DATE_FORMAT2</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DTU_FUNCTION_DATE">GPKG_DTU_FUNCTION_DATE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DTU_FUNCTION_DATETIME">GPKG_DTU_FUNCTION_DATETIME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DTU_FUNCTION_JULIANDAY">GPKG_DTU_FUNCTION_JULIANDAY</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DTU_FUNCTION_STRFTIME">GPKG_DTU_FUNCTION_STRFTIME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DTU_FUNCTION_TIME">GPKG_DTU_FUNCTION_TIME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DT_BLOB_NAME">GPKG_DT_BLOB_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DT_BOOLEAN_NAME">GPKG_DT_BOOLEAN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DT_DATETIME_NAME">GPKG_DT_DATETIME_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DT_DATE_NAME">GPKG_DT_DATE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DT_DOUBLE_NAME">GPKG_DT_DOUBLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DT_FLOAT_NAME">GPKG_DT_FLOAT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DT_INTEGER_NAME">GPKG_DT_INTEGER_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DT_INT_NAME">GPKG_DT_INT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DT_MEDIUMINT_NAME">GPKG_DT_MEDIUMINT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DT_REAL_NAME">GPKG_DT_REAL_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DT_SMALLINT_NAME">GPKG_DT_SMALLINT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DT_TEXT_NAME">GPKG_DT_TEXT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_DT_TINYINT_NAME">GPKG_DT_TINYINT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EARTH_RADIUS">GPKG_EARTH_RADIUS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ER_COLUMN_BASE_PRIMARY_COLUMN">GPKG_ER_COLUMN_BASE_PRIMARY_COLUMN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ER_COLUMN_BASE_TABLE_NAME">GPKG_ER_COLUMN_BASE_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ER_COLUMN_ID">GPKG_ER_COLUMN_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ER_COLUMN_MAPPING_TABLE_NAME">GPKG_ER_COLUMN_MAPPING_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ER_COLUMN_PK">GPKG_ER_COLUMN_PK</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ER_COLUMN_RELATED_PRIMARY_COLUMN">GPKG_ER_COLUMN_RELATED_PRIMARY_COLUMN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ER_COLUMN_RELATED_TABLE_NAME">GPKG_ER_COLUMN_RELATED_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ER_COLUMN_RELATION_NAME">GPKG_ER_COLUMN_RELATION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ER_TABLE_NAME">GPKG_ER_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EST_READ_WRITE_NAME">GPKG_EST_READ_WRITE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EST_WRITE_ONLY_NAME">GPKG_EST_WRITE_ONLY_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EXTENDED_EXTENSION">GPKG_EXTENDED_EXTENSION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EXTENSION">GPKG_EXTENSION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EXTENSION_AUTHOR">GPKG_EXTENSION_AUTHOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EXTENSION_CONTENTS_ID_NAME_NO_AUTHOR">GPKG_EXTENSION_CONTENTS_ID_NAME_NO_AUTHOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EXTENSION_FEATURE_STYLE_NAME_NO_AUTHOR">GPKG_EXTENSION_FEATURE_STYLE_NAME_NO_AUTHOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EXTENSION_FEATURE_TILE_LINK_NAME_NO_AUTHOR">GPKG_EXTENSION_FEATURE_TILE_LINK_NAME_NO_AUTHOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EXTENSION_GEOMETRY_INDEX_NAME_NO_AUTHOR">GPKG_EXTENSION_GEOMETRY_INDEX_NAME_NO_AUTHOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_COLUMN_PROPERTY">GPKG_EXTENSION_PROPERTIES_COLUMN_PROPERTY</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_COLUMN_VALUE">GPKG_EXTENSION_PROPERTIES_COLUMN_VALUE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_NAME_NO_AUTHOR">GPKG_EXTENSION_PROPERTIES_NAME_NO_AUTHOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_TABLE_NAME">GPKG_EXTENSION_PROPERTIES_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EXTENSION_RELATED_TABLES_NAME_NO_AUTHOR">GPKG_EXTENSION_RELATED_TABLES_NAME_NO_AUTHOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EXTENSION_TILE_SCALING_NAME_NO_AUTHOR">GPKG_EXTENSION_TILE_SCALING_NAME_NO_AUTHOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EX_COLUMN_COLUMN_NAME">GPKG_EX_COLUMN_COLUMN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EX_COLUMN_DEFINITION">GPKG_EX_COLUMN_DEFINITION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EX_COLUMN_EXTENSION_NAME">GPKG_EX_COLUMN_EXTENSION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EX_COLUMN_SCOPE">GPKG_EX_COLUMN_SCOPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EX_COLUMN_TABLE_NAME">GPKG_EX_COLUMN_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EX_EXTENSION_NAME_DIVIDER">GPKG_EX_EXTENSION_NAME_DIVIDER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_EX_TABLE_NAME">GPKG_EX_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_FIT_GEOPACKAGE_NAME">GPKG_FIT_GEOPACKAGE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_FIT_METADATA_NAME">GPKG_FIT_METADATA_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_FIT_NONE_NAME">GPKG_FIT_NONE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_FIT_RTREE_NAME">GPKG_FIT_RTREE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_ICON">GPKG_FSE_TABLE_MAPPING_ICON</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_STYLE">GPKG_FSE_TABLE_MAPPING_STYLE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_TABLE_ICON">GPKG_FSE_TABLE_MAPPING_TABLE_ICON</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_TABLE_STYLE">GPKG_FSE_TABLE_MAPPING_TABLE_STYLE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_FTL_COLUMN_FEATURE_TABLE_NAME">GPKG_FTL_COLUMN_FEATURE_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_FTL_COLUMN_PK1">GPKG_FTL_COLUMN_PK1</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_FTL_COLUMN_PK2">GPKG_FTL_COLUMN_PK2</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_FTL_COLUMN_TILE_TABLE_NAME">GPKG_FTL_COLUMN_TILE_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_FTL_TABLE_NAME">GPKG_FTL_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GCDT_FLOAT_NAME">GPKG_GCDT_FLOAT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GCDT_INTEGER_NAME">GPKG_GCDT_INTEGER_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GCET_AREA_NAME">GPKG_GCET_AREA_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GCET_CENTER_NAME">GPKG_GCET_CENTER_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GCET_CORNER_NAME">GPKG_GCET_CORNER_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GC_COLUMN_COLUMN_NAME">GPKG_GC_COLUMN_COLUMN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GC_COLUMN_GEOMETRY_TYPE_NAME">GPKG_GC_COLUMN_GEOMETRY_TYPE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GC_COLUMN_M">GPKG_GC_COLUMN_M</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GC_COLUMN_PK1">GPKG_GC_COLUMN_PK1</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GC_COLUMN_PK2">GPKG_GC_COLUMN_PK2</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GC_COLUMN_SRS_ID">GPKG_GC_COLUMN_SRS_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GC_COLUMN_TABLE_NAME">GPKG_GC_COLUMN_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GC_COLUMN_Z">GPKG_GC_COLUMN_Z</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GC_TABLE_NAME">GPKG_GC_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GEOMETRY_EXTENSION_PREFIX">GPKG_GEOMETRY_EXTENSION_PREFIX</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GEOMETRY_MAGIC_NUMBER">GPKG_GEOMETRY_MAGIC_NUMBER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GEOMETRY_VERSION_1">GPKG_GEOMETRY_VERSION_1</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GI_COLUMN_GEOM_ID">GPKG_GI_COLUMN_GEOM_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GI_COLUMN_MAX_M">GPKG_GI_COLUMN_MAX_M</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GI_COLUMN_MAX_X">GPKG_GI_COLUMN_MAX_X</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GI_COLUMN_MAX_Y">GPKG_GI_COLUMN_MAX_Y</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GI_COLUMN_MAX_Z">GPKG_GI_COLUMN_MAX_Z</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GI_COLUMN_MIN_M">GPKG_GI_COLUMN_MIN_M</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GI_COLUMN_MIN_X">GPKG_GI_COLUMN_MIN_X</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GI_COLUMN_MIN_Y">GPKG_GI_COLUMN_MIN_Y</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GI_COLUMN_MIN_Z">GPKG_GI_COLUMN_MIN_Z</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GI_COLUMN_PK1">GPKG_GI_COLUMN_PK1</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GI_COLUMN_PK2">GPKG_GI_COLUMN_PK2</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GI_COLUMN_TABLE_NAME">GPKG_GI_COLUMN_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GI_TABLE_NAME">GPKG_GI_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPGM_COLUMN_GEOPACKAGE_ID">GPKG_GPGM_COLUMN_GEOPACKAGE_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPGM_COLUMN_ID">GPKG_GPGM_COLUMN_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_M">GPKG_GPGM_COLUMN_MAX_M</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_X">GPKG_GPGM_COLUMN_MAX_X</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_Y">GPKG_GPGM_COLUMN_MAX_Y</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_Z">GPKG_GPGM_COLUMN_MAX_Z</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_M">GPKG_GPGM_COLUMN_MIN_M</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_X">GPKG_GPGM_COLUMN_MIN_X</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_Y">GPKG_GPGM_COLUMN_MIN_Y</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_Z">GPKG_GPGM_COLUMN_MIN_Z</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPGM_COLUMN_PK1">GPKG_GPGM_COLUMN_PK1</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPGM_COLUMN_PK2">GPKG_GPGM_COLUMN_PK2</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPGM_COLUMN_PK3">GPKG_GPGM_COLUMN_PK3</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPGM_COLUMN_TABLE_NAME">GPKG_GPGM_COLUMN_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPGM_TABLE_NAME">GPKG_GPGM_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPM_COLUMN_ID">GPKG_GPM_COLUMN_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPM_COLUMN_NAME">GPKG_GPM_COLUMN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPM_COLUMN_PATH">GPKG_GPM_COLUMN_PATH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPM_COLUMN_PK">GPKG_GPM_COLUMN_PK</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPM_TABLE_NAME">GPKG_GPM_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPTM_COLUMN_GEOPACKAGE_ID">GPKG_GPTM_COLUMN_GEOPACKAGE_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPTM_COLUMN_LAST_INDEXED">GPKG_GPTM_COLUMN_LAST_INDEXED</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPTM_COLUMN_PK1">GPKG_GPTM_COLUMN_PK1</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPTM_COLUMN_PK2">GPKG_GPTM_COLUMN_PK2</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPTM_COLUMN_TABLE_NAME">GPKG_GPTM_COLUMN_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GPTM_TABLE_NAME">GPKG_GPTM_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_GRIDDED_COVERAGE_EXTENSION_NAME">GPKG_GRIDDED_COVERAGE_EXTENSION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_IT_COLUMN_ANCHOR_U">GPKG_IT_COLUMN_ANCHOR_U</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_IT_COLUMN_ANCHOR_V">GPKG_IT_COLUMN_ANCHOR_V</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_IT_COLUMN_DESCRIPTION">GPKG_IT_COLUMN_DESCRIPTION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_IT_COLUMN_HEIGHT">GPKG_IT_COLUMN_HEIGHT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_IT_COLUMN_NAME">GPKG_IT_COLUMN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_IT_COLUMN_WIDTH">GPKG_IT_COLUMN_WIDTH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_IT_TABLE_NAME">GPKG_IT_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MEDIA_TYPE">GPKG_MEDIA_TYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_METADATA_APPLICATION_ID">GPKG_METADATA_APPLICATION_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_METADATA_EXTENSION_NAME">GPKG_METADATA_EXTENSION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_METADATA_TABLES">GPKG_METADATA_TABLES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MR_COLUMN_COLUMN_NAME">GPKG_MR_COLUMN_COLUMN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MR_COLUMN_FILE_ID">GPKG_MR_COLUMN_FILE_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MR_COLUMN_PARENT_ID">GPKG_MR_COLUMN_PARENT_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MR_COLUMN_REFERENCE_SCOPE">GPKG_MR_COLUMN_REFERENCE_SCOPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MR_COLUMN_ROW_ID_VALUE">GPKG_MR_COLUMN_ROW_ID_VALUE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MR_COLUMN_TABLE_NAME">GPKG_MR_COLUMN_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MR_COLUMN_TIMESTAMP">GPKG_MR_COLUMN_TIMESTAMP</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MR_TABLE_NAME">GPKG_MR_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_ATTRIBUTE_NAME">GPKG_MST_ATTRIBUTE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_ATTRIBUTE_TYPE_NAME">GPKG_MST_ATTRIBUTE_TYPE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_CATALOG_NAME">GPKG_MST_CATALOG_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_COLLECTION_HARDWARE_NAME">GPKG_MST_COLLECTION_HARDWARE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_COLLECTION_NAME">GPKG_MST_COLLECTION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_COLLECTION_SESSION_NAME">GPKG_MST_COLLECTION_SESSION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_DATASET_NAME">GPKG_MST_DATASET_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_DIMENSION_GROUP_NAME">GPKG_MST_DIMENSION_GROUP_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_FEATURE_NAME">GPKG_MST_FEATURE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_FEATURE_TYPE_NAME">GPKG_MST_FEATURE_TYPE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_FIELD_SESSION_NAME">GPKG_MST_FIELD_SESSION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_MODEL_NAME">GPKG_MST_MODEL_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_MULTI_POINT_NAME">GPKG_MST_MULTI_POINT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_MULTI_POLYGON_NAME">GPKG_MST_MULTI_POLYGON_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_MULTI_POLYGON_POINTS_NAME">GPKG_MST_MULTI_POLYGON_POINTS_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_MULTI_POLYLINE_NAME">GPKG_MST_MULTI_POLYLINE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_MULTI_POLYLINE_POINTS_NAME">GPKG_MST_MULTI_POLYLINE_POINTS_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_NON_GEOGRAPHIC_DATASET_NAME">GPKG_MST_NON_GEOGRAPHIC_DATASET_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_POINT_NAME">GPKG_MST_POINT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_POLYGON_NAME">GPKG_MST_POLYGON_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_POLYGON_POINTS_NAME">GPKG_MST_POLYGON_POINTS_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_POLYLINE_NAME">GPKG_MST_POLYLINE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_POLYLINE_POINTS_NAME">GPKG_MST_POLYLINE_POINTS_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_SCHEMA_NAME">GPKG_MST_SCHEMA_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_SERIES_NAME">GPKG_MST_SERIES_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_SERVICE_NAME">GPKG_MST_SERVICE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_SOFTWARE_NAME">GPKG_MST_SOFTWARE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_STYLE_NAME">GPKG_MST_STYLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_TAXONOMY_NAME">GPKG_MST_TAXONOMY_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_TILE_NAME">GPKG_MST_TILE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_MST_UNDEFINED_NAME">GPKG_MST_UNDEFINED_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_M_COLUMN_ID">GPKG_M_COLUMN_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_M_COLUMN_METADATA">GPKG_M_COLUMN_METADATA</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_M_COLUMN_MIME_TYPE">GPKG_M_COLUMN_MIME_TYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_M_COLUMN_PK">GPKG_M_COLUMN_PK</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_M_COLUMN_SCOPE">GPKG_M_COLUMN_SCOPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_M_COLUMN_STANDARD_URI">GPKG_M_COLUMN_STANDARD_URI</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_M_TABLE_NAME">GPKG_M_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_NGA_EXTENSION_AUTHOR">GPKG_NGA_EXTENSION_AUTHOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_NGA_TABLES">GPKG_NGA_TABLES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_CONTRIBUTOR">GPKG_PE_CONTRIBUTOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_COVERAGE">GPKG_PE_COVERAGE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_CREATED">GPKG_PE_CREATED</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_CREATOR">GPKG_PE_CREATOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_DATE">GPKG_PE_DATE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_DESCRIPTION">GPKG_PE_DESCRIPTION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_IDENTIFIER">GPKG_PE_IDENTIFIER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_LICENSE">GPKG_PE_LICENSE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_MODIFIED">GPKG_PE_MODIFIED</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_PUBLISHER">GPKG_PE_PUBLISHER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_REFERENCES">GPKG_PE_REFERENCES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_RELATION">GPKG_PE_RELATION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_SOURCE">GPKG_PE_SOURCE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_SPATIAL">GPKG_PE_SPATIAL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_SUBJECT">GPKG_PE_SUBJECT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_TAG">GPKG_PE_TAG</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_TEMPORAL">GPKG_PE_TEMPORAL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_TITLE">GPKG_PE_TITLE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_TYPE">GPKG_PE_TYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_URI">GPKG_PE_URI</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_VALID">GPKG_PE_VALID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PE_VERSION">GPKG_PE_VERSION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROPERTY_LIST_TYPE">GPKG_PROPERTY_LIST_TYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_COLORS_ALPHA">GPKG_PROP_COLORS_ALPHA</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_COLORS_BLUE">GPKG_PROP_COLORS_BLUE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_COLORS_GREEN">GPKG_PROP_COLORS_GREEN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_COLORS_RED">GPKG_PROP_COLORS_RED</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_COLORS_WHITE">GPKG_PROP_COLORS_WHITE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_CONNECTION_POOL">GPKG_PROP_CONNECTION_POOL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS">GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_FREQUENCY">GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_FREQUENCY</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_WARNING_TIME">GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_WARNING_TIME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_MAINTAIN_STACK_TRACES">GPKG_PROP_CONNECTION_POOL_MAINTAIN_STACK_TRACES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_OPEN_CONNECTIONS_PER_POOL">GPKG_PROP_CONNECTION_POOL_OPEN_CONNECTIONS_PER_POOL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_CONTENTS_DATA_TYPE">GPKG_PROP_CONTENTS_DATA_TYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_DATETIME_FORMATS">GPKG_PROP_DATETIME_FORMATS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_DIR_DATABASE">GPKG_PROP_DIR_DATABASE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_DIR_GEOPACKAGE">GPKG_PROP_DIR_GEOPACKAGE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_DIR_METADATA">GPKG_PROP_DIR_METADATA</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_DIR_METADATA_FILE_DB">GPKG_PROP_DIR_METADATA_FILE_DB</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_DIVIDER">GPKG_PROP_DIVIDER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_EXTENSION_CONTENTS_ID_DEFINITION">GPKG_PROP_EXTENSION_CONTENTS_ID_DEFINITION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_EXTENSION_FEATURE_STYLE_DEFINITION">GPKG_PROP_EXTENSION_FEATURE_STYLE_DEFINITION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_EXTENSION_FEATURE_TILE_LINK_DEFINITION">GPKG_PROP_EXTENSION_FEATURE_TILE_LINK_DEFINITION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_EXTENSION_GEOMETRY_INDEX_DEFINITION">GPKG_PROP_EXTENSION_GEOMETRY_INDEX_DEFINITION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_EXTENSION_PROPERTIES_DEFINITION">GPKG_PROP_EXTENSION_PROPERTIES_DEFINITION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_EXTENSION_RELATED_TABLES_DEFINITION">GPKG_PROP_EXTENSION_RELATED_TABLES_DEFINITION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_EXTENSION_TILE_SCALING_DEFINITION">GPKG_PROP_EXTENSION_TILE_SCALING_DEFINITION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_FEATURE_GENERATOR">GPKG_PROP_FEATURE_GENERATOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_FEATURE_GENERATOR_DOWNLOAD_ATTEMPTS">GPKG_PROP_FEATURE_GENERATOR_DOWNLOAD_ATTEMPTS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_FEATURE_LINE_STROKE_WIDTH">GPKG_PROP_FEATURE_LINE_STROKE_WIDTH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_FEATURE_OVERLAY_QUERY">GPKG_PROP_FEATURE_OVERLAY_QUERY</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_FEATURE_POINT_RADIUS">GPKG_PROP_FEATURE_POINT_RADIUS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_FEATURE_POLYGON_FILL">GPKG_PROP_FEATURE_POLYGON_FILL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_FEATURE_POLYGON_STROKE_WIDTH">GPKG_PROP_FEATURE_POLYGON_STROKE_WIDTH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_FEATURES">GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_FEATURES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_POINTS">GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_POINTS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_FEATURES_INFO">GPKG_PROP_FEATURE_QUERY_FEATURES_INFO</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_MAX_FEATURES_INFO">GPKG_PROP_FEATURE_QUERY_MAX_FEATURES_INFO</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_MAX_FEATURE_DETAILED_INFO">GPKG_PROP_FEATURE_QUERY_MAX_FEATURE_DETAILED_INFO</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_MAX_POINT_DETAILED_INFO">GPKG_PROP_FEATURE_QUERY_MAX_POINT_DETAILED_INFO</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_SCREEN_CLICK_PERCENTAGE">GPKG_PROP_FEATURE_QUERY_SCREEN_CLICK_PERCENTAGE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_FEATURE_TILES">GPKG_PROP_FEATURE_TILES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_FEATURE_TILES_COMPRESS_FORMAT">GPKG_PROP_FEATURE_TILES_COMPRESS_FORMAT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION">GPKG_PROP_MANAGER_VALIDATION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_IMPORT_HEADER">GPKG_PROP_MANAGER_VALIDATION_IMPORT_HEADER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_IMPORT_INTEGRITY">GPKG_PROP_MANAGER_VALIDATION_IMPORT_INTEGRITY</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_OPEN_HEADER">GPKG_PROP_MANAGER_VALIDATION_OPEN_HEADER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_OPEN_INTEGRITY">GPKG_PROP_MANAGER_VALIDATION_OPEN_INTEGRITY</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_MAX_ZOOM_LEVEL">GPKG_PROP_MAX_ZOOM_LEVEL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES">GPKG_PROP_NUMBER_FEATURE_TILES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_COLOR">GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_COLOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_FILL_COLOR">GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_FILL_COLOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_PADDING_PERCENTAGE">GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_PADDING_PERCENTAGE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_STROKE_WIDTH">GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_STROKE_WIDTH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_CIRCLE">GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_CIRCLE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_TILE_BORDER">GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_TILE_BORDER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_UNINDEXED_TILES">GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_UNINDEXED_TILES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_FILL_CIRCLE">GPKG_PROP_NUMBER_FEATURE_TILES_FILL_CIRCLE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_FILL_TILE">GPKG_PROP_NUMBER_FEATURE_TILES_FILL_TILE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_COLOR">GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_COLOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT">GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT_SIZE">GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT_SIZE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_COLOR">GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_COLOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_STROKE_WIDTH">GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_STROKE_WIDTH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TILE_FILL_COLOR">GPKG_PROP_NUMBER_FEATURE_TILES_TILE_FILL_COLOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_UNINDEXED_TEXT">GPKG_PROP_NUMBER_FEATURE_TILES_UNINDEXED_TEXT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_SRS_DEFINITION">GPKG_PROP_SRS_DEFINITION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_SRS_DEFINITION_12_063">GPKG_PROP_SRS_DEFINITION_12_063</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_SRS_DESCRIPTION">GPKG_PROP_SRS_DESCRIPTION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_SRS_ORGANIZATION">GPKG_PROP_SRS_ORGANIZATION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_SRS_ORGANIZATION_COORDSYS_ID">GPKG_PROP_SRS_ORGANIZATION_COORDSYS_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_SRS_SRS_ID">GPKG_PROP_SRS_SRS_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_SRS_SRS_NAME">GPKG_PROP_SRS_SRS_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_SRS_UNDEFINED_CARTESIAN">GPKG_PROP_SRS_UNDEFINED_CARTESIAN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_SRS_UNDEFINED_GEOGRAPHIC">GPKG_PROP_SRS_UNDEFINED_GEOGRAPHIC</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_SRS_WEB_MERCATOR">GPKG_PROP_SRS_WEB_MERCATOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_SRS_WGS_84">GPKG_PROP_SRS_WGS_84</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_SRS_WGS_84_3D">GPKG_PROP_SRS_WGS_84_3D</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE">GPKG_PROP_TILE_GENERATOR_VARIABLE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LAT">GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LAT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LON">GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LON</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LAT">GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LAT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LON">GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LON</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_X">GPKG_PROP_TILE_GENERATOR_VARIABLE_X</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_Y">GPKG_PROP_TILE_GENERATOR_VARIABLE_Y</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_Z">GPKG_PROP_TILE_GENERATOR_VARIABLE_Z</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RESOURCES_PROPERTIES">GPKG_RESOURCES_PROPERTIES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RESOURCES_TABLES">GPKG_RESOURCES_TABLES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RMT_COLUMN_CONTENT_TYPE">GPKG_RMT_COLUMN_CONTENT_TYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RMT_COLUMN_DATA">GPKG_RMT_COLUMN_DATA</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RSAT_COLUMN_ID">GPKG_RSAT_COLUMN_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RST_COLUMN_NAME">GPKG_RST_COLUMN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RST_GEOPACKAGE_NAME">GPKG_RST_GEOPACKAGE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RST_ROW_COL_NAME">GPKG_RST_ROW_COL_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RST_ROW_NAME">GPKG_RST_ROW_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RST_TABLE_NAME">GPKG_RST_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_ID">GPKG_RTREE_INDEX_EXTENSION_COLUMN_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_X">GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_X</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_Y">GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_Y</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_X">GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_X</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_Y">GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_Y</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_NAME">GPKG_RTREE_INDEX_EXTENSION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RTREE_INDEX_PREFIX">GPKG_RTREE_INDEX_PREFIX</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RT_ATTRIBUTES_NAME">GPKG_RT_ATTRIBUTES_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RT_FEATURES_NAME">GPKG_RT_FEATURES_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RT_MEDIA_NAME">GPKG_RT_MEDIA_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RT_SIMPLE_ATTRIBUTES_NAME">GPKG_RT_SIMPLE_ATTRIBUTES_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_RT_TILES_NAME">GPKG_RT_TILES_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SCHEMA_EXTENSION_NAME">GPKG_SCHEMA_EXTENSION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SMC_NAME_NAME">GPKG_SMC_NAME_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SMC_ROOTPAGE_NAME">GPKG_SMC_ROOTPAGE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SMC_SQL_NAME">GPKG_SMC_SQL_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SMC_TBL_NAME_NAME">GPKG_SMC_TBL_NAME_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SMC_TYPE_NAME">GPKG_SMC_TYPE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SMT_COLUMN_GEOMETRY_TYPE_NAME">GPKG_SMT_COLUMN_GEOMETRY_TYPE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SMT_INDEX_NAME">GPKG_SMT_INDEX_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SMT_TABLE_NAME">GPKG_SMT_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SMT_TRIGGER_NAME">GPKG_SMT_TRIGGER_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SMT_VIEW_NAME">GPKG_SMT_VIEW_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SM_TABLE_NAME">GPKG_SM_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SQLITE_APPLICATION_ID">GPKG_SQLITE_APPLICATION_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SQLITE_HEADER_PREFIX">GPKG_SQLITE_HEADER_PREFIX</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SRS_COLUMN_DEFINITION">GPKG_SRS_COLUMN_DEFINITION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SRS_COLUMN_DEFINITION_12_063">GPKG_SRS_COLUMN_DEFINITION_12_063</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SRS_COLUMN_DESCRIPTION">GPKG_SRS_COLUMN_DESCRIPTION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SRS_COLUMN_ORGANIZATION">GPKG_SRS_COLUMN_ORGANIZATION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SRS_COLUMN_ORGANIZATION_COORDSYS_ID">GPKG_SRS_COLUMN_ORGANIZATION_COORDSYS_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SRS_COLUMN_PK">GPKG_SRS_COLUMN_PK</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SRS_COLUMN_SRS_ID">GPKG_SRS_COLUMN_SRS_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SRS_COLUMN_SRS_NAME">GPKG_SRS_COLUMN_SRS_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_SRS_TABLE_NAME">GPKG_SRS_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ST_COLUMN_COLOR">GPKG_ST_COLUMN_COLOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ST_COLUMN_DESCRIPTION">GPKG_ST_COLUMN_DESCRIPTION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ST_COLUMN_FILL_COLOR">GPKG_ST_COLUMN_FILL_COLOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ST_COLUMN_FILL_OPACITY">GPKG_ST_COLUMN_FILL_OPACITY</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ST_COLUMN_ID">GPKG_ST_COLUMN_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ST_COLUMN_NAME">GPKG_ST_COLUMN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ST_COLUMN_OPACITY">GPKG_ST_COLUMN_OPACITY</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ST_COLUMN_WIDTH">GPKG_ST_COLUMN_WIDTH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ST_TABLE_NAME">GPKG_ST_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TC_COLUMN_ID">GPKG_TC_COLUMN_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TC_COLUMN_TILE_COLUMN">GPKG_TC_COLUMN_TILE_COLUMN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TC_COLUMN_TILE_DATA">GPKG_TC_COLUMN_TILE_DATA</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TC_COLUMN_TILE_ROW">GPKG_TC_COLUMN_TILE_ROW</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TC_COLUMN_ZOOM_LEVEL">GPKG_TC_COLUMN_ZOOM_LEVEL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_CID">GPKG_TI_CID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_CID_INDEX">GPKG_TI_CID_INDEX</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_COLUMN_LAST_INDEXED">GPKG_TI_COLUMN_LAST_INDEXED</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_COLUMN_PK">GPKG_TI_COLUMN_PK</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_COLUMN_TABLE_NAME">GPKG_TI_COLUMN_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_DEFAULT_NULL">GPKG_TI_DEFAULT_NULL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_DFLT_VALUE">GPKG_TI_DFLT_VALUE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_DFLT_VALUE_INDEX">GPKG_TI_DFLT_VALUE_INDEX</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_NAME">GPKG_TI_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_NAME_INDEX">GPKG_TI_NAME_INDEX</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_NOT_NULL">GPKG_TI_NOT_NULL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_NOT_NULL_INDEX">GPKG_TI_NOT_NULL_INDEX</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_PK">GPKG_TI_PK</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_PK_INDEX">GPKG_TI_PK_INDEX</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_TABLE_NAME">GPKG_TI_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_TYPE">GPKG_TI_TYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TI_TYPE_INDEX">GPKG_TI_TYPE_INDEX</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TMS_COLUMN_MAX_X">GPKG_TMS_COLUMN_MAX_X</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TMS_COLUMN_MAX_Y">GPKG_TMS_COLUMN_MAX_Y</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TMS_COLUMN_MIN_X">GPKG_TMS_COLUMN_MIN_X</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TMS_COLUMN_MIN_Y">GPKG_TMS_COLUMN_MIN_Y</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TMS_COLUMN_PK">GPKG_TMS_COLUMN_PK</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TMS_COLUMN_SRS_ID">GPKG_TMS_COLUMN_SRS_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TMS_COLUMN_TABLE_NAME">GPKG_TMS_COLUMN_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TMS_TABLE_NAME">GPKG_TMS_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TM_COLUMN_MATRIX_HEIGHT">GPKG_TM_COLUMN_MATRIX_HEIGHT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TM_COLUMN_MATRIX_WIDTH">GPKG_TM_COLUMN_MATRIX_WIDTH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TM_COLUMN_PIXEL_X_SIZE">GPKG_TM_COLUMN_PIXEL_X_SIZE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TM_COLUMN_PIXEL_Y_SIZE">GPKG_TM_COLUMN_PIXEL_Y_SIZE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TM_COLUMN_PK1">GPKG_TM_COLUMN_PK1</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TM_COLUMN_PK2">GPKG_TM_COLUMN_PK2</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TM_COLUMN_TABLE_NAME">GPKG_TM_COLUMN_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TM_COLUMN_TILE_HEIGHT">GPKG_TM_COLUMN_TILE_HEIGHT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TM_COLUMN_TILE_WIDTH">GPKG_TM_COLUMN_TILE_WIDTH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TM_COLUMN_ZOOM_LEVEL">GPKG_TM_COLUMN_ZOOM_LEVEL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TM_TABLE_NAME">GPKG_TM_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TSC_CLOSEST_IN_OUT_NAME">GPKG_TSC_CLOSEST_IN_OUT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TSC_CLOSEST_OUT_IN_NAME">GPKG_TSC_CLOSEST_OUT_IN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TSC_IN_NAME">GPKG_TSC_IN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TSC_IN_OUT_NAME">GPKG_TSC_IN_OUT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TSC_OUT_IN_NAME">GPKG_TSC_OUT_IN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TSC_OUT_NAME">GPKG_TSC_OUT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TS_COLUMN_PK">GPKG_TS_COLUMN_PK</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TS_COLUMN_SCALING_TYPE">GPKG_TS_COLUMN_SCALING_TYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TS_COLUMN_TABLE_NAME">GPKG_TS_COLUMN_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TS_COLUMN_ZOOM_IN">GPKG_TS_COLUMN_ZOOM_IN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TS_COLUMN_ZOOM_OUT">GPKG_TS_COLUMN_ZOOM_OUT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TS_TABLE_NAME">GPKG_TS_TABLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TU_SCALE_FACTOR_DEFAULT">GPKG_TU_SCALE_FACTOR_DEFAULT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TU_TILE_DP">GPKG_TU_TILE_DP</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TU_TILE_PIXELS_DEFAULT">GPKG_TU_TILE_PIXELS_DEFAULT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_TU_TILE_PIXELS_HIGH">GPKG_TU_TILE_PIXELS_HIGH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_UMT_COLUMN_BASE_ID">GPKG_UMT_COLUMN_BASE_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_UMT_COLUMN_RELATED_ID">GPKG_UMT_COLUMN_RELATED_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_UNIQUE">GPKG_UNIQUE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_USER_VERSION">GPKG_USER_VERSION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_UTM_DEFAULT_ID_COLUMN_NAME">GPKG_UTM_DEFAULT_ID_COLUMN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_WEBP_EXTENSION_NAME">GPKG_WEBP_EXTENSION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@GPKG_ZOOM_OTHER_EXTENSION_NAME">GPKG_ZOOM_OTHER_EXTENSION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:GPKGUserColumn.h@NOT_NULL_CONSTRAINT_ORDER">NOT_NULL_CONSTRAINT_ORDER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:GPKGUserColumn.h@NO_INDEX">NO_INDEX</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_BBOX">OAF_BBOX</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_COLLECTIONS">OAF_COLLECTIONS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_CRS">OAF_CRS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_CRS_BASE_URL">OAF_CRS_BASE_URL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_CRS_PATTERN">OAF_CRS_PATTERN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_CRS_PATTERN_AUTHORITY_GROUP">OAF_CRS_PATTERN_AUTHORITY_GROUP</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_CRS_PATTERN_CODE_GROUP">OAF_CRS_PATTERN_CODE_GROUP</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_CRS_PATTERN_VERSION_GROUP">OAF_CRS_PATTERN_VERSION_GROUP</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_DESCRIPTION">OAF_DESCRIPTION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_EXTENT">OAF_EXTENT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_HREF">OAF_HREF</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_HREFLANG">OAF_HREFLANG</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_ID">OAF_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_INTERVAL">OAF_INTERVAL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_ITEM_TYPE">OAF_ITEM_TYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_LENGTH">OAF_LENGTH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_LIMIT_DEFAULT">OAF_LIMIT_DEFAULT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_LINKS">OAF_LINKS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_LINK_RELATION_NEXT">OAF_LINK_RELATION_NEXT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_NUMBER_MATCHED">OAF_NUMBER_MATCHED</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_NUMBER_RETURNED">OAF_NUMBER_RETURNED</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_REL">OAF_REL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_SPATIAL">OAF_SPATIAL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_TEMPORAL">OAF_TEMPORAL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_TIME_STAMP">OAF_TIME_STAMP</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_TITLE">OAF_TITLE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_TRS">OAF_TRS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@OAF_TYPE">OAF_TYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:GPKGUserColumn.h@PRIMARY_KEY_CONSTRAINT_ORDER">PRIMARY_KEY_CONSTRAINT_ORDER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_AUTHORITY_EPSG">PROJ_AUTHORITY_EPSG</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_AUTHORITY_NONE">PROJ_AUTHORITY_NONE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_AUTHORITY_NSG">PROJ_AUTHORITY_NSG</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_AUTHORITY_OGC">PROJ_AUTHORITY_OGC</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_BUNDLE_NAME">PROJ_BUNDLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_EPSG_WEB_MERCATOR">PROJ_EPSG_WEB_MERCATOR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_EPSG_WORLD_GEODETIC_SYSTEM">PROJ_EPSG_WORLD_GEODETIC_SYSTEM</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D">PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_MERCATOR_RADIUS">PROJ_MERCATOR_RADIUS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_OGC_CRS84">PROJ_OGC_CRS84</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_PROPERTIES">PROJ_PROPERTIES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_PROPERTY_LIST_TYPE">PROJ_PROPERTY_LIST_TYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_UNDEFINED_CARTESIAN">PROJ_UNDEFINED_CARTESIAN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_UNDEFINED_GEOGRAPHIC">PROJ_UNDEFINED_GEOGRAPHIC</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH">PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_WEB_MERCATOR_MAX_LAT_RANGE">PROJ_WEB_MERCATOR_MAX_LAT_RANGE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_WEB_MERCATOR_MIN_LAT_RANGE">PROJ_WEB_MERCATOR_MIN_LAT_RANGE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_WGS84_HALF_WORLD_LAT_HEIGHT">PROJ_WGS84_HALF_WORLD_LAT_HEIGHT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@PROJ_WGS84_HALF_WORLD_LON_WIDTH">PROJ_WGS84_HALF_WORLD_LON_WIDTH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SFG_MEMBER_BBOX">SFG_MEMBER_BBOX</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SFG_MEMBER_COORDINATES">SFG_MEMBER_COORDINATES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SFG_MEMBER_FEATURES">SFG_MEMBER_FEATURES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SFG_MEMBER_GEOMETRIES">SFG_MEMBER_GEOMETRIES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SFG_MEMBER_GEOMETRY">SFG_MEMBER_GEOMETRY</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SFG_MEMBER_ID">SFG_MEMBER_ID</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SFG_MEMBER_PROPERTIES">SFG_MEMBER_PROPERTIES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SFG_MEMBER_TYPE">SFG_MEMBER_TYPE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SFG_TYPE_FEATURE">SFG_TYPE_FEATURE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SFG_TYPE_FEATURE_COLLECTION">SFG_TYPE_FEATURE_COLLECTION</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_CIRCULARSTRING_NAME">SF_CIRCULARSTRING_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_COMPOUNDCURVE_NAME">SF_COMPOUNDCURVE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_CURVEPOLYGON_NAME">SF_CURVEPOLYGON_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_CURVE_NAME">SF_CURVE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_GEOMETRYCOLLECTION_NAME">SF_GEOMETRYCOLLECTION_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_GEOMETRY_NAME">SF_GEOMETRY_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_LINESTRING_NAME">SF_LINESTRING_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_MULTICURVE_NAME">SF_MULTICURVE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_MULTILINESTRING_NAME">SF_MULTILINESTRING_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_MULTIPOINT_NAME">SF_MULTIPOINT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_MULTIPOLYGON_NAME">SF_MULTIPOLYGON_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_MULTISURFACE_NAME">SF_MULTISURFACE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_NONE_NAME">SF_NONE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_POINT_NAME">SF_POINT_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_POLYGON_NAME">SF_POLYGON_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_POLYHEDRALSURFACE_NAME">SF_POLYHEDRALSURFACE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_SURFACE_NAME">SF_SURFACE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_TIN_NAME">SF_TIN_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@SF_TRIANGLE_NAME">SF_TRIANGLE_NAME</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_BYTE_ORDER_BIG_ENDIAN">TIFF_BYTE_ORDER_BIG_ENDIAN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_BYTE_ORDER_LITTLE_ENDIAN">TIFF_BYTE_ORDER_LITTLE_ENDIAN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_COMPRESSION_CCITT_HUFFMAN">TIFF_COMPRESSION_CCITT_HUFFMAN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_COMPRESSION_DEFLATE">TIFF_COMPRESSION_DEFLATE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_COMPRESSION_JPEG_NEW">TIFF_COMPRESSION_JPEG_NEW</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_COMPRESSION_JPEG_OLD">TIFF_COMPRESSION_JPEG_OLD</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_COMPRESSION_LZW">TIFF_COMPRESSION_LZW</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_COMPRESSION_NO">TIFF_COMPRESSION_NO</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_COMPRESSION_PACKBITS">TIFF_COMPRESSION_PACKBITS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_COMPRESSION_PKZIP_DEFLATE">TIFF_COMPRESSION_PKZIP_DEFLATE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_COMPRESSION_T4">TIFF_COMPRESSION_T4</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_COMPRESSION_T6">TIFF_COMPRESSION_T6</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_DEFAULT_MAX_BYTES_PER_STRIP">TIFF_DEFAULT_MAX_BYTES_PER_STRIP</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA">TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA">TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_EXTRA_SAMPLES_UNSPECIFIED">TIFF_EXTRA_SAMPLES_UNSPECIFIED</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_FILE_IDENTIFIER">TIFF_FILE_IDENTIFIER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER">TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER">TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_GRAY_RESPONSE_HUNDREDTHS">TIFF_GRAY_RESPONSE_HUNDREDTHS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS">TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_GRAY_RESPONSE_TENTHS">TIFF_GRAY_RESPONSE_TENTHS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS">TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_GRAY_RESPONSE_THOUSANDTHS">TIFF_GRAY_RESPONSE_THOUSANDTHS</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_HEADER_BYTES">TIFF_HEADER_BYTES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_IFD_ENTRY_BYTES">TIFF_IFD_ENTRY_BYTES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_IFD_HEADER_BYTES">TIFF_IFD_HEADER_BYTES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_IFD_OFFSET_BYTES">TIFF_IFD_OFFSET_BYTES</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN">TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN">TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN">TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN">TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN">TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN">TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN">TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN">TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO">TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE">TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_RGB">TIFF_PHOTOMETRIC_INTERPRETATION_RGB</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY">TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO">TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_PLANAR_CONFIGURATION_CHUNKY">TIFF_PLANAR_CONFIGURATION_CHUNKY</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_PLANAR_CONFIGURATION_PLANAR">TIFF_PLANAR_CONFIGURATION_PLANAR</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_RESOLUTION_UNIT_CENTIMETER">TIFF_RESOLUTION_UNIT_CENTIMETER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_RESOLUTION_UNIT_INCH">TIFF_RESOLUTION_UNIT_INCH</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_RESOLUTION_UNIT_NO">TIFF_RESOLUTION_UNIT_NO</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_SAMPLE_FORMAT_FLOAT">TIFF_SAMPLE_FORMAT_FLOAT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_SAMPLE_FORMAT_SIGNED_INT">TIFF_SAMPLE_FORMAT_SIGNED_INT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE">TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_SAMPLE_FORMAT_UNDEFINED">TIFF_SAMPLE_FORMAT_UNDEFINED</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_SAMPLE_FORMAT_UNSIGNED_INT">TIFF_SAMPLE_FORMAT_UNSIGNED_INT</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_SUBFILE_TYPE_FULL">TIFF_SUBFILE_TYPE_FULL</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_SUBFILE_TYPE_REDUCED">TIFF_SUBFILE_TYPE_REDUCED</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_THRESHHOLDING_NO">TIFF_THRESHHOLDING_NO</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_THRESHHOLDING_ORDERED">TIFF_THRESHHOLDING_ORDERED</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@TIFF_THRESHHOLDING_RANDOM">TIFF_THRESHHOLDING_RANDOM</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:GPKGUserColumn.h@UNIQUE_CONSTRAINT_ORDER">UNIQUE_CONSTRAINT_ORDER</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@geopackage_iosVersionNumber">geopackage_iosVersionNumber</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@geopackage_iosVersionString">geopackage_iosVersionString</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:GPKGTileReprojection.h@pixelSizeDelta">pixelSizeDelta</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@pj_datums">pj_datums</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@pj_ellps">pj_ellps</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@pj_errno">pj_errno</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@pj_list">pj_list</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@pj_prime_meridians">pj_prime_meridians</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@pj_release">pj_release</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@pj_selftest_list">pj_selftest_list</a> </li> <li class="nav-group-task"> <a href="../Constants.html#/c:@pj_units">pj_units</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Enums.html">Enumerations</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Enums/CRSAxisDirectionType.html">CRSAxisDirectionType</a> </li> <li class="nav-group-task"> <a href="../Enums/CRSCategoryType.html">CRSCategoryType</a> </li> <li class="nav-group-task"> <a href="../Enums/CRSCoordinateSystemType.html">CRSCoordinateSystemType</a> </li> <li class="nav-group-task"> <a href="../Enums/CRSEllipsoidType.html">CRSEllipsoidType</a> </li> <li class="nav-group-task"> <a href="../Enums/CRSEllipsoidsType.html">CRSEllipsoidsType</a> </li> <li class="nav-group-task"> <a href="../Enums/CRSGeoDatumType.html">CRSGeoDatumType</a> </li> <li class="nav-group-task"> <a href="../Enums/CRSKeywordType.html">CRSKeywordType</a> </li> <li class="nav-group-task"> <a href="../Enums/CRSOperationMethodType.html">CRSOperationMethodType</a> </li> <li class="nav-group-task"> <a href="../Enums/CRSOperationParameterType.html">CRSOperationParameterType</a> </li> <li class="nav-group-task"> <a href="../Enums/CRSOperationType.html">CRSOperationType</a> </li> <li class="nav-group-task"> <a href="../Enums/CRSPrimeMeridianType.html">CRSPrimeMeridianType</a> </li> <li class="nav-group-task"> <a href="../Enums/CRSType.html">CRSType</a> </li> <li class="nav-group-task"> <a href="../Enums/CRSUnitType.html">CRSUnitType</a> </li> <li class="nav-group-task"> <a href="../Enums/CRSUnitsType.html">CRSUnitsType</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGCompressFormat.html">GPKGCompressFormat</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGConstraintType.html">GPKGConstraintType</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGContentsDataType.html">GPKGContentsDataType</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGCoverageDataAlgorithm.html">GPKGCoverageDataAlgorithm</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGDataColumnConstraintType.html">GPKGDataColumnConstraintType</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGDataType.html">GPKGDataType</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGDublinCoreType.html">GPKGDublinCoreType</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGExtensionScopeType.html">GPKGExtensionScopeType</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGFeatureIndexType.html">GPKGFeatureIndexType</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGGriddedCoverageDataType.html">GPKGGriddedCoverageDataType</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGGriddedCoverageEncodingType.html">GPKGGriddedCoverageEncodingType</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGMapShapeType.html">GPKGMapShapeType</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGMetadataScopeType.html">GPKGMetadataScopeType</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGPolygonOrientation.html">GPKGPolygonOrientation</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGReferenceScopeType.html">GPKGReferenceScopeType</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGRelationType.html">GPKGRelationType</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGSQLiteMasterColumn.html">GPKGSQLiteMasterColumn</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGSQLiteMasterType.html">GPKGSQLiteMasterType</a> </li> <li class="nav-group-task"> <a href="../Enums/GPKGTileScalingType.html">GPKGTileScalingType</a> </li> <li class="nav-group-task"> <a href="../Enums/PROJProjectionFactoryType.html">PROJProjectionFactoryType</a> </li> <li class="nav-group-task"> <a href="../Enums/PROJUnit.html">PROJUnit</a> </li> <li class="nav-group-task"> <a href="../Enums/SFEventType.html">SFEventType</a> </li> <li class="nav-group-task"> <a href="../Enums/SFFiniteFilterType.html">SFFiniteFilterType</a> </li> <li class="nav-group-task"> <a href="../Enums/SFGGeometryType.html">SFGGeometryType</a> </li> <li class="nav-group-task"> <a href="../Enums/SFGeometryType.html">SFGeometryType</a> </li> <li class="nav-group-task"> <a href="../Enums/TIFFFieldTagType.html">TIFFFieldTagType</a> </li> <li class="nav-group-task"> <a href="../Enums/TIFFFieldType.html">TIFFFieldType</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Protocols.html">Protocols</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Protocols/CRSCommonOperation.html">CRSCommonOperation</a> </li> <li class="nav-group-task"> <a href="../Protocols/CRSGeoDatum.html">CRSGeoDatum</a> </li> <li class="nav-group-task"> <a href="../Protocols/CRSIdentifiable.html">CRSIdentifiable</a> </li> <li class="nav-group-task"> <a href="../Protocols/CRSScopeExtentIdentifierRemark.html">CRSScopeExtentIdentifierRemark</a> </li> <li class="nav-group-task"> <a href="../Protocols/GPKGCoverageDataImage.html">GPKGCoverageDataImage</a> </li> <li class="nav-group-task"> <a href="../Protocols/GPKGCustomFeaturesTile.html">GPKGCustomFeaturesTile</a> </li> <li class="nav-group-task"> <a href="../Protocols/GPKGMapPointInitializer.html">GPKGMapPointInitializer</a> </li> <li class="nav-group-task"> <a href="../Protocols/GPKGProgress.html">GPKGProgress</a> </li> <li class="nav-group-task"> <a href="../Protocols/GPKGShapePoints.html">GPKGShapePoints</a> </li> <li class="nav-group-task"> <a href="../Protocols/GPKGShapeWithChildrenPoints.html">GPKGShapeWithChildrenPoints</a> </li> <li class="nav-group-task"> <a href="../Protocols/GPKGTileRetriever.html">GPKGTileRetriever</a> </li> <li class="nav-group-task"> <a href="../Protocols/SFGeometryFilter.html">SFGeometryFilter</a> </li> <li class="nav-group-task"> <a href="../Protocols/TIFFCompressionDecoder.html">TIFFCompressionDecoder</a> </li> <li class="nav-group-task"> <a href="../Protocols/TIFFCompressionEncoder.html">TIFFCompressionEncoder</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Type%20Definitions.html">Type Definitions</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Type%20Definitions/COMPLEX.html">COMPLEX</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions/FLP.html">FLP</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions/ILP.html">ILP</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions.html#/c:proj_api.h@T@PAFile">PAFile</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions/PJ.html">PJ</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions/PJ_GRIDINFO.html">PJ_GRIDINFO</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions/PJ_GridCatalog.html">PJ_GridCatalog</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions/PJ_GridCatalogEntry.html">PJ_GridCatalogEntry</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions/PJ_Region.html">PJ_Region</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions/PROJVALUE.html">PROJVALUE</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions/Tseries.html">Tseries</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions/paralist.html">paralist</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions.html#/c:proj_api.h@T@projCtx">projCtx</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions/projCtx_t.html">projCtx_t</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions/projFileAPI.html">projFileAPI</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions.html#/c:proj_api.h@T@projPJ">projPJ</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions/projUV.html">projUV</a> </li> <li class="nav-group-task"> <a href="../Type%20Definitions/projUVW.html">projUVW</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Functions.html">Functions</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@aacos">aacos</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@aasin">aasin</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@aatan2">aatan2</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@adjlon">adjlon</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@asqrt">asqrt</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@bch2bps">bch2bps</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@bcheval">bcheval</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@bchgen">bchgen</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@biveval">biveval</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@bpseval">bpseval</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@dmstor">dmstor</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@dmstor_ctx">dmstor_ctx</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@freev2">freev2</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@hypot">hypot</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@mk_cheby">mk_cheby</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@nad_ctable2_init">nad_ctable2_init</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@nad_ctable2_load">nad_ctable2_load</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@nad_ctable_init">nad_ctable_init</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@nad_ctable_load">nad_ctable_load</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@nad_cvt">nad_cvt</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@nad_free">nad_free</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@nad_init">nad_init</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@nad_intr">nad_intr</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_acquire_lock">pj_acquire_lock</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_angular_units_set">pj_angular_units_set</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_apply_gridshift">pj_apply_gridshift</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_apply_gridshift_2">pj_apply_gridshift_2</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_apply_gridshift_3">pj_apply_gridshift_3</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_apply_vgridshift">pj_apply_vgridshift</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_atof">pj_atof</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_authlat">pj_authlat</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_authset">pj_authset</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_calloc">pj_calloc</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_cleanup_lock">pj_cleanup_lock</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_clear_initcache">pj_clear_initcache</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_clone_paralist">pj_clone_paralist</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_compare_datums">pj_compare_datums</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ctx_alloc">pj_ctx_alloc</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ctx_fclose">pj_ctx_fclose</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ctx_fgets">pj_ctx_fgets</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ctx_fopen">pj_ctx_fopen</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ctx_fread">pj_ctx_fread</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ctx_free">pj_ctx_free</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ctx_fseek">pj_ctx_fseek</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ctx_ftell">pj_ctx_ftell</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ctx_get_app_data">pj_ctx_get_app_data</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ctx_get_errno">pj_ctx_get_errno</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ctx_get_fileapi">pj_ctx_get_fileapi</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ctx_set_app_data">pj_ctx_set_app_data</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ctx_set_debug">pj_ctx_set_debug</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ctx_set_errno">pj_ctx_set_errno</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ctx_set_fileapi">pj_ctx_set_fileapi</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ctx_set_logger">pj_ctx_set_logger</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_dalloc">pj_dalloc</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_datum_set">pj_datum_set</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_datum_transform">pj_datum_transform</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_dealloc">pj_dealloc</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_deallocate_grids">pj_deallocate_grids</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_deriv">pj_deriv</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_ell_set">pj_ell_set</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_enfn">pj_enfn</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_factors">pj_factors</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_free">pj_free</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_fwd">pj_fwd</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_fwd3d">pj_fwd3d</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_gauss">pj_gauss</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_gauss_ini">pj_gauss_ini</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_gc_apply_gridshift">pj_gc_apply_gridshift</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_gc_findcatalog">pj_gc_findcatalog</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_gc_findgrid">pj_gc_findgrid</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_gc_parsedate">pj_gc_parsedate</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_gc_readcatalog">pj_gc_readcatalog</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_gc_unloadall">pj_gc_unloadall</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_generic_selftest">pj_generic_selftest</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_geocentric_to_geodetic">pj_geocentric_to_geodetic</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_geodetic_to_geocentric">pj_geodetic_to_geocentric</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_get_ctx">pj_get_ctx</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_get_datums_ref">pj_get_datums_ref</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_get_def">pj_get_def</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_get_default_ctx">pj_get_default_ctx</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_get_default_fileapi">pj_get_default_fileapi</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_get_ellps_ref">pj_get_ellps_ref</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_get_errno_ref">pj_get_errno_ref</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_get_list_ref">pj_get_list_ref</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_get_prime_meridians_ref">pj_get_prime_meridians_ref</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_get_release">pj_get_release</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_get_selftest_list_ref">pj_get_selftest_list_ref</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_get_spheroid_defn">pj_get_spheroid_defn</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_get_units_ref">pj_get_units_ref</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_gridinfo_free">pj_gridinfo_free</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_gridinfo_init">pj_gridinfo_init</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_gridinfo_load">pj_gridinfo_load</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_gridlist_from_nadgrids">pj_gridlist_from_nadgrids</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_init">pj_init</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_init_ctx">pj_init_ctx</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_init_plus">pj_init_plus</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_init_plus_ctx">pj_init_plus_ctx</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_insert_initcache">pj_insert_initcache</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_inv">pj_inv</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_inv3d">pj_inv3d</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_inv_gauss">pj_inv_gauss</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_inv_mlfn">pj_inv_mlfn</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_is_geocent">pj_is_geocent</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_is_latlong">pj_is_latlong</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_latlong_from_proj">pj_latlong_from_proj</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_log">pj_log</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_malloc">pj_malloc</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_mkparam">pj_mkparam</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_mlfn">pj_mlfn</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_msfn">pj_msfn</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_open_lib">pj_open_lib</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_param">pj_param</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_phi2">pj_phi2</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_pr_list">pj_pr_list</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_prepare">pj_prepare</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_prime_meridian_set">pj_prime_meridian_set</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_qsfn">pj_qsfn</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_qsfn_">pj_qsfn_</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_release_lock">pj_release_lock</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_run_selftests">pj_run_selftests</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_search_initcache">pj_search_initcache</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_set_ctx">pj_set_ctx</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_set_finder">pj_set_finder</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_set_searchpath">pj_set_searchpath</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_stderr_logger">pj_stderr_logger</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_strerrno">pj_strerrno</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_strtod">pj_strtod</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_transform">pj_transform</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_tsfn">pj_tsfn</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_zpoly1">pj_zpoly1</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@pj_zpolyd1">pj_zpolyd1</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@proj_inv_mdist">proj_inv_mdist</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@proj_mdist">proj_mdist</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@proj_mdist_ini">proj_mdist_ini</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@rtodms">rtodms</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@set_rtodms">set_rtodms</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@vector1">vector1</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/c:@F@vector2">vector2</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Structs.html">Structures</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Structs/ARG_list.html">ARG_list</a> </li> <li class="nav-group-task"> <a href="../Structs/CTABLE.html">CTABLE</a> </li> <li class="nav-group-task"> <a href="../Structs/DERIVS.html">DERIVS</a> </li> <li class="nav-group-task"> <a href="../Structs/FACTORS.html">FACTORS</a> </li> <li class="nav-group-task"> <a href="../Structs/GPKGBoundingBoxSize.html">GPKGBoundingBoxSize</a> </li> <li class="nav-group-task"> <a href="../Structs/PJ_DATUMS.html">PJ_DATUMS</a> </li> <li class="nav-group-task"> <a href="../Structs/PJ_ELLPS.html">PJ_ELLPS</a> </li> <li class="nav-group-task"> <a href="../Structs/PJ_LIST.html">PJ_LIST</a> </li> <li class="nav-group-task"> <a href="../Structs/PJ_PRIME_MERIDIANS.html">PJ_PRIME_MERIDIANS</a> </li> <li class="nav-group-task"> <a href="../Structs/PJ_SELFTEST_LIST.html">PJ_SELFTEST_LIST</a> </li> <li class="nav-group-task"> <a href="../Structs/PJ_UNITS.html">PJ_UNITS</a> </li> <li class="nav-group-task"> <a href="../Structs/PJconsts.html">PJconsts</a> </li> <li class="nav-group-task"> <a href="../Structs/PW_COEF.html">PW_COEF</a> </li> <li class="nav-group-task"> <a href="../Structs/_PJ_GridCatalog.html">_PJ_GridCatalog</a> </li> <li class="nav-group-task"> <a href="../Structs/_pj_gi.html">_pj_gi</a> </li> <li class="nav-group-task"> <a href="../Structs/projFileAPI_t.html">projFileAPI_t</a> </li> </ul> </li> </ul> </nav> <article class="main-content"> <section> <section class="section"> <h1>GPKGFeatureIndexerIdResultSet</h1> <div class="declaration"> <div class="language"> <p class="aside-title">Objective-C</p> <pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc">GPKGFeatureIndexerIdResultSet</span> <span class="p">:</span> <span class="nc"><a href="../Classes/GPKGResultSet.html">GPKGResultSet</a></span></code></pre> </div> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="kd">class</span> <span class="kt">GPKGFeatureIndexerIdResultSet</span> <span class="p">:</span> <span class="kt"><a href="../Classes/GPKGResultSet.html">GPKGResultSet</a></span></code></pre> </div> </div> <p>Feature Indexer Id result set to filter on matching queried ids</p> <div class="slightly-smaller"> <a href="https://github.com/ngageoint/geopackage-ios/tree/7.0.2/geopackage-ios/db/GPKGFeatureIndexerIdResultSet.h#L15-L27">Show on GitHub</a> </div> </section> <section class="section task-group-section"> <div class="task-group"> <ul> <li class="item"> <div> <code> <a name="/c:objc(cs)GPKGFeatureIndexerIdResultSet(im)initWithResults:andIdQuery:"></a> <a name="//apple_ref/objc/Method/-initWithResults:andIdQuery:" class="dashAnchor"></a> <a class="token" href="#/c:objc(cs)GPKGFeatureIndexerIdResultSet(im)initWithResults:andIdQuery:">-initWithResults:<wbr>andIdQuery:<wbr></a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Initialize</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Objective-C</p> <pre class="highlight objective_c"><code><span class="k">-</span> <span class="p">(</span><span class="n">instancetype</span><span class="p">)</span><span class="nf">initWithResults</span><span class="p">:(</span><span class="n"><a href="../Classes/GPKGResultSet.html">GPKGResultSet</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">resultSet</span> <span class="nf">andIdQuery</span><span class="p">:(</span><span class="n"><a href="../Classes/GPKGFeatureIndexerIdQuery.html">GPKGFeatureIndexerIdQuery</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">idQuery</span><span class="p">;</span></code></pre> </div> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="nf">init</span><span class="o">!</span><span class="p">(</span><span class="n">results</span> <span class="nv">resultSet</span><span class="p">:</span> <span class="kt"><a href="../Classes/GPKGResultSet.html">GPKGResultSet</a></span><span class="o">!</span><span class="p">,</span> <span class="n">andIdQuery</span> <span class="nv">idQuery</span><span class="p">:</span> <span class="kt"><a href="../Classes/GPKGFeatureIndexerIdQuery.html">GPKGFeatureIndexerIdQuery</a></span><span class="o">!</span><span class="p">)</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>resultSet</em> </code> </td> <td> <div> <p>result set</p> </div> </td> </tr> <tr> <td> <code> <em>idQuery</em> </code> </td> <td> <div> <p>id query</p> </div> </td> </tr> </tbody> </table> </div> <div> <h4>Return Value</h4> <p>new feature indexer id result set</p> </div> <div class="slightly-smaller"> <a href="https://github.com/ngageoint/geopackage-ios/tree/7.0.2/geopackage-ios/db/GPKGFeatureIndexerIdResultSet.h#L25">Show on GitHub</a> </div> </section> </div> </li> </ul> </div> </section> </section> <section id="footer"> <p>&copy; 2021 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2021-12-16)</p> <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p> </section> </article> </div> </body> </html>
ngageoint/geopackage-ios
docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexerIdResultSet.html
HTML
mit
248,754
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Title 2</title> </head> <body> <div id="container"> <header>Header 2</header> <div id="wrapper"> <div id="primary"><article>Primary 2</article></div> <div id="secondary"><nav>Secondary 2</nav></div> <div id="tertiary"><aside>Tertiary 2</aside></div> </div> <footer>Footer 2</footer> </div> </body> </html>
falsandtru/jquery-pjax
test/integration/fixture/basic/2.html
HTML
mit
408
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_91) on Tue Jul 19 15:09:44 CEST 2016 --> <title>Olc</title> <meta name="date" content="2016-07-19"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Olc"; } } catch(err) { } //--> var methods = {"i0":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../de/hpi/bpt/chimera/jcomparser/json/EventType.html" title="class in de.hpi.bpt.chimera.jcomparser.json"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../de/hpi/bpt/chimera/jcomparser/json/ScenarioData.html" title="class in de.hpi.bpt.chimera.jcomparser.json"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?de/hpi/bpt/chimera/jcomparser/json/Olc.html" target="_top">Frames</a></li> <li><a href="Olc.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">de.hpi.bpt.chimera.jcomparser.json</div> <h2 title="Class Olc" class="title">Class Olc</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>de.hpi.bpt.chimera.jcomparser.json.Olc</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">Olc</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Map&lt;java.lang.String,java.util.List&lt;java.lang.String&gt;&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../de/hpi/bpt/chimera/jcomparser/json/Olc.html#allowedStateTransitions">allowedStateTransitions</a></span></code> <div class="block">Map which represents allowed state transitions.</div> </td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../de/hpi/bpt/chimera/jcomparser/json/Olc.html#Olc-java.lang.String-">Olc</a></span>(java.lang.String&nbsp;element)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../de/hpi/bpt/chimera/jcomparser/json/Olc.html#getStateNames--">getStateNames</a></span>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="allowedStateTransitions"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>allowedStateTransitions</h4> <pre>public&nbsp;java.util.Map&lt;java.lang.String,java.util.List&lt;java.lang.String&gt;&gt; allowedStateTransitions</pre> <div class="block">Map which represents allowed state transitions.</div> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="Olc-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Olc</h4> <pre>public&nbsp;Olc(java.lang.String&nbsp;element)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getStateNames--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getStateNames</h4> <pre>public&nbsp;java.util.List&lt;java.lang.String&gt;&nbsp;getStateNames()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../de/hpi/bpt/chimera/jcomparser/json/EventType.html" title="class in de.hpi.bpt.chimera.jcomparser.json"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../de/hpi/bpt/chimera/jcomparser/json/ScenarioData.html" title="class in de.hpi.bpt.chimera.jcomparser.json"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?de/hpi/bpt/chimera/jcomparser/json/Olc.html" target="_top">Frames</a></li> <li><a href="Olc.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
bptlab/JEngine
docs/de/hpi/bpt/chimera/jcomparser/json/Olc.html
HTML
mit
10,834
{% load static from staticfiles %} <!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> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Lighthouse Home</title> <meta name="keywords" content="" /> <meta name="description" content="" /> <link href={%static "style/home.css" %} rel="stylesheet" type="text/css" media="screen" /> <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/dojo/1.9.3/dijit/themes/claro/claro.css" media="screen" /> <script>dojoConfig = {async: true, parseOnLoad: true}</script> <script src="http://ajax.googleapis.com/ajax/libs/dojo/1.9.3/dojo/dojo.js"></script> <script> require(["dojo/parser", "dijit/TitlePane"]); </script> </head> <body class="claro"> <!-- start header --> <div id="header"> <div id="logo"> <h1>Lighthouse <span>Taxonomy</span></h1> <!-- <p>By Free CSS Templates</p>--> </div> <!-- <div id="menu"> <ul> <li class="current_page_item"><a href="#">Homepage</a></li> <li><a href="#">Products</a></li> <li><a href="#">Services</a></li> <li><a href="#">About Us</a></li> <li><a href="#">Contact Us</a></li> </ul> </div>--> </div> <!-- end header --> <!-- start page --> <div id="page"> <!-- start content --> <div id="content"> <div class="post greenbox"> <div class="title"> <h1>About</h1> </div> <br> <div class="entry"> <!--<img src="images/bg.jpg" alt="" width="220" height="120" class="left" />--> <p>Lighthouse is a framework for creating, maintaining, and using a taxonomy of available software that can be used to build highly-optimized linear algebra computations. The Lighthouse search-based system combines expert knowledge, machine learning-based classification of existing numerical software collections, and automated code generation and tuning. It enables developers with varied backgrounds to readily discover and effectively apply the best available numerical software for their problems.</p> <br> <p>Lighthouse supports libraries covering a broad space of sequential and parallel solution methods for dense and sparse linear algebra. It currently offers access to functionality from three packages: LAPACK, PETSc, and SLEPc. To start the services, please click on the links listed below. If you would like to check out the code and run it on Linux or Mac OS X 10.6 or later, visit <a href="https://code.google.com/p/lighthouse-taxonomy/wiki/GettingStarted">GettingStarted</a> for Lighthouse.</p> </div> <div class="btm"> <div class="l"> <div class="r"> <div id="posted">Click on the links below to start using Lighthouse!</div> <p class="meta"><!--<a href="#" class="more">Read More</a> &nbsp;&nbsp;&nbsp; <a href="#" class="comments">Comments (33)</a>--></p> </div> </div> </div> </div> <div class="two-columns"> <div class="columnA"> <div class="title red"> <h2>Dense Matrix</h2> </div> <br> <div data-dojo-type="dijit/TitlePane" data-dojo-props="title: 'LAPACK'" open="true" style="width: 300px; margin-left: 10px;"> <ul class="library"> <li><a STYLE="text-decoration: none" href="{% url lapack_le %}">Linear systems</a></li> <li><a STYLE="text-decoration: none" href="{% url lapack_eigen %}">Eigenvalue problems</a></li> <li><a STYLE="text-decoration: none" href="{% url lapack_svd %}">Singular Value Decomposition (SVD)</a></li> <li><a STYLE="text-decoration: none" href="{% url lapack_sylvester %}">Sylvester matrix equation</a></li> </ul> </div> <div data-dojo-type="dijit/TitlePane" data-dojo-props="title: 'Code optimization tools'" open="true" style="width: 300px; margin-left: 10px;"> <ul class="library"> <li><a STYLE="text-decoration: none" href="{% url btoscript %}">Build to Order BLAS</a></li> </ul> </div> </div> <div class="columnB"> <div class="title blue"> <h2>Sparse Matrix</h2> </div> <br> <div data-dojo-type="dijit/TitlePane" data-dojo-props="title: 'PETSc'" open="true" style="width: 300px; margin-left: 10px;"> <ul class="library"> <li><a STYLE="text-decoration: none" href="{% url petsc %}">Linear systems</a></li> </ul> </div> <div data-dojo-type="dijit/TitlePane" data-dojo-props="title: 'SLEPc'" open="true" style="width: 300px; margin-left: 10px;"> <ul class="library"> <li><a STYLE="text-decoration: none" href="{% url slepc_eprob %}">Eigenvalue problems</a></li> </ul> </div> </div> <div class="btm">&nbsp;</div> </div> </div> <!-- end content --> <!-- start sidebar --> <div id="sidebar"> <ul> <li> <h2>Updates</h2> <ul> <li><a href="#">a</a></li> <li><a href="#">b</a></li> <li><a href="#">c</a></li> </ul> </li> </ul> </div> <!-- end sidebar --> </div> <!-- end page --> <div style="clear: both;">&nbsp;</div> <!--<div id="footer">--> <!-- <p>&copy;2007 All Rights Reserved. &nbsp;&bull;&nbsp; Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a></p>--> <!--</div>--> <!--<div align=center>This template downloaded form <a href='http://all-free-download.com/free-website-templates/'>free website templates</a>--> <!--</div>--> </body> </html>
LighthouseHPC/lighthouse
src/lighthouseProject/lighthouseProject/templates/home.html
HTML
mit
5,798
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> File: README &mdash; Documentation by YARD 0.9.7 </title> <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" /> <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" /> <script type="text/javascript" charset="utf-8"> pathId = "README"; relpath = ''; </script> <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="js/app.js"></script> </head> <body> <div class="nav_wrap"> <iframe id="nav" src="class_list.html?1"></iframe> <div id="resizer"></div> </div> <div id="main" tabindex="-1"> <div id="header"> <div id="menu"> <a href="_index.html">Index</a> &raquo; <span class="title">File: README</span> </div> <div id="search"> <a class="full_list_link" id="class_list_link" href="class_list.html"> <svg width="24" height="24"> <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect> <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect> <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect> </svg> </a> </div> <div class="clear"></div> </div> <div id="content"><div id='filecontents'><h1>Chess Openings</h1> <p>Ruby gem that where you can manipulate, search for and get information from chess openings.</p> <h2>TODOS:</h2> <ul> <li>Write documentation</li> </ul> <h2>Features:</h2> <ul> <li>Get opening from PGN file</li> <li>Get opening from PGN string</li> <li>Get opening from array with moves</li> <li>Get opening from FEN</li> <li>Search opening by name</li> <li>Get all openings</li> <li>Get all openings that start with some determined moves</li> <li>Get PGN string from an opening</li> <li>Get FEN from an opening</li> </ul> <h2>Installation</h2> <p>Add this line to your application&#39;s Gemfile:</p> <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>chess_openings</span><span class='tstring_end'>&#39;</span></span> </code></pre> <p>And then execute:</p> <pre class="code ruby"><code class="ruby">$ bundle </code></pre> <p>Or install it yourself as:</p> <pre class="code ruby"><code class="ruby">$ gem install chess_openings </code></pre> <h2>Usage</h2> <p>First things first, you need to create a new ChessOpenings object:</p> <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_chess_openings'>chess_openings</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="ChessOpenings.html" title="ChessOpenings (class)">ChessOpenings</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="ChessOpenings.html#initialize-instance_method" title="ChessOpenings#initialize (method)">new</a></span></span> </code></pre> <p>From here you can use several functions:</p> <h4>.from_pgn</h4> <p>Get opening from PGN file</p> <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_chess_openings'>chess_openings</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="ChessOpenings.html" title="ChessOpenings (class)">ChessOpenings</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="ChessOpenings.html#initialize-instance_method" title="ChessOpenings#initialize (method)">new</a></span></span> <span class='id identifier rubyid_opening'>opening</span> <span class='op'>=</span> <span class='id identifier rubyid_chess_openings'>chess_openings</span><span class='period'>.</span><span class='id identifier rubyid_from_pgn'>from_pgn</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>path_to/pgn_game.pgn</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='comment'>#=&gt; #&lt;Opening:0x007fda6237b510 @name=&quot;English, Sicilian reversed&quot;, @eco_code=&quot;A25&quot;, @moves=[:c4, :e5, :Nc3, :Nc6]&gt; </span></code></pre> <h4>.from_string</h4> <p>Get opening from a string, formated like a PGN file</p> <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_chess_openings'>chess_openings</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="ChessOpenings.html" title="ChessOpenings (class)">ChessOpenings</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="ChessOpenings.html#initialize-instance_method" title="ChessOpenings#initialize (method)">new</a></span></span> <span class='id identifier rubyid_opening'>opening</span> <span class='op'>=</span> <span class='id identifier rubyid_chess_openings'>chess_openings</span><span class='period'>.</span><span class='id identifier rubyid_from_string'>from_string</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>1.e4 e5 2.Nf3 Nc6 3.Bb5 a6 4.Bxc6</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span> <span class='comment'>#=&gt; #&lt;Opening:0x007f820961bf60 @name=&quot;Ruy Lopez, exchange variation&quot;, @eco_code=&quot;C68&quot;, @moves=[:e4, :e5, :Nf3, :Nc6, :Bb5, :a6, :Bxc6]&gt; </span></code></pre> <h4>.from_moves</h4> <p>Get opening from an array with moves (as symbols or strings)</p> <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_chess_openings'>chess_openings</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="ChessOpenings.html" title="ChessOpenings (class)">ChessOpenings</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="ChessOpenings.html#initialize-instance_method" title="ChessOpenings#initialize (method)">new</a></span></span> <span class='id identifier rubyid_opening'>opening</span> <span class='op'>=</span> <span class='id identifier rubyid_chess_openings'>chess_openings</span><span class='period'>.</span><span class='id identifier rubyid_from_moves'>from_moves</span> <span class='lbracket'>[</span><span class='symbol'>:e4</span><span class='comma'>,</span> <span class='symbol'>:c6</span><span class='comma'>,</span> <span class='symbol'>:d4</span><span class='comma'>,</span> <span class='symbol'>:d5</span><span class='rbracket'>]</span> <span class='comment'>#=&gt; #&lt;Opening:0x007f8209d9c910 @name=&quot;Caro-Kann defence&quot;, @eco_code=&quot;B12&quot;, @moves=[:e4, :c6, :d4, :d5]&gt; </span></code></pre> <h4>.with_name</h4> <p>Search openings by name</p> <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_chess_openings'>chess_openings</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="ChessOpenings.html" title="ChessOpenings (class)">ChessOpenings</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="ChessOpenings.html#initialize-instance_method" title="ChessOpenings#initialize (method)">new</a></span></span> <span class='id identifier rubyid_openings'>openings</span> <span class='op'>=</span> <span class='id identifier rubyid_chess_openings'>chess_openings</span><span class='period'>.</span><span class='id identifier rubyid_with_name'>with_name</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>alekhine defence</span><span class='tstring_end'>&quot;</span></span> <span class='embdoc_beg'>=begin </span><span class='embdoc'>[ </span><span class='embdoc'> [ 0] #&lt;Opening:0x007f8209de8a18 @name=&quot;Alekhine&#39;s defence&quot;, @eco_code=&quot;B02&quot;, @moves=[:e4, :Nf6]&gt;, </span><span class='embdoc'> [ 1] #&lt;Opening:0x007f8209de8950 @name=&quot;Alekhine&#39;s defence, Scandinavian variation&quot;, @eco_code=&quot;B02&quot;, @moves=[:e4, :Nf6, :Nc3, :d5]&gt;, </span><span class='embdoc'> [ 2] #&lt;Opening:0x007f8209de87e8 @name=&quot;Alekhine&#39;s defence, Spielmann variation&quot;, @eco_code=&quot;B02&quot;, @moves=[:e4, :Nf6, :Nc3, :d5, :e5, :Nfd7, :e6]&gt;, </span><span class='embdoc'> ... </span><span class='embdoc'>] </span><span class='embdoc_end'>=end </span></code></pre> <h4>.get_all</h4> <p>Get all existing openings as an array</p> <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_chess_openings'>chess_openings</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="ChessOpenings.html" title="ChessOpenings (class)">ChessOpenings</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="ChessOpenings.html#initialize-instance_method" title="ChessOpenings#initialize (method)">new</a></span></span> <span class='id identifier rubyid_all_openings'>all_openings</span> <span class='op'>=</span> <span class='id identifier rubyid_chess_openings'>chess_openings</span><span class='period'>.</span><span class='id identifier rubyid_get_all'>get_all</span> <span class='embdoc_beg'>=begin </span><span class='embdoc'>[ </span><span class='embdoc'> [0] #&lt;Opening:0x007f8209dd4b30 @name=&quot;Polish (Sokolsky) opening&quot;, @eco_code=&quot;A00&quot;, @moves=[:b4]&gt;, </span><span class='embdoc'> [1] #&lt;Opening:0x007f8209dd4a90 @name=&quot;Polish, Tuebingen variation&quot;, @eco_code=&quot;A00&quot;, @moves=[:b4, :Nh6]&gt;, </span><span class='embdoc'> [2] #&lt;Opening:0x007f8209dd49c8 @name=&quot;Polish, Outflank variation&quot;, @eco_code=&quot;A00&quot;, @moves=[:b4, :c6]&gt;, </span><span class='embdoc'> ... </span><span class='embdoc'>] </span><span class='embdoc_end'>=end </span></code></pre> <h4>.that_start_with</h4> <p>Get all possible openings that start with determined moves</p> <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_chess_openings'>chess_openings</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="ChessOpenings.html" title="ChessOpenings (class)">ChessOpenings</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="ChessOpenings.html#initialize-instance_method" title="ChessOpenings#initialize (method)">new</a></span></span> <span class='id identifier rubyid_e4_e5_openings'>e4_e5_openings</span> <span class='op'>=</span> <span class='id identifier rubyid_chess_openings'>chess_openings</span><span class='period'>.</span><span class='id identifier rubyid_that_start_with'>that_start_with</span> <span class='lbracket'>[</span><span class='symbol'>:e4</span><span class='comma'>,</span> <span class='symbol'>:e5</span><span class='rbracket'>]</span> <span class='embdoc_beg'>=begin </span><span class='embdoc'>[ </span><span class='embdoc'> [0] #&lt;Opening:0x007ff69c858258 @name=&quot;King&#39;s pawn game&quot;, @eco_code=&quot;C20&quot;, @moves=[:e4, :e5]&gt;, </span><span class='embdoc'> [1] #&lt;Opening:0x007ff69c858190 @name=&quot;KP, Indian opening&quot;, @eco_code=&quot;C20&quot;, @moves=[:e4, :e5, :d3]&gt;, </span><span class='embdoc'> [2] #&lt;Opening:0x007ff69c8580a0 @name=&quot;KP, Mengarini&#39;s opening&quot;, @eco_code=&quot;C20&quot;, @moves=[:e4, :e5, :a3]&gt;, </span><span class='embdoc'> [3] #&lt;Opening:0x007ff69a1a3dd8 @name=&quot;KP, King&#39;s head opening&quot;, @eco_code=&quot;C20&quot;, @moves=[:e4, :e5, :f3]&gt;, </span><span class='embdoc'> [4] #&lt;Opening:0x007ff69a1a3248 @name=&quot;KP, Patzer opening&quot;, @eco_code=&quot;C20&quot;, @moves=[:e4, :e5, :Qh5]&gt; </span><span class='embdoc'> ... </span><span class='embdoc'>] </span><span class='embdoc_end'>=end </span></code></pre> <h4>.from_fen</h4> <p>Get opening from FEN string</p> <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_opening_from_fen'>opening_from_fen</span> <span class='op'>=</span> <span class='id identifier rubyid_chess_openings'>chess_openings</span><span class='period'>.</span><span class='id identifier rubyid_from_fen'>from_fen</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>rnbqkbnr/pppp1ppp/8/4p3/4P3/8/PPPP1PPP/RNBQKBNR w KQkq e6 0 2</span><span class='tstring_end'>&#39;</span></span> <span class='comment'>#=&gt; #&lt;Opening:0x007ff69c858258 @name=&quot;King&#39;s pawn game&quot;, @eco_code=&quot;C20&quot;, @moves=[:e4, :e5]&gt; </span></code></pre> <p>When you have a opening you can invoke these methods on it:</p> <h4>.to_pgn</h4> <p>Get PGN string from an opening</p> <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_opening'>opening</span> <span class='op'>=</span> <span class='id identifier rubyid_chess_openings'>chess_openings</span><span class='period'>.</span><span class='id identifier rubyid_from_moves'>from_moves</span> <span class='lbracket'>[</span><span class='symbol'>:e4</span><span class='comma'>,</span> <span class='symbol'>:e5</span><span class='comma'>,</span> <span class='symbol'>:Nf3</span><span class='comma'>,</span> <span class='symbol'>:Nc6</span><span class='comma'>,</span> <span class='symbol'>:Bb5</span><span class='comma'>,</span> <span class='symbol'>:a6</span><span class='comma'>,</span> <span class='symbol'>:Bxc6</span><span class='rbracket'>]</span> <span class='comment'>#=&gt; #&lt;Opening:0x007f820961bf60 @name=&quot;Ruy Lopez, exchange variation&quot;, @eco_code=&quot;C68&quot;, @moves=[:e4, :e5, :Nf3, :Nc6, :Bb5, :a6, :Bxc6]&gt; </span><span class='id identifier rubyid_opening'>opening</span><span class='period'>.</span><span class='id identifier rubyid_to_pgn'>to_pgn</span> <span class='comment'>#=&gt; &quot;1.e4 e5 2.Nf3 Nc6 3.Bb5 a6 4.Bxc6&quot; </span></code></pre> <h4>.to_fen</h4> <p>Get FEN string of the opening</p> <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_opening'>opening</span> <span class='op'>=</span> <span class='id identifier rubyid_chess_openings'>chess_openings</span><span class='period'>.</span><span class='id identifier rubyid_from_moves'>from_moves</span> <span class='lbracket'>[</span><span class='symbol'>:e4</span><span class='comma'>,</span> <span class='symbol'>:e5</span><span class='rbracket'>]</span> <span class='comment'>#=&gt; #&lt;Opening:0x007ff69c858258 @name=&quot;King&#39;s pawn game&quot;, @eco_code=&quot;C20&quot;, @moves=[:e4, :e5]&gt; </span><span class='id identifier rubyid_opening'>opening</span><span class='period'>.</span><span class='id identifier rubyid_to_fen'>to_fen</span> <span class='comment'>#=&gt; &#39;rnbqkbnr/pppp1ppp/8/4p3/4P3/8/PPPP1PPP/RNBQKBNR w KQkq e6 0 2&#39; </span></code></pre> <h2>Development</h2> <p>To install this gem onto your local machine, run <code>bundle exec rake install</code>. To release a new version, update the version number in <code>version.rb</code>, and then run <code>bundle exec rake release</code> to create a git tag for the version, push git commits and tags, and push the <code>.gem</code> file to <a href="https://rubygems.org">rubygems.org</a>.</p> <h2>Contributing</h2> <ol> <li>Fork it ( <a href="https://github.com/simaoneves/chess_openings/fork">https://github.com/simaoneves/chess_openings/fork</a> )</li> <li>Create your feature branch (<code>git checkout -b my-new-feature</code>)</li> <li>Commit your changes (<code>git commit -am &#39;Add some feature&#39;</code>)</li> <li>Push to the branch (<code>git push origin my-new-feature</code>)</li> <li>Create a new Pull Request</li> </ol> </div></div> <div id="footer"> Generated on Thu Jan 12 10:12:16 2017 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.9.7 (ruby-2.2.0). </div> </div> </body> </html>
simaoneves/eco_codes
doc/index.html
HTML
mit
16,156
<!doctype html> <html lang="en"> <head> <title>Code coverage report for dbwkr/src/process/deleted.js</title> <meta charset="utf-8" /> <link rel="stylesheet" href="../../../prettify.css" /> <link rel="stylesheet" href="../../../base.css" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <style type='text/css'> .coverage-summary .sorter { background-image: url(../../../sort-arrow-sprite.png); } </style> </head> <body> <div class='wrapper'> <div class='pad1'> <h1> <a href="../../../index.html">All files</a> / <a href="index.html">dbwkr/src/process</a> deleted.js </h1> <div class='clearfix'> <div class='fl pad1y space-right2'> <span class="strong">82.35% </span> <span class="quiet">Statements</span> <span class='fraction'>14/17</span> </div> <div class='fl pad1y space-right2'> <span class="strong">100% </span> <span class="quiet">Branches</span> <span class='fraction'>4/4</span> </div> <div class='fl pad1y space-right2'> <span class="strong">50% </span> <span class="quiet">Functions</span> <span class='fraction'>2/4</span> </div> <div class='fl pad1y space-right2'> <span class="strong">82.35% </span> <span class="quiet">Lines</span> <span class='fraction'>14/17</span> </div> </div> </div> <div class='status-line high'></div> <pre><table class="coverage"> <tr><td class="line-count quiet">1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37</td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">4x</span> <span class="cline-any cline-yes">4x</span> <span class="cline-any cline-yes">4x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">4x</span> <span class="cline-any cline-yes">2x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">4x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">4x</span> <span class="cline-any cline-yes">4x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">'use strict'; &nbsp; import BaseProcess from './Base'; import storages from './../storages'; import nconf from './../initialize'; const errCode = nconf.get('errCode'); &nbsp; import Promise from 'promise'; /** * deploy Process */ export default class deleted extends BaseProcess { &nbsp; /** -------------------------------------delete data from database and storages-------------------------- */ delete(_id) { return new Promise((resolve, reject) =&gt; { if (this.collectionName === undefined) { reject(null); } if (storages[this.collectionName] !== undefined) { delete storages[this.collectionName].cache[_id];// eslint-disable-line } this.open(this.collectionName) .then(<span class="fstat-no" title="function not covered" >done =&gt; </span>{ <span class="cstat-no" title="statement not covered" > done.remove({ _id: _id }, <span class="fstat-no" title="function not covered" >call =&gt; </span>{</span> <span class="cstat-no" title="statement not covered" > console.log(call);</span> <span class="cstat-no" title="statement not covered" > resolve(_id);</span> }); }) .catch(err =&gt; { console.log(errCode.errProcessDelete, err); reject(err); }); }); } } &nbsp;</pre></td></tr> </table></pre> <div class='push'></div><!-- for sticky footer --> </div><!-- /wrapper --> <div class='footer quiet pad2 space-top1 center small'> Code coverage generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Mar 04 2017 01:33:52 GMT+0700 (ICT) </div> </div> <script src="../../../prettify.js"></script> <script> window.onload = function () { if (typeof prettyPrint === 'function') { prettyPrint(); } }; </script> <script src="../../../sorter.js"></script> </body> </html>
my0sot1s/son-goku
coverage/lcov-report/dbwkr/src/process/deleted.js.html
HTML
mit
5,420
<div id="elements1" ng-controller="chemListCtrl" class="container"> <ul> <li ng-repeat="element in periodic.elements"> <a ng-href="#/chemList/{{element.atomicNumber}}">{{element.name}}</a> </li> </ul> </div>
jptacek/AngularPeriodic
Demo07-Routing/templates/chemList.html
HTML
mit
263
<div class="navbar navbar-default navbar-fixed-top" role='navigation' class="container"> <div class="navbar-collapse collapse"> <ul id="navbar-menus" class="nav navbar-top-links navbar-left"> <li class="nav navbar-top-links navbar-left"> <a class="navbar-brand" href="/infrastructure">OOI</a> </li> <li id='Science'><a href="/">Science</a></li> </ul> <!-- nav navbar-top-link navbar-left --> <ul id="navbar-right" class="nav navbar-top-links navbar-right"> <li > <a class="image-link" href="http://www.oceanobservatories.org" target="_blank"> <img src="/img/OOI_BannerNew_01.png" style="width:80px;"> </a> </li> <li > <a class="image-link" href="https://www.nsf.gov" target="_blank"> <img src="/img/nsf-logo.png" style="width:50px;"> </a> </li> <li > <a class="image-link" href="http://www.oceanleadership.org" target="_blank"> <img src="/img/OceanLeadershipLogoCS2.png" style="width:75px;"> </a> </li> <li> <a href="/glossary.html"> <i class="fa fa-book">Glossary</i> </a> </li> <li> <a href="/FAQ.html"> <i class="fa fa-question">FAQ</i> </a> </li> </ul> <!-- nav navbar-top-links navbar-right --> </div><!--/.nav-collapse --> </div>
ssontag55/ooi-ui
ooiui/static/js/partials/Navbar.html
HTML
mit
1,467
<!DOCTYPE html> <!--[if IE 7]><html class="ie ie7" lang="en"><![endif]--> <!--[if IE 8]><html class="ie ie8" lang="en"><![endif]--> <!--[if IE 9]><html class="ie ie9" lang="en"><![endif]--> <!--[if gte IE 9]><!--><html lang="en"><!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="The Bootstrap sweetest native Javascript library for vanilla Javascript lovers."> <meta name="keywords" content="Javascript,Native Javascript,native,Bootstrap,plugins,jQuery"> <meta name="author" content="dnp_theme"> <title>Native Javascript for Bootstrap</title> <!-- Bootstrap core CSS --> <!--[if lt IE 9]><!--> <link href="./assets/css/bootstrap.min.css" rel="stylesheet"> <!--<![endif]--> <!--[if gte IE 9]><!--> <link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet"> <!--<![endif]--> <!-- Custom styles for this template --> <link href="./assets/css/theme.css" rel="stylesheet"> <!-- Synthax highlighter --> <link href="https://cdnjs.cloudflare.com/ajax/libs/SyntaxHighlighter/3.0.83/styles/shThemeEclipse.css" rel="stylesheet"> <link rel="shortcut icon" href="./assets/img/favicon.ico"> <link rel="apple-touch-icon" href="./assets/img/apple-touch-icon.png"> <!-- For local testing, you can use this polyfill, does no CustomEvent --> <!-- <script src="./assets/js/polyfill.min.js"></script> --> <!-- This is an automated browser upgrade service provided by Financial Times. --> <script src="https://cdn.polyfill.io/v1/polyfill.min.js"></script> <!-- It doesn't need to be targeted for a specific browser such as IE8 or IE9. --> <!-- Below you have another one, and more to come let's hope. --> <!-- <script src="https://cdn.jsdelivr.net/polyfills/polyfill.js"></script> --> <!-- //Respond.js IE8 support of HTML5 elements and media queries --> <!-- //Note that we have removed the HTML5 shims here, we use a cool polyfill --> <!-- //required for our Native Javascript scripts to work properly with HTML5 --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="navbar-wrapper"> <div class="container"> <div class="navbar navbar-default navbar-static-top" role="navigation"> <div class="navbar-header"> <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="https://github.com/thednp/bootstrap.native/" data-toggle="tooltip" data-placement="right" class="navbar-brand" title="Native Javascript for Bootstrap<br>The sweetest Vanilla Javascript library for everyone">Native <span class="hidden-xs hidden-sm">Javascript</span><span class="hidden-lg hidden-md">JS</span> for Bootstrap<span class="hidden">Native Javascript for Bootstrap</span></a> </div> <nav class="collapse navbar-collapse bs-navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="#use">Use</a></li> <li><a href="#examples">Examples</a></li> <li><a href="#about">About</a></li> <li class="dropdown"><a href="#" data-toggle="dropdown">Github <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="https://github.com/thednp/bootstrap.native/">Fork</a></li> <li><a href="https://github.com/thednp/bootstrap.native/archive/master.zip">Download</a></li> </ul> </li> </ul> </nav> </div> </div> </div> <div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="7000"> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li data-target="#myCarousel" data-slide-to="1"></li> <li data-target="#myCarousel" data-slide-to="2"></li> <li data-target="#myCarousel" data-slide-to="3"></li> <li data-target="#myCarousel" data-slide-to="4"></li> </ol> <div class="carousel-inner"> <div class="item active"> <img src="http://placehold.it/900x500/5677fc/5677fc" alt=""> <div class="container"> <div class="carousel-caption slide"> <h2>Well, hello there!</h2> <p>These are the jQuery plugins for Bootstrap 3 redeveloped with native Javascript. There are some small differences but only to improve performance while keeping the same basic functionality.</p> <p><a class="btn btn-lg btn-default btn-empty" href="#about" role="button">More</a></p> </div> </div> </div> <div class="item"> <img src="http://placehold.it/900x500/673ab7/673ab7" alt=""> <div class="container"> <div class="carousel-caption"> <h2>HTML5 please!</h2> <p>All scripts have been developed for today's standards, for a workflow careless about legacy browsers thanks to <a href="https://polyfill.io" target="_blank">polyfill services</a> that <em>Upgrade the web. Automatically</em>. A helping hand for the legacy browsers.</p> <p><a class="btn btn-lg btn-default btn-empty" href="#about" role="button">More</a></p> </div> </div> </div> <div class="item"> <img src="http://placehold.it/900x500/9c27b0/9c27b0" alt=""> <div class="container"> <div class="carousel-caption"> <h2>What's the fuzz?</h2> <p>If you use mainly Bootstrap plugins in your projects, you may drop jQuery right away. What I am talking about is that the comfort of using jQuery has a huge impact on performance. See it to believe it!</p> <p><a class="btn btn-lg btn-default btn-empty" href="http://jsperf.com/jquery-vs-native-element-performance" target="_blank" role="button">See Now</a></p> </div> </div> </div> <div class="item"> <img src="http://placehold.it/900x500/E91E63/E91E63" alt=""> <div class="container"> <div class="carousel-caption"> <h2>Explore the freedom</h2> <p>Not to worry, the internet is full of scripts and tutorials, <a href="http://vanilla-js.com/" target="_blank">native Javascript</a> is literally the coolest thing ever! Far more powerful and requires almost <strong>zero</strong> maintenance on very long periods of time.</p> <p><a class="btn btn-lg btn-default btn-empty" href="http://blog.garstasio.com/you-dont-need-jquery/" target="_blank" role="button">Get started</a> <a class="btn btn-lg btn-default btn-empty" href="http://jstherightway.org" role="button" target="_blank">Full Reference</a> </p> </div> </div> </div> <div class="item"> <img src="http://placehold.it/900x500/e51c23/e51c23" alt=""> <div class="container"> <div class="carousel-caption"> <h2>This was a Carousel example</h2> <p> A script like all the others here were developed from scratch. It works just as the original version with just about the same amount of code, and some smart optimizations. </p> <p><a class="btn btn-lg btn-default btn-empty" href="#exampleCarousel" role="button">How to use</a></p> </div> </div> </div> </div> <a href="#myCarousel" class="left carousel-control" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a> <a href="#myCarousel" class="right carousel-control" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a> </div> <div id="main-container" class="container"> <div class="row"> <div class="col-sm-9" data-spy="scroll" data-target="#nav-scrollspy"> <section id="use"> <h2>Use</h2> <h3>Load from CDN</h3> <p>Thanks to <a href="http://www.jsdelivr.com/">jsdelivr</a> we have a CDN link, so drop this line before your ending <code>&lt;/body></code> tag. Latest releases <a href="http://www.jsdelivr.com/#!bootstrap.native">come here</a>.</p> <pre><span class="brush: xml; ruler: true; toolbar:false; gutter: false"> &lt;script type="text/javascript" src="https://cdn.jsdelivr.net/bootstrap.native/0.9.8/bootstrap-native.min.js"&gt;&lt;/script&gt; </span></pre> <p>As most of the scripts manipulate the DOM when ready, there is no need to include a <code>document.ready</code> statement or link the script(s) in the <code>&lt;head&gt;</code>. That's your first performance tip if you are new around here.</p> <h3>Working locally</h3> <p>If you host the file on your project folders, <a href="https://github.com/thednp/bootstrap.native/archive/master.zip">download the package at github</a>, unpack it, copy the file from the <code>dist/</code> folder into your application's assets folder, then simply drop this line (according to your application assets folders) before your ending <code>&lt;/body></code> tag.</p> <pre><span class="brush: xml; ruler: true; toolbar:false; gutter: false"> &lt;script type="text/javascript" src="../assets/js/bootstrap-native.min.js">&lt;/script> </span></pre> <p>Alternatively you can link individual scripts, exactly the scripts required for your specific page. The <code>lib</code> folder comes with all scripts in both raw and minified distribution formats, perhaps you are using <a href="http://requirejs.org/" target="_blank">require.js</a> or module loaders, check the next section.</p> <h3>npm, Bower, RequireJS, CommonJS</h3> <p>Thanks to <a href="http://ingwie.me/" target="_blank">Ingwie Phoenix</a>, our scripts here can be easily loaded for <code>npm</code>, <code>Bower</code> , <code>RequireJS</code> or <code>CommonJS</code>, so if you are using a module loader, you can also use this package via <code>require()</code> as well. Here's how to do it:</p> <pre><span class="brush: javascript; ruler: true; toolbar: false; gutter: false"> var bsn = require("bootstrap.native"); // Create a button: var btn = new bsn.Button(...); </span></pre> <p>This package can be installed using <code>npm</code> or <code>Bower</code> by using either of the commands below. You'll then be able to use the assets from the provided directory.</p> <pre><span class="brush: javascript; ruler: true; toolbar: false; gutter: false"> # Via bower: $ bower install --save bootstrap.native # Via NPM: $ npm install --save bootstrap.native </span></pre> <h3 id="required_css">Additional Styling</h3> <p>Since we are not using jQuery to do all the <code>.slideToggle()</code> or <code>.animate()</code> work, and in order to animate things, now we only need to enable the CSS3 transitions. Luckily, we only need one line, for <strong>collapse</strong> components, so copy this line in your application CSS files. Also the dismissible popovers require some styling for the closing button.</p> <pre><span class="brush: css; ruler: true; toolbar:false; gutter: false"> /* enables CSS3 transition for simple collapses, accordion and also navbar in responsive view */ .collapse { transition: height .3s ease-out; -webkit-transition: height .3s ease-out } /* styles the close button for the dismissible popovers */ .popover .close { position: absolute; top: 7px; right: 10px; } </span></pre> <h3>Browser Support</h3> <p>The scripts are tested to work perfect in all major browsers, and legacy browsers starting with <kbd>IE8</kbd>. Legacy browsers don't support CSS3 transitions and in order to make legacy browsers behave with the clean and fast code of today's HTML5 standards, make sure you include a polyfill that covers most of the scripts HTML5 code requirements for them. There are many more shims and polyfills out there, but this one below seems best, at least for me.</p> <pre><span class="brush: xml; ruler: true; toolbar:false; gutter: false">&lt;script src="https://cdn.polyfill.io/v1/polyfill.min.js">&lt;/script></span></pre> <p>OR give this one a try:</p> <pre><span class="brush: xml; ruler: true; toolbar:false; gutter: false">&lt;script src="https://cdn.jsdelivr.net/polyfills/polyfill.js"&gt;&lt;/script></span></pre> <p>OR include <a href="https://github.com/inexorabletash/polyfill" target="_blank">this one</a> (locate polyfill.min.js) in your application assets folders, it does not cover Carousel's <code>CustomEvent</code> own events <code>slid</code> and <code>slide</code>.</p> <p>Generally the scripts rely heavily on <code>addEventListener</code>, <code>querySelector</code>, <code>classList</code>, <code>getBoundingClientRect</code>, <code>data-</code> attributes, <code>forEach</code>, <code>Event</code>, <code>dispatchEvent</code> and other.</p> <p><strong>Remember</strong> that the polyfill link must be in your <code>&lt;head></code>. You can leave it there for all the browsers, but I think you should see this example here how I deleted the HTML5 shims link provided by default Bootstrap themes.</p> <h3>Before you go</h3> <ul> <li>All scripts run their specific functions right away, including Tooltip and Popover, as long as you use properly their DATA API attributes, so all except Button state/text toggle, you need to bind a handler for that, like the <a title="Go to Example" data-toggle="tooltip" href="#exampleButton">example shown here</a>.</li> <li>When a script targets an element via it's <code>ID</code> attribute, we always use <code>getElementById</code>, for obvious performance reasons. The other cases such as Collapse the target can also be invoked via it's <code>className</code> and <code>querySelector</code> is used.</li> <li>Some functions have been dropped since I personally never found any use of them, each script example will provide detailed info on that.</li> <li>Scripts doing transitions don't make use of any functions to detect <code>transitionend</code>, for performance and other reasons, we all know a fade is 150ms or carousel performs a 600ms slide animation, and most scripts have a simple option for that.</li> <li>I personally don't use and don't recommend using <a href="http://modernizr.com" target="_blank">Modernizr</a>. However some scripts like carousel, collapse or tabs need to know if the browser is IE9- in order to avoid unwanted behaviour and not emulate <code>transitionend</code> when not supported. For that specific reason you should follow the example given here and add via Javascript the <code>ie ie[version]</code> class to your html tag like this: <pre><span class="brush: xml; ruler: true; toolbar:false; gutter: false">&lt;!--[if IE 8]&gt;&lt;html class="ie ie8" lang="en"&gt;&lt;![endif]--&gt;</span></pre> or simply <pre><span class="brush: xml; ruler: true; toolbar:false; gutter: false">&lt;!--[if lt IE 10]&gt;&lt;html class="ie" lang="en"&gt;&lt;![endif]--&gt;</span></pre> Since we only need the <code>ie</code> class really, this would do to some extent, but if you care to dig even deeper, <a href="http://www.paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/" target="_blank">here's a full reference</a> on that. Remember: this isn't really a requirement, it's much more <b>optional</b> than you think. Scripts would perform perfect, but tabs for instance would have a 150ms delay of blank space while switching content. Still, this is the best practice I found so far for targeting specific functions to specific browsers.</li> </ul> </section> <section id="examples"> <h2>Examples</h2> <section id="exampleModal"> <h3>Modal</h3> <p> Modal has no <a href="http://getbootstrap.com/javascript/#modals-events" target="_blank">events attached</a>, such as <code>show.bs.modal</code> or <code>shown.bs.modal</code>, but if devs would need them, you can have a look at the code of carousel, it implements the events just like the original plugin. Modal also has no <a href="http://getbootstrap.com/javascript/#modals-methods" target="_blank">method as described in the documentation</a> of the original script, except the options. </p> <h4>Options</h4> <ul> <li><b>content</b> - the modal script comes with a template system instead of a load <b>remote</b> content function (Bootstrap 4 drops it). This option is only for Javascript invocation.</li> <li><b>duration</b> - if you are customizing the fade animation duration for Modal, you need to provide a duration via Javascript invoke function or <code>data-duration="DURATION"</code> attribute, an option to make sure everything is syncronized. This option is <code>300</code> by default, just like Bootstrap Modal fade duration.</li> <li><b>keyboard</b> - option to dismiss the current modal via <kbd>Esc</kbd> key. This option is <code>true</code> by default.</li> <li><b>backdrop</b> - option use / not the backdrop. This option is <code>true</code> by default.</li> </ul> <h4>Examples</h4> <p>Now let's have a look at some examples and write some more instructions.</p> <div id="myModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h4 class="modal-title" id="myModalLabel">Modal title</h4> </div> <div class="modal-body"> <h5>Title in a modal</h5> <p><a href="http://google.cn">This is</a> a link inside modal, est non commodo luctus, nisi erat porttitor ligula.</p> <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p> <p class="text-warning">If you click this <a href="#" data-dismiss="modal">link</a>, you will close this modal.</p><!----> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <div id="myModal1" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModal1Label" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> </div> </div> </div> <p> <button type="button" class="btn btn-warning btn-lg" data-toggle="modal" data-target="#myModal">Launch simple modal</button> <button id="custom-modal-template" type="button" data-toggle="modal" class="btn btn-default btn-lg" data-target="#myModal1">Launch modal from template</button> <a id="custom-modal-template2" data-toggle="modal" class="btn btn-default btn-lg" href="#myModal1">Same modal, other template</a> </p> <p>The first example above is just about the exact same as the <a href="http://getbootstrap.com/javascript/#live-demo" target="_blank">first example at Bootstrap demo page</a>, everything is exactly the same. The next two examples use the Modal template system. Here's how to do:</p> <pre><span class="brush: xml; ruler: true; toolbar:false; gutter: false"> &lt;!-- first, you need to provide a basic modal structure --&gt; &lt;div id="myModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"&gt; &lt;div class="modal-dialog"&gt; &lt;div class="modal-content"&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </span></pre> <p>The backdrop will be added automatically if not otherwise disabled. Ok now we need a trigger.</p> <pre><span class="brush: xml; ruler: true; toolbar:false; gutter: false"> &lt;!-- the modal can be triggered via a button with data-target="#myModal" attribute (example 2) --&gt; &lt;button id="custom-modal-template" type="button" data-toggle="modal" class="btn btn-default btn-lg" data-target="#myModal"&gt;Launch modal from template&lt;/button&gt; &lt;!-- or a link with href="#myModal" attribute (example 3) --&gt; &lt;a id="custom-modal-template" data-toggle="modal" class="btn btn-default btn-lg" href="#myModal"&gt;Launch modal from template&lt;/a&gt; </span></pre> <p>Finally we need a proper handler function to use the template system and fill the <code>&lt;div class="modal-content"&gt;</code> element. The example below can be found in the <code>../assets/js/scripts.js</code> file.</p> <pre><span class="brush: js; ruler: true; toolbar:false; gutter: false"> var modalFrame = document.getElementById('myModal'); // we need a blank modal to fill up var btnModal = document.getElementById('custom-modal-template'); // we grab the button trigger by it's ID btnModal.addEventListener('click', function() { //template content for modal example 2, should work for the third button as well var modal2 = new Modal(modalFrame, { content: '&lt;div class="modal-header"&gt;' +'&lt;button type="button" class="close" data-dismiss="modal" aria-label="Close"&gt;&lt;span aria-hidden="true"&gt;×&lt;/span&gt;&lt;/button&gt;' +'&lt;h4 class="modal-title" id="gridModalLabel"&gt;Modal title&lt;/h4&gt;' +'&lt;/div&gt;' +'&lt;div class="modal-body"&gt;' +'&lt;p&gt;This is where you fill up content you know, etc.&lt;/p&gt;' +'&lt;/div&gt;' +'&lt;div class="modal-footer"&gt;' +'&lt;button type="button" class="btn btn-default" data-dismiss="modal"&gt;Close&lt;/button&gt;' +'&lt;button type="button" class="btn btn-primary"&gt;Save changes&lt;/button&gt;' +'&lt;/div&gt;'}); }); </span></pre> <p>By changing the <code>innerHTML</code> of <code>the modal-header</code>, <code>modal-body</code> or <code>modal-footer</code> with variables, you can achieve exactly the same as the <a href="http://getbootstrap.com/javascript/#modals-related-target" target="_blank">other examples</a> from the demo of the original plugin.</p> </section> <section id="exampleDropdown"> <h3>Dropdown</h3> <p>Dropdown opens the dropdown-menu on click and closes it on click/blur after a 200ms timeout, to properly handle click on it's menu items, including external links. Dropdown doesn't cover the original <a href="http://getbootstrap.com/javascript/#dropdowns-methods" target="_blank">methods</a> or <a href="http://getbootstrap.com/javascript/#dropdowns-events" target="_blank">events</a>, it simply toggles the dropdown.</p> <div class="btn-group"> <button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Simple Dropdown <span class="caret"></span></button> <ul class="dropdown-menu" role="menu"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li class="divider"></li> <li><a href="#">Separated link</a></li> </ul> </div> <div class="btn-group"> <button type="button" class="btn btn-default">Split Dropdown</button> <button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown" aria-expanded="false"><span class="caret"></span></button> <ul class="dropdown-menu" role="menu"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li class="divider"></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="http://google.cn" target="_blank">External link</a></li> </ul> </div> <ul class="nav nav-pills pull-right"> <li class="dropdown"> <a id="drop1" href="#" class="dropdown-toggle" data-toggle="dropdown" data-trigger="mouseover" aria-haspopup="true" role="button" aria-expanded="false"> Pill <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu" aria-labelledby="drop1"> <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Something else here</a></li> <li role="presentation" class="divider"></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="http://google.cn" target="_blank">External link</a></li> </ul> </li> <li class="dropdown"> <a id="drop2" href="#" class="dropdown-toggle" data-toggle="dropdown" data-trigger="mouseover" aria-haspopup="true" role="button" aria-expanded="false"> Dropdown <span class="caret"></span> </a> <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="drop2"> <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Something else here</a></li> <li role="presentation" class="divider"></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="http://google.cn" target="_blank">External link</a></li> </ul> </li> </ul> </section> <section id="exampleScrollspy"> <h3>Scrollspy</h3> <p> <strong>ScrollSpy</strong> requires the element and all it's <code>childNodes</code> to have <code>position: relative</code> and fill the entire area, so it does not work on targeting headings. See the notes below the example. The script does not cover the original <a href="http://getbootstrap.com/javascript/#scrollspy-methods" target="_blank">methods, events or option</a>, can only be controlled via DATA API. </p> <p class="text-danger" style="font-weight: bold">The object always targets a <code>.nav</code> component, where the original plugin targets it's wrapper, and this was creating lots of confusion.</p> <h4>Options</h4> <ul> <li><b>target</b> - the only option for Scrollspy, is the target of the container with <code>data-spy="scroll"</code> attribute. Can be set as shown via DATA API or Javascript. See notes for the example below.</li> </ul> <h4>Example</h4> <div data-example-id="embedded-scrollspy"> <nav class="navbar navbar-inverse navbar-static"> <div class="navbar-header"> <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#scrollSpy-nav"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">Project Name</a> </div> <div id="scrollSpy-nav" class="collapse navbar-collapse"> <ul id="navbar-example2" class="nav navbar-nav"> <li class="active"><a href="#fat">@fat</a></li> <li class=""><a href="#mdo">@mdo</a></li> <li class="dropdown"> <a href="#" id="navbarDrop1" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Dropdown <span class="caret"></span></a> <ul class="dropdown-menu" role="menu" aria-labelledby="navbarDrop1"> <li class=""><a href="#one" tabindex="-1">one</a></li> <li class=""><a href="#two" tabindex="-1">two</a></li> <li class="divider"></li> <li class=""><a href="#three" tabindex="-1">three</a></li> </ul> </li> </ul> </div> </nav> <div data-spy="scroll" data-target="#navbar-example2" class="scrollspy-example"> <div id="fat"> <h4>@fat</h4> <p>Ad leggings keytar, brunch id art party dolor labore. Pitchfork yr enim lo-fi before they sold out qui. Tumblr farm-to-table bicycle rights whatever. Anim keffiyeh carles cardigan. Velit seitan mcsweeney's photo booth 3 wolf moon irure. Cosby sweater lomo jean shorts, williamsburg hoodie minim qui you probably haven't heard of them et cardigan trust fund culpa biodiesel wes anderson aesthetic. Nihil tattooed accusamus, cred irony biodiesel keffiyeh artisan ullamco consequat.</p> </div> <div id="mdo"> <h4>@mdo</h4> <p>Veniam marfa mustache skateboard, adipisicing fugiat velit pitchfork beard. Freegan beard aliqua cupidatat mcsweeney's vero. Cupidatat four loko nisi, ea helvetica nulla carles. Tattooed cosby sweater food truck, mcsweeney's quis non freegan vinyl. Lo-fi wes anderson +1 sartorial. Carles non aesthetic exercitation quis gentrify. Brooklyn adipisicing craft beer vice keytar deserunt.</p> </div> <div id="one"> <h4>one</h4> <p>Occaecat commodo aliqua delectus. Fap craft beer deserunt skateboard ea. Lomo bicycle rights adipisicing banh mi, velit ea sunt next level locavore single-origin coffee in magna veniam. High life id vinyl, echo park consequat quis aliquip banh mi pitchfork. Vero VHS est adipisicing. Consectetur nisi DIY minim messenger bag. Cred ex in, sustainable delectus consectetur fanny pack iphone.</p> </div> <div id="two"> <h4>two</h4> <p>In incididunt echo park, officia deserunt mcsweeney's proident master cleanse thundercats sapiente veniam. Excepteur VHS elit, proident shoreditch +1 biodiesel laborum craft beer. Single-origin coffee wayfarers irure four loko, cupidatat terry richardson master cleanse. Assumenda you probably haven't heard of them art party fanny pack, tattooed nulla cardigan tempor ad. Proident wolf nesciunt sartorial keffiyeh eu banh mi sustainable. Elit wolf voluptate, lo-fi ea portland before they sold out four loko. Locavore enim nostrud mlkshk brooklyn nesciunt.</p> </div> <div id="three"> <h4>three</h4> <p>Ad leggings keytar, brunch id art party dolor labore. Pitchfork yr enim lo-fi before they sold out qui. Tumblr farm-to-table bicycle rights whatever. Anim keffiyeh carles cardigan. Velit seitan mcsweeney's photo booth 3 wolf moon irure. Cosby sweater lomo jean shorts, williamsburg hoodie minim qui you probably haven't heard of them et cardigan trust fund culpa biodiesel wes anderson aesthetic. Nihil tattooed accusamus, cred irony biodiesel keffiyeh artisan ullamco consequat.</p> <p>Keytar twee blog, culpa messenger bag marfa whatever delectus food truck. Sapiente synth id assumenda. Locavore sed helvetica cliche irony, thundercats you probably haven't heard of them consequat hoodie gluten-free lo-fi fap aliquip. Labore elit placeat before they sold out, terry richardson proident brunch nesciunt quis cosby sweater pariatur keffiyeh ut helvetica artisan. Cardigan craft beer seitan readymade velit. VHS chambray laboris tempor veniam. Anim mollit minim commodo ullamco thundercats. </p> </div> </div> </div> <p>The above example, is the exact same as for the original plugin. For this example we are having the <code>scrollTarget</code> as the element itself and above it the <code>.nav</code> component to target the Scrollspy object.</p> <pre><span class="brush: xml; ruler: true; toolbar:false; gutter: false"> <!-- this is our element --> &lt;div data-spy="scroll" data-target="#navbar-example2" class="scrollspy-example"&gt; <!-- this is our element's target, the nav component --> &lt;ul id="navbar-example2" class="nav"&gt; </span></pre> <p>Generally for Scrollspy to work perfect, you would want to avoid incorrect behavior because the element's children don't fill their entire area, you may consider using:</p> <pre><span class="brush: css; ruler: true; toolbar:false; gutter: false">.scrollspy-example > * { float: left; width: 100%; clear: both }</span></pre> <p>Also like the original plugin, the other example in this page is the side navigation on the right side that pins to top. This example uses the <code>window</code> as the internal <code>scrollTarget</code>, but you don't have to worry about that, it's just for you to know.</p> </section> <section id="exampleTab"> <h3>Tab</h3> <p> <b>Tab</b> works with any kind of navigation components in Bootstrap as you can see in the example below. The script only works via DATA API, and has no support for the original <a href="http://getbootstrap.com/javascript/#tabs-usage" target="_blank">methods or events</a>. Unlike the original plugin, the animation is smooth because it waits for the current active tab to fade away first before animating the next. </p> <h4>Options</h4> <ul> <li><b>duration</b> - the only option for Tab, is an internal 150ms duration setting to emulate <code>transitionend</code>. If you are using a different fade duration than the default plugin, this can be set via <code>data-duration="DURATION"</code> attribute.</li> </ul> <div style="position: relative"> <h4>Example</h4> <div class="btn-group"> <button type="button" class="btn btn-success btn-xs" data-toggle="dropdown">Toggle View</button> <button type="button" class="btn btn-primary btn-xs dropdown-toggle" data-toggle="dropdown" aria-expanded="false"><span class="caret"></span></button> <ul class="dropdown-menu pull-right" role="menu"> <li class=""><a href="#" data-nclass="nav nav-tabs">Tabs</a></li> <li class=""><a href="#" data-nclass="nav nav-pills">Pills Horizontal</a></li> <li class=""><a href="#" data-nclass="nav nav-pills nav-stacked">Pills Stacked</a></li> <li class=""><a href="#" data-nclass="list-inline">Inline List</a></li> <li class=""><a href="#" data-nclass="nav navbar-nav">Navbar</a></li> <li class=""><a href="#" data-nclass="nav nav-list">Regular Nav</a></li> <li class=""><a href="#" data-nclass="nav panel panel-primary">Panel</a></li> </ul> </div> </div> <ul id="myTab" class="nav nav-tabs" role="tablist"> <li role="presentation" class="active"><a href="#home" id="home-tab" role="tab" data-toggle="tab" aria-controls="home" aria-expanded="true">Home</a></li> <li role="presentation"><a href="#profile" role="tab" id="profile-tab" data-toggle="tab" aria-controls="profile">Profile</a></li> <li role="presentation" class="dropdown"> <a href="#" id="myTabDrop1" class="dropdown-toggle" data-toggle="dropdown" aria-controls="myTabDrop1-contents" aria-expanded="false">Dropdown <span class="caret"></span></a> <ul class="dropdown-menu" role="menu" aria-labelledby="myTabDrop1" id="myTabDrop1-contents"> <li class=""><a href="#dropdown1" tabindex="-1" role="tab" id="dropdown1-tab" data-toggle="tab" aria-controls="dropdown1" aria-expanded="false">Some tab</a></li> <li class=""><a href="#dropdown2" tabindex="-1" role="tab" id="dropdown2-tab" data-toggle="tab" aria-controls="dropdown2" aria-expanded="false">Other tab</a></li> </ul> </li> </ul> <div id="myTabContent" class="tab-content"> <div role="tabpanel" class="tab-pane fade active in" id="home" aria-labelledby="home-tab"> <p>Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.</p> </div> <div role="tabpanel" class="tab-pane fade" id="profile" aria-labelledby="profile-tab"> <p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.</p> </div> <div role="tabpanel" class="tab-pane fade" id="dropdown1" aria-labelledby="dropdown1-tab"> <p>Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.</p> </div> <div role="tabpanel" class="tab-pane fade" id="dropdown2" aria-labelledby="dropdown2-tab"> <p>Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.</p> </div> </div> </section> <section id="exampleTooltip"> <h3>Tooltip</h3> <p>This here is an example <a href="#" data-toggle="tooltip" title="This is tooltip title attribute turned into a Tooltip">Tooltip</a> only using <code>data-toggle="tooltip"</code>. Unlike the original Bootstrap Tooltip, the native Javascript version here can do automatic placement, without any additional options required. Another key difference is that this script will never bubble, also worth mentioning it works perfect with IE8+ and is half the size of the original script.</p> <p>Now let's test all the other placement positions, we start with the <a href="#" title="Testing bottom placement" data-toggle="tooltip" data-placement="bottom">bottom</a> placement, then <a href="#" title="Testing left placement" data-toggle="tooltip" data-placement="left">left</a>, and <a href="#" title="Testing right placement" data-toggle="tooltip" data-placement="right">right</a>.</p> <h4>Options</h4> <ul> <li><b>animation</b> - option to customize the Tooltip animation. If you are using a different animation other than <code>fade</code>, you can specify that via <code>data-animation="ANIMATION"</code> attribute. This will add an additional CSS class to the Tooltip to enable a custom transition. The default value is <code>fade</code>.</li> <li><b>placement</b> - option to set a specific Tooltip placement to <code>top</code>, <code>bottom</code>, <code>left</code> or <code>right</code>, relative to it's target. The default value is <code>top</code>.</li> <li><b>duration</b> - is an internal 150ms duration setting to emulate <code>transitionend</code>. If you are using a different duration than the default plugin, this can be set via <code>data-duration="DURATION"</code> attribute. The default value is <code>150</code>.</li> <li><b>delay</b> - is an internal 100ms delay before generating the tooltip, helpful for legacy browsers to be able to compute the automatic positioning. Can be set via <code>data-delay="DELAY"</code> attribute. The default value is <code>100</code>.</li> </ul> <h4>Examples</h4> <p>Let's put it to the test! Some heavy testing on the automatic repositioning with very very long tooltips.</p> <p> <button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="left" title="Tooltip on left">Left</button> <button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="top" title="Tooltip on top">Top</button> <button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Tooltip on bottom">Bottom</button> <button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Tooltip on right">Right</button> <button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="left" title="Tooltip on left<br> Here we add more content for testing. Perhaps adding even more content would make the job more difficult? Nope, same as if this was a very very short tooltip. Efficiently unleash cross-media information without cross-media value. Quickly maximize timely deliverables for real-time schemas.">Left</button> <button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="top" title="Tooltip on top<br> Here we add more content for testing. Perhaps adding even more content would make the job more difficult? Nope, same as if this was a very very short tooltip. Efficiently unleash cross-media information without cross-media value. Quickly maximize timely deliverables for real-time schemas.">Top</button> <button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Tooltip on bottom<br> Here we add more content for testing. Perhaps adding even more content would make the job more difficult? Nope, same as if this was a very very short tooltip. Efficiently unleash cross-media information without cross-media value. Quickly maximize timely deliverables for real-time schemas.">Bottom</button> <button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Tooltip on right<br> Here we add more content for testing. Perhaps adding even more content would make the job more difficult? Nope, same as if this was a very very short tooltip. Efficiently unleash cross-media information without cross-media value. Quickly maximize timely deliverables for real-time schemas.">Right</button> </p> <h4>Additional Note</h4> <p>You can also enable Tooltip for elements not having the specific DATA API, but have a <code>title="Not null title"</code> attribute. You can do the following:</p> <pre><span class="brush: js; ruler: true; toolbar:false; gutter: false"> // find all elements with title attribute var elementsTooltip = document.querySelectorAll('[title]'); // attach a tooltip for each [].forEach.call(elementsTooltip, function(el) { var elTooltip = new Tooltip(el, { placement: 'top', //string animation: 'slideNfade', // CSS class duration: 200, // integer delay: 150, // integer }) }); </span></pre> <p>Tooltip always uses the <code>document.body</code> as the containe and doesn't cover template system like the original, and remember that it can do automatic placement without any additional options.</p> </section> <section id="examplePopover"> <h3>Popover</h3> <p>This here is an example <a href="#" data-toggle="popover" data-title="Popover Title" data-content="This is popover content. Did you feel any difference so far?">Popover</a> using <code>data-toggle="popover"</code>. Unlike the original Bootstrap Popover, this script does not require the Tooltip script and works just about the same as the above except that Popover has, like the original script, the ability to work with templates and trigger options: <code>hover</code> (default), <code>click</code> and <code>focus</code>.</p> <p>Without further talking, let's test all the options, and placement positions, we start with the <a href="#" data-content="Testing bottom placement" data-toggle="popover" data-placement="bottom">bottom</a> placement, then <a href="#" data-content="Testing left placement" data-toggle="popover" data-placement="left">left</a>, and <a href="#" data-content="Testing right placement" data-toggle="popover" data-placement="right">right</a>.</p> <h4>Options</h4> <ul> <li><b>template</b> - via Javascript, you can dynamically create popovers via the template system. See examples below.</li> <li><b>content</b> - the <code>data-content="CONTENT"</code> attribute to fill the Popover. If the template is not specified via Javascript or the content option is not set, the Popover will not initiate.</li> <li><b>title</b> - the <code>data-title="TITLE"</code> attribute to fill the Popover title.</li> <li><b>trigger</b> - option to change the Popover trigger event: <code>hover</code>, <code>focus</code> and <code>click</code>. In some cases you may want to open Popover on <code>focus</code> for form elements or <code>click</code> for other buttons, you can specify that via <code>data-trigger="EVENT"</code> attribute. The default value is <code>hover</code>.</li> <li><b>animation</b> - option to customize the Popover animation. If you are using a different animation other than <code>fade</code>, you can specify that via <code>data-animation="ANIMATION"</code> attribute. This will add an additional CSS class to the Popover to enable a custom transition. The default value is <code>fade</code>.</li> <li><b>dismiss</b> - option to make the Popover dismissible. When used, it will also add an <kbd>X</kbd> button at the top-right of the popover. You can enable this option via <code>data-dismiss="true"</code> attribute. The default value is <code>false</code>.</li> <li><b>placement</b> - option to set a specific Popover placement to <code>top</code>, <code>bottom</code>, <code>left</code> or <code>right</code>, relative to it's target. The default value is <code>top</code>.</li> <li><b>duration</b> - is an internal 150ms duration setting to emulate <code>transitionend</code>. If you are using a different duration than the default plugin, this can be set via <code>data-duration="DURATION"</code> attribute. The default value is <code>150</code>.</li> <li><b>delay</b> - is an internal 100ms delay before generating the Popover, helpful for legacy browsers to be able to compute the automatic positioning. Can be set via <code>data-delay="DELAY"</code> attribute. The default value is <code>100</code>.</li> </ul> <h4>Examples</h4> <p>Now we are going to test buttons and Popover with large contents. The last two examples below are using the template system and different trigger options. The Popover generated for the last two examples can be dismissed on window resize or blur (focus out).</p> <p> <button type="button" class="btn btn-default" data-toggle="popover" data-placement="left" data-content="Popover on left">Left</button> <button type="button" class="btn btn-default" data-toggle="popover" data-placement="top" data-content="Popover on top">Top</button> <button type="button" class="btn btn-default" data-toggle="popover" data-placement="bottom" data-content="Popover on bottom<br> Here we add more content for testing. Completely synergize resource sucking relationships via premier niche markets.">Bottom</button> <button type="button" class="btn btn-default" data-dismiss="true" data-toggle="popover" data-title="Dismissible Popover" data-placement="right" data-content="Here we add more content for testing. Efficiently unleash cross-media information without cross-media value. Quickly maximize timely deliverables for real-time schemas.">Right Dismissible</button> <input style="max-width: 180px; display: inline; width: auto" type="text" value="" class="form-control popover-via-template" placeholder="Focus me" data-toggle="popover"> <button type="button" id="popover-via-click" class="btn btn-default" data-trigger="click" data-content="You clicked the button and as a result, this message box simply.. popped.<br>Now simply click anywhere to dismiss.">Click to open</button> </p> <h4>Additional Note</h4> <p>To use the template system, you can attach a custom handler to a target as the following:</p> <pre><span class="brush: js; ruler: true; toolbar:false; gutter: false"> //define some variables or get their values from other scripts var someTitleFromOtherCode = 'Sample title'; var someContentFromOuterSpace = '&lt;p&gt;Some sample message.&lt;/p&gt;'; //initiate Popover with the template var popover2 = new Popover('.popover-via-template', { // where .popover-via-template is the text input trigger: 'focus', template: '&lt;div class="popover" role="tooltip"&gt;' + '&lt;div class="arrow"&gt;&lt;/div&gt;' + '&lt;h3 class="popover-title"&gt;'+someTitleFromOtherCode+'&lt;/h3&gt;' + '&lt;div class="popover-content"&gt;'+someContentFromOuterSpace+'&lt;/div&gt;' + '&lt;/div&gt;' }); </span></pre> <p>The above code can be found in the <code>../assets/js/scripts.js</code> file.</p> <p><b>Remember</b> - Popover always uses the <code>document.body</code> as the container, just like the Tooltip and does automatic placement without options.</p> </section> <section id="exampleAlert"> <h3>Alert</h3> <p><b>Alert</b> does not have any <a href="http://getbootstrap.com/javascript/#alerts-methods" target="_blank">events and methods</a>, it's action simply dismisses the Alert component. Unlike the original plugin, this script can successfully handle later added alerts into the DOM. See Button <a href="#exampleButton">first example below</a>.</p> <div class="alert alert-warning alert-dismissible fade in" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button> <strong>Holy guacamole!</strong> Best check yo self, you're not looking too good. </div> <div class="alert alert-danger alert-dismissible fade in" role="alert"> <button type="button" class="close" aria-label="Close"><span aria-hidden="true">×</span></button> <h4 id="oh-snap!-you-got-an-error!">Oh snap! You got an error!<a class="anchorjs-link" href="#oh-snap!-you-got-an-error!"></a></h4> <p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p> <p> <button type="button" class="btn btn-danger">Take this action</button> <button type="button" class="btn btn-default">Or do this</button> </p> </div> <p><b>Alert</b> also uses a 150ms internal <code>duration</code> to emulate <code>transitionend</code>. No option required or needed really.</p> </section> <section id="exampleButton"> <h3>Button</h3> <p><b>Button</b> script allows you to change the text of a given button. If using a <code>data-loading-text="Loading.."</code> attribute, the button will also change it's state to disabled. The other function of the script is to toggle checkboxes and radio buttons, it's a most awaited form replacement for the good old checks and radios.</p> <h4>Options</h4> <ul> <li><b>STRING-text</b> - the only option for Button, allows you to change a button's text via it's <code>data-OPTION-text="Sample text"</code> attribute.</li> </ul> <h4>Example</h4> <p>This is a quick example of button setting state via string options. Like the original script we make an example for <code>loading</code> state for the button. For the purpose of testing here, the button will come back to original state after a short <code>setTimeout</code> delay.</p> <p><button type="button" id="myButton" data-toggle="button" data-loading-text="Loading..." class="btn btn-primary">Loading state</button></p> <h4>Basic Usage</h4> <pre><span class="brush: xml; ruler: true; toolbar:false; gutter: false"> <!-- this is the example button --> &lt;button type="button" id="myButton" data-toggle="button" data-loading-text="Loading..." class="btn btn-primary" autocomplete="off"&gt; Loading state &lt;/button&gt; </span></pre> <pre><span class="brush: js; ruler: true; toolbar:false; gutter: false"> //the method works like this var btn = document.getElementById('myButton'); btn.addEventListener('click', function() { new Button(btn,'loading'); //this assumes button has a data-loading-text="Loading..." attribute }) </span></pre> <p>This action will create an additional <code>data-original-title="Loading state"</code> attribute, required for the below <code>reset</code> method.</p> <pre><span class="brush: js; ruler: true; toolbar:false; gutter: false"> //the reset method works like this new Button(btn,'reset'); </span></pre> <p>Next we will toggle some checkboxes. You should open your console to test the handler functions bound by the <code>change</code> event of the following checkboxes and radio buttons.</p> <p> <span class="btn-group" data-toggle="buttons"> <label class="btn btn-default active"> <span class="glyphicon glyphicon-plus-sign"></span> <input type="checkbox" autocomplete="off" checked> Checkbox 1 (pre-checked) </label> <label class="btn btn-default"> <span class="glyphicon glyphicon-plus-sign"></span> <input type="checkbox" autocomplete="off"> Checkbox 2 </label> <label class="btn btn-default"> <span class="glyphicon glyphicon-plus-sign"></span> <input type="checkbox" autocomplete="off"> Checkbox 3 </label> </span> </p> <p>Finally we toggle radio buttons.</p> <p> <span class="btn-group" data-toggle="buttons"> <label class="btn btn-default"> <span class="glyphicon glyphicon-ok-sign"></span> <input type="radio" name="options" id="option1" autocomplete="off"> Radio 1 </label> <label class="btn btn-default active"> <span class="glyphicon glyphicon-ok-sign"></span> <input type="radio" name="options" id="option2" autocomplete="off" checked> Radio 2 (preselected) </label> <label class="btn btn-default"> <span class="glyphicon glyphicon-ok-sign"></span> <input type="radio" name="options" id="option3" autocomplete="off"> Radio 3 </label> </span> </p> <p>As a quick note, here's the example for checkboxes.</p> <pre><span class="brush: xml; ruler: true; toolbar:false; gutter: false"> &lt;div class="btn-group" data-toggle="buttons"&gt; &lt;label class="btn btn-default active"&gt; &lt;input type="checkbox" autocomplete="off" checked&gt; Checkbox 1 (pre-checked) &lt;/label&gt; &lt;label class="btn btn-default"&gt; &lt;input type="checkbox" autocomplete="off"&gt; Checkbox 2 &lt;/label&gt; &lt;label class="btn btn-default"&gt; &lt;input type="checkbox" autocomplete="off"&gt; Checkbox 3 &lt;/label&gt; &lt;/div&gt; </span></pre> <p>The <code>../assets/js/scripts.js</code> file has some console log functions bound by the change of the <code>.btn-group</code> components.</p> <pre><span class="brush: js; ruler: true; toolbar:false; gutter: false"> //grab all checkboxes var checkBtns = document.querySelectorAll('input[type="checkbox"]'); //attach a handler to first checkBtns[0].addEventListener('change',function() { // do your stuff when first checkbox changes }) // OR //attach a handler to the first btn-group document.querySelectorAll('[data-toggle="buttons"]')[0].addEventListener('change', function(e) { console.log( 'The button group with checkboxes inside changed' ); //do your stuff when btn-group changed }); </span></pre> <h4>Additional Notes</h4> <p> Button will activate automatically for all <code>.btn-group</code> component instances if they have <code>data-toggle="buttons"</code> and the appropriate input elements inside like our examples here. The script properly covers the "change" event for checkbox and radio buttons, allowing other functions to bind into context. The event is also bound to the <code>.btn-group</code> component. The script doesn't have any method to control it's toggle functions for checkbox and radio buttons as described by the documentation of the original plugin. </p> <p>Button also doesn't cover <a href="http://getbootstrap.com/javascript/#buttons-single-toggle" target="_blank">single toggle</a>.</p> </section> <section id="exampleCollapse"> <h3>Collapse</h3> <p><b>Collapse</b> is a great way to toggle content, and it's also used for collapsible navbar. It's not animating on modern browsers unless you use the <a href="#required_css">provided CSS</a>, and legacy browsers don't support transitions. Unlike other scripts, this is the only component that can be targeted by it's toggle links by it's <code>className</code> via the <code>data-target=".className"</code> attribute, along with the traditional <code>data-target="#collapseId"</code>. The collapsible navbar in Bootstrap for instance works mostly via <code>data-target=".bs-navbar-collapse"</code> attribute.</p> <p>Collapse requires proper wrapping of contents, similar to wells, accordion and responsive navbar examples. With other words, you cannot toggle a bunch of paragraphs at once unless you wrap them into a container and give it a unique ID and a <code>collapse</code> class.</p> <h4>Options</h4> <ul> <li><b>duration</b> - the only option required is a 300ms duration internal setting just as in the provided CSS, to emulate <code>transitionend</code> for modern browsers. If you use a different duration, you can specify that via <code>data-duration="DURATION"</code> attribute.</li> </ul> <h4>Examples</h4> <p>Here's a quick <b>collapse</b> demonstration, but I would also recommend you to try the navbar on this page on a smaller screen size or on a mobile device. </p> <p> <a class="btn btn-primary" data-toggle="collapse" href="#collapseExample" aria-expanded="true" aria-controls="collapseExample">Link with href</a> <button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="true" aria-controls="collapseExample">Button with data-target</button> </p> <div class="collapse" id="collapseExample" aria-expanded="false" role="presentation"> <div class="well"> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. </div> </div> <p>Here's an <b>Accordion</b> component, basically a set of <b>Panel</b> components. When the toggle links are clicked, our Collapse object will look for the closest <code>&lt;div class="accordion-className"</code> or <code>&lt;div id="accordion-id"</code> via <code>data-parent="selector"</code>. </p> <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true"> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingOne"> <h4 class="panel-title" id="-collapsible-group-item-#1-"> <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne"> Collapsible Group Item #1 </a> </h4> </div> <div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne"> <div class="panel-body"> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title" id="-collapsible-group-item-#2-"> <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo"> Collapsible Group Item #2 </a> </h4> </div> <div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingThree"> <h4 class="panel-title" id="-collapsible-group-item-#3-"> <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree"> Collapsible Group Item #3 </a> </h4> </div> <div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree"> <div class="panel-body"> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. </div> </div> </div> </div> <p>Remember that all toggle links must reference the accordion via <code>data-parent="selector"</code> as described above in order to collapse current opened container.</p> </section> <section id="exampleCarousel"> <h3>Carousel</h3> <p><b>Carousel</b> is an excelent content showcase script, and as the original plugin, it handles both <code>slid</code> and <code>slide</code> events, just as shown in the example below.</p> <p>The script uses an internal duration value (default Bootstrap Carousel transition duration) + 100ms more, needed to emulate <code>transitionend</code>, and during this time, all click handlers are disabled to prevent any animation issue or code bubbles, similar to the original script. On legacy browsers this duration is 100ms and your HTML tag needs a class <code>ie</code> for that.</p> <p>When configured to pause on hover, it also adds a <code>paused</code> class to it to help prevent any anomalies. The script does not implement the original methods.</p> <h4>Options</h4> <ul> <li><b>duration</b> - an option to customize the <code>600ms</code> internal duration required to emulate <code>transitionend</code> for modern browsers. If you use a different duration, you can specify that via <code>data-duration="DURATION"</code> attribute. The default value is <code>600</code>.</li> <li><b>interval</b> - the time delay between transitions. If you want to use a different interval, you can specify that via <code>data-interval="INTERVAL"</code> attribute. To disable automatic transition, simply use <code>data-interval="false"</code> attribute. The default value is <code>5000</code>.</li> <li><b>pause</b> - makes possible to pause the carousel transition on mouse hover and touchdown. If you want to disable pause on hover, do that via <code>data-pause="false"</code> attribute. The default value is <code>hover</code>.</li> <li><b>keyboard</b> - enables the carousel to be controllable via left and right keyboard keys. If you want to enable this option, do that via <code>data-keyboard="true"</code> attribute. The default value is <code>false</code>.</li> </ul> <h4>Example</h4> <p> This is a test demonstrating the carousel capabilities and it's events, so open your console, and start clicking, you will be noticed before and after the animation.</p> <div class="thumbnail"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel" data-interval="false"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="http://lorempixel.com/837/300/" alt=""> <div class="carousel-caption"> <h3>This is another carousel</h3> </div> </div> <div class="item"> <img src="http://lorempixel.com/837/300/abstract/" alt=""> <div class="carousel-caption"> <h3>This is a caption</h3> </div> </div> <div class="item"> <img src="http://lorempixel.com/837/300/sports" alt=""> <div class="carousel-caption"> <h3>This is another caption</h3> </div> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> <p>The handlers bound to Carousel's specific events explain what happens with the other <a href="#myCarousel">example in this site's header</a>. Let's have a quick look at it.</p> <pre><span class="brush: js; ruler: true; toolbar:false; gutter: false"> //demo myCarousel demonstrating the slid and slide events var mainSlider = document.getElementById('myCarousel'); mainSlider.addEventListener('slid.bs.carousel', function(e) { // get the caption of current active item before slide var active = mainSlider.querySelector('.item.active .carousel-caption'); active.classList.remove('slide') }); mainSlider.addEventListener('slide.bs.carousel', function(e) { // get the caption of new active item after slide var active = mainSlider.querySelector('.item.active .carousel-caption'); active.classList.add('slide') }); </span></pre> <h4>Additional Notes</h4> <p>Carousel does not use DATA API for previous and next navigation controls, which means you can ignore <code>data-slide="prev"</code> and <code>data-slide="next"</code> attributes, but they must have at least <code>class="carousel-control"</code>.</p> </section> <section id="exampleAffix"> <h3>Affix</h3> <p><b>Affix</b> is the one little script pinning the side navigation to top once the scroll reaches a certain offset value. It works exactly like the original and requires some additional CSS in order to work properly. When scrolling the page, the given element will receive an <code>affix</code> class once the scroll reaches the target or given offset value, and further more an additional <code>affix-bottom</code> class once the scroll value reaches the maximum scroll height at the given bottom offset.</p> <h4>Options</h4> <ul> <li><b>target</b> - Affix can pin an element to top once the scroll reaches it's target offsetTop. You can set the target via <code>data-target="target-className"</code> or <code>data-target="#target-ID"</code> attribute.</li> <li><b>offsetTop</b> - allows an element to pin to top when scroll reaches a specific value. This can be set via <code>data-offset-top="OFFSET"</code> attribute, where OFFSET is integer. Via Javascript you can also assign a function to our <code>offsetTop</code> option.</li> <li><b>offsetBottom</b> - allows an element to pin to bottom at a certain offset relative to the window maximum scroll. This can be set via <code>data-offset-bottom="OFFSET"</code> attribute, where OFFSET is integer. Via Javascript you can also assign a function to our <code>offsetBottom</code> option.</li> </ul> <h4>Example</h4> <p>Here we go, we'll have a look at our example here and explain things. First we configure an element to be pinned to top and / or bottom.</p> <pre><span class="brush: xml; ruler: true; toolbar:false; gutter: false"> &lt;ul class="nav nav-stacked" data-spy="affix" data-target="#use" data-offset-bottom="200"&gt; </span></pre> <p>Alternatively, via Javascript we can achieve the same with:</p> <pre><span class="brush: js; ruler: true; toolbar:false; gutter: false"> //grab the element by it's ID var elToAffix = document.getElementById('myNav'); var theAffix = new Affix(elToAffix, { target: '#use', offsetBottom: 200, }); </span></pre> <p>Similar to the original plugin, we can make use of a function, we can determine the offsetTop value from the height of the previous element above the initial target:</p> <pre><span class="brush: js; ruler: true; toolbar:false; gutter: false"> var elToAffix = document.getElementById('myNav'); var theAffix = new Affix(elToAffix, { offsetTop: function(){ return document.getElementById('myCarousel').offsetHeight }, offsetBottom: 200, }); </span></pre> <p>Now we must make sure our element is properly styled to make sure it works properly.</p> <pre><span class="brush: css; ruler: true; toolbar:false; gutter: false"> /* this style applies to mobile devices, on screens SMALLER than 768px */ /* affix example */ #side-nav {clear: both} #side-nav .nav.affix, #side-nav .nav.affix.affix-bottom { position: relative; margin: 20px 0; } /* this style applies to other devices, on screens LARGER than 768px */ @media (min-width: 768px) { /* affix example */ #side-nav .nav.affix { position: fixed !important; width: 263px; top: 0; } #side-nav .nav.affix.affix-bottom { top: auto; bottom: 150px; } } </span></pre> <h4>Additional Note</h4> <p>Using static values for <code>offsetTop</code> and / or <code>offsetBottom</code> would work best on non-responsive websites, or when the elements don't change their height when window resize occurs.</p> <p>The given <code>../assets/js/script.js</code> also provides a way to automatically resize the pinned element when window resize occurs. Make sure you check that too.</p> </section> </section> <section id="about"> <h2>About</h2> <h3>Why Native Javascript?</h3> <p> <strong>Mission</strong> | <a href="https://github.com/thednp/bootstrap.native">The Native Javascript for Bootstrap</a> project was born to help. It doesn't totally and perfectly replace all the functions the jQuery Plugins have for Bootstrap, but the essential tools. In many cases it performs much better than the original code, like an upgraded version of the original. I've literally learned to code native Javascript developing these scripts here. To sum up, this aims to help me and you transition into a better developer, doing things right from the next big project. </p><p> <strong>Context</strong> | Today's most popular HTML5 framework is <a target="_blank" href="http://getbootstrap.com">Bootstrap</a> and like any other there's ups and downs. We all know about the PROs, but one of the CONs is the <a href="http://jquery.com" target="_blank">jQuery</a> <em>dependency</em>. Why in the world would you ever drop jQuery? What can you put in it's place? The answer is this this: <em>clean Javascript code</em>. All browsers on all devices support it or they damn should be, because nothing would work, not even jQuery, Zepto, Dojo, AngularJS, whatever. The latest <a href="http://www.google.com/trends/explore#q=jquery%2C%20mootools%2C%20javascript" target="_blank">trends</a> indicate that jQuery already peaked and is becoming less and less relevant. </p><p> <strong>Perspective</strong> | The standards are now generally adopted and mobile platforms are "on the wave". The future brings more changes and we cannot fix-n-hack or hack-to-fix anymore via jQuery. Performance is the one and only true goal to follow, so if dropping jQuery and cleaning up the code is the way to go, we'll go for it. jQuery is still so cool and efficient but I feel it's too overpowered with it's cross-browser solutions. With the new Javascript engines and HTML5 standards, really, why not code native code, it's really <a href="http://blog.garstasio.com/you-dont-need-jquery/" target="_blank">not that hard</a>. </p> <h3>Really Write Less, Do More?</h3> <p>Why do I feel this sounds much too bold after only a few weeks of vanilla Javascript? With the given Javascript here and some CSS customizations you can now do alot more than jQuery with the original Bootstrap plugins. As I have shown here, I think I've completely blasted the "do more" myth.</p> <p>If you forgot to check <a href="http://jsperf.com/jquery-vs-native-element-performance" target="_blank" role="button">performance metrics</a>, go ahead (there are lots more out there, plus a ton of guides on how to boost performance), there is also the page load speed issue I forgot to mention. Imagine you can be drastically improve the page load by dropping jQuery.</p> <p>If we compare the size of jQuery v1.11.2 + Bootstrap v3.3.2 minified is just about <b>93Kb</b> + <b>36Kb</b> = <kbd>129Kb</kbd>. Our scripts here are (depending on your browser) 18Kb + <b>33Kb</b> = <kbd>38Kb</kbd> - <kbd>51Kb</kbd>, where 18Kb is the <a href="https://cdn.polyfill.io/v1/docs/features/#understanding-polyfill-sizes" target="_blank">maximum size of the minified polyfill</a> for IE8, mostly under <kbd>5kb</kbd> for most modern browsers.</p> <p>This being said, jQuery doesn't make any sense for many of us.</p> </section> </div> <div id="side-nav" class="col-sm-3"> <h3 class="visible-xs">Navigation</h3> <ul id="nav-scrollspy" class="nav nav-stacked" data-spy="affix" data-target="#use" data-offset-bottom="200"> <li><a href="#myCarousel">Download</a></li> <li><a href="#use">Use</a></li> <li> <a href="#examples">Examples</a> <ul class="nav nav-stacked"> <li><a href="#exampleModal">Modal</a></li> <li><a href="#exampleDropdown">Dropdown</a></li> <li><a href="#exampleScrollspy">ScrollSpy</a></li> <li><a href="#exampleTab">Tab</a></li> <li><a href="#exampleTooltip">Tooltip</a></li> <li><a href="#examplePopover">Popover</a></li> <li><a href="#exampleAlert">Alert</a></li> <li><a href="#exampleButton">Button</a></li> <li><a href="#exampleCollapse">Collapse</a></li> <li><a href="#exampleCarousel">Carousel</a></li> <li><a href="#exampleAffix">Affix</a></li> </ul> </li> <li><a href="#about">About</a></li> </ul> </div> </div> </div> <footer> <div class="container"> <p class="pull-right"><a href="#myCarousel">Back to top</a></p> <p>NJB &copy; 2015 <a href="http://themeforest.net/user/dnp_theme" target="_blank">dnp_theme</a>.</p> </div> </footer> <script src="https://cdnjs.cloudflare.com/ajax/libs/SyntaxHighlighter/3.0.83/scripts/shCore.js" type="text/javascript"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/SyntaxHighlighter/3.0.83/scripts/shAutoloader.js" type="text/javascript"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/SyntaxHighlighter/3.0.83/scripts/shBrushJScript.js" type="text/javascript"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/SyntaxHighlighter/3.0.83/scripts/shBrushCss.js" type="text/javascript"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/SyntaxHighlighter/3.0.83/scripts/shBrushXml.js" type="text/javascript"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/SyntaxHighlighter/3.0.83/scripts/shBrushBash.js" type="text/javascript"></script> <script type="text/javascript" src="./dist/bootstrap-native.js"></script> <!-- now we have CDN --> <script type="text/javascript" src="./assets/js/scripts.js"></script> </body> </html>
troyk/bootstrap.native
index.html
HTML
mit
78,707
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Struct template implementation_defined</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../skew_heap.html#id-1.3.18.6.10.3.4" title="Description"> <link rel="prev" href="../skew_heap.html" title="Class template skew_heap"> <link rel="next" href="push_handle.html" title="Struct template push_handle"> </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="../skew_heap.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../skew_heap.html#id-1.3.18.6.10.3.4"><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="push_handle.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.heap.skew_heap.implementation_defined"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct template implementation_defined</span></h2> <p>boost::heap::skew_heap::implementation_defined</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="../../../heap/reference.html#header.boost.heap.skew_heap_hpp" title="Header &lt;boost/heap/skew_heap.hpp&gt;">boost/heap/skew_heap.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> A0 <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">parameter</span><span class="special">::</span><span class="identifier">void_</span><span class="special">,</span> <span class="keyword">typename</span> A1 <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">parameter</span><span class="special">::</span><span class="identifier">void_</span><span class="special">,</span> <span class="keyword">typename</span> A2 <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">parameter</span><span class="special">::</span><span class="identifier">void_</span><span class="special">,</span> <span class="keyword">typename</span> A3 <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">parameter</span><span class="special">::</span><span class="identifier">void_</span><span class="special">,</span> <span class="keyword">typename</span> A4 <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">parameter</span><span class="special">::</span><span class="identifier">void_</span><span class="special">,</span> <span class="keyword">typename</span> A5 <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">parameter</span><span class="special">::</span><span class="identifier">void_</span><span class="special">,</span> <span class="keyword">typename</span> A6 <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">parameter</span><span class="special">::</span><span class="identifier">void_</span><span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="implementation_defined.html" title="Struct template implementation_defined">implementation_defined</a> <span class="special">{</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <span class="identifier">T</span> <a name="boost.heap.skew_heap.implementation_defined.value_type"></a><span class="identifier">value_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">base_maker</span><span class="special">::</span><span class="identifier">compare_argument</span> <a name="boost.heap.skew_heap.implementation_defined.value_compare"></a><span class="identifier">value_compare</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">base_maker</span><span class="special">::</span><span class="identifier">allocator_type</span> <a name="boost.heap.skew_heap.implementation_defined.allocator_type"></a><span class="identifier">allocator_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">base_maker</span><span class="special">::</span><span class="identifier">node_type</span> <a name="boost.heap.skew_heap.implementation_defined.node"></a><span class="identifier">node</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">allocator_pointer</span><span class="special">&lt;</span> <span class="identifier">allocator_type</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <a name="boost.heap.skew_heap.implementation_defined.node_pointer"></a><span class="identifier">node_pointer</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">allocator_const_pointer</span><span class="special">&lt;</span> <span class="identifier">allocator_type</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <a name="boost.heap.skew_heap.implementation_defined.const_node_pointer"></a><span class="identifier">const_node_pointer</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <a name="boost.heap.skew_heap.implementation_defined.value_extractor"></a><span class="identifier">value_extractor</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span><span class="special">&lt;</span> <span class="identifier">node_pointer</span><span class="special">,</span> <span class="number">2</span> <span class="special">&gt;</span> <a name="boost.heap.skew_heap.implementation_defined.child_list_type"></a><span class="identifier">child_list_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">child_list_type</span><span class="special">::</span><span class="identifier">iterator</span> <a name="boost.heap.skew_heap.implementation_defined.child_list_iterator"></a><span class="identifier">child_list_iterator</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <a name="boost.heap.skew_heap.implementation_defined.iterator"></a><span class="identifier">iterator</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">iterator</span> <a name="boost.heap.skew_heap.implementation_defined.const_iterator"></a><span class="identifier">const_iterator</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <a name="boost.heap.skew_heap.implementation_defined.ordered_iterator"></a><span class="identifier">ordered_iterator</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <a name="boost.heap.skew_heap.implementation_defined.reference"></a><span class="identifier">reference</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <a name="boost.heap.skew_heap.implementation_defined.handle_type"></a><span class="identifier">handle_type</span><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 © 2010, 2011 Tim Blechmann<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="../skew_heap.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../skew_heap.html#id-1.3.18.6.10.3.4"><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="push_handle.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
davehorton/drachtio-server
deps/boost_1_77_0/doc/html/boost/heap/skew_heap/implementation_defined.html
HTML
mit
11,027
<!-- Metadata, OpenGraph and Schema.org --> {% include metadata.html %} <!-- Bootstrap & MDB --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@{{ site.bootstrap.version }}/dist/css/bootstrap.min.css" rel="stylesheet" integrity="{{ site.bootstrap.integrity.css }}" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/mdbootstrap@{{ site.mdb.version }}/css/mdb.min.css" integrity="{{ site.mdb.integrity.css }}" crossorigin="anonymous" /> <!-- Fonts & Icons --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@{{ site.fontawesome.version }}/css/all.min.css" integrity="{{ site.fontawesome.integrity }}" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/academicons@{{ site.academicons.version }}/css/academicons.min.css" integrity="{{ site.academicons.integrity }}" crossorigin="anonymous"> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons"> <!-- Code Syntax Highlighting --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/{{ site.highlight_theme_light | append: '.css' }}" media="none" id="highlight_theme_light" /> <!-- Styles --> {% if site.icon.size < 3 %} <link rel="shortcut icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>{{ site.icon }}</text></svg>"> {% elsif site.icon != blank %} <link rel="shortcut icon" href="{{ site.icon | prepend: '/assets/img/' | relative_url}}"/> {% endif %} <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}"> <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}"> <!-- Dark Mode --> {% if site.enable_darkmode %} <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/{{ site.highlight_theme_dark | append: '.css' }}" media="none" id="highlight_theme_dark" /> <script src="{{ '/assets/js/theme.js' | relative_url }}"></script> <script src="{{ '/assets/js/dark_mode.js' | relative_url }}"></script> {% endif %}
cdjhz/cdjhz.github.io
_includes/head.html
HTML
mit
2,300
<!DOCTYPE html> <html> <head> <title>Gradient tester</title> <script src="../dist/color-util.min.js"></script> <script src="./example.js"></script> <style> form { display: inline-block; width: 400px; border: 1px dashed #CCC; } form > div { padding-bottom: 10px; } label { display: inline-block; width: 150px; text-align: right; } input { width: 150px; height: 10px; } </style> </head> <body> <div id="root"> <form> <div> <label for='canvasWidthSlider'>canvas width</label> <input type='range' id='canvasWidthSlider' value='300' min='10' max='500' step='10' onmousemove='onSliderValueChange(this, "canvasWidth")'> <span id='canvasWidthSliderValue'></span> </div> <div> <label for='canvasHeightSlider'>canvas height</label> <input type='range' id='canvasHeightSlider' value='300' min='10' max='500' step='10' onmousemove='onSliderValueChange(this, "canvasHeight")'> <span id='canvasHeightSliderValue'></span> </div> <div> <label for='gradientTypePulldown'>gradient type</label> <select id='gradientTypePulldown' onchange='onPulldownValueChange(this, "gradientType")'> <option value="linear">linear</option> <option value="linearMatrix">linear matrix</option> <option value="circular">circular</option> <option value="circularMatrix">circular matrix</option> </select> </div> <div> <label for='widthSlider'>gradient width</label> <input type='range' id='widthSlider' value='300' min='0' max='500' step='10' onmousemove='onSliderValueChange(this, "width")'> <span id='widthSliderValue'></span> </div> <div> <label for='heightSlider'>gradient height</label> <input type='range' id='heightSlider' value='300' min='0' max='500' step='10' onmousemove='onSliderValueChange(this, "height")'> <span id='heightSliderValue'></span> </div> <div> <label for='scaleXSlider'>scaleX</label> <input type='range' id='scaleXSlider' value='1' min='-2' max='2' step='0.1' onmousemove='onSliderValueChange(this, "scaleX")'> <span id='scaleXSliderValue'></span> </div> <div> <label for='scaleYSlider'>scaleY</label> <input type='range' id='scaleYSlider' value='1' min='-2' max='2' step='0.1' onmousemove='onSliderValueChange(this, "scaleY")'> <span id='scaleYSliderValue'></span> </div> <div> <label for='centerXSlider'>centerX</label> <input type='range' id='centerXSlider' value='0' min='-2' max='2' step='0.1' onmousemove='onSliderValueChange(this, "centerX")'> <span id='centerXSliderValue'></span> </div> <div> <label for='centerYSlider'>centerY</label> <input type='range' id='centerYSlider' value='0' min='-2' max='2' step='0.1' onmousemove='onSliderValueChange(this, "centerY")'> <span id='centerYSliderValue'></span> </div> <div> <label for='translateXSlider'>translateX</label> <input type='range' id='translateXSlider' value='0' min='-2' max='2' step='0.1' onmousemove='onSliderValueChange(this, "translateX")'> <span id='translateXSliderValue'></span> </div> <div> <label for='translateYSlider'>translateY</label> <input type='range' id='translateYSlider' value='0' min='-2' max='2' step='0.1' onmousemove='onSliderValueChange(this, "translateY")'> <span id='translateYSliderValue'></span> </div> <div> <label for='rotationSlider'>rotation</label> <input type='range' id='rotationSlider' value='0' min='-1' max='1' step='0.01' onmousemove='onSliderValueChange(this, "rotation")'> <span id='rotationSliderValue'></span> </div> <div> <label for='repeatPulldown'>repeatX</label> <select id='repeatPulldown' onchange='onRepeatChange(this, "repeatX")'> <option value="repeat">colorutil.repeat.repeat</option> <option value="stop">colorutil.repeat.stop</option> </select> </div> <div> <label for='repeatPulldown2'>repeatY</label> <select id='repeatPulldown2' onchange='onRepeatChange(this, "repeatY")'> <option value="repeat">colorutil.repeat.repeat</option> <option value="stop">colorutil.repeat.stop</option> </select> </div> <div> <label for='centerizeCheckbox'>centralize</label> <input type='checkbox' id='centerizeCheckbox' onchange='onCheckboxValueChange(this, "centralize")'> </select> </div> </form> <canvas id="canvas"></canvas> <div> <script> var gradientColors = colorutil.convert( [0xFF0000, 0xFFFF00, 0x0000FF, 0x00FFFF], colorutil.int.to.rgb); var matrixColors = colorutil.convert( [[0xFF0000, 0xFFFF00], [0x0000FF, 0x00FFFF]], colorutil.int.to.rgb); var circleGradientColors = colorutil.rgb.hueColors(); var circleMatrixColors = [[{r:255, g: 255, b: 255, a: 255}], colorutil.rgb.hueColors()]; var options = { width: 300, height: 300, scaleX: 1, scaleY: 1, canvasWidth: 300, canvasHeight: 300, type: 'linear', centerX: 0, centerY: 0, translateX: 0, translateY: 0, rotation: 0, repeatX: colorutil.repeat.repeat, repeatY: colorutil.repeat.repeat, gradientType: 'linear', centralize: false }; updateCanvas(); function onSliderValueChange(input, property) { var newValue = parseFloat(input.value); if (newValue !== options[property]) { options[property] = newValue; updateSliderValueDisplay(input); updateCanvas(); } } function onPulldownValueChange(input, property) { options[property] = input.value; updateCanvas(); } function onRepeatChange(input, property) { options[property] = colorutil.repeat[input.value]; updateCanvas(); } function onCheckboxValueChange(input, property) { options[property] = !!input.checked; updateCanvas(); } function updateCanvas() { if (options.gradientType === 'linear') { options.type = 'linear' updateGradient(gradientColors) } else if (options.gradientType === 'linearMatrix') { options.type = 'linear'; updateGradient(matrixColors) } else if (options.gradientType === 'circularMatrix') { options.type = 'circular'; updateGradient(circleMatrixColors); } else if (options.gradientType === 'circular') { options.type = 'circular'; updateGradient(circleGradientColors); } } function updateGradient(colors) { var cWidth = options.canvasWidth; var cHeight = options.canvasHeight; var width = options.width; var height = options.height; options.colors = colors; var gradient = colorutil.rgb.gradient(options); example.drawOnCanvas(cWidth, cHeight, gradient); } function updateSliderValueDisplay(slider) { document.getElementById(slider.getAttribute('id') + 'Value').innerText = slider.value; } </script> </body> </html>
jakoivis/color-util
example/gradientTesterDist.html
HTML
mit
7,396
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColVis example - Button ordering</title> <link rel="stylesheet" type="text/css" href="../../../media/css/jquery.dataTables.css"> <link rel="stylesheet" type="text/css" href="../css/dataTables.colVis.css"> <link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css"> <link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css"> <style type="text/css" class="init"> </style> <script type="text/javascript" language="javascript" src="../../../media/js/jquery.js"></script> <script type="text/javascript" language="javascript" src="../../../media/js/jquery.dataTables.js"></script> <script type="text/javascript" language="javascript" src="../js/dataTables.colVis.js"></script> <script type="text/javascript" language="javascript" src="../../../examples/resources/syntax/shCore.js"></script> <script type="text/javascript" language="javascript" src="../../../examples/resources/demo.js"></script> <script type="text/javascript" language="javascript" class="init"> $(document).ready(function() { $('#example').DataTable( { dom: 'C<"clear">lfrtip', colVis: { order: 'alpha' } } ); } ); </script> </head> <body class="dt-example"> <div class="container"> <section> <h1>ColVis example <span>Button ordering</span></h1> <div class="info"> <p>The list of columns that ColVis displays has two options for the order in which they are displayed. The default mode of operation is to show the buttons in the same order as they appear in the HTML table, but the second mode of operation is to show the buttons in alphabetical order. This is done by specifying the <code>order</code> option, set to <code>alpha</code>. Alphabetical button ordering is shown in this example.</p> </div> <table id="example" class="display" cellspacing="0" width="100%"> <thead> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Age</th> <th>Start date</th> <th>Salary</th> </tr> </thead> <tfoot> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Age</th> <th>Start date</th> <th>Salary</th> </tr> </tfoot> <tbody> <tr> <td>Tiger Nixon</td> <td>System Architect</td> <td>Edinburgh</td> <td>61</td> <td>2011/04/25</td> <td>$320,800</td> </tr> <tr> <td>Garrett Winters</td> <td>Accountant</td> <td>Tokyo</td> <td>63</td> <td>2011/07/25</td> <td>$170,750</td> </tr> <tr> <td>Ashton Cox</td> <td>Junior Technical Author</td> <td>San Francisco</td> <td>66</td> <td>2009/01/12</td> <td>$86,000</td> </tr> <tr> <td>Cedric Kelly</td> <td>Senior Javascript Developer</td> <td>Edinburgh</td> <td>22</td> <td>2012/03/29</td> <td>$433,060</td> </tr> <tr> <td>Airi Satou</td> <td>Accountant</td> <td>Tokyo</td> <td>33</td> <td>2008/11/28</td> <td>$162,700</td> </tr> <tr> <td>Brielle Williamson</td> <td>Integration Specialist</td> <td>New York</td> <td>61</td> <td>2012/12/02</td> <td>$372,000</td> </tr> <tr> <td>Herrod Chandler</td> <td>Sales Assistant</td> <td>San Francisco</td> <td>59</td> <td>2012/08/06</td> <td>$137,500</td> </tr> <tr> <td>Rhona Davidson</td> <td>Integration Specialist</td> <td>Tokyo</td> <td>55</td> <td>2010/10/14</td> <td>$327,900</td> </tr> <tr> <td>Colleen Hurst</td> <td>Javascript Developer</td> <td>San Francisco</td> <td>39</td> <td>2009/09/15</td> <td>$205,500</td> </tr> <tr> <td>Sonya Frost</td> <td>Software Engineer</td> <td>Edinburgh</td> <td>23</td> <td>2008/12/13</td> <td>$103,600</td> </tr> <tr> <td>Jena Gaines</td> <td>Office Manager</td> <td>London</td> <td>30</td> <td>2008/12/19</td> <td>$90,560</td> </tr> <tr> <td>Quinn Flynn</td> <td>Support Lead</td> <td>Edinburgh</td> <td>22</td> <td>2013/03/03</td> <td>$342,000</td> </tr> <tr> <td>Charde Marshall</td> <td>Regional Director</td> <td>San Francisco</td> <td>36</td> <td>2008/10/16</td> <td>$470,600</td> </tr> <tr> <td>Haley Kennedy</td> <td>Senior Marketing Designer</td> <td>London</td> <td>43</td> <td>2012/12/18</td> <td>$313,500</td> </tr> <tr> <td>Tatyana Fitzpatrick</td> <td>Regional Director</td> <td>London</td> <td>19</td> <td>2010/03/17</td> <td>$385,750</td> </tr> <tr> <td>Michael Silva</td> <td>Marketing Designer</td> <td>London</td> <td>66</td> <td>2012/11/27</td> <td>$198,500</td> </tr> <tr> <td>Paul Byrd</td> <td>Chief Financial Officer (CFO)</td> <td>New York</td> <td>64</td> <td>2010/06/09</td> <td>$725,000</td> </tr> <tr> <td>Gloria Little</td> <td>Systems Administrator</td> <td>New York</td> <td>59</td> <td>2009/04/10</td> <td>$237,500</td> </tr> <tr> <td>Bradley Greer</td> <td>Software Engineer</td> <td>London</td> <td>41</td> <td>2012/10/13</td> <td>$132,000</td> </tr> <tr> <td>Dai Rios</td> <td>Personnel Lead</td> <td>Edinburgh</td> <td>35</td> <td>2012/09/26</td> <td>$217,500</td> </tr> <tr> <td>Jenette Caldwell</td> <td>Development Lead</td> <td>New York</td> <td>30</td> <td>2011/09/03</td> <td>$345,000</td> </tr> <tr> <td>Yuri Berry</td> <td>Chief Marketing Officer (CMO)</td> <td>New York</td> <td>40</td> <td>2009/06/25</td> <td>$675,000</td> </tr> <tr> <td>Caesar Vance</td> <td>Pre-Sales Support</td> <td>New York</td> <td>21</td> <td>2011/12/12</td> <td>$106,450</td> </tr> <tr> <td>Doris Wilder</td> <td>Sales Assistant</td> <td>Sidney</td> <td>23</td> <td>2010/09/20</td> <td>$85,600</td> </tr> <tr> <td>Angelica Ramos</td> <td>Chief Executive Officer (CEO)</td> <td>London</td> <td>47</td> <td>2009/10/09</td> <td>$1,200,000</td> </tr> <tr> <td>Gavin Joyce</td> <td>Developer</td> <td>Edinburgh</td> <td>42</td> <td>2010/12/22</td> <td>$92,575</td> </tr> <tr> <td>Jennifer Chang</td> <td>Regional Director</td> <td>Singapore</td> <td>28</td> <td>2010/11/14</td> <td>$357,650</td> </tr> <tr> <td>Brenden Wagner</td> <td>Software Engineer</td> <td>San Francisco</td> <td>28</td> <td>2011/06/07</td> <td>$206,850</td> </tr> <tr> <td>Fiona Green</td> <td>Chief Operating Officer (COO)</td> <td>San Francisco</td> <td>48</td> <td>2010/03/11</td> <td>$850,000</td> </tr> <tr> <td>Shou Itou</td> <td>Regional Marketing</td> <td>Tokyo</td> <td>20</td> <td>2011/08/14</td> <td>$163,000</td> </tr> <tr> <td>Michelle House</td> <td>Integration Specialist</td> <td>Sidney</td> <td>37</td> <td>2011/06/02</td> <td>$95,400</td> </tr> <tr> <td>Suki Burks</td> <td>Developer</td> <td>London</td> <td>53</td> <td>2009/10/22</td> <td>$114,500</td> </tr> <tr> <td>Prescott Bartlett</td> <td>Technical Author</td> <td>London</td> <td>27</td> <td>2011/05/07</td> <td>$145,000</td> </tr> <tr> <td>Gavin Cortez</td> <td>Team Leader</td> <td>San Francisco</td> <td>22</td> <td>2008/10/26</td> <td>$235,500</td> </tr> <tr> <td>Martena Mccray</td> <td>Post-Sales support</td> <td>Edinburgh</td> <td>46</td> <td>2011/03/09</td> <td>$324,050</td> </tr> <tr> <td>Unity Butler</td> <td>Marketing Designer</td> <td>San Francisco</td> <td>47</td> <td>2009/12/09</td> <td>$85,675</td> </tr> <tr> <td>Howard Hatfield</td> <td>Office Manager</td> <td>San Francisco</td> <td>51</td> <td>2008/12/16</td> <td>$164,500</td> </tr> <tr> <td>Hope Fuentes</td> <td>Secretary</td> <td>San Francisco</td> <td>41</td> <td>2010/02/12</td> <td>$109,850</td> </tr> <tr> <td>Vivian Harrell</td> <td>Financial Controller</td> <td>San Francisco</td> <td>62</td> <td>2009/02/14</td> <td>$452,500</td> </tr> <tr> <td>Timothy Mooney</td> <td>Office Manager</td> <td>London</td> <td>37</td> <td>2008/12/11</td> <td>$136,200</td> </tr> <tr> <td>Jackson Bradshaw</td> <td>Director</td> <td>New York</td> <td>65</td> <td>2008/09/26</td> <td>$645,750</td> </tr> <tr> <td>Olivia Liang</td> <td>Support Engineer</td> <td>Singapore</td> <td>64</td> <td>2011/02/03</td> <td>$234,500</td> </tr> <tr> <td>Bruno Nash</td> <td>Software Engineer</td> <td>London</td> <td>38</td> <td>2011/05/03</td> <td>$163,500</td> </tr> <tr> <td>Sakura Yamamoto</td> <td>Support Engineer</td> <td>Tokyo</td> <td>37</td> <td>2009/08/19</td> <td>$139,575</td> </tr> <tr> <td>Thor Walton</td> <td>Developer</td> <td>New York</td> <td>61</td> <td>2013/08/11</td> <td>$98,540</td> </tr> <tr> <td>Finn Camacho</td> <td>Support Engineer</td> <td>San Francisco</td> <td>47</td> <td>2009/07/07</td> <td>$87,500</td> </tr> <tr> <td>Serge Baldwin</td> <td>Data Coordinator</td> <td>Singapore</td> <td>64</td> <td>2012/04/09</td> <td>$138,575</td> </tr> <tr> <td>Zenaida Frank</td> <td>Software Engineer</td> <td>New York</td> <td>63</td> <td>2010/01/04</td> <td>$125,250</td> </tr> <tr> <td>Zorita Serrano</td> <td>Software Engineer</td> <td>San Francisco</td> <td>56</td> <td>2012/06/01</td> <td>$115,000</td> </tr> <tr> <td>Jennifer Acosta</td> <td>Junior Javascript Developer</td> <td>Edinburgh</td> <td>43</td> <td>2013/02/01</td> <td>$75,650</td> </tr> <tr> <td>Cara Stevens</td> <td>Sales Assistant</td> <td>New York</td> <td>46</td> <td>2011/12/06</td> <td>$145,600</td> </tr> <tr> <td>Hermione Butler</td> <td>Regional Director</td> <td>London</td> <td>47</td> <td>2011/03/21</td> <td>$356,250</td> </tr> <tr> <td>Lael Greer</td> <td>Systems Administrator</td> <td>London</td> <td>21</td> <td>2009/02/27</td> <td>$103,500</td> </tr> <tr> <td>Jonas Alexander</td> <td>Developer</td> <td>San Francisco</td> <td>30</td> <td>2010/07/14</td> <td>$86,500</td> </tr> <tr> <td>Shad Decker</td> <td>Regional Director</td> <td>Edinburgh</td> <td>51</td> <td>2008/11/13</td> <td>$183,000</td> </tr> <tr> <td>Michael Bruce</td> <td>Javascript Developer</td> <td>Singapore</td> <td>29</td> <td>2011/06/27</td> <td>$183,000</td> </tr> <tr> <td>Donna Snider</td> <td>Customer Support</td> <td>New York</td> <td>27</td> <td>2011/01/25</td> <td>$112,000</td> </tr> </tbody> </table> <ul class="tabs"> <li class="active">Javascript</li> <li>HTML</li> <li>CSS</li> <li>Ajax</li> <li>Server-side script</li> </ul> <div class="tabs"> <div class="js"> <p>The Javascript shown below is used to initialise the table shown in this example:</p><code class="multiline brush: js;">$(document).ready(function() { $('#example').DataTable( { dom: 'C&lt;&quot;clear&quot;&gt;lfrtip', colVis: { order: 'alpha' } } ); } );</code> <p>In addition to the above code, the following Javascript library files are loaded for use in this example:</p> <ul> <li><a href="../../../media/js/jquery.js">../../../media/js/jquery.js</a></li> <li><a href= "../../../media/js/jquery.dataTables.js">../../../media/js/jquery.dataTables.js</a></li> <li><a href="../js/dataTables.colVis.js">../js/dataTables.colVis.js</a></li> </ul> </div> <div class="table"> <p>The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables:</p> </div> <div class="css"> <div> <p>This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in order to correctly display the table. The additional CSS used is shown below:</p><code class="multiline brush: js;"></code> </div> <p>The following CSS library files are loaded for use in this example to provide the styling of the table:</p> <ul> <li><a href= "../../../media/css/jquery.dataTables.css">../../../media/css/jquery.dataTables.css</a></li> <li><a href="../css/dataTables.colVis.css">../css/dataTables.colVis.css</a></li> </ul> </div> <div class="ajax"> <p>This table loads data by Ajax. The latest data that has been loaded is shown below. This data will update automatically as any additional data is loaded.</p> </div> <div class="php"> <p>The script used to perform the server-side processing for this table is shown below. Please note that this is just an example script using PHP. Server-side processing scripts can be written in any language, using <a href="//datatables.net/manual/server-side">the protocol described in the DataTables documentation</a>.</p> </div> </div> </section> </div> <section> <div class="footer"> <div class="gradient"></div> <div class="liner"> <h2>Other examples</h2> <div class="toc"> <div class="toc-group"> <h3><a href="./index.html">Examples</a></h3> <ul class="toc active"> <li><a href="./simple.html">Basic initialisation</a></li> <li><a href="./new_init.html">`new` initialisation</a></li> <li><a href="./text.html">Custom button text</a></li> <li><a href="./exclude_columns.html">Exclude columns from list</a></li> <li><a href="./title_callback.html">Column button callback</a></li> <li class="active"><a href="./button_order.html">Button ordering</a></li> <li><a href="./mouseover.html">Mouseover activation</a></li> <li><a href="./group_columns.html">Group columns</a></li> <li><a href="./two_tables.html">Two tables with individual controls</a></li> <li><a href="./two_tables_identical.html">Two tables with shared controls</a></li> <li><a href="./restore.html">Restore / show all</a></li> <li><a href="./jqueryui.html">jQuery UI styling</a></li> </ul> </div> </div> <div class="epilogue"> <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br> Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p> <p class="copyright">DataTables designed and created by <a href= "http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2014<br> DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p> </div> </div> </div> </section> </body> </html>
yhchun1992/abc
porto/assets/vendor/jquery-datatables/extras/ColVis/examples/button_order.html
HTML
mit
16,698
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" content="Javadoc API documentation for Fresco." /> <link rel="shortcut icon" type="image/x-icon" href="../../../../favicon.ico" /> <title> com.facebook.common.memory Details - Fresco API | Fresco </title> <link href="../../../../../assets/doclava-developer-docs.css" rel="stylesheet" type="text/css" /> <link href="../../../../../assets/customizations.css" rel="stylesheet" type="text/css" /> <script src="../../../../../assets/search_autocomplete.js" type="text/javascript"></script> <script src="../../../../../assets/jquery-resizable.min.js" type="text/javascript"></script> <script src="../../../../../assets/doclava-developer-docs.js" type="text/javascript"></script> <script src="../../../../../assets/prettify.js" type="text/javascript"></script> <script type="text/javascript"> setToRoot("../../../../", "../../../../../assets/"); </script> <script src="../../../../../assets/doclava-developer-reference.js" type="text/javascript"></script> <script src="../../../../../assets/navtree_data.js" type="text/javascript"></script> <script src="../../../../../assets/customizations.js" type="text/javascript"></script> <noscript> <style type="text/css"> html,body{overflow:auto;} #body-content{position:relative; top:0;} #doc-content{overflow:visible;border-left:3px solid #666;} #side-nav{padding:0;} #side-nav .toggle-list ul {display:block;} #resize-packages-nav{border-bottom:3px solid #666;} </style> </noscript> </head> <body class=""> <div id="header"> <div id="headerLeft"> <span id="masthead-title"><a href="../../../../packages.html">Fresco</a></span> </div> <div id="headerRight"> <div id="search" > <div id="searchForm"> <form accept-charset="utf-8" class="gsc-search-box" onsubmit="return submit_search()"> <table class="gsc-search-box" cellpadding="0" cellspacing="0"><tbody> <tr> <td class="gsc-input"> <input id="search_autocomplete" class="gsc-input" type="text" size="33" autocomplete="off" title="search developer docs" name="q" value="search developer docs" onFocus="search_focus_changed(this, true)" onBlur="search_focus_changed(this, false)" onkeydown="return search_changed(event, true, '../../../../')" onkeyup="return search_changed(event, false, '../../../../')" /> <div id="search_filtered_div" class="no-display"> <table id="search_filtered" cellspacing=0> </table> </div> </td> <!-- <td class="gsc-search-button"> <input type="submit" value="Search" title="search" id="search-button" class="gsc-search-button" /> </td> <td class="gsc-clear-button"> <div title="clear results" class="gsc-clear-button">&nbsp;</div> </td> --> </tr></tbody> </table> </form> </div><!-- searchForm --> </div><!-- search --> </div> </div><!-- header --> <div class="g-section g-tpl-240" id="body-content"> <div class="g-unit g-first side-nav-resizable" id="side-nav"> <div id="swapper"> <div id="nav-panels"> <div id="resize-packages-nav"> <div id="packages-nav"> <div id="index-links"> <a href="../../../../packages.html" >Packages</a> | <a href="../../../../classes.html" >Classes</a> </div> <ul> <li class="api apilevel-"> <a href="../../../../com/facebook/animated/gif/package-summary.html">com.facebook.animated.gif</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/animated/webp/package-summary.html">com.facebook.animated.webp</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/binaryresource/package-summary.html">com.facebook.binaryresource</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/cache/common/package-summary.html">com.facebook.cache.common</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/cache/disk/package-summary.html">com.facebook.cache.disk</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/activitylistener/package-summary.html">com.facebook.common.activitylistener</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/disk/package-summary.html">com.facebook.common.disk</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/executors/package-summary.html">com.facebook.common.executors</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/file/package-summary.html">com.facebook.common.file</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/internal/package-summary.html">com.facebook.common.internal</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/lifecycle/package-summary.html">com.facebook.common.lifecycle</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/logging/package-summary.html">com.facebook.common.logging</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/media/package-summary.html">com.facebook.common.media</a></li> <li class="selected api apilevel-"> <a href="../../../../com/facebook/common/memory/package-summary.html">com.facebook.common.memory</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/references/package-summary.html">com.facebook.common.references</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/statfs/package-summary.html">com.facebook.common.statfs</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/streams/package-summary.html">com.facebook.common.streams</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/time/package-summary.html">com.facebook.common.time</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/util/package-summary.html">com.facebook.common.util</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/webp/package-summary.html">com.facebook.common.webp</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/datasource/package-summary.html">com.facebook.datasource</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawable/base/package-summary.html">com.facebook.drawable.base</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/backends/pipeline/package-summary.html">com.facebook.drawee.backends.pipeline</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/backends/pipeline/info/package-summary.html">com.facebook.drawee.backends.pipeline.info</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/backends/pipeline/info/internal/package-summary.html">com.facebook.drawee.backends.pipeline.info.internal</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/backends/volley/package-summary.html">com.facebook.drawee.backends.volley</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/components/package-summary.html">com.facebook.drawee.components</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/controller/package-summary.html">com.facebook.drawee.controller</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/debug/package-summary.html">com.facebook.drawee.debug</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/debug/listener/package-summary.html">com.facebook.drawee.debug.listener</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/drawable/package-summary.html">com.facebook.drawee.drawable</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/generic/package-summary.html">com.facebook.drawee.generic</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/gestures/package-summary.html">com.facebook.drawee.gestures</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/interfaces/package-summary.html">com.facebook.drawee.interfaces</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/span/package-summary.html">com.facebook.drawee.span</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/view/package-summary.html">com.facebook.drawee.view</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/backend/package-summary.html">com.facebook.fresco.animation.backend</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/bitmap/package-summary.html">com.facebook.fresco.animation.bitmap</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/bitmap/cache/package-summary.html">com.facebook.fresco.animation.bitmap.cache</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/bitmap/preparation/package-summary.html">com.facebook.fresco.animation.bitmap.preparation</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/bitmap/wrapper/package-summary.html">com.facebook.fresco.animation.bitmap.wrapper</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/drawable/package-summary.html">com.facebook.fresco.animation.drawable</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/drawable/animator/package-summary.html">com.facebook.fresco.animation.drawable.animator</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/factory/package-summary.html">com.facebook.fresco.animation.factory</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/frame/package-summary.html">com.facebook.fresco.animation.frame</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imageformat/package-summary.html">com.facebook.imageformat</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/animated/base/package-summary.html">com.facebook.imagepipeline.animated.base</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/animated/factory/package-summary.html">com.facebook.imagepipeline.animated.factory</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/animated/impl/package-summary.html">com.facebook.imagepipeline.animated.impl</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/animated/util/package-summary.html">com.facebook.imagepipeline.animated.util</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/backends/okhttp3/package-summary.html">com.facebook.imagepipeline.backends.okhttp3</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/backends/volley/package-summary.html">com.facebook.imagepipeline.backends.volley</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/bitmaps/package-summary.html">com.facebook.imagepipeline.bitmaps</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/cache/package-summary.html">com.facebook.imagepipeline.cache</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/common/package-summary.html">com.facebook.imagepipeline.common</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/core/package-summary.html">com.facebook.imagepipeline.core</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/datasource/package-summary.html">com.facebook.imagepipeline.datasource</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/decoder/package-summary.html">com.facebook.imagepipeline.decoder</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/drawable/package-summary.html">com.facebook.imagepipeline.drawable</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/image/package-summary.html">com.facebook.imagepipeline.image</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/listener/package-summary.html">com.facebook.imagepipeline.listener</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/memory/package-summary.html">com.facebook.imagepipeline.memory</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/nativecode/package-summary.html">com.facebook.imagepipeline.nativecode</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/platform/package-summary.html">com.facebook.imagepipeline.platform</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/postprocessors/package-summary.html">com.facebook.imagepipeline.postprocessors</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/producers/package-summary.html">com.facebook.imagepipeline.producers</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/request/package-summary.html">com.facebook.imagepipeline.request</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/systrace/package-summary.html">com.facebook.imagepipeline.systrace</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imageutils/package-summary.html">com.facebook.imageutils</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/webpsupport/package-summary.html">com.facebook.webpsupport</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/widget/text/span/package-summary.html">com.facebook.widget.text.span</a></li> </ul><br/> </div> <!-- end packages --> </div> <!-- end resize-packages --> <div id="classes-nav"> <ul> <li><h2>Interfaces</h2> <ul> <li class="api apilevel-"><a href="../../../../com/facebook/common/memory/ByteArrayPool.html">ByteArrayPool</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/common/memory/MemoryTrimmable.html">MemoryTrimmable</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/common/memory/MemoryTrimmableRegistry.html">MemoryTrimmableRegistry</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/common/memory/Pool.html">Pool</a>&lt;V&gt;</li> <li class="api apilevel-"><a href="../../../../com/facebook/common/memory/PooledByteBuffer.html">PooledByteBuffer</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/common/memory/PooledByteBufferFactory.html">PooledByteBufferFactory</a></li> </ul> </li> <li><h2>Classes</h2> <ul> <li class="api apilevel-"><a href="../../../../com/facebook/common/memory/NoOpMemoryTrimmableRegistry.html">NoOpMemoryTrimmableRegistry</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/common/memory/PooledByteArrayBufferedInputStream.html">PooledByteArrayBufferedInputStream</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/common/memory/PooledByteBufferInputStream.html">PooledByteBufferInputStream</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/common/memory/PooledByteBufferOutputStream.html">PooledByteBufferOutputStream</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/common/memory/PooledByteStreams.html">PooledByteStreams</a></li> </ul> </li> <li><h2>Enums</h2> <ul> <li class="api apilevel-"><a href="../../../../com/facebook/common/memory/MemoryTrimType.html">MemoryTrimType</a></li> </ul> </li> <li><h2>Exceptions</h2> <ul> <li class="api apilevel-"><a href="../../../../com/facebook/common/memory/PooledByteBuffer.ClosedException.html">PooledByteBuffer.ClosedException</a></li> </ul> </li> </ul><br/> </div><!-- end classes --> </div><!-- end nav-panels --> <div id="nav-tree" style="display:none"> <div id="index-links"> <a href="../../../../packages.html" >Packages</a> | <a href="../../../../classes.html" >Classes</a> </div> </div><!-- end nav-tree --> </div><!-- end swapper --> </div> <!-- end side-nav --> <script> if (!isMobile) { //$("<a href='#' id='nav-swap' onclick='swapNav();return false;' style='font-size:10px;line-height:9px;margin-left:1em;text-decoration:none;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>").appendTo("#side-nav"); chooseDefaultNav(); if ($("#nav-tree").is(':visible')) { init_default_navtree("../../../../"); } else { addLoadEvent(function() { scrollIntoView("packages-nav"); scrollIntoView("classes-nav"); }); } //$("#swapper").css({borderBottom:"2px solid #aaa"}); } else { swapNav(); // tree view should be used on mobile } </script> <div class="g-unit" id="doc-content"> <div id="api-info-block"> <div class="api-level"> </div> </div> <div id="jd-header"> package <h1>com.facebook.common.memory</b></h1> <div class="jd-nav"> <a class="jd-navlink" href="package-summary.html">Classes</a> | Description </div> </div><!-- end header --> <div id="naMessage"></div> <div id="jd-content" class="api apilevel-"> <div class="jd-descr"> <p>Pool implementations for ByteBuffers and related Input/OutputStream implementations. </p> </div> <div id="footer"> +Generated by <a href="http://code.google.com/p/doclava/">Doclava</a>. +</div> <!-- end footer - @generated --> </div><!-- end jd-content --> </div> <!-- end doc-content --> </div> <!-- end body-content --> <script type="text/javascript"> init(); /* initialize doclava-developer-docs.js */ </script> </body> </html>
s1rius/fresco
docs/javadoc/reference/com/facebook/common/memory/package-descr.html
HTML
mit
19,059
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>validation result resetting example</title> <script src="../../node_modules/vue/dist/vue.js"></script> <script src="../../dist/vue-validator.js"></script> <style> input.invalid { border-color: red; } .errors { color: red; } </style> </head> <body> <div id="app"> <label for="username">username:</label> <validity ref="validity" field="username" v-model="validation" :validators="{ required: true, minlength: 4 }"> <input type="text" @input="$refs.validity.validate()"> </validity> <div class="errors"> <p class="required" v-if="validation.result.required">required username!!</p> <p class="minlength" v-if="validation.result.minlength">too short username!!</p> </div> <button type="button" @click="$refs.validity.reset()">reset validation</button> <div class="result"> <p>validation result:</p> <pre>{{validation}}</pre> </div> </div> <script> new Vue({ data: { validation: { result: {} } } }).$mount('#app') </script> </body> </html>
kazupon/vue-validator
examples/reset/index.html
HTML
mit
1,181
<!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_65) on Sat Mar 25 18:52:14 CET 2017 --> <title>de.lergin.laborus.data.jobs</title> <meta name="date" content="2017-03-25"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../../../de/lergin/laborus/data/jobs/package-summary.html" target="classFrame">de.lergin.laborus.data.jobs</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="ImmutableJobDataManipulator.html" title="class in de.lergin.laborus.data.jobs" target="classFrame">ImmutableJobDataManipulator</a></li> <li><a href="JobData.html" title="class in de.lergin.laborus.data.jobs" target="classFrame">JobData</a></li> <li><a href="JobDataManipulatorBuilder.html" title="class in de.lergin.laborus.data.jobs" target="classFrame">JobDataManipulatorBuilder</a></li> </ul> </div> </body> </html>
Lergin/Laborus
docs/de/lergin/laborus/data/jobs/package-frame.html
HTML
mit
1,140
<img src="/imag/{{.Get 0}}" alt="{{.Get 1}}" class="img-responsive">
abhiesa/abhiesa.github.io
layouts/shortcodes/rimg.html
HTML
mit
69
<!DOCTYPE html> <html lang="en"> <head> <title>NTButton Class Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset='utf-8'> <script src="../js/jquery.min.js" defer></script> <script src="../js/jazzy.js" defer></script> </head> <body> <a name="//apple_ref/swift/Class/NTButton" class="dashAnchor"></a> <a title="NTButton Class Reference"></a> <header> <div class="content-wrapper"> <p><a href="../index.html">NTComponents Docs</a> (4% documented)</p> </div> </header> <div class="content-wrapper"> <p id="breadcrumbs"> <a href="../index.html">NTComponents Reference</a> <img id="carat" src="../img/carat.png" /> NTButton Class Reference </p> </div> <div class="content-wrapper"> <nav class="sidebar"> <ul class="nav-groups"> <li class="nav-group-name"> <a href="../Classes.html">Classes</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Classes/CircularTransitionAnimator.html">CircularTransitionAnimator</a> </li> <li class="nav-group-task"> <a href="../Classes/CircularTransitionAnimator/NTTransitionMode.html">– NTTransitionMode</a> </li> <li class="nav-group-task"> <a href="../Classes/DiscardableImageCacheItem.html">DiscardableImageCacheItem</a> </li> <li class="nav-group-task"> <a href="../Classes/Lorem.html">Lorem</a> </li> <li class="nav-group-task"> <a href="../Classes/NTActionSheetItem.html">NTActionSheetItem</a> </li> <li class="nav-group-task"> <a href="../Classes/NTActionSheetViewController.html">NTActionSheetViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTActivityView.html">NTActivityView</a> </li> <li class="nav-group-task"> <a href="../Classes/NTAlertViewController.html">NTAlertViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTAnimatedCollectionViewCell.html">NTAnimatedCollectionViewCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTAnimatedTextField.html">NTAnimatedTextField</a> </li> <li class="nav-group-task"> <a href="../Classes/NTAnimatedTextField/AnimationType.html">– AnimationType</a> </li> <li class="nav-group-task"> <a href="../Classes/NTAnimatedView.html">NTAnimatedView</a> </li> <li class="nav-group-task"> <a href="../Classes/NTBarLabelItem.html">NTBarLabelItem</a> </li> <li class="nav-group-task"> <a href="../Classes/NTButton.html">NTButton</a> </li> <li class="nav-group-task"> <a href="../Classes/NTCarouselView.html">NTCarouselView</a> </li> <li class="nav-group-task"> <a href="../Classes/NTCheckbox.html">NTCheckbox</a> </li> <li class="nav-group-task"> <a href="../Classes/NTChime.html">NTChime</a> </li> <li class="nav-group-task"> <a href="../Classes/NTCollectionDatasource.html">NTCollectionDatasource</a> </li> <li class="nav-group-task"> <a href="../Classes/NTCollectionDatasourceCell.html">NTCollectionDatasourceCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTCollectionUserHeaderCell.html">NTCollectionUserHeaderCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTCollectionViewCell.html">NTCollectionViewCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTCollectionViewController.html">NTCollectionViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTCollectionViewDefaultCell.html">NTCollectionViewDefaultCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTCollectionViewDefaultFooter.html">NTCollectionViewDefaultFooter</a> </li> <li class="nav-group-task"> <a href="../Classes/NTCollectionViewDefaultHeader.html">NTCollectionViewDefaultHeader</a> </li> <li class="nav-group-task"> <a href="../Classes/NTCredentialPromptViewController.html">NTCredentialPromptViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTDrawerBarButtonItem.html">NTDrawerBarButtonItem</a> </li> <li class="nav-group-task"> <a href="../Classes/NTDrawerBarButtonItem/AnimatedMenuButton.html">– AnimatedMenuButton</a> </li> <li class="nav-group-task"> <a href="../Classes/NTDrawerController.html">NTDrawerController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTEULAController.html">NTEULAController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTEmailAuthViewController.html">NTEmailAuthViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTEmailRegisterViewController.html">NTEmailRegisterViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTExpandableView.html">NTExpandableView</a> </li> <li class="nav-group-task"> <a href="../Classes/NTFormActionCell.html">NTFormActionCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTFormAnimatedInputCell.html">NTFormAnimatedInputCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTFormCell.html">NTFormCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTFormControlCell.html">NTFormControlCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTFormDatasource.html">NTFormDatasource</a> </li> <li class="nav-group-task"> <a href="../Classes/NTFormDateInputCell.html">NTFormDateInputCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTFormImageSelectorCell.html">NTFormImageSelectorCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTFormImageViewCell.html">NTFormImageViewCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTFormInputCell.html">NTFormInputCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTFormLongInputCell.html">NTFormLongInputCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTFormProfileCell.html">NTFormProfileCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTFormSection.html">NTFormSection</a> </li> <li class="nav-group-task"> <a href="../Classes/NTFormTagInputCell.html">NTFormTagInputCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTFormViewController.html">NTFormViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTImagePickerController.html">NTImagePickerController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTImageView.html">NTImageView</a> </li> <li class="nav-group-task"> <a href="../Classes/NTImageViewController.html">NTImageViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTInputAccessoryView.html">NTInputAccessoryView</a> </li> <li class="nav-group-task"> <a href="../Classes/NTLabel.html">NTLabel</a> </li> <li class="nav-group-task"> <a href="../Classes/NTLandingViewController.html">NTLandingViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTLoginButton.html">NTLoginButton</a> </li> <li class="nav-group-task"> <a href="../Classes/NTLoginViewController.html">NTLoginViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTMagicView.html">NTMagicView</a> </li> <li class="nav-group-task"> <a href="../Classes/NTMapAnnotation.html">NTMapAnnotation</a> </li> <li class="nav-group-task"> <a href="../Classes/NTMapAnnotationView.html">NTMapAnnotationView</a> </li> <li class="nav-group-task"> <a href="../Classes/NTMapView.html">NTMapView</a> </li> <li class="nav-group-task"> <a href="../Classes/NTMapViewController.html">NTMapViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTNavigationController.html">NTNavigationController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTNavigationViewController.html">NTNavigationViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTOnboardingDatasource.html">NTOnboardingDatasource</a> </li> <li class="nav-group-task"> <a href="../Classes/NTOnboardingViewController.html">NTOnboardingViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTPageViewController.html">NTPageViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTPing.html">NTPing</a> </li> <li class="nav-group-task"> <a href="../Classes/NTProgressHUD.html">NTProgressHUD</a> </li> <li class="nav-group-task"> <a href="../Classes/NTProgressLineIndicator.html">NTProgressLineIndicator</a> </li> <li class="nav-group-task"> <a href="../Classes/NTRefreshControl.html">NTRefreshControl</a> </li> <li class="nav-group-task"> <a href="../Classes/NTScrollableTabBar.html">NTScrollableTabBar</a> </li> <li class="nav-group-task"> <a href="../Classes/NTScrollableTabBarController.html">NTScrollableTabBarController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTScrollableTabBarItem.html">NTScrollableTabBarItem</a> </li> <li class="nav-group-task"> <a href="../Classes/NTSearchBar.html">NTSearchBar</a> </li> <li class="nav-group-task"> <a href="../Classes/NTSearchBarView.html">NTSearchBarView</a> </li> <li class="nav-group-task"> <a href="../Classes/NTSearchSelectViewController.html">NTSearchSelectViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTSearchViewController.html">NTSearchViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTSegmentedControl.html">NTSegmentedControl</a> </li> <li class="nav-group-task"> <a href="../Classes/NTSwitch.html">NTSwitch</a> </li> <li class="nav-group-task"> <a href="../Classes/NTTabBar.html">NTTabBar</a> </li> <li class="nav-group-task"> <a href="../Classes/NTTabBarController.html">NTTabBarController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTTabBarItem.html">NTTabBarItem</a> </li> <li class="nav-group-task"> <a href="../Classes/NTTableView.html">NTTableView</a> </li> <li class="nav-group-task"> <a href="../Classes/NTTableViewCell.html">NTTableViewCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTTableViewController.html">NTTableViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/NTTableViewHeaderFooterView.html">NTTableViewHeaderFooterView</a> </li> <li class="nav-group-task"> <a href="../Classes/NTTagDeleteButton.html">NTTagDeleteButton</a> </li> <li class="nav-group-task"> <a href="../Classes/NTTagListView.html">NTTagListView</a> </li> <li class="nav-group-task"> <a href="../Classes/NTTagListView/Alignment.html">– Alignment</a> </li> <li class="nav-group-task"> <a href="../Classes/NTTagView.html">NTTagView</a> </li> <li class="nav-group-task"> <a href="../Classes/NTTextField.html">NTTextField</a> </li> <li class="nav-group-task"> <a href="../Classes/NTTextInputBar.html">NTTextInputBar</a> </li> <li class="nav-group-task"> <a href="../Classes/NTTextView.html">NTTextView</a> </li> <li class="nav-group-task"> <a href="../Classes/NTTimelineTableViewCell.html">NTTimelineTableViewCell</a> </li> <li class="nav-group-task"> <a href="../Classes/NTToast.html">NTToast</a> </li> <li class="nav-group-task"> <a href="../Classes/NTToolbar.html">NTToolbar</a> </li> <li class="nav-group-task"> <a href="../Classes/NTView.html">NTView</a> </li> <li class="nav-group-task"> <a href="../Classes/NTViewController.html">NTViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/Person.html">Person</a> </li> <li class="nav-group-task"> <a href="../Classes/Person/Gender.html">– Gender</a> </li> <li class="nav-group-task"> <a href="../Classes/Person/Provider.html">– Provider</a> </li> <li class="nav-group-task"> <a href="../Classes/PulleyViewController.html">PulleyViewController</a> </li> <li class="nav-group-task"> <a href="../Classes/RippleView.html">RippleView</a> </li> <li class="nav-group-task"> <a href="../Classes/ScaleBackTransitionAnimator.html">ScaleBackTransitionAnimator</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Enums.html">Enums</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Enums/FAType.html">FAType</a> </li> <li class="nav-group-task"> <a href="../Enums/GMDType.html">GMDType</a> </li> <li class="nav-group-task"> <a href="../Enums/LogMode.html">LogMode</a> </li> <li class="nav-group-task"> <a href="../Enums/LogType.html">LogType</a> </li> <li class="nav-group-task"> <a href="../Enums/NTAlertType.html">NTAlertType</a> </li> <li class="nav-group-task"> <a href="../Enums/NTDrawerControllerState.html">NTDrawerControllerState</a> </li> <li class="nav-group-task"> <a href="../Enums/NTDrawerSide.html">NTDrawerSide</a> </li> <li class="nav-group-task"> <a href="../Enums/NTLoginMethod.html">NTLoginMethod</a> </li> <li class="nav-group-task"> <a href="../Enums/NTPreferredFontStyle.html">NTPreferredFontStyle</a> </li> <li class="nav-group-task"> <a href="../Enums/NTPresentationDirection.html">NTPresentationDirection</a> </li> <li class="nav-group-task"> <a href="../Enums/NTProgressIndicatorState.html">NTProgressIndicatorState</a> </li> <li class="nav-group-task"> <a href="../Enums/NTTabBarPosition.html">NTTabBarPosition</a> </li> <li class="nav-group-task"> <a href="../Enums/NTTimelineTableViewCellStyle.html">NTTimelineTableViewCellStyle</a> </li> <li class="nav-group-task"> <a href="../Enums/NTViewState.html">NTViewState</a> </li> <li class="nav-group-task"> <a href="../Enums/PulleyPosition.html">PulleyPosition</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Extensions.html">Extensions</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Extensions/Array.html">Array</a> </li> <li class="nav-group-task"> <a href="../Extensions/CALayer.html">CALayer</a> </li> <li class="nav-group-task"> <a href="../Extensions/Date.html">Date</a> </li> <li class="nav-group-task"> <a href="../Extensions/DispatchQueue.html">DispatchQueue</a> </li> <li class="nav-group-task"> <a href="../Extensions/Int.html">Int</a> </li> <li class="nav-group-task"> <a href="../Extensions/NSMutableAttributedString.html">NSMutableAttributedString</a> </li> <li class="nav-group-task"> <a href="../Extensions/String.html">String</a> </li> <li class="nav-group-task"> <a href="../Extensions/UIApplication.html">UIApplication</a> </li> <li class="nav-group-task"> <a href="../Extensions/UIBarButtonItem.html">UIBarButtonItem</a> </li> <li class="nav-group-task"> <a href="../Extensions/UIButton.html">UIButton</a> </li> <li class="nav-group-task"> <a href="../Extensions/UIColor.html">UIColor</a> </li> <li class="nav-group-task"> <a href="../Extensions/UIImage.html">UIImage</a> </li> <li class="nav-group-task"> <a href="../Extensions/UIImageView.html">UIImageView</a> </li> <li class="nav-group-task"> <a href="../Extensions/UILabel.html">UILabel</a> </li> <li class="nav-group-task"> <a href="../Extensions/UISearchBar.html">UISearchBar</a> </li> <li class="nav-group-task"> <a href="../Extensions/UISegmentedControl.html">UISegmentedControl</a> </li> <li class="nav-group-task"> <a href="../Extensions/UISlider.html">UISlider</a> </li> <li class="nav-group-task"> <a href="../Extensions/UIStepper.html">UIStepper</a> </li> <li class="nav-group-task"> <a href="../Extensions/UITabBarItem.html">UITabBarItem</a> </li> <li class="nav-group-task"> <a href="../Extensions/UITextField.html">UITextField</a> </li> <li class="nav-group-task"> <a href="../Extensions/UITextView.html">UITextView</a> </li> <li class="nav-group-task"> <a href="../Extensions/UIView.html">UIView</a> </li> <li class="nav-group-task"> <a href="../Extensions/UIViewController.html">UIViewController</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Protocols.html">Protocols</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Protocols/IconType.html">IconType</a> </li> <li class="nav-group-task"> <a href="../Protocols/NTEmailAuthDelegate.html">NTEmailAuthDelegate</a> </li> <li class="nav-group-task"> <a href="../Protocols/NTMagicViewDelegate.html">NTMagicViewDelegate</a> </li> <li class="nav-group-task"> <a href="../Protocols/NTNavigationViewControllerDelegate.html">NTNavigationViewControllerDelegate</a> </li> <li class="nav-group-task"> <a href="../Protocols/NTSearchBarViewDelegate.html">NTSearchBarViewDelegate</a> </li> <li class="nav-group-task"> <a href="../Protocols/NTSegmentedControlDelegate.html">NTSegmentedControlDelegate</a> </li> <li class="nav-group-task"> <a href="../Protocols/NTTabBarDelegate.html">NTTabBarDelegate</a> </li> <li class="nav-group-task"> <a href="../Protocols/NTTabBarItemDelegate.html">NTTabBarItemDelegate</a> </li> <li class="nav-group-task"> <a href="../Protocols/NTTableViewImageDataSource.html">NTTableViewImageDataSource</a> </li> <li class="nav-group-task"> <a href="../Protocols/NTTagListViewDelegate.html">NTTagListViewDelegate</a> </li> <li class="nav-group-task"> <a href="../Protocols/PulleyDelegate.html">PulleyDelegate</a> </li> <li class="nav-group-task"> <a href="../Protocols/PulleyDrawerViewControllerDelegate.html">PulleyDrawerViewControllerDelegate</a> </li> <li class="nav-group-task"> <a href="../Protocols.html#/s:12NTComponents38PulleyPrimaryContentControllerDelegateP">PulleyPrimaryContentControllerDelegate</a> </li> <li class="nav-group-task"> <a href="../Protocols/RippleEffect.html">RippleEffect</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Structs.html">Structs</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Structs/Color.html">Color</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/Default.html">– Default</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/Red.html">– Red</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/Pink.html">– Pink</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/Purple.html">– Purple</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/DeepPurple.html">– DeepPurple</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/Indigo.html">– Indigo</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/Blue.html">– Blue</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/LightBlue.html">– LightBlue</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/Cyan.html">– Cyan</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/Teal.html">– Teal</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/Green.html">– Green</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/LightGreen.html">– LightGreen</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/Lime.html">– Lime</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/Yellow.html">– Yellow</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/Amber.html">– Amber</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/Orange.html">– Orange</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/DeepOrange.html">– DeepOrange</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/Brown.html">– Brown</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/Gray.html">– Gray</a> </li> <li class="nav-group-task"> <a href="../Structs/Color/BlueGray.html">– BlueGray</a> </li> <li class="nav-group-task"> <a href="../Structs/Font.html">Font</a> </li> <li class="nav-group-task"> <a href="../Structs/Font/Default.html">– Default</a> </li> <li class="nav-group-task"> <a href="../Structs/Font/Roboto.html">– Roboto</a> </li> <li class="nav-group-task"> <a href="../Structs/Icon.html">Icon</a> </li> <li class="nav-group-task"> <a href="../Structs/Icon/Arrow.html">– Arrow</a> </li> <li class="nav-group-task"> <a href="../Structs/Log.html">Log</a> </li> <li class="nav-group-task"> <a href="../Structs/NTCollectionDatasourceData.html">NTCollectionDatasourceData</a> </li> <li class="nav-group-task"> <a href="../Structs/NTCollectionUserHeaderData.html">NTCollectionUserHeaderData</a> </li> <li class="nav-group-task"> <a href="../Structs/NTDrawerViewProperties.html">NTDrawerViewProperties</a> </li> <li class="nav-group-task"> <a href="../Structs/NTOnboardingDataSet.html">NTOnboardingDataSet</a> </li> <li class="nav-group-task"> <a href="../Structs/Timeline.html">Timeline</a> </li> <li class="nav-group-task"> <a href="../Structs/TimelinePoint.html">TimelinePoint</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Typealiases.html">Typealiases</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Typealiases.html#/s:12NTComponents30PulleyAnimationCompletionBlocka">PulleyAnimationCompletionBlock</a> </li> </ul> </li> </ul> </nav> <article class="main-content"> <section> <section class="section"> <h1>NTButton</h1> <p>Undocumented</p> </section> <section class="section task-group-section"> <div class="task-group"> <div class="task-name-container"> <a name="/Handlers"></a> <a name="//apple_ref/swift/Section/Handlers" class="dashAnchor"></a> <a href="#/Handlers"> <h3 class="section-name">Handlers</h3> </a> </div> <ul> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(py)onTouchUpInside"></a> <a name="//apple_ref/swift/Property/onTouchUpInside" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(py)onTouchUpInside">onTouchUpInside</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(im)onTouchUpInside:"></a> <a name="//apple_ref/swift/Method/onTouchUpInside(_:)" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(im)onTouchUpInside:">onTouchUpInside(_:)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(im)didTouchUpInside"></a> <a name="//apple_ref/swift/Method/didTouchUpInside()" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(im)didTouchUpInside">didTouchUpInside()</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> </ul> </div> <div class="task-group"> <div class="task-name-container"> <a name="/Initialization"></a> <a name="//apple_ref/swift/Section/Initialization" class="dashAnchor"></a> <a href="#/Initialization"> <h3 class="section-name">Initialization</h3> </a> </div> <ul> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(im)init"></a> <a name="//apple_ref/swift/Method/init()" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(im)init">init()</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(im)initWithFrame:"></a> <a name="//apple_ref/swift/Method/init(frame:)" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(im)initWithFrame:">init(frame:)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(im)initWithCoder:"></a> <a name="//apple_ref/swift/Method/init(coder:)" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(im)initWithCoder:">init(coder:)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(py)backgroundColor"></a> <a name="//apple_ref/swift/Property/backgroundColor" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(py)backgroundColor">backgroundColor</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(py)ripplePercent"></a> <a name="//apple_ref/swift/Property/ripplePercent" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(py)ripplePercent">ripplePercent</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(py)rippleColor"></a> <a name="//apple_ref/swift/Property/rippleColor" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(py)rippleColor">rippleColor</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(py)rippleBackgroundColor"></a> <a name="//apple_ref/swift/Property/rippleBackgroundColor" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(py)rippleBackgroundColor">rippleBackgroundColor</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(py)buttonCornerRadius"></a> <a name="//apple_ref/swift/Property/buttonCornerRadius" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(py)buttonCornerRadius">buttonCornerRadius</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(py)rippleOverBounds"></a> <a name="//apple_ref/swift/Property/rippleOverBounds" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(py)rippleOverBounds">rippleOverBounds</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(py)shadowRippleRadius"></a> <a name="//apple_ref/swift/Property/shadowRippleRadius" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(py)shadowRippleRadius">shadowRippleRadius</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(py)shadowRippleEnable"></a> <a name="//apple_ref/swift/Property/shadowRippleEnable" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(py)shadowRippleEnable">shadowRippleEnable</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(py)trackTouchLocation"></a> <a name="//apple_ref/swift/Property/trackTouchLocation" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(py)trackTouchLocation">trackTouchLocation</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(py)touchUpAnimationTime"></a> <a name="//apple_ref/swift/Property/touchUpAnimationTime" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(py)touchUpAnimationTime">touchUpAnimationTime</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(im)pullImageToRight"></a> <a name="//apple_ref/swift/Method/pullImageToRight()" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(im)pullImageToRight">pullImageToRight()</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(im)beginTrackingWithTouch:withEvent:"></a> <a name="//apple_ref/swift/Method/beginTracking(_:with:)" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(im)beginTrackingWithTouch:withEvent:">beginTracking(_:with:)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(im)cancelTrackingWithEvent:"></a> <a name="//apple_ref/swift/Method/cancelTracking(with:)" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(im)cancelTrackingWithEvent:">cancelTracking(with:)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(im)endTrackingWithTouch:withEvent:"></a> <a name="//apple_ref/swift/Method/endTracking(_:with:)" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(im)endTrackingWithTouch:withEvent:">endTracking(_:with:)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(im)animate"></a> <a name="//apple_ref/swift/Method/animate()" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(im)animate">animate()</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(im)animateToNormal"></a> <a name="//apple_ref/swift/Method/animateToNormal()" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(im)animateToNormal">animateToNormal()</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/c:@M@NTComponents@objc(cs)NTButton(im)layoutSubviews"></a> <a name="//apple_ref/swift/Method/layoutSubviews()" class="dashAnchor"></a> <a class="token" href="#/c:@M@NTComponents@objc(cs)NTButton(im)layoutSubviews">layoutSubviews()</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> </ul> </div> </section> </section> <section id="footer"> <p>&copy; 2017 <a class="link" href="https://github.com/nathantannar4/NTComponents" target="_blank" rel="external">Nathan Tannar</a>. All rights reserved. (Last updated: 2017-09-26)</p> <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p> </section> </article> </div> </body> </div> </html>
nathantannar4/NTComponents
docs/docsets/NTComponents.docset/Contents/Resources/Documents/Classes/NTButton.html
HTML
mit
50,134
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <frameset rows="20%,80%"> <frame name="controller" id="controller" src="controller.php"> <frame name="test_arena" id="test_arena"> </frameset> </html>
XristosMallios/cache
exareme-master/src/main/static/libs/datatables/media/unit_testing/index.html
HTML
mit
276
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Rheology of weakly attractive soft particles</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="description" content=""> <meta name="author" content="Ehsan Irani"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <link rel="stylesheet" href="ehsan.css"> <link rel="stylesheet" href="css/reveal.css"> <link rel="stylesheet" href="css/theme/white.css"> <link rel="stylesheet" href="ehsan.css"> <!-- Theme used for syntax highlighting of code --> <link rel="stylesheet" href="lib/css/zenburn.css"> <!-- Printing and PDF exports --> <script> var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); </script> </head> <body> <div class="reveal"> <div class="slides"> <section id="presentable" class="bookend"> <h3 style="font-family:Lato; font-weight:normal; text-transform:none; color: rgba(0,129,205,1);">Rheology of Weakly Attractive Soft Particles</h3> <p style="height:30px;">&nbsp</p> <br> <p><span style="color:darkgreen;">Ehsan Irani¹</span>,  Pinaki Chaudhuri²,  Claus Heussinger¹</p> <p style="text-align: center; font-size:23px; ">¹ Institute for Theoretical Physics, Georg-August-Universität Göttingen<br>² Institute of Mathematical Sciences, Tamil Nadu, India</p> <p style="height:20px;">&nbsp</p> <p style="height:10px;">&nbsp</p> <br> <div class="noether_logo"> <img align="right" width="25%" style="border: none; box-shadow:none;" data-src="figs/logo_emmy_noether.jpg" alt="noether logo"> </div> <div class="uni_logo"> <img align="left" width="50%" style="border: none; box-shadow:none;" data-src="figs/uni-goe-logo.jpg" alt="uni logo"> </div> </section> <!-- Introduction --> <section> <section> <div id="float-box" style="float:left;" > <p id="part">I. Introduction</p> <h3 id="h" class="blue" align="left">Jamming Transition</h3> <p align="left" style="font-size:25px;">(Repulsive, Friction-less)</p> </div> <div width="100%" style="clear:both;"> <div style="width:55%; float: left;"> <img width="70%" style="border: none; box-shadow: none;" src="figs/2djamming.svg"> </div> <div style="width: 45%; float: right;"> <img width="75%" style="border: none; box-shadow:none;" src="figs/dry-fc-new.svg"> </div> <br style="clear:both;"/> </div> <div> <div style="width:55%; float:left;"> <img width="85%" style="border: none" src="figs/jamming-draw.svg"> </div> <div style="width:45%; float:right;"> <p align="left" style="float: right align:right;"> <strong>Jamming:</strong> Complex fluids, become <span style="color:green">solid</span> with increasing volume fraction. </p> </div> </div> <br style="clear:both;"> <aside class="notes"> <p>- Volume fraction</p> <p>- Jamming point, yield stress</p> <p>- Flow curves</p> </aside> </section> <section> <div id="float-box" style="float:left;" > <p id="part">I. Introduction</p> <h3 id="h" class="blue" align="left">Motivation</h3> </div> <br style="clear:both;"> All of that is true for repulsive systems!<br> what about attractive systems? <div width="100%"> <div style="width:50%; float:left"> <img width="100%" style="border:none;" src="figs/SandCastle.jpg"> </div> <div style="width:10%; float:center;"> </div> <div style="width:40%; float:right"> <div align="left"> <br> <strong>Examples:</strong> <ul align="right"> <li>Capillary bridges</li> <li>Polymeric suspensions</li> </ul> </div> </div> <br style="clear:both;"/> </div> <div style="width:50%; float:left"> <p align="center">How does <span style="color:green;">attraction</span> change the rheology of soft particles?</p> </div> <div style="width:50%; float:left"> <p align="center">Details of interactions:<br>Role of dissipation?</p> </div> <br style="clear:both;"/> <aside class="notes"> Test </aside> </section> </section> <section> <section> <div style="width:100%;"> <div align="left" style="width:50%; float: left;"> <div id="float-box" style="float:left;" > <p id="part">II. The Model</p> <h3 id="h" class="blue" align="left">Simulation Setup</h3> </div> <br style="clear:both;"> <strong>Conservative Force:</strong> <p>Harmonic repulsive core <br>Small <span style="color:green;">attractive</span> tail:</p> <p align="center">Range=$2u$<br> Depth $\propto \epsilon u$</p> <br> <p><strong>Dissipative Force:</strong></p> <p align="left">Keeps the system athermal!</p> </div> <div align="center" style="width:50%; float: left;"> <img width="75%" src="figs/f1-t3.svg" style="border:none; box-shadow:none;"> <video align="center" width="65%" data-autoplay loop="true" controls> <source data-src="http://www.theorie.physik.uni-goettingen.de/~ehsan.irani/videos/rep.webm" type="video/webm"> </video> </div> <br style="clear:both;"> </div> <aside class="notes"> Test </aside> </section> <section data-transition="slide-in fade-out"> <div align="left" id="float-box" style="float:left;" > <p id="part">II. The Model</p> <h3 id="h" class="blue" align="left">Dissipation Models</h3> </div> <br style="clear:both;"> <br> <div width="100%"> <div align="left" style="width:50%; float:left;"> <p><strong>$\text{CD}_n$ Model</strong></p> <p align="left">$\vec{F}_{\text{diss.}} = -b[(\vec{v}_i - \vec{v}_j).\hat{r}]\hat{r}$</p> <img align="center" width="70%" style="border: none; box-shadow:none;" src="figs/cdn-particles.svg"> </div> <div align="right" style="width:50%; float:left;"> <p><strong>$\text{CD}$ Model</strong></p> <p align="right">$\vec{F}_{\text{diss.}} = -b(\vec{v}_i - \vec{v}_j)$</p> <img align="center" width="70%" style="border: none; box-shadow:none;" src="figs/cd-particles.svg"> </div> <div style="clear:left;"></div> </div> <aside class="notes"> Test </aside> </section> <section data-transition="fade-in slide-out" > <div align="left" id="float-box" style="float:left;" > <p id="part">III. Results: $\text{CD}_n$ Model (Over-damped)</p> <h3 id="h" class="blue" align="left">Dissipation Models</h3> </div> <br style="clear:both;"> <br> <div width="100%"> <div align="left" style="width:50%; float:left;"> <p><strong>$\text{CD}_n$ Model</strong></p> <p align="left">$\vec{F}_{\text{diss.}} = -b[(\vec{v}_i - \vec{v}_j).\hat{r}]\hat{r}$</p> <img align="center" width="70%" style="border: none; box-shadow:none;" src="figs/cdn-particles.svg"> </div> <div align="right" style="width:50%; float:left; "> <br> <br> <br> <p align="center"><strong>Over-damped regime:</strong></p> <p align="center">$b=2.0$</p> </div> <div style="clear:left;"></div> </div> <aside class="notes"> Test </aside> </section> </section> <section> <section data-transition="slide-in fade-out"> <div width="100%"> <div align="left" style="width:50%;float:left"> <div id="float-box" style="float:left;" > <p id="part">III. Results: $\text{CD}_n$ Model (Over-damped)</p> <h3 id="h" class="blue" align="left">Flow Curves</h3> <p style="font-size:25px;">($N=1000$, $u=2\times10^{-4}$)</p> </div> <br style="clear:both;"> <div align="left"> <strong>Repulsion-dominated regime:</strong> <p>- Bagnold scaling: $\sigma \sim \dot\gamma^2$</p> <p style="height:10px;">&nbsp</p> <strong>Attraction-dominated regime:</strong> <p>- Finite <span style="color:green">yield stress</span><br> - <span style="color:green;">Non-monotonic</span> flow curves</p> <hr> <p align="left" style="font-size: 25px">E. Irani, P. Chaudhuri, C. Heussinger, Phys. Rev. Lett. <strong>112,</strong> 188303 (2014)</p> </div> </div> <div style="width:50%; float:right"> <img src="figs/fc-u2e-4-diff2-phi2.svg" style="width:90%; border:none; box-shadow:none;"> </div> <br style="clear:both;"/> </div> <aside class="notes"> Test </aside> </section> <section data-transition="fade-in"> <div width="100%"> <div align="left" style="width:50%; float:left"> <div id="float-box" style="float:left;" > <p id="part">III. Results: $\text{CD}_n$ Model (Over-damped)</p> <h3 id="h" class="blue" align="left">Flow Curves</h3> <p style="font-size:25px;">($N=1000$, $u=2\times10^{-4}$)</p> </div> <br style="clear:both;"> <div align="left"> <br> <strong>Phase diagram:</strong> <img align='center' src="figs/yield-stress-phi-u2e-4-2.svg" style="width:100%; border:none; box-shadow:none;"> </div> </div> <div style="width:50%; float:right"> <img src="figs/fc-u2e-4-diff2-phi2.svg" style="width:90%; border:none; box-shadow:none;"> </div> <br style="clear:both;"/> </div> <aside class="notes"> Test </aside> </section> <!--<section> <div width="100%"> <div id="float-box" style="float:left;" > <h3 id="h" class="blue" align="left">Movies</h3> </div> <br style="clear:both;"> <div style="width:50%; float: left;"> Attraction-dominated: $\dot\gamma=10^{-6}$ <video width="100%" autoplay="true" loop="true" controls> <source src="videos/att.ogg" type="video/webm"> </video> </div> <div style="width: 50%; float: right;"> Repulsion-dominated: $\dot\gamma=10^{-4}$ <video width="100%" autoplay="true" loop="true" controls> <source src="videos/rep.ogg" type="video/webm"> </video> </div> <br style="clear:both;"/> </div> </section>--> <section data-transition="slide-in fade-out"> <div width="100%"> <div style="width:53%; float:left;"> <div align="left" id="float-box" style="float:left;" > <p id="part">III. Results: $\text{CD}_n$ Model (Over-damped)</p> <h3 id="h" class="blue" align="left">Connectivity</h3> <p style="font-size:25px;">($N=1000$, $\phi=0.75$)</p> </div> <br style="clear:both;"> <div align="left"><strong>2D Systems:</strong> $$z_{\text{iso}}=4$$</div> <br> <div align="left"><strong>Attraction-dominated:</strong> <p align="center" text-align="justify">Nearly-isostatic <br>network of particles</p></div> <br> <div align="left"><strong><span style="color:darkgreen">Attractive</span> </strong><strong>time-scale:</strong> <br> $$\tau_a \approx 1/u$$</div> </div> <div style="width:47%; float:left;"> <img align="left" src="figs/z-phi0.75-diff-u-2.svg" style="width:95%; border:none; box-shadow:none;" alt="z-fc-u2e-4"> </div> <br style="clear:both;"> </div> <aside class="notes"> Test </aside> </section> <section> <div align="left" id="float-box" style="float:left;" > <p id="part">III. Results: $\text{CD}_n$ Model (Over-damped)</p> <h3 id="h" class="blue" align="left">Non-monotonic Flow Curves</h3> </div> <br style="clear:both;"> <div width="100%"> <div align="left" style="width:41%; float:left;"> <strong>Small Systems</strong> (N=1000): <p>- Shear bands don't fit inside</p> <br> <strong>Large Systems</strong>: <p>- Shear bands reduce the non-monotonic part<br>- History dependence</p> </div> <div style="width:59%; float:right;"> <img width="100%" src="figs/fc-diff-N-u2e-5-phi0.82-22.svg" style="width:100%; border:none; box-shadow:none;"> </div> <br style="clear:both;"> </div> <hr> <p align="left" style="font-size: 25px">E. Irani, P. Chaudhuri, C. Heussinger, Phys. Rev. E <strong> 94</strong>, 052608 (2016)</p> </section> <section data-transition="slide"> <div align="left" id="float-box" style="float:left;" > <p id="part">III. Results: $\text{CD}_n$ Model (Over-damped)</p> <h3 id="h" class="blue" align="left">Shear Bands</h3> <p style="font-size:25px;">($N=10^4$, $\phi=0.75$, $\dot\gamma_0=5\times10^{-6}$)</p> </div> <br style="clear:both;"> <img width="90%" src="figs/cdn-shearbands-snap-profs-N10000-u2e-5-phi0.75-erate5e-6-s40.svg" style="border:none; box-shadow:none; margin:0px;"> <div style="width:50%; float:left;"> <p align="center" style="font-size:30px;">Iso-static <span style="color:green">solid</span> + fluid band</p> </div> <div style="float:left; width:50%;"> <p align="center" style="font-size:30px;">- Solid band: $z \uparrow$, $\phi \downarrow$<br> - Fluid band: $z \downarrow$, $\phi \uparrow$</p> </div> <br style="clear:both;"> </section> <!--<section data-transition="slide"> <div align="left" id="float-box" style="float:left;" > <p id="part">III. Results: $\text{CD}_n$ Model (Over-damped)</p> <h3 id="h" class="blue" align="left">Shear Bands</h3> </div> <br style="clear:both;"> <div style="width:70%; float:left;"> <img width="100%" src="figs/snap-sb-N20000-5e-6-dark-2.svg" style="border:none; box-shadow:none; margin:0px;"> </div> <div style="float:left; width:30%;"> <p align="center">Iso-static <span style="color:green">solid</span> + fluid band</p> <br> <img width="100%" src="figs/sb-size-lin.svg" style="border:none; box-shadow:none;"> </div> <br style="clear:both;"> </section>--> <!--<section data-transition="slide"> <div align="left" id="float-box" style="float:left;" > <p id="part">I. Results: $\text{CD}_n$ Model</p> <h3 id="h" class="blue" align="left">Shear Bands</h3> </div> <br style="clear:both;"> <div style="width:60%; float:left;"> <img width="100%" src="figs/snap-sb-N20000-5e-6-dark-2.svg" style="border:none; box-shadow:none;"> <p align="left">Iso-static <span style="color:green">solid</span> + <span style="color:red">fluid</span> band</p> </div> <div style="float:left; width:40%;"> <img width="100%" src="figs/sb-shearrate-profiles-rampup.svg" style="border:none; box-shadow:none;"> <img width="100%" src="figs/sb-size-lin.svg" style="border:none; box-shadow:none;"> </div> <br style="clear:both;"> </section>--> <!--++++++++++++++++++++++++++++++++++++++++--> <!--<section> <div> <div align="left" style="width:53%; float:left; border-right: thin solid #000000;"> <img width="100%" src="figs/f1-t3.svg" style="border:none; float:left; box-shadow:none;"> <br> <br> <strong>Including attraction:</strong> <p style="margin-left:40px;">- Finite <span style="color:green">yield stress</span> at $\phi<\phi_J$ <br> - <span style="color:red;">Non-monotonic</span> flow curves<br> - Shear-banding, ...</p> </div> <div style="width:45%; float:right;"> <br> <p align="left" style="font-size:60px;">Question:</p> <p align="left" style="margin-left:40px;">How robust are these results with respect to the interaction details?</p> <br> <p><strong>The role of <span style="color:darkgreen;">energy dissipation</span></strong></p> </div> <br style="clear:both;"> </div> </section>--> <section> <div align="left" id="float-box" style="float:left;" > <p id="part">III. Results: $\text{CD}_n$ Model</p> <h3 id="h" class="blue" align="left">Changing Damping Factor</h3> </div> <br style="clear:both;"> <div width="100"> <p align="left">$\vec{F}_{\text{diss.}} = -b[(\vec{v}_i - \vec{v}_j).\hat{r}]\hat{r}$</p> <div style="width:30%; float:left;"> <br> <br> Damping time-scale: <br> <br> $$\tau_d = {m\over b}$$<br> <hr> <p align="left" style="font-size: 25px">E. Irani et al., Phys. Rev. E <strong> 94</strong>, 052608 (2016)</p> </div> <div style="width:70%; float:right;"> <img width="100%" src="figs/fc-u7e-4-phi0.75-diff-b-inset.svg" style="border:none; box-shadow:none;"> </div> <br style="clear:both;"> </div> <br> </section> </section> <section> <section> <div align="left" id="float-box" style="float:left;" > <p id="part">III. Results: $\text{CD}$ Model</p> <h3 id="h" class="blue" align="left">$\text{CD}_n$ Model vs. $\text{CD}$ Model</h3> </div> <br style="clear:both;"> <br> <div width="100%"> <div align="left" style="width:50%; float:left;"> <p>Until here: <strong>$\text{CD}_n$ Model</strong></p> <p align="left">$\vec{F}_{\text{diss.}} = -b[(\vec{v}_i - \vec{v}_j).\hat{r}]\hat{r}$</p> <img align="center" width="70%" style="border: none; box-shadow:none;" src="figs/cdn-particles.svg"> </div> <div align="right" style="width:50%; float:left;"> <p>From here: <strong>$\text{CD}$ Model</strong></p> <p align="right">$\vec{F}_{\text{diss.}} = -b(\vec{v}_i - \vec{v}_j)$</p> <img align="center" width="70%" style="border: none; box-shadow:none;" src="figs/cd-particles.svg"> </div> <div style="clear:left;"></div> </div> <aside class="notes"> Test </aside> </section> <section data-transition="slide-in fade-out"> <div width="100%"> <div align="left" style="width:52%; float:left"> <div align="left" id="float-box" style="float:left;" > <p id="part">IV. Results: $\text{CD}$ Model</p> <h3 id="h" class="blue" align="left">Flow Curves</h3> <p style="font-size:25px;">($N=1000$, $u=2\times10^{-5}$, $\phi=0.75$)</p> </div> <br style="clear:both;"> <br> <div align="left"> <strong>Over-damped regime:</strong> <p>- Viscous behaviour</p> <p align="center">$\sigma \sim \dot\gamma$</p> <br> </div> </div> <div style="width:48%; float:right"> <br> <img src="figs/diss-full-vel-fc-u2e-5-phi0.75-diff-b-slides10.svg" style="width:100%; border:none; box-shadow:none;"> </div> <br style="clear:both;"/> </div> <aside class="notes"> Test </aside> </section> <section data-transition="fade-out"> <div width="100%"> <div align="left" style="width:52%; float:left"> <div align="left" id="float-box" style="float:left;" > <p id="part">IV. Results: $\text{CD}$ Model</p> <h3 id="h" class="blue" align="left">Flow Curves</h3> <p style="font-size:25px;">($N=1000$, $u=2\times10^{-5}$, $\phi=0.75$)</p> </div> <br style="clear:both;"> <br> <div align="left"> <strong>Over-damped regime:</strong> <p>- Viscous behaviour</p> <p align="center">$\sigma \sim \dot\gamma$</p> <br> <strong>Decereasing damping:</strong> <p>- <span style="color:green">Inertial flow</span><br> - <span style="color:green;">Non-monotonic</span> flow curves</p> </div> </div> <div style="width:48%; float:right"> <br> <img src="figs/diss-full-vel-fc-u2e-5-phi0.75-diff-b-slides13.svg" style="width:100%; border:none; box-shadow:none;"> </div> <br style="clear:both;"/> </div> <aside class="notes"> Test </aside> </section> <section data-transition="fade-out"> <div width="100%"> <div align="left" style="width:52%; float:left"> <div align="left" id="float-box" style="float:left;" > <p id="part">IV. Results: $\text{CD}$ Model</p> <h3 id="h" class="blue" align="left">Flow Curves</h3> <p style="font-size:25px;">($N=1000$, $u=2\times10^{-5}$, $\phi=0.75$)</p> </div> <br style="clear:both;"> <br> <div align="left"> <strong>Over-damped regime:</strong> <br> <p>- <span style="color:red;">Elastic</span> forces vs. <span style="color:red;">dissipative</span> forces</p> <p>- Weissenberg number</p> <p align="center">$Wi={b\dot\gamma\over \epsilon u}$</p> </div> </div> <div style="width:48%; float:right"> <img src="figs/diss-full-vel-fc-stress-z-diffu-phi0.75-diffb-2.svg" style="width:85%; border:none; box-shadow:none;"> </div> <br style="clear:both;"/> </div> <aside class="notes"> Test </aside> </section> <section data-transition="fade-out"> <div width="100%"> <div align="left" style="width:52%; float:left"> <div align="left" id="float-box" style="float:left;" > <p id="part">IV. Results: $\text{CD}$ Model</p> <h3 id="h" class="blue" align="left">Flow Curves</h3> <p style="font-size:25px;">($N=1000$, $u=2\times10^{-5}$, $\phi=0.75$)</p> </div> <br style="clear:both;"> <br> <div align="left"> <strong>Under-damped regime:</strong> <p>- <span style="color:green">Inertial flow</span><br> - <span style="color:green;">Non-monotonic</span> flow curves</p> <br> <p align="center"><strong>Qustion:</strong> What is happening at the non-monotonic part?</p> </div> </div> <div style="width:48%; float:right"> <br> <img src="figs/diss-full-vel-fc-u2e-5-phi0.75-diff-b-slides13.svg" style="width:100%; border:none; box-shadow:none;"> </div> <br style="clear:both;"/> </div> <aside class="notes"> Test </aside> </section> <section> <div align="left" id="float-box" style="float:left;" > <p id="part">IV. Results: $\text{CD}$ Model</p> <h3 id="h" class="blue" align="left">Movies: Velocity & Connectivity</h3> </div> <br style="clear:both;"> <p style="font-size:25px;">($N=1000$, $u=2\times10^{-5}$, $\phi=0.75$, $b=0.05$, $\dot\gamma=2\times10^{-4}$)</p> <div width="100%"> <video id="particlesVideo" width="100%" preload="auto" controls data-autoplay> <source data-src="http://www.theorie.physik.uni-goettingen.de/~ehsan.irani/videos/cd-sb-vel-z.webm" type="video/webm"> </video> </div> </section> <section> <div width="100%"> <div align="left" style="width:50%; float:left;"> <div align="left" id="float-box" style="float:left;" > <p id="part">IV. Results: $\text{CD}$ Model</p> <h3 id="h" class="blue" align="left">Shear Bands</h3> </div> <br style="clear:both;"> </div> <div align="right" style="width:50%; float:right;"> <p align="left" data-fragment-id="1">- <span style="color:green">Viscous</span> + <span style="color:green">inertial</span> band<br> - Stress localization</p> </div> <br style="clear:both;"> <img src="figs/diss-full-vel-sb-stress-2.svg" style="width:80%; border:none; box-shadow:none;"> </div> </section> <section> <div width="100%"> <div align="left" id="float-box" style="float:left;" > <p id="part">IV. Results: $\text{CD}$ Model</p> <h3 id="h" class="blue" align="left">Stress Localization</h3> </div> <br style="clear:both;"> <img src="figs/cd-stressv-field-evo-highres.svg" style="width:75%; border:none; box-shadow:none;"> <p align="left">Larger $\Delta\gamma$:</p> <p><span style="color:green">Virial stress</span> builds up in the <span style="color:red">inertial band.</span></p> </div> </section> <!--<section> <div width="100%"> <div align="left" id="float-box" style="float:left;" > <p id="part">III. Results: $\text{CD}$ Model</p> <h3 id="h" class="blue" align="left">Stress Localization</h3> </div> <br style="clear:both;"> <img src="figs/cd-press-fields.svg" style="width:75%; border:none; box-shadow:none;"> <p align="left">Total pressure (kinetic + virial terms):</p> <ul style="list-style-type:none;"> <li>- <span style="color:green;">Continously</span> changing over the interface.</li> <li>- Stable shear bands.</li> </ul> </div> </section>--> <!--<section data-transition="fade-out"> <div align="left" id="float-box" style="float:left;" > <h3 id="h" class="blue" align="left">Ramping Simulations</h3> <p style="font-size:25px;">($N=1000$, $u=2\times10^{-5}$, $\phi=0.75$, $b=0.05$)</p> </div> <br style="clear:both;"> <div align="left" style="width:50%; float:left;"> <img src="figs/diss-full-vel-fc-ramp-u2e-5-phi075-b005.svg" style="width:100%; border:none; box-shadow:none;"> </div> <div align="left" style="width:50%; float:left; visibility:hidden;"> <img src="figs/cd-ramping-profiles-erate5e-5.svg" style="width:100%; border:none; box-shadow:none;"> </div> <br style="clear:both;"> </section>--> <section data-transition="slide"> <div align="left" id="float-box" style="float:left;" > <p id="part">IV. Results: $\text{CD}$ Model</p> <h3 id="h" class="blue" align="left">Ramping Simulations</h3> <p style="font-size:25px;">($N=1000$, $u=2\times10^{-5}$, $\phi=0.75$, $b=0.05$)</p> </div> <br style="clear:both;"> <div align="left" style="width:50%; float:left;"> <img src="figs/diss-full-vel-fc-ramp-u2e-5-phi075-b005-2.svg" style="width:100%; border:none; box-shadow:none;"> </div> <div align="left" style="width:50%; float:left;"> <img src="figs/cd-ramping-profiles-erate5e-5.svg" style="width:100%; border:none; box-shadow:none;"> </div> <br style="clear:both;"> </section> <!--<section> <div align="left" id="float-box" style="float:left;" > <p id="part">II. Role of Dissipation</p> <h3 id="h" class="blue" align="left">Reservoir Dissipation</h3> </div> <br style="clear:both;"> <div style="width:50%; float:left;"> <p align="left">Deviation form the flow velocity:</p> Viscous damping! <br> <br> $$\vec{v}_{\text{flow}}(y) = \dot\gamma y \hat{x}$$ <br> $$\vec{F}_{\text{diss.}} = -\zeta(\vec{v}_i - \vec{v}_{\text{flow}})$$ </div> <div style="width:50%; float:left;"> <div align="center" style="margin-left:50px;"><span style="margin-left:25px; font-size:25px;">$(\phi=0.75)$</span></div> <img src="figs/rd-fc-diffu-phi0.75.svg" style="width:100%; border:none; box-shadow:none; margin-top:-15px;"> </div> <br style="clear:both;"> </section> <section> <div align="left" id="float-box" style="float:left;" > <p id="part">II. Role of Dissipation</p> <h3 id="h" class="blue" align="left">$\text{RD}$ Model: Viscosity</h3> </div> <br style="clear:both;"> <div style="width:53%; float:left;"> <p align="left">- Viscosity:</p> $$\eta(\dot\gamma)=\frac{\sigma(\dot\gamma)}{\dot\gamma}$$ <p align="left">- Solvent viscosity (Stokes law):</p> $$\eta_s=\frac{\zeta}{3\pi R}$$ <p align="left">- Damping time-scale:</p> $$\tau_d = \frac{m}{\zeta}$$ </div> <div style="width:47%; float:left;"> <img src="figs/rd-viscosity-rep-rescale.svg" style="width:100%; border:none; box-shadow:none;"> <div align="center"> <p align="center">Repulsive systems:</p> <ul style="list-style-type:none;"> <li>- Newtonian</span></li> <li>- Shear-thickening</span></li> </ul> </div> </div> <br style="clear:both;"> </section> <section> <div align="left" id="float-box" style="float:left;" > <p id="part">II. Role of Dissipation</p> <h3 id="h" class="blue" align="left">$\text{RD}$ Model: Viscosity</h3> </div> <br style="clear:both;"> <img src="figs/rd-fc-visc-u2e-5-b0.svg" style="width:75%; border:none; box-shadow:none;"> <div style="width:50%; float:left;"> Attractive systems: </div> <div style="width:50%; float:left;"> <ul style="list-style-type:none;"> <li>- <span style="color:green;">Shear-thinning</span></li> <li>- Newtonian</span></li> <li>- Shear-thickening</span></li> </ul> </div> <br style="clear:both;"> </section>--> </section> <section> <section style="text-align: left;"> <div align="left" id="float-box" style="float:left;" > <h3 id="h" class="blue" align="left">Conclusion</h3> </div> <br style="clear:both;"> <div width="100%" style="font-size:30px;"> <div style="width:50%; float:left;"> <p style="font-size:35px; color:darkred;"><strong>Attraction + $\text{CD}_n$</strong></span></p> <ul style="list-style-type:none;"> <li><strong>Finite yield stress</strong> ($\phi<\phi_{\text{J}}$)</li> <ul style="list-style-type:none;"> <li><span style="color:green;">Weak solid</span> develops</li> <li>Rheology $\leftrightarrow$ Connectivity</li> </ul> <br> <li><strong>Non-monotonic flow curves</strong></li> <ul style="list-style-type:none;"> <li>Persistent <span style="color:green;">shear bands</span></li> <li>Iso-static solid + fluid bands</span></li> <li>Local $\phi$ and $z$: Anti-correlated</li> </ul> </ul> <!--p align="left" style="font-size: 20px"><span style="color:darkblue;">"Impact of Attractive Interactions on the Rheology of Dense Athermal Particles"</span>, E. Irani, P. Chaudhuri, C. Heussinger, Phys. Rev. Lett. <strong>112,</strong> 188303 (2014)</p> <p align="left" style="font-size: 20px"><span style="color:darkblue;">"Athermal Rheology of Weakly Attractive Soft Particles"</span>, E. Irani, P. Chaudhuri, C. Heussinger, submitted to Phys. Rev. E, arXiv:1605.01222 [cond-mat.soft] (2016)</p--> </div> <div align="left" style="width:48%; float:right;"> <p align="left" style="font-size:35px; color:darkred;"><strong>Attraction + $\text{CD}$ Model</strong></span></p> <ul style="list-style-type:none;"> <li><strong>Overdamped:</strong></li> <ul style="list-style-type:none;"> <li><span style="color:green;">Viscous</span> flow</li> <li>$Wi$: scaling flow curves</li> </ul> <br> <li><strong>Underdamped</strong></li> <ul style="list-style-type:none;"> <li>Persistent <span style="color:green;">shear bands</span></li> <li>viscous flow + inertial flow</li> <li>Local $\phi$ and $z$: Correlated</li> </ul> </ul> </div> <br style="clear:both;"> <hr class="fragment" data-fragment-index="1"> <p class="fragment" data-fragment-index="1" align="center" style="font-size:45px; color:darkred;"><strong>Thank you for your attention!</strong></span></p> </div> </section> </section> <section> <section> <div width="100%"> <div align="left" id="float-box" style="float:left;" > <p id="part">V.I Appendix: Yield Stress</p> <h3 id="h" class="blue" align="left">Elastic Spring Network</h3> </div> <br style="clear:both;"> <div style="width:50%; float:left;"> <p align="left"> - Close to the iso-static point¹:<p> $\delta_\bot\sim {\gamma \over \delta z^{1/2}}$ <p align="left"> - Shear modulus:</p> $g_{\text{lin}} \sim \delta z$<br> <p align="left"> - Non-linear loading²⁻³:</p> <img width="90%" src="figs/particles-disp.svg" style="higth:50%; border:none; box-shadow:none;"> </div> <div style="width:50%; float:right;"> <img align="center" width="70%" src="figs/snap-z-network-N1000-u2e-4-phi0.75-erate1e-6-1.jpg" style="higth:50%; border:none; box-shadow:none;"> $\gamma_{\text{y}} \sim (u\delta z)^{1/2}$<br> <p align="center">$\sigma_{\text{y}} \sim u^{1/2}\delta z^{3/2}$</p> <hr> <p align="left" style="font-size: 15px">¹ M. van Hecke, J. Phys: Condens. Matter, <strong>22</strong>, 033101 (2010). <br>² M. Wyart, et al. , Phys. Rev. Lett. <strong>101</strong>, 215501 (2008). <br>³ O Lieleg, et al. , Phys. Rev. Lett. <strong>99</strong>, 088102 (2007).</p> </div> <br style="clear:both;"> </div> </section> <section data-transition-speed="slow"> <div width="100%"> <div align="left" id="float-box" style="float:left;" > <p id="part">V.I Appendix: Yield Stress</p> <h3 id="h" class="blue" align="left">Yield Stress: Scaling</h3> </div> <br style="clear:both;"> <div style="width:50%; float:left; font-size:35px;"> <img align="center" width="70%" src="figs/snap-z-network-N1000-u2e-4-phi0.75-erate1e-6-1.jpg" style="higth:50%; border:none; box-shadow:none; margin:5px;"> <p align="left" style="margin:5px;">Below the Jamming:</p> $\sigma_{\text{y}} \propto u^{1/2}\delta z^{3/2}$ <p align="left" style="margin:5px;">Above the Jamming:</p> $\sigma_{\text{y}} \propto \delta\phi^\alpha$ </div> <div style="width:50%; float:left;"> <img width="80%" src="figs/yield-stress-scaling3.svg" style="higth:50%; border:none; box-shadow:none;"> </div> <br style="clear:both;"> </div> </section> </section> <section> <section> <div align="left" id="float-box" style="float:left;" > <p id="part">V.II Appendix: Thermal Fluctuations</p> <h3 id="h" class="blue" align="left">Thermal Fluctuations</h3> </div> <br style="clear:both;"> <div width="100%"> <div align="left" style="width:50%; float:left;"> <br> <p>- Back to $\text{CD}_n$ Model</strong></p> <p align="center">$\vec{F}_{\text{diss.}} = -b[(\vec{v}_i - \vec{v}_j).\hat{r}]\hat{r}$</p> <br> <p>- Random force: <strong>DPD Scheme</strong></p> <!--<p align="center">$\vec{F}_{\text{R}} = \nu \alpha(\Delta t)^{-1/2} \hat{r}$</p> <p align="center">$\nu = (2K_b T b)^{1/2}$</p>--> <p align="center">$\vec{F}_{\text{R}} = \alpha\sqrt{\frac{2b K_B T}{\Delta t}}\hat{r}$</p> <p align="center">$\alpha$: Gaussian random number</p> </div> <div align="right" style="width:50%; float:left;"> <img align="center" width="65%" style="border: none; box-shadow:none;" src="figs/cdn-t-particles.svg"> <p align="right">- Ratio of <span style="color:green">thermal</span> energy to attractive energy:</p> <p align="right">$\tau = K_B T/\epsilon u^2$</p> </div> <div style="clear:left;"></div> </div> <aside class="notes"> <p>- Switch on the temperature</p> <p>- back to the $CD_n$ model</p> <p>- Random force form DPD</p> <p>- $\tau$: thermal energy in units of attractive energy</p> </aside> </section> <section> <div align="left" id="float-box" style="float:left;" > <p id="part">V.II Appendix: Thermal Fluctuations</p> <h3 id="h" class="blue" align="left">Flow Curves</h3> </div> <br style="clear:both;"> <div width="100%"> <div align="left" style="width:25%; float:left;"> - Stress: <p align="left" style="font-size:30px;">$\sigma_T = \frac{K_B T}{R^3}$</p> <br> - Time-scale: <p align="left" style="font-size:30px;">$t_T = R \sqrt{\frac{m}{K_B T}}$</p> <br> <strong>Peclet number</strong> <p align="center" style="font-size:30px;">$P_e=\dot\gamma t_T$</p> </div> <div align="right" style="width:75%; float:left;"> <img align="right" width="100%" style="border: none; box-shadow:none;" src="figs/thermal-fc-u2e-4-diff-phi-diff-tau-thesis-legends.svg"> <p align="right" style="font-size:40px;"><span style="color:green;">Athermal</span> + <span style="color:red;">intermediate</span> + <span style="color:darkblue;">thermal</span> regimes!</p> </div> <div style="clear:left;"></div> </div> <aside class="notes"> <p>- Dimensional analysis: thermal stress and time scale</p> <p>- Peclet number: competition between convection and diffusion</p> <p>- Three distinct regimes of flow curves: athermal - intermediate - thermal</p> <p>- thermal regime: repulsive glassy physics!</p> <p>- we are interested in the intemediate regime</p> </aside> </section> <section> <div align="left" id="float-box" style="float:left;" > <p id="part">V.II Appendix: Thermal Fluctuations</p> <h3 id="h" class="blue" align="left">Connectivity</h3> </div> <br style="clear:both;"> <img align="center" width="100%" style="border: none; box-shadow:none;" src="figs/thermal-3d-z.svg"> <p><span style="color:green;">Intermediate</span> to <span style="color:green;">thermal</span> regime:<br>Sharp drop in $z$</p> <aside class="notes"> <p>- Already know about the attraction-repulsin transition by changing $\dot\gamma$</p> <p>- athermal-thermal transition is discontinous</p> <p>- More clear if we look at the yield connectivity</p> </aside> </section> <section> <div align="left" id="float-box" style="float:left;" > <p id="part">V.II Appendix: Thermal Fluctuations</p> <h3 id="h" class="blue" align="left">Connectivity</h3> </div> <br style="clear:both;"> <div align="left" style="width:50%; float:left;"> <br> Yield connectivity: $$z_y=\lim_{\dot\gamma \to 0} z(\dot\gamma)$$ Here: $$z_y \approx z(\dot\gamma=10^{-6})$$ </div> <div style="width:50%; float:left;"> <img align="center" width="100%" style="border: none; box-shadow:none;" src="figs/thermal-yield-zall-tau-u2e-4-phi0.82.svg"> </div> <br style="clear:both;"> <p><span style="color:green;">Intermediate</span> to <span style="color:green;">thermal</span> regime:</p> $$z_y^{\text{(rep)}} \approx z_y^{\text{(att)}}$$ <aside class="notes"> <p>- Define the yield connectivity</p> <p>- athermal-thermal transitions is discontinous</p> <p>- at the edge of the transition: att. and rep. connectivity equals!</p> <p>- What is happening in the intermediate regime?</p> </aside> </section> <section> <div align="left" id="float-box" style="float:left;" > <p id="part">V.II Appendix: Thermal Fluctuations</p> <h3 id="h" class="blue" align="left">Movies</h3> <p style="font-size:25px;">($u=2\times10^{-4}$, $\phi=0.75$, $\dot\gamma=10^{-6}$)</p> </div> <br style="clear:both;"> <div width="100%"> <div style="width:50%; float: left;"> $\tau=0.0$ <video id="particlesVideo" width="100%" controls data-autoplay> <source src="videos/tau0-3.ogg" type="video/ogg"> </video> </div> <div style="width: 50%; float: right;"> $\tau=2\times10^{-1}$ <video id="contactsVideo" width="100%" controls data-autoplay> <source src="videos/tau2e-1-3.ogg" type="video/ogg"> </video> </div> <br style="clear:both;"/> </div> </section> <section> <div align="left" id="float-box" style="float:left;" > <p id="part">V.II Appendix: Thermal Fluctuations</p> <h3 id="h" class="blue" align="left">Phase Separation</h3> <p style="font-size:25px;">($u=2\times10^{-4}$, $\phi=0.75$)</p> </div> <br style="clear:both;"> <img align="center" width="70%" style="border:none; box-shadow:none;" src="figs/thermal-snap-shear-noshear.svg"> <br> <div align="left" style="width:40%; float:left;"> <br> <p align="left">Phase Structures:</p> </div> <div align="left" style="width:60%; float:left;"> <img align="center" width="90%" style="border:none; box-shadow:none;" src="figs/thermal-clust-all-circ.svg"> </div> <br style="clear:both;"> </section> <section> <div align="left" id="float-box" style="float:left;" > <p id="part">V.II Appendix: Thermal Fluctuations</p> <h3 id="h" class="blue" align="left">Phase Separation</h3> <p style="font-size:25px;">($u=2\times10^{-4}$, $\phi=0.75$)</p> </div> <br style="clear:both;"> <div style="width:30%; float:left;"> <br> <br> <br> $$N^* = \frac{N^{(\text{in clust.})}}{N}$$ </div> <div style="width:70%; float:left;"> <img align="center" width="100%" style="border:none; box-shadow:none;" src="figs/thermal-Nstar-image.svg"> </div> <br style="clear:both;"> $\tau$, $\dot\gamma$: Complicated interplay </section> </section> </div> </div> <script src="lib/js/head.min.js"></script> <script src="js/reveal.js"></script> <script> // More info https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ history: true, controls: true, progress: true, center: true, viewDistance: 3, slideNumber: false, // math: { // mathjax: 'MathJax/MathJax.js', // }, // More info https://github.com/hakimel/reveal.js#dependencies dependencies: [ { src: 'plugin/markdown/marked.js' }, { src: 'plugin/markdown/markdown.js' }, { src: 'plugin/notes/notes.js', async: true }, { src: 'plugin/math/math.js', async: true }, { src: 'plugin/zoom-js/zoom.js', async: true }, { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } } ] }); </script> </body> </html>
ehsanirani/slides_postdoc_interview
mdc-berlin-interview-server.html
HTML
mit
43,562
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Mes boissons chaudes</title> <meta name="theme-color" content="#ffc40d"> <meta name="msapplication-config" content="static/icons/browserconfig.xml"> <link href="static/css/demo.css" rel="stylesheet"/> <script> window.onload = function () { beverages({ el: '#beverages', gSheetId: '15DoM_Y1uH9zQWAgPxpiSegYGlP7gnoelFpxv4d91zJI', celsius: true /* filters: { bases: ['teas'], times: ['unknown'], autoTime: true } */ }) } </script> <link rel="mask-icon" href="static/icons/beverages-pinned-tab.svg" color="#ffc40d"> </head> <body> <a href="https://github.com/cyChop/beverages-js" class="fork-me"> <img src="static/img/fork-on-github.png" alt="Fork me on GitHub"/> </a> <div id="beverages"></div> <!-- built files will be auto injected --> <footer class="footer"> <div class="content"> Beverages.js by cyChop - <a href="https://github.com/cyChop/beverages-js">See on Github</a> - <a href="doc">How-to and developer doc</a> </div> </footer> </body> </html>
cyChop/beverages-js
index.html
HTML
mit
1,139
<!DOCTYPE html> <html lang="en"> <head> <title>three.js webgl - sea3d / hierarchy</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <style> body { font-family: Monospace; background-color: #000; margin: 0px; overflow: hidden; } #info { color: #fff; position: absolute; top: 10px; width: 100%; text-align: center; z-index: 100; display:block; } a { color: white } </style> </head> <body> <div id="info"> <a href="http://threejs.org" target="_blank">Three.JS</a> - Exported by <a href="https://github.com/sunag/sea3d" style="color:#FFFFFF" target="_blank">SEA3D Exporter</a> and edited by <a href="https://github.com/sunag/sea3d" style="color:#FFFFFF" target="_blank">SEA3D Studio</a>. Asset by <a href="http://vhalldez.cgsociety.org/" style="color:#FFFFFF" target="_blank">Valdez Araujo</a> <br/> <br/>High geometry compression with <a href="https://github.com/amd/rest3d/tree/master/server/o3dgc" style="color:#FFFFFF" target="_blank">Open3DGC</a> and LZMA<br> </div> <script src="../build/three.js"></script> <script src="js/controls/OrbitControls.js"></script> <script src="js/postprocessing/EffectComposer.js"></script> <script src="js/postprocessing/RenderPass.js"></script> <script src="js/postprocessing/ShaderPass.js"></script> <script src="js/postprocessing/MaskPass.js"></script> <script src="js/shaders/CopyShader.js"></script> <script src="js/shaders/ColorCorrectionShader.js"></script> <script src="js/shaders/VignetteShader.js"></script> <script src="js/loaders/sea3d/SEA3D.js"></script> <script src="js/loaders/sea3d/SEA3DLZMA.js"></script> <script src="js/loaders/sea3d/SEA3DLoader.js"></script> <script src="js/libs/o3dgc.js"></script> <script src="js/loaders/sea3d/o3dgc/SEA3DGC.js"></script> <script src="js/Detector.js"></script> <script src="js/libs/stats.min.js"></script> <script> if ( ! Detector.webgl ) Detector.addGetWebGLMessage(); console.log("Visit https://github.com/sunag/sea3d to all codes and builds under development."); var container, stats; var camera, scene, renderer, composer, controls; var loader; // Initialize Three.JS init(); // // SEA3D Loader // loader = new THREE.SEA3D( { autoPlay : false, // Auto play animations container : scene // Container to add models } ); loader.onComplete = function( e ) { // play all animations for(var i = 0; i < loader.meshes.length; i++) { if (loader.meshes[i].animator) loader.meshes[i].animator.play( "root" ); } // Get the first camera from SEA3D Studio // use loader.get... to get others objects var cam = loader.cameras[0]; camera.position.copy( cam.position ); camera.rotation.copy( cam.rotation ); controls = new THREE.OrbitControls( camera ); animate(); }; // Open3DGC - Export by SEA3D Studio loader.load( './models/sea3d/robot.o3dgc.tjs.sea' ); // function init() { scene = new THREE.Scene(); container = document.createElement( 'div' ); document.body.appendChild( container ); camera = new THREE.PerspectiveCamera( 45, window.innerWidth / window.innerHeight, 1, 2000 ); renderer = new THREE.WebGLRenderer(); renderer.setPixelRatio( window.devicePixelRatio ); renderer.setSize( window.innerWidth, window.innerHeight ); renderer.setClearColor( 0x333333, 1 ); renderer.shadowMap.enabled = true; renderer.shadowMap.type = THREE.PCFSoftShadowMap; container.appendChild( renderer.domElement ); stats = new Stats(); container.appendChild( stats.dom ); // post-processing composer = new THREE.EffectComposer( renderer ); var renderPass = new THREE.RenderPass( scene, camera ); composer.addPass( renderPass ); var vh = 1.4, vl = 1.2; var colorCorrectionPass = new THREE.ShaderPass( THREE.ColorCorrectionShader ); colorCorrectionPass.uniforms[ "powRGB" ].value = new THREE.Vector3( vh, vh, vh ); colorCorrectionPass.uniforms[ "mulRGB" ].value = new THREE.Vector3( vl, vl, vl ); composer.addPass( colorCorrectionPass ); var vignettePass = new THREE.ShaderPass( THREE.VignetteShader ); vignettePass.uniforms[ "darkness" ].value = 1.0; composer.addPass( vignettePass ); var copyPass = new THREE.ShaderPass( THREE.CopyShader ); copyPass.renderToScreen = true; composer.addPass( copyPass ); // events window.addEventListener( 'resize', onWindowResize, false ); } function onWindowResize() { camera.aspect = window.innerWidth / window.innerHeight; camera.updateProjectionMatrix(); composer.setSize( window.innerWidth, window.innerHeight ); renderer.setSize( window.innerWidth, window.innerHeight ); } // var clock = new THREE.Clock(); function animate() { var delta = clock.getDelta(); requestAnimationFrame( animate ); // Update SEA3D Animations THREE.SEA3D.AnimationHandler.update( delta ); render( delta ); stats.update(); } function render( dlt ) { //renderer.render( scene, camera ); composer.render( dlt ); } </script> </body> </html>
Coburn37/three.js
examples/webgl_loader_sea3d_hierarchy.html
HTML
mit
5,301
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <script src="../../list.js"></script> <script src="../../page.js"></script> <link type="text/css" rel="stylesheet" href="../../page.css" /> </head> <body> <h1>[name]</h1> <div class="desc">todo</div> <h2>Constructor</h2> <h3>[name]()</h3> <h2>Properties</h2> <h3>.[page:Vector3 todo]</h3> <h3>.[page:string crossOrigin]</h3> <div> todo </div> <h2>Methods</h2> <h3>.todo( [page:Vector3 todo] )</h3> <div> todo — todo<br /> </div> <h3>.generateDataTexture([page:todo width], [page:todo height], [page:todo color]) [page:todo]</h3> <div> width -- todo <br /> height -- todo <br /> color -- todo </div> <div> todo </div> <h3>.parseDDS([page:todo buffer], [page:todo loadMipmaps]) [page:todo]</h3> <div> buffer -- todo <br /> loadMipmaps -- todo </div> <div> todo </div> <h3>.loadCompressedTexture([page:todo url], [page:todo mapping], [page:todo onLoad], [page:todo onError]) [page:todo]</h3> <div> url -- todo <br /> mapping -- todo <br /> onLoad -- todo <br /> onError -- todo </div> <div> todo </div> <h3>.loadTexture([page:todo url], [page:todo mapping], [page:todo onLoad], [page:todo onError]) [page:todo]</h3> <div> url -- todo <br /> mapping -- todo <br /> onLoad -- todo <br /> onError -- todo </div> <div> todo </div> <h3>.getNormalMap([page:todo image], [page:todo depth]) [page:todo]</h3> <div> image -- todo <br /> depth -- todo </div> <div> todo </div> <h3>.loadCompressedTextureCube([page:todo array], [page:todo mapping], [page:todo onLoad], [page:todo onError]) [page:todo]</h3> <div> array -- todo <br /> mapping -- todo <br /> onLoad -- todo <br /> onError -- todo </div> <div> todo </div> <h3>.loadTextureCube([page:todo array], [page:todo mapping], [page:todo onLoad], [page:todo onError]) [page:todo]</h3> <div> array -- todo <br /> mapping -- todo <br /> onLoad -- todo <br /> onError -- todo </div> <div> todo </div> <h2>Source</h2> [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js] </body> </html>
1974kpkpkp/three.js
docs/api/extras/ImageUtils.html
HTML
mit
2,216
<!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 Thu Mar 29 12:45:19 CEST 2012 --> <TITLE> IOTransport </TITLE> <META NAME="date" CONTENT="2012-03-29"> <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="IOTransport"; } } </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="../../io/socket/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/IOTransport.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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../io/socket/IOMessage.html" title="class in io.socket"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../io/socket/SocketIO.html" title="class in io.socket"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?io/socket/IOTransport.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="IOTransport.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&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"> io.socket</FONT> <BR> Interface IOTransport</H2> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../io/socket/WebsocketTransport.html" title="class in io.socket">WebsocketTransport</A>, <A HREF="../../io/socket/XhrTransport.html" title="class in io.socket">XhrTransport</A></DD> </DL> <HR> <DL> <DT><PRE>interface <B>IOTransport</B></DL> </PRE> <P> The Interface IOTransport. <P> <P> <HR> <P> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../io/socket/IOTransport.html#canSendBulk()">canSendBulk</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return true if the IOTransport prefers to send multiple messages at a time.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../io/socket/IOTransport.html#connect()">connect</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Instructs the IOTransport to connect.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../io/socket/IOTransport.html#disconnect()">disconnect</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Instructs the IOTransport to disconnect.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../io/socket/IOTransport.html#getName()">getName</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../io/socket/IOTransport.html#invalidate()">invalidate</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Instructs the IOTransport to invalidate.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../io/socket/IOTransport.html#send(java.lang.String)">send</A></B>(java.lang.String&nbsp;text)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Instructs the IOTransport to send a Message</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../io/socket/IOTransport.html#sendBulk(java.lang.String[])">sendBulk</A></B>(java.lang.String[]&nbsp;texts)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Instructs the IOTransport to send multiple messages.</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ 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="connect()"><!-- --></A><H3> connect</H3> <PRE> void <B>connect</B>()</PRE> <DL> <DD>Instructs the IOTransport to connect. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="disconnect()"><!-- --></A><H3> disconnect</H3> <PRE> void <B>disconnect</B>()</PRE> <DL> <DD>Instructs the IOTransport to disconnect. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="send(java.lang.String)"><!-- --></A><H3> send</H3> <PRE> void <B>send</B>(java.lang.String&nbsp;text) throws java.lang.Exception</PRE> <DL> <DD>Instructs the IOTransport to send a Message <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>text</CODE> - the text to be sent <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE> - Signals that an I/O exception has occurred. <DD><CODE>java.lang.Exception</CODE></DL> </DD> </DL> <HR> <A NAME="canSendBulk()"><!-- --></A><H3> canSendBulk</H3> <PRE> boolean <B>canSendBulk</B>()</PRE> <DL> <DD>return true if the IOTransport prefers to send multiple messages at a time. <P> <DD><DL> <DT><B>Returns:</B><DD>true, if successful</DL> </DD> </DL> <HR> <A NAME="sendBulk(java.lang.String[])"><!-- --></A><H3> sendBulk</H3> <PRE> void <B>sendBulk</B>(java.lang.String[]&nbsp;texts) throws java.io.IOException</PRE> <DL> <DD>Instructs the IOTransport to send multiple messages. This is only called when canSendBulk returns true. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>texts</CODE> - the texts <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE> - Signals that an I/O exception has occurred.</DL> </DD> </DL> <HR> <A NAME="invalidate()"><!-- --></A><H3> invalidate</H3> <PRE> void <B>invalidate</B>()</PRE> <DL> <DD>Instructs the IOTransport to invalidate. DO NOT DISCONNECT from the server. just make sure, that events are not populated to the <A HREF="../../io/socket/EngineIO.html" title="class in io.socket"><CODE>EngineIO</CODE></A> <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getName()"><!-- --></A><H3> getName</H3> <PRE> java.lang.String <B>getName</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="../../io/socket/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/IOTransport.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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../io/socket/IOMessage.html" title="class in io.socket"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../io/socket/SocketIO.html" title="class in io.socket"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?io/socket/IOTransport.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="IOTransport.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
nkzawa/socket.io-java-client
doc/io/socket/IOTransport.html
HTML
mit
11,838
{% block title %}Password reset complete{% endblock %} {% block pagetitle %}Password reset complete{% endblock %} {% block content %} <p>Your password has been set. You may go ahead and log in now.</p> <p><a href="{{ login_url }}">Log in>/a></p> {% endblock %}
psych0der/resumizr
templates/registration/password_reset_complete.html
HTML
mit
264
<ul> <li class="cls">IAL at first continued</li> <li>another </li> <li class="cls">IAL at last <pre><code>code </code></pre> </li> </ul>
davidsevcik/propeople-cms
vendor/radiant/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/item_ial.html
HTML
mit
149
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (version 1.7.0_03) on Tue Jun 19 11:19:54 COT 2012 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class BESA.Mobile.Exceptions.ExceptionBESAMessageInterpreterFailedBPO</title> <meta name="date" content="2012-06-19"> <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 BESA.Mobile.Exceptions.ExceptionBESAMessageInterpreterFailedBPO"; } //--> </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="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?BESA/Mobile/Exceptions/\class-useExceptionBESAMessageInterpreterFailedBPO.html" target="_top">Frames</a></li> <li><a href="ExceptionBESAMessageInterpreterFailedBPO.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 BESA.Mobile.Exceptions.ExceptionBESAMessageInterpreterFailedBPO" class="title">Uses of Class<br>BESA.Mobile.Exceptions.ExceptionBESAMessageInterpreterFailedBPO</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">ExceptionBESAMessageInterpreterFailedBPO</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="#BESA.Mobile">BESA.Mobile</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#BESA.Mobile.Agents.PostMan.State">BESA.Mobile.Agents.PostMan.State</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#BESA.Mobile.CommunicationChannel">BESA.Mobile.CommunicationChannel</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#BESA.Mobile.CommunicationChannel.BaseClasses">BESA.Mobile.CommunicationChannel.BaseClasses</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#BESA.Mobile.ConnectionsAdministrator">BESA.Mobile.ConnectionsAdministrator</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#BESA.Mobile.Message">BESA.Mobile.Message</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#BESA.Mobile.Message.Interpreter">BESA.Mobile.Message.Interpreter</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="BESA.Mobile"> <!-- --> </a> <h3>Uses of <a href="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">ExceptionBESAMessageInterpreterFailedBPO</a> in <a href="../../../../BESA/Mobile/package-summary.html">BESA.Mobile</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../BESA/Mobile/package-summary.html">BESA.Mobile</a> that throw <a href="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">ExceptionBESAMessageInterpreterFailedBPO</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>void</code></td> <td class="colLast"><span class="strong">IPostOfficeBPO.</span><code><strong><a href="../../../../BESA/Mobile/IPostOfficeBPO.html#interpretMessage(java.lang.String, BESA.Mobile.Message.MessageBPO)">interpretMessage</a></strong>(java.lang.String&nbsp;emisorContainerID, <a href="../../../../BESA/Mobile/Message/MessageBPO.html" title="class in BESA.Mobile.Message">MessageBPO</a>&nbsp;message)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">PostOfficeBPO.</span><code><strong><a href="../../../../BESA/Mobile/PostOfficeBPO.html#interpretMessage(java.lang.String, BESA.Mobile.Message.MessageBPO)">interpretMessage</a></strong>(java.lang.String&nbsp;emisorContainerID, <a href="../../../../BESA/Mobile/Message/MessageBPO.html" title="class in BESA.Mobile.Message">MessageBPO</a>&nbsp;message)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="BESA.Mobile.Agents.PostMan.State"> <!-- --> </a> <h3>Uses of <a href="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">ExceptionBESAMessageInterpreterFailedBPO</a> in <a href="../../../../BESA/Mobile/Agents/PostMan/State/package-summary.html">BESA.Mobile.Agents.PostMan.State</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../BESA/Mobile/Agents/PostMan/State/package-summary.html">BESA.Mobile.Agents.PostMan.State</a> that throw <a href="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">ExceptionBESAMessageInterpreterFailedBPO</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="strong">MailBoxBPO.</span><code><strong><a href="../../../../BESA/Mobile/Agents/PostMan/State/MailBoxBPO.html#receiveMessage(BESA.Mobile.Message.MessageBPO)">receiveMessage</a></strong>(<a href="../../../../BESA/Mobile/Message/MessageBPO.html" title="class in BESA.Mobile.Message">MessageBPO</a>&nbsp;message)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="BESA.Mobile.CommunicationChannel"> <!-- --> </a> <h3>Uses of <a href="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">ExceptionBESAMessageInterpreterFailedBPO</a> in <a href="../../../../BESA/Mobile/CommunicationChannel/package-summary.html">BESA.Mobile.CommunicationChannel</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../BESA/Mobile/CommunicationChannel/package-summary.html">BESA.Mobile.CommunicationChannel</a> that throw <a href="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">ExceptionBESAMessageInterpreterFailedBPO</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../BESA/Mobile/Message/MessageBPO.html" title="class in BESA.Mobile.Message">MessageBPO</a></code></td> <td class="colLast"><span class="strong">ICommunicationChannelBPO.</span><code><strong><a href="../../../../BESA/Mobile/CommunicationChannel/ICommunicationChannelBPO.html#read()">read</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="BESA.Mobile.CommunicationChannel.BaseClasses"> <!-- --> </a> <h3>Uses of <a href="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">ExceptionBESAMessageInterpreterFailedBPO</a> in <a href="../../../../BESA/Mobile/CommunicationChannel/BaseClasses/package-summary.html">BESA.Mobile.CommunicationChannel.BaseClasses</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../BESA/Mobile/CommunicationChannel/BaseClasses/package-summary.html">BESA.Mobile.CommunicationChannel.BaseClasses</a> that throw <a href="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">ExceptionBESAMessageInterpreterFailedBPO</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../BESA/Mobile/Message/MessageBPO.html" title="class in BESA.Mobile.Message">MessageBPO</a></code></td> <td class="colLast"><span class="strong">CommunicationChannelBPO.</span><code><strong><a href="../../../../BESA/Mobile/CommunicationChannel/BaseClasses/CommunicationChannelBPO.html#read()">read</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="BESA.Mobile.ConnectionsAdministrator"> <!-- --> </a> <h3>Uses of <a href="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">ExceptionBESAMessageInterpreterFailedBPO</a> in <a href="../../../../BESA/Mobile/ConnectionsAdministrator/package-summary.html">BESA.Mobile.ConnectionsAdministrator</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../BESA/Mobile/ConnectionsAdministrator/package-summary.html">BESA.Mobile.ConnectionsAdministrator</a> that throw <a href="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">ExceptionBESAMessageInterpreterFailedBPO</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="strong">SetUpCommunicationChannelServiceBPO.</span><code><strong><a href="../../../../BESA/Mobile/ConnectionsAdministrator/SetUpCommunicationChannelServiceBPO.html#receiveSetUpInformation()">receiveSetUpInformation</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="BESA.Mobile.Message"> <!-- --> </a> <h3>Uses of <a href="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">ExceptionBESAMessageInterpreterFailedBPO</a> in <a href="../../../../BESA/Mobile/Message/package-summary.html">BESA.Mobile.Message</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../BESA/Mobile/Message/package-summary.html">BESA.Mobile.Message</a> that throw <a href="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">ExceptionBESAMessageInterpreterFailedBPO</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="../../../../BESA/Mobile/Message/MessageBPO.html" title="class in BESA.Mobile.Message">MessageBPO</a></code></td> <td class="colLast"><span class="strong">MessageFactoryBPO.</span><code><strong><a href="../../../../BESA/Mobile/Message/MessageFactoryBPO.html#rebuildMessageFromString(java.lang.String)">rebuildMessageFromString</a></strong>(java.lang.String&nbsp;messageString)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="BESA.Mobile.Message.Interpreter"> <!-- --> </a> <h3>Uses of <a href="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">ExceptionBESAMessageInterpreterFailedBPO</a> in <a href="../../../../BESA/Mobile/Message/Interpreter/package-summary.html">BESA.Mobile.Message.Interpreter</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../BESA/Mobile/Message/Interpreter/package-summary.html">BESA.Mobile.Message.Interpreter</a> that throw <a href="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">ExceptionBESAMessageInterpreterFailedBPO</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="../../../../BESA/Mobile/Message/ACKAttachedResponse/ACKAttachedResponseBPO.html" title="class in BESA.Mobile.Message.ACKAttachedResponse">ACKAttachedResponseBPO</a></code></td> <td class="colLast"><span class="strong">MessageInterpreterBPO.</span><code><strong><a href="../../../../BESA/Mobile/Message/Interpreter/MessageInterpreterBPO.html#interpretMessage(BESA.Mobile.Message.MessageBPO, java.lang.String)">interpretMessage</a></strong>(<a href="../../../../BESA/Mobile/Message/MessageBPO.html" title="class in BESA.Mobile.Message">MessageBPO</a>&nbsp;message, java.lang.String&nbsp;remoteContainerID)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../BESA/Mobile/Exceptions/ExceptionBESAMessageInterpreterFailedBPO.html" title="class in BESA.Mobile.Exceptions">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?BESA/Mobile/Exceptions/\class-useExceptionBESAMessageInterpreterFailedBPO.html" target="_top">Frames</a></li> <li><a href="ExceptionBESAMessageInterpreterFailedBPO.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
Coregraph/Ayllu
JigSaw - AYPUY - CS/BESA3/BESA-DOC/jdoc/BPOBESA/BESA/Mobile/Exceptions/class-use/ExceptionBESAMessageInterpreterFailedBPO.html
HTML
mit
17,375
<!doctype html> <html lang="lv"> <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# profile: http://ogp.me/ns/profile#" itemscope itemtype="http://schema.org/WebSite" > <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KSXCLLZ');</script> <!-- End Google Tag Manager --> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="fb:app_id" content="1236171016488428" /> <meta property="og:type" content="profile" /> <meta property="og:url" content="https://lvdb.lv/kolektivi/96c0c0cc-be18-73fe-24ee-0f801c32fec6" /> <meta property="og:title" content="Odziņa" /> <meta property="og:description" content="Profesionālās izglītības kompetences centra &quot;Liepājas Valsts tehnikums&quot; jauniešu deju kolektīva &quot;Odziņa&quot; studija" /> <meta name="description" content="Profesionālās izglītības kompetences centra &quot;Liepājas Valsts tehnikums&quot; jauniešu deju kolektīva &quot;Odziņa&quot; studija"> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@lvdb_lv" /> <meta name="msvalidate.01" content="CD405DAD5EA4CF65237EAB3E933C6C74" /> <title>Odziņa</title> <meta itemprop='name' content="lvdb.lv"> <link rel="canonical" href="https://lvdb.lv" itemprop="url"> <link rel="alternate" hreflang="lv-LV" href="https://lvdb.lv"> <meta name="theme-color" content="#f4c671"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700&amp;subset=latin-ext" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css" /> <link rel="stylesheet" href="/static/style.css" /> <link rel="icon" href="images/favicon.png"> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KSXCLLZ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script> window.fbAsyncInit = function() { FB.init({ appId : '1236171016488428', cookie : true, xfbml : true, version : 'v2.8' }); FB.AppEvents.logPageView(); }; (function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script> <div class="background"> <div class="header-background"></div> </div> <div class="main-section" itemscope itemtype="http://schema.org/DanceGroup"> <!-- <header> <div class="header__hero"></div> <div class="header__main-info-holder"> <div class="header__main-info"> <div class="image"></div> <span class="name-row"> <span class="quality-group">C</span> <h1 class="group-name" itemprop="name">Odziņa</h1> </span> </div> </div> </header> --> <main> <span class="name-row"> <h1 class="group-name" itemprop="name">Odziņa</h1> <span class="quality-group">C</span> </span> <p itemprop="description">Profesionālās izglītības kompetences centra &quot;Liepājas Valsts tehnikums&quot; jauniešu deju kolektīva &quot;Odziņa&quot; studija</p> <section> <h2>Vadītāji</h2> <ul class="property-list"> <li class="property" itemprop="employee" itemscope itemtype="http://schema.org/Person"> <a itemprop="url" href="/vaditaji/Inta-Abolina"><span itemprop="name">Inta Āboliņa<span></a> </li> </ul> </section> <section> <h2>Skates</h2> <table class="data-table collapse-768"> <thead> <tr> <th>Nosaukums</th> <th>Rezultāts</th> <th>Iegūtā pakāpe</th> </tr> </thead> <tbody> <tr> <td> <div class="table-cell-label">Nosaukums</div> <a href="/"> XXVI Vispārējo latviešu Dziesmu un XVI deju svētku lieluzveduma "Māras zeme" repertuāra apguves skate 2017. gadā </a> </td> <td> <div class="table-cell-label">Rezultāts</div> 42,0 punkti </td> <td> <div class="table-cell-label">Iegūtā pakāpe</div> I pakāpe </td> </tr> </tbody> </table> </section> </main> </div> </body> </html>
klavs/db-lv
docs/kolektivi/Odzina-2.html
HTML
mit
6,332
<script> ;(function() { 'use strict'; var numberToString = (function() { var ones = [ 'zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine' , 'ten', 'eleven', 'twelve', 'thirteen', 'fourteen', 'fifteen', 'sixteen' , 'seventeen', 'eighteen', 'nineteen' ] , tens = ['twenty', 'thirty', 'fourty', 'fifty', 'sixty', 'seventy', 'eighty', 'ninety'] return function(n) { var r = '' if (n > 99) { r += ones[parseInt(n / 100, 10)] + ' hundred' if (n %= 100) r += ' and ' // 101-199 201-299 ... 901-999 else return r // 100 200 ... 900 } if (n > 19) { r += tens[parseInt(n / 10 - 2, 10)] if (n %= 10) r += '-' // 21-29 31-39 ... 91-99 else return r // 20 30 ... 90 } return r += ones[n] // 1 2 ... 19 } }()) console.log(numberToString(987)) }()) </script>
jasssonpet/TelerikAcademy
WebDesign/3.JavaScriptPartOne/4.ConditionalStatements/8.NumberToString/index.html
HTML
mit
1,101