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 xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.stats.correlation_tools.cov_nearest &#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.stats.correlation_tools.cov_nearest_factor_homog" href="statsmodels.stats.correlation_tools.cov_nearest_factor_homog.html" /> <link rel="prev" title="statsmodels.stats.correlation_tools.corr_thresholded" href="statsmodels.stats.correlation_tools.corr_thresholded.html" /> <link rel="stylesheet" href="../_static/examples.css" type="text/css" /> <link rel="stylesheet" href="../_static/facebox.css" type="text/css" /> <script type="text/javascript" src="../_static/scripts.js"> </script> <script type="text/javascript" src="../_static/facebox.js"> </script> <script type="text/javascript"> $.facebox.settings.closeImage = "../_static/closelabel.png" $.facebox.settings.loadingImage = "../_static/loading.gif" </script> <script> $(document).ready(function() { $.getJSON("../../versions.json", function(versions) { var dropdown = document.createElement("div"); dropdown.className = "dropdown"; var button = document.createElement("button"); button.className = "dropbtn"; button.innerHTML = "Other Versions"; var content = document.createElement("div"); content.className = "dropdown-content"; dropdown.appendChild(button); dropdown.appendChild(content); $(".header").prepend(dropdown); for (var i = 0; i < versions.length; i++) { if (versions[i].substring(0, 1) == "v") { versions[i] = [versions[i], versions[i].substring(1)]; } else { versions[i] = [versions[i], versions[i]]; }; }; for (var i = 0; i < versions.length; i++) { var a = document.createElement("a"); a.innerHTML = versions[i][1]; a.href = "../../" + versions[i][0] + "/index.html"; a.title = versions[i][1]; $(".dropdown-content").append(a); }; }); }); </script> </head><body> <div class="headerwrap"> <div class = "header"> <a href = "../index.html"> <img src="../_static/statsmodels_hybi_banner.png" alt="Logo" style="padding-left: 15px"/></a> </div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="statsmodels.stats.correlation_tools.cov_nearest_factor_homog.html" title="statsmodels.stats.correlation_tools.cov_nearest_factor_homog" accesskey="N">next</a> |</li> <li class="right" > <a href="statsmodels.stats.correlation_tools.corr_thresholded.html" title="statsmodels.stats.correlation_tools.corr_thresholded" 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="../stats.html" accesskey="U">Statistics <code class="xref py py-mod docutils literal notranslate"><span class="pre">stats</span></code></a> |</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="statsmodels-stats-correlation-tools-cov-nearest"> <h1>statsmodels.stats.correlation_tools.cov_nearest<a class="headerlink" href="#statsmodels-stats-correlation-tools-cov-nearest" title="Permalink to this headline">¶</a></h1> <dl class="function"> <dt id="statsmodels.stats.correlation_tools.cov_nearest"> <code class="sig-prename descclassname">statsmodels.stats.correlation_tools.</code><code class="sig-name descname">cov_nearest</code><span class="sig-paren">(</span><em class="sig-param">cov</em>, <em class="sig-param">method='clipped'</em>, <em class="sig-param">threshold=1e-15</em>, <em class="sig-param">n_fact=100</em>, <em class="sig-param">return_all=False</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/stats/correlation_tools.html#cov_nearest"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.stats.correlation_tools.cov_nearest" title="Permalink to this definition">¶</a></dt> <dd><p>Find the nearest covariance matrix that is postive (semi-) definite</p> <p>This leaves the diagonal, i.e. the variance, unchanged</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><dl class="simple"> <dt><strong>cov</strong><span class="classifier">ndarray, (k,k)</span></dt><dd><p>initial covariance matrix</p> </dd> <dt><strong>method</strong><span class="classifier">string</span></dt><dd><p>if “clipped”, then the faster but less accurate <code class="docutils literal notranslate"><span class="pre">corr_clipped</span></code> is used.if “nearest”, then <code class="docutils literal notranslate"><span class="pre">corr_nearest</span></code> is used</p> </dd> <dt><strong>threshold</strong><span class="classifier">float</span></dt><dd><p>clipping threshold for smallest eigen value, see Notes</p> </dd> <dt><strong>n_fact</strong><span class="classifier">int or float</span></dt><dd><p>factor to determine the maximum number of iterations in <code class="docutils literal notranslate"><span class="pre">corr_nearest</span></code>. See its doc string</p> </dd> <dt><strong>return_all</strong><span class="classifier">bool</span></dt><dd><p>if False (default), then only the covariance matrix is returned. If True, then correlation matrix and standard deviation are additionally returned.</p> </dd> </dl> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><dl class="simple"> <dt><strong>cov_</strong><span class="classifier">ndarray</span></dt><dd><p>corrected covariance matrix</p> </dd> <dt><strong>corr_</strong><span class="classifier">ndarray, (optional)</span></dt><dd><p>corrected correlation matrix</p> </dd> <dt><strong>std_</strong><span class="classifier">ndarray, (optional)</span></dt><dd><p>standard deviation</p> </dd> </dl> </dd> </dl> <div class="admonition seealso"> <p class="admonition-title">See also</p> <p><a class="reference internal" href="statsmodels.stats.correlation_tools.corr_nearest.html#statsmodels.stats.correlation_tools.corr_nearest" title="statsmodels.stats.correlation_tools.corr_nearest"><code class="xref py py-obj docutils literal notranslate"><span class="pre">corr_nearest</span></code></a>, <a class="reference internal" href="statsmodels.stats.correlation_tools.corr_clipped.html#statsmodels.stats.correlation_tools.corr_clipped" title="statsmodels.stats.correlation_tools.corr_clipped"><code class="xref py py-obj docutils literal notranslate"><span class="pre">corr_clipped</span></code></a></p> </div> <p class="rubric">Notes</p> <p>This converts the covariance matrix to a correlation matrix. Then, finds the nearest correlation matrix that is positive semidefinite and converts it back to a covariance matrix using the initial standard deviation.</p> <p>The smallest eigenvalue of the intermediate correlation matrix is approximately equal to the <code class="docutils literal notranslate"><span class="pre">threshold</span></code>. If the threshold=0, then the smallest eigenvalue of the correlation matrix might be negative, but zero within a numerical error, for example in the range of -1e-16.</p> <p>Assumes input covariance matrix is symmetric.</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.stats.correlation_tools.corr_thresholded.html" title="previous chapter">statsmodels.stats.correlation_tools.corr_thresholded</a></p> <h4>Next topic</h4> <p class="topless"><a href="statsmodels.stats.correlation_tools.cov_nearest_factor_homog.html" title="next chapter">statsmodels.stats.correlation_tools.cov_nearest_factor_homog</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/generated/statsmodels.stats.correlation_tools.cov_nearest.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.stats.correlation_tools.cov_nearest.html
HTML
bsd-3-clause
10,842
{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Edit status change text for {{doc.title}}{% endblock %} {% block content %} {% origin %} <h1>Edit status change text<br><small>{{doc.title}}</small></h1> {% bootstrap_messages %} <p>The text will be submitted as <b>{{ doc.canonical_name }}-{{ next_rev }}</b>:</p> <form enctype="multipart/form-data" method="post"> {% csrf_token %} {% bootstrap_form form %} {% buttons %} <button type="submit" class="btn btn-primary" name="submit_response" value="Submit">Submit</button> <button type="submit" class="btn btn-warning" name="reset_text" value="Reset to Template Text">Reset to template text</button> <a class="btn btn-default pull-right" href="{% url "doc_view" name=doc.canonical_name %}">Back</a> {% endbuttons %} </form> {% endblock %}
wpjesus/codematch
ietf/templates/doc/status_change/submit.html
HTML
bsd-3-clause
931
<!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>Exodus: Globals</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">Exodus &#160;<span id="projectnumber">7.06</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('globals_func_n.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="contents"> &#160; <h3><a id="index_n"></a>- n -</h3><ul> <li>ex_name_of_map() : <a class="el" href="exodusII__int_8h.html#a45bf245f3ab5920be1e82dcb45d398b1">exodusII_int.h</a> , <a class="el" href="ex__utils_8c.html#abfcb73acccb51722a1fc0488766056a6">ex_utils.c</a> </li> <li>ex_name_of_object() : <a class="el" href="ex__utils_8c.html#ace51015c588554746b4729b7d2bf46b0">ex_utils.c</a> , <a class="el" href="exodusII_8h.html#ace51015c588554746b4729b7d2bf46b0">exodusII.h</a> </li> <li>ex_name_var_of_object() : <a class="el" href="exodusII__int_8h.html#aae66ebb40c45e38e69658297621788d9">exodusII_int.h</a> , <a class="el" href="ex__utils_8c.html#a0894055db76f50558ddc808d12dde365">ex_utils.c</a> </li> <li>ex_nstrncpy() : <a class="el" href="exo__jack-windows_8c.html#acd60125c7526f3e6467c670981a298f6">exo_jack-windows.c</a> , <a class="el" href="exo__jack_8c.html#acd60125c7526f3e6467c670981a298f6">exo_jack.c</a> </li> <li>nc_flt_code() : <a class="el" href="exodusII__int_8h.html#a0bcb99c4a23dde165c0a75e9acfb3d55">exodusII_int.h</a> , <a class="el" href="ex__conv_8c.html#a0bcb99c4a23dde165c0a75e9acfb3d55">ex_conv.c</a> </li> <li>ne_check_file_version() : <a class="el" href="ex__ne__util_8c.html#afc38e37ae28f3909fe08bc566ea3a662">ex_ne_util.c</a> , <a class="el" href="exodusII__int_8h.html#a5fc0f33c92c66e1814484732cf49e173">exodusII_int.h</a> </li> <li>ne_id_lkup() : <a class="el" href="exodusII__int_8h.html#a2c69b0e0815ba6422012897d0a1adee8">exodusII_int.h</a> , <a class="el" href="ex__ne__util_8c.html#a2c69b0e0815ba6422012897d0a1adee8">ex_ne_util.c</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="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/html/globals_func_n.html
HTML
bsd-3-clause
4,897
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <title>Zend_Config - Zend Framework Manual</title> </head> <body> <table width="100%"> <tr valign="top"> <td width="85%"> <table width="100%"> <tr> <td width="25%" style="text-align: left;"> <a href="zend.codegenerator.reference.html">Zend_CodeGenerator Reference</a> </td> <td width="50%" style="text-align: center;"> <div class="up"><span class="up"><a href="reference.html">Zend Framework Reference</a></span><br /> <span class="home"><a href="manual.html">Programmer's Reference Guide</a></span></div> </td> <td width="25%" style="text-align: right;"> <div class="next" style="text-align: right; float: right;"><a href="zend.config.introduction.html">Introduction</a></div> </td> </tr> </table> <hr /> <div id="zend.config" class="chapter"><div class="info"><h1>Zend_Config</h1><strong>Table of Contents</strong><ul class="chunklist chunklist_title"> <li><a href="zend.config.introduction.html">Introduction</a></li> <li><a href="zend.config.theory_of_operation.html">Theory of Operation</a></li> <li><a href="zend.config.adapters.ini.html">Zend_Config_Ini</a></li> <li><a href="zend.config.adapters.json.html">Zend_Config_Json</a></li> <li><a href="zend.config.adapters.xml.html">Zend_Config_Xml</a></li> <li><a href="zend.config.adapters.yaml.html">Zend_Config_Yaml</a></li> </ul> </div> </div> <hr /> <table width="100%"> <tr> <td width="25%" style="text-align: left;"> <a href="zend.codegenerator.reference.html">Zend_CodeGenerator Reference</a> </td> <td width="50%" style="text-align: center;"> <div class="up"><span class="up"><a href="reference.html">Zend Framework Reference</a></span><br /> <span class="home"><a href="manual.html">Programmer's Reference Guide</a></span></div> </td> <td width="25%" style="text-align: right;"> <div class="next" style="text-align: right; float: right;"><a href="zend.config.introduction.html">Introduction</a></div> </td> </tr> </table> </td> <td style="font-size: smaller;" width="15%"> <style type="text/css"> #leftbar { float: left; width: 186px; padding: 5px; font-size: smaller; } ul.toc { margin: 0px 5px 5px 5px; padding: 0px; } ul.toc li { font-size: 85%; margin: 1px 0 1px 1px; padding: 1px 0 1px 11px; list-style-type: none; background-repeat: no-repeat; background-position: center left; } ul.toc li.header { font-size: 115%; padding: 5px 0px 5px 11px; border-bottom: 1px solid #cccccc; margin-bottom: 5px; } ul.toc li.active { font-weight: bold; } ul.toc li a { text-decoration: none; } ul.toc li a:hover { text-decoration: underline; } </style> <ul class="toc"> <li class="header home"><a href="manual.html">Programmer's Reference Guide</a></li> <li class="header up"><a href="manual.html">Programmer's Reference Guide</a></li> <li class="header up"><a href="reference.html">Zend Framework Reference</a></li> <li><a href="zend.acl.html">Zend_Acl</a></li> <li><a href="zend.amf.html">Zend_Amf</a></li> <li><a href="zend.application.html">Zend_Application</a></li> <li><a href="zend.auth.html">Zend_Auth</a></li> <li><a href="zend.barcode.html">Zend_Barcode</a></li> <li><a href="zend.cache.html">Zend_Cache</a></li> <li><a href="zend.captcha.html">Zend_Captcha</a></li> <li><a href="zend.cloud.html">SimpleCloud API: Zend_Cloud</a></li> <li><a href="zend.codegenerator.html">Zend_CodeGenerator</a></li> <li class="active"><a href="zend.config.html">Zend_Config</a></li> <li><a href="zend.config.writer.html">Zend_Config_Writer</a></li> <li><a href="zend.console.getopt.html">Zend_Console_Getopt</a></li> <li><a href="zend.controller.html">Zend_Controller</a></li> <li><a href="zend.currency.html">Zend_Currency</a></li> <li><a href="zend.date.html">Zend_Date</a></li> <li><a href="zend.db.html">Zend_Db</a></li> <li><a href="zend.debug.html">Zend_Debug</a></li> <li><a href="zend.dojo.html">Zend_Dojo</a></li> <li><a href="zend.dom.html">Zend_Dom</a></li> <li><a href="zend.exception.html">Zend_Exception</a></li> <li><a href="zend.feed.html">Zend_Feed</a></li> <li><a href="zend.file.html">Zend_File</a></li> <li><a href="zend.filter.html">Zend_Filter</a></li> <li><a href="zend.form.html">Zend_Form</a></li> <li><a href="zend.gdata.html">Zend_Gdata</a></li> <li><a href="zend.http.html">Zend_Http</a></li> <li><a href="zend.infocard.html">Zend_InfoCard</a></li> <li><a href="zend.json.html">Zend_Json</a></li> <li><a href="zend.layout.html">Zend_Layout</a></li> <li><a href="zend.ldap.html">Zend_Ldap</a></li> <li><a href="zend.loader.html">Zend_Loader</a></li> <li><a href="zend.locale.html">Zend_Locale</a></li> <li><a href="zend.log.html">Zend_Log</a></li> <li><a href="zend.mail.html">Zend_Mail</a></li> <li><a href="zend.markup.html">Zend_Markup</a></li> <li><a href="zend.measure.html">Zend_Measure</a></li> <li><a href="zend.memory.html">Zend_Memory</a></li> <li><a href="zend.mime.html">Zend_Mime</a></li> <li><a href="zend.navigation.html">Zend_Navigation</a></li> <li><a href="zend.oauth.html">Zend_Oauth</a></li> <li><a href="zend.openid.html">Zend_OpenId</a></li> <li><a href="zend.paginator.html">Zend_Paginator</a></li> <li><a href="zend.pdf.html">Zend_Pdf</a></li> <li><a href="zend.progressbar.html">Zend_ProgressBar</a></li> <li><a href="zend.queue.html">Zend_Queue</a></li> <li><a href="zend.reflection.html">Zend_Reflection</a></li> <li><a href="zend.registry.html">Zend_Registry</a></li> <li><a href="zend.rest.html">Zend_Rest</a></li> <li><a href="zend.search.lucene.html">Zend_Search_Lucene</a></li> <li><a href="zend.serializer.html">Zend_Serializer</a></li> <li><a href="zend.server.html">Zend_Server</a></li> <li><a href="zend.service.html">Zend_Service</a></li> <li><a href="zend.session.html">Zend_Session</a></li> <li><a href="zend.soap.html">Zend_Soap</a></li> <li><a href="zend.tag.html">Zend_Tag</a></li> <li><a href="zend.test.html">Zend_Test</a></li> <li><a href="zend.text.html">Zend_Text</a></li> <li><a href="zend.timesync.html">Zend_TimeSync</a></li> <li><a href="zend.tool.html">Zend_Tool</a></li> <li><a href="zend.tool.framework.html">Zend_Tool_Framework</a></li> <li><a href="zend.tool.project.html">Zend_Tool_Project</a></li> <li><a href="zend.translate.html">Zend_Translate</a></li> <li><a href="zend.uri.html">Zend_Uri</a></li> <li><a href="zend.validate.html">Zend_Validate</a></li> <li><a href="zend.version.html">Zend_Version</a></li> <li><a href="zend.view.html">Zend_View</a></li> <li><a href="zend.wildfire.html">Zend_Wildfire</a></li> <li><a href="zend.xmlrpc.html">Zend_XmlRpc</a></li> <li><a href="zendx.console.process.unix.html">ZendX_Console_Process_Unix</a></li> <li><a href="zendx.jquery.html">ZendX_JQuery</a></li> </ul> </td> </tr> </table> </body> </html>
wukchung/Home-development
documentation/manual/core/en/zend.config.html
HTML
bsd-3-clause
7,703
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Code Coverage for C:\wamp\ZfDealsApp/vendor/zendframework/zendframework/library/Zend/Console/Console.php</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap-responsive.min.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <!--[if lt IE 9]> <script src="js/html5shiv.js"></script> <![endif]--> </head> <body> <header> <div class="container"> <div class="row"> <div class="span12"> <ul class="breadcrumb"> <li><a href="index.html">C:\wamp\ZfDealsApp</a> <span class="divider">/</span></li> <li><a href="vendor.html">vendor</a> <span class="divider">/</span></li> <li><a href="vendor_zendframework.html">zendframework</a> <span class="divider">/</span></li> <li><a href="vendor_zendframework_zendframework.html">zendframework</a> <span class="divider">/</span></li> <li><a href="vendor_zendframework_zendframework_library.html">library</a> <span class="divider">/</span></li> <li><a href="vendor_zendframework_zendframework_library_Zend.html">Zend</a> <span class="divider">/</span></li> <li><a href="vendor_zendframework_zendframework_library_Zend_Console.html">Console</a> <span class="divider">/</span></li> <li class="active">Console.php</li> </ul> </div> </div> </div> </header> <div class="container"> <table class="table table-bordered"> <thead> <tr> <td>&nbsp;</td> <td colspan="10"><div align="center"><strong>Code Coverage</strong></div></td> </tr> <tr> <td>&nbsp;</td> <td colspan="3"><div align="center"><strong>Classes and Traits</strong></div></td> <td colspan="4"><div align="center"><strong>Functions and Methods</strong></div></td> <td colspan="3"><div align="center"><strong>Lines</strong></div></td> </tr> </thead> <tbody> <tr> <td class="danger">Total</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;8</div></td> <td class="danger small"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;59</div></td> </tr> <tr> <td class="danger">Console</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;8</div></td> <td class="danger small">702</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;59</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#43">getInstance($forceAdapter = null, $forceCharset = null)</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">132</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;32</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#107">resetInstance()</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">2</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;2</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#118">isWindows()</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">20</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;3</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#131">isAnsicon()</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">2</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#144">isConsole()</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">6</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;4</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#157">overrideIsConsole($flag)</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">6</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;5</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#169">detectBestAdapter()</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">20</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;10</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#199">__callStatic($funcName, $arguments)</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">2</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;2</div></td> </tr> </tbody> </table> <table class="table table-borderless table-condensed"> <tbody> <tr><td><div align="right"><a name="1"></a><a href="#1">1</a></div></td><td class="codeLine">&lt;?php</td></tr> <tr><td><div align="right"><a name="2"></a><a href="#2">2</a></div></td><td class="codeLine">/**</td></tr> <tr><td><div align="right"><a name="3"></a><a href="#3">3</a></div></td><td class="codeLine"> * Zend Framework (http://framework.zend.com/)</td></tr> <tr><td><div align="right"><a name="4"></a><a href="#4">4</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="5"></a><a href="#5">5</a></div></td><td class="codeLine"> * @link http://github.com/zendframework/zf2 for the canonical source repository</td></tr> <tr><td><div align="right"><a name="6"></a><a href="#6">6</a></div></td><td class="codeLine"> * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)</td></tr> <tr><td><div align="right"><a name="7"></a><a href="#7">7</a></div></td><td class="codeLine"> * @license http://framework.zend.com/license/new-bsd New BSD License</td></tr> <tr><td><div align="right"><a name="8"></a><a href="#8">8</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="9"></a><a href="#9">9</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="10"></a><a href="#10">10</a></div></td><td class="codeLine">namespace Zend\Console;</td></tr> <tr><td><div align="right"><a name="11"></a><a href="#11">11</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="12"></a><a href="#12">12</a></div></td><td class="codeLine">/**</td></tr> <tr><td><div align="right"><a name="13"></a><a href="#13">13</a></div></td><td class="codeLine"> * A static, utility class for interacting with Console environment.</td></tr> <tr><td><div align="right"><a name="14"></a><a href="#14">14</a></div></td><td class="codeLine"> * Declared abstract to prevent from instantiating.</td></tr> <tr><td><div align="right"><a name="15"></a><a href="#15">15</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="16"></a><a href="#16">16</a></div></td><td class="codeLine">abstract class Console</td></tr> <tr><td><div align="right"><a name="17"></a><a href="#17">17</a></div></td><td class="codeLine">{</td></tr> <tr><td><div align="right"><a name="18"></a><a href="#18">18</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="19"></a><a href="#19">19</a></div></td><td class="codeLine"> * @var Adapter\AdapterInterface</td></tr> <tr><td><div align="right"><a name="20"></a><a href="#20">20</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="21"></a><a href="#21">21</a></div></td><td class="codeLine"> protected static $instance;</td></tr> <tr><td><div align="right"><a name="22"></a><a href="#22">22</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="23"></a><a href="#23">23</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="24"></a><a href="#24">24</a></div></td><td class="codeLine"> * Allow overriding whether or not we're in a console env. If set, and</td></tr> <tr><td><div align="right"><a name="25"></a><a href="#25">25</a></div></td><td class="codeLine"> * boolean, returns that value from isConsole().</td></tr> <tr><td><div align="right"><a name="26"></a><a href="#26">26</a></div></td><td class="codeLine"> * @var bool</td></tr> <tr><td><div align="right"><a name="27"></a><a href="#27">27</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="28"></a><a href="#28">28</a></div></td><td class="codeLine"> protected static $isConsole;</td></tr> <tr><td><div align="right"><a name="29"></a><a href="#29">29</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="30"></a><a href="#30">30</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="31"></a><a href="#31">31</a></div></td><td class="codeLine"> * Create and return Adapter\AdapterInterface instance.</td></tr> <tr><td><div align="right"><a name="32"></a><a href="#32">32</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="33"></a><a href="#33">33</a></div></td><td class="codeLine"> * @param null|string $forceAdapter Optional adapter class name. Can be absolute namespace or class name</td></tr> <tr><td><div align="right"><a name="34"></a><a href="#34">34</a></div></td><td class="codeLine"> * relative to Zend\Console\Adapter\. If not provided, a best matching</td></tr> <tr><td><div align="right"><a name="35"></a><a href="#35">35</a></div></td><td class="codeLine"> * adapter will be automatically selected.</td></tr> <tr><td><div align="right"><a name="36"></a><a href="#36">36</a></div></td><td class="codeLine"> * @param null|string $forceCharset optional charset name can be absolute namespace or class name relative to</td></tr> <tr><td><div align="right"><a name="37"></a><a href="#37">37</a></div></td><td class="codeLine"> * Zend\Console\Charset\. If not provided, charset will be detected</td></tr> <tr><td><div align="right"><a name="38"></a><a href="#38">38</a></div></td><td class="codeLine"> * automatically.</td></tr> <tr><td><div align="right"><a name="39"></a><a href="#39">39</a></div></td><td class="codeLine"> * @throws Exception\InvalidArgumentException</td></tr> <tr><td><div align="right"><a name="40"></a><a href="#40">40</a></div></td><td class="codeLine"> * @throws Exception\RuntimeException</td></tr> <tr><td><div align="right"><a name="41"></a><a href="#41">41</a></div></td><td class="codeLine"> * @return Adapter\AdapterInterface</td></tr> <tr><td><div align="right"><a name="42"></a><a href="#42">42</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="43"></a><a href="#43">43</a></div></td><td class="codeLine"> public static function getInstance($forceAdapter = null, $forceCharset = null)</td></tr> <tr><td><div align="right"><a name="44"></a><a href="#44">44</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="45"></a><a href="#45">45</a></div></td><td class="codeLine"> if (static::$instance instanceof Adapter\AdapterInterface) {</td></tr> <tr class="danger"><td><div align="right"><a name="46"></a><a href="#46">46</a></div></td><td class="codeLine"> return static::$instance;</td></tr> <tr class="warning"><td><div align="right"><a name="47"></a><a href="#47">47</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="48"></a><a href="#48">48</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="49"></a><a href="#49">49</a></div></td><td class="codeLine"> // Create instance</td></tr> <tr><td><div align="right"><a name="50"></a><a href="#50">50</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="51"></a><a href="#51">51</a></div></td><td class="codeLine"> if ($forceAdapter !== null) {</td></tr> <tr><td><div align="right"><a name="52"></a><a href="#52">52</a></div></td><td class="codeLine"> // Use the supplied adapter class</td></tr> <tr class="danger"><td><div align="right"><a name="53"></a><a href="#53">53</a></div></td><td class="codeLine"> if (substr($forceAdapter, 0, 1) == '\\') {</td></tr> <tr class="danger"><td><div align="right"><a name="54"></a><a href="#54">54</a></div></td><td class="codeLine"> $className = $forceAdapter;</td></tr> <tr class="danger"><td><div align="right"><a name="55"></a><a href="#55">55</a></div></td><td class="codeLine"> } elseif (stristr($forceAdapter, '\\')) {</td></tr> <tr class="danger"><td><div align="right"><a name="56"></a><a href="#56">56</a></div></td><td class="codeLine"> $className = __NAMESPACE__ . '\\' . ltrim($forceAdapter, '\\');</td></tr> <tr class="danger"><td><div align="right"><a name="57"></a><a href="#57">57</a></div></td><td class="codeLine"> } else {</td></tr> <tr class="danger"><td><div align="right"><a name="58"></a><a href="#58">58</a></div></td><td class="codeLine"> $className = __NAMESPACE__ . '\\Adapter\\' . $forceAdapter;</td></tr> <tr><td><div align="right"><a name="59"></a><a href="#59">59</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="60"></a><a href="#60">60</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="61"></a><a href="#61">61</a></div></td><td class="codeLine"> if (!class_exists($className)) {</td></tr> <tr class="danger"><td><div align="right"><a name="62"></a><a href="#62">62</a></div></td><td class="codeLine"> throw new Exception\InvalidArgumentException(sprintf(</td></tr> <tr class="danger"><td><div align="right"><a name="63"></a><a href="#63">63</a></div></td><td class="codeLine"> 'Cannot find Console adapter class &quot;%s&quot;',</td></tr> <tr><td><div align="right"><a name="64"></a><a href="#64">64</a></div></td><td class="codeLine"> $className</td></tr> <tr class="danger"><td><div align="right"><a name="65"></a><a href="#65">65</a></div></td><td class="codeLine"> ));</td></tr> <tr class="warning"><td><div align="right"><a name="66"></a><a href="#66">66</a></div></td><td class="codeLine"> }</td></tr> <tr class="danger"><td><div align="right"><a name="67"></a><a href="#67">67</a></div></td><td class="codeLine"> } else {</td></tr> <tr><td><div align="right"><a name="68"></a><a href="#68">68</a></div></td><td class="codeLine"> // Try to detect best instance for console</td></tr> <tr class="danger"><td><div align="right"><a name="69"></a><a href="#69">69</a></div></td><td class="codeLine"> $className = static::detectBestAdapter();</td></tr> <tr><td><div align="right"><a name="70"></a><a href="#70">70</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="71"></a><a href="#71">71</a></div></td><td class="codeLine"> // Check if we were able to detect console adapter</td></tr> <tr class="danger"><td><div align="right"><a name="72"></a><a href="#72">72</a></div></td><td class="codeLine"> if (!$className) {</td></tr> <tr class="danger"><td><div align="right"><a name="73"></a><a href="#73">73</a></div></td><td class="codeLine"> throw new Exception\RuntimeException('Cannot create Console adapter - am I running in a console?');</td></tr> <tr class="warning"><td><div align="right"><a name="74"></a><a href="#74">74</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="75"></a><a href="#75">75</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="76"></a><a href="#76">76</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="77"></a><a href="#77">77</a></div></td><td class="codeLine"> // Create adapter instance</td></tr> <tr class="danger"><td><div align="right"><a name="78"></a><a href="#78">78</a></div></td><td class="codeLine"> static::$instance = new $className();</td></tr> <tr><td><div align="right"><a name="79"></a><a href="#79">79</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="80"></a><a href="#80">80</a></div></td><td class="codeLine"> // Try to use the supplied charset class</td></tr> <tr class="danger"><td><div align="right"><a name="81"></a><a href="#81">81</a></div></td><td class="codeLine"> if ($forceCharset !== null) {</td></tr> <tr class="danger"><td><div align="right"><a name="82"></a><a href="#82">82</a></div></td><td class="codeLine"> if (substr($forceCharset, 0, 1) == '\\') {</td></tr> <tr class="danger"><td><div align="right"><a name="83"></a><a href="#83">83</a></div></td><td class="codeLine"> $className = $forceCharset;</td></tr> <tr class="danger"><td><div align="right"><a name="84"></a><a href="#84">84</a></div></td><td class="codeLine"> } elseif (stristr($forceAdapter, '\\')) {</td></tr> <tr class="danger"><td><div align="right"><a name="85"></a><a href="#85">85</a></div></td><td class="codeLine"> $className = __NAMESPACE__ . '\\' . ltrim($forceCharset, '\\');</td></tr> <tr class="danger"><td><div align="right"><a name="86"></a><a href="#86">86</a></div></td><td class="codeLine"> } else {</td></tr> <tr class="danger"><td><div align="right"><a name="87"></a><a href="#87">87</a></div></td><td class="codeLine"> $className = __NAMESPACE__ . '\\Charset\\' . $forceCharset;</td></tr> <tr><td><div align="right"><a name="88"></a><a href="#88">88</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="89"></a><a href="#89">89</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="90"></a><a href="#90">90</a></div></td><td class="codeLine"> if (!class_exists($className)) {</td></tr> <tr class="danger"><td><div align="right"><a name="91"></a><a href="#91">91</a></div></td><td class="codeLine"> throw new Exception\InvalidArgumentException(sprintf(</td></tr> <tr class="danger"><td><div align="right"><a name="92"></a><a href="#92">92</a></div></td><td class="codeLine"> 'Cannot find Charset class &quot;%s&quot;',</td></tr> <tr><td><div align="right"><a name="93"></a><a href="#93">93</a></div></td><td class="codeLine"> $className</td></tr> <tr class="danger"><td><div align="right"><a name="94"></a><a href="#94">94</a></div></td><td class="codeLine"> ));</td></tr> <tr class="warning"><td><div align="right"><a name="95"></a><a href="#95">95</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="96"></a><a href="#96">96</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="97"></a><a href="#97">97</a></div></td><td class="codeLine"> // Set adapter charset</td></tr> <tr class="danger"><td><div align="right"><a name="98"></a><a href="#98">98</a></div></td><td class="codeLine"> static::$instance-&gt;setCharset(new $className());</td></tr> <tr class="danger"><td><div align="right"><a name="99"></a><a href="#99">99</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="100"></a><a href="#100">100</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="101"></a><a href="#101">101</a></div></td><td class="codeLine"> return static::$instance;</td></tr> <tr class="warning"><td><div align="right"><a name="102"></a><a href="#102">102</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="103"></a><a href="#103">103</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="104"></a><a href="#104">104</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="105"></a><a href="#105">105</a></div></td><td class="codeLine"> * Reset the console instance</td></tr> <tr><td><div align="right"><a name="106"></a><a href="#106">106</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="107"></a><a href="#107">107</a></div></td><td class="codeLine"> public static function resetInstance()</td></tr> <tr><td><div align="right"><a name="108"></a><a href="#108">108</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="109"></a><a href="#109">109</a></div></td><td class="codeLine"> static::$instance = null;</td></tr> <tr class="danger"><td><div align="right"><a name="110"></a><a href="#110">110</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="111"></a><a href="#111">111</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="112"></a><a href="#112">112</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="113"></a><a href="#113">113</a></div></td><td class="codeLine"> * Check if currently running under MS Windows</td></tr> <tr><td><div align="right"><a name="114"></a><a href="#114">114</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="115"></a><a href="#115">115</a></div></td><td class="codeLine"> * @see http://stackoverflow.com/questions/738823/possible-values-for-php-os</td></tr> <tr><td><div align="right"><a name="116"></a><a href="#116">116</a></div></td><td class="codeLine"> * @return bool</td></tr> <tr><td><div align="right"><a name="117"></a><a href="#117">117</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="118"></a><a href="#118">118</a></div></td><td class="codeLine"> public static function isWindows()</td></tr> <tr><td><div align="right"><a name="119"></a><a href="#119">119</a></div></td><td class="codeLine"> {</td></tr> <tr><td><div align="right"><a name="120"></a><a href="#120">120</a></div></td><td class="codeLine"> return</td></tr> <tr class="danger"><td><div align="right"><a name="121"></a><a href="#121">121</a></div></td><td class="codeLine"> (defined('PHP_OS') &amp;&amp; (substr_compare(PHP_OS, 'win', 0, 3, true) === 0)) ||</td></tr> <tr class="danger"><td><div align="right"><a name="122"></a><a href="#122">122</a></div></td><td class="codeLine"> (getenv('OS') != false &amp;&amp; substr_compare(getenv('OS'), 'windows', 0, 7, true))</td></tr> <tr class="danger"><td><div align="right"><a name="123"></a><a href="#123">123</a></div></td><td class="codeLine"> ;</td></tr> <tr class="warning"><td><div align="right"><a name="124"></a><a href="#124">124</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="125"></a><a href="#125">125</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="126"></a><a href="#126">126</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="127"></a><a href="#127">127</a></div></td><td class="codeLine"> * Check if running under MS Windows Ansicon</td></tr> <tr><td><div align="right"><a name="128"></a><a href="#128">128</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="129"></a><a href="#129">129</a></div></td><td class="codeLine"> * @return bool</td></tr> <tr><td><div align="right"><a name="130"></a><a href="#130">130</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="131"></a><a href="#131">131</a></div></td><td class="codeLine"> public static function isAnsicon()</td></tr> <tr><td><div align="right"><a name="132"></a><a href="#132">132</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="133"></a><a href="#133">133</a></div></td><td class="codeLine"> return getenv('ANSICON') !== false;</td></tr> <tr class="warning"><td><div align="right"><a name="134"></a><a href="#134">134</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="135"></a><a href="#135">135</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="136"></a><a href="#136">136</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="137"></a><a href="#137">137</a></div></td><td class="codeLine"> * Check if running in a console environment (CLI)</td></tr> <tr><td><div align="right"><a name="138"></a><a href="#138">138</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="139"></a><a href="#139">139</a></div></td><td class="codeLine"> * By default, returns value of PHP_SAPI global constant. If $isConsole is</td></tr> <tr><td><div align="right"><a name="140"></a><a href="#140">140</a></div></td><td class="codeLine"> * set, and a boolean value, that value will be returned.</td></tr> <tr><td><div align="right"><a name="141"></a><a href="#141">141</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="142"></a><a href="#142">142</a></div></td><td class="codeLine"> * @return bool</td></tr> <tr><td><div align="right"><a name="143"></a><a href="#143">143</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="144"></a><a href="#144">144</a></div></td><td class="codeLine"> public static function isConsole()</td></tr> <tr><td><div align="right"><a name="145"></a><a href="#145">145</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="146"></a><a href="#146">146</a></div></td><td class="codeLine"> if (null === static::$isConsole) {</td></tr> <tr class="danger"><td><div align="right"><a name="147"></a><a href="#147">147</a></div></td><td class="codeLine"> static::$isConsole = (PHP_SAPI == 'cli');</td></tr> <tr class="danger"><td><div align="right"><a name="148"></a><a href="#148">148</a></div></td><td class="codeLine"> }</td></tr> <tr class="danger"><td><div align="right"><a name="149"></a><a href="#149">149</a></div></td><td class="codeLine"> return static::$isConsole;</td></tr> <tr class="warning"><td><div align="right"><a name="150"></a><a href="#150">150</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="151"></a><a href="#151">151</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="152"></a><a href="#152">152</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="153"></a><a href="#153">153</a></div></td><td class="codeLine"> * Override the &quot;is console environment&quot; flag</td></tr> <tr><td><div align="right"><a name="154"></a><a href="#154">154</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="155"></a><a href="#155">155</a></div></td><td class="codeLine"> * @param null|bool $flag</td></tr> <tr><td><div align="right"><a name="156"></a><a href="#156">156</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="157"></a><a href="#157">157</a></div></td><td class="codeLine"> public static function overrideIsConsole($flag)</td></tr> <tr><td><div align="right"><a name="158"></a><a href="#158">158</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="159"></a><a href="#159">159</a></div></td><td class="codeLine"> if (null != $flag) {</td></tr> <tr class="danger"><td><div align="right"><a name="160"></a><a href="#160">160</a></div></td><td class="codeLine"> $flag = (bool) $flag;</td></tr> <tr class="danger"><td><div align="right"><a name="161"></a><a href="#161">161</a></div></td><td class="codeLine"> }</td></tr> <tr class="danger"><td><div align="right"><a name="162"></a><a href="#162">162</a></div></td><td class="codeLine"> static::$isConsole = $flag;</td></tr> <tr class="danger"><td><div align="right"><a name="163"></a><a href="#163">163</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="164"></a><a href="#164">164</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="165"></a><a href="#165">165</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="166"></a><a href="#166">166</a></div></td><td class="codeLine"> * Try to detect best matching adapter</td></tr> <tr><td><div align="right"><a name="167"></a><a href="#167">167</a></div></td><td class="codeLine"> * @return string|null</td></tr> <tr><td><div align="right"><a name="168"></a><a href="#168">168</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="169"></a><a href="#169">169</a></div></td><td class="codeLine"> public static function detectBestAdapter()</td></tr> <tr><td><div align="right"><a name="170"></a><a href="#170">170</a></div></td><td class="codeLine"> {</td></tr> <tr><td><div align="right"><a name="171"></a><a href="#171">171</a></div></td><td class="codeLine"> // Check if we are in a console environment</td></tr> <tr class="danger"><td><div align="right"><a name="172"></a><a href="#172">172</a></div></td><td class="codeLine"> if (!static::isConsole()) {</td></tr> <tr class="danger"><td><div align="right"><a name="173"></a><a href="#173">173</a></div></td><td class="codeLine"> return null;</td></tr> <tr class="warning"><td><div align="right"><a name="174"></a><a href="#174">174</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="175"></a><a href="#175">175</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="176"></a><a href="#176">176</a></div></td><td class="codeLine"> // Check if we're on windows</td></tr> <tr class="danger"><td><div align="right"><a name="177"></a><a href="#177">177</a></div></td><td class="codeLine"> if (static::isWindows()) {</td></tr> <tr class="danger"><td><div align="right"><a name="178"></a><a href="#178">178</a></div></td><td class="codeLine"> if (static::isAnsicon()) {</td></tr> <tr class="danger"><td><div align="right"><a name="179"></a><a href="#179">179</a></div></td><td class="codeLine"> $className = __NAMESPACE__ . '\Adapter\WindowsAnsicon';</td></tr> <tr class="danger"><td><div align="right"><a name="180"></a><a href="#180">180</a></div></td><td class="codeLine"> } else {</td></tr> <tr class="danger"><td><div align="right"><a name="181"></a><a href="#181">181</a></div></td><td class="codeLine"> $className = __NAMESPACE__ . '\Adapter\Windows';</td></tr> <tr><td><div align="right"><a name="182"></a><a href="#182">182</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="183"></a><a href="#183">183</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="184"></a><a href="#184">184</a></div></td><td class="codeLine"> return $className;</td></tr> <tr class="warning"><td><div align="right"><a name="185"></a><a href="#185">185</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="186"></a><a href="#186">186</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="187"></a><a href="#187">187</a></div></td><td class="codeLine"> // Default is a Posix console</td></tr> <tr class="danger"><td><div align="right"><a name="188"></a><a href="#188">188</a></div></td><td class="codeLine"> $className = __NAMESPACE__ . '\Adapter\Posix';</td></tr> <tr class="danger"><td><div align="right"><a name="189"></a><a href="#189">189</a></div></td><td class="codeLine"> return $className;</td></tr> <tr class="warning"><td><div align="right"><a name="190"></a><a href="#190">190</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="191"></a><a href="#191">191</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="192"></a><a href="#192">192</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="193"></a><a href="#193">193</a></div></td><td class="codeLine"> * Pass-thru static call to current AdapterInterface instance.</td></tr> <tr><td><div align="right"><a name="194"></a><a href="#194">194</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="195"></a><a href="#195">195</a></div></td><td class="codeLine"> * @param $funcName</td></tr> <tr><td><div align="right"><a name="196"></a><a href="#196">196</a></div></td><td class="codeLine"> * @param $arguments</td></tr> <tr><td><div align="right"><a name="197"></a><a href="#197">197</a></div></td><td class="codeLine"> * @return mixed</td></tr> <tr><td><div align="right"><a name="198"></a><a href="#198">198</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="199"></a><a href="#199">199</a></div></td><td class="codeLine"> public static function __callStatic($funcName, $arguments)</td></tr> <tr><td><div align="right"><a name="200"></a><a href="#200">200</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="201"></a><a href="#201">201</a></div></td><td class="codeLine"> $instance = static::getInstance();</td></tr> <tr class="danger"><td><div align="right"><a name="202"></a><a href="#202">202</a></div></td><td class="codeLine"> return call_user_func_array(array($instance, $funcName), $arguments);</td></tr> <tr class="warning"><td><div align="right"><a name="203"></a><a href="#203">203</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="204"></a><a href="#204">204</a></div></td><td class="codeLine">}</td></tr> </tbody> </table> <footer> <h4>Legend</h4> <p> <span class="success"><strong>Executed</strong></span> <span class="danger"><strong>Not Executed</strong></span> <span class="warning"><strong>Dead Code</strong></span> </p> <p> <small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 1.2.17</a> using <a href="http://www.php.net/" target="_top">PHP 5.4.12</a> and <a href="http://phpunit.de/">PHPUnit 3.7.37</a> at Thu Jul 31 11:41:39 UTC 2014.</small> </p> </footer> </div> <script src="js/jquery.min.js" type="text/javascript"></script> <script src="js/bootstrap.min.js" type="text/javascript"></script> <script type="text/javascript">$('.popin').popover({trigger: 'hover'});</script> </body> </html>
demon17/ZfDealsApp
tests/reports/coverage/vendor_zendframework_zendframework_library_Zend_Console_Console.php.html
HTML
bsd-3-clause
41,696
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <link rel="stylesheet" type="text/css" href=../../..//opengrads.css /> <link rel="shortcut icon" href=../../..//images/favicon.jpg type="image/x-icon" /> <title>OpenGrADS</title> </head> <body> <div class="top"> <img class="ollie" src=../../..//images/og_HEADERlogo.png /> </div> <div class="links"> <div class="linkbox"> <a class="navlink" href="/index.php">+ Home</a> <a class="navlink" href="http://opengrads.org/wiki/index.php?title=Frequently_Asked_Questions">+ FAQ</a> <a class="navlink" href="http://sourceforge.net/project/screenshots.php?group_id=161773">+ Screenshots</a> <a class="navlink">&nbsp;</a> <a class="navlink" href="http://sourceforge.net/project/showfiles.php?group_id=161773"> + Download</a> <a class="navlink" href="http://opengrads.cvs.sourceforge.net/opengrads/">+ Browse CVS</a> <a class="navlink" href="http://sourceforge.net/projects/opengrads/">+ SF Project</a> <a class="navlink">&nbsp;</a> <a class="navlink" href="http://sourceforge.net/forum/?group_id=161773"> + Getting Help</a> <a class="navlink" href="http://opengrads.org/wiki/index.php?title=OpenGrADS_Documentation"> + Documentation</a> <a class="navlink" href="http://cookbooks.opengrads.org/">+ Cookbooks</a> <a class="navlink" href="/doc/">+ Manual Pages</a> <a class="navlink" href="/wiki/">+ Wiki</a> <a class="navlink">&nbsp;</a> <a class="navlink" href="http://opengrads.org/wiki/index.php?title=User_Defined_Extensions"> + Extensions</a> <a class="navlink" href="http://opengrads.org/wiki/index.php?title=Supplemental_Libraries_%28Supplibs%29"> + Supplibs</a> <a class="navlink" href="http://opengrads.org/wiki/index.php?title=Installing_GrADS_on_Microsoft_Windows"> + Windows</a> <a class="navlink" href="http://opengrads.org/wiki/index.php?title=Python_Interface_to_GrADS"> + Python</a> <a class="navlink" href="http://opengrads.org/wiki/index.php?title=Perl_Interface_to_GrADS"> + Perl</a> <a class="navlink" href="http://opengrads.org/wiki/index.php?title=PHP_Interface_to_GrADS"> + PHP</a> <a class="navlink" href="http://opengrads.org/wiki/index.php?title=TCL_Interface_to_GrADS"> + TCL</a> <a class="navlink">&nbsp;</a> <a class="navlink" href="http://grads.iges.org/grads/">+ GrADS Home</a> <a class="navlink">&nbsp;</a> <a class="navlink" href="http://sourceforge.net/projects/opengrads/"> <center> <img src=../../..//images/sflogo.gif /> </center> </a> <p> <center> <a href="http://www.dreamhost.com/green.cgi"> <img border="0" alt="Green Web Hosting! This site hosted by DreamHost." src="https://secure.newdream.net/green1.gif" height="32" width="100" /></a> </center> </div> </div> <div class="content"> <iframe src="tle.html" width="100%" height="800"> </div> </body> </html>
bucricket/projectMASviirs
source/bin/Resources/Documentation/opengrads/doc/udxt/tle/index.html
HTML
bsd-3-clause
3,492
<!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.tsa.statespace.kalman_smoother.KalmanSmoother.inversion_method &#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.kalman_smoother.KalmanSmoother.inversion_methods" href="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.inversion_methods.html" /> <link rel="prev" title="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.filter_unscented" href="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.filter_unscented.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.kalman_smoother.KalmanSmoother.inversion_method" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels v0.14.0.dev0 (+325)</span> <span class="md-header-nav__topic"> statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.inversion_method </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.kalman_smoother.KalmanSmoother.html" class="md-tabs__link">statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother</a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../index.html" title="statsmodels">statsmodels v0.14.0.dev0 (+325)</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../user-guide.html" class="md-nav__link">User Guide</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../user-guide.html#background" class="md-nav__link">Background</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a> <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.kalman_smoother.KalmanSmoother.inversion_method.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-tsa-statespace-kalman-smoother-kalmansmoother-inversion-method"> <h1 id="generated-statsmodels-tsa-statespace-kalman-smoother-kalmansmoother-inversion-method--page-root">statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.inversion_method<a class="headerlink" href="#generated-statsmodels-tsa-statespace-kalman-smoother-kalmansmoother-inversion-method--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py attribute"> <dt class="sig sig-object py" id="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.inversion_method"> <span class="sig-prename descclassname"><span class="pre">KalmanSmoother.</span></span><span class="sig-name descname"><span class="pre">inversion_method</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">9</span></em><a class="headerlink" href="#statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.inversion_method" title="Permalink to this definition">¶</a></dt> <dd><p>(int) Inversion method bitmask.</p> </dd></dl> </section> </article> </div> </div> </main> </div> <footer class="md-footer"> <div class="md-footer-nav"> <nav class="md-footer-nav__inner md-grid"> <a href="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.filter_unscented.html" title="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.filter_unscented" 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.kalman_smoother.KalmanSmoother.filter_unscented </span> </div> </a> <a href="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.inversion_methods.html" title="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.inversion_methods" 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.kalman_smoother.KalmanSmoother.inversion_methods </span> </div> <div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Feb 23, 2022. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 4.4.0. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
devel/generated/statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.inversion_method.html
HTML
bsd-3-clause
18,311
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.regression.quantile_regression.QuantRegResults.eigenvals &#8212; statsmodels v0.10.2 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/language_data.js"></script> <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="statsmodels.regression.quantile_regression.QuantRegResults.ess" href="statsmodels.regression.quantile_regression.QuantRegResults.ess.html" /> <link rel="prev" title="statsmodels.regression.quantile_regression.QuantRegResults.cov_params" href="statsmodels.regression.quantile_regression.QuantRegResults.cov_params.html" /> <link rel="stylesheet" href="../_static/examples.css" type="text/css" /> <link rel="stylesheet" href="../_static/facebox.css" type="text/css" /> <script type="text/javascript" src="../_static/scripts.js"> </script> <script type="text/javascript" src="../_static/facebox.js"> </script> <script type="text/javascript"> $.facebox.settings.closeImage = "../_static/closelabel.png" $.facebox.settings.loadingImage = "../_static/loading.gif" </script> <script> $(document).ready(function() { $.getJSON("../../versions.json", function(versions) { var dropdown = document.createElement("div"); dropdown.className = "dropdown"; var button = document.createElement("button"); button.className = "dropbtn"; button.innerHTML = "Other Versions"; var content = document.createElement("div"); content.className = "dropdown-content"; dropdown.appendChild(button); dropdown.appendChild(content); $(".header").prepend(dropdown); for (var i = 0; i < versions.length; i++) { if (versions[i].substring(0, 1) == "v") { versions[i] = [versions[i], versions[i].substring(1)]; } else { versions[i] = [versions[i], versions[i]]; }; }; for (var i = 0; i < versions.length; i++) { var a = document.createElement("a"); a.innerHTML = versions[i][1]; a.href = "../../" + versions[i][0] + "/index.html"; a.title = versions[i][1]; $(".dropdown-content").append(a); }; }); }); </script> </head><body> <div class="headerwrap"> <div class = "header"> <a href = "../index.html"> <img src="../_static/statsmodels_hybi_banner.png" alt="Logo" style="padding-left: 15px"/></a> </div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="statsmodels.regression.quantile_regression.QuantRegResults.ess.html" title="statsmodels.regression.quantile_regression.QuantRegResults.ess" accesskey="N">next</a> |</li> <li class="right" > <a href="statsmodels.regression.quantile_regression.QuantRegResults.cov_params.html" title="statsmodels.regression.quantile_regression.QuantRegResults.cov_params" accesskey="P">previous</a> |</li> <li><a href ="../install.html">Install</a></li> &nbsp;|&nbsp; <li><a href="https://groups.google.com/forum/?hl=en#!forum/pystatsmodels">Support</a></li> &nbsp;|&nbsp; <li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> &nbsp;|&nbsp; <li><a href="../dev/index.html">Develop</a></li> &nbsp;|&nbsp; <li><a href="../examples/index.html">Examples</a></li> &nbsp;|&nbsp; <li><a href="../faq.html">FAQ</a></li> &nbsp;|&nbsp; <li class="nav-item nav-item-1"><a href="../regression.html" >Linear Regression</a> |</li> <li class="nav-item nav-item-2"><a href="statsmodels.regression.quantile_regression.QuantRegResults.html" accesskey="U">statsmodels.regression.quantile_regression.QuantRegResults</a> |</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="statsmodels-regression-quantile-regression-quantregresults-eigenvals"> <h1>statsmodels.regression.quantile_regression.QuantRegResults.eigenvals<a class="headerlink" href="#statsmodels-regression-quantile-regression-quantregresults-eigenvals" title="Permalink to this headline">¶</a></h1> <p>method</p> <dl class="method"> <dt id="statsmodels.regression.quantile_regression.QuantRegResults.eigenvals"> <code class="sig-prename descclassname">QuantRegResults.</code><code class="sig-name descname">eigenvals</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.regression.quantile_regression.QuantRegResults.eigenvals" title="Permalink to this definition">¶</a></dt> <dd><p>Return eigenvalues sorted in decreasing order.</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.regression.quantile_regression.QuantRegResults.cov_params.html" title="previous chapter">statsmodels.regression.quantile_regression.QuantRegResults.cov_params</a></p> <h4>Next topic</h4> <p class="topless"><a href="statsmodels.regression.quantile_regression.QuantRegResults.ess.html" title="next chapter">statsmodels.regression.quantile_regression.QuantRegResults.ess</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/generated/statsmodels.regression.quantile_regression.QuantRegResults.eigenvals.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3 id="searchlabel">Quick search</h3> <div class="searchformwrapper"> <form class="search" action="../search.html" method="get"> <input type="text" name="q" aria-labelledby="searchlabel" /> <input type="submit" value="Go" /> </form> </div> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2009-2018, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.1. </div> </body> </html>
statsmodels/statsmodels.github.io
v0.10.2/generated/statsmodels.regression.quantile_regression.QuantRegResults.eigenvals.html
HTML
bsd-3-clause
7,720
<!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>The Beer Reference Page</title> <META name="Description" content="The beer page contains links to all beer resources available on the internet."> <META name="Keywords" content="beer, brewers, brewing, microbrews, microbrewery, microbrew, beer resources, mail order beer, beer glassware"> <!-- Optimize displays variants to your website visitors by modifying the DOM (Document Object Model). In some instances, changes are made to elements that are already visible to the end user. These visible changes are referred to as page flicker. One of the most effective ways to mitigate the risk of page flicker when loading Optimize is to temporarily hide the page while the Optimize container loads. This can be accomplished by adding the page-hiding snippet as the first script on your page(s) – after the <meta charset> declarations and before your Optimize, Analytics and/or Tag Manager tags. GTM-K6BZD7 is our TGM web container id --> <style>.async-hide { opacity: 0 !important} </style> <script> (function(a,s,y,n,c,h,i,d,e){s.className+=' '+y; h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')}; (a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c); })(window,document.documentElement,'async-hide','dataLayer',2000,{'GTM-K6BZD7':true}); </script><!-- 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-K6BZD7');</script> <!-- End Google Tag Manager --><script type='text/javascript'>window.siteURL='https://www.ratebeer.com';window.auth0ClientID='vy3vQxKFXvMyXTjddkMiDJAUFucb8vdu';</script> <meta http-equiv="content-language" content="EN" /> <link rel="shortcut icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="index,follow" /> <meta name="rating" content="general" /> <meta property="og:site_name" content="RateBeer" /> <meta property="og:type" content="website" /> <meta property="twitter:account_id" content="13411472" /> <meta name="twitter:card" content="summary" /> <meta charset="iso-8859-1"> <meta name="twitter:site" content="@ratebeer" /> <meta name="twitter:creator" content="@ratebeer" /> <meta name="twitter:domain" content="https://www.ratebeer.com"> <!-- JS Global Compulsory, 2nd --> <script src="//code.jquery.com/jquery-2.2.4.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> <!-- Latest compiled and minified CSS, 1st --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="/css/custombs.css"> <link href='//fonts.googleapis.com/css?family=Fira+Sans:700&subset=latin,latin-ext' rel='stylesheet' type='text/css'> <link href="//fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <script async='async' src='//www.googletagservices.com/tag/js/gpt.js'></script> <script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; </script> <script> // Define a size mapping object. The first parameter to addSize is // a viewport size, while the second is a list of allowed ad sizes. googletag.cmd.push(function() { var mapping = googletag.sizeMapping(). addSize([1280, 0], [[970, 90], [728, 90], [468, 60], [300, 250]]). //desktop big addSize([1024, 0], [[970, 90], [728, 90], [468, 60], [250, 250], [200, 200]]). //desktop addSize([768, 0], [[728, 90], [468, 60]]). //laptop addSize([480, 0], [468, 60]). //tablet addSize([420, 0], [320, 50]). //tablet addSize([0, 0], [[320, 50]]). //others build(); // Define the GPT slot googletag.defineSlot('/3397136/Large-Leaderboard-GPT', [970, 90], 'div-gpt-ad-1474465396265-0').defineSizeMapping(mapping).addService(googletag.pubads()); googletag.defineSlot('/3397136/GPT-Medium-Rectangle', [[250, 250], [300, 250], [200, 200]], 'div-gpt-ad-1474477890595-0').addService(googletag.pubads()); googletag.defineSlot('/3397136/GPT-Low-Leaderboard', [970, 90], 'div-gpt-ad-1474478067303-1').defineSizeMapping(mapping).addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.pubads().setTargeting("test","responsive"); // Start ad fetching googletag.enableServices(); }); </script> <style> #html * { font-family: 'Roboto', sans-serif;} h1, h3{font-family: 'Fira Sans', sans-serif !important; margin-bottom: 2px;} /* reset webkit search input browser style */ input { outline: none; } input[type=search] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; font-family: inherit; font-size: 100%; } input::-webkit-search-decoration, input::-webkit-search-cancel-button { display: none; /* remove the search and cancel icon */ } /* search input field */ input[type=search] { background: #ededed; border: solid 1px #ccc; padding: 9px 10px 9px 10px; width: 95px; -webkit-border-radius: 10em; -moz-border-radius: 10em; border-radius: 10em; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; } input[type=search]:focus { width: 85%; background-color: #fff; border-color: #6dcff6; -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5); -moz-box-shadow: 0 0 5px rgba(109,207,246,.5); box-shadow: 0 0 5px rgba(109,207,246,.5); } /* placeholder */ input:-moz-placeholder { color: #999; } input::-webkit-input-placeholder { color: #999; } .norman {margin-top: 8px; margin-bottom: 8px; margin-right: 3px;} #rbbody{max-width: 1600px; margin: auto;} #.rblogo {max-height:48px; margin: 10px 0px 10px 20px;border:0;} .logo {margin: 10px 0px 0px 20px;border:0;} .mobile-nav-menu{position: absolute; right: 0;text-align:right;} #.browser-nav-menu{padding-right:40px;} .header-leaderboard{border: 1px solid #e0e0e0; width: 100%; margin: auto; text-align: center; white-space:nowrap;min-height: 60px;margin: 0px 0px 10px 0px;} </style> </head> <body > <div id="rbbody"> <div class="row" style="margin-left: 0; margin-right: 0;"> <div class="col-xs-4 col-sm-4 col-md-4 col-lg-3"> <a href="/"><img src="/images/logos/rblogo0316.png" alt="RateBeer" width=160 height=38 class="img-responsive rblogo"></a> </div> <div class="col-xs-4 col-sm-5 col-md-4 col-lg-6 text-center"> <form class="navbar-form" role="search" action="/search" style="margin-top: 10px;" method=POST name=search> <input type="search" placeholder="Search" name="beername"> </form> </div> <div class="col-xs-4 col-sm-3 col-md-2 col-lg-3 text-right"><div class="norman"> <a class="btn btn-default" data-auth0>Login/Sign Up</a> </div> </div> </div> <nav class="navbar navbar-default" role="navigation"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li class="dropdown "> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Beer <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="/top">Top 50</a></li> <li><a href="/beerstyles/">Beer Styles</a></li> <li><a href="/tag/showall/">Beer Tags</a></li> <li><a href="/beer-ratings/">Recent Ratings</a></li> <li><a href="/breweries/">Breweries</a></li> <li class="divider"></li> <li><a href="/beerstyles/abbey-dubbel/71/">Top By Style</a></li> <li class="divider"></li> <li><a href="/BestInMyArea.asp?CountryID=213&StateID=5">Top By Region</a></li> </ul> </li> <li ><a href="/forums/">Forums</a></li> <li ><a href="/places/browse/">Places</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li ><a href="/events">Events</a></li> <li ><a href="/users">Community</a></li> <li class="dropdown "> <a href="#" class="dropdown-toggle" data-toggle="dropdown">More <b class="caret"></b></a> <ul class="dropdown-menu"> <li><A HREF="/search.php"><i class="glyphicon glyphicon-search"></i> Advanced Search </A></li> <li ><a href="/AboutPremium_join.asp">Buy Premium Membership</a></li> <li class="divider"></li> <li><a href="/about.asp">About Us</a></li> <li><a href="http://www.ratebeerbest.com/">RateBeer Best</a></li> </ul> </li> </ul> </div><!-- /.navbar-collapse --> </nav> <div style="width: 100%; margin: auto; padding: 20px 0; text-align:center;"> <div class="header-leaderboard"><!-- header-leaderboard --> <!-- /3397136/Large-Leaderboard-GPT --> <div id='div-gpt-ad-1474465396265-0'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1474465396265-0'); }); </script> </div> </div> </div> <script type="text/javascript" src="/javascript/jquery-ui-1.9.2.custom.min.js"></script> <link rel="stylesheet" href="/css/jquery-ui-1.9.2.custom.css" type="text/css"> <div class="container"> <h1>Beer Reference</h1> <div class="col-sm-12 col-md-9 col-lg-8"> If you're looking for <em>beer</em>, you've come to the right place. Use our <a href="https://www.ratebeer.com/Search.asp">search function</a> to browse our list of thousands of brewers worldwide, or search for information on <em>beers</em> worldwide by country of origin, alpha, beer style, best ratings, and more categories. To check the most recent <em>beer</em> ratings, check our most recent <a href="https://www.ratebeer.com/Ratings/Ratings.asp">beer ratings page</a>. <br> <br> RateBeer also offers interesting articles on beer history, beer travel, beer and health, best beers, beer styles and many other interesting topics from the world of craft beer. Check out <a href="https://www.ratebeer.com/Beer-News.asp">RateBeer Weekly Magazine</a> for features, stories, news, reference and other beer information. And, if you have a question, you can send it to our editor, Joshua Oakes which he may answer in his column <a href="/cdn-cgi/l/email-protection#7a1f1e130e15083a081b0e1f181f1f0854191517">Ask Oakes</a>. <br> <a href="/ratingsqa.asp">About Our Beer Ratings</a><br> <a href="/FAQ.asp">RateBeer User FAQ</a><br> <a href="/Beer-Glassware.asp">Beer Glassware</a><br> Beer Books<br> <a href="/BeerBelly.asp">Beer Belly - Myth</a><br> <a href="/Lexicon.asp">Beer Glossary</a><br> <a href="/Reference/BottlingCodes.asp">Bottling Codes</a><br> <a href="/MailOrder.asp">Mail Order Beer</a><br> <br> <br> <h2>Beer and Brewing Reference</h2> <a href="https://www.ratebeer.com/Beer-News/Article-400.htm">The Beer Brewing Process</a><br> <a href="/BeerStyles.asp">Beer Styles</a><br> <a href="/HopGuide.asp">Hop Guide</a><br> <h2>Homebrewing Beer</h2> <a href="https://www.ratebeer.com/Department.asp?Department=5">Homebrew Resources</a><br> <a href="https://www.ratebeer.com/forums/forum.asp?FORUM_ID=3">Homebrew Forum</a><br> <a href="https://www.ratebeer.com/ShowHomebrewShops.asp">Homebrew Shops</a><br> <a href="https://www.ratebeer.com/ShowHomebrewRecipes.asp">Homebrewed Recipes</a><br> <a href="https://www.ratebeer.com/ShowHomebrewShops.asp#21">Rate A Homebrew Shop</a><br> <br> <br> </td><td valign="top"> <h2>Beer, Recipes and Food</h2> <a href="https://www.ratebeer.com/ShowRecipes.asp#14">Cooking With Beer</a><br> <a href="https://www.ratebeer.com/Beer-News/Article-69.htm">Beer and Cheese</a><br> <a href="https://www.ratebeer.com/ShowRecipes.asp">Beer Recipes</a><br> <a href="https://www.ratebeer.com/ShowHomebrewRecipes.asp#12">Homebrew Recipes</a><br> <a href="https://www.ratebeer.com/Beer-News/Article-146.htm">Slow Food Beer and Cheese Tasting</a><br> <br> <br> <h2>Beer Rating</h2> <a href="https://www.ratebeer.com/Story.asp?StoryID=103">How To Rate Beer</a><br> <a href="/documents/tastingsheet.doc" target="_blank">Beer Rating Sheet (MS Word .doc, 681 Kb)</a><br> <a href="/documents/tastingsheet.pdf" target="_blank" class="liteblue">Beer Rating Sheet (Acrobat .pdf, 80 Kb)</a><br> <a href="/documents/tastingform.doc">Flavor/Aroma Checklist</a><br> <a href="https://www.ratebeer.com/Story.asp?StoryID=292">Developing Your Palate</a><br> <br> <br> </div><div class="col-sm-12 col-md-3 col-lg-4 text-right"> <a href="https://www.ratebeer.com/Search.asp">Find Beer Brewers</a><br> <br> <a href="https://www.ratebeer.com/Search.asp">Find Beers</a><br> <br> <a href="https://www.ratebeer.com/BrowseBrewers.asp">Browse Brewers</a><br> <br> <a href="https://www.ratebeer.com/Brew-Pubs-State.asp">Browse Brewpubs</a><br> <br> <a href="https://www.ratebeer.com/BestInMyArea.asp">Find Beer Locally</a><br> <br> </div> </div> <!-- Content ends --> <!-- Footer begins --> <br /><br /> <hr> <!-- /3397136/GPT-Low-Leaderboard --> <div class="row text-center"> <div id="div-gpt-ad-1474478067303-1"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1474478067303-1'); }); </script> </div> </div> <hr> <!--=== Footer ===--> <div class="footer"> <div class="container"> <div class="clearfix"> <div class="col-md-4 md-margin-bottom-40"> <!-- About --> <img src="/images/logos/rbfooter2.png" width=131 alt="ratebeer logo"><br /><br /> <h4>About</h4> <p class="margin-bottom-25 md-margin-bottom-40">RateBeer: Your guide to world craft beer. <br> <a href="/about">About Us</a><br> <a href="/useragreement.asp">Terms Of Service</a><br> <a href="/privacy_policy.asp">Privacy Policy</a><br> </p> <!-- End About --> <br> <!-- Contact Us --> <h4>Contact Us</h4> <a href="/faq">Frequently Asked Questions</a><br> <a href="/feedback">Feedback</a><br> <!-- End Contact Us --> <!-- End Monthly Newsletter --> </div> <!--/col-md-4--> <div class="col-md-4 md-margin-bottom-40"> <h4>Add To RateBeer</h4> <p class="margin-bottom-25 md-margin-bottom-40"><a href="/add-beer">Add A Beer</a><br> <a href="/add-brewer">Add A Brewer</a><br> <a href="/add-place">Add A Place</a><br> <a href="/add-event">Add An Event</a></p> <br> <h4>Manage Your Account</h4> <p class="margin-bottom-25 md-margin-bottom-40"><a href="/AboutPremium_Join.asp">Add Premium</a><br> <a href="/EditUser.asp">Edit Profile</a><br> <a href="/Messages.asp">Messages</a><br> <a href="/signout.asp">Sign out</a><br> </div> <!--/col-md-4--> <div class="col-md-4"> <!-- Monthly Newsletter --> <h4>RateBeer Newsletter</h4> <p>Subscribe to our newsletter, RateBeer Weekly, a must for understanding new people, places and beers in worldwide craft culture.</p> <div id="mc_embed_signup"> <form action="//ratebeer.us2.list-manage.com/subscribe/post?u=927a170c4a7bc5ac2c11d7a5f&amp;id=33216a9626" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div id="mc_embed_signup_scroll"> <!--label for="mce-EMAIL">Subscribe to our mailing list</label--> <input type="email" value="" name="EMAIL" class="form-control" id="mce-EMAIL" placeholder="email address" required> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> <div style="position: absolute; left: -5000px;"><input type="text" name="b_927a170c4a7bc5ac2c11d7a5f_33216a9626" tabindex="-1" value=""></div> <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-primary" style="margin-top: 5px;"></div> </div> </form> </div> <!--End mc_embed_signup--> <!-- End Social Links --> <br> <!-- Social Links --> <h4>Stay Connected</h4> <p class="margin-bottom-25 md-margin-bottom-40"> <a href="https://www.facebook.com/pages/RateBeer/153277718016808"><i id="social" class="fa fa-facebook-square fa-3x social-fb"></i></a> <a href="https://twitter.com/ratebeer"><i id="social" class="fa fa-twitter-square fa-3x social-tw"></i></a> <a href="https://plus.google.com/112964660796936121915/posts"><i id="social" class="fa fa-google-plus-square fa-3x social-gp"></i></a> <!--a href="mailto:@ratebeer.com"><i id="social" class="fa fa-envelope-square fa-3x social-em"></i></a--> </p> </div> <!--/col-md-4--> </div> </div> </div> <!--/footer--> <!--=== End Footer ===--> <br><br> <!--=== Copyright ===--> <div class="copyright"> <div class="container"> <div class="row"> <div class="col-md-6"> <p> 2000- 2017 &copy; RateBeer, LLC. All Rights Reserved. <a href="/privacy_policy.asp">Privacy Policy</a> | <a href="/useragreement.asp">Terms of Service</a> </p> </div> <div class="col-md-6"> <a href="/"> <!--img class="pull-right" id="logo-footer" src="assets/img/logo2-default.png" alt=""--> </a> </div> </div> </div> </div> <!--/copyright--> <!--=== End Copyright ===--> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-1881232-1', 'auto'); ga('send', 'pageview'); </script> <script type="text/javascript" src="/js/form-validation.js"></script> <script type="text/javascript"> var getUrlParameter = function getUrlParameter(sParam) { var sPageURL = decodeURIComponent(window.location.search.substring(1)), sURLVariables = sPageURL.split('&'), sParameterName, i; for (i = 0; i < sURLVariables.length; i++) { sParameterName = sURLVariables[i].split('='); if (sParameterName[0] === sParam) { return sParameterName[1] === undefined ? true : sParameterName[1]; } } }; </script> <script src="//cdn.auth0.com/js/lock/10.5/lock.min.js"></script> <script type="text/javascript" src="/js/auth-zero-btn.js"></script> <style type="text/css"> .auth0-lock.auth0-lock .auth0-lock-submit { background: #0098CD!important; } .auth0-lock.auth0-lock .auth0-lock-input-wrap, .auth0-lock.auth0-lock .auth0-lock-social-button, .auth0-lock.auth0-lock .auth0-lock-cred-pane { border-radius: 12px; } .auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-input { border-radius: 0 12px 12px 0; } .auth0-lock.auth0-lock .auth0-lock-header { border-radius: 12px 12px 0 0; } .auth0-lock.auth0-lock .auth0-lock-submit { border-radius: 0 0 12px 12px; } #auth0-container { width: 320px; max-height: 498px; margin: 40px auto; padding: 10px; box-sizing: border-box; } .auth0-lock.auth0-lock .auth0-lock-header-logo { height: 92px; } .auth0-lock-name { display:none; } </style> <script type='text/javascript'>window.userIsLoggedIn=false;</script> <!-- defer redirects --> <script type="text/javascript"> $('[defer-redirect]').on('click', function (event) { if (!window.userIsLoggedIn) { event.preventDefault(); Auth0.signin(); } }); </script> <!-- Footer ends --> <script>/* <![CDATA[ */(function(d,s,a,i,j,r,l,m,t){try{l=d.getElementsByTagName('a');t=d.createElement('textarea');for(i=0;l.length-i;i++){try{a=l[i].href;s=a.indexOf('/cdn-cgi/l/email-protection');m=a.length;if(a&&s>-1&&m>28){j=28+s;s='';if(j<m){r='0x'+a.substr(j,2)|0;for(j+=2;j<m&&a.charAt(j)!='X';j+=2)s+='%'+('0'+('0x'+a.substr(j,2)^r).toString(16)).slice(-2);j++;s=decodeURIComponent(s)+a.substr(j,m-j)}t.innerHTML=s.replace(/</g,'&lt;').replace(/\>/g,'&gt;');l[i].href='mailto:'+t.value}}catch(e){}}}catch(e){}})(document);/* ]]> */</script></body> </html>
todor-dk/HTML-Renderer
Source/Testing/HtmlRenderer.ExperimentalApp/Data/Files/aleg/7B873697ABB296AC7953A027B73A12B5.html
HTML
bsd-3-clause
21,185
<!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.tsa.statespace.mlemodel.MLEModel.param_names &#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.mlemodel.MLEModel.start_params" href="statsmodels.tsa.statespace.mlemodel.MLEModel.start_params.html" /> <link rel="prev" title="statsmodels.tsa.statespace.mlemodel.MLEModel.loglikelihood_burn" href="statsmodels.tsa.statespace.mlemodel.MLEModel.loglikelihood_burn.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.mlemodel.MLEModel.param_names" 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.tsa.statespace.mlemodel.MLEModel.param_names </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.mlemodel.MLEModel.html" class="md-tabs__link">statsmodels.tsa.statespace.mlemodel.MLEModel</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> </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.mlemodel.MLEModel.param_names.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-tsa-statespace-mlemodel-mlemodel-param-names"> <h1 id="generated-statsmodels-tsa-statespace-mlemodel-mlemodel-param-names--page-root">statsmodels.tsa.statespace.mlemodel.MLEModel.param_names<a class="headerlink" href="#generated-statsmodels-tsa-statespace-mlemodel-mlemodel-param-names--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py property"> <dt class="sig sig-object py" id="statsmodels.tsa.statespace.mlemodel.MLEModel.param_names"> <em class="property"><span class="pre">property</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">MLEModel.</span></span><span class="sig-name descname"><span class="pre">param_names</span></span><a class="headerlink" href="#statsmodels.tsa.statespace.mlemodel.MLEModel.param_names" title="Permalink to this definition">¶</a></dt> <dd><p>(list of str) List of human readable parameter names (for parameters actually included in the model).</p> </dd></dl> </section> </article> </div> </div> </main> </div> <footer class="md-footer"> <div class="md-footer-nav"> <nav class="md-footer-nav__inner md-grid"> <a href="statsmodels.tsa.statespace.mlemodel.MLEModel.loglikelihood_burn.html" title="statsmodels.tsa.statespace.mlemodel.MLEModel.loglikelihood_burn" 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.mlemodel.MLEModel.loglikelihood_burn </span> </div> </a> <a href="statsmodels.tsa.statespace.mlemodel.MLEModel.start_params.html" title="statsmodels.tsa.statespace.mlemodel.MLEModel.start_params" 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.mlemodel.MLEModel.start_params </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.tsa.statespace.mlemodel.MLEModel.param_names.html
HTML
bsd-3-clause
17,928
<!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.formula.api.gls &#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.formula.api.wls" href="statsmodels.formula.api.wls.html" /> <link rel="prev" title="API Reference" href="../api.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.formula.api.gls" 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.formula.api.gls </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="../api.html" class="md-tabs__link">API Reference</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> </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> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../api.html#statsmodels-api" class="md-nav__link"><code class="docutils literal notranslate"><span class="pre">statsmodels.api</span></code></a> </li> <li class="md-nav__item"> <a href="../api.html#statsmodels-tsa-api" class="md-nav__link"><code class="docutils literal notranslate"><span class="pre">statsmodels.tsa.api</span></code></a> </li> <li class="md-nav__item"> <a href="../api.html#statsmodels-formula-api" class="md-nav__link"><code class="docutils literal notranslate"><span class="pre">statsmodels.formula.api</span></code></a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../api.html#models" class="md-nav__link">Models</a> </li></ul> </li></ul> </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.formula.api.gls.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-formula-api-gls--page-root">statsmodels.formula.api.gls<a class="headerlink" href="#generated-statsmodels-formula-api-gls--page-root" title="Permalink to this headline">¶</a></h1> <dl class="function"> <dt id="statsmodels.formula.api.gls"> <code class="sig-prename descclassname">statsmodels.formula.api.</code><code class="sig-name descname">gls</code><span class="sig-paren">(</span><em class="sig-param">formula</em>, <em class="sig-param">data</em>, <em class="sig-param">subset=None</em>, <em class="sig-param">drop_cols=None</em>, <em class="sig-param">*args</em>, <em class="sig-param">**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.formula.api.gls" title="Permalink to this definition">¶</a></dt> <dd><p>Create a Model from a formula and dataframe.</p> <dl class="field-list"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><dl> <dt><strong>formula</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> or <code class="xref py py-obj docutils literal notranslate"><span class="pre">generic</span></code> <code class="xref py py-obj docutils literal notranslate"><span class="pre">Formula</span></code> <a class="reference external" href="https://docs.python.org/3/library/functions.html#object" title="(in Python v3.8)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">object</span></code></a></span></dt><dd><p>The formula specifying the model.</p> </dd> <dt><strong>data</strong><span class="classifier"><a class="reference external" href="https://docs.scipy.org/doc/numpy/glossary.html#term-array-like" title="(in NumPy v1.17)"><span>array_like</span></a></span></dt><dd><p>The data for the model. See Notes.</p> </dd> <dt><strong>subset</strong><span class="classifier"><a class="reference external" href="https://docs.scipy.org/doc/numpy/glossary.html#term-array-like" title="(in NumPy v1.17)"><span>array_like</span></a></span></dt><dd><p>An array-like object of booleans, integers, or index values that indicate the subset of df to use in the model. Assumes df is a <cite>pandas.DataFrame</cite>.</p> </dd> <dt><strong>drop_cols</strong><span class="classifier"><a class="reference external" href="https://docs.scipy.org/doc/numpy/glossary.html#term-array-like" title="(in NumPy v1.17)"><span>array_like</span></a></span></dt><dd><p>Columns to drop from the design matrix. Cannot be used to drop terms involving categoricals.</p> </dd> <dt><strong>*args</strong></dt><dd><p>Additional positional argument that are passed to the model.</p> </dd> <dt><strong>**kwargs</strong></dt><dd><p>These are passed to the model with one exception. The <code class="docutils literal notranslate"><span class="pre">eval_env</span></code> keyword is passed to patsy. It can be either a <code class="xref py py-class docutils literal notranslate"><span class="pre">patsy:patsy.EvalEnvironment</span></code> object or an integer indicating the depth of the namespace to use. For example, the default <code class="docutils literal notranslate"><span class="pre">eval_env=0</span></code> uses the calling namespace. If you wish to use a “clean” environment set <code class="docutils literal notranslate"><span class="pre">eval_env=-1</span></code>.</p> </dd> </dl> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><dl class="simple"> <dt><code class="xref py py-obj docutils literal notranslate"><span class="pre">model</span></code></dt><dd><p>The model instance.</p> </dd> </dl> </dd> </dl> <p class="rubric">Notes</p> <p>data must define __getitem__ with the keys in the formula terms args and kwargs are passed on to the model instantiation. E.g., a numpy structured or rec array, a dictionary, or a pandas DataFrame.</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="../api.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> API Reference </span> </div> </a> <a href="statsmodels.formula.api.wls.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.formula.api.wls </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.formula.api.gls.html
HTML
bsd-3-clause
19,066
<!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.family.Gamma.weights &#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> <script>window.MathJax = {"tex": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true}, "options": {"ignoreHtmlClass": "tex2jax_ignore|mathjax_ignore|document", "processHtmlClass": "tex2jax_process|mathjax_process|math|output_area"}}</script> <script defer="defer" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.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.family.Gamma.link" href="statsmodels.genmod.families.family.Gamma.link.html" /> <link rel="prev" title="statsmodels.genmod.families.family.Gamma.starting_mu" href="statsmodels.genmod.families.family.Gamma.starting_mu.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.family.Gamma.weights" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels v0.14.0.dev0 (+325)</span> <span class="md-header-nav__topic"> statsmodels.genmod.families.family.Gamma.weights </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> <li class="md-tabs__item"><a href="statsmodels.genmod.families.family.Gamma.html" class="md-tabs__link">statsmodels.genmod.families.family.Gamma</a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../index.html" title="statsmodels">statsmodels v0.14.0.dev0 (+325)</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../user-guide.html" class="md-nav__link">User Guide</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../user-guide.html#background" class="md-nav__link">Background</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a> <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.family.Gamma.weights.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-family-gamma-weights"> <h1 id="generated-statsmodels-genmod-families-family-gamma-weights--page-root">statsmodels.genmod.families.family.Gamma.weights<a class="headerlink" href="#generated-statsmodels-genmod-families-family-gamma-weights--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py method"> <dt class="sig sig-object py" id="statsmodels.genmod.families.family.Gamma.weights"> <span class="sig-prename descclassname"><span class="pre">Gamma.</span></span><span class="sig-name descname"><span class="pre">weights</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">mu</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.genmod.families.family.Gamma.weights" title="Permalink to this definition">¶</a></dt> <dd><p>Weights for IRLS steps</p> <dl class="field-list"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><dl> <dt><strong>mu</strong><span class="classifier"><a class="reference external" href="https://numpy.org/doc/stable/glossary.html#term-array_like" title="(in NumPy v1.22)"><span>array_like</span></a></span></dt><dd><p>The transformed mean response variable in the exponential family</p> </dd> </dl> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><dl> <dt><strong>w</strong><span class="classifier"><a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.22)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ndarray</span></code></a></span></dt><dd><p>The weights for the IRLS steps</p> </dd> </dl> </dd> </dl> <p class="rubric">Notes</p> <div class="math notranslate nohighlight"> \[w = 1 / (g'(\mu)^2 * Var(\mu))\]</div> </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.family.Gamma.starting_mu.html" title="statsmodels.genmod.families.family.Gamma.starting_mu" 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.family.Gamma.starting_mu </span> </div> </a> <a href="statsmodels.genmod.families.family.Gamma.link.html" title="statsmodels.genmod.families.family.Gamma.link" 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.family.Gamma.link </span> </div> <div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Feb 23, 2022. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 4.4.0. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
devel/generated/statsmodels.genmod.families.family.Gamma.weights.html
HTML
bsd-3-clause
19,703
<!DOCTYPE html> <html> <head> <title>Download Free Games - 100% Safe and Secure Free Download Games</title> <meta name="google-site-verification" content="LWaHtmt_uQd_zky-BTNJy0f_O5_MpS0uvXGjB-X_rwI"/> <link rel="dns-prefetch" href="//www.download-free-games.com"/> <link rel="dns-prefetch" href="//cdn.download-free-games.com"/> <link rel="dns-prefetch" href="//www.googletagmanager.com"/> <link rel="dns-prefetch" href="//www.google-analytics.com"/> <link rel="dns-prefetch" href="//search.spotxchange.com"/> <link rel="dns-prefetch" href="//aka.spotxcdn.com"/> <link rel="dns-prefetch" href="//connect.facebook.net"/> <link rel="dns-prefetch" href="//platform.twitter.com"/> <link rel="dns-prefetch" href="//seal.websecurity.norton.com"/> <link rel="dns-prefetch" href="//i.kissmetrics.com"/> <link rel="dns-prefetch" href="//doug1izaerwt3.cloudfront.net"/> <link rel="dns-prefetch" href="//dev.visualwebsiteoptimizer.com"/> <link rel="dns-prefetch" href="//fea.iwincdn.com"/> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1, user-scalable=no, minimal-ui"> <meta name="keywords" content=""> <meta name="description" content="Your source for fun, free mobile and PC download games. Thousands of free games, DFG Exclusive game reviews, cheats and more!"/> <META NAME="ROBOTS" CONTENT="NOARCHIVE"> <meta charset="utf-8"/> <style>/* * This is a manifest file that'll be compiled into www_iwin_com/application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the bottom of the * compiled file so the styles you add here take precedence over styles defined in any styles * defined in the other CSS/SCSS files in this directory. It is generally better to create a new * file per style scope. * */ /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } a { background: transparent; } a:focus { outline: thin dotted; } a:active, a:hover { outline: 0; } h1 { font-size: 2em; margin: 0.67em 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } mark { background: #ff0; color: #000; } code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } pre { white-space: pre-wrap; } q { quotes: "\201C" "\201D" "\2018" "\2019"; } 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: 0; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; } button, input { line-height: normal; } 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; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; } table { border-collapse: collapse; border-spacing: 0; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333333; background-color: #ffffff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #428bca; text-decoration: none; } a:hover, a:focus { color: #2a6496; text-decoration: underline; } a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } img { vertical-align: middle; } .img-responsive { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 6px; } .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px; -webkit-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: 20px; margin-bottom: 20px; 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; } p { margin: 0 0 10px; } .lead { margin-bottom: 20px; font-size: 16px; font-weight: 200; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 21px; } } small, .small { font-size: 85%; } cite { font-style: normal; } .text-muted { color: #999999; } .text-primary { color: #428bca; } .text-primary:hover { color: #3071a9; } .text-warning { color: #c09853; } .text-warning:hover { color: #a47e3c; } .text-danger { color: #b94a48; } .text-danger:hover { color: #953b39; } .text-success { color: #468847; } .text-success:hover { color: #356635; } .text-info { color: #3a87ad; } .text-info:hover { color: #2d6987; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 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: #999999; } h1, h2, h3 { margin-top: 20px; margin-bottom: 10px; } h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small { font-size: 65%; } h4, h5, h6 { margin-top: 10px; margin-bottom: 10px; } h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small { font-size: 75%; } h1, .h1 { font-size: 36px; } h2, .h2 { font-size: 30px; } h3, .h3 { font-size: 24px; } h4, .h4 { font-size: 18px; } h5, .h5 { font-size: 14px; } h6, .h6 { font-size: 12px; } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eeeeee; } ul, ol { margin-top: 0; margin-bottom: 10px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } .list-inline > li:first-child { padding-left: 0; } dl { margin-bottom: 20px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } .dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; /* 1 */ display: table; /* 2 */ } .dl-horizontal dd:after { clear: both; } .dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; /* 1 */ display: table; /* 2 */ } .dl-horizontal dd:after { clear: both; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } abbr.initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 10px 20px; margin: 0 0 20px; border-left: 5px solid #eeeeee; } blockquote p { font-size: 17.5px; font-weight: 300; line-height: 1.25; } blockquote p:last-child { margin-bottom: 0; } blockquote small { display: block; line-height: 1.42857143; color: #999999; } blockquote small:before { content: '\2014 \00A0'; } blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; } blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small { text-align: right; } blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; } blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } blockquote:before, blockquote:after { content: ""; } address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; } .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } .container:before, .container:after { content: " "; /* 1 */ display: table; /* 2 */ } .container:after { clear: both; } .container:before, .container:after { content: " "; /* 1 */ display: table; /* 2 */ } .container:after { clear: both; } .row { margin-left: -15px; margin-right: -15px; } .row:before, .row:after { content: " "; /* 1 */ display: table; /* 2 */ } .row:after { clear: both; } .row:before, .row:after { content: " "; /* 1 */ display: table; /* 2 */ } .row:after { clear: both; } .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: 15px; padding-right: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: 0%; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: 0%; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { .container { width: 750px; } .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 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: 0%; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: 0%; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { .container { width: 970px; } .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 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: 0%; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: 0%; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { .container { width: 1170px; } .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 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: 0%; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: 0%; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0%; } } fieldset { padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } input[type="file"] { display: block; } select[multiple], select[size] { height: auto; } select optgroup { font-size: inherit; font-style: inherit; font-family: inherit; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { height: auto; } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555555; vertical-align: middle; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555555; vertical-align: middle; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; -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; 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: #999999; } .form-control::-moz-placeholder { color: #999999; } .form-control:-ms-input-placeholder { color: #999999; } .form-control::-webkit-input-placeholder { color: #999999; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; } textarea.form-control { height: auto; } .form-group { margin-bottom: 15px; } .radio, .checkbox { display: block; min-height: 20px; margin-top: 10px; margin-bottom: 10px; padding-left: 20px; vertical-align: middle; } .radio label, .checkbox label { display: inline; 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"] { float: left; margin-left: -20px; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; 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], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm { height: auto; } .input-lg { height: 45px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-lg { height: 45px; line-height: 45px; } textarea.input-lg { height: auto; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline { color: #c09853; } .has-warning .form-control { border-color: #c09853; -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: #a47e3c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; } .has-warning .input-group-addon { color: #c09853; border-color: #c09853; background-color: #fcf8e3; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: #b94a48; } .has-error .form-control { border-color: #b94a48; -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: #953b39; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; } .has-error .input-group-addon { color: #b94a48; border-color: #b94a48; background-color: #f2dede; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { color: #468847; } .has-success .form-control { border-color: #468847; -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: #356635; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; } .has-success .input-group-addon { color: #468847; border-color: #468847; background-color: #dff0d8; } .form-control-static { margin-bottom: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: none; margin-left: 0; } } .form-horizontal .control-label, .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 .form-group { margin-left: -15px; margin-right: -15px; } .form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; /* 1 */ display: table; /* 2 */ } .form-horizontal .form-group:after { clear: both; } .form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; /* 1 */ display: table; /* 2 */ } .form-horizontal .form-group:after { clear: both; } .form-horizontal .form-control-static { padding-top: 7px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; } } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus { color: #333333; 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; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } .btn-default { color: #333333; background-color: #ffffff; border-color: #cccccc; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { color: #333333; background-color: #ebebeb; border-color: #adadad; } .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #ffffff; border-color: #cccccc; } .btn-primary { color: #ffffff; background-color: #428bca; border-color: #357ebd; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #ffffff; background-color: #3276b1; border-color: #285e8e; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #428bca; border-color: #357ebd; } .btn-warning { color: #ffffff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { color: #ffffff; background-color: #ed9c28; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } .btn-danger { color: #ffffff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { color: #ffffff; background-color: #d2322d; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } .btn-success { color: #ffffff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { color: #ffffff; background-color: #47a447; border-color: #398439; } .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } .btn-info { color: #ffffff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { color: #ffffff; background-color: #39b3d7; border-color: #269abc; } .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } .btn-link { color: #428bca; font-weight: normal; cursor: pointer; border-radius: 0; } .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #2a6496; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #999999; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } .btn-sm, .btn-xs, .btn-group-xs > .btn, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; } .btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; } @font-face { font-family: 'Glyphicons Halflings'; src: url(//fea.iwincdn.com/assets/site/fonts/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot); src: url(//fea.iwincdn.com/assets/site/fonts/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format('embedded-opentype'), url(//fea.iwincdn.com/assets/site/fonts/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format('woff'), url(//fea.iwincdn.com/assets/site/fonts/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format('truetype'), url(//fea.iwincdn.com/assets/site/fonts/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.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:empty { width: 1em; } .glyphicon-asterisk:before { content: "\2a"; } .glyphicon-plus:before { content: "\2b"; } .glyphicon-euro:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .glyphicon-menu-left:before { content: "\e257"; } .glyphicon-menu-right:before { content: "\e258"; } .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: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 4px; border-top-right-radius: 0; border-top-left-radius: 0; } .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.col { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { width: 100%; margin-bottom: 0; } .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: 18px; line-height: 1.33; border-radius: 6px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 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 { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 4px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { 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 > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; white-space: nowrap; } .input-group-btn:first-child > .btn { margin-right: -1px; } .input-group-btn:last-child > .btn { margin-left: -1px; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -4px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:active { z-index: 2; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav:before, .nav:after { content: " "; /* 1 */ display: table; /* 2 */ } .nav:after { clear: both; } .nav:before, .nav:after { content: " "; /* 1 */ display: table; /* 2 */ } .nav:after { clear: both; } .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: #999999; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #999999; 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: #428bca; } .nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret { border-top-color: #2a6496; border-bottom-color: #2a6496; } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #dddddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #ffffff; border: 1px solid #dddddd; 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: 4px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 4px 4px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #ffffff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 4px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #ffffff; background-color: #428bca; } .nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .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: 4px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #ffffff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav .caret { border-top-color: #428bca; border-bottom-color: #428bca; } .nav a:hover .caret { border-top-color: #2a6496; border-bottom-color: #2a6496; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } .navbar:before, .navbar:after { content: " "; /* 1 */ display: table; /* 2 */ } .navbar:after { clear: both; } .navbar:before, .navbar:after { content: " "; /* 1 */ display: table; /* 2 */ } .navbar:after { clear: both; } @media (min-width: 768px) { .navbar { border-radius: 4px; } } .navbar-header:before, .navbar-header:after { content: " "; /* 1 */ display: table; /* 2 */ } .navbar-header:after { clear: both; } .navbar-header:before, .navbar-header:after { content: " "; /* 1 */ display: table; /* 2 */ } .navbar-header:after { clear: both; } @media (min-width: 768px) { .navbar-header { float: left; } } .navbar-collapse { max-height: 340px; overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse:before, .navbar-collapse:after { content: " "; /* 1 */ display: table; /* 2 */ } .navbar-collapse:after { clear: both; } .navbar-collapse:before, .navbar-collapse:after { content: " "; /* 1 */ display: table; /* 2 */ } .navbar-collapse:after { clear: both; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: auto; } .navbar-collapse .navbar-nav.navbar-left:first-child { margin-left: -15px; } .navbar-collapse .navbar-nav.navbar-right:last-child { margin-right: -15px; } .navbar-collapse .navbar-text:last-child { margin-right: 0; } } .container > .navbar-header, .container > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .container > .navbar-header, .container > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } @media (min-width: 768px) { .navbar > .container .navbar-brand { margin-left: -15px; } } .navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; border: 1px solid transparent; border-radius: 4px; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 7.5px -15px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } } @media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; } } .navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; 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: 8px; margin-bottom: 8px; } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { float: none; margin-left: 0; } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } } @media (min-width: 768px) { .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 { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right { left: auto; right: 0; } .navbar-btn { margin-top: 8px; margin-bottom: 8px; } .navbar-text { float: left; margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { .navbar-text { margin-left: 15px; margin-right: 15px; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777777; } .navbar-default .navbar-nav > li > a { color: #777777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #cccccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #dddddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #dddddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #cccccc; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret { border-top-color: #333333; border-bottom-color: #333333; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555555; } .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret { border-top-color: #555555; border-bottom-color: #555555; } .navbar-default .navbar-nav > .dropdown > a .caret { border-top-color: #777777; border-bottom-color: #777777; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333333; 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: #555555; 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: #cccccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777777; } .navbar-default .navbar-link:hover { color: #333333; } .navbar-inverse { background-color: #222222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #999999; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-text { color: #999999; } .navbar-inverse .navbar-nav > li > a { color: #999999; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #ffffff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #ffffff; } .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: #ffffff; } .navbar-inverse .navbar-nav > .dropdown > a:hover .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .navbar-inverse .navbar-nav > .dropdown > a .caret { border-top-color: #999999; border-bottom-color: #999999; } .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #999999; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff; 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: #ffffff; 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: #444444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #999999; } .navbar-inverse .navbar-link:hover { color: #ffffff; } .thumbnail { padding: 4px; line-height: 1.42857143; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; display: block; margin-bottom: 20px; } .thumbnail > img { display: block; max-width: 100%; height: auto; margin-left: auto; margin-right: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #428bca; } .thumbnail .caption { padding: 9px; color: #333333; } .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable { padding-right: 35px; } .alert-dismissable .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #468847; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #356635; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #2d6987; } .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #c09853; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #a47e3c; } .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #b94a48; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #953b39; } .media, .media-body { overflow: hidden; zoom: 1; } .media, .media .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media-object { display: block; } .media-heading { margin: 0 0 5px; } .media > .pull-left { margin-right: 10px; } .media > .pull-right { margin-left: 10px; } .media-list { padding-left: 0; list-style: none; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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: 6px; } .well-sm { padding: 9px; border-radius: 3px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000000; 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: auto; overflow-y: scroll; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-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); transform: translate(0, 0); } .modal-dialog { position: relative; margin-left: auto; margin-right: auto; width: auto; padding: 10px; z-index: 1050; } .modal-content { position: relative; background-color: #ffffff; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -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: none; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1030; background-color: #000000; } .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; min-height: 16.42857143px; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 20px; } .modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer:before, .modal-footer:after { content: " "; /* 1 */ display: table; /* 2 */ } .modal-footer:after { clear: both; } .modal-footer:before, .modal-footer:after { content: " "; /* 1 */ display: table; /* 2 */ } .modal-footer:after { clear: both; } .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; } @media screen and (min-width: 768px) { .modal-dialog { width: 600px; padding-top: 30px; padding-bottom: 30px; } .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); } } .tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 12px; line-height: 1.4; 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: #ffffff; text-align: center; text-decoration: none; background-color: #000000; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000000; } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: #000000; } .tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; border-top-color: #000000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: #000000; } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: #000000; } .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: #ffffff; background-clip: padding-box; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; } .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: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } .popover .arrow, .popover .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover .arrow { border-width: 11px; } .popover .arrow:after { 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: #ffffff; } .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: #ffffff; } .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: #ffffff; } .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: #ffffff; 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; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-control.left { background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%)); background-image: -moz-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-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%)); background-image: -moz-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 { color: #ffffff; 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%; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; 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 #ffffff; 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: #ffffff; } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #ffffff; 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 .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; font-size: 30px; } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after, .btn-toolbar:after, .btn-group-vertical > .btn-group: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; visibility: hidden !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-xs.visible-sm { display: block !important; } tr.visible-xs.visible-sm { display: table-row !important; } th.visible-xs.visible-sm, td.visible-xs.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-xs.visible-md { display: block !important; } tr.visible-xs.visible-md { display: table-row !important; } th.visible-xs.visible-md, td.visible-xs.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-xs.visible-lg { display: block !important; } tr.visible-xs.visible-lg { display: table-row !important; } th.visible-xs.visible-lg, td.visible-xs.visible-lg { display: table-cell !important; } } .visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm { display: none !important; } @media (max-width: 767px) { .visible-sm.visible-xs { display: block !important; } tr.visible-sm.visible-xs { display: table-row !important; } th.visible-sm.visible-xs, td.visible-sm.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-sm.visible-md { display: block !important; } tr.visible-sm.visible-md { display: table-row !important; } th.visible-sm.visible-md, td.visible-sm.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-sm.visible-lg { display: block !important; } tr.visible-sm.visible-lg { display: table-row !important; } th.visible-sm.visible-lg, td.visible-sm.visible-lg { display: table-cell !important; } } .visible-md, tr.visible-md, th.visible-md, td.visible-md { display: none !important; } @media (max-width: 767px) { .visible-md.visible-xs { display: block !important; } tr.visible-md.visible-xs { display: table-row !important; } th.visible-md.visible-xs, td.visible-md.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-md.visible-sm { display: block !important; } tr.visible-md.visible-sm { display: table-row !important; } th.visible-md.visible-sm, td.visible-md.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-md.visible-lg { display: block !important; } tr.visible-md.visible-lg { display: table-row !important; } th.visible-md.visible-lg, td.visible-md.visible-lg { display: table-cell !important; } } .visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg { display: none !important; } @media (max-width: 767px) { .visible-lg.visible-xs { display: block !important; } tr.visible-lg.visible-xs { display: table-row !important; } th.visible-lg.visible-xs, td.visible-lg.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-lg.visible-sm { display: block !important; } tr.visible-lg.visible-sm { display: table-row !important; } th.visible-lg.visible-sm, td.visible-lg.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-lg.visible-md { display: block !important; } tr.visible-lg.visible-md { display: table-row !important; } th.visible-lg.visible-md, td.visible-lg.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } .visible-inline-xs, tr.visible-inline-xs, th.visible-inline-xs, td.visible-inline-xs { display: none !important; } @media (max-width: 767px) { .visible-inline-xs { display: inline-block !important; } tr.visible-inline-xs { display: table-row !important; } th.visible-inline-xs, td.visible-inline-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-inline-xs.visible-inline-sm { display: inline-block !important; } tr.visible-inline-xs.visible-inline-sm { display: table-row !important; } th.visible-inline-xs.visible-inline-sm, td.visible-inline-xs.visible-inline-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-inline-xs.visible-inline-md { display: inline-block !important; } tr.visible-inline-xs.visible-inline-md { display: table-row !important; } th.visible-inline-xs.visible-inline-md, td.visible-inline-xs.visible-inline-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-inline-xs.visible-inline-lg { display: inline-block !important; } tr.visible-inline-xs.visible-inline-lg { display: table-row !important; } th.visible-inline-xs.visible-inline-lg, td.visible-inline-xs.visible-inline-lg { display: table-cell !important; } } .visible-inline-sm, tr.visible-inline-sm, th.visible-inline-sm, td.visible-inline-sm { display: none !important; } @media (max-width: 767px) { .visible-inline-sm.visible-inline-xs { display: inline-block !important; } tr.visible-inline-sm.visible-inline-xs { display: table-row !important; } th.visible-inline-sm.visible-inline-xs, td.visible-inline-sm.visible-inline-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-inline-sm { display: inline-block !important; } tr.visible-inline-sm { display: table-row !important; } th.visible-inline-sm, td.visible-inline-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-inline-sm.visible-inline-md { display: inline-block !important; } tr.visible-inline-sm.visible-inline-md { display: table-row !important; } th.visible-inline-sm.visible-inline-md, td.visible-inline-sm.visible-inline-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-inline-sm.visible-inline-lg { display: inline-block !important; } tr.visible-inline-sm.visible-inline-lg { display: table-row !important; } th.visible-inline-sm.visible-inline-lg, td.visible-inline-sm.visible-inline-lg { display: table-cell !important; } } .visible-inline-md, tr.visible-inline-md, th.visible-inline-md, td.visible-inline-md { display: none !important; } @media (max-width: 767px) { .visible-inline-md.visible-inline-xs { display: inline-block !important; } tr.visible-inline-md.visible-inline-xs { display: table-row !important; } th.visible-inline-md.visible-inline-xs, td.visible-inline-md.visible-inline-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-inline-md.visible-inline-sm { display: inline-block !important; } tr.visible-inline-md.visible-inline-sm { display: table-row !important; } th.visible-inline-md.visible-inline-sm, td.visible-inline-md.visible-inline-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-inline-md { display: inline-block !important; } tr.visible-inline-md { display: table-row !important; } th.visible-inline-md, td.visible-inline-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-inline-md.visible-inline-lg { display: inline-block !important; } tr.visible-inline-md.visible-inline-lg { display: table-row !important; } th.visible-inline-md.visible-inline-lg, td.visible-inline-md.visible-inline-lg { display: table-cell !important; } } .visible-inline-lg, tr.visible-inline-lg, th.visible-inline-lg, td.visible-inline-lg { display: none !important; } @media (max-width: 767px) { .visible-inline-lg.visible-inline-xs { display: inline-block !important; } tr.visible-inline-lg.visible-inline-xs { display: table-row !important; } th.visible-inline-lg.visible-inline-xs, td.visible-inline-lg.visible-inline-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-inline-lg.visible-inline-sm { display: inline-block !important; } tr.visible-inline-lg.visible-inline-sm { display: table-row !important; } th.visible-inline-lg.visible-inline-sm, td.visible-inline-lg.visible-inline-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-inline-lg.visible-inline-md { display: inline-block !important; } tr.visible-inline-lg.visible-inline-md { display: table-row !important; } th.visible-inline-lg.visible-inline-md, td.visible-inline-lg.visible-inline-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-inline-lg { display: inline-block !important; } tr.visible-inline-lg { display: table-row !important; } th.visible-inline-lg, td.visible-inline-lg { display: table-cell !important; } } .hidden-xs { display: block !important; } tr.hidden-xs { display: table-row !important; } th.hidden-xs, td.hidden-xs { display: table-cell !important; } @media (max-width: 767px) { .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg { display: none !important; } } .hidden-sm { display: block !important; } tr.hidden-sm { display: table-row !important; } th.hidden-sm, td.hidden-sm { display: table-cell !important; } @media (max-width: 767px) { .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg { display: none !important; } } .hidden-md { display: block !important; } tr.hidden-md { display: table-row !important; } th.hidden-md, td.hidden-md { display: table-cell !important; } @media (max-width: 767px) { .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg { display: none !important; } } .hidden-lg { display: block !important; } tr.hidden-lg { display: table-row !important; } th.hidden-lg, td.hidden-lg { display: table-cell !important; } @media (max-width: 767px) { .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg { display: none !important; } } .visible-print, tr.visible-print, th.visible-print, td.visible-print { display: none !important; } @media print { .visible-print { display: block !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print { display: none !important; } } .sprite_5stars_lg_off { width: 150px; height: 27px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -214px -10px no-repeat; } .sprite_5stars_lg_on { width: 150px; height: 27px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -214px -57px no-repeat; } .sprite_5stars_sm_off { width: 100px; height: 18px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -239px -104px no-repeat; } .sprite_5stars_sm_on { width: 100px; height: 18px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -239px -142px no-repeat; } .sprite_5stars_v_sm_off { width: 60px; height: 11px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -259px -180px no-repeat; } .sprite_5stars_v_sm_on { width: 60px; height: 11px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -259px -211px no-repeat; } .sprite_aa_short_icon { width: 59px; height: 22px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -259px -242px no-repeat; } .sprite_allaccess { width: 59px; height: 22px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -259px -284px no-repeat; } .sprite_allaccess-sm { width: 20px; height: 22px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -279px -326px no-repeat; } .sprite_amex { width: 53px; height: 33px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -262px -368px no-repeat; } .sprite_book-pages { width: 342px; height: 332px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -118px -421px no-repeat; } .sprite_button_options { width: 12px; height: 12px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -283px -773px no-repeat; } .sprite_check-inside { width: 21px; height: 21px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -278px -805px no-repeat; } .sprite_chrome-icon { width: 37px; height: 37px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -270px -846px no-repeat; } .sprite_chrome_down_arrow { width: 130px; height: 109px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -224px -903px no-repeat; } .sprite_chrome_download { width: 305px; height: 171px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -136px -1032px no-repeat; } .sprite_chrome_exe { width: 257px; height: 51px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -160px -1223px no-repeat; } .sprite_credit-card { width: 85px; height: 65px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -246px -1294px no-repeat; } .sprite_credit-card-options { width: 248px; height: 26px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -165px -1379px no-repeat; } .sprite_deals_steals { width: 25px; height: 25px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -276px -1425px no-repeat; } .sprite_discountprogram_logo { width: 66px; height: 58px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -256px -1470px no-repeat; } .sprite_discover { width: 53px; height: 33px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -262px -1548px no-repeat; } .sprite_edge_exe { width: 275px; height: 155px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -151px -1601px no-repeat; } .sprite_edge_run { width: 289px; height: 44px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -144px -1776px no-repeat; } .sprite_ff_down_arrow { width: 93px; height: 91px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -242px -1840px no-repeat; } .sprite_firefox_download { width: 296px; height: 97px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -141px -1951px no-repeat; } .sprite_firefox_exe { width: 305px; height: 153px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -136px -2068px no-repeat; } .sprite_firefox_run { width: 311px; height: 180px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -133px -2241px no-repeat; } .sprite_free-ribbon { width: 150px; height: 79px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -214px -2441px no-repeat; } .sprite_highest { width: 22px; height: 22px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -278px -2540px no-repeat; } .sprite_ie_exe { width: 306px; height: 171px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -136px -2582px no-repeat; } .sprite_ie_run { width: 286px; height: 43px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -146px -2773px no-repeat; } .sprite_iwin_small_logo { width: 90px; height: 35px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -244px -2836px no-repeat; } .sprite_logo-all-access-sm { width: 170px; height: 84px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -204px -2891px no-repeat; } .sprite_logo-all-access-vsm { width: 85px; height: 42px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -246px -2995px no-repeat; } .sprite_mastercard { width: 53px; height: 33px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -262px -3057px no-repeat; } .sprite_outdated_all { width: 475px; height: 125px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -51px -3110px no-repeat; } .sprite_paypal { width: 83px; height: 23px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -247px -3255px no-repeat; } .sprite_pogo_down_arrow { width: 14px; height: 14px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -282px -3298px no-repeat; } .sprite_pogo_up_arrow { width: 14px; height: 14px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -282px -3332px no-repeat; } .sprite_powered-by-iwin { width: 66px; height: 27px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -256px -3366px no-repeat; } .sprite_premium { width: 22px; height: 22px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -278px -3413px no-repeat; } .sprite_search { width: 16px; height: 14px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -281px -3455px no-repeat; } .sprite_secureicon { width: 65px; height: 37px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -256px -3489px no-repeat; } .sprite_star_lg_off { width: 30px; height: 27px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -274px -3546px no-repeat; } .sprite_star_lg_on { width: 30px; height: 27px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -274px -3593px no-repeat; } .sprite_subheader-search-btn { width: 50px; height: 21px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -264px -3640px no-repeat; } .sprite_super_access { width: 22px; height: 22px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -278px -3681px no-repeat; } .sprite_tick { width: 15px; height: 21px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -281px -3723px no-repeat; } .sprite_top100 { width: 25px; height: 22px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -276px -3764px no-repeat; } .sprite_trial_only { width: 25px; height: 25px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -276px -3806px no-repeat; } .sprite_verisign { width: 112px; height: 82px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -233px -3851px no-repeat; } .sprite_visa { width: 53px; height: 33px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -262px -3953px no-repeat; } .sprite_week-free-trial-sm { width: 69px; height: 69px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -254px -4006px no-repeat; } .sprite_whoops { width: 578px; height: 271px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) 0px -4095px no-repeat; } .sprite_write { width: 22px; height: 22px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -278px -4386px no-repeat; } .sprite_action { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -10px no-repeat; } .sprite_action_shooter { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -61px no-repeat; } .sprite_adventure { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -112px no-repeat; } .sprite_animals { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -163px no-repeat; } .sprite_arcade { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -214px no-repeat; } .sprite_arcade_classics { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -265px no-repeat; } .sprite_board { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -316px no-repeat; } .sprite_business { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -367px no-repeat; } .sprite_cards { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -418px no-repeat; } .sprite_chess { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -469px no-repeat; } .sprite_dfg_search_mob { width: 28px; height: 30px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -275px -520px no-repeat; } .sprite_dotas { width: 200px; height: 63px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -189px -570px no-repeat; } .sprite_dotas_mini { width: 100px; height: 32px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -239px -653px no-repeat; } .sprite_educational { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -705px no-repeat; } .sprite_freeware { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -756px no-repeat; } .sprite_game_shows { width: 31px; height: 30px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -807px no-repeat; } .sprite_giogp { width: 200px; height: 63px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -189px -857px no-repeat; } .sprite_giogp_mini { width: 100px; height: 32px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -239px -940px no-repeat; } .sprite_hidden_objects { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -992px no-repeat; } .sprite_icon-android { width: 28px; height: 32px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -275px -1043px no-repeat; } .sprite_icon-android-mini { width: 20px; height: 23px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -279px -1095px no-repeat; } .sprite_icon-apple { width: 28px; height: 32px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -275px -1138px no-repeat; } .sprite_icon-apple-mini { width: 20px; height: 23px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -279px -1190px no-repeat; } .sprite_jq7s-mobile-enter { width: 250px; height: 52px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -164px -1233px no-repeat; } .sprite_jq7s-mobile-header { width: 300px; height: 144px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -139px -1305px no-repeat; } .sprite_jq7s-mobile-paper { width: 315px; height: 262px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -131px -1469px no-repeat; } .sprite_jq7s-mobile-platform { width: 190px; height: 45px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -194px -1751px no-repeat; } .sprite_jq7s-promo-background { width: 530px; height: 665px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -24px -1816px no-repeat; } .sprite_jq7s-promo-close { width: 50px; height: 51px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -264px -2501px no-repeat; } .sprite_jq7s-promo-enter { width: 267px; height: 56px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -155px -2572px no-repeat; } .sprite_jq7s-promo-header { width: 322px; height: 181px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -128px -2648px no-repeat; } .sprite_jq7s-promo-paper { width: 404px; height: 319px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -87px -2849px no-repeat; } .sprite_jq7s-promo-platform { width: 214px; height: 51px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -182px -3188px no-repeat; } .sprite_jq7s-release-background { width: 532px; height: 698px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -23px -3259px no-repeat; } .sprite_jq7s-release-btn-android { width: 157px; height: 50px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -210px -3977px no-repeat; } .sprite_jq7s-release-btn-ios { width: 157px; height: 50px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -210px -4047px no-repeat; } .sprite_jq7s-release-btn-ios-large { width: 197px; height: 57px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -190px -4117px no-repeat; } .sprite_jq7s-release-btn-pc { width: 206px; height: 73px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -186px -4194px no-repeat; } .sprite_jq7s-release-character { width: 307px; height: 205px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -135px -4287px no-repeat; } .sprite_jq7s-release-close { width: 48px; height: 48px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -265px -4512px no-repeat; } .sprite_jq7s-release-logo { width: 278px; height: 114px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -150px -4580px no-repeat; } .sprite_jq7s-release-logo-small { width: 196px; height: 83px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -191px -4714px no-repeat; } .sprite_jq7s-small-close { width: 15px; height: 15px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -281px -4817px no-repeat; } .sprite_jq7s-small-enter { width: 116px; height: 33px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -231px -4852px no-repeat; } .sprite_jq7s-small-header { width: 182px; height: 24px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -198px -4905px no-repeat; } .sprite_jq7s-small-logo { width: 145px; height: 115px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -216px -4949px no-repeat; } .sprite_just_for_fun { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -5084px no-repeat; } .sprite_kids { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -5135px no-repeat; } .sprite_match_3 { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -5186px no-repeat; } .sprite_misc_puzzle { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -5237px no-repeat; } .sprite_mobile { width: 15px; height: 15px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -281px -5288px no-repeat; } .sprite_mobile_icon { width: 62px; height: 50px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -258px -5323px no-repeat; } .sprite_people { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -5393px no-repeat; } .sprite_play_icon { width: 77px; height: 77px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -250px -5444px no-repeat; } .sprite_pool { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -5541px no-repeat; } .sprite_puzzle { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -5592px no-repeat; } .sprite_racing { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -5643px no-repeat; } .sprite_rpg { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -5694px no-repeat; } .sprite_rts { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -5745px no-repeat; } .sprite_shooters { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -5796px no-repeat; } .sprite_simulation { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -5847px no-repeat; } .sprite_sports_simulation { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -5898px no-repeat; } .sprite_strategy { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -5949px no-repeat; } .sprite_task_management { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -6000px no-repeat; } .sprite_various_simulation { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -6051px no-repeat; } .sprite_war_strategy { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -6102px no-repeat; } .sprite_whoops { width: 578px; height: 271px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) 0px -6153px no-repeat; } .sprite_word { width: 31px; height: 31px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) -273px -6444px no-repeat; } .right-align { text-align: right; } .left-align { text-align: left; } .center-align { text-align: center; } .noleftrightmargin { margin-left: 0; margin-right: 0; } .nostyle { color: #333333; text-decoration: none; font-weight: bold; } .nopadding { padding: 0; } .nopadding-right { padding-right: 0; } .nopadding-left { padding-left: 0; } .overlay_banner { z-index: 10000; position: fixed; bottom: 0; left: 0; width: 100%; height: auto; } .ob_header { background: #173966; /* For browsers that do not support gradients */ background: -webkit-linear-gradient(left, #173966, #83ccf9); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(right, #173966, #83ccf9); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(right, #173966, #83ccf9); /* For Firefox 3.6 to 15 */ background: linear-gradient(to right, #173966, #83ccf9); /* Standard syntax */ color: #ffde00; font-size: 22px; line-height: 22px; padding: 19px 22px; display: block; font-weight: bold; } /* version for tablets */ .ob_content { background-color: #b6e3ff; width: 100%; height: 156px; } .ob_content:after { display: block; visibility: hidden; clear: both; height: 0; content: "."; } .ob_content .ob_close_button { width: 88px; float: left; text-align: center; height: 100%; padding-top: 58px; } .ob_content .ob_close_button img { width: 39px; height: 35px; } .ob_content .ob_close_button a { margin: 0 auto; display: inline-block; } .ob_content .ob_game_thumb { width: 133px; padding-top: 20px; float: left; height: 100%; text-align: center; } .ob_content .ob_game_thumb img { border-radius: 25px; margin: 0 auto; width: 115px; height: 115px; } .ob_content .ob_game_text { margin-left: 241px; margin-right: 202px; height: 100%; } .ob_content .ob_game_text .ob_title { font-size: 23px; line-height: 23px; padding: 17px 0; display: block; font-weight: bold; color: #061d3c; } .ob_content .ob_game_text .ob_desc { color: #07203e; font-size: 16px; line-height: 19px; height: 60px; overflow: hidden; } .ob_link { width: 200px; float: right; text-align: center; height: 100%; position: relative; padding-top: 47px; } .ob_link .mobile { background-color: #173966; color: white; margin: 0 auto; font-size: 28px; padding: 11px 40px; font-weight: bold; } /* variants of sticky download button */ .sticky_dwnld { background-color: #f5f5f5; text-align: center; padding: 15px 0; } .sticky_dwnld .close_sticky_banner { float: left; line-height: 52px; padding: 0 0 0 10px; font-size: 25px; } .sticky_dwnld .close_sticky_banner a { color: #000; text-decoration: none; } .sticky_dwnld .game_title { text-align: center; margin-top: -5px; padding-bottom: 10px; font-size: 16px; } .sticky_dwnld .game_thumb { position: absolute; left: 22%; margin-left: -38px; width: 52px; } .sticky_dwnld .download_button_wrapper.game_thumb_wrapper a.stickyDownloadButton { margin-left: 40px; } .sticky_dwnld .download_button_wrapper a.stickyDownloadButton .btn-primary i { display: inline-block; margin-top: -15px; margin-bottom: -7px; } .sticky_dwnld .download_button_wrapper.btn_with_less_padding a.stickyDownloadButton .btn-primary { padding: 10px 10px; } .sticky_dwnld.narrow_version .close_sticky_banner { line-height: 38px; padding: 0px 3px 0 5px; font-size: 21px; } .sticky_dwnld.narrow_version .game_thumb { width: 38px; position: absolute; left: 20%; margin-left: -38px; } .sticky_dwnld.narrow_version.game_thumb_wrapper a.stickyDownloadButton { margin-left: 20px; } .sticky_dwnld.narrow_version a.stickyDownloadButton .btn-primary { font-size: 19px; padding: 5px; } /* version for mobiles */ .overlay_banner_mobile .ob_header { font-size: 12px; line-height: 12px; padding: 10px 15px; } .overlay_banner_mobile .ob_content { height: 83px; } .overlay_banner_mobile .ob_close_button { width: 24px; /*52*/ padding-top: 32px; } .overlay_banner_mobile .ob_close_button img { width: 12px; height: 11px; margin-left: 6px; } .overlay_banner_mobile .ob_game_thumb { width: 78px; padding-top: 12px; } .overlay_banner_mobile .ob_game_thumb img { border-radius: 15px; margin: 0 auto; width: 61px; height: 61px; } .overlay_banner_mobile .ob_game_text { margin-left: 108px; margin-right: 112px; height: 100%; } .overlay_banner_mobile .ob_game_text .ob_title { font-size: 14px; line-height: 14px; padding: 10px 0 5px; } .overlay_banner_mobile .ob_game_text .ob_desc { font-size: 11px; line-height: 14px; height: 42px; } .overlay_banner_mobile .ob_link { width: 110px; padding-top: 23px; } .overlay_banner_mobile .mobile { font-size: 16px; padding: 7px 17px; } .advert-holder { padding: 25px 0; } /* PHONE PORTRAIT */ @media (min-width: 0px) and (max-width: 375px) { .dfg-banner { width: 100%!important; height: auto!important; margin: auto!important; } .dfg-banner-2 { width: 320px!important; min-height: 50px!important; margin: 0 auto 15px auto!important; } .dfg-square { width: 100%!important; height: 300px!important; margin: auto!important; } .dfg-square-2 { width: 336px!important; height: 280px!important; margin: 15px auto!important; } .dfg-mob-320-wide { width: 320px!important; margin: 15px auto 15px auto!important; } .dfg-mob-320-50 { width: 320px!important; min-height: 50px!important; margin: 0 auto 15px auto!important; } .dfg-mob-320-100 { width: 320px!important; height: 100px!important; margin: 0 auto 15px auto!important; } .dfg-mob-300-250 { width: 300px!important; height: 250px!important; margin: 0 auto 15px auto!important; } } /* PHONE LANDSCAPE */ @media (min-width: 376px) and (max-width: 767px) { .dfg-banner { width: 100%!important; height: 70px!important; margin: auto!important; } .dfg-banner-2 { width: 320px!important; min-height: 50px!important; margin: 0 auto 15px auto!important; } .dfg-square { width: 300px!important; height: 250px!important; margin: auto!important; } .dfg-square-2 { width: 336px!important; height: 280px!important; margin: auto!important; } .dfg-mob-320-wide { width: 320px!important; margin: 0 auto 15px auto!important; } .dfg-mob-320-50 { width: 320px!important; height: 50px!important; margin: 0 auto 15px auto!important; } .dfg-mob-320-100 { width: 320px!important; height: 100px!important; margin: 0 auto 15px auto!important; } .dfg-mob-300-250 { width: 300px!important; height: 250px!important; margin: 0 auto 15px auto!important; } } /* IPAD PORTRAIT */ @media (min-width: 768px) and (max-width: 991px) { .dfg-banner { width: 100%!important; height: 70px!important; margin: auto!important; } .dfg-square { width: 300px!important; height: 250px!important; margin: auto!important; } .dfg-square-2 { width: 336px!important; height: 280px!important; margin: auto!important; } .dfg-responsive { width: 728px!important; height: 90px!important; margin: auto!important; } } /* IPAD LANDSCAPE */ @media (min-width: 992px) and (max-width: 1199px) { .dfg-banner { height: 100px!important; margin: auto!important; } .dfg-square { width: 300px!important; height: 250px!important; margin: auto!important; } .dfg-square-2 { width: 336px!important; height: 280px!important; margin: auto!important; } } /* DESKTOP */ @media (min-width: 1200px) { .dfg-banner { width: 912px!important; margin: auto!important; } .dfg-square { width: 300px!important; height: 250px!important; margin: auto!important; } .dfg-square-2 { width: 336px!important; height: 280px!important; margin: auto!important; } } @media only screen and (max-width: 480px) { .jq7s-promo-mobile .jq7s-promo-content { font: bold 16px/22px Arial, Helvetica, sans-serif !important; padding-left: 5px !important; padding-right: 5px !important; } .jq7s-promo-mobile .jq7s-promo-content .jq7s-promo-body { padding: 20px 5px !important; } .jq7s-promo-mobile .jq7s-promo-content .sprite_jq7s-mobile-paper .cruise { padding: 0 15px !important; font: bold 18px/22px Arial, Helvetica, sans-serif !important; } .jq7s-promo-mobile .jq7s-promo-content .footer .coming { font: bold 12px/24px Arial, Helvetica, sans-serif !important; } } /* mobile version of promo for overlay banner */ .jq7s-promo-small-container { z-index: 10000; position: fixed; bottom: 0; left: 0; width: 100%; height: auto; color: #fff; } .jq7s-promo-small-container .sprite_jq7s-small-background { background-size: cover !important; } .jq7s-promo-small-container .jq7s-promo-banner { background-color: #371a0b; } .jq7s-promo-small-container .jq7s-promo-banner .jq7s-banner-close { position: absolute; top: 5px; left: 3px; width: 20px; height: 15px; } .jq7s-promo-small-container .jq7s-promo-banner .jq7s-banner-close .sprite_jq7s-small-close { margin: auto; } .jq7s-promo-small-container .jq7s-promo-banner .jq7s-promo-content .jq7s-promo-body { display: inline-block; } .jq7s-promo-small-container .jq7s-promo-banner .jq7s-promo-content .jq7s-promo-body .jq7s-banner-logo { display: inline-block; vertical-align: bottom; width: 33%; margin: 10px 0 0 0; } .jq7s-promo-small-container .jq7s-promo-banner .jq7s-promo-content .jq7s-promo-body .jq7s-promo-description { display: inline-block; vertical-align: top; width: 65%; float: right; } .jq7s-promo-small-container .jq7s-promo-banner .jq7s-promo-content .jq7s-promo-body .jq7s-promo-description .jq7s-header { margin: 5px auto; } .jq7s-promo-small-container .jq7s-promo-banner .jq7s-promo-content .jq7s-promo-body .jq7s-promo-description .jq7s-headline { font: bold 13px/14px Arial, Helvetica, sans-serif; } .jq7s-promo-small-container .jq7s-promo-banner .jq7s-promo-content .jq7s-promo-body .jq7s-promo-description .jq7s-enter-btn { border: none; } .jq7s-promo-small-container .jq7s-promo-banner .jq7s-promo-content .jq7s-promo-body .jq7s-promo-description .jq7s-footer { font: normal 10px/10px Arial, Helvetica, sans-serif; } /* mobile version of promo module on the homepage */ .jq7s-promo-mobile-container { margin: -10px auto 0; } .jq7s-promo-mobile-container .jq7s-promo-mobile .jq7s-promo-content { color: #fff; position: relative; font: bold 18px/24px Arial, Helvetica, sans-serif; background-size: cover !important; background-color: #371a0b; } .jq7s-promo-mobile-container .jq7s-promo-mobile .jq7s-promo-content .jq7s-promo-body { padding: 20px 20px; } .jq7s-promo-mobile-container .jq7s-promo-mobile .jq7s-promo-content .jq7s-close-btn { position: absolute; top: -12px; right: -12px; z-index: 101; border: 0; } .jq7s-promo-mobile-container .jq7s-promo-mobile .jq7s-promo-content .jq7s-close-btn:hover { cursor: pointer; } .jq7s-promo-mobile-container .jq7s-promo-mobile .jq7s-promo-content .sprite_jq7s-mobile-header { margin: -5px auto 5px; } .jq7s-promo-mobile-container .jq7s-promo-mobile .jq7s-promo-content .sprite_jq7s-mobile-paper { margin: 0 auto; position: relative; } .jq7s-promo-mobile-container .jq7s-promo-mobile .jq7s-promo-content .sprite_jq7s-mobile-paper .cruise { position: absolute; text-align: center; top: 50%; padding: 0 50px; font: bold 20px/25px Arial, Helvetica, sans-serif; color: #000; } .jq7s-promo-mobile-container .jq7s-promo-mobile .jq7s-promo-content .sprite_jq7s-mobile-paper .cruise .jq7s-enter-btn { margin: 15px 0 0 0; border: 0; } .jq7s-promo-mobile-container .jq7s-promo-mobile .jq7s-promo-content .sprite_jq7s-mobile-paper .cruise .jq7s-enter-btn:hover { cursor: pointer; } .jq7s-promo-mobile-container .jq7s-promo-mobile .jq7s-promo-content .footer { font: bold 16px/20px Arial, Helvetica, sans-serif; text-align: center; } .jq7s-promo-mobile-container .jq7s-promo-mobile .jq7s-promo-content .footer .sprite_jq7s-mobile-platform { margin: 0 auto; display: block; } .jq7s-promo-mobile-container .jq7s-promo-mobile .jq7s-promo-content .footer .coming { font: bold 14px/20px Arial, Helvetica, sans-serif; display: block; } .jq7s-promo-mobile-container .jq7s-promo-mobile .scroll-down { margin: 0 0 15px; font: bold 12px/40px Arial, Helvetica, sans-serif; display: block; color: #000; background-color: #fff; } /*******************************************/ /*******************************************/ /*******************************************/ /*******************************************/ @media only screen and (max-width: 480px) { .sprite_jq7s-promo-background { width: 95% !important; background-image: none !important; } .sprite_jq7s-promo-paper { height: 200px !important; background-image: none; } .sprite_jq7s-promo-paper .cruise { width: 70% !important; top: 10% !important; padding: 0 10px !important; } .sprite_jq7s-promo-paper .sprite_jq7s-promo-enter { display: block; } } .modal-dialog.jq7s-promo .modal-content { color: #fff; position: relative; font: bold 18px/24px Arial, Helvetica, sans-serif; background-color: #371a0b; } .modal-dialog.jq7s-promo .modal-content .modal-body { padding: 20px 30px; } .modal-dialog.jq7s-promo .modal-content .jq7s-close-btn { position: absolute; top: -12px; right: -12px; z-index: 101; border: 0; } .modal-dialog.jq7s-promo .modal-content .jq7s-close-btn:hover { cursor: pointer; } .modal-dialog.jq7s-promo .modal-content .sprite_jq7s-promo-header { margin: -20px auto 5px; } .modal-dialog.jq7s-promo .modal-content .sprite_jq7s-promo-paper { margin: 0 auto; position: relative; } .modal-dialog.jq7s-promo .modal-content .sprite_jq7s-promo-paper .cruise { position: absolute; text-align: center; top: 45%; padding: 0 50px; font: bold 20px/25px Arial, Helvetica, sans-serif; color: #000; } .modal-dialog.jq7s-promo .modal-content .sprite_jq7s-promo-paper .cruise .jq7s-enter-btn { margin: 20px 0 0 0; border: 0; } .modal-dialog.jq7s-promo .modal-content .sprite_jq7s-promo-paper .cruise .jq7s-enter-btn:hover { cursor: pointer; } .modal-dialog.jq7s-promo .modal-content .footer { font: bold 16px/20px Arial, Helvetica, sans-serif; text-align: center; } .modal-dialog.jq7s-promo .modal-content .footer .sprite_jq7s-promo-platform { margin: 0 auto; display: block; } .modal-dialog.jq7s-promo .modal-content .footer .coming { font: bold 14px/20px Arial, Helvetica, sans-serif; display: block; } .modal-dialog.jq7s-release .modal-content { margin: 20px auto 0; color: #fff; position: relative; font: bold 18px/24px Arial, Helvetica, sans-serif; text-shadow: 1px 1px 2px black, 0 0 2px black; } .modal-dialog.jq7s-release .modal-content .modal-body { padding: 20px 30px; } .modal-dialog.jq7s-release .modal-content .jq7s-close-btn { position: absolute; top: -12px; right: -12px; z-index: 101; border: 0; } .modal-dialog.jq7s-release .modal-content .jq7s-close-btn:hover { cursor: pointer; } .modal-dialog.jq7s-release .modal-content .sprite_jq7s-release-logo { margin: 40px auto 25px; } .modal-dialog.jq7s-release .modal-content .promo { padding: 0 30px; line-height: 26px; } .modal-dialog.jq7s-release .modal-content .sprite_jq7s-release-btn-pc { display: block; margin: 200px auto 0; } .modal-dialog.jq7s-release .modal-content .footer { margin: 30px auto 0; font: bold 16px/22px Arial, Helvetica, sans-serif; } .modal-dialog.jq7s-release .modal-content .sprite_jq7s-release-btn-ios, .modal-dialog.jq7s-release .modal-content .sprite_jq7s-release-btn-android { margin: 20px 15px; display: inline-block; } .jq7s-release-mobile-container { margin: -10px -15px 15px; color: #fff; font: bold 18px/24px Arial, Helvetica, sans-serif; } .jq7s-release-mobile-container .jq7s-release-mobile-body { background: url(//fea.iwincdn.com/assets/www_download-free-games_com/jq7s-release-background-c1af13d2c8388c8ba2b493f8ee6d5714e055893fbdc20a2492b0ba31f21563f0.png) no-repeat; background-size: cover; background-color: #0A1214; width: 100%; height: 100%; } .jq7s-release-mobile-container .jq7s-release-logo { margin: 55px auto 0; background: url(//fea.iwincdn.com/assets/www_download-free-games_com/jq7s-release-logo-small-cedc717d33df556a5f903b4863295ba0d6e2cb8b4bab380f16735aa8b040f5bc.png) no-repeat; height: 83px; width: 196px; display: block; } .jq7s-release-mobile-container .promo { margin: 20px auto 0; padding: 0 30px; text-shadow: 1px 1px 2px #000, 0 0 2px #000; } .jq7s-release-mobile-container .jq7s-release-character { margin: 20px auto; background: url(//fea.iwincdn.com/assets/www_download-free-games_com/jq7s-release-character-2b5f62fe85567652cbd9247edef6b486ce2a495e8120895745dafc04f245d98b.png) no-repeat; height: 203px; width: 307px; display: block; } .jq7s-release-mobile-container .jq7s-release-btn-pc { margin: -40px auto 50px; background: url(//fea.iwincdn.com/assets/www_download-free-games_com/jq7s-release-button-pc-ffd1b84889dff586450491e56b3788733e04f7754816f5ce674d580d9b15f75b.png) no-repeat; height: 76px; width: 208px; display: block; } .jq7s-release-mobile-container .jq7s-release-btn-android { margin: -40px auto 50px; background: url(//fea.iwincdn.com/assets/www_download-free-games_com/jq7s-release-button-android-fe35fcfb2e8b3af3140f22f38084178b739f1f8c2765bffb88aa4889dee021c3.png) no-repeat; height: 76px; width: 241px; display: block; } .jq7s-release-mobile-container .jq7s-release-btn-ios { margin: -40px auto 50px; background: url(//fea.iwincdn.com/assets/www_download-free-games_com/jq7s-release-button-ios-de792ebab04c4627b601bdb96415c29edcfc0867c30f539c440ae157f827ff29.png) no-repeat; height: 76px; width: 242px; display: block; } .jq7s-release-mobile-container .scroll-down { color: #000; background-color: #fff; text-align: center; font: normal 14px/40px Arial, Helvetica, sans-serif; } body { background-color: #317fa5; background-image: -webkit-gradient(linear, left 0%, left 100%, from(#01366c), to(#317fa5)); background-image: -webkit-linear-gradient(top, #01366c 0%, #317fa5 100%); background-image: -moz-linear-gradient(top, #01366c 0%, #317fa5 100%); background-image: linear-gradient(to bottom, #01366c 0%, #317fa5 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff01366c', endColorstr='#ff317fa5', GradientType=0); font-family: 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif; min-height: 1200px; } body #scrollable-dropdown-menu .tt-menu { background: white; width: 325px; max-height: 170px; overflow-y: auto; overflow-x: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); border-radius: 8px; margin: 5px 0 0 0; padding: 0!important; } body #scrollable-dropdown-menu .tt-menu.tt-open { left: -100px !important; } body #scrollable-dropdown-menu .tt-menu.tt-open .tt-dataset { width: auto; margin: 10px 0 10px; } body #scrollable-dropdown-menu .tt-menu.tt-open .tt-dataset .tt-suggestion { padding: 3px 20px; font-size: 16px; line-height: 24px; white-space: nowrap; } body #scrollable-dropdown-menu .tt-menu.tt-open .tt-dataset .tt-suggestion.tt-cursor { background: #01366c; color: white; } body #scrollable-dropdown-menu .tt-menu.tt-open .tt-dataset .tt-suggestion:hover { background: #01366c; color: white; cursor: pointer; } body .results { min-height: 800px; } body .results .empty-search, body .results .loading-search, body .results .error-search, body .results .no-matches-search { display: none; } body #page-content-wrapper { background-color: #317fa5; background-image: -webkit-gradient(linear, left 0%, left 100%, from(#01366c), to(#317fa5)); background-image: -webkit-linear-gradient(top, #01366c 0%, #317fa5 100%); background-image: -moz-linear-gradient(top, #01366c 0%, #317fa5 100%); background-image: linear-gradient(to bottom, #01366c 0%, #317fa5 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff01366c', endColorstr='#ff317fa5', GradientType=0); } body a { color: #0000ff; font-weight: bold; } body a:hover { color: #0000ff; } body #header { background-color: #01366c; } body #header .lnkLogo { text-decoration: none; } body #header ul.hdr-bullets { margin: 10px 0 0 30px; padding: 0; } body #header ul.hdr-bullets li { color: white; font-weight: bold; text-shadow: #000 1px 1px 1px; line-height: 15px; list-style: disc; } body #header ul.hdr-bullets li:first-child { text-indent: 4px; margin-left: -30px; list-style: none; } body #navigation { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#004775), to(#003253)); background-image: -webkit-linear-gradient(top, #004775 0%, #003253 100%); background-image: -moz-linear-gradient(top, #004775 0%, #003253 100%); background-image: linear-gradient(to bottom, #004775 0%, #003253 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff004775', endColorstr='#ff003253', GradientType=0); color: white; border: #003253 solid 1px; } body #navigation ul.nav { margin: 0 0 0 -15px; padding: 0; } body #navigation ul.nav > li { display: inline-block; margin-bottom: 0; } body #navigation ul.nav > li ul.dropdown, body #navigation ul.nav > li ul.two-col-dropdown { display: none; } body #navigation ul.nav > li a { margin: 0 15px; padding: 10px 13px; } body #navigation ul.nav > li a:hover { background-color: transparent; padding-bottom: 10px; } body #navigation ul.nav > li.has-dropdown > a::after { content: ""; display: inline-block; width: 0; height: 0; border: inset 5px; border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent; border-top-style: solid; margin-top: -2.5px; top: 2px; left: 5px; position: relative; } body #navigation ul.nav > li:hover { background: blue; } body #navigation ul.nav > li:hover ul { list-style: none; padding: 0; margin: 0; } body #navigation ul.nav > li:hover ul.dropdown { display: block; padding-bottom: 10px; position: absolute; z-index: 999; background-color: #333333; width: auto; } body #navigation ul.nav > li:hover ul.dropdown li { display: inline-block; margin: 0; padding: 10px 10px; width: 100%; } body #navigation ul.nav > li:hover ul.two-col-dropdown { display: block; padding-bottom: 10px; position: absolute; z-index: 999; background-color: #333333; width: 200%; } body #navigation ul.nav > li:hover ul.two-col-dropdown > li { display: inline-block; margin: 0; width: 50%; } body #navigation ul.nav > li:hover ul.two-col-dropdown > li ul.left, body #navigation ul.nav > li:hover ul.two-col-dropdown > li ul.right { width: 100%; } body #navigation ul.nav > li:hover ul.two-col-dropdown > li ul.left li, body #navigation ul.nav > li:hover ul.two-col-dropdown > li ul.right li { width: 100%; margin: 0; padding: 10px 10px; } body #navigation ul.nav > li:hover ul.two-col-dropdown > li:nth-child(2) { float: right; } body #navigation ul.nav > li:first-child:hover { border-top-left-radius: 5px; } body #navigation ul.nav a { color: white; font-weight: bold; } body #navigation .navbar-form { -webkit-box-shadow: none; box-shadow: none; } body #navigation .form-group .form-control { height: 24px; padding: 0 5px; vertical-align: middle; } body #navigation .btn { padding: 1px; background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0066ff), to(#0000ff)); background-image: -webkit-linear-gradient(top, #0066ff 0%, #0000ff 100%); background-image: -moz-linear-gradient(top, #0066ff 0%, #0000ff 100%); background-image: linear-gradient(to bottom, #0066ff 0%, #0000ff 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0066ff', endColorstr='#ff0000ff', GradientType=0); border: blue solid 1px; color: white; border-radius: 3px; } body .fixed-lg.img-responsive { min-width: 258px; } body #content { position: relative; z-index: 2; } body .mobile .container { background-color: #e3e3e3 !important; } body .container { background-color: #ffffff; } body .container .space-me { margin: 2rem auto; text-align: center; height: auto; } body .container .btn-primary { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0066ff), to(#0000ff)); background-image: -webkit-linear-gradient(top, #0066ff 0%, #0000ff 100%); background-image: -moz-linear-gradient(top, #0066ff 0%, #0000ff 100%); background-image: linear-gradient(to bottom, #0066ff 0%, #0000ff 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0066ff', endColorstr='#ff0000ff', GradientType=0); border-color: #00c; } body .container .btn-primary:hover { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0000cc), to(#0000cc)); background-image: -webkit-linear-gradient(top, #0000cc 0%, #0000cc 100%); background-image: -moz-linear-gradient(top, #0000cc 0%, #0000cc 100%); background-image: linear-gradient(to bottom, #0000cc 0%, #0000cc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000cc', endColorstr='#ff0000cc', GradientType=0); } body .container .btn-lg { padding: 10px 40px; font-size: 23px; } body .container .btn-lg img { margin-left: -10px; margin-right: 10px; } body .container .rate-this-game { color: blue; cursor: pointer; font-weight: bold; } body .container .rate-this-game:hover { text-decoration: underline; } body .container #moreReviews { margin-bottom: 15px; } body .container .dfgyoutube { cursor: pointer; margin-bottom: 1px; overflow: hidden; position: relative; max-width: 100%; } body .container .dfgyoutube img { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; position: absolute; right: 0; top: 0; width: 100%; height: auto; } body .container .dfgyoutube .sprite_play_icon { display: block; width: 77px; height: 77px; position: relative; top: 43%; left: 43%; opacity: 0.8; } body .container .vertical_space { margin: 55px 0 35px; } body .container .whoops_content .header { font-style: italic; } body .container .whoops_bg_container { display: block; margin: 45px auto 0; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) 0px -4095px no-repeat; width: 578px; height: 271px; background: url(/assets/www_download-free-games_com/0279b283c08dd149a819c22ff6303a40_sprites.png) 0px -6153px no-repeat; } body .container .ytcap-gp { color: white; background: black; margin: -10px 0 1em 0; padding: 15px 10px; width: 480px; max-width: 100%; } body .container .pros-conns .pros { color: green; font-size: 12px; font-weight: bold; } body .container .pros-conns .cons { color: red; font-size: 12px; font-weight: bold; } body .container .pros-conns ul li { margin: 0; } body .container .star-bg { display: inline-block; text-align: left; } body .container .star-bg.vsm { width: 60px; height: 11px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -259px -180px no-repeat; } body .container .star-bg.sm { width: 100px; height: 18px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -239px -104px no-repeat; } body .container .star-bg.lg { width: 150px; height: 27px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -214px -10px no-repeat; } body .container .star { display: block; background-repeat: no-repeat; display: inline-block; margin-bottom: -2px; } body .container .star.vsm { width: 60px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -259px -211px no-repeat; height: 11px; margin-bottom: 4px; } body .container .star.sm { width: 100px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -239px -142px no-repeat; height: 18px; } body .container .star.lg { width: 150px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -214px -57px no-repeat; height: 27px; } body .container .star.five { width: 100px; } body .container .star.four { width: 80px; } body .container .star.three { width: 60px; } body .container .star.two { width: 40px; } body .container .star.one { width: 20px; } body .container .star.zero { width: 0; } body .container #social_media { margin-bottom: 15px; } body .container #social_media div { display: inline-block; } body .container #social_media div:first-child { font-weight: bold; font-size: 12px; } body .container #social_media div.facebook { position: relative; top: 1px; } body .container #social_media div.google { position: relative; top: 7px; } body .container #social_media div.twitter { position: relative; top: 6px; } body .container .top-100-bg { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eeeeee), to(#ffffff)); background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%); background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0); border-top-right-radius: 5px; } body .container .advert { text-align: center; margin-top: 25px; } body .container #gameList-nav { margin-bottom: 1rem; } body .container #gameList-nav h5 { font-weight: bold; } body .container .btn-img-1 { float: left; } body .container #gameDescContent h3 { font-weight: bold; } body .container .description img { margin-bottom: 1rem; max-width: 100%; } body .container .ln-letters { overflow: hidden; } body .container .ln-letters a { font-weight: bold; display: block; float: left; margin: 3px; padding: 3px 7px; border: 1px solid silver; text-decoration: none; } body .container .ln-letters .ln-selected { background-color: #eaeaea; } body .container .ln-letters a:hover { background-color: #eaeaea; } body .container #page-content { background-color: #fff; } body .container li { margin-bottom: .75rem; } body .container .date { font-weight: bold; text-align: center; } body .container h1 { font-size: 20px; font-weight: bold; } body .container h2 { font-weight: bold; } body .container h3 { font-size: 18px; height: 30px; } body .container h3.with-bg { background-color: #e5e5e5; padding: 8px; } body .container h4.all-games { background-color: #e5e5e5; padding: 10px 0; } body .container h5 { font-size: 12px; font-weight: bold; } body .container .h-g-orange-1 { color: black; font-size: 150%; border-radius: 5px; padding: 5px 5px; text-shadow: none; background: #fc0; border: #f90 solid 1px; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffcc00), color-stop(100%, #ff9900)); background: -webkit-linear-gradient(#ffcc00, #ff9900); background: -moz-linear-gradient(#ffcc00, #ff9900); background: -o-linear-gradient(#ffcc00, #ff9900); background: linear-gradient(#ffcc00, #ff9900); } body .container .h-g-orange-1 small { color: #0d0d0d; font-weight: bold; } body .container .review-score-box-1 { background: #06C; color: #ff6; margin: 0 .625rem; padding: 0; text-shadow: #000 1px 1px 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: #ccc 1px 1px 1px; -moz-box-shadow: #ccc 1px 1px 1px; box-shadow: #ccc 1px 1px 1px; } body .container .screenshots { text-align: center !important; } body .container .screenshots img { margin-bottom: 1rem; max-width: 100%; } body .container .t-green { color: green; } body .container .t-red { color: red; } body .container .top-nav { margin-top: 25px; } body .container .top_nav { margin-top: 25px; margin-bottom: 25px; } body .container .thumb { margin-bottom: 15px; height: 260px; } body .container .thumb.vtall { height: 295px; } body .container .thumb.vtall .game-img { min-height: 160px; } body .container .thumb.tall { height: 275px; } body .container .thumb.tall .game-img { min-height: 160px; } body .container .thumb.short { height: 200px; } body .container .thumb .game-img { margin-bottom: 10px; margin-top: 0px; min-height: 150px; } body .container .thumb .game-img img { margin: 0 auto; } body .container .thumb h4 { font-size: 14px; margin: 0 0 5px 0; text-align: center; } body .container .thumb h4 a { height: 30px; display: block; } body .container .thumb h5 { margin: 5px 0 2px; text-align: center; } body .container .thumb p { height: 55px; font-size: 12px; text-align: center; display: block; } body .container .thumb-sm { height: 100px; } body .container .thumb-sm .game-img { display: inline-block; margin-bottom: 5px; padding-left: 35px; height: 32px; vertical-align: middle; } body .container .thumb-sm h4 { display: inline-block; font-size: 12px; font-weight: bold; margin-top: 2px; position: absolute; } body .container .thumb-sm h4 a { height: 15px; display: block; } body .container .thumb-sm p { margin-top: 5px; line-height: 1.2rem; font-size: 12px; } body .container .thumb-micro { height: 50px; position: relative; overflow: hidden; } body .container .thumb-micro .game-img { position: absolute; top: 5px; left: 17px; } body .container .thumb-micro .game-img img { height: 40px; width: 40px; } body .container .thumb-micro .rating { position: absolute; left: 65px; top: 12px; background: #06c; color: #ff6; display: inline-block; padding: 6px 8px; font-size: 11px; line-height: 11px; border-radius: 3px; } body .container .thumb-micro .norating { position: relative; top: 12px; left: 0; background: #E7E7EB; color: #333; display: inline-block; padding: 6px 8px; font-size: 11px; line-height: 11px; border-radius: 3px; } body .container .thumb-micro .desc { display: inline-block; margin-left: 88px; padding-top: 4px; } body .container .thumb-micro .desc a { color: blue; font-size: 14px; font-weight: bold; } body .container .thumb-micro .desc span { display: block; font-size: 12.6px; line-height: 18px; height: 20px; overflow: hidden; } body .container .thumb-micro hr { border-top: 1px dotted #cccccc; position: absolute; bottom: 0px; width: 100%; margin: 0; } body .container .thumb-micro.sub-category { height: auto!important; margin-bottom: 15px; } body .container .thumb-micro.sub-category:last-child { margin-bottom: 0; } body .container .thumb-micro.sub-category .thumb-micro-header, body .container .thumb-micro.sub-category .thumb-micro-footer { background-color: #f5f5f5; border-right: 1px solid #ccc; border-left: 1px solid #ccc; } body .container .thumb-micro.sub-category .thumb-micro-header div span, body .container .thumb-micro.sub-category .thumb-micro-footer div span { display: inline-block; text-align: center; } body .container .thumb-micro.sub-category .thumb-micro-footer { text-align: center; padding: 5px; border-bottom: 1px solid #ccc; } body .container .thumb-micro.sub-category h2 { color: white; text-shadow: #000 1px 1px 0; font-size: 18px; padding: 7px 10px; border-top-left-radius: 5px; border-top-right-radius: 5px; margin-bottom: 0; margin-top: 0; } body .container .thumb-micro.sub-category:nth-child(odd) h2 { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ff0000), to(#990000)); background-image: -webkit-linear-gradient(top, #ff0000 0%, #990000 100%); background-image: -moz-linear-gradient(top, #ff0000 0%, #990000 100%); background-image: linear-gradient(to bottom, #ff0000 0%, #990000 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ff990000', GradientType=0); border-color: #990000; } body .container .thumb-micro.sub-category:nth-child(even) h2 { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#6600ff), to(#4200a6)); background-image: -webkit-linear-gradient(top, #6600ff 0%, #4200a6 100%); background-image: -moz-linear-gradient(top, #6600ff 0%, #4200a6 100%); background-image: linear-gradient(to bottom, #6600ff 0%, #4200a6 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600ff', endColorstr='#ff4200a6', GradientType=0); border-color: #4200a6; } body .container .thumb-micro.sub-category ul { list-style: none; border: 1px solid #ccc; border-top: none; margin: 0; padding: 0; } body .container .thumb-micro.sub-category ul li { padding: 8px 15px; border-bottom: 1px dotted #ccc; margin: 0; } body .container .thumb-micro.sub-category ul li:last-child { border-bottom: none; } body .container .thumb-micro.sub-category ul li .rating { left: 0; position: relative; } body .container .thumb-micro.sub-category ul li .center { text-align: center; } body .container .thumb-micro.sub-category ul li h4 { margin: 0; font-size: 14px; } body .container .thumb-micro.sub-category ul li h4 .mobile { display: inline-block; top: 2px; margin-left: 2px; position: relative; height: 15px; } body .container .thumb-micro.sub-category ul li h4 .new { color: red; font-style: italic; font-weight: bold; display: inline-block; position: relative; top: 2px; margin-left: 2px; height: 15px; } body .container .thumb-micro.sub-category ul li p { font-size: 12px; } body .container .sub-categories h2.green_underline { font-size: 22px; } body .container .h-p-1 { background-color: #06C; border-color: #03F; color: #FF6; padding: 10px 7px; text-shadow: 1px 1px 0px #000; box-shadow: 1px 1px 1px #CCC; line-height: 26px; font-size: 22px; height: auto; font-weight: bold; } body .container .g-panel { border-style: solid; border-width: 1px; border-color: #b9b9ff; margin-bottom: 1.25rem; padding: 1.25rem; background: #f2f2f2; border-radius: 3px; } body .container .g-panel h4 { font-weight: bold; } body .container .panel { border-style: solid; border-width: 1px; border-color: #b9b9ff; margin-bottom: 1.25rem; padding: 1.25rem; background: #f0f0ff; border-radius: 3px; } body .container .panel h4 { font-weight: bold; } body .container .fb-like-box { text-align: center !important; } body .container .flex-video iframe { width: 100%; } body .container .sm-t-7 { font-size: 70%; } body .container .subheader { line-height: 1.2; color: #262626; font-size: large; font-weight: normal; margin-top: 0.2rem; margin-bottom: 0.5rem; } body .container .pre-footer h2 { background-image: none; border: none; padding: 15px 0 0 0; border-top: solid 1px #ccc; border-radius: 0; font-size: 22px; } body .container .pre-footer h3 { background-color: transparent; padding-left: 0; font-weight: bold; } body .container h2.green_underline { border-bottom: #6c0 solid 2px; } body .container .top-nav { margin-top: 20px; } body .container .text-center { text-align: center; } body .container .t-strong { font-weight: bold; } body .container .mfp-hide { display: none !important; } body .container .white-popup { position: relative; background: #FFF; padding: 30px 20px 20px 20px; width: auto; max-width: 460px; margin: 20px auto; } body .container .label-tag { background: white; border: #ccc solid 1px; display: inline-block; margin-bottom: 5px; padding: 3px 7px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } body .container .sorry { min-height: 250px; } body .container .w-90 { width: 90%; } body .container h2.game-page { font-size: 22px; } body .container #mobileDlIosLink, body .container #mobileDlAndroidLink, body .container #pcDlLink { display: block; } body .thanksForInstalling { background-color: #173966; border-radius: 0px; padding: 15px; } body .thanksForInstalling .recomended-by { color: #fff; font-size: 21px; line-height: 24px; padding-bottom: 9px; margin-top: -5px; } body .thanksForInstalling .topGame { background-color: #fff; padding: 1px 30px; } body .thanksForInstalling .topGame h2.title { font-size: 20px; margin: 16px 0 5px; text-align: center; } body .thanksForInstalling .topGame p.short-descr { line-height: 15px; text-align: center; } body .thanksForInstalling .topGame #tfi-app-button1 { padding: 20px 0 31px; } body .thanksForInstalling .topGame .rate-game { display: none; } body .thanksForInstalling #tfi_game1 .downloadButtonWrapper { padding: 20px 0 31px; } body .thanksForInstalling #tfi_game1 .tfi_downloadButton { margin: 0 auto; display: inline-block; } body .thanksForInstalling #tfi_game2 .additionalGame { margin-right: -7px; } body .thanksForInstalling .additionalGame { background-color: #fff; margin-top: 20px; padding: 15px; text-align: center; min-height: 295px; } body .thanksForInstalling .additionalGame .ag-thumb { text-align: center; } body .thanksForInstalling .additionalGame .ag-thumb img { padding: 0px 15px; margin: 0 auto; } body .thanksForInstalling .additionalGame .title h4 { font-weight: bold; font-size: 16px; height: 35px; } body .thanksForInstalling .additionalGame a { margin-top: 10px; display: inline-block; } body .recomendationGamesPanel h5 { font-size: 18px; font-weight: bold; line-height: 22px; padding: 0; margin: 0; } body .recomendationGamesPanel .row { padding-bottom: 20px; border-bottom: 1px solid #ccc; margin-bottom: 20px; } body .recomendationGamesPanel .gameUltraShortDesc { padding: 5px 0; line-height: 16px; font-size: 14px; } body .recomendationGamesPanel .gameDownloadLink { padding-top: 10px; } body .recomendationGamesPanel .gameDownloadLink i { font-style: normal; display: inline-block; margin: -3px 0 -5px; } body .recomendationGamesPanel .btn-mbl-download { margin-bottom: 10px; } body .categoryPage .container .breadcrumbs, body .newgamesPage .container .breadcrumbs, body .dfgTagPage .container .breadcrumbs, body .allgamesPage .container .breadcrumbs, body .allreviewsPage .container .breadcrumbs, body .searchPage .container .breadcrumbs { margin-top: 15px; font-weight: bold; } body .categoryPage .container .breadcrumbs i, body .newgamesPage .container .breadcrumbs i, body .dfgTagPage .container .breadcrumbs i, body .allgamesPage .container .breadcrumbs i, body .allreviewsPage .container .breadcrumbs i, body .searchPage .container .breadcrumbs i { font-style: normal; padding: 0 7px; display: inline-block; } body .categoryPage .container .breadcrumbs a, body .newgamesPage .container .breadcrumbs a, body .dfgTagPage .container .breadcrumbs a, body .allgamesPage .container .breadcrumbs a, body .allreviewsPage .container .breadcrumbs a, body .searchPage .container .breadcrumbs a { color: blue; } body .categoryPage .container h1, body .newgamesPage .container h1, body .dfgTagPage .container h1, body .allgamesPage .container h1, body .allreviewsPage .container h1, body .searchPage .container h1 { color: #000; } body .categoryPage .container h1 i.game-img, body .newgamesPage .container h1 i.game-img, body .dfgTagPage .container h1 i.game-img, body .allgamesPage .container h1 i.game-img, body .allreviewsPage .container h1 i.game-img, body .searchPage .container h1 i.game-img { display: inline-block; margin-bottom: -6px; } body .categoryPage .container h1 small, body .newgamesPage .container h1 small, body .dfgTagPage .container h1 small, body .allgamesPage .container h1 small, body .allreviewsPage .container h1 small, body .searchPage .container h1 small { color: #000; font-weight: bold; font-size: 16px; } body .categoryPage .container .b-header, body .newgamesPage .container .b-header, body .dfgTagPage .container .b-header, body .allgamesPage .container .b-header, body .allreviewsPage .container .b-header, body .searchPage .container .b-header { background: #0cf; border: #06f solid 1px; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00ccff), color-stop(100%, #0066ff)); background: -webkit-linear-gradient(#00ccff, #0066ff); background: -moz-linear-gradient(#00ccff, #0066ff); background: -o-linear-gradient(#00ccff, #0066ff); background: linear-gradient(#00ccff, #0066ff); color: white; padding: 7px 10px; text-shadow: #000 1px 1px 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: #ccc 1px 1px 1px; -moz-box-shadow: #ccc 1px 1px 1px; box-shadow: #ccc 1px 1px 1px; text-transform: capitalize; font-size: 22px; } body .categoryPage .container .thumb-micro-header div, body .newgamesPage .container .thumb-micro-header div, body .dfgTagPage .container .thumb-micro-header div, body .allgamesPage .container .thumb-micro-header div, body .allreviewsPage .container .thumb-micro-header div, body .searchPage .container .thumb-micro-header div { border-bottom: 1px dotted #cccccc; background-color: #f5f5f5; font-weight: bold; height: 34px; line-height: 34px; } body .categoryPage .container .thumb-micro-header div .score, body .newgamesPage .container .thumb-micro-header div .score, body .dfgTagPage .container .thumb-micro-header div .score, body .allgamesPage .container .thumb-micro-header div .score, body .allreviewsPage .container .thumb-micro-header div .score, body .searchPage .container .thumb-micro-header div .score { width: 91px; display: inline-block; text-align: center; } body .categoryPage .container .thumb-micro-header div .gameName, body .newgamesPage .container .thumb-micro-header div .gameName, body .dfgTagPage .container .thumb-micro-header div .gameName, body .allgamesPage .container .thumb-micro-header div .gameName, body .allreviewsPage .container .thumb-micro-header div .gameName, body .searchPage .container .thumb-micro-header div .gameName { display: inline-block; } body .categoryPage .container .key, body .newgamesPage .container .key, body .dfgTagPage .container .key, body .allgamesPage .container .key, body .allreviewsPage .container .key, body .searchPage .container .key { list-style: none; } body .categoryPage .container .key li, body .newgamesPage .container .key li, body .dfgTagPage .container .key li, body .allgamesPage .container .key li, body .allreviewsPage .container .key li, body .searchPage .container .key li { display: inline-block; font-size: 12px; margin-right: 10px; } body .categoryPage .container .key li .rating, body .newgamesPage .container .key li .rating, body .dfgTagPage .container .key li .rating, body .allgamesPage .container .key li .rating, body .allreviewsPage .container .key li .rating, body .searchPage .container .key li .rating { left: 67px; top: 12px; background: #06c; color: #ff6; display: inline-block; padding: 6px 8px; font-size: 11px; line-height: 11px; border-radius: 3px; } body .categoryPage .container .key li .norating, body .newgamesPage .container .key li .norating, body .dfgTagPage .container .key li .norating, body .allgamesPage .container .key li .norating, body .allreviewsPage .container .key li .norating, body .searchPage .container .key li .norating { background-color: #e7e7e7; color: #333; position: static!important; display: inline-block; padding: 6px 8px; font-size: 11px; line-height: 11px; border-radius: 3px; margin-right: 5px; } body .categoryPage .container .key li .new, body .newgamesPage .container .key li .new, body .dfgTagPage .container .key li .new, body .allgamesPage .container .key li .new, body .allreviewsPage .container .key li .new, body .searchPage .container .key li .new { color: red; font-style: italic; font-weight: bold; } body .categoryPage .container .key li .mobile, body .newgamesPage .container .key li .mobile, body .dfgTagPage .container .key li .mobile, body .allgamesPage .container .key li .mobile, body .allreviewsPage .container .key li .mobile, body .searchPage .container .key li .mobile { display: inline-block; top: 4px; position: relative; } body .categoryPage .container .micro-list, body .newgamesPage .container .micro-list, body .dfgTagPage .container .micro-list, body .allgamesPage .container .micro-list, body .allreviewsPage .container .micro-list, body .searchPage .container .micro-list { border-left: 1px dotted #cccccc; border-right: 1px dotted #cccccc; border-top: 1px dotted #cccccc; margin-top: 10px; } body .categoryPage .container .micro-list .micro-header .hdr, body .newgamesPage .container .micro-list .micro-header .hdr, body .dfgTagPage .container .micro-list .micro-header .hdr, body .allgamesPage .container .micro-list .micro-header .hdr, body .allreviewsPage .container .micro-list .micro-header .hdr, body .searchPage .container .micro-list .micro-header .hdr { border-bottom: 1px dotted #cccccc; background-color: #f5f5f5; font-weight: bold; height: 34px; line-height: 34px; display: inline-block; text-align: center; } body .categoryPage .container .micro-list .micro-header .hdr.title, body .newgamesPage .container .micro-list .micro-header .hdr.title, body .dfgTagPage .container .micro-list .micro-header .hdr.title, body .allgamesPage .container .micro-list .micro-header .hdr.title, body .allreviewsPage .container .micro-list .micro-header .hdr.title, body .searchPage .container .micro-list .micro-header .hdr.title { text-indent: 15px; text-align: left; } body .categoryPage .container .micro-list .thumb-micro, body .newgamesPage .container .micro-list .thumb-micro, body .dfgTagPage .container .micro-list .thumb-micro, body .allgamesPage .container .micro-list .thumb-micro, body .allreviewsPage .container .micro-list .thumb-micro, body .searchPage .container .micro-list .thumb-micro { height: auto; } body .categoryPage .container .micro-list .thumb-micro img, body .newgamesPage .container .micro-list .thumb-micro img, body .dfgTagPage .container .micro-list .thumb-micro img, body .allgamesPage .container .micro-list .thumb-micro img, body .allreviewsPage .container .micro-list .thumb-micro img, body .searchPage .container .micro-list .thumb-micro img { height: auto!important; width: auto!important; } body .categoryPage .container .micro-list .thumb-micro .date, body .newgamesPage .container .micro-list .thumb-micro .date, body .dfgTagPage .container .micro-list .thumb-micro .date, body .allgamesPage .container .micro-list .thumb-micro .date, body .allreviewsPage .container .micro-list .thumb-micro .date, body .searchPage .container .micro-list .thumb-micro .date { background-color: #43ac6a; color: #fff; font-size: 12px; padding: 2px; margin: 3px 0 5px 0; border-radius: 3px; } body .categoryPage .container .micro-list .thumb-micro .rating, body .newgamesPage .container .micro-list .thumb-micro .rating, body .dfgTagPage .container .micro-list .thumb-micro .rating, body .allgamesPage .container .micro-list .thumb-micro .rating, body .allreviewsPage .container .micro-list .thumb-micro .rating, body .searchPage .container .micro-list .thumb-micro .rating { display: inline!important; left: 0; top: 0; position: static!important; margin-right: 5px; } body .categoryPage .container .micro-list .thumb-micro .norating, body .newgamesPage .container .micro-list .thumb-micro .norating, body .dfgTagPage .container .micro-list .thumb-micro .norating, body .allgamesPage .container .micro-list .thumb-micro .norating, body .allreviewsPage .container .micro-list .thumb-micro .norating, body .searchPage .container .micro-list .thumb-micro .norating { background-color: #e7e7e7; color: #333; position: static!important; display: inline-block; padding: 6px 8px; font-size: 11px; line-height: 11px; border-radius: 3px; margin-right: 5px; } body .categoryPage .container .micro-list .thumb-micro .micro-container, body .newgamesPage .container .micro-list .thumb-micro .micro-container, body .dfgTagPage .container .micro-list .thumb-micro .micro-container, body .allgamesPage .container .micro-list .thumb-micro .micro-container, body .allreviewsPage .container .micro-list .thumb-micro .micro-container, body .searchPage .container .micro-list .thumb-micro .micro-container { padding: 10px 0; border-left: none; border-right: none; display: inline-block; width: 100%; } body .categoryPage .container .micro-list .thumb-micro .micro-container .descr a, body .newgamesPage .container .micro-list .thumb-micro .micro-container .descr a, body .dfgTagPage .container .micro-list .thumb-micro .micro-container .descr a, body .allgamesPage .container .micro-list .thumb-micro .micro-container .descr a, body .allreviewsPage .container .micro-list .thumb-micro .micro-container .descr a, body .searchPage .container .micro-list .thumb-micro .micro-container .descr a { display: block; color: blue; } body .categoryPage .container .micro-list .thumb-micro .micro-container .descr span, body .newgamesPage .container .micro-list .thumb-micro .micro-container .descr span, body .dfgTagPage .container .micro-list .thumb-micro .micro-container .descr span, body .allgamesPage .container .micro-list .thumb-micro .micro-container .descr span, body .allreviewsPage .container .micro-list .thumb-micro .micro-container .descr span, body .searchPage .container .micro-list .thumb-micro .micro-container .descr span { display: block; } body .categoryPage .container .micro-list .thumb-micro .micro-container .descr .ptype, body .newgamesPage .container .micro-list .thumb-micro .micro-container .descr .ptype, body .dfgTagPage .container .micro-list .thumb-micro .micro-container .descr .ptype, body .allgamesPage .container .micro-list .thumb-micro .micro-container .descr .ptype, body .allreviewsPage .container .micro-list .thumb-micro .micro-container .descr .ptype, body .searchPage .container .micro-list .thumb-micro .micro-container .descr .ptype { font-size: 65%; } body .categoryPage .container .micro-list .thumb-micro .micro-container .descr .noblock, body .newgamesPage .container .micro-list .thumb-micro .micro-container .descr .noblock, body .dfgTagPage .container .micro-list .thumb-micro .micro-container .descr .noblock, body .allgamesPage .container .micro-list .thumb-micro .micro-container .descr .noblock, body .allreviewsPage .container .micro-list .thumb-micro .micro-container .descr .noblock, body .searchPage .container .micro-list .thumb-micro .micro-container .descr .noblock { display: inline-block; } body .categoryPage .container .micro-list .micro-container, body .newgamesPage .container .micro-list .micro-container, body .dfgTagPage .container .micro-list .micro-container, body .allgamesPage .container .micro-list .micro-container, body .allreviewsPage .container .micro-list .micro-container, body .searchPage .container .micro-list .micro-container { padding: 10px; border: 1px dotted #cccccc; border-top: none; } body .categoryPage .container .micro-list .micro-container .rank, body .newgamesPage .container .micro-list .micro-container .rank, body .dfgTagPage .container .micro-list .micro-container .rank, body .allgamesPage .container .micro-list .micro-container .rank, body .allreviewsPage .container .micro-list .micro-container .rank, body .searchPage .container .micro-list .micro-container .rank { font-weight: bold; text-align: center; } body .categoryPage .container .micro-list .micro-container .score, body .newgamesPage .container .micro-list .micro-container .score, body .dfgTagPage .container .micro-list .micro-container .score, body .allgamesPage .container .micro-list .micro-container .score, body .allreviewsPage .container .micro-list .micro-container .score, body .searchPage .container .micro-list .micro-container .score { text-align: center; } body .categoryPage .container .micro-list .micro-container .title a, body .newgamesPage .container .micro-list .micro-container .title a, body .dfgTagPage .container .micro-list .micro-container .title a, body .allgamesPage .container .micro-list .micro-container .title a, body .allreviewsPage .container .micro-list .micro-container .title a, body .searchPage .container .micro-list .micro-container .title a { color: blue; } body .categoryPage .container .micro-list .micro-container .title .inline-cnt, body .newgamesPage .container .micro-list .micro-container .title .inline-cnt, body .dfgTagPage .container .micro-list .micro-container .title .inline-cnt, body .allgamesPage .container .micro-list .micro-container .title .inline-cnt, body .allreviewsPage .container .micro-list .micro-container .title .inline-cnt, body .searchPage .container .micro-list .micro-container .title .inline-cnt { display: inline-block; } body .categoryPage .container .footlink, body .newgamesPage .container .footlink, body .dfgTagPage .container .footlink, body .allgamesPage .container .footlink, body .allreviewsPage .container .footlink, body .searchPage .container .footlink { border: 1px solid #b9b9ff; background-color: #f0f0ff; padding: 15px; margin: 15px; } body .categoryPage .container .thumb-micro, body .newgamesPage .container .thumb-micro, body .dfgTagPage .container .thumb-micro, body .allgamesPage .container .thumb-micro, body .allreviewsPage .container .thumb-micro, body .searchPage .container .thumb-micro { height: 50px; position: relative; overflow: hidden; } body .categoryPage .container .thumb-micro .micro-container, body .newgamesPage .container .thumb-micro .micro-container, body .dfgTagPage .container .thumb-micro .micro-container, body .allgamesPage .container .thumb-micro .micro-container, body .allreviewsPage .container .thumb-micro .micro-container, body .searchPage .container .thumb-micro .micro-container { border-bottom: 1px dotted #cccccc; } body .categoryPage .container .thumb-micro .micro-container .game-img, body .newgamesPage .container .thumb-micro .micro-container .game-img, body .dfgTagPage .container .thumb-micro .micro-container .game-img, body .allgamesPage .container .thumb-micro .micro-container .game-img, body .allreviewsPage .container .thumb-micro .micro-container .game-img, body .searchPage .container .thumb-micro .micro-container .game-img { position: absolute; top: 5px; left: 17px; } body .categoryPage .container .thumb-micro .micro-container .game-img img, body .newgamesPage .container .thumb-micro .micro-container .game-img img, body .dfgTagPage .container .thumb-micro .micro-container .game-img img, body .allgamesPage .container .thumb-micro .micro-container .game-img img, body .allreviewsPage .container .thumb-micro .micro-container .game-img img, body .searchPage .container .thumb-micro .micro-container .game-img img { height: 40px; width: 40px; } body .categoryPage .container .thumb-micro .micro-container .rating, body .newgamesPage .container .thumb-micro .micro-container .rating, body .dfgTagPage .container .thumb-micro .micro-container .rating, body .allgamesPage .container .thumb-micro .micro-container .rating, body .allreviewsPage .container .thumb-micro .micro-container .rating, body .searchPage .container .thumb-micro .micro-container .rating { position: absolute; left: 67px; top: 12px; background: #06c; color: #ff6; display: inline-block; padding: 6px 8px; font-size: 11px; line-height: 11px; border-radius: 3px; } body .categoryPage .container .thumb-micro .micro-container .norating, body .newgamesPage .container .thumb-micro .micro-container .norating, body .dfgTagPage .container .thumb-micro .micro-container .norating, body .allgamesPage .container .thumb-micro .micro-container .norating, body .allreviewsPage .container .thumb-micro .micro-container .norating, body .searchPage .container .thumb-micro .micro-container .norating { position: absolute; left: 67px; top: 12px; background: #e7e7e7; color: #333; display: inline-block; padding: 6px 8px; font-size: 11px; line-height: 11px; border-radius: 3px; } body .categoryPage .container .thumb-micro .micro-container .desc, body .newgamesPage .container .thumb-micro .micro-container .desc, body .dfgTagPage .container .thumb-micro .micro-container .desc, body .allgamesPage .container .thumb-micro .micro-container .desc, body .allreviewsPage .container .thumb-micro .micro-container .desc, body .searchPage .container .thumb-micro .micro-container .desc { height: 54px; } body .categoryPage .container .thumb-micro .micro-container .desc h4, body .newgamesPage .container .thumb-micro .micro-container .desc h4, body .dfgTagPage .container .thumb-micro .micro-container .desc h4, body .allgamesPage .container .thumb-micro .micro-container .desc h4, body .allreviewsPage .container .thumb-micro .micro-container .desc h4, body .searchPage .container .thumb-micro .micro-container .desc h4 { font-size: 13px; margin: 0; line-height: 20px; } body .categoryPage .container .thumb-micro .micro-container .desc h4 a, body .newgamesPage .container .thumb-micro .micro-container .desc h4 a, body .dfgTagPage .container .thumb-micro .micro-container .desc h4 a, body .allgamesPage .container .thumb-micro .micro-container .desc h4 a, body .allreviewsPage .container .thumb-micro .micro-container .desc h4 a, body .searchPage .container .thumb-micro .micro-container .desc h4 a { height: 15px; line-height: 14.3px; font-size: 13px!important; display: inline-block; } body .categoryPage .container .thumb-micro .micro-container .desc h4 .mobile, body .newgamesPage .container .thumb-micro .micro-container .desc h4 .mobile, body .dfgTagPage .container .thumb-micro .micro-container .desc h4 .mobile, body .allgamesPage .container .thumb-micro .micro-container .desc h4 .mobile, body .allreviewsPage .container .thumb-micro .micro-container .desc h4 .mobile, body .searchPage .container .thumb-micro .micro-container .desc h4 .mobile { display: inline-block; top: 2px; margin-left: 2px; position: relative; height: 15px; } body .categoryPage .container .thumb-micro .micro-container .desc h4 .new, body .newgamesPage .container .thumb-micro .micro-container .desc h4 .new, body .dfgTagPage .container .thumb-micro .micro-container .desc h4 .new, body .allgamesPage .container .thumb-micro .micro-container .desc h4 .new, body .allreviewsPage .container .thumb-micro .micro-container .desc h4 .new, body .searchPage .container .thumb-micro .micro-container .desc h4 .new { color: red; font-style: italic; font-weight: bold; display: inline-block; position: relative; top: 2px; margin-left: 2px; height: 15px; } body .categoryPage .container .thumb-micro .micro-container .desc p, body .newgamesPage .container .thumb-micro .micro-container .desc p, body .dfgTagPage .container .thumb-micro .micro-container .desc p, body .allgamesPage .container .thumb-micro .micro-container .desc p, body .allreviewsPage .container .thumb-micro .micro-container .desc p, body .searchPage .container .thumb-micro .micro-container .desc p { height: 25px; } body #footer { background-color: #DDEEF6; padding: 16px 0; } body #footer .foot-bg { background-color: white; border-radius: 5px; padding: 15px; } body #footer .foot-bg header { font-size: 12px; font-weight: bold; } body #footer .foot-bg ul { padding-left: 15px; } body #footer .foot-bg ul li a { font-size: 13px; } body #footer .foot-bg ul li a:first-child { margin-right: 10px; } body #footer .foot-bg ul li a:nth-child(2) { margin-left: 10px; } body #wrapper { position: relative; left: 0px; transition: all 0.4s ease 0s; } body #wrapper.active { position: relative; left: 250px; transition: all 0.4s ease 0s; } body #sidebar-wrapper { left: 0px; margin-left: -250px; width: 250px; position: absolute; height: 100%; overflow-y: auto; z-index: 1000; color: black; transition: all 0.4s ease 0s; background-color: #E3E3E3; border-color: #bfbfbf; } body #sidebar-wrapper ul { list-style: none; margin: 0; padding: 0; } body #sidebar-wrapper ul li { border-bottom: 1px solid #bfbfbf; display: block; } body #sidebar-wrapper ul li.selected::before { width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 10px solid black; display: inline-block; content: ""; position: relative; top: 10px; float: right; } body #sidebar-wrapper ul li .expandCross { font-size: 30px; float: right; position: absolute; width: 30px; height: 30px; display: block; z-index: 99; text-align: center; right: 15px; } body #sidebar-wrapper ul li a { color: black; font-weight: normal; padding: 10px; display: block; } body #sidebar-wrapper ul li ul.dropdown { background-color: white; margin: 0; } body #sidebar-wrapper ul li ul.dropdown li { text-indent: 15px; border-bottom: 1px solid #ccc; } body #sidebar-wrapper ul li ul.dropdown li a { color: black; } body #sidebar-wrapper ul.dropdown { display: none; } body #page-content-wrapper { width: 100%; } body #page-content-wrapper .categories { margin-top: 10px; margin-left: 15px; cursor: pointer; position: relative; z-index: 999999; background-color: transparent; border: none; } body #page-content-wrapper .categories .icon-bar { display: block; width: 30px; height: 4px; border-radius: 2px; background-color: #fff; margin-bottom: 5px; } body #page-content-wrapper #transsheet { display: none; background-color: rgba(0, 0, 0, 0.75); top: 0; bottom: 0; left: 0; right: 0; position: absolute; z-index: 9999; } body #page-content-wrapper #transsheet.trans { display: block; transition: all 0.4s ease 0s; } body .modal-backdrop { display: none; } body #gameImgModal { text-align: center; margin-top: 15%; } body #gameImgModal .close { margin: 3px 3px 0 0; position: relative; font-size: 32px; display: block; z-index: 999; } body #gameReviewModal, body #reviewThanksModal, body #reviewErrorModal { background-color: rgba(0, 0, 0, 0.7); } body #gameReviewModal .close, body #reviewThanksModal .close, body #reviewErrorModal .close { margin-right: 5px; position: relative; z-index: 999; } body #gameReviewModal .modal-dialog, body #reviewThanksModal .modal-dialog, body #reviewErrorModal .modal-dialog { margin-top: 45px; } body #gameReviewModal .modal-dialog .modal-header, body #reviewThanksModal .modal-dialog .modal-header, body #reviewErrorModal .modal-dialog .modal-header { border-bottom: none; } body #gameReviewModal .modal-dialog .modal-body h2, body #reviewThanksModal .modal-dialog .modal-body h2, body #reviewErrorModal .modal-dialog .modal-body h2 { margin-top: 0; font-size: 24px; } body #gameReviewModal .modal-dialog .modal-body .row.space, body #reviewThanksModal .modal-dialog .modal-body .row.space, body #reviewErrorModal .modal-dialog .modal-body .row.space { margin-bottom: 10px; } body #gameReviewModal .modal-dialog .modal-body .row .label, body #reviewThanksModal .modal-dialog .modal-body .row .label, body #reviewErrorModal .modal-dialog .modal-body .row .label { font-weight: bold; } body #gameReviewModal .modal-dialog .modal-body .row .star, body #reviewThanksModal .modal-dialog .modal-body .row .star, body #reviewErrorModal .modal-dialog .modal-body .row .star { display: inline-block; width: 30px; height: 27px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -274px -3546px no-repeat; } body #gameReviewModal .modal-dialog .modal-body .row .star.selected, body #reviewThanksModal .modal-dialog .modal-body .row .star.selected, body #reviewErrorModal .modal-dialog .modal-body .row .star.selected { width: 30px; height: 27px; background: url(/assets/site/de5e01158eecff1f73f011b0d587d9c2_sprites.png) -274px -3593px no-repeat; } body #gameReviewModal .modal-dialog .modal-body .row .error, body #reviewThanksModal .modal-dialog .modal-body .row .error, body #reviewErrorModal .modal-dialog .modal-body .row .error { color: red; border: 1px solid red; } body #gameReviewModal .modal-dialog .modal-body .row .error::-webkit-input-placeholder, body #reviewThanksModal .modal-dialog .modal-body .row .error::-webkit-input-placeholder, body #reviewErrorModal .modal-dialog .modal-body .row .error::-webkit-input-placeholder { color: red; } body #gameReviewModal .modal-dialog .modal-body .row .error:-moz-placeholder, body #reviewThanksModal .modal-dialog .modal-body .row .error:-moz-placeholder, body #reviewErrorModal .modal-dialog .modal-body .row .error:-moz-placeholder { color: red; } body .ln-letters { overflow: hidden; } body .listNavHide { display: none; } body .listNavShow { display: list-item; } body .letterCountShow { display: block; } body .ln-letters a { font-size: 0.9em; display: block; float: left; padding: 2px 6px; border: 1px solid silver; border-right: none; text-decoration: none; } body .ln-letters .ln-last { border-right: 1px solid silver; } body .ln-letters a:hover { background-color: #eaeaea; } body .ln-letters .ln-letters .ln-selected { background-color: #eaeaea; } body .ln-letters .ln-disabled { color: #ccc; } body .ln-letter-count { position: absolute; top: 0; left: 0; width: 20px; text-align: center; font-size: 0.8em; line-height: 1.35; color: #336699; } body #nextReviews { margin-bottom: 15px; } body .reviewsPage .container h1 { border-bottom: 1px solid #ccc; margin-top: 0; padding-bottom: 15px; margin-bottom: 15px; } body .reviewsPage .container ul { margin: 0 0 0 15px; padding: 0; } body .reviewsPage .container ul li { font-size: 14px; } body .reviewsPage .container #social_media { margin-top: 30px; } body .reviewsPage .container .verdict { border: 1px solid #ccc; margin-top: 15px; margin-bottom: 15px; display: inline-block; } body .reviewsPage .container .verdict header { background-color: #06c; color: white; font-weight: bold; font-size: 14px; padding: 5px; } body .reviewsPage .container .verdict .details { padding: 5px; } body .reviewsPage .container .verdict .details h2 { font-size: 13px; margin-top: 10px; } body .reviewsPage .container .verdict .scorebox { height: 100%; padding: 5px; background-color: #00ea00; text-align: center; } body .reviewsPage .container .verdict .scorebox .score { font-size: 46px; } body .reviewsPage .container .back { font-weight: bold; } body #this-search { font-weight: bold; font-style: italic; } body #search_results { border: 1px solid #ddd; margin-bottom: 15px; border-bottom: none; } body #search_results .result { padding: 15px; border-bottom: 1px solid #ddd; } body #search_results .result h4 { margin: 0; } body #search_results .result h4 a { font-size: 14px; } body #callout-pnl { border: 1px solid #b9b9ff; background: #f0f0ff; padding: 15px; margin-bottom: 15px; } body #callout-pnl h2 { font-size: 22px; margin-top: 0; } body #callout-pnl h3 { font-size: 18px; margin: 0; } body#opt_game_page #wrapper.optimised #gameImgModal, body#opt_home_page #wrapper.optimised #gameImgModal { margin-top: 0; z-index: 9999; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content { background-color: #e3e3e3; padding: 10px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content .publisher, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .publisher { display: none; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content .advert, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .advert { margin: 0 0 15px 0; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content .advert .dfg-mob-320-100, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .advert .dfg-mob-320-100 { margin: 0 auto !important; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content .rate-game .sprite_write, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .rate-game .sprite_write { display: inline-block; width: 22px; height: 22px; position: relative; top: 5px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content .rate-game .rate-this-game, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .rate-game .rate-this-game { color: blue; cursor: pointer; font-weight: bold; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content .bg-pnl, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .bg-pnl { background-color: #fff; border-radius: 5px; padding: 10px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content .bg-pnl h2, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .bg-pnl h2 { text-align: center; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content .btn-mbl-download, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .btn-mbl-download { padding: 10px 20px; margin-top: 25px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content .btn-mbl-download i, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .btn-mbl-download i { display: inline-block; margin-top: -15px; margin-bottom: -7px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #game-info-sticky-wrapper, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #game-info-sticky-wrapper { margin: 0 0 15px 0; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #game-info-sticky-wrapper #game-info, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #game-info-sticky-wrapper #game-info { position: relative; z-index: 999; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #game-info-sticky-wrapper #game-info .btn-group, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #game-info-sticky-wrapper #game-info .btn-group { width: 20%; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #game-info-sticky-wrapper #game-info .btn-group:first-child, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #game-info-sticky-wrapper #game-info .btn-group:first-child { width: 40%; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #game-info-sticky-wrapper #game-info .btn-group:last-child, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #game-info-sticky-wrapper #game-info .btn-group:last-child { width: 40%; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #game-info-sticky-wrapper #game-info .btn-group .btn:active, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #game-info-sticky-wrapper #game-info .btn-group .btn:active { background-color: #625c50; color: white; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #game-info-sticky-wrapper #game-info .btn-group .btn.selected, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #game-info-sticky-wrapper #game-info .btn-group .btn.selected { background-color: #625c50; color: white; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content .game-info-pnl, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .game-info-pnl { display: none; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content .game-info-pnl.selected, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .game-info-pnl.selected { display: block; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content h3, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content h3 { font-size: 22px; height: auto; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #exclusive-review .pros-conns, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #exclusive-review .pros-conns { margin-top: 5px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #exclusive-review .pros-conns ul, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #exclusive-review .pros-conns ul { margin-top: 5px; padding-left: 15px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #exclusive-review .score, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #exclusive-review .score { font-weight: bold; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #exclusive-review .score span, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #exclusive-review .score span { color: blue; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #exclusive-review .score span.no, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #exclusive-review .score span.no { font-size: 24px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #exclusive-review .score span.sm, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #exclusive-review .score span.sm { font-size: 13px; margin-left: 3px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #rateThisGame, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #rateThisGame { margin: 15px auto; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #scroller, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #scroller { height: 169px; width: 100%; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-wrapper, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-wrapper { height: 169px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-wrapper .bx-viewport, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-wrapper .bx-viewport { height: 169px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-wrapper .bx-viewport ul.bxslider, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-wrapper .bx-viewport ul.bxslider { width: auto; margin: 0; padding: 0; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-wrapper .bx-viewport ul.bxslider li, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-wrapper .bx-viewport ul.bxslider li { width: auto; margin-right: 5px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-wrapper .bx-viewport ul.bxslider li.video, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-wrapper .bx-viewport ul.bxslider li.video { width: 300px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-wrapper .bx-viewport ul.bxslider li img, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-wrapper .bx-viewport ul.bxslider li img, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-wrapper .bx-viewport ul.bxslider li iframe, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-wrapper .bx-viewport ul.bxslider li iframe { max-height: 169px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-controls, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-controls { margin-bottom: 10px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-controls .bx-controls-direction, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-controls .bx-controls-direction { text-align: center; padding: 5px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-controls .bx-controls-direction a, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-controls .bx-controls-direction a { padding: 5px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-controls .bx-pager-item, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #scroller .bx-controls .bx-pager-item { display: inline-block; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanks-strapline h1, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #thanks-strapline h1 { width: 100%; text-align: center; font-size: 17px; font-weight: bold; padding: 0 0 11px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #ip_dfg_advert_middle, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content #ip_dfg_advert_middle { background-color: #fff; margin-top: 30px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #header, body#opt_home_page #wrapper.optimised #page-content-wrapper #header { padding: 5px 0; } body#opt_game_page #wrapper.optimised #page-content-wrapper #header .sprite_dfg_search_mob, body#opt_home_page #wrapper.optimised #page-content-wrapper #header .sprite_dfg_search_mob { display: block; margin-top: 3px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #search-show, body#opt_home_page #wrapper.optimised #page-content-wrapper #search-show { cursor: pointer; } body#opt_game_page #wrapper.optimised #page-content-wrapper #search-expand, body#opt_home_page #wrapper.optimised #page-content-wrapper #search-expand { display: none; margin-top: 10px; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content { padding: 10px 0; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .sprite_mobile_icon { display: inline-block; float: right; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content h1 { margin: 0; padding: 5px 5px 17px; font-size: 20px; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .head { margin-bottom: 5px; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .head h2 { color: #173966; font-size: 25px; margin-right: 90px; display: table; height: 42px; overflow: hidden; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .head h2 span { display: table-cell; vertical-align: middle; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .head .btn-default.mobile { background-color: #173966; color: white; float: right; font-size: 19px; margin-top: 0 !important; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .head:after { display: block; visibility: hidden; clear: both; height: 0; content: "."; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .thumb { height: auto; padding: 0; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .thumb .spacer { -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25); box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25); background-color: white; margin: 0 5px; padding: 10px; text-align: center; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .thumb .spacer.pressed { -webkit-box-shadow: inset 1px 1px 5px #000000; box-shadow: inset 1px 1px 5px #000000; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .thumb .spacer .game-img { margin: 0px; min-height: 95px; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .thumb .spacer .game-img img { max-height: 150px; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .thumb .spacer a { height: 35px; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .thumb.thumb-lg { height: auto; padding: 0; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .thumb.thumb-lg .spacer .game-img { min-height: 62px; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .thumb.thumb-lg .spacer h4, body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .thumb.thumb-lg .spacer p { text-align: left; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .thumb.thumb-lg .spacer h4 { margin-left: -20px; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .thumb.thumb-lg .spacer p { font-size: 18px; color: #6f6f6f; font-weight: bold; padding: 8px; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .kixer-panel { background: white; -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05); box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05); } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .__kx_squares_1x2 .__kx_squares_unit_title { font-size: 25px !important; } @media (max-width: 350px) { body h2 { font-size: 14px!important; } } @media (max-width: 375px) { body #scroller { height: 169px !important; width: 100%; } body #scroller .bx-wrapper { height: 169px !important; } body #scroller .bx-wrapper .bx-viewport { height: 169px !important; } body #scroller .bx-wrapper .bx-viewport ul.bxslider { width: auto; margin: 0; padding: 0; } body #scroller .bx-wrapper .bx-viewport ul.bxslider li { height: 169px !important; width: auto!important; margin-right: 5px; } body #scroller .bx-wrapper .bx-viewport ul.bxslider li.video { width: 300px!important; } body #scroller .bx-wrapper .bx-viewport ul.bxslider li img, body #scroller .bx-wrapper .bx-viewport ul.bxslider li iframe { max-height: 169px !important; } } @media (min-width: 376px) and (max-width: 767px) { body #scroller { height: 169px !important; width: 100%; } body #scroller .bx-wrapper { height: 169px !important; } body #scroller .bx-wrapper .bx-viewport { height: 169px !important; } body #scroller .bx-wrapper .bx-viewport ul.bxslider { width: auto; margin: 0; padding: 0; } body #scroller .bx-wrapper .bx-viewport ul.bxslider li { height: 169px !important; width: auto!important; margin-right: 5px; } body #scroller .bx-wrapper .bx-viewport ul.bxslider li.video { width: 300px!important; } body #scroller .bx-wrapper .bx-viewport ul.bxslider li img, body #scroller .bx-wrapper .bx-viewport ul.bxslider li iframe { max-height: 169px !important; } body .container .space-me { margin: 0 auto 1rem; } body #page-content .thumb.short { height: 235px !important; } } /* IPAD PORTRAIT */ @media (min-width: 768px) and (max-width: 991px) { body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content.take-over-disabled { padding-top: 92px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content.take-over-disabled #ip_dfg_advert_top { position: absolute; left: 50%; margin-left: -345px !important; top: -86px; display: block; width: 690px; } body .__kx_squares_1x2 .__kx_squares_element { width: 22% !important; padding-left: 3% !important; } body #scroller { height: 332px !important; width: 100%; } body #scroller .bx-wrapper { height: 332px !important; } body #scroller .bx-wrapper .bx-viewport { height: 332px !important; } body #scroller .bx-wrapper .bx-viewport ul.bxslider { width: auto; margin: 0; padding: 0; } body #scroller .bx-wrapper .bx-viewport ul.bxslider li { height: 332px !important; width: auto !important; margin-right: 5px; } body #scroller .bx-wrapper .bx-viewport ul.bxslider li.video { width: 589px !important; } body #scroller .bx-wrapper .bx-viewport ul.bxslider li img, body #scroller .bx-wrapper .bx-viewport ul.bxslider li iframe { max-height: 332px !important; } body .container .space-me { margin: 0 0 1.5rem -0.5rem; } } /* IPAD LANDSCAPE */ @media (min-width: 992px) and (max-width: 1199px) { body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content.take-over-disabled { padding-top: 110px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content.take-over-disabled #ip_dfg_advert_top { position: absolute; left: 50%; margin-left: -465px !important; top: -110px; display: block; width: 930px; } body#opt_game_page .jump-advert-container { width: 336px; height: 280px; margin: 0 auto; } body .__kx_squares_1x2 .__kx_squares_element { width: 22% !important; padding-left: 3% !important; } body #scroller { height: 332px !important; width: 100%; } body #scroller .bx-wrapper { height: 332px !important; } body #scroller .bx-wrapper .bx-viewport { height: 332px !important; } body #scroller .bx-wrapper .bx-viewport ul.bxslider { width: auto; margin: 0; padding: 0; } body #scroller .bx-wrapper .bx-viewport ul.bxslider li { height: 332px !important; width: auto !important; margin-right: 5px; } body #scroller .bx-wrapper .bx-viewport ul.bxslider li.video { width: 589px !important; } body #scroller .bx-wrapper .bx-viewport ul.bxslider li img, body #scroller .bx-wrapper .bx-viewport ul.bxslider li iframe { max-height: 332px !important; } body .container .space-me { margin: 0 0 2rem -1.5rem; } body#opt_home_page #wrapper.tablet.optimised #page-content-wrapper #page-content .thumb.short { height: 250px; } } @media (min-width: 0) and (max-width: 767px) { body #div-gpt-ad-1489578553243-0 { display: none !important; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content.take-over-disabled { padding-top: 92px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content.take-over-disabled #ip_dfg_advert_top { position: absolute; left: 50%; margin-left: -160px !important; top: -80px; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content h1 { font-size: 13px; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .head { margin-bottom: 15px; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .head h2 { height: 36px; font-size: 17px; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content h3 { font-size: 16px; padding-left: 0; margin-top: 10px; margin-left: -15px; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .head .btn-default.mobile { font-size: 16px; } body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .thumb.thumb-lg .spacer p { font-size: 12px; } body .container .space-me { margin: 0 auto 1rem; } } @media (min-width: 0) and (max-width: 320px) { body#opt_home_page #wrapper.optimised #page-content-wrapper #page-content .advert .dfg-mob-320-100 { margin: 0 -15px 0 -15px !important; } .dfg-banner { margin: 0!important; } .dfg-banner-2 { margin: 0!important; } .dfg-square { margin: 0!important; } .dfg-square-2 { margin: 0!important; } .dfg-mob-320-wide { margin: 15px -15px 15px -15px !important; } .dfg-mob-320-50 { margin: 0 -15px 15px -15px !important; } .dfg-mob-320-100 { margin: 0 -15px 15px -15px !important; } .dfg-mob-300-250 { margin: 0 -15px 15px -15px !important; } #ip_dfg_advert_middle_2 { margin: 0 -15px 0 -15px !important; } #ip_dfg_advert_middle { margin: 0 -15px 15px -15px !important; } #opt_game_page #ip_dfg_advert_top { margin: 0 -15px 15px -27px !important; } #opt_game_page #mobileDlIosLink, #opt_game_page #mobileDlAndroidLink { margin: 0 -27px; } #opt_game_page #ip_dfg_advert_middle, #opt_game_page #ip_dfg_advert_middle_2 { margin: 0 -15px 15px -21px !important; } #category_page #ip_dfg_advert_middle { margin: 0 !important; } } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling.blueBg { background-color: #01366c; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling h5 { margin-top: 0; font-size: 18px; font-weight: bold; line-height: 22px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .mobileDlIosLink, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .mobileDlAndroidLink, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .btn-mbl-download { margin-left: -15px; margin-right: -15px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .mobileDlIosLink i, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .mobileDlAndroidLink i, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .btn-mbl-download i { margin-top: -5px; margin-bottom: -5px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .btn-mbl-download { padding: 7px 10px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .btn-mbl-download b { font-weight: normal; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .tfi_game1 { padding-bottom: 15px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .tfi_game1 .img-responsive { margin: 0 auto; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .tfi_game1 .btn-mbl-download i { margin-right: 8px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .tfi_game1 .btn-mbl-download em { font-style: normal; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .tfi_game2 .longDesc .btn-mbl-download i, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .tfi_game3 .longDesc .btn-mbl-download i { margin: 0 8px 0 0 !important; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .tfi_game2 .btn-mbl-download span.bigBtn, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .tfi_game3 .btn-mbl-download span.bigBtn { font-size: 14px; display: inline-block; line-height: 16px; padding-left: 5px; text-align: left; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .tfi_game2 .btn-mbl-download span.bigBtn b, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .tfi_game3 .btn-mbl-download span.bigBtn b { display: block; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .tfi_game2 .btn-mbl-download em, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling .tfi_game3 .btn-mbl-download em { font-style: normal; padding-left: 5px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant3 .recommendedForYou, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant4 .recommendedForYou { font-size: 18px; font-weight: bold; padding-bottom: 20px; border-top: 1px solid #ccc; padding-top: 20px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant3 .row, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant4 .row { padding-bottom: 20px; border-bottom: 1px solid #ccc; margin-bottom: 20px; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant3 .row .mobileDlIosLink, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant4 .row .mobileDlIosLink, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant3 .row .mobileDlAndroidLink, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant4 .row .mobileDlAndroidLink, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant3 .row .btn-mbl-download, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant4 .row .btn-mbl-download { margin-left: 0; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant3 .row .mobileDlIosLink i, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant4 .row .mobileDlIosLink i, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant3 .row .mobileDlAndroidLink i, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant4 .row .mobileDlAndroidLink i, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant3 .row .btn-mbl-download i, body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant4 .row .btn-mbl-download i { margin-right: 5px !important; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant3 .row .gameStarRank { display: none; } body#opt_game_page #wrapper.optimised #page-content-wrapper #page-content #thanksForInstalling #tfi_variant4 .row .gameUltraShortDesc { display: none; } @media (max-width: 375px) { body .fixed-lg.img-responsive { margin: 0 auto 15px auto; } body .navbar-form { padding-top: 0; } body .img-responsive.centre { margin: 0 auto 15px auto; } body #page-content-wrapper .categories { margin-left: 0; margin-top: 5px; } body #page-content .thumb { margin-bottom: 15px; height: 240px; } body #page-content .thumb.short { height: 185px; } body #page-content .thumb.short h4 a { height: 20px; display: block; } body #page-content .thumb .game-img { margin-bottom: 10px; margin-top: 0px; min-height: 145px; } body #page-content .thumb .game-img img { margin: 0 auto; } body #page-content .thumb h4 a { height: 15px; display: block; } body #page-content .thumb h5 { margin: 5px 0 2px; text-align: center; } body #page-content .thumb p { height: 55px; font-size: 12px; } body #page-content .thumb-sm { height: 115px; margin-bottom: 5px; } body #page-content .thumb-sm h4 { display: inline-block; font-size: 12px; margin: 10px 0 5px 0; position: absolute; } body #page-content .thumb-sm a { font-size: 11px; position: relative; display: block; } body #page-content .thumb-sm p { margin-top: 5px; height: auto; } body #page-content .b-header { font-size: 18px; } body .reviewsPage .container h1 { margin-top: 15px; } body#new_games_page .thumb-micro h4 { font-size: 13px; margin: 0; } body#new_games_page .thumb-micro h4 a { height: 15px; } body#new_games_page .thumb-micro p { height: 50px; } body .container .h-p-1 { font-size: 16px; } } @media (min-width: 376px) and (max-width: 767px) { body .fixed-lg.img-responsive { margin: 0 auto 15px auto; } body .navbar-form { padding-top: 0; } body .img-responsive.centre { margin: 0 auto 15px auto; } body #page-content .thumb { margin-bottom: 15px; height: 255px; } body #page-content .thumb.short { height: 195px; } body #page-content .thumb.short .game-img { min-height: 155px; } body #page-content .thumb.short h4 { height: 20px; } body #page-content .thumb.short h4 a { height: 50px; display: block; } body #page-content .thumb.short h5 { margin: 5px 0 2px; text-align: center; } body #page-content .thumb .game-img { margin-bottom: 10px; margin-top: 0; min-height: 156px; } body #page-content .thumb .game-img img { margin: 0 auto; } body #page-content .thumb h4 a { height: 15px; display: block; } body #page-content .thumb p { height: 50px; font-size: 12px; } body #page-content .thumb-sm { height: 90px; margin-bottom: 5px; } body #page-content .thumb-sm h4 { display: inline-block; font-size: 12px; margin: 10px 0 5px 0; position: absolute; } body #page-content .thumb-sm a { font-size: 11px; position: relative; display: block; } body #page-content .thumb-sm p { margin-top: 5px; height: auto; } body .reviewsPage .container h1 { margin-top: 15px; } body#new_games_page .thumb-micro h4 { font-size: 13px; margin: 0; } body#new_games_page .thumb-micro h4 a { height: 15px; } body#new_games_page .thumb-micro p { height: 50px; } body .container .h-p-1 { font-size: 16px; } } /* IPAD PORTRAIT */ @media (min-width: 768px) and (max-width: 991px) { body .fixed-lg.img-responsive { min-width: auto; margin: auto; } body #page-content .thumb { height: 165px; } body #page-content .thumb.vshort { height: 140px; } body #page-content .thumb.vshort h4 a { height: 30px; display: block; } body #page-content .thumb.short { height: 180px; } body #page-content .thumb.short h4 a { height: 30px; display: block; } body #page-content .thumb h4 a { height: 15px; display: block; } body #page-content .thumb h5 { margin: 5px 0 2px; text-align: center; } body #page-content .thumb p { height: 50px; font-size: 12px; } body #page-content .thumb .game-img { min-height: 90px; margin-top: 0; } body #page-content .thumb-sm { height: auto; } body #page-content .thumb-sm h4 { display: inline-block; font-size: 12px; } body #page-content .thumb-sm p { margin-top: 5px; height: 55px; } body .reviewsPage .container h1 { margin-top: 15px; } body#new_games_page .thumb-micro h4 { font-size: 14px; margin: 0; } body#new_games_page .thumb-micro h4 a { height: 16px; } body#new_games_page .thumb-micro p { height: 50px; } } /* IPAD LANDSCAPE */ @media (min-width: 992px) and (max-width: 1199px) { body .fixed-lg.img-responsive { min-width: auto; margin: auto; } body #page-content .thumb { min-height: 220px; height: 220px; } body #page-content .thumb.vshort { min-height: 180px; height: 180px; } body #page-content .thumb.short { min-height: 215px; } body #page-content .thumb.short h4 a { height: 30px; display: block; } body #page-content .thumb h4 a { height: 15px; display: block; } body #page-content .thumb h5 { margin: 5px 0 2px; text-align: center; } body #page-content .thumb p { height: 50px; font-size: 12px; } body #page-content .thumb .game-img { min-height: 128px; margin-top: 0; } body #page-content .thumb-sm h4 { position: relative; } body .reviewsPage .container h1 { margin-top: 15px; } body#new_games_page .thumb-micro h4 { font-size: 16px; margin: 0; } body#new_games_page .thumb-micro h4 a { height: 20px; } body#new_games_page .thumb-micro p { height: 65px; } } #scrollable-dropdown-menu div.tt-menu { background: white; padding: 10px; } #scrollable-dropdown-menu div.tt-menu div.tt-dataset div.tt-suggestion { color: black; } </style> <link rel="shortcut icon" type="image/x-icon" href="//fea.iwincdn.com/assets/www_download-free-games_com/favicon-1ff7a99455b5cf8c26886e74e9b9af5dc1f80d96250a0ba839e048875bdd8089.ico" /> <link href="//fea.iwincdn.com/assets/www_download-free-games_com/ios/touch_icon_57_57-35edb3981adf8ad219683532ad884882fa920af0e5830026eafc16390afa6c43.png" rel="apple-touch-icon" alt="apple touch icon" type="image/png" /> <link href="//fea.iwincdn.com/assets/www_download-free-games_com/ios/touch_icon_60_60-11c68540d1a0913dbf671d399b1e70775c0c904f0a01eff7060368923534c92a.png" rel="apple-touch-icon" alt="apple touch icon" type="image/png" sizes="60x60"/> <link href="//fea.iwincdn.com/assets/www_download-free-games_com/ios/touch_icon_72_72-f2ee76ea642e1ba23ea6206344310b89ee68a14c8a29be253b0b99a45a66688d.png" rel="apple-touch-icon" alt="apple touch icon" type="image/png" sizes="72x72"/> <link href="//fea.iwincdn.com/assets/www_download-free-games_com/ios/touch_icon_76_76-1e8efeed69e6d704686fce3e5b5559adea75e45465c54b0418ff7f190c33485a.png" rel="apple-touch-icon" alt="apple touch icon" type="image/png" sizes="76x76"/> <link href="//fea.iwincdn.com/assets/www_download-free-games_com/ios/touch_icon_114_114-0d1e7d72a75f0b0aaed12bfc9ffd51e6b2e7a8dc1598c1a3835e8411186059fa.png" rel="apple-touch-icon" alt="apple touch icon" type="image/png" sizes="114x114"/> <link href="//fea.iwincdn.com/assets/www_download-free-games_com/ios/touch_icon_120_120-e60abf7611b1c3be38cf12adf921362979f88d58611a65cc732d33e8466c8cb6.png" rel="apple-touch-icon" alt="apple touch icon" type="image/png" sizes="120x120"/> <link href="//fea.iwincdn.com/assets/www_download-free-games_com/ios/touch_icon_144_144-ec8bed61b64c8d61dbab02bac0ec557c10a3609bd903c59f60791817c53c3465.png" rel="apple-touch-icon" alt="apple touch icon" type="image/png" sizes="144x144"/> <link href="//fea.iwincdn.com/assets/www_download-free-games_com/ios/touch_icon_152_152-8b53f48e32a9ec27dfcc984252c93152f1d461c6c3a188a40308c6584b29d984.png" rel="apple-touch-icon" alt="apple touch icon" type="image/png" sizes="152x152"/> <link href="//fea.iwincdn.com/assets/www_download-free-games_com/ios/touch_icon_180_180-508427b4de0631a1e5e537f6c41c8513f8eefbc9090b8dc89124a8f43542c330.png" rel="apple-touch-icon" alt="apple touch icon" type="image/png" sizes="180x180"/> <!-- Start Visual Website Optimizer Asynchronous Code --> <script type='text/javascript'> var _vwo_code=(function(){ var account_id=9583,settings_tolerance=2000,library_tolerance=2500,use_existing_jquery=false,f=false,d=document; return{use_existing_jquery:function(){return use_existing_jquery;}, library_tolerance:function(){return library_tolerance;}, finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}}, finished:function(){return f;}, load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);}, init:function(){settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);this.load('//dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&r='+Math.random());var a=d.createElement('style'),b='body{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);return settings_timer;}}; }()); _vwo_settings_timer=_vwo_code.init(); </script> <!-- End Visual Website Optimizer Asynchronous Code --> <link rel="canonical" href="//www.download-free-games.com/"/> <meta name="csrf-param" content="authenticity_token" /> <meta name="csrf-token" content="dhfUP83gf5JRCBU/jGw8ORRZfCaNN/QhjsyGMQjhHzByrqTG5Ml4UCLquMtxHiBeHAV29+K8yNUyGnvZBhwT6g==" /> <script type="text/javascript" async="async" src="//widgets.outbrain.com/outbrain.js"></script> <script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({home:'auto'}); !function (e, f, u) { e.async = 1; e.src = u; f.parentNode.insertBefore(e, f); }(document.createElement('script'), document.getElementsByTagName('script')[0], '//cdn.taboola.com/libtrc/iwin-downloadfreegames/loader.js'); </script> </head> <body id="" data-channel-code="www_download-free-games_com" data-host="www.download-free-games.com" data-page-id="home" data-nav-id="home" data-simpledomainname="download-free-games.com" data-top-ad-id="6019523422" data-middle-ad-id="3205657820" data-bottom-ad-id="3205657820" data-devicetype="pc" data-gamepopover="false" data-call-to-action="Play now" data-use-reviews-service="true"> <!-- Start Date: 2017-07-12 10:32:08 +0000 Device: deviceType=[pc-other] is_pc=true is_tablet?=false is_mobile?=false is_ios?=false UA=[Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36] --> <script> dataLayer = [{'googleTagManagerId': 'GTM-N99T79'}]; </script> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-N99T79" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script> var _gaq = _gaq || []; var gtm_timeout_id; var gtm_timeoutFunction = function() { if(typeof jQuery == 'undefined') { clearTimeout(gtm_timeout_id); } if (typeof jQuery !== 'undefined') { (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!=='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-N99T79'); } else { gtm_timeout_id = setTimeout(gtm_timeoutFunction, 100); } }; gtm_timeoutFunction(); </script> <div id="content" class="home"> <div class="container"> <div id="header" class="row"> <div class="col-lg-8 col-md-8 col-sm-8 col-xs-12"> <a href="/" class="lnkLogo"> <img class="logo" src="//cdn.download-free-games.com/cf/images/nfe/ui/header-logo.png" alt="Download Free Games" title="Download Free Games" width="380" height="90"> </a> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <ul class="hdr-bullets"> <li> <img src="//cdn.download-free-games.com/cf/images/nfe/ui/icons/safesecure.png" width="27" height="30"> No Adware or Spyware </li> <li> Safe &amp; Easy Downloads </li> <li> No pirated software, 100% legal games </li> </ul> </div> </div> <div id="navigation" class="row"> <div class="col-lg-9 col-md-9 col-sm-9 col-xs-12"> <ul class="nav"> <li> <a href="/" target="_parent"> Home </a> </li> <li> <a href="/download/cat/freeware" target="_parent"> Free PC Games </a> </li> <li> <a href="/mobile" target="_parent"> Free Mobile Games </a> </li> <li class="has-dropdown"> <a href="#" target="_parent"> Games by Genre </a> <ul class="two-col-dropdown"> <li> <ul class="left"> <li> <a href="/download/cat/adventure"> Adventure </a> </li> <li> <a href="/download/cat/arcade"> Arcade </a> </li> <li> <a href="/download/cat/board"> Board </a> </li> <li> <a href="/download/cat/cards"> Cards </a> </li> <li> <a href="/chess"> Chess </a> </li> <li> <a href="/download/cat/hidden_objects"> Hidden Object </a> </li> <li> <a href="/download/cat/kids"> Kids </a> </li> <li> <a href="/download/cat/match_3"> Match 3 </a> </li> </ul> </li> <li> <ul class="right"> <li> <a href="/pool"> Pool </a> </li> <li> <a href="/download/cat/puzzle"> Puzzle </a> </li> <li> <a href="/download/cat/racing"> Racing </a> </li> <li> <a href="/download/cat/rpg"> RPG </a> </li> <li> <a href="/download/cat/simulation"> Simulation </a> </li> <li> <a href="/download/cat/sports_simulation"> Sports </a> </li> <li> <a href="/download/cat/war_strategy"> War &amp; Strategy </a> </li> <li> <a href="/word"> Word </a> </li> </ul> </li> </ul> </li> <li> <a href="http://jewelquest.com/" target="_parent"> Jewel Quest </a> </li> </ul> </div> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12"> <form class="navbar-form navbar-left" role="search"> <div id="scrollable-dropdown-menu" class="form-group col-lg-9 col-md-9 col-sm-9 col-xs-9"> <input id="searchBox" type="text" class="typeahead form-control" placeholder="Search Games"> </div> <button id="searchButton" data-channel="www_download-free-games_com" type="submit" class="btn btn-default col-lg-3 col-md-3 col-sm-3 col-xs-3">Search</button> </form> </div> </div> <div id="page-content" class="row"> <div class="row"> <div class="advert col-lg-12 col-md-12 col-sm-hidden col-xs-hidden"> <div id="ip_dfg_advert_top" class="take-over-disabled"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- DFG_Responsive_Banner --> <ins class="adsbygoogle dfg-banner" style="display:block" data-ad-client="ca-pub-3849277388049950" data-ad-slot="6019523422" data-ad-format="auto"> </ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> </div> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="row"> <div class="col-lg-10 col-md-10 col-sm-10 col-xs-12"> <h1>Download Free Games - Providing Free Games for Over a Decade</h1> <p>Play the best free games on your PC or Mobile device. Download or play free online!</p> </div> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-12"> </div> </div> <div class="module row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <h2 class="h-g-orange-1" id="firstCategoryTitle">1. Most Popular Download Games</h2> <p>Download free full version games for your PC</p> <div data-game-pos="0" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mostPopular"> <div class="game-img"> <a href="/pc/minecraft.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/minecraft_feat.jpg" alt="Minecraft" title="Minecraft" class="img-responsive"> </a> </div> <h4> <a href="/pc/minecraft.htm">Minecraft</a> </h4> <p>Let your imagination fly and build your own world in Minecraft!</p> </div> <div data-game-pos="1" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mostPopular"> <div class="game-img"> <a href="/pc/pac_man.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/pac_man_feat.jpg" alt="Pac-Man" title="Pac-Man" class="img-responsive"> </a> </div> <h4> <a href="/pc/pac_man.htm">Pac-Man</a> </h4> <p>The official version of the classic arcade game!</p> </div> <div data-game-pos="2" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mostPopular"> <div class="game-img"> <a href="/pc/farm_mania.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/farm_mania_feat.jpg" alt="Farm Mania" title="Farm Mania" class="img-responsive"> </a> </div> <h4> <a href="/pc/farm_mania.htm">Farm Mania</a> </h4> <p>How far would you go to save your pet?</p> </div> <div data-game-pos="3" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mostPopular"> <div class="game-img"> <a href="/pc/burger_shop2.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/burger_shop2_feat.jpg" alt="Burger Shop 2" title="Burger Shop 2" class="img-responsive"> </a> </div> <h4> <a href="/pc/burger_shop2.htm">Burger Shop 2</a> </h4> <p>Click fast and recreate a tasty burger empire!</p> </div> <div data-game-pos="4" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mostPopular"> <div class="game-img"> <a href="/arcade_game_download/chicken_invaders2.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/chicken_invaders2_feat.jpg" alt="Chicken Invaders 2" title="Chicken Invaders 2" class="img-responsive"> </a> </div> <h4> <a href="/arcade_game_download/chicken_invaders2.htm">Chicken Invaders 2</a> </h4> <p>Save the universe from evil invading chickens!</p> </div> <div data-game-pos="5" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mostPopular"> <div class="game-img"> <a href="/pc/big-city-adventure-rome.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/big-city-adventure-rome_feat.jpg" alt="Big City Adventure: Rome" title="Big City Adventure: Rome" class="img-responsive"> </a> </div> <h4> <a href="/pc/big-city-adventure-rome.htm">Big City Adventure: Rome</a> </h4> <p>The latest chapter in the hit hidden object series!</p> </div> <div data-game-pos="6" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mostPopular"> <div class="game-img"> <a href="/pc/sea-of-lies-nemesis-collectors-edition.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/sea-of-lies-nemesis-collectors-edition_feat.jpg" alt="Sea of Lies: Nemesis Collector&#39;s Edition" title="Sea of Lies: Nemesis Collector&#39;s Edition" class="img-responsive"> </a> </div> <h4> <a href="/pc/sea-of-lies-nemesis-collectors-edition.htm">Sea of Lies: Nemesis Collector&#39;s Edition</a> </h4> <p>This murdererís calling card is your nemesis.</p> </div> <div data-game-pos="7" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mostPopular"> <div class="game-img"> <a href="/pc/hearts-medicine-hospital-heat-platinum-edition.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/hearts-medicine-hospital-heat-platinum-edition_feat.jpg" alt="Heart&#39;s Medicine: Hospital Heat Collector&#39;s Edition" title="Heart&#39;s Medicine: Hospital Heat Collector&#39;s Edition" class="img-responsive"> </a> </div> <h4> <a href="/pc/hearts-medicine-hospital-heat-platinum-edition.htm">Heart&#39;s Medicine: Hospital Heat Collector&#39;s Edition</a> </h4> <p>Your favorite doctor is back!</p> </div> <div data-game-pos="8" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mostPopular"> <div class="game-img"> <a href="/pc/mystery-case-files-dire-grove-sacred-grove-ce.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/mystery-case-files-dire-grove-sacred-grove-ce_feat.jpg" alt="Mystery Case Files: Dire Grove, Sacred Grove Collector&#39;s Edition" title="Mystery Case Files: Dire Grove, Sacred Grove Collector&#39;s Edition" class="img-responsive"> </a> </div> <h4> <a href="/pc/mystery-case-files-dire-grove-sacred-grove-ce.htm">Mystery Case Files: Dire Grove, Sacred Grove Collector&#39;s Edition</a> </h4> <p>Dire Grove has been plunged into a record-defying cold!</p> </div> <div data-game-pos="9" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mostPopular"> <div class="game-img"> <a href="/pc/fantasy-mosaics-22-summer-vacation.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/fantasy-mosaics-22-summer-vacation_feat.jpg" alt="Fantasy Mosaics 22: Summer Vacation" title="Fantasy Mosaics 22: Summer Vacation" class="img-responsive"> </a> </div> <h4> <a href="/pc/fantasy-mosaics-22-summer-vacation.htm">Fantasy Mosaics 22: Summer Vacation</a> </h4> <p>Join the penguins on their summer vacation to the South pole!</p> </div> <div data-game-pos="10" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mostPopular"> <div class="game-img"> <a href="/pc/rescue-team-7-collectors-edition.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/rescue-team-7-collectors-edition_feat.jpg" alt="Rescue Team 7: Collector&#39;s Edition" title="Rescue Team 7: Collector&#39;s Edition" class="img-responsive"> </a> </div> <h4> <a href="/pc/rescue-team-7-collectors-edition.htm">Rescue Team 7: Collector&#39;s Edition</a> </h4> <p>Mother Nature has met her match!</p> </div> <div data-game-pos="11" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mostPopular"> <div class="game-img"> <a href="/pc/dr-cares-pet-rescue-911-platinum-edition.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/dr-cares-pet-rescue-911-platinum-edition_feat.jpg" alt="Dr. Cares - Pet Rescue Collector&#39;s Edition" title="Dr. Cares - Pet Rescue Collector&#39;s Edition" class="img-responsive"> </a> </div> <h4> <a href="/pc/dr-cares-pet-rescue-911-platinum-edition.htm">Dr. Cares - Pet Rescue Collector&#39;s Edition</a> </h4> <p>Take care of adorable pets and animals, and become a real vet!</p> </div> </div> </div> <div class="row"> <div class="advert col-lg-12 col-md-12 col-sm-hidden col-xs-hidden"> <div id="ip_dfg_advert_middle"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- DFG_Homepage_Responsive --> <ins class="adsbygoogle dfg-banner" style="display:block" data-ad-client="ca-pub-3849277388049950" data-ad-slot="3205657820" data-ad-format="auto"> </ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> </div> </div> <div class="module row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <h2 class="h-g-orange-1" id="secondCategoryTitle">2. Most Recent Free PC Download Games</h2> <p>New Games Added Daily!</p> <div data-game-pos="0" class="thumb vtall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="freewareGames"> <div class="date">July 11</div> <div class="game-img"> <a href="/pc/midnight-mysteries-ghostwriting-collectors-edition.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/midnight-mysteries-ghostwriting-collectors-edition_feat.jpg" alt="Midnight Mysteries: Ghostwriting Collector&#39;s Edition" title="Midnight Mysteries: Ghostwriting Collector&#39;s Edition" class="img-responsive"> </a> </div> <h4> <a href="/pc/midnight-mysteries-ghostwriting-collectors-edition.htm">Midnight Mysteries: Ghostwriting Collector&#39;s Edition</a> </h4> <p>Classical literature comes to life!</p> </div> <div data-game-pos="1" class="thumb vtall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="freewareGames"> <div class="date">July 9</div> <div class="game-img"> <a href="/pc/time-management-power-pack.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/time-management-power-pack_feat.jpg" alt="Time Management Power Pack" title="Time Management Power Pack" class="img-responsive"> </a> </div> <h4> <a href="/pc/time-management-power-pack.htm">Time Management Power Pack</a> </h4> <p>Three action-packed time management game in one!</p> </div> <div data-game-pos="2" class="thumb vtall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="freewareGames"> <div class="date">July 9</div> <div class="game-img"> <a href="/pc/dark-parables-the-little-mermaid-and-the-purple-tide-ce.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/dark-parables-the-little-mermaid-and-the-purple-tide-ce_feat.jpg" alt="Dark Parables: The Little Mermaid and the Purple Tide CE" title="Dark Parables: The Little Mermaid and the Purple Tide CE" class="img-responsive"> </a> </div> <h4> <a href="/pc/dark-parables-the-little-mermaid-and-the-purple-tide-ce.htm">Dark Parables: The Little Mermaid and the Purple Tide CE</a> </h4> <p> Beware the purple tide.</p> </div> <div data-game-pos="3" class="thumb vtall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="freewareGames"> <div class="date">July 7</div> <div class="game-img"> <a href="/pc/5-star-rio-resort.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/5-star-rio-resort_feat.jpg" alt="5 Star Rio Resort" title="5 Star Rio Resort" class="img-responsive"> </a> </div> <h4> <a href="/pc/5-star-rio-resort.htm">5 Star Rio Resort</a> </h4> <p>Create a 5-Star holiday paradise!</p> </div> <div data-game-pos="4" class="thumb vtall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="freewareGames"> <div class="date">July 5</div> <div class="game-img"> <a href="/pc/the-rosebud-condominium.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/the-rosebud-condominium_feat.jpg" alt="The Rosebud Condominium" title="The Rosebud Condominium" class="img-responsive"> </a> </div> <h4> <a href="/pc/the-rosebud-condominium.htm">The Rosebud Condominium</a> </h4> <p>A quick-paced hidden object game spanning the universe!</p> </div> <div data-game-pos="5" class="thumb vtall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="freewareGames"> <div class="date">July 4</div> <div class="game-img"> <a href="/pc/evoland-ii.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/evoland-ii_feat.jpg" alt="Evoland II" title="Evoland II" class="img-responsive"> </a> </div> <h4> <a href="/pc/evoland-ii.htm">Evoland II</a> </h4> <p>Travel through time watch your gameplay evolve as you move along the storyline</p> </div> <div data-game-pos="6" class="thumb vtall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="freewareGames"> <div class="date">July 3</div> <div class="game-img"> <a href="/pc/the-next-penelope-race-to-odysseus.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/the-next-penelope-race-to-odysseus_feat.jpg" alt="The Next Penelope: Race to Odysseus" title="The Next Penelope: Race to Odysseus" class="img-responsive"> </a> </div> <h4> <a href="/pc/the-next-penelope-race-to-odysseus.htm">The Next Penelope: Race to Odysseus</a> </h4> <p>Help Penelope find Ulysses throughout the galaxy!</p> </div> <div data-game-pos="7" class="thumb vtall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="freewareGames"> <div class="date">July 2</div> <div class="game-img"> <a href="/pc/phantasmat-the-endless-night-collectors-edition.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/phantasmat-the-endless-night-collectors-edition_feat.jpg" alt="Phantasmat: The Endless Night Collector&#39;s Edition" title="Phantasmat: The Endless Night Collector&#39;s Edition" class="img-responsive"> </a> </div> <h4> <a href="/pc/phantasmat-the-endless-night-collectors-edition.htm">Phantasmat: The Endless Night Collector&#39;s Edition</a> </h4> <p>What really happened on prom night, 1964?</p> </div> <div data-game-pos="8" class="thumb vtall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="freewareGames"> <div class="date">July 1</div> <div class="game-img"> <a href="/pc/spirit-of-the-ancient-forest.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/spirit-of-the-ancient-forest_feat.jpg" alt="Spirit of the Ancient Forest" title="Spirit of the Ancient Forest" class="img-responsive"> </a> </div> <h4> <a href="/pc/spirit-of-the-ancient-forest.htm">Spirit of the Ancient Forest</a> </h4> <p>Learn the story of the Ancient Forest rescued from the Dark Lord!</p> </div> <div data-game-pos="9" class="thumb vtall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="freewareGames"> <div class="date">June 30</div> <div class="game-img"> <a href="/pc/avencast---rise-of-the-mage.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/avencast---rise-of-the-mage_feat.jpg" alt="Avencast - Rise of the Mage" title="Avencast - Rise of the Mage" class="img-responsive"> </a> </div> <h4> <a href="/pc/avencast---rise-of-the-mage.htm">Avencast - Rise of the Mage</a> </h4> <p>Welcome to mage academy...class is about to begin!</p> </div> <div data-game-pos="10" class="thumb vtall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="freewareGames"> <div class="date">June 29</div> <div class="game-img"> <a href="/pc/colonial-conquest.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/colonial-conquest_feat.jpg" alt="Colonial Conquest" title="Colonial Conquest" class="img-responsive"> </a> </div> <h4> <a href="/pc/colonial-conquest.htm">Colonial Conquest</a> </h4> <p>Attack minor and major countries to build your colonial empire.</p> </div> <div data-game-pos="11" class="thumb vtall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="freewareGames"> <div class="date">June 29</div> <div class="game-img"> <a href="/pc/sallys-salon---beauty-secrets-platinum-edition.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/sallys-salon---beauty-secrets-platinum-edition_feat.jpg" alt="Sally&#39;s Salon - Beauty Secrets Platinum Edition" title="Sally&#39;s Salon - Beauty Secrets Platinum Edition" class="img-responsive"> </a> </div> <h4> <a href="/pc/sallys-salon---beauty-secrets-platinum-edition.htm">Sally&#39;s Salon - Beauty Secrets Platinum Edition</a> </h4> <p>Become a beautician and help Sally find her long lost love!</p> </div> </div> </div> <div class="row"> <div class="advert col-lg-12 col-md-12 col-sm-hidden col-xs-hidden"> <div id="ip_dfg_advert_middle_2"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- DFG_Homepage_Responsive --> <ins class="adsbygoogle dfg-banner" style="display:block" data-ad-client="ca-pub-3849277388049950" data-ad-slot="3205657820" data-ad-format="auto"> </ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> </div> </div> <div class="module row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <h2 class="h-g-orange-1" id="thirdCategoryTitle">3. Free Mobile Games</h2> <p>The very best free mobile games to play on your android or iOS phone or tablet!</p> <div data-game-pos="0" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/crazy-taxi-gazillionaire"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/crazy-taxi-gazillionaire_feat.jpg" alt="Crazy Taxi Gazillionaire" title="Crazy Taxi Gazillionaire" class="img-responsive"> </a> </div> <h4> <a href="/mobile/crazy-taxi-gazillionaire">Crazy Taxi Gazillionaire</a> </h4> <p>Cabbies of Industry</p> </div> <div data-game-pos="1" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/gamercal-gamer-guide-event-tracking-tips"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/gamercal-gamer-guide-event-tracking-tips_feat.jpg" alt="GamerCal - Gamer Guide Event Tracking + Tips" title="GamerCal - Gamer Guide Event Tracking + Tips" class="img-responsive"> </a> </div> <h4> <a href="/mobile/gamercal-gamer-guide-event-tracking-tips">GamerCal - Gamer Guide Event Tracking + Tips</a> </h4> <p>Never miss a limited time offer, sale, or in-game event ever again!</p> </div> <div data-game-pos="2" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/the-house-of-da-vinci"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/the-house-of-da-vinci_feat.jpg" alt="The House of da Vinci" title="The House of da Vinci" class="img-responsive"> </a> </div> <h4> <a href="/mobile/the-house-of-da-vinci">The House of da Vinci</a> </h4> <p>Conquer obstacles and puzzles based on Leonardo Da Vinci&#39;s work</p> </div> <div data-game-pos="3" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/kill-shot-virus"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/kill-shot-virus_feat.jpg" alt="Kill Shot Virus" title="Kill Shot Virus" class="img-responsive"> </a> </div> <h4> <a href="/mobile/kill-shot-virus">Kill Shot Virus</a> </h4> <p>Oh, Look, More Zombies</p> </div> <div data-game-pos="4" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/fastlane-road-to-revenge"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/fastlane-road-to-revenge_feat.jpg" alt="Fastlane: Road to Revenge" title="Fastlane: Road to Revenge" class="img-responsive"> </a> </div> <h4> <a href="/mobile/fastlane-road-to-revenge">Fastlane: Road to Revenge</a> </h4> <p>Race-Em-Up</p> </div> <div data-game-pos="5" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/cookie-jam-blast"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/cookie-jam-blast_feat.jpg" alt="Cookie Jam Blast" title="Cookie Jam Blast" class="img-responsive"> </a> </div> <h4> <a href="/mobile/cookie-jam-blast">Cookie Jam Blast</a> </h4> <p>Still More of the Same</p> </div> <div data-game-pos="6" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/happy-racing-top-wheels-game"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/happy-racing-top-wheels-game_feat.jpg" alt="Happy Racing - Top Wheels Game" title="Happy Racing - Top Wheels Game" class="img-responsive"> </a> </div> <h4> <a href="/mobile/happy-racing-top-wheels-game">Happy Racing - Top Wheels Game</a> </h4> <p>A Better Looking Happy Wheels</p> </div> <div data-game-pos="7" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/pokemon-magikarp-jump"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/pokemon-magikarp-jump_feat.jpg" alt="Magikarp Jump" title="Magikarp Jump" class="img-responsive"> </a> </div> <h4> <a href="/mobile/pokemon-magikarp-jump">Magikarp Jump</a> </h4> <p>Flip-Flopping Fishies</p> </div> <div data-game-pos="8" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/injustice-2"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/injustice-2_feat.jpg" alt="Injustice 2" title="Injustice 2" class="img-responsive"> </a> </div> <h4> <a href="/mobile/injustice-2">Injustice 2</a> </h4> <p>Better on Consoles</p> </div> <div data-game-pos="9" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/cats-crash-arena-turbo-stars"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/cats-crash-arena-turbo-stars_feat.jpg" alt="CATS: Crash Arena Turbo Stars" title="CATS: Crash Arena Turbo Stars" class="img-responsive"> </a> </div> <h4> <a href="/mobile/cats-crash-arena-turbo-stars">CATS: Crash Arena Turbo Stars</a> </h4> <p>Hands-Free Kitty Carnage</p> </div> <div data-game-pos="10" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/family-guy-another-freakin-mobile-game"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/family-guy-another-freakin-mobile-game_feat.jpg" alt="Family Guy - Another Freakin’ Mobile Game" title="Family Guy - Another Freakin’ Mobile Game" class="img-responsive"> </a> </div> <h4> <a href="/mobile/family-guy-another-freakin-mobile-game">Family Guy - Another Freakin’ Mobile Game</a> </h4> <p>A Waste of Freakin’ Time</p> </div> <div data-game-pos="11" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/robot-unicorn-attack-3"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/robot-unicorn-attack-3_feat.jpg" alt="Robot Unicorn Attack 3" title="Robot Unicorn Attack 3" class="img-responsive"> </a> </div> <h4> <a href="/mobile/robot-unicorn-attack-3">Robot Unicorn Attack 3</a> </h4> <p>This Horse is a Force, of Course, of Course</p> </div> <div data-game-pos="12" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/star-wars-puzzle-droids"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/star-wars-puzzle-droids_feat.jpg" alt="Star Wars: Puzzle Droids" title="Star Wars: Puzzle Droids" class="img-responsive"> </a> </div> <h4> <a href="/mobile/star-wars-puzzle-droids">Star Wars: Puzzle Droids</a> </h4> <p>These Could Be the Droids You’re Looking For</p> </div> <div data-game-pos="13" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/temple-run-2"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/temple-run-2_feat.jpg" alt="Temple Run 2" title="Temple Run 2" class="img-responsive"> </a> </div> <h4> <a href="/mobile/temple-run-2">Temple Run 2</a> </h4> <p>Escape from the Sky Temple Using a Variety of All New Abilities!</p> </div> <div data-game-pos="14" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/candy-crush-saga"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/candy-crush-saga_feat.jpg" alt="Candy Crush Saga" title="Candy Crush Saga" class="img-responsive"> </a> </div> <h4> <a href="/mobile/candy-crush-saga">Candy Crush Saga</a> </h4> <p>Crush Matching Candies Together with Ruthless Efficiency!</p> </div> <div data-game-pos="15" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/clawbert"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/clawbert_feat.jpg" alt="Clawbert" title="Clawbert" class="img-responsive"> </a> </div> <h4> <a href="/mobile/clawbert">Clawbert</a> </h4> <p>Make Friends with the Most Adorable Claw Crane Imaginable!</p> </div> <div data-game-pos="16" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/office-space-idle-profits"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/office-space-idle-profits_feat.jpg" alt="Office Space: Idle Profits" title="Office Space: Idle Profits" class="img-responsive"> </a> </div> <h4> <a href="/mobile/office-space-idle-profits">Office Space: Idle Profits</a> </h4> <p>Jump to Conclusions</p> </div> <div data-game-pos="17" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/ballz"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/ballz_feat.jpg" alt="Ballz" title="Ballz" class="img-responsive"> </a> </div> <h4> <a href="/mobile/ballz">Ballz</a> </h4> <p>Despite the SNES-era name, Ballz is actually a load of clever fun.</p> </div> <div data-game-pos="18" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/gangstar-new-orleans"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/gangstar-new-orleans_feat.jpg" alt="Gangstar: New Orleans" title="Gangstar: New Orleans" class="img-responsive"> </a> </div> <h4> <a href="/mobile/gangstar-new-orleans">Gangstar: New Orleans</a> </h4> <p>Not Really Worth the Trip</p> </div> <div data-game-pos="19" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/planet-of-heroes"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/planet-of-heroes_feat.jpg" alt="Planet of Heroes" title="Planet of Heroes" class="img-responsive"> </a> </div> <h4> <a href="/mobile/planet-of-heroes">Planet of Heroes</a> </h4> <p>A More Casual MOBA</p> </div> <div data-game-pos="20" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/soccer-stars"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/soccer-stars_feat.jpg" alt="Soccer Stars" title="Soccer Stars" class="img-responsive"> </a> </div> <h4> <a href="/mobile/soccer-stars">Soccer Stars</a> </h4> <p>Semi-Strategic Shuffle Pucks</p> </div> <div data-game-pos="21" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/empires-puzzles-rpg-quest"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/empires-puzzles-rpg-quest_feat.jpg" alt="Empires &amp; Puzzles: RPG Quest" title="Empires &amp; Puzzles: RPG Quest" class="img-responsive"> </a> </div> <h4> <a href="/mobile/empires-puzzles-rpg-quest">Empires &amp; Puzzles: RPG Quest</a> </h4> <p>Erect Your Fortress, Train Your Soldiers, and Fight the Dark Lord.</p> </div> <div data-game-pos="22" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/typeshift"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/typeshift_feat.jpg" alt="TypeShift" title="TypeShift" class="img-responsive"> </a> </div> <h4> <a href="/mobile/typeshift">TypeShift</a> </h4> <p>A Shift That Keeps On Shifting</p> </div> <div data-game-pos="23" class="thumb tall col-lg-2 col-md-2 col-sm-2 col-xs-6" name="mobileGames"> <div class="game-img"> <a href="/mobile/heart-star"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/heart-star_feat.jpg" alt="Heart Star" title="Heart Star" class="img-responsive"> </a> </div> <h4> <a href="/mobile/heart-star">Heart Star</a> </h4> <p>Cute but Tricky</p> </div> </div> </div> <div class="module row"> <div class="col-lg-12 col-md-12 col-sm-hidden col-xs-hidden"> <h4 class="text-center all-games"> <a href="http://www.download-free-games.com/mobile">See all our Mobile Games</a> </h4> </div> </div> <div class="row"> <div class="advert col-lg-12 col-md-12 col-sm-hidden col-xs-hidden"> <div id="ip_dfg_advert_bottom"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- DFG_Homepage_Responsive --> <ins class="adsbygoogle dfg-banner" style="display:block" data-ad-client="ca-pub-3849277388049950" data-ad-slot="3205657820" data-ad-format="auto"> </ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> </div> </div> <div class="module row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <h2 class="h-g-orange-1" id="fifthCategoryTitle"> 4. Play Angry Birds Demos <small>- Play the most popular games in the Angry Birds series!</small> </h2> <div data-game-pos="0" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="angBirdGame"> <div class="game-img"> <a href="/pc/angry-birds.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/angry-birds_feat.jpg" alt="Angry Birds" title="Angry Birds" class="img-responsive"> </a> </div> <h4> <a href="/pc/angry-birds.htm">Angry Birds</a> </h4> <p>Catapult birds towards filthy, thieving swine! (PC)</p> </div> <div data-game-pos="1" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="angBirdGame"> <div class="game-img"> <a href="/pc/angry-birds-star-wars.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/angry-birds-star-wars_feat.jpg" alt="Angry Birds Star Wars" title="Angry Birds Star Wars" class="img-responsive"> </a> </div> <h4> <a href="/pc/angry-birds-star-wars.htm">Angry Birds Star Wars</a> </h4> <p>Use lightsabers, blasters, and the Force to defeat the Empire! (PC)</p> </div> <div data-game-pos="2" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="angBirdGame"> <div class="game-img"> <a href="/pc/angry-birds-space.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/angry-birds-space_feat.jpg" alt="Angry Birds Space" title="Angry Birds Space" class="img-responsive"> </a> </div> <h4> <a href="/pc/angry-birds-space.htm">Angry Birds Space</a> </h4> <p>Destroy all space pigs in this epic puzzle game! (PC)</p> </div> <div data-game-pos="3" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="angBirdGame"> <div class="game-img"> <a href="/pc/bad-piggies.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/bad-piggies_feat.jpg" alt="Bad Piggies" title="Bad Piggies" class="img-responsive"> </a> </div> <h4> <a href="/pc/bad-piggies.htm">Bad Piggies</a> </h4> <p>Roll through the levels in your own custom-made vehicles! (PC)</p> </div> <div data-game-pos="4" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="angBirdGame"> <div class="game-img"> <a href="/pc/angry-birds-seasons.htm"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/angry-birds-seasons_feat.jpg" alt="Angry Birds Seasons" title="Angry Birds Seasons" class="img-responsive"> </a> </div> <h4> <a href="/pc/angry-birds-seasons.htm">Angry Birds Seasons</a> </h4> <p>Celebrate the holidays with new pig-crushing levels! (PC)</p> </div> <div data-game-pos="5" class="thumb col-lg-2 col-md-2 col-sm-2 col-xs-6" name="angBirdGame"> <div class="game-img"> <a href="/mobile/angry-birds-star-wars-ii-mobile"> <img src="//cdn.download-free-games.com/cf/images/nfe/feat_175x150/angry-birds-star-wars-ii-mobile_feat.jpg" alt="Angry Birds Star Wars II Mobile" title="Angry Birds Star Wars II Mobile" class="img-responsive"> </a> </div> <h4> <a href="/mobile/angry-birds-star-wars-ii-mobile">Angry Birds Star Wars II Mobile</a> </h4> <p>Use the force to win this galaxy-spanning war!</p> </div> </div> </div> <div class="row"> <div class="advert col-lg-12 col-md-12 col-sm-hidden col-xs-hidden" style="padding: 0 20px;"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-3849277388049950" data-ad-slot="1008613826"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> </div> <div class="row"> <div class="advert col-lg-12 col-md-12 col-sm-hidden col-xs-hidden" style="text-align: center; padding: 0 20px;"> <div class="OUTBRAIN" data-widget-id="TF_1" data-src="" data-ob-template="iWin" ></div> </div> </div> <div class="module row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <h2 class="h-g-orange-1" id="sixCategoryTitle"> 5. Find a Game By Category</h2> <h3 class="with-bg">Main Categories</h3> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="mainCategory"> <div class="game-img sprite_adventure"></div> <h4> <a href="/download/cat/adventure">Adventure</a> </h4> <p>Story-driven games where you explore, find objects, &amp; solve puzzles to progress!</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="mainCategory"> <div class="game-img sprite_arcade"></div> <h4> <a href="/download/cat/arcade">Arcade</a> </h4> <p>Action oriented games that range from classic style arcade games to the latest and greatest!</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="mainCategory"> <div class="game-img sprite_board"></div> <h4> <a href="/download/cat/board">Board</a> </h4> <p>Some of the best board games ever made for play on your computer!</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="mainCategory"> <div class="game-img sprite_cards"></div> <h4> <a href="/download/cat/cards">Cards</a> </h4> <p>A variety of different card game types from Solitaire to Poker!</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="mainCategory"> <div class="game-img sprite_chess"></div> <h4> <a href="/chess">Chess</a> </h4> <p>Computer versions of one of the world's most famous games. A great way to practice or compete!</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="mainCategory"> <div class="game-img sprite_kids"></div> <h4> <a href="/download/cat/kids">Kids</a> </h4> <p>Family themes, fun for a wide age range of players, and good options to play with your kids.</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="mainCategory"> <div class="game-img sprite_puzzle"></div> <h4> <a href="/download/cat/puzzle">Puzzle</a> </h4> <p>Games that range from relaxing fun to those that will stretch your mind! Very popular game type.</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="mainCategory"> <div class="game-img sprite_racing"></div> <h4> <a href="/download/cat/racing">Racing &amp; Driving</a> </h4> <p>Hit the track for top speed or drive on city streets and highways.</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="mainCategory"> <div class="game-img sprite_rpg"></div> <h4> <a href="/download/cat/rpg">RPG</a> </h4> <p>Explore huge worlds, advance your character, find great items, and experience great stories.</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="mainCategory"> <div class="game-img sprite_simulation"></div> <h4> <a href="/download/cat/simulation">Simulation</a> </h4> <p>Games that mimic real life in some way from business to politics to human behavior!</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="mainCategory"> <div class="game-img sprite_war_strategy"></div> <h4> <a href="/download/cat/war_strategy">War & Strategy</a> </h4> <p>Military themed games that range from action to strategy and everything in between!</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="mainCategory"> <div class="game-img sprite_word"></div> <h4> <a href="/word">Word</a> </h4> <p>Create words and use letters to solve puzzles and other challenges.</p> </div> </div> </div> <div class="module row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <h3 class="with-bg">Sub Categories</h3> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="subCategory"> <div class="game-img sprite_action"></div> <h4> <a href="/download/cat/action">Action</a> </h4> <p>General category for side scrolling adventure, fighting, or other arcade games.</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="subCategory"> <div class="game-img sprite_action_shooter"></div> <h4> <a href="/download/cat/action_shooter">Action &amp; Shooter</a> </h4> <p>Reflex based games focused on fighting and combat</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="subCategory"> <div class="game-img sprite_animals"></div> <h4> <a href="/download/cat/animals">Animals</a> </h4> <p>Games that involve taking care of animals or animals as main characters.</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="subCategory"> <div class="game-img sprite_business"></div> <h4> <a href="/download/cat/business">Business Simulation</a> </h4> <p>Games focused on improving a business financially through good decisions.</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="subCategory"> <div class="game-img sprite_educational"></div> <h4> <a href="/download/cat/educational">Educational</a> </h4> <p>Fun learning games for kids from preschool on up!</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="subCategory"> <div class="game-img sprite_hidden_objects"></div> <h4> <a href="/download/cat/hidden_objects">Hidden Object</a> </h4> <p>Find a list of objects or clues hidden in a larger picture or scene.</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="subCategory"> <div class="game-img sprite_just_for_fun"></div> <h4> <a href="/download/cat/just_for_fun">Just for Fun</a> </h4> <p>Just for fun games for kids (and kids at heart).</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="subCategory"> <div class="game-img sprite_match_3"></div> <h4> <a href="/download/cat/match_3">Match 3</a> </h4> <p>Move or launch objects on a grid to match 3 or more. Simple and popular.</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="subCategory"> <div class="game-img sprite_misc_puzzle"></div> <h4> <a href="/download/cat/misc_puzzle">Misc. Puzzle</a> </h4> <p>Variety of creative and unique puzzle games that don't fit in other categories.</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="subCategory"> <div class="game-img sprite_people"></div> <h4> <a href="/download/cat/people">People Simulation</a> </h4> <p>Manage the lives of people in various situations and help them succeed!</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="subCategory"> <div class="game-img sprite_rts"></div> <h4> <a href="/download/cat/rts">Real Time Strategy</a> </h4> <p>Real time strategy games make you plan while the action is happening!</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="subCategory"> <div class="game-img sprite_shooters"></div> <h4> <a href="/download/cat/shooters">Shooters</a> </h4> <p>Games where the main goal is to shoot lots and lots of stuff!</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="subCategory"> <div class="game-img sprite_sports_simulation"></div> <h4> <a href="/download/cat/sports_simulation">Sports Simulation</a> </h4> <p>Games that bring the fun of competitive and hobby sports to your computer!</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="subCategory"> <div class="game-img sprite_strategy"></div> <h4> <a href="/download/cat/strategy">Strategy</a> </h4> <p>Emphasizing strategy and thinking over fast reflexes</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="subCategory"> <div class="game-img sprite_task_management"></div> <h4> <a href="/download/cat/task_management">Task Management</a> </h4> <p>Handle multiple tasks at once like customer service or pet care. Fast paced.</p> </div> <div class="thumb-sm col-lg-3 col-md-3 col-sm-3 col-xs-6" name="subCategory"> <div class="game-img sprite_various_simulation"></div> <h4> <a href="/download/cat/various_simulation">Various Simulation</a> </h4> <p>Games that simulate real life from driving vehicles to politics and much more.</p> </div> </div> </div> <div class="row"> <div class="pre-footer col-lg-12 col-md-12 col-sm-12 col-xs-12"> <h2 id="preFooterHead">The DFG Difference</h2> <p id = "preFooterP1">Download Free Games has been a trusted place to download games since 2002. Our goal is to have one of the most unique selections of quality and fun free game downloads on the Internet.</p> <h3 id = "preFooterH2">Every Game is Free to Try or Totally Free</h3> <p id = "preFooterP2">Our site is about all kinds of free games to download whether they be time limited shareware, level limited demos or freeware games with absolutely no restrictions at all. We want you to be able to experience high quality game play without having to pay before you play.</p> <h3 id = "preFooterH3">Every Game is Legal</h3> <p id = "preFooterP3">Here at DFG, we don‚Äôt propagate illegal downloads, warez, or pirated software. That‚Äôs theft and we are strongly in favor of supporting individuals and companies that work hard and spend money to create games. We only present to you 100% legal games that are made available as free demos or made completely free by the owners of the games. You can rest assured that you aren‚Äôt breaking any laws downloading any of the games from our site.</p> <h3 id = "preFooterH4">No Adware, Spyware, Malware, or Junk Software Included</h3> <p id = "preFooterP4">The trend for many download sites these days is to include all sorts of extra software with a game download in order to make money. We don‚Äôt believe in doing that. We believe if you make the choice to download a game, you are choosing to download that game and not a bunch of software you don‚Äôt want. We work hard at this principle and have removed games in the past when we found out software owners decided to include additional software in these games you didn‚Äôt ask for. We would rather have your trust than a few extra bucks to sneak in stuff you don‚Äôt want. </div> </div> </div> </div> <div id="footer" class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="foot-bg"> <div class="module row"> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12"> <header>Download Free Games</header> <ul> <li> <a href="/about_us.htm"> About Us </a> </li> <li> <a href="/contact.htm"> Contact </a> </li> <li> <a href="/privacy.htm"> Privacy </a> </li> <li> <a href="/terms.htm"> Terms of Use </a> </li> <li> <a href="/top-100"> Top 100 Games </a> </li> <li> <a href="/new"> New Games </a> </li> <li> <a href="/all-games"> All Games </a> </li> <li> <a href="/review/all_az"> Game Reviews </a> </li> <li> <a href="/blog/ultimate-candy-crush-saga-guide"> Ultimate Candy Crush Saga Guide </a> </li> <li> <a href="/bejeweled_strategy/index.htm"> Bejeweled Deluxe Strategy Guide </a> </li> </ul> </div> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12"> <header>Our Most Popular Games</header> <ul> <li> <a href="/pc/minecraft.htm"> Minecraft </a> </li> <li> <a href="/freeware_games/super-mario-3.htm"> Super Mario 3 Mario Forever </a> </li> <li> <a href="/puzzle_game_download/bejeweled2.htm"> Bejeweled 2 Deluxe </a> </li> <li> <a href="http://jewelquest.com"> Jewel Quest Seven Seas </a> </li> <li> <a href="/freeware_games/chicken_invaders.htm"> Chicken Invaders </a> </li> <li> <a href="/pc/bejeweled3.htm"> Bejeweled 3 </a> </li> <li> <a href="/mobile/hill-climb-racing-2"> Hill Climb Racing 2 </a> </li> <li> <a href="/mobile/temple-run-2"> Temple Run 2 </a> </li> <li> <a href="/mobile/candy-crush-saga"> Candy Crush Saga </a> </li> <li> <a href="/mobile/cubis-for-cash"> Cubis for Cash </a> </li> </ul> </div> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12"> <header>Our Most Popular Categories</header> <ul> <li> <a href="/mobile"> Free Mobile Games </a> </li> <li> <a href="/download/cat/freeware"> Free PC Games </a> </li> <li> <a href="/download/cat/war_strategy"> War & Strategy Games </a> </li> <li> <a href="/download/cat/simulation"> Simulation Games </a> </li> <li> <a href="/download/cat/racing"> Racing Games </a> </li> <li> <a href="/download/cat/kids"> Kids Games </a> </li> <li> <a href="/download/cat/arcade"> Arcade Games </a> </li> <li> <a href="/download/cat/adventure"> Adventure Games </a> </li> <li> <a href="/download/cat/hidden_objects"> Hidden Object Games </a> </li> <li> <a href="/download/cat/match_3"> Match-3 Games </a> </li> </ul> </div> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12"> <header>Over 12 million people served every year!<br/>Follow Download Free Games</header> <ul> <li> <a href="https://www.facebook.com/DFGames"> Facebook </a> </li> <li> <a href="http://twitter.com/DFGames"> Twitter </a> </li> <li> <a href="http://www.youtube.com/user/DownloadFreeGames"> YouTube </a> </li> <li> <a href="/blog"> DFG Blog </a> </li> </ul> </div> </div> <div class="module row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <p class="text-center"> © Copyright 2016 iWin Inc - All Rights Reserved. </p> </div> </div> </div> </div> </div> </div> </div> <script src="//fea.iwincdn.com/assets/download_free_games/application_dfg-c4ce4994dcb83ad67835e91ea4abe5b7ea9788d8bf13ecddccd24c3468fab10f.js" async="async" defer="defer"></script> <script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({flush: true}); </script> </body> </html>
todor-dk/HTML-Renderer
Source/Testing/HtmlRenderer.ExperimentalApp/Data/Files/games/D46B1EE12BB092D201DF57F62F0EE13A.html
HTML
bsd-3-clause
306,938
<!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.discrete.conditional_models.ConditionalPoisson.endog_names &#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.discrete.conditional_models.ConditionalPoisson.exog_names" href="statsmodels.discrete.conditional_models.ConditionalPoisson.exog_names.html" /> <link rel="prev" title="statsmodels.discrete.conditional_models.ConditionalPoisson.score" href="statsmodels.discrete.conditional_models.ConditionalPoisson.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.discrete.conditional_models.ConditionalPoisson.endog_names" 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.discrete.conditional_models.ConditionalPoisson.endog_names </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="../discretemod.html" class="md-tabs__link">Regression with Discrete Dependent Variable</a></li> <li class="md-tabs__item"><a href="statsmodels.discrete.conditional_models.ConditionalPoisson.html" class="md-tabs__link">statsmodels.discrete.conditional_models.ConditionalPoisson</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> <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.discrete.conditional_models.ConditionalPoisson.endog_names.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-discrete-conditional-models-conditionalpoisson-endog-names--page-root">statsmodels.discrete.conditional_models.ConditionalPoisson.endog_names<a class="headerlink" href="#generated-statsmodels-discrete-conditional-models-conditionalpoisson-endog-names--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py method"> <dt id="statsmodels.discrete.conditional_models.ConditionalPoisson.endog_names"> <em class="property">property </em><code class="sig-prename descclassname">ConditionalPoisson.</code><code class="sig-name descname">endog_names</code><a class="headerlink" href="#statsmodels.discrete.conditional_models.ConditionalPoisson.endog_names" title="Permalink to this definition">¶</a></dt> <dd><p>Names of endogenous variables.</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.discrete.conditional_models.ConditionalPoisson.score.html" title="statsmodels.discrete.conditional_models.ConditionalPoisson.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.discrete.conditional_models.ConditionalPoisson.score </span> </div> </a> <a href="statsmodels.discrete.conditional_models.ConditionalPoisson.exog_names.html" title="statsmodels.discrete.conditional_models.ConditionalPoisson.exog_names" 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.discrete.conditional_models.ConditionalPoisson.exog_names </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.discrete.conditional_models.ConditionalPoisson.endog_names.html
HTML
bsd-3-clause
18,533
<!DOCTYPE html> <html> <head> <script src="../../build/aui/aui.js" type="text/javascript"></script> <link rel="stylesheet" href="../../build/aui-skin-classic/css/aui-skin-classic-all-min.css" type="text/css" media="screen" /> </head> <style type="text/css" media="screen"> #overlay-blue .aui-overlay, #overlay-mixed .blue { background: blue; color: #fff; border: 4px solid #000; } #overlay-red .aui-overlay, #overlay-mixed .red { background: red; color: #fff; border: 4px solid #000; } </style> <body> <h1>Alloy - OverlayManager</h1> <p><button id="showAll-blue">Show All (blue group)</button></p> <p><button id="hideAll-blue">Hide All (blue group)</button></p> <p><button id="showAll-red">Show All (red group)</button></p> <p><button id="hideAll-red">Hide All (red group)</button></p> <p><button id="showAll-mixed">Show All (mixed group)</button></p> <p><button id="hideAll-mixed">Hide All (mixed group)</button></p> <div id="overlay-blue"></div> <div id="overlay-red"></div> <div id="overlay-mixed"></div> <script type="text/javascript" charset="utf-8"> AUI().ready('aui-overlay-manager', 'dd', 'node', function(A) { // Blue var overlay1 = new A.OverlayBase({ bodyContent: 'Overlay1', width: 150, height: 150, xy: [ 200, 100 ] }) .render('#overlay-blue'); var overlay2 = new A.OverlayBase({ bodyContent: 'Overlay2', width: 150, height: 150, xy: [ 220, 200 ] }) .render('#overlay-blue'); var overlay3 = new A.OverlayBase({ bodyContent: 'Overlay3', width: 150, height: 150, xy: [ 240, 300 ] }) .render('#overlay-blue'); // Red var overlay4 = new A.OverlayBase({ bodyContent: 'Overlay4', width: 150, height: 150, xy: [ 500, 100 ] }) .render('#overlay-red'); var overlay5 = new A.OverlayBase({ bodyContent: 'Overlay5', width: 150, height: 150, xy: [ 520, 200 ] }) .render('#overlay-red'); var overlay6 = new A.OverlayBase({ bodyContent: 'Overlay6', width: 150, height: 150, xy: [ 540, 300 ] }) .render('#overlay-red'); // Mixed... var overlay7 = new A.OverlayBase({ bodyContent: 'Overlay7', width: 150, height: 150, xy: [ 800, 100 ] }) .render('#overlay-mixed'); overlay7.get('boundingBox').addClass('blue'); var overlay8 = new A.OverlayBase({ bodyContent: 'Overlay8', width: 150, height: 150, xy: [ 820, 200 ] }) .render('#overlay-mixed'); overlay8.get('boundingBox').addClass('red'); var overlay9 = new A.OverlayBase({ bodyContent: 'Overlay9', width: 150, height: 150, xy: [ 840, 300 ] }) .render('#overlay-mixed'); overlay9.get('boundingBox').addClass('blue'); var overlay10 = new A.OverlayBase({ bodyContent: 'Overlay10', width: 150, height: 150, xy: [ 860, 400 ] }) .render('#overlay-mixed'); overlay10.get('boundingBox').addClass('red'); // plug OverlayManager var blueOverlayManager = new A.OverlayManager(); var redOverlayManager = new A.OverlayManager(); var mixedOverlayManager = new A.OverlayManager(); blueOverlayManager.register([overlay1, overlay2, overlay3, overlay7, overlay9]); redOverlayManager.register([overlay4, overlay5, overlay6, overlay8, overlay10]); mixedOverlayManager.register([overlay7, overlay8, overlay9, overlay10]); // extras new A.DD.Drag({ node: overlay1.get('boundingBox') }); new A.DD.Drag({ node: overlay2.get('boundingBox') }); new A.DD.Drag({ node: overlay3.get('boundingBox') }); new A.DD.Drag({ node: overlay4.get('boundingBox') }); new A.DD.Drag({ node: overlay5.get('boundingBox') }); new A.DD.Drag({ node: overlay6.get('boundingBox') }); new A.DD.Drag({ node: overlay7.get('boundingBox') }); new A.DD.Drag({ node: overlay8.get('boundingBox') }); new A.DD.Drag({ node: overlay9.get('boundingBox') }); new A.DD.Drag({ node: overlay10.get('boundingBox') }); A.one('#showAll-blue').on('click', function() { blueOverlayManager.showAll(); }); A.one('#hideAll-blue').on('click', function() { blueOverlayManager.hideAll(); }); A.one('#showAll-red').on('click', function() { redOverlayManager.showAll(); }); A.one('#hideAll-red').on('click', function() { redOverlayManager.hideAll(); }); A.one('#showAll-mixed').on('click', function() { mixedOverlayManager.showAll(); }); A.one('#hideAll-mixed').on('click', function() { mixedOverlayManager.hideAll(); }); }); </script> </body> </html>
giros/alloy-ui
demos/overlay-manager/index.html
HTML
bsd-3-clause
4,324
{% extends "pages/page.html" %} {% load i18n future mezzanine_tags rover_core %} {% block meta_title %}{% trans "Search Results" %}{% endblock %} {% block title %}{% trans "Search Results" %}{% endblock %} {% block extra_head %} <meta name="robots" content="noindex"> {% endblock %} {% block breadcrumb_menu %} <li> <a href="{% url "home" %}">{% trans "Home" %}</a> </li> <li class="active">{% trans "Search Results" %}</li> {% endblock %} {% block main_class %}news-page{% endblock %} {% block main %} <p> {% if results.paginator.count == 0 %} {% blocktrans %} Não foram encontrados resultados para a busca por: {{ query }} {% endblocktrans %} {% else %} {% blocktrans with start=results.start_index end=results.end_index total=results.paginator.count %} Exibindo resultados {{ start }} a {{ end }}, de {{ total }} resultados encontrados para a busca por: <strong>{{ query }}</strong> {% endblocktrans %} {% endif %} </p> <div id="search-results" class="other-news search-results"> {% for result in results.object_list %} {% if result|get_class_name == 'MediaFile' %} {# RESULTADOS DE BUSCA DO TIPO MediaFil == Arquivos de Download #} <h5> <a class="link" target="_blank" href="{{ result.get_absolute_url }}">{{ forloop.counter0|add:results.start_index }}) {{ result }} <i class="fa fa-external-link"></i> </a> </h5> {% if result.featured_image %} <img class="img-responsive" alt="{{ result }}" title="{{ result }}" src="{{ MEDIA_URL }}{% thumbnail result.featured_image 80 45 %}"> {% endif %} <p class="text-result">{{ result.description|truncatewords_html:20|safe }}<br> <a class="link" target="_blank" href="{{ result.get_absolute_url }}">{% trans "Download" %} <i class="fa fa-external-link"></i></a> </p> {% else %} {# RESULTADOS DE BUSCA GERAL #} <h5> <a class="link" href="{{ result.get_absolute_url }}">{{ forloop.counter0|add:results.start_index }}) {{ result }}</a> </h5> {% if result.featured_image %} <img class="img-responsive" alt="{{ result }}" title="{{ result }}" src="{{ MEDIA_URL }}{% thumbnail result.featured_image 80 45 %}"> {% endif %} <p class="text-result">{{ result.description|truncatewords_html:20|safe }}<br> <a class="link" href="{{ result.get_absolute_url }}">{% trans "read more" %}</a> </p> {% endif %} {% endfor %} </div> {% pagination_for results %} {% endblock main %}
roberzguerra/rover
templates/pages/search_results_all.html
HTML
bsd-3-clause
2,873
<!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>PVeins: Vector3D 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> <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">PVeins </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-attribs">Public Attributes</a> &#124; <a href="class_vector3_d-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">Vector3D Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="_utils_8h_source.html">Utils.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for Vector3D:</div> <div class="dyncontent"> <div class="center"><img src="class_vector3_d__inherit__graph.png" border="0" usemap="#_vector3_d_inherit__map" alt="Inheritance graph"/></div> <map name="_vector3_d_inherit__map" id="_vector3_d_inherit__map"> <area shape="rect" id="node3" href="class_positional_data.html" title="{PositionalData\n|+ gradient\l+ bearing\l|+ PositionalData()\l}" alt="" coords="5,271,132,363"/> <area shape="rect" id="node2" href="class_vector2_d.html" title="{Vector2D\n|+ x\l+ y\l|+ Vector2D()\l}" alt="" coords="21,5,117,97"/> </map> </div> <div class="dynheader"> Collaboration diagram for Vector3D:</div> <div class="dyncontent"> <div class="center"><img src="class_vector3_d__coll__graph.png" border="0" usemap="#_vector3_d_coll__map" alt="Collaboration graph"/></div> <map name="_vector3_d_coll__map" id="_vector3_d_coll__map"> <area shape="rect" id="node2" href="class_vector2_d.html" title="{Vector2D\n|+ x\l+ y\l|+ Vector2D()\l}" alt="" coords="5,5,101,97"/> </map> </div> <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:abd851542da40b1168edcad11fa83b7c2"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_vector3_d.html#abd851542da40b1168edcad11fa83b7c2">Vector3D</a> (double <a class="el" href="class_vector2_d.html#ac5c4e553815737aa24bec8281270178f">x</a>, double <a class="el" href="class_vector2_d.html#ac38d0179cfe74c30fee290a703ab209a">y</a>, double <a class="el" href="class_vector3_d.html#a7321f3ff785f275c4d83f7d1b951752a">z</a>)</td></tr> <tr class="separator:abd851542da40b1168edcad11fa83b7c2"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_class_vector2_d"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_vector2_d')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="class_vector2_d.html">Vector2D</a></td></tr> <tr class="memitem:a525e125aac4c844f04c52ddb0e75d594 inherit pub_methods_class_vector2_d"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_vector2_d.html#a525e125aac4c844f04c52ddb0e75d594">Vector2D</a> (double <a class="el" href="class_vector2_d.html#ac5c4e553815737aa24bec8281270178f">x</a>, double <a class="el" href="class_vector2_d.html#ac38d0179cfe74c30fee290a703ab209a">y</a>)</td></tr> <tr class="separator:a525e125aac4c844f04c52ddb0e75d594 inherit pub_methods_class_vector2_d"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> Public Attributes</h2></td></tr> <tr class="memitem:a7321f3ff785f275c4d83f7d1b951752a"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_vector3_d.html#a7321f3ff785f275c4d83f7d1b951752a">z</a></td></tr> <tr class="separator:a7321f3ff785f275c4d83f7d1b951752a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_attribs_class_vector2_d"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_vector2_d')"><img src="closed.png" alt="-"/>&#160;Public Attributes inherited from <a class="el" href="class_vector2_d.html">Vector2D</a></td></tr> <tr class="memitem:ac5c4e553815737aa24bec8281270178f inherit pub_attribs_class_vector2_d"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_vector2_d.html#ac5c4e553815737aa24bec8281270178f">x</a></td></tr> <tr class="separator:ac5c4e553815737aa24bec8281270178f inherit pub_attribs_class_vector2_d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac38d0179cfe74c30fee290a703ab209a inherit pub_attribs_class_vector2_d"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_vector2_d.html#ac38d0179cfe74c30fee290a703ab209a">y</a></td></tr> <tr class="separator:ac38d0179cfe74c30fee290a703ab209a inherit pub_attribs_class_vector2_d"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a id="abd851542da40b1168edcad11fa83b7c2"></a> <h2 class="memtitle"><span class="permalink"><a href="#abd851542da40b1168edcad11fa83b7c2">&#9670;&nbsp;</a></span>Vector3D()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">Vector3D::Vector3D </td> <td>(</td> <td class="paramtype">double&#160;</td> <td class="paramname"><em>x</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">double&#160;</td> <td class="paramname"><em>y</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">double&#160;</td> <td class="paramname"><em>z</em>&#160;</td> </tr> <tr> <td></td> <td>)</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 Data Documentation</h2> <a id="a7321f3ff785f275c4d83f7d1b951752a"></a> <h2 class="memtitle"><span class="permalink"><a href="#a7321f3ff785f275c4d83f7d1b951752a">&#9670;&nbsp;</a></span>z</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">double Vector3D::z</td> </tr> </table> </div><div class="memdoc"> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>C:/Users/Public/paramics/programmer/plugins/pveins/src/TraCIAPI/<a class="el" href="_utils_8h_source.html">Utils.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.13 </small></address> </body> </html>
molguin92/paramics_traci
doxygen/docs/html/class_vector3_d.html
HTML
bsd-3-clause
9,206
<!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 Thu Aug 28 12:26:43 CST 2008 --> <TITLE> ReportTranslateInfo (ÉñÃØ¹Ë¿Í¹ÜÀíÆ½Ì¨ API) </TITLE> <META NAME="date" CONTENT="2008-08-28"> <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="ReportTranslateInfo (ÉñÃØ¹Ë¿Í¹ÜÀíÆ½Ì¨ 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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Àà</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ReportTranslateInfo.html"><FONT CLASS="NavBarFont1"><B>ʹÓÃ</B></FONT></A>&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;<A HREF="../../../../cn/iaicc/smgk/po/ReportInfo.html" title="cn.iaicc.smgk.po ÖеÄÀà"><B>ÉÏÒ»¸öÀà</B></A>&nbsp; &nbsp;<A HREF="../../../../cn/iaicc/smgk/po/ReportTypeInfo.html" title="cn.iaicc.smgk.po ÖеÄÀà"><B>ÏÂÒ»¸öÀà</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?cn/iaicc/smgk/po/ReportTranslateInfo.html" target="_top"><B>¿ò¼Ü</B></A> &nbsp; &nbsp;<A HREF="ReportTranslateInfo.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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ÕªÒª£º&nbsp;ǶÌ×&nbsp;|&nbsp;×Ö¶Î&nbsp;|&nbsp;<A HREF="#constructor_summary">¹¹Ôì·½·¨</A>&nbsp;|&nbsp;<A HREF="#method_summary">·½·¨</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ÏêϸÐÅÏ¢£º&nbsp;×Ö¶Î&nbsp;|&nbsp;<A HREF="#constructor_detail">¹¹Ôì·½·¨</A>&nbsp;|&nbsp;<A HREF="#method_detail">·½·¨</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> cn.iaicc.smgk.po</FONT> <BR> Àà ReportTranslateInfo</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="¼Ì³ÐÕß "><B>cn.iaicc.smgk.po.ReportTranslateInfo</B> </PRE> <DL> <DT><B>ËùÓÐÒÑʵÏֵĽӿڣº</B> <DD>java.io.Serializable</DD> </DL> <HR> <DL> <DT><PRE>public class <B>ReportTranslateInfo</B><DT>extends java.lang.Object<DT>implements java.io.Serializable</DL> </PRE> <P> ±¨¸æ·­Òë <P> <P> <DL> <DT><B>ÁíÇë²Î¼û£º</B><DD><A HREF="../../../../serialized-form.html#cn.iaicc.smgk.po.ReportTranslateInfo">ÐòÁл¯±í¸ñ</A></DL> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>¹¹Ôì·½·¨ÕªÒª</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../cn/iaicc/smgk/po/ReportTranslateInfo.html#ReportTranslateInfo()">ReportTranslateInfo</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../cn/iaicc/smgk/po/ReportTranslateInfo.html#ReportTranslateInfo(long, java.sql.Timestamp, java.sql.Timestamp, long)">ReportTranslateInfo</A></B>(long&nbsp;translateID, java.sql.Timestamp&nbsp;startTime, java.sql.Timestamp&nbsp;endTime, long&nbsp;employeeID)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>·½·¨ÕªÒª</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../cn/iaicc/smgk/po/ReportTranslateInfo.html#getEmployeeID()">getEmployeeID</A></B>()</CODE> <BR> &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;java.sql.Timestamp</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../cn/iaicc/smgk/po/ReportTranslateInfo.html#getEndTime()">getEndTime</A></B>()</CODE> <BR> &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;java.sql.Timestamp</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../cn/iaicc/smgk/po/ReportTranslateInfo.html#getStartTime()">getStartTime</A></B>()</CODE> <BR> &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;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../cn/iaicc/smgk/po/ReportTranslateInfo.html#getTranslateID()">getTranslateID</A></B>()</CODE> <BR> &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="../../../../cn/iaicc/smgk/po/ReportTranslateInfo.html#setEmployeeID(long)">setEmployeeID</A></B>(long&nbsp;employeeID)</CODE> <BR> &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="../../../../cn/iaicc/smgk/po/ReportTranslateInfo.html#setEndTime(java.sql.Timestamp)">setEndTime</A></B>(java.sql.Timestamp&nbsp;endTime)</CODE> <BR> &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="../../../../cn/iaicc/smgk/po/ReportTranslateInfo.html#setStartTime(java.sql.Timestamp)">setStartTime</A></B>(java.sql.Timestamp&nbsp;startTime)</CODE> <BR> &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="../../../../cn/iaicc/smgk/po/ReportTranslateInfo.html#setTranslateID(long)">setTranslateID</A></B>(long&nbsp;translateID)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ÉèÖ÷­Òë±àºÅ</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>´ÓÀà java.lang.Object ¼Ì³ÐµÄ·½·¨</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>¹¹Ôì·½·¨ÏêϸÐÅÏ¢</B></FONT></TH> </TR> </TABLE> <A NAME="ReportTranslateInfo()"><!-- --></A><H3> ReportTranslateInfo</H3> <PRE> public <B>ReportTranslateInfo</B>()</PRE> <DL> </DL> <HR> <A NAME="ReportTranslateInfo(long, java.sql.Timestamp, java.sql.Timestamp, long)"><!-- --></A><H3> ReportTranslateInfo</H3> <PRE> public <B>ReportTranslateInfo</B>(long&nbsp;translateID, java.sql.Timestamp&nbsp;startTime, java.sql.Timestamp&nbsp;endTime, long&nbsp;employeeID)</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>·½·¨ÏêϸÐÅÏ¢</B></FONT></TH> </TR> </TABLE> <A NAME="getTranslateID()"><!-- --></A><H3> getTranslateID</H3> <PRE> public long <B>getTranslateID</B>()</PRE> <DL> <DD>»ñÈ¡·­Òë±àºÅ <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setTranslateID(long)"><!-- --></A><H3> setTranslateID</H3> <PRE> public void <B>setTranslateID</B>(long&nbsp;translateID)</PRE> <DL> <DD>ÉèÖ÷­Òë±àºÅ <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getStartTime()"><!-- --></A><H3> getStartTime</H3> <PRE> public java.sql.Timestamp <B>getStartTime</B>()</PRE> <DL> <DD>»ñÈ¡·­Ò뿪ʼʱ¼ä <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setStartTime(java.sql.Timestamp)"><!-- --></A><H3> setStartTime</H3> <PRE> public void <B>setStartTime</B>(java.sql.Timestamp&nbsp;startTime)</PRE> <DL> <DD>ÉèÖ÷­Ò뿪ʼʱ¼ä <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getEndTime()"><!-- --></A><H3> getEndTime</H3> <PRE> public java.sql.Timestamp <B>getEndTime</B>()</PRE> <DL> <DD>»ñÈ¡·­Òë½áÊøÊ±¼ä <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setEndTime(java.sql.Timestamp)"><!-- --></A><H3> setEndTime</H3> <PRE> public void <B>setEndTime</B>(java.sql.Timestamp&nbsp;endTime)</PRE> <DL> <DD>ÉèÖ÷­Òë½áÊøÊ±¼ä <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getEmployeeID()"><!-- --></A><H3> getEmployeeID</H3> <PRE> public long <B>getEmployeeID</B>()</PRE> <DL> <DD>»ñȡԱ¹¤±àºÅ <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setEmployeeID(long)"><!-- --></A><H3> setEmployeeID</H3> <PRE> public void <B>setEmployeeID</B>(long&nbsp;employeeID)</PRE> <DL> <DD>ÉèÖÃÔ±¹¤±àºÅ <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Ìø¹ýµ¼º½Á´½Ó"></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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Àà</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ReportTranslateInfo.html"><FONT CLASS="NavBarFont1"><B>ʹÓÃ</B></FONT></A>&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;<A HREF="../../../../cn/iaicc/smgk/po/ReportInfo.html" title="cn.iaicc.smgk.po ÖеÄÀà"><B>ÉÏÒ»¸öÀà</B></A>&nbsp; &nbsp;<A HREF="../../../../cn/iaicc/smgk/po/ReportTypeInfo.html" title="cn.iaicc.smgk.po ÖеÄÀà"><B>ÏÂÒ»¸öÀà</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?cn/iaicc/smgk/po/ReportTranslateInfo.html" target="_top"><B>¿ò¼Ü</B></A> &nbsp; &nbsp;<A HREF="ReportTranslateInfo.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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ÕªÒª£º&nbsp;ǶÌ×&nbsp;|&nbsp;×Ö¶Î&nbsp;|&nbsp;<A HREF="#constructor_summary">¹¹Ôì·½·¨</A>&nbsp;|&nbsp;<A HREF="#method_summary">·½·¨</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ÏêϸÐÅÏ¢£º&nbsp;×Ö¶Î&nbsp;|&nbsp;<A HREF="#constructor_detail">¹¹Ôì·½·¨</A>&nbsp;|&nbsp;<A HREF="#method_detail">·½·¨</A></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/po/ReportTranslateInfo.html
HTML
bsd-3-clause
15,299
<!DOCTYPE html> <!-- * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. --> <html> <head> <meta charset="utf-8"> <meta name="description" content="WebRTC reference app"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1"> <meta itemprop="description" content="Video chat using the reference WebRTC application"> <meta itemprop="image" content="/images/webrtc-icon-192x192.png"> <meta itemprop="name" content="AppRTC"> <meta name="mobile-web-app-capable" content="yes"> <meta id="theme-color" name="theme-color" content="#1e1e1e"> <base target="_blank"> <title>AppRTC</title> <link rel="manifest" href="/manifest.json"> <link rel="icon" sizes="192x192" href="/images/webrtc-icon-192x192.png"> {% if not chromeapp %} <link rel="canonical" href="{{ room_link }}"> {% endif %} <link rel="stylesheet" href="/css/main.css"> <!-- callstats dependencies: http://www.callstats.io/api/#integrating-with-your-sdk --> <script src="/callstats/callstats.min.js"></script> <script src="/callstats/sha.js"></script> <script src="/callstats/socket.io.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r73/three.min.js"></script> </head> <body> <!-- * Keep the HTML id attributes in sync with |UI_CONSTANTS| defined in * appcontroller.js. --> <div id="videos"> <video id="mini-video" autoplay muted></video> <video id="remote-video" autoplay></video> <div id="remote-video-container"></div> <video id="local-video" autoplay muted></video> </div> <div id="room-selection" class="hidden"> <h1>AppRTC</h1> <p id="instructions">Please enter a room name.</p> <div> <div id="room-id-input-div"> <input type="text" id="room-id-input" autofocus/> <label class="error-label hidden" for="room-id-input" id="room-id-input-label">Room name must be 5 or more characters and include only letters, numbers, underscore and hyphen.</label> </div> <div id="room-id-input-buttons"> <button id="join-button">JOIN</button> <button id="random-button">RANDOM</button> </div> </div> <div id="recent-rooms"> <p>Recently used rooms:</p> <ul id="recent-rooms-list"></ul> </div> </div> <div id="confirm-join-div" class="hidden"> <div>Ready to join<span id="confirm-join-room-span"></span>?</div> <button id="confirm-join-button">JOIN</button> </div> <footer> <div id="sharing-div"> <div id="room-link">Waiting for someone to join this room: <a id="room-link-href" href="{{ room_link }}" target="_blank">{{ room_link }}</a></div> </div> <div id="info-div">Code for AppRTC is available from <a href="http://github.com/webrtc/apprtc" title="GitHub repo for AppRTC">github.com/webrtc/apprtc</a></div> <div id="status-div"></div> <div id="rejoin-div" class="hidden"><span>You have left the call.</span> <button id="rejoin-button">REJOIN</button><button id="new-room-button">NEW ROOM</button></div> </footer> <div id="icons" class="hidden"> <svg id="mute-audio" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewbox="-10 -10 68 68"> <title>title</title> <circle cx="24" cy="24" r="34"> <title>Mute audio</title> </circle> <path class="on" transform="scale(0.6), translate(17,18)" d="M38 22h-3.4c0 1.49-.31 2.87-.87 4.1l2.46 2.46C37.33 26.61 38 24.38 38 22zm-8.03.33c0-.11.03-.22.03-.33V10c0-3.32-2.69-6-6-6s-6 2.68-6 6v.37l11.97 11.96zM8.55 6L6 8.55l12.02 12.02v1.44c0 3.31 2.67 6 5.98 6 .45 0 .88-.06 1.3-.15l3.32 3.32c-1.43.66-3 1.03-4.62 1.03-5.52 0-10.6-4.2-10.6-10.2H10c0 6.83 5.44 12.47 12 13.44V42h4v-6.56c1.81-.27 3.53-.9 5.08-1.81L39.45 42 42 39.46 8.55 6z" fill="white"/> <path class="off" transform="scale(0.6), translate(17,18)" d="M24 28c3.31 0 5.98-2.69 5.98-6L30 10c0-3.32-2.68-6-6-6-3.31 0-6 2.68-6 6v12c0 3.31 2.69 6 6 6zm10.6-6c0 6-5.07 10.2-10.6 10.2-5.52 0-10.6-4.2-10.6-10.2H10c0 6.83 5.44 12.47 12 13.44V42h4v-6.56c6.56-.97 12-6.61 12-13.44h-3.4z" fill="white"/> </svg> <svg id="mute-video" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewbox="-10 -10 68 68"> <circle cx="24" cy="24" r="34"> <title>Mute video</title> </circle> <path class="on" transform="scale(0.6), translate(17,16)" d="M40 8H15.64l8 8H28v4.36l1.13 1.13L36 16v12.36l7.97 7.97L44 36V12c0-2.21-1.79-4-4-4zM4.55 2L2 4.55l4.01 4.01C4.81 9.24 4 10.52 4 12v24c0 2.21 1.79 4 4 4h29.45l4 4L44 41.46 4.55 2zM12 16h1.45L28 30.55V32H12V16z" fill="white"/> <path class="off" transform="scale(0.6), translate(17,16)" d="M40 8H8c-2.21 0-4 1.79-4 4v24c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V12c0-2.21-1.79-4-4-4zm-4 24l-8-6.4V32H12V16h16v6.4l8-6.4v16z" fill="white"/> </svg> <svg id="fullscreen" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewbox="-10 -10 68 68"> <circle cx="24" cy="24" r="34"> <title>Enter fullscreen</title> </circle> <path class="on" transform="scale(0.8), translate(7,6)" d="M10 32h6v6h4V28H10v4zm6-16h-6v4h10V10h-4v6zm12 22h4v-6h6v-4H28v10zm4-22v-6h-4v10h10v-4h-6z" fill="white"/> <path class="off" transform="scale(0.8), translate(7,6)" d="M14 28h-4v10h10v-4h-6v-6zm-4-8h4v-6h6v-4H10v10zm24 14h-6v4h10V28h-4v6zm-6-24v4h6v6h4V10H28z" fill="white"/> </svg> <svg id="enable-vr" class = "hidden" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewbox="-10 -10 68 68"> <circle cx="24" cy="24" r="34"> <title>Enter VR Camera Mode</title> </circle> <rect class="on" x="8" y="8" width="32" height="32" rx="4" ry="4" fill="white"/> <rect class="off" x="4" y="4" width="40" height="40" rx="32" ry="32" fill="white"/> </svg> <svg id="vr-controls-toggle" class="hidden" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewbox="-10 -10 68 68"> <circle cx="24" cy="24" r="34"> <title>Enter VR Headset Mode</title> </circle> <path class="on" transform="translate(0,35), scale(0.025), scale(1,-1)" d="m 416,256 q -66,0 -113,47 -47,47 -47,113 v 704 q 0,66 47,113 47,47 113,47 h 1088 q 66,0 113,-47 47,-47 47,-113 V 416 q 0,-66 -47,-113 -47,-47 -113,-47 H 416 z m -32,864 V 416 q 0,-13 9.5,-22.5 Q 403,384 416,384 h 1088 q 13,0 22.5,9.5 9.5,9.5 9.5,22.5 v 704 q 0,13 -9.5,22.5 -9.5,9.5 -22.5,9.5 H 416 q -13,0 -22.5,-9.5 Q 384,1133 384,1120 z M 1760,192 h 160 V 96 Q 1920,56 1873,28 1826,0 1760,0 H 160 Q 94,0 47,28 0,56 0,96 v 96 H 160 1760 z M 1040,96 q 16,0 16,16 0,16 -16,16 H 880 q -16,0 -16,-16 0,-16 16,-16 h 160 z" fill="white"/> <path class="off" transform="scale(0.7), translate(42,34)" d="M18.125-20.083h-52.479c-1.958,0-3.607,1.71-3.607,3.821V15.16 c0,2.109,1.65,3.82,3.685,3.82h14.334c1.537,0,2.855-0.976,3.409-2.36l4.167-10.436c0.704-1.758,2.376-2.998,4.328-2.998 c1.951,0,3.626,1.24,4.326,2.998l4.17,10.436c0.556,1.385,1.872,2.36,3.33,2.36h14.336c2.113,0,3.762-1.711,3.762-3.82v-31.423 C21.887-18.373,20.238-20.083,18.125-20.083L18.125-20.083z M-21.61,6.322c-3.667,0-6.636-3.077-6.636-6.874 c0-3.798,2.97-6.874,6.636-6.874c3.666,0,6.628,3.076,6.628,6.874C-14.982,3.246-17.95,6.322-21.61,6.322L-21.61,6.322z M5.541,6.319c-3.665,0-6.633-3.074-6.633-6.871c0-3.797,2.969-6.871,6.633-6.871s6.633,3.074,6.633,6.871 C12.174,3.246,9.205,6.319,5.541,6.319L5.541,6.319z" fill="white"/> </svg> <svg id="hangup" class="hidden" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewbox="-10 -10 68 68"> <circle cx="24" cy="24" r="34"> <title>Hangup</title> </circle> <path transform="scale(0.7), translate(11,10)" d="M24 18c-3.21 0-6.3.5-9.2 1.44v6.21c0 .79-.46 1.47-1.12 1.8-1.95.98-3.74 2.23-5.33 3.7-.36.35-.85.57-1.4.57-.55 0-1.05-.22-1.41-.59L.59 26.18c-.37-.37-.59-.87-.59-1.42 0-.55.22-1.05.59-1.42C6.68 17.55 14.93 14 24 14s17.32 3.55 23.41 9.34c.37.36.59.87.59 1.42 0 .55-.22 1.05-.59 1.41l-4.95 4.95c-.36.36-.86.59-1.41.59-.54 0-1.04-.22-1.4-.57-1.59-1.47-3.38-2.72-5.33-3.7-.66-.33-1.12-1.01-1.12-1.8v-6.21C30.3 18.5 27.21 18 24 18z" fill="white"/> </svg> </div> <div id="privacy"> <a href="//www.google.com/accounts/TOS">Terms</a> &#32;&#124;&#32; <a href="//www.google.com/policies/privacy/">Privacy</a> &#32;&#124;&#32; <a href="//github.com/webrtc/apprtc">Code repo</a> </div> {% if not chromeapp %} {{ include_loopback_js }} {% endif %} <script src="/js/apprtc.debug.js"></script> {% if chromeapp %} <script src="/js/appwindow.js"></script> {% endif %} {% if not chromeapp %} <script type="text/javascript"> var loadingParams = { errorMessages: {{ error_messages }}, isLoopback: {{ is_loopback }}, warningMessages: {{ warning_messages }}, {% if room_id %} roomId: '{{ room_id }}', roomLink: '{{ room_link }}', {% endif %} mediaConstraints: {{ media_constraints | safe }}, offerOptions: {{ offer_options | safe }}, peerConnectionConfig: {{ pc_config | safe }}, peerConnectionConstraints: {{ pc_constraints | safe }}, turnRequestUrl: '{{ turn_url }}', iceServerRequestUrl: '{{ ice_server_url }}', iceServerTransports: '{{ ice_server_transports }}', wssUrl: '{{ wss_url }}', wssPostUrl: '{{ wss_post_url }}', bypassJoinConfirmation: {{ bypass_join_confirmation }}, versionInfo: {{ version_info }}, callstatsParams: {{ callstats_params}} }; var appController; function initialize() { // We don't want to continue if this is triggered from Chrome prerendering, // since it will register the user to GAE without cleaning it up, causing // the real navigation to get a "full room" error. Instead we'll initialize // once the visibility state changes to non-prerender. if (document.visibilityState === 'prerender') { document.addEventListener('visibilitychange', onVisibilityChange); return; } appController = new AppController(loadingParams); } function onVisibilityChange() { if (document.visibilityState === 'prerender') { return; } document.removeEventListener('visibilitychange', onVisibilityChange); initialize(); } initialize(); </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-48530561-2', 'auto'); ga('send', 'pageview'); </script> {% endif %} </body> </html>
bpyoung92/apprtc
src/web_app/html/index_template.html
HTML
bsd-3-clause
10,928
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
dadisigursveinn/VEF-Lokaverkefni
templates/bootstrapcss.html
HTML
bsd-3-clause
208
<div role="banner"> <a class="sr-only sr-only-focusable" href="#main-content"> <h4 role="presentation">Skip to main content</h4> </a> <nav class="navbar navbar-default" role="navigation" aria-label="Main Navigation"> <div class="container container-fluid"> <div class="navbar-header"> <ul class="nav navbar-nav"> <li> <a class="brand" href="/"> <img class="img-responsive" alt="OData logo" src="{{'/assets/OData-logo-e1393393068350.png' | prepend: site.baseurl | prepend: site.url}}"> </a> </li> </ul> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#odata-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> </div> <div class="collapse navbar-collapse" id="odata-navbar-collapse" role="navigation"> <ul class="nav navbar-nav" role="menubar"> <li role="none"> <a role="menuitem" href="/blog">Blog</a> </li> <li class="dropdown" role="none"> <a role="menuitem" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#"> Developers <b class="caret"></b> </a> <ul class="dropdown-menu" role="menu" aria-label="Developers dropdown."> <li role="none"> <a role="menuitem" href="/getting-started">Getting Started</a> </li> <li role="none"> <a role="menuitem" href="/documentation">Documentation</a> </li> <li role="none"> <a role="menuitem" href="/libraries">Libraries</a> </li> <li role="none"> <a role="menuitem" href="/odata-services">Reference Services</a> </li> <li role="none"> <a role="menuitem" href="/odata-icon-usage-guidelines/">Icon Usage</a> </li> </ul> </li> <li class="dropdown" role="none"> <a role="menuitem" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#"> Tools <b class="caret"></b> </a> <ul class="dropdown-menu" role="menu" aria-label="Tools dropdown."> <li role="none"> <a role="menuitem" href="https://marketplace.visualstudio.com/items?itemName=stansw.vscode-odata" target="_blank"> OData for Visual Studio Code </a> </li> <li role="none"> <a role="menuitem" href="https://pragmatiqa.com/xodata/" target="_blank">XOData</a> </li> </ul> </li> <li role="none"> <a role="menuitem" href="/ecosystem">Ecosystem</a> </li> <li role="none"> <a role="menuitem" href="/contribution">Getting Involved</a> </li> </ul> <form class="navbar-form navbar-left" role="search"> <div class="form-group combobox combobox-list"> <input id="main-search-input" type="text" aria-label="Search" class="form-control st-default-search-input" placeholder="Search" role="combobox" aria-autocomplete="list" aria-controls="search-results" aria-expanded="false"> <button hidden aria-hidden="true" id="cb1-button" class="fa-search" tabindex="-1" aria-expanded="false" aria-controls="search-results"> </button> </div> </form> </div> </div> </nav> </div>
OData/odataorg.github.io
_includes/navbar.html
HTML
mit
5,508
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.ss.format.CellTextFormatter (POI API Documentation)</title> <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.poi.ss.format.CellTextFormatter (POI API Documentation)"; } //--> </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/poi/ss/format/CellTextFormatter.html" title="class in org.apache.poi.ss.format">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/ss/format/class-use/CellTextFormatter.html" target="_top">Frames</a></li> <li><a href="CellTextFormatter.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.poi.ss.format.CellTextFormatter" class="title">Uses of Class<br>org.apache.poi.ss.format.CellTextFormatter</h2> </div> <div class="classUseContainer">No usage of org.apache.poi.ss.format.CellTextFormatter</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/poi/ss/format/CellTextFormatter.html" title="class in org.apache.poi.ss.format">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/ss/format/class-use/CellTextFormatter.html" target="_top">Frames</a></li> <li><a href="CellTextFormatter.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 2015 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
misuqian/ExcelTool
eclipse/poi-3.12/docs/apidocs/org/apache/poi/ss/format/class-use/CellTextFormatter.html
HTML
mit
4,437
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>jquery.textarea-markdown-editor</title> <script src="./jquery.js"></script> <script src="./marked.min.js"></script> <script src="./jquery.textarea-markdown-editor.js"></script> <script> $(function(){ var $editor = $('#editor'); var $preview = $('#preview'); $editor.markdownEditor({ onInsertedList: function(){ console.log("inserted list"); }, onInsertedTable: function(){ console.log("inserted table"); }, onInsertedCodeblock: function(){ console.log("inserted codeblock"); }, onMadeTable: function(){ console.log("made table"); }, onSortedTable: function(){ console.log("sorted table"); } }).focus(); t= setInterval(function(){ $preview.html(marked($editor[0].value)); }, 1000); }); </script> <style> h1 { font-size: 24px; } main{ width: 960px; } main:after{ clear: both; content: ''; display: table; } #editor { width: 400px; height: 400px; float: left; } #preview { width: 400px; float: left; margin-left: 20px; padding: 20px; border: 1px solid #eaeaea; font-size: 12px; } header, footer{ margin: 20px 0; } pre { background: #fafafa; padding: 5px 10px; } table td, table th{ border: 1px solid #eaeaea; } #preview > ul { padding-left: 20px; } </style> </head> <body> <header> <h1>jquery.textarea-markdown-editor DEMO</h1> </header> <main> <textarea id="editor"> * list1 * list2 * list2-1 * list2-2 * [ ] checkbox * [x] checked | h1 | H2 | H3 | ``` 4x3 :2x2 2x2: :2x2: Name, Age, John Due, 44, Daniel Bob, 28, John Smith,99, :smile: Lisa, 18, F | | price | |---|---| | a | 100 | | b | 200 | | c | 300 | | | =SUM | </textarea> <div id="preview"></div> </main> <footer> <a href="https://github.com/ttakuru88/jquery.textarea-markdown-editor">https://github.com/ttakuru88/jquery.textarea-markdown-editor</a> </footer> </body> </html>
ttakuru88/jquery.textarea-markdown-editor
src/index.html
HTML
mit
2,006
<!doctype html> <html> <title>stars</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../static/style.css"> <body> <div id="wrapper"> <h1><a href="../doc/stars.html">stars</a></h1> <p>View packages marked as favorites</p> <h2 id="SYNOPSIS">SYNOPSIS</h2> <pre><code>npm stars npm stars [username]</code></pre> <h2 id="DESCRIPTION">DESCRIPTION</h2> <p>If you have starred a lot of neat things and want to find them again quickly this command lets you do just that.</p> <p>You may also want to see your friend&#39;s favorite packages, in this case you will most certainly enjoy this command.</p> <h2 id="SEE-ALSO">SEE ALSO</h2> <ul><li><a href="../doc/star.html">star(1)</a></li><li><a href="../doc/view.html">view(1)</a></li><li><a href="../doc/whoami.html">whoami(1)</a></li><li><a href="../doc/adduser.html">adduser(1)</a></li></ul> </div> <p id="footer">stars &mdash; npm@1.3.2</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") var els = Array.prototype.slice.call(wrapper.getElementsByTagName("*"), 0) .filter(function (el) { return el.parentNode === wrapper && el.tagName.match(/H[1-6]/) && el.id }) var l = 2 , toc = document.createElement("ul") toc.innerHTML = els.map(function (el) { var i = el.tagName.charAt(1) , out = "" while (i > l) { out += "<ul>" l ++ } while (i < l) { out += "</ul>" l -- } out += "<li><a href='#" + el.id + "'>" + ( el.innerText || el.text || el.innerHTML) + "</a>" return out }).join("\n") toc.id = "toc" document.body.appendChild(toc) })() </script> </body></html>
cfsghost/stemmer
base/overwrite/usr/local/lib/node_modules/npm/html/doc/stars.html
HTML
mit
1,675
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>reveal.js - Slide Notes</title> <style> body { font-family: Helvetica; } #notes { font-size: 20px; width: 640px; margin-top: 5px; clear: left; } #wrap-current-slide { width: 640px; height: 512px; float: left; overflow: hidden; } #current-slide { width: 1280px; height: 1024px; border: none; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); } #wrap-next-slide { width: 448px; height: 358px; float: left; margin: 0 0 0 10px; overflow: hidden; } #next-slide { width: 1280px; height: 1024px; border: none; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scale(0.35); -moz-transform: scale(0.35); -ms-transform: scale(0.35); -o-transform: scale(0.35); transform: scale(0.35); } .slides { position: relative; margin-bottom: 10px; border: 1px solid black; border-radius: 2px; background: rgb(28, 30, 32); } .slides span { position: absolute; top: 3px; left: 3px; font-weight: bold; font-size: 14px; color: rgba( 255, 255, 255, 0.9 ); } .error { font-weight: bold; color: red; font-size: 1.5em; text-align: center; margin-top: 10%; } .error code { font-family: monospace; } .time { width: 448px; margin: 30px 0 0 10px; float: left; text-align: center; opacity: 0; -webkit-transition: opacity 0.4s; -moz-transition: opacity 0.4s; -o-transition: opacity 0.4s; transition: opacity 0.4s; } .elapsed, .clock { color: #333; font-size: 2em; text-align: center; display: inline-block; padding: 0.5em; background-color: #eee; border-radius: 10px; } .elapsed h2, .clock h2 { font-size: 0.8em; line-height: 100%; margin: 0; color: #aaa; } .elapsed .mute { color: #ddd; } </style> <link rel="stylesheet" type="text/css" href="/node_modules/font-awesome/css/font-awesome.css"> <style type="text/css"> .fa { background: #999; color: #fff; border-radius: .2em; padding: 2px; margin: 2px; } </style> </head> <body> <script> function getNotesURL( controls ) { return window.opener.location.protocol + '//' + window.opener.location.host + window.opener.location.pathname + '?receiver&controls='+ ( controls || 'false' ) +'&progress=false&overview=false' + window.opener.location.hash; } var notesCurrentSlideURL = getNotesURL( true ); var notesNextSlideURL = getNotesURL( false ); </script> <div id="wrap-current-slide" class="slides"> <script>document.write( '<iframe width="1280" height="1024" id="current-slide" src="'+ notesCurrentSlideURL +'"></iframe>' );</script> </div> <div id="wrap-next-slide" class="slides"> <script>document.write( '<iframe width="640" height="512" id="next-slide" src="'+ notesNextSlideURL +'"></iframe>' );</script> <span>UPCOMING:</span> </div> <div class="time"> <div class="clock"> <h2>Time</h2> <span id="clock">0:00:00 AM</span> </div> <div class="elapsed"> <h2>Elapsed</h2> <span id="hours">00</span><span id="minutes">:00</span><span id="seconds">:00</span> </div> </div> <div id="notes"></div> <script src="../../plugin/markdown/marked.js"></script> <script> window.addEventListener( 'load', function() { if( window.opener && window.opener.location && window.opener.location.href ) { var notes = document.getElementById( 'notes' ), currentSlide = document.getElementById( 'current-slide' ), nextSlide = document.getElementById( 'next-slide' ), silenced = false; window.addEventListener( 'message', function( event ) { var data = JSON.parse( event.data ); // No need for updating the notes in case of fragment changes if ( data.notes !== undefined) { if( data.markdown ) { notes.innerHTML = marked( data.notes ); } else { notes.innerHTML = data.notes; } } silenced = true; // Update the note slides currentSlide.contentWindow.Reveal.slide( data.indexh, data.indexv, data.indexf ); nextSlide.contentWindow.Reveal.slide( data.nextindexh, data.nextindexv ); silenced = false; }, false ); var start = new Date(), timeEl = document.querySelector( '.time' ), clockEl = document.getElementById( 'clock' ), hoursEl = document.getElementById( 'hours' ), minutesEl = document.getElementById( 'minutes' ), secondsEl = document.getElementById( 'seconds' ); setInterval( function() { timeEl.style.opacity = 1; var diff, hours, minutes, seconds, now = new Date(); diff = now.getTime() - start.getTime(); hours = Math.floor( diff / ( 1000 * 60 * 60 ) ); minutes = Math.floor( ( diff / ( 1000 * 60 ) ) % 60 ); seconds = Math.floor( ( diff / 1000 ) % 60 ); clockEl.innerHTML = now.toLocaleTimeString(); hoursEl.innerHTML = zeroPadInteger( hours ); hoursEl.className = hours > 0 ? "" : "mute"; minutesEl.innerHTML = ":" + zeroPadInteger( minutes ); minutesEl.className = minutes > 0 ? "" : "mute"; secondsEl.innerHTML = ":" + zeroPadInteger( seconds ); }, 1000 ); // Broadcasts the state of the notes window to synchronize // the main window function synchronizeMainWindow() { if( !silenced ) { var indices = currentSlide.contentWindow.Reveal.getIndices(); window.opener.Reveal.slide( indices.h, indices.v, indices.f ); } } // Navigate the main window when the notes slide changes currentSlide.contentWindow.Reveal.addEventListener( 'slidechanged', synchronizeMainWindow ); currentSlide.contentWindow.Reveal.addEventListener( 'fragmentshown', synchronizeMainWindow ); currentSlide.contentWindow.Reveal.addEventListener( 'fragmenthidden', synchronizeMainWindow ); } else { document.body.innerHTML = '<p class="error">Unable to access <code>window.opener.location</code>.<br>Make sure the presentation is running on a web server.</p>'; } }, false ); function zeroPadInteger( num ) { var str = "00" + parseInt( num ); return str.substring( str.length - 2 ); } </script> </body> </html>
cviebrock/laravel-101-slides
plugin/notes/notes.html
HTML
mit
6,863
<!doctype html> <html> <head> <script>document.write('<base href="' + document.location + '" />');</script> <meta charset="utf-8"> <title>fiddle-0010-SlickGridQuickFilter</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="http://github/bradyhouse/house/fiddles/angular2/fiddle-0010-SlickGridQuickFilter"> <meta name="author" content="bradyhouse@gmail.com"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> </head> <body> <a id="githubLink" href="https://github.com/bradyhouse/house/tree/master/fiddles/angular2-cli/fiddle-0010-SlickGridQuickFilter" target="_blank"><img style="z-index: 1000; position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub"></a> <app-root>Loading...</app-root> </body> </html>
bradyhouse/house
fiddles/angular2-cli/fiddle-0018-SlickGridSparkLine/src/index.html
HTML
mit
1,136
<html> <head> <link rel="stylesheet" href="style.css" type="text/css"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <link rel="Start" href="index.html"> <link title="Index of types" rel=Appendix href="index_types.html"> <link title="Index of values" rel=Appendix href="index_values.html"> <link title="Index of modules" rel=Appendix href="index_modules.html"> <link title="Index of module types" rel=Appendix href="index_module_types.html"> <link title="Memcached" rel="Chapter" href="Memcached.html"><title>Index of types</title> </head> <body> <center><h1>Index of types</h1></center> <table> <tr><td align="left"><br>T</td></tr> <tr><td><a href="Memcached.Value.html#TYPEt">t</a> [<a href="Memcached.Value.html">Memcached.Value</a>]</td> <td></td></tr> <tr><td><a href="Memcached.S.html#TYPEt">t</a> [<a href="Memcached.S.html">Memcached.S</a>]</td> <td></td></tr> <tr><td><a href="Memcached.html#TYPEt">t</a> [<a href="Memcached.html">Memcached</a>]</td> <td></td></tr> <tr><td align="left"><br>V</td></tr> <tr><td><a href="Memcached.S.html#TYPEvalue">value</a> [<a href="Memcached.S.html">Memcached.S</a>]</td> <td></td></tr> </table><br> </body> </html>
akojo/ocaml-memcached
doc/memcached/html/index_types.html
HTML
mit
1,187
<!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 Package org.apache.solr.analysis (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 Package org.apache.solr.analysis (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>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../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/analysis/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package org.apache.solr.analysis" class="title">Uses of Package<br>org.apache.solr.analysis</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../org/apache/solr/analysis/package-summary.html">org.apache.solr.analysis</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.analysis">org.apache.solr.analysis</a></td> <td class="colLast"> <div class="block"> Factories and classes specific to text analysis and the creation of <a href="http://lucene.apache.org/core/4_9_0/core/org/apache/lucene/analysis/TokenStream.html?is-external=true" title="class or interface in org.apache.lucene.analysis"><code>TokenStream</code></a>s</div> </td> </tr> <tr class="rowColor"> <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="altColor"> <td class="colFirst"><a href="#org.apache.solr.schema">org.apache.solr.schema</a></td> <td class="colLast"> <div class="block"> <a href="../../../../org/apache/solr/schema/IndexSchema.html" title="class in org.apache.solr.schema"><code>IndexSchema</code></a> and <a href="../../../../org/apache/solr/schema/FieldType.html" title="class in org.apache.solr.schema"><code>FieldType</code></a> implementations for powering schema.xml</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.analysis"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../org/apache/solr/analysis/package-summary.html">org.apache.solr.analysis</a> used by <a href="../../../../org/apache/solr/analysis/package-summary.html">org.apache.solr.analysis</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../org/apache/solr/analysis/class-use/LegacyHTMLStripCharFilter.html#org.apache.solr.analysis">LegacyHTMLStripCharFilter</a> <div class="block"><strong>Deprecated.</strong>&nbsp; <div class="block"><i>use <a href="http://lucene.apache.org/core/4_9_0/analyzers-common/org/apache/lucene/analysis/charfilter/HTMLStripCharFilter.html?is-external=true" title="class or interface in org.apache.lucene.analysis.charfilter"><code>HTMLStripCharFilter</code></a></i></div> </div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../org/apache/solr/analysis/class-use/SolrAnalyzer.html#org.apache.solr.analysis">SolrAnalyzer</a>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.parser"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../org/apache/solr/analysis/package-summary.html">org.apache.solr.analysis</a> used by <a href="../../../../org/apache/solr/parser/package-summary.html">org.apache.solr.parser</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../org/apache/solr/analysis/class-use/ReversedWildcardFilterFactory.html#org.apache.solr.parser">ReversedWildcardFilterFactory</a> <div class="block">Factory for <a href="../../../../org/apache/solr/analysis/ReversedWildcardFilter.html" title="class in org.apache.solr.analysis"><code>ReversedWildcardFilter</code></a>-s.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.schema"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../org/apache/solr/analysis/package-summary.html">org.apache.solr.analysis</a> used by <a href="../../../../org/apache/solr/schema/package-summary.html">org.apache.solr.schema</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../org/apache/solr/analysis/class-use/SolrAnalyzer.html#org.apache.solr.schema">SolrAnalyzer</a>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../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/analysis/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <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/analysis/package-use.html
HTML
mit
9,360
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>KnockbackNavigators.js Interactive Tests</title> <link rel="stylesheet" href="vendor/normalize.css"> <link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css"> <link rel="stylesheet" href="../knockback-navigators.css"> <link rel="stylesheet" href="../knockback-transitions.css"> <style type="text/css"> .cell {height: 120px; width: 120px; background-color: white} /* cell styling */ </style> </head> <body> <a class='btn' href='../index.html#pane_navigator' style='position: absolute; z-index: 200'>More Examples</a> <div class='container hero-unit'> <button class='btn btn-small' data-bind="click: kb.previousPane" data-path='^/.pane-navigator'><i class='icon-step-backward'></i></button> <button class='btn btn-small' data-bind="click: kb.nextPane" data-path='^/.pane-navigator'><i class='icon-step-forward'></i></button> <div class='cell' style='position: relative'> <div class='pane-navigator' data-bind="PaneNavigator: {transition: 'Slide'}"> <div class='pane cell'> <p>Pane1</p> </div> <div class='pane cell'> <p>Pane2</p> </div> <div class='pane cell'> <p>Pane3</p> </div> </div> </div> </div> <script src="vendor/zepto-1.0rc1.js"></script> <script src="vendor/knockout-2.1.0.js"></script> <script src="../knockback-pane-navigator.js"></script> <script src="..//knockback-transitions.js"></script> <script type='text/javascript'> ko.applyBindings({}); </script> <!-- ****************** --> <!-- Source --> <!-- ****************** --> <script src="vendor/backbone/underscore-1.5.2.js"></script> <script type='text/javascript'> $('body').append($('<div><h1>Example Source</h1><pre>' +_.escape(document.body.innerHTML.substring(0, document.body.innerHTML.indexOf('<!-- ****************** -->')))+'</pre></div>')[0]); </script> </body> </html>
kmalakoff/knockback-navigators
examples/pn-t-e_zpt_ko.html
HTML
mit
2,149
<script src="https://code.jquery.com/jquery-2.1.4.min.js" ></script> <script src="https://ajax.aspnetcdn.com/ajax/knockout/knockout-3.3.0.js" ></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/knockout-validation/2.0.3/knockout.validation.min.js" ></script> <script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.1/moment.min.js"></script> <script src="https://cdn.jsdelivr.net/chartist.js/latest/chartist.min.js"></script> <script src="/scripts/cyclops.js" ></script> <!-- Include any additional scripts your service needs --> <script> $(function(){ var AccountSwitcherModel = function() { var self = this; self.accounts = ko.observableArray([]); window.setTimeout(function(){ accounts = [ { accountAlias: "ROOT", businessName: "My Awesome Business", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[ { accountAlias: "APPL", businessName: "Apple Designed in California", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[ { accountAlias: "APLP", businessName: "iPhone division", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[] }, { accountAlias: "APLC", businessName: "iCar division", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[] }, { accountAlias: "APLO", businessName: "OSX division", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[] }, { accountAlias: "APP", businessName: "Not what you're looking for", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[] }, { accountAlias: "AP", businessName: "Nothing to See", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[] }, { accountAlias: "APLI", businessName: "iPad division", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[] } ] }, { accountAlias: "SUB1", businessName: "Sub Account One", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[] }, { accountAlias: "SUB2", businessName: "Sub Account Two", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[] }, { accountAlias: "SUB3", businessName: "Sub Account Three", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[ { accountAlias: "SSUB", businessName: "Nested Sub Account", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[] } ] }, { accountAlias: "SUB4", businessName: "Sub Account Four", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[{ accountAlias: "SSB4", businessName: "Nested Sub Account", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[{ accountAlias: "NOOB", businessName: "Really Nested Sub Account", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[] }] }] }, { accountAlias: "SUB5", businessName: "Sub Account Five", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[] }, { accountAlias: "SUB6", businessName: "Sub Account Six", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[{ accountAlias: "FOO", businessName: "Nested Sub Account", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[] }] }, { accountAlias: "SUB7", businessName: "Sub Account Seven", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[] }, { accountAlias: "RJP", businessName: "Rick James Productions", accountStatus: "active", primaryDataCenter : "QA1", subAccounts:[] }, ] } ]; for (var i = 0; i < 100; i++) { accounts[0].subAccounts.push({ accountAlias: "G0" + i, businessName: "" + i + " Generated Account for Perf Testing", accountStatus: "active", primaryDataCenter : "QA2", subAccounts:[] }); } self.accounts(accounts); self.loadingAccounts(false); }, 3000); self.loadingAccounts = ko.observable(true); self.currentAccountAlias = ko.observable('ROOT'); self.currentAccountAlias.subscribe(function(newValue) { console.log(newValue) }); return self; } ko.applyBindings(new AccountSwitcherModel(), $("account-switcher")[0]); var MainNavModel = function(){ var self = this; self.menus = ko.observableArray([ { id: "home", name: 'Dashboard', iconId: '#icon-home', href: '#' }, { id: "create", name: 'Create', iconId: '#icon-plus-circle', items: ko.observableArray([ { id: 'create.server', name: 'Server', description: 'Configure and provision a virtual or physical server to your location of choice', href: '#' }, { id: 'create.relationalDb', name: 'Relational DB', description: 'Easily provision a MySQL-compatible database instance', isNew: true, href: '#' } ]) }, { id: 'infrastructure', name: 'Infrastructure', iconId: '#icon-infrastructure', items: [ { id: 'infrastructure.manage', name: 'Manage', description: 'Manage and provision your servers', href: '#' }, { id: 'infrastructure.import', name: 'Import Servers', description: 'Import an ovf file or an existing server from another cloud provider', href: "#" } ] }, { id: 'network', name: 'Network', iconId: '#icon-global-network', items: [ { id: 'network.networks', name: 'Networks', description: 'Manage and create networks', href: '#' }, { id: 'network.firewall', name: 'Firewall', description: 'Intra and cross data center connectivity', href: '#' }, { id: 'network.ipAddresses', name: 'IP Addresses', description: 'Manage IP Addresses', href: '#' }, { id: 'network.vpn', name: 'VPN', description: 'Connect to cloud networks via VPN', href: '#' }, { id: 'network.dns', name: 'DNS', description: 'Host and manage DNS zones', href: '#' }, { id: 'network.siteToSite', name: 'Site-To-Site VPN', description: 'Self service IPSec (Point-to-Point) VPN Tunnel', href: '#' }, { id: 'network.netx', name: 'NetX', description: 'Connect to CenturyLink Data Centers', href: '#' } ] }, { id: 'orchestration', name: 'Orchestration', iconId: '#icon-script', items: [ { id: 'orchestration.runner', name: 'Runner', description: 'Quickly provision, interact with, and modify environments', href: '#', flag: 'beta' }, { id: 'orchestration.library', name: 'Blueprints Library', href: '#' }, { id: 'orchestration.design', name: 'Design a Blueprint', href: '#' }, { id: 'orchestration.scripts', name: 'Scripts', href: '#' }, { id: 'orchestration.software', name: 'Software', href: '#' }, { id: 'orchestration.ftp', name: 'FTP User', href: '#' } ] }, { id: 'appServices', name: 'Services', iconId: '#icon-package', items: [ { id: 'services.appfog', name: 'AppFog', description: 'Create, scale, and manage cloud apps', href: '#' }, { id: 'services.backup', name: 'Backup', description: 'Secure, simple, file-level backup', href: '#', flag: 'new' }, { id: 'services.horizontalAutoscale', name: 'Horizontal Autoscale', description: 'Automatically increase/decrease the number of servers in a group during demand spikes and lulls', href: '#' }, { id: 'services.loadBalancer', name: 'Load Balancers', description: 'Keep applications online and traffic flowing evenly', href: '#' }, { id: 'services.monitoring', name: 'Monitoring & Alerting', description: 'Define monitor and alert policies to measure application performance', href: '#' }, { id: 'services.objectStorage', name: 'Object Storage', description: 'Highly available file storage and management', href: '#' }, { id: 'services.orchestrate', name: 'Orchestrate', description: 'A complete NoSQL database service for rapid application development', href: '#' }, { id: 'services.relationalDb', name: 'Relational DB', description: 'High performance, cost efficient, MySQL-compatible database', href: '#' } // { // id: 'services.siteRedirect', // name: 'Site Redirect', // description: 'Redirect sites', // href: '#' // }, // { // id: 'services.smtprelay', // name: 'SMTP Relay', // description: 'Efficient, reliable email delivery', // href: '#' // } ] }, { id: 'queue', name: 'Queue', iconId: '#icon-queue', href: '#' }, { id: 'orgSettings', name: 'Settings', iconId: '#icon-settings', items: [ { id: 'orgSettings.accountContactInfo', name: 'Account Profile', description: 'Account address and contact information', href: '#' }, { id: 'orgSettings.accountSettings', name: 'Accout Settings', description: 'Color scheme, logos, data center preferences and general account settings', href: '#' }, { id: 'orgSettings.users', name: 'Users', description: 'Manage users associated with this account', href: '#' }, { id: 'orgSettings.permissions', name: 'Permissions', description: 'Define user access to resources and information', href: '#' }, { id: 'orgSettings.billing', name: 'Billing', description: 'Billing, usage history and payment option', href: '#' }, { id: 'orgSettings.subAccounts', name: 'Sub Accounts', description: 'Create a sub account for hierarchal management and separate billing', href: '#' }, { id: 'orgSettings.notifications', name: 'Notifications', description: 'Define primary and billing contacts', href: '#' }, { id: 'orgSettings.api', name: 'API & Webhooks', description: 'Manage API Users and Webhooks', href: '#' }, { id: 'orgSettings.serviceCatalog', name: 'Service Catalog', description: 'Enable or disable access to particular services for your account or sub accounts.', href: '#' } ] } ]); self.loading = ko.observable(false); self.error = ko.observable(false); self.selectedItemId = ko.observable('infrastructure.manage'); self.addMenuItem = function() { self.menus.push({ name: 'Added Item', iconId: '#icon-centurylink', items: [{ name: 'an item', description: 'some description' }] }) }; self.addItemToCreate = function() { console.log(self.menus()[0]); self.menus()[0].items.push({ name: 'added item', description: 'some description' }) } } ko.applyBindings(new MainNavModel(), $("main-nav")[0]); }) </script> {{{block "scripts"}}} </body> </html>
CenturyLinkCloud/Cyclops
www/views/partials/starter-pages/footer-main-nav.html
HTML
mit
12,083
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=big5"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01282/0128295042500.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:10:06 GMT --> <head><title>ªk½s¸¹:01282 ª©¥»:095042500</title> <link rel="stylesheet" type="text/css" href="../../version.css" > </HEAD> <body><left> <table><tr><td><FONT COLOR=blue SIZE=5>¯S®í¹Ò¹J°ü¤k®a®x§ß§U±ø¨Ò(01282)</font> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <tr><td align=left valign=top> <a href=0128289051200.html target=law01282><nobr><font size=2>¤¤µØ¥Á°ê 89 ¦~ 5 ¤ë 12 ¤é</font></nobr></a> </td> <td valign=top><font size=2>¨î©w16±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 89 ¦~ 5 ¤ë 24 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top> <a href=0128295042500.html target=law01282><nobr><font size=2>¤¤µØ¥Á°ê 95 ¦~ 4 ¤ë 25 ¤é</font></nobr></a> </td> <td valign=top><font size=2>­×¥¿²Ä4¦Ü8, 10, 16±ø<br> ¼W­q²Ä4¤§1, 12¤§1±ø<br> §R°£²Ä14±ø<br> ¦Û¤½¥¬«á¦¸¦~1¤ë1¤é¬I¦æ</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 95 ¦~ 5 ¤ë 17 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top> <a href=0128298011200.html target=law01282><nobr><font size=2>¤¤µØ¥Á°ê 98 ¦~ 1 ¤ë 12 ¤é</font></nobr></a> </td> <td valign=top><font size=2>­×¥¿«e[¯S®í¹Ò¹J°ü¤k®a®x§ß§U±ø¨Ò]¬°¥»ªk<br> ¨Ã­×¥¿²Ä1, 2, 4, 5, 7¦Ü10, 12, 12¤§1, 16±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 98 ¦~ 1 ¤ë 23 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 98 ¦~ 3 ¤ë 1 ¤é¬I¦æ</font></nobr></td> <tr><td align=left valign=top> <a href=01282100112200.html target=law01282><nobr><font size=2>¤¤µØ¥Á°ê 100 ¦~ 11 ¤ë 22 ¤é</font></nobr></a> </td> <td valign=top><font size=2>­×¥¿²Ä4, 9±ø<br> ¼W­q²Ä13¤§1±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 100 ¦~ 12 ¤ë 7 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top> <a href=01282101121800.html target=law01282><nobr><font size=2>¤¤µØ¥Á°ê 101 ¦~ 12 ¤ë 18 ¤é</font></nobr></a> </td> <td valign=top><font size=2>¼W­q²Ä15¤§1±ø<br> ­×¥¿²Ä8±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 102 ¦~ 1 ¤ë 2 ¤é¤½¥¬</font></nobr></td> </table></table></table></table> <p><table><tr><td><font color=blue size=4>¥Á°ê95¦~4¤ë25¤é(«D²{¦æ±ø¤å)</font></td> <td><a href=http://lis.ly.gov.tw/lghtml/lawstat/reason2/0128295042500.htm target=reason><font size=2>¥ßªk²z¥Ñ</font></a></td> <td><a href=http://lis.ly.gov.tw/lgcgi/lglawproc?0128295042500 target=proc><font size=2>¥ßªk¬ö¿ý</font></a></td> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤@±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¬°¥[±j·ÓÅU°ü¤kºÖ§Q¡A§ß§U¯S®í¹Ò¹J°ü¤k¸Ñ¨M¥Í¬¡§xÃø¡Aµ¹¤©ºò«æ·ÓÅU¡A¨ó§U¨ä¦Û¥ß¦Û±j¤Î§ïµ½¥Í¬¡Àô¹Ò¡A¯S¨î©w¥»±ø¨Ò¡C<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤G±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥»±ø¨Ò©Ò©w¯S®í¹Ò¹J°ü¤k®a®x§ß§U¡A¥]¬Aºò«æ¥Í¬¡§ß§U¡B¤l¤k¥Í¬¡¬z¶K¡B¤l¤k±Ð¨|¸É§U¡B¶Ë¯fÂåÀø¸É§U¡B¨àµ£¦«¨|¬z¶K¡Bªk«ß¶D³^¸É§U¤Î³Ð·~¶U´Ú¸É§U¡C<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤T±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥»±ø¨Ò©ÒºÙ¥DºÞ¾÷Ãö¡G¦b¤¤¥¡¬°¤º¬F³¡¡F¦bª½ÁÒ¥«¬°ª½ÁÒ¥«¬F©²¡F¦b¿¤¡]¥«¡^¬°¿¤¡]¥«¡^¬F©²¡C<br> ¡@¡@¥»±ø¨Ò©Ò©w¨Æ¶µ¡A¯A¤Î¦U¥Øªº¨Æ·~¥DºÞ¾÷Ãö¾´xªÌ¡A¥Ñ¦U¥Øªº¨Æ·~¥DºÞ¾÷Ãö¿ì²z¡C<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¥|±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥»±ø¨Ò©ÒºÙ¯S®í¹Ò¹J°ü¤k¡A«ü¤»¤Q¤­·³¥H¤U¤§°ü¤k¡A¨ä®a®xÁ`¦¬¤J«ö¥þ®a¤H¤f¥­§¡¤À°t¡A¨C¤H¨C¤ë¥¼¶W¹L¬F©²·í¦~¤½¥¬³Ì§C¥Í¬¡¶O¤GÂI¤­­¿¤Î»OÆW¦a°Ï¥­§¡¨C¤H¨C¤ë®ø¶O¤ä¥X¤@ÂI¤­­¿¡A¥B®a®x°]²£¥¼¶W¹L¤¤¥¡¥DºÞ¾÷Ãö¤½§i¤§¤@©wª÷ÃB¡A¨Ã¨ã¦³¤U¦C±¡§Î¤§¤@ªÌ¡G<br> ¡@¡@¤@¡B¤Ò¦º¤`¡A©Î¥¢Âܸg¦Vĵ¹î¾÷Ãö³ø®×¨ó´M¥¼Àò¹F¤»­Ó¤ë¥H¤W¡C<br> ¡@¡@¤G¡B¦]¤Ò´c·N¿ò±ó©Î¨ü¤Ò¤£³ô¦P©~¤§­h«Ý¡A¸g§P¨MÂ÷±B½T©w©Î¤w§¹¦¨¨óijÂ÷±Bµn°O¡C<br> ¡@¡@¤T¡B®a®x¼É¤O¨ü®`¡C<br> ¡@¡@¥|¡B¥¼±BÃh¥¥°ü¤k¡AÃh­L¤T­Ó¤ë¥H¤W¦Ü¤À®Y¤G­Ó¤ë¤º¡C<br> ¡@¡@¤­¡B¿W¦Û§ß¾i¤Q¤K·³¥H¤U«D±B¥Í¤l¤k©Î¦]Â÷±B¡B³à°¸¿W¦Û§ß¾i¤Q¤K·³¥H¤U¤l¤k¡A¨äµL¤u§@¯à¤O¡A©ÎÁö¦³¤u§@¯à¤O¡A¦]¾D¹J­«¤j¶Ë¯f©Î·ÓÅU¤»·³¥H¤U¤l¤k­P¤£¯à¤u§@¡C<br> ¡@¡@¤»¡B¤Ò³B¤@¦~¥H¤W¤§®{¦D©Î¨ü©ë§ô¤H¨­¦Û¥Ñ¤§«O¦w³B¤À¤@¦~¥H¤W¡A¥B¦b°õ¦æ¤¤¡C<br> ¡@¡@¤C¡B¨ä¥L¸gª½ÁÒ¥«¡B¿¤¡]¥«¡^¬F©²µû¦ô¡A¦]¤T­Ó¤ë¤º¥Í¬¡µo¥Í­«¤jÅܬG¾É­P¥Í¬¡¡B¸gÀÙ§xÃøªÌ¡A¥B¨ä­«¤jÅܬG«D¦]­Ó¤H³d¥ô¡B¶Å°È¡B«D¦]¦ÛÄ@©Ê¥¢·~µ¥¨Æ¥Ñ¡C<br> ¡@¡@¥Ó½Ð¤l¤k¥Í¬¡¬z¶K¡B¤l¤k±Ð¨|¸É§U¤Î¨àµ£¦«¨|¬z¶KªÌ¡A«e¶µ¯S®í¹Ò¹J°ü¤k¤§¨­¤À¡AÀ³¨C¦~¥Ó½Ð»{©w¤§¡C<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¥|±ø¤§¤@</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@«e±ø²Ä¤@¶µ©ÒºÙ®a®xÁ`¦¬¤J¤ÎµL¤u§@¯à¤O¡A·Ç¥ÎªÀ·|±Ï§Uªk²Ä¤­±ø¤§¤@¤Î²Ä¤­±ø¤§¤T³W©w¡C<br> ¡@¡@«e±ø²Ä¤@¶µ©ÒºÙ®a®x°]²£¡A¥]¬A°Ê²£¤Î¤£°Ê²£¡A¨äª÷ÃBÀ³¤À§O©w¤§¡A¨Ã·Ç¥ÎªÀ·|±Ï§Uªk²Ä¤­±ø¤§¤G³W©w¡C<br> ¡@¡@«e±ø²Ä¤@¶µ©ÒºÙ¥þ®a¤H¤f¡A¨äÀ³­pºâ¤H¤f½d³ò¡A¥]¬A¤U¦C¤H­û¡G<br> ¡@¡@¤@¡B¥Ó½Ð¤H¡C<br> ¡@¡@¤G¡B­t§ß¾i¸q°È¤§ª½¨t¦å¿Ë¨õ¿ËÄݤΨä°t°¸¡C<br> ¡@¡@¤T¡B«e´Ú¥H¥~¡A»{¦Cºî¦X©Ò±oµ|§ß¾i¿ËÄݧKµ|ÃB¤§¯Çµ|¸q°È¤H¡C<br> ¡@¡@«e¶µ²Ä¤G´Ú¡B²Ä¤T´Ú¤H­û¦³¤U¦C±¡§Î¤§¤@ªÌ¡A¤£¦C¤JÀ³­pºâ¤H¤f½d³ò¡G<br> ¡@¡@¤@¡BµL¤u§@¦¬¤J¡B¥¼¦@¦P¥Í¬¡¥BµL§ß¾i¯à¤O¤§¤wµ²±Bª½¨t¦å¿Ë¨õ¿ËÄÝ¡C<br> ¡@¡@¤G¡BÀ³¼x¶°¥l¶°¤JÀçªA§L§Ð©Î´À¥N§Ð²{§Ð¡C<br> ¡@¡@¤T¡B¦b¾Ç»â¦³¤½¶O¡C<br> ¡@¡@¥|¡B¤Jº»ªA¦D¡B¦]®×Åù©ã©Î¨Ìªk©ë¸T¡C<br> ¡@¡@¤­¡B¥¢ÂÜ¡A¸g¦Vĵ¹î¾÷Ãö³ø®×¨ó´M¥¼Àò¡A¹F¤»­Ó¤ë¥H¤W¡C<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤­±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¯S®í¹Ò¹J°ü¤k±o¨Ì²Ä¤G±ø©Ò©w®a®x§ß§U¶µ¥Ø¥Ó½Ð¡A¤£¥H³æ¤@¶µ¥Ø¬°­­¡C¦ý±o¨Ì¨ä¥Lªk¥O³W©w¨ú±o¥Í¬¡§ß§U¡Bµ¹¥I©Î¦w¸mªÌ¡A°£±o¸É§U¥Í¬¡§ß§U¡Bµ¹¥I»P¥»±ø¨Ò¤§®tÃB¥~¡A¤£¤©­«½Æ§ß§U¡C<br> ¡@¡@¨Ì¥»±ø¨Ò±µ¨ü¸É§UªÌ¦³¤U¦C±¡§Î¤§¤@®É¡Aª½ÁÒ¥«¡B¿¤¡]¥«¡^¥DºÞ¾÷ÃöÀ³°±¤î¨ä®a®x§ß§U¡A¨Ã±o°l¦^¨ä©Ò»â¨ú¤§¸É§U¡G<br> ¡@¡@¤@¡B´£¨Ñ¤£¹ê¸ê®Æ¡C<br> ¡@¡@¤G¡BÁô°Î©Î©Úµ´´£¨Ñª½ÁÒ¥«¡B¿¤¡]¥«¡^¥DºÞ¾÷Ãö­n¨D¤§¸ê®Æ¡C<br> ¡@¡@¤T¡B¥H¶B´Û©Î¨ä¥L¤£¥¿·í¤èªk¨ú±o®a®x§ß§U¡C<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤»±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@²Å¦X²Ä¥|±ø²Ä¤@¶µ³W©w¥Ó½Ðºò«æ¥Í¬¡§ß§UªÌ¡A«ö·í¦~«×§C¦¬¤J¤á¨C¤H¨C¤ë³Ì§C¥Í¬¡¶O¥Î¼Ð·Ç¤@­¿®Öµo¡A¨C¤H¨C¦¸¥H¸É§U¤T­Ó¤ë¬°­ì«h¡A¦P¤@­Ó®×¦P¤@¨Æ¥Ñ¥H¸É§U¤@¦¸¬°­­¡C<br> ¡@¡@¥Ó½Ðºò«æ¥Í¬¡§ß§U¡AÀ³©ó¨Æ¹êµo¥Í«á¤»­Ó¤ë¤º¡AÀ˨ã¤á¤f¦Wï¼v¥»¤Î¨ä¥L¬ÛÃöÃÒ©ú¤å¥ó¡A¦V¤áÄy©Ò¦b¦aª½ÁÒ¥«¡B¿¤¡]¥«¡^¥DºÞ¾÷Ãö´£¥X¥Ó½Ð¡A©Î¥Ñ¶m¡]Âí¡B¥«¡B°Ï¡^¤½©Ò¡BªÀ·|ºÖ§Q¾÷ºcÂश¥Ó½Ð¡CÃÒ©ú¤å¥ó¨ú±o§xÃø®É¡A±o¨ÌªÀ¤u­û³Xµø¸ê®Æ¼f®Ö¤§¡C<br> ¡@¡@ª½ÁÒ¥«¡B¿¤¡]¥«¡^¥DºÞ¾÷ÃöÀ³©óºò«æ¥Í¬¡§ß§U®Ö­ã«á¡A©w´Á¬£­û³Xµø¨ä¥Í¬¡±¡§Î¡F¨ä¥Í¬¡¤w¦³©úÅã§ïµ½ªÌ¡AÀ³§Y°±¤î§ß§U¡C<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤C±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@²Å¦X²Ä¥|±ø²Ä¤@¶µ²Ä¤@´Ú¡B²Ä¤G´Ú¡B²Ä¤T´Ú¡B²Ä¤­´Ú©Î²Ä¤»´Ú³W©w¡A¨Ã¦³¤Q¤­·³¥H¤U¤l¤kªÌ¡A±o¥Ó½Ð¤l¤k¥Í¬¡¬z¶K¡C<br> ¡@¡@¤l¤k¥Í¬¡¬z¶K¤§®Öµo¼Ð·Ç¡A¨C¤@¦W¤l¤k¨C¤ë¸É§U·í¦~«×³Ì§C¤u¸ê¤§¤Q¤À¤§¤@¡A¨C¦~¥Ó½Ð¤@¦¸¡C<br> ¡@¡@ªì¦¸¥Ó½Ð¤l¤k¥Í¬¡¬z¶KªÌ¡A±oÀH®É´£¥X¡C¦ý¦³©µªø¸É§U±¡§ÎªÌ¡AÀ³©ó·|­p¦~«×¶}©l«e¨â­Ó¤ë´£¥X¡C<br> ¡@¡@ª½ÁÒ¥«¡B¿¤¡]¥«¡^¥DºÞ¾÷Ãö¹ï¥Ó½Ð©µªø¸É§UªÌ¡AÀ³¬£­û³Xµø¨ä¥Í¬¡±¡§Î¡F¨ä¥Í¬¡¤w¦³©úÅã§ïµ½ªÌ¡AÀ³§Y°±¤î¬z¶K¡C<br> ¡@¡@¥Ó½Ð¤l¤k¥Í¬¡¬z¶K¡AÀ³À˨ã¤á¤f¦Wï¼v¥»¤Î¨ä¥L¬ÛÃöÃÒ©ú¤å¥ó¡A¦V¤áÄy©Ò¦b¦a¥DºÞ¾÷Ãö´£¥X¥Ó½Ð¡A©Î¥Ñ¶m¡]Âí¡B¥«¡B°Ï¡^¤½©Ò¡BªÀ·|ºÖ§Q¾÷ºcÂश¥Ó½Ð¡C<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤K±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@²Å¦X²Ä¥|±ø²Ä¤@¶µ³W©w¡A¥B¨ä¤l¤k´NŪ°ê¤º¤½¥ß©Î¥ß®×¤§¨p¥ß°ª¯Å¤¤µ¥¥H¤W¾Ç®Õ¨Ã²Å¦XªÀ·|±Ï§Uªk²Ä¤­±ø¤§¤T²Ä¤@¶µ²Ä¤@´Ú³W©w¤§½d³ò¡A±o¥Ó½Ð±Ð¨|¸É§U¡G<br> ¡@¡@¤@¡B´NŪ°ª¤¤°ªÂ¾´î§K¾ÇÂø¶O¦Ê¤À¤§¤»¤Q¡C<br> ¡@¡@¤G¡B´NŪ¤j±M°|®Õ´î§K¾ÇÂø¶O¦Ê¤À¤§¤T¤Q¡C<br> ¡@¡@«e¶µ¾ÇÂø¶O´î§K¡AÀ³©óµù¥U®ÉÀ˪þ¬ÛÃöÃÒ©ú¤å¥ó¡A¸g¾Ç®Õ¼f®Ö½T»{«á³w¤©´î§K¡A¨p¥ß¾Ç®Õ¥Ñ¾Ç®Õ³w¤©´î§K«á¡A³ø½Ð¥DºÞ±Ð¨|¦æ¬F¾÷Ãö¸É§U¤§¡C<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤E±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@²Å¦X²Ä¥|±ø²Ä¤@¶µ¦U´Ú³W©w¡A¦Ó¦³¤U¦C±¡§Î¤§¤@ªÌ¡A±o¥Ó½Ð¶Ë¯fÂåÀø¸É§U¡G<br> ¡@¡@¤@¡B¥»¤H¤Î¤»·³¥H¤W¥¼º¡¤Q¤K·³¤§¤l¤k°Ñ¥[¥þ¥Á°·«O¡A³Ìªñ¤T­Ó¤ë¤º¦Û¦æ­t¾áÂåÀø¶O¥Î¶W¹L·s»O¹ô¤­¸U¤¸¡AµL¤O­t¾á¥B¥¼Àò¨ä¥L¸É§U©Î«OÀIµ¹¥IªÌ¡C<br> ¡@¡@¤G¡B¥¼º¡¤»·³¤§¤l¤k¡A°Ñ¥[¥þ¥Á°·«O¡AµL¤O­t¾á¦Û¦æ­t¾á¤§¶O¥ÎªÌ¡C<br> ¡@¡@¶Ë¯fÂåÀø¸É§U¤§¼Ð·Ç¦p¤U¡G<br> ¡@¡@¤@¡B¥»¤H¤Î¤»·³¥H¤W¥¼º¡¤Q¤K·³¤§¤l¤k³¡¤À¡G¦Û¦æ­t¾áÂåÀø¶O¥Î¶W¹L·s»O¹ô¤­¸U¤¸¤§³¡¤À¡A³Ì°ª¸É§U¦Ê¤À¤§¤C¤Q¡A¨C¤H¨C¦~³Ì°ª¸É§U·s»O¹ô¤Q¤G¸U¤¸¡C<br> ¡@¡@¤G¡B¥¼º¡¤»·³¤§¤l¤k¡G¤Z¦b°·«O¯S¬ù¤§ÂåÀø°|©Ò±µ¨üªù¶E¡B«æ¶E¤Î¦í°|¶EªvªÌ¡A¨Ì¥þ¥Á°·±d«OÀIªk²Ä¤T¤Q¤T±ø¤Î²Ä¤T¤Q¤­±ø¤§³W©wÀ³¦Û¦æ­t¾á¤§¶O¥Î¡A¨C¤H¨C¦~³Ì°ª¸É§U·s»O¹ô¤Q¤G¸U¤¸¡C<br> ¡@¡@¥Ó½Ð¶Ë¯fÂåÀø¸É§U¡AÀ³©ó¶Ë¯fµo¥Í«á¤T­Ó¤ë¤º¡AÀ˨ã¬ÛÃöÃÒ©ú¤å¥ó¡B°·«O¥d¥¿¡B¤Ï­±¼v¥»¡B¶EÂ_ÃÒ©ú®Ñ¤ÎÂåÀø¶O¥Î¦¬¾Ú¥¿¥»¡A¦V¤áÄy©Ò¦b¦a¥DºÞ¾÷Ãö´£¥X¥Ó½Ð¡F¥¼º¡¤»·³¤§¤l¤k¶Ë¯fÂåÀø¸É§U¥Ó½Ð¡AÀ³¦V¤áÄy©Ò¦b¦a¤§¶m¡]Âí¡B¥«¡B°Ï¡^¤½©Ò¥Ó½ÐÂåÀø¸É§UÃÒ«á¡A³w­u«OÀI¤H¯S¬ù¤§ÂåÀø°|©Ò´N¶E¡A¨Ã¥ÑÂåÀø°|©Ò«ö¤ë³y¥U¦Vª½ÁÒ¥«¡B¿¤¡]¥«¡^¥DºÞ¾÷Ãö¥Ó½Ð¡C<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@²Å¦X²Ä¥|±ø²Ä¤@¶µ²Ä¤@´Ú¡B²Ä¤G´Ú¡B²Ä¤T´Ú¡B²Ä¤­´Ú¤Î²Ä¤»´Ú³W©w¡A¨Ã¦³¥¼º¡¤»·³¤§¤l¤kªÌ¡AÀ³Àu¥ýÀò­ã¶i¤J¤½¥ß¦«±Ð¾÷ºc¡F¦p¤l¤k¶i¤J¨p¥ß¦«±Ð¾÷ºc®É¡A±o¥Ó½Ð¨àµ£¦«¨|¬z¶K¨C¤H¨C¤ë·s»O¹ô¤@¤d¤­¦Ê¤¸¡C<br> ¡@¡@¥Ó½Ð¨àµ£¦«¨|¬z¶K¡AÀ³©ó¨Æ¹êµo¥Í«á¤»­Ó¤ë¤º¡AÀ˨ã¬ÛÃöÃÒ©ú¤å¥ó¡A¦V¤áÄy©Ò¦b¦a¥DºÞ¾÷Ãö¥Ó½Ð¡C<br> ¡@¡@ª½ÁÒ¥«¡B¿¤¡]¥«¡^¥DºÞ¾÷Ãö¹ï¥Ó½Ð©µªø¸É§UªÌ¡AÀ³¬£­û³Xµø¨ä¥Í¬¡±¡§Î¡F¨ä¥Í¬¡¤w¦³©úÅã§ïµ½ªÌ¡AÀ³§Y°±¤î¬z¶K¡C¦ý¤w¶i¤J¤½¥ß¦«±Ð¾÷ºcªÌ¡A±oÄ~Äò±µ¨ü¦«¨|¡C<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤@±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@²Å¦X²Ä¥|±ø²Ä¤@¶µ²Ä¤T´Ú³W©w¡A¦ÓµL¤O­t¾á¶D³^¶O¥ÎªÌ¡A±o¥Ó½Ðªk«ß¶D³^¸É§U¡C¨ä¼Ð·Ç³Ì°ªª÷ÃB¥H·s»O¹ô¤­¸U¤¸¬°­­¡C<br> ¡@¡@¥Ó½Ðªk«ß¶D³^¸É§U¡AÀ³©ó¨Æ¹êµo¥Í«á¤T­Ó¤ë¤ºÀ˨ã¬ÛÃöÃÒ©ú¡B«ß®v¶O¥Î¦¬¾Ú¥¿¥»¤Î¶D³^©Î§P¨M®Ñ¼v¥»¦U¤@¥÷¡A¦V¤áÄy©Ò¦b¦a¤§¥DºÞ¾÷Ãö¥Ó½Ð¡C<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤G±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@²Å¦X²Ä¥|±ø²Ä¤@¶µ²Ä¤@´Ú¡B²Ä¤G´Ú¡B²Ä¤­´Ú¤Î²Ä¤»´Ú³W©w¡A¥B¦~º¡¤G¤Q·³ªÌ¡A±o¥Ó½Ð³Ð·~¶U´Ú¸É§U¡F¨ä¥Ó½Ð¸ê®æ¡Bµ{§Ç¡B¸É§Uª÷ÃB¡B¦WÃB¤Î´Á­­µ¥¡A¥Ñ¤¤¥¡¥Øªº¨Æ·~¥DºÞ¾÷Ãö¥t¥H¿ìªk©w¤§¡C<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤G±ø¤§¤@</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@²Å¦X²Ä¥|±ø²Ä¤@¶µ²Ä¤T´Ú³W©w¡A¥Ó½Ð¤l¤k¥Í¬¡¬z¶K¡B¨àµ£¦«¨|¬z¶K¤Î³Ð·~¶U´Ú¸É§U¡A¥H¨Ì¥Á¨Æ«OÅ@¥O¨ú±o¥¼¦¨¦~¤l¤k¤§Åv§Q¸q°È¦æ¨Ï©Î¦³¨ãÅ鍯¹êÃÒ©ú¿W¦Û§ß¾i¤l¤kªÌ¬°­­¡C<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤T±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¿ì²z¥»±ø¨Ò¦U¶µ®a®x§ß§U·~°È©Ò»Ý¸g¶O¡AÀ³¥Ñ¦U¯Å¬F©²¤À§O½s¦C¹wºâ¤äÀ³¤§¡C<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¥|±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¡]§R°£¡^<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤­±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥»±ø¨Ò©Ò©w¦U¶µ®a®x§ß§U¤§¥Ó½Ð¡A¨ä©Ò»Ý¤å¥ó¡B®æ¦¡¡B¼f®Ö°ò·Ç¡B¼f®Öµ{§Ç¤Î¸g¶O®Ö¼·¤è¦¡µ¥¬ÛÃö¨Æ©y¡A¥Ñ¦U¸Ó¥DºÞ¾÷Ãö©w¤§¡C<br> </td> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤»±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥»±ø¨Ò¦Û¤½¥¬¤é¬I¦æ¡C<br> ¡@¡@¥»±ø¨Ò­×¥¿±ø¤å¡A¦Û¤½¥¬«á¦¸¦~¤@¤ë¤@¤é¬I¦æ¡C<br> </td> </table> </table> </left> </body> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01282/0128295042500.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:10:06 GMT --> </html>
czchen/laweasyread-data
rawdata/lawstat/version2/01282/0128295042500.html
HTML
mit
11,907
<!DOCTYPE html> <head> <meta charset="utf-8"> <style> svg .grid { stroke-width: 0.5px; stroke: #BBB; opacity: 0.5; } svg .domain { stroke-width: 3px; stroke: black; } svg { border: none; } svg .path { stroke-width: 4px; /*stroke: #6495ED; graphie blue */ stroke: #11ACCD; /* KA math1 */ fill: none; } svg text { font: 16px katex_main; } svg .tick text { font: 12px katex_math; } </style> </head> <body> <script src="https://d3js.org/d3.v4.min.js"></script> <script> // http://rajapradhan.com/blogs/d3-js-v4-essentials/axes/ var margin = { top:0, right:0, bottom:0, left:0 }; // margin outside border var padding = { top:40, right:100, bottom:40, left:40 }; // padding inside border var xmin = -7, xmax = +2, ymin = -2, ymax = +5, hScale = 40, vScale = 40, width = (xmax - xmin) * hScale, // width of graph axes pixels height = (ymax - ymin) * vScale, // height of graph axes pixels xOrigin = -(xmin * hScale); // pixels yOrigin = height + (ymin * vScale); // pixels // main container var svgContainer = d3.select("body") .append("svg") .attr("width", width + padding.left + padding.right) //width of image .attr("height", height + padding.top + padding.bottom) //height of image .attr("transform", "translate(" + margin.left + "," + margin.top + ")") .append("g") //group to build image inside of, offset by padding from border .attr("transform", "translate(" + padding.left + "," + padding.top + ")"); // scales var xScale = d3.scaleLinear().domain([xmin, xmax]).range([0, width]); var yScale = d3.scaleLinear().domain([ymin, ymax]).range([height, 0]); // x axis var xAxis = d3.axisBottom(xScale) .ticks(8) .tickSizeOuter(0); svgContainer.append("g") .classed("x-axis", true) .attr("transform", function() { return "translate(" + 0 + "," + yOrigin + ")"; }) .call(xAxis) .append("text") .attr("x", width) .attr("dx", ".71em") .text("v (volts)") .style("text-anchor", "start") .style("font-size", "16px") .style('fill', 'black'); // vertical grid lines svgContainer.selectAll("g.x-axis g.tick") .append("line") .classed("grid", true) .attr("x1", 0) .attr("y1", -yOrigin) .attr("x2", 0) .attr("y2", height - yOrigin); // y axis var yAxis = d3.axisLeft(yScale) .ticks(8) .tickSizeOuter(0); var ya = svgContainer.append("g") .classed("y-axis", true) .attr("transform", function() { return "translate(" + xOrigin + "," + 0 + ")"; }) .call(yAxis) .append("text") .attr("dy", "-12px") .text("i (mA)") .style("text-anchor", "end") .style("font-size", "16px") .style("fill", "black"); // horizontal grid lines svgContainer.selectAll("g.y-axis g.tick") .append("line") .classed("grid", true) .attr("x1", -xOrigin) .attr("y1", 0) .attr("x2", width - xOrigin) .attr("y2", 0); // remove "0"s near origin svgContainer.selectAll(".tick text") .filter(function (d) { return d === 0; }) .remove(); // Waveform - silicon diode i-v curve var Io = 1e-9; // normal Io (in mA) //var Io = 1; // close-up (change the i label, too) var k = 1.380e-23; var q = 1.602e-19; var T = 300; var kTonq = k*T/q; var nPoints = 200; var samples = d3.range(0, nPoints + 1) // 0 1 2 3 ... 200 var fromX = -5; var toX = 0.58; var xData = samples.map(function (i) { return ((i / nPoints) * (toX - fromX)) + fromX; }); var diode = d3.line() .x(function (d) { return xScale(d); }) .y(function (d) { return yScale(Io * (Math.exp(d/kTonq) - 1)); }); svgContainer.append('svg:path') .classed("path", true) .attr('d', diode(xData)) .style("fill", "none") .style("stroke", "#11ACCD") .style("stroke-width", "3px"); var lineData = [ { "x": -5.6, "y": -2}, { "x": -5.5, "y": 0}, { "x": -5.0, "y": 0}]; var lineFunction = d3.line() .x(function (d) { return xScale(d.x); }) .y(function (d) { return yScale(d.y); }); svgContainer.append('svg:path') .classed("path", true) .attr('d', lineFunction(lineData)); svgContainer.append("text") .attr("x", xScale(-6)) .attr("y", yScale(0.2)) .text("Vbr") .style("text-anchor", "start") .style("font-size", "20px") .style('fill', 'black'); svgContainer.append("text") .attr("x", xScale(-5)) .attr("y", yScale(2)) .text("Reverse Bias") .style("text-anchor", "start") .style("font-size", "20px") .style('fill', 'black'); svgContainer.append("text") .attr("x", xScale(1)) .attr("y", yScale(2)) .text("Forward Bias") .style("text-anchor", "start") .style("font-size", "20px") .style('fill', 'black'); </script> </body> </html>
willymcallister/spinningnumbers
assets/d3/diode_iv_curve2.html
HTML
mit
5,101
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Xenon Boostrap Admin Panel" /> <meta name="author" content="" /> <title>Xenon - Skin Lemonade Horizontal</title> <link rel="stylesheet" href="http://fonts.useso.com/css?family=Arimo:400,700,400italic"> <link rel="stylesheet" href="assets/css/fonts/linecons/css/linecons.css"> <link rel="stylesheet" href="assets/css/fonts/fontawesome/css/font-awesome.min.css"> <link rel="stylesheet" href="assets/css/bootstrap.css"> <link rel="stylesheet" href="assets/css/xenon-core.css"> <link rel="stylesheet" href="assets/css/xenon-forms.css"> <link rel="stylesheet" href="assets/css/xenon-components.css"> <link rel="stylesheet" href="assets/css/xenon-skins.css"> <link rel="stylesheet" href="assets/css/custom.css"> <script src="assets/js/jquery-1.11.1.min.js"></script> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body class="page-body horizontal-menu-skin-lemonade"> <div class="settings-pane"> <a href="#" data-toggle="settings-pane" data-animate="true"> &times; </a> <div class="settings-pane-inner"> <div class="row"> <div class="col-md-4"> <div class="user-info"> <div class="user-image"> <a href="extra-profile.html"> <img src="assets/images/user-2.png" class="img-responsive img-circle" /> </a> </div> <div class="user-details"> <h3> <a href="extra-profile.html">John Smith</a> <!-- Available statuses: is-online, is-idle, is-busy and is-offline --> <span class="user-status is-online"></span> </h3> <p class="user-title">Web Developer</p> <div class="user-links"> <a href="extra-profile.html" class="btn btn-primary">Edit Profile</a> <a href="extra-profile.html" class="btn btn-success">Upgrade</a> </div> </div> </div> </div> <div class="col-md-8 link-blocks-env"> <div class="links-block left-sep"> <h4> <span>Notifications</span> </h4> <ul class="list-unstyled"> <li> <input type="checkbox" class="cbr cbr-primary" checked="checked" id="sp-chk1" /> <label for="sp-chk1">Messages</label> </li> <li> <input type="checkbox" class="cbr cbr-primary" checked="checked" id="sp-chk2" /> <label for="sp-chk2">Events</label> </li> <li> <input type="checkbox" class="cbr cbr-primary" checked="checked" id="sp-chk3" /> <label for="sp-chk3">Updates</label> </li> <li> <input type="checkbox" class="cbr cbr-primary" checked="checked" id="sp-chk4" /> <label for="sp-chk4">Server Uptime</label> </li> </ul> </div> <div class="links-block left-sep"> <h4> <a href="#"> <span>Help Desk</span> </a> </h4> <ul class="list-unstyled"> <li> <a href="#"> <i class="fa-angle-right"></i> Support Center </a> </li> <li> <a href="#"> <i class="fa-angle-right"></i> Submit a Ticket </a> </li> <li> <a href="#"> <i class="fa-angle-right"></i> Domains Protocol </a> </li> <li> <a href="#"> <i class="fa-angle-right"></i> Terms of Service </a> </li> </ul> </div> </div> </div> </div> </div> <nav class="navbar horizontal-menu navbar-fixed-top"><!-- set fixed position by adding class "navbar-fixed-top" --> <div class="navbar-inner"> <!-- Navbar Brand --> <div class="navbar-brand"> <a href="dashboard-1.html" class="logo"> <img src="assets/images/logo@2x.png" width="80" alt="" class="hidden-xs" /> <img src="assets/images/logo@2x.png" width="80" alt="" class="visible-xs" /> </a> <a href="#" data-toggle="settings-pane" data-animate="true"> <i class="linecons-cog"></i> </a> </div> <!-- Mobile Toggles Links --> <div class="nav navbar-mobile"> <!-- This will toggle the mobile menu and will be visible only on mobile devices --> <div class="mobile-menu-toggle"> <!-- This will open the popup with user profile settings, you can use for any purpose, just be creative --> <a href="#" data-toggle="settings-pane" data-animate="true"> <i class="linecons-cog"></i> </a> <a href="#" data-toggle="user-info-menu-horizontal"> <i class="fa-bell-o"></i> <span class="badge badge-success">7</span> </a> <!-- data-toggle="mobile-menu-horizontal" will show horizontal menu links only --> <!-- data-toggle="mobile-menu" will show sidebar menu links only --> <!-- data-toggle="mobile-menu-both" will show sidebar and horizontal menu links --> <a href="#" data-toggle="mobile-menu-horizontal"> <i class="fa-bars"></i> </a> </div> </div> <div class="navbar-mobile-clear"></div> <!-- main menu --> <ul class="navbar-nav"> <li> <a href="dashboard-1.html"> <i class="linecons-cog"></i> <span class="title">Dashboard</span> </a> <ul> <li> <a href="dashboard-1.html"> <span class="title">Dashboard 1</span> </a> </li> <li> <a href="dashboard-2.html"> <span class="title">Dashboard 2</span> </a> </li> <li> <a href="dashboard-3.html"> <span class="title">Dashboard 3</span> </a> </li> <li> <a href="dashboard-4.html"> <span class="title">Dashboard 4</span> </a> </li> <li> <a href="skin-generator.html"> <span class="title">Skin Generator</span> </a> </li> </ul> </li> <li> <a href="layout-variants.html"> <i class="linecons-desktop"></i> <span class="title">Layouts</span> </a> <ul> <li> <a href="layout-variants.html"> <span class="title">Layout Variants &amp; API</span> </a> </li> <li> <a href="layout-collapsed-sidebar.html"> <span class="title">Collapsed Sidebar</span> </a> </li> <li> <a href="layout-static-sidebar.html"> <span class="title">Static Sidebar</span> </a> </li> <li> <a href="layout-horizontal-menu.html"> <span class="title">Horizontal Menu</span> </a> </li> <li> <a href="layout-horizontal-plus-sidebar.html"> <span class="title">Horizontal &amp; Sidebar Menu</span> </a> </li> <li> <a href="layout-horizontal-menu-click-to-open-subs.html"> <span class="title">Horizontal Open On Click</span> </a> </li> <li> <a href="layout-horizontal-menu-min.html"> <span class="title">Horizontal Menu Minimal</span> </a> </li> <li> <a href="layout-right-sidebar.html"> <span class="title">Right Sidebar</span> </a> </li> <li> <a href="layout-chat-open.html"> <span class="title">Chat Open</span> </a> </li> <li> <a href="layout-horizontal-sidebar-menu-collapsed-right.html"> <span class="title">Both Menus &amp; Collapsed</span> </a> </li> <li> <a href="layout-boxed.html"> <span class="title">Boxed Layout</span> </a> </li> <li> <a href="layout-boxed-horizontal-menu.html"> <span class="title">Boxed &amp; Horizontal Menu</span> </a> </li> </ul> </li> <li> <a href="ui-panels.html"> <i class="linecons-note"></i> <span class="title">UI Elements</span> </a> <ul> <li> <a href="ui-panels.html"> <span class="title">Panels</span> </a> </li> <li> <a href="ui-buttons.html"> <span class="title">Buttons</span> </a> </li> <li> <a href="ui-tabs-accordions.html"> <span class="title">Tabs &amp; Accordions</span> </a> </li> <li> <a href="ui-modals.html"> <span class="title">Modals</span> </a> </li> <li> <a href="ui-breadcrumbs.html"> <span class="title">Breadcrumbs</span> </a> </li> <li> <a href="ui-blockquotes.html"> <span class="title">Blockquotes</span> </a> </li> <li> <a href="ui-progressbars.html"> <span class="title">Progress Bars</span> </a> </li> <li> <a href="ui-navbars.html"> <span class="title">Navbars</span> </a> </li> <li> <a href="ui-alerts.html"> <span class="title">Alerts</span> </a> </li> <li> <a href="ui-pagination.html"> <span class="title">Pagination</span> </a> </li> <li> <a href="ui-typography.html"> <span class="title">Typography</span> </a> </li> <li> <a href="ui-other-elements.html"> <span class="title">Other Elements</span> </a> </li> </ul> </li> <li> <a href="forms-native.html"> <i class="linecons-params"></i> <span class="title">Forms</span> </a> <ul> <li> <a href="forms-native.html"> <span class="title">Native Elements</span> </a> </li> <li> <a href="forms-advanced.html"> <span class="title">Advanced Plugins</span> </a> </li> <li> <a href="forms-wizard.html"> <span class="title">Form Wizard</span> </a> </li> <li> <a href="forms-validation.html"> <span class="title">Form Validation</span> </a> </li> <li> <a href="forms-input-masks.html"> <span class="title">Input Masks</span> </a> </li> <li> <a href="forms-file-upload.html"> <span class="title">File Upload</span> </a> </li> <li> <a href="forms-editors.html"> <span class="title">Editors</span> </a> </li> <li> <a href="forms-sliders.html"> <span class="title">Sliders</span> </a> </li> </ul> </li> <li> <a href=""> <i class="linecons-diamond"></i> <span class="title">Other</span> </a> <ul> <li> <a href="ui-widgets.html"> <i class="linecons-star"></i> <span class="title">Widgets</span> </a> </li> <li> <a href="mailbox-main.html"> <i class="linecons-mail"></i> <span class="title">Mailbox</span> <span class="label label-success pull-right">5</span> </a> <ul> <li> <a href="mailbox-main.html"> <span class="title">Inbox</span> </a> </li> <li> <a href="mailbox-compose.html"> <span class="title">Compose Message</span> </a> </li> <li> <a href="mailbox-message.html"> <span class="title">View Message</span> </a> </li> </ul> </li> <li> <a href="tables-basic.html"> <i class="linecons-database"></i> <span class="title">Tables</span> </a> <ul> <li> <a href="tables-basic.html"> <span class="title">Basic Tables</span> </a> </li> <li> <a href="tables-responsive.html"> <span class="title">Responsive Table</span> </a> </li> <li> <a href="tables-datatables.html"> <span class="title">Data Tables</span> </a> </li> </ul> </li> <li> <a href="extra-gallery.html"> <i class="linecons-beaker"></i> <span class="title">Extra</span> <span class="label label-purple pull-right hidden-collapsed">New Items</span> </a> <ul> <li> <a href="extra-icons-fontawesome.html"> <span class="title">Icons</span> <span class="label label-warning pull-right">4</span> </a> <ul> <li> <a href="extra-icons-fontawesome.html"> <span class="title">Font Awesome</span> </a> </li> <li> <a href="extra-icons-linecons.html"> <span class="title">Linecons</span> </a> </li> <li> <a href="extra-icons-elusive.html"> <span class="title">Elusive</span> </a> </li> <li> <a href="extra-icons-meteocons.html"> <span class="title">Meteocons</span> </a> </li> </ul> </li> <li> <a href="extra-maps-google.html"> <span class="title">Maps</span> </a> <ul> <li> <a href="extra-maps-google.html"> <span class="title">Google Maps</span> </a> </li> <li> <a href="extra-maps-advanced.html"> <span class="title">Advanced Map</span> </a> </li> <li> <a href="extra-maps-vector.html"> <span class="title">Vector Map</span> </a> </li> </ul> </li> <li> <a href="extra-gallery.html"> <span class="title">Gallery</span> </a> </li> <li> <a href="extra-calendar.html"> <span class="title">Calendar</span> </a> </li> <li> <a href="extra-profile.html"> <span class="title">Profile</span> </a> </li> <li> <a href="extra-login.html"> <span class="title">Login</span> </a> </li> <li> <a href="extra-lockscreen.html"> <span class="title">Lockscreen</span> </a> </li> <li> <a href="extra-login-light.html"> <span class="title">Login Light</span> </a> </li> <li> <a href="extra-timeline.html"> <span class="title">Timeline</span> </a> </li> <li> <a href="extra-timeline-center.html"> <span class="title">Timeline Centerd</span> </a> </li> <li> <a href="extra-notes.html"> <span class="title">Notes</span> </a> </li> <li> <a href="extra-image-crop.html"> <span class="title">Image Crop</span> </a> </li> <li> <a href="extra-portlets.html"> <span class="title">Portlets</span> </a> </li> <li> <a href="blank-sidebar.html"> <span class="title">Blank Page</span> </a> </li> <li> <a href="extra-search.html"> <span class="title">Search</span> </a> </li> <li> <a href="extra-invoice.html"> <span class="title">Invoice</span> </a> </li> <li> <a href="extra-not-found.html"> <span class="title">404 Page</span> </a> </li> <li> <a href="extra-tocify.html"> <span class="title">Tocify</span> </a> </li> <li> <a href="extra-loader.html"> <span class="title">Loading Progress</span> </a> </li> <li> <a href="extra-page-loading-ol.html"> <span class="title">Page Loading Overlay</span> </a> </li> <li> <a href="extra-notifications.html"> <span class="title">Notifications</span> </a> </li> <li> <a href="extra-nestable-lists.html"> <span class="title">Nestable Lists</span> </a> </li> <li> <a href="extra-scrollable.html"> <span class="title">Scrollable</span> </a> </li> </ul> </li> <li> <a href="charts-main.html"> <i class="linecons-globe"></i> <span class="title">Charts</span> </a> <ul> <li> <a href="charts-main.html"> <span class="title">Chart Variants</span> </a> </li> <li> <a href="charts-range.html"> <span class="title">Range Selector</span> </a> </li> <li> <a href="charts-sparklines.html"> <span class="title">Sparklines</span> </a> </li> <li> <a href="charts-map.html"> <span class="title">Map Charts</span> </a> </li> <li> <a href="charts-gauges.html"> <span class="title">Circular Gauges</span> </a> </li> <li> <a href="charts-bar-gauges.html"> <span class="title">Bar Gauges</span> </a> </li> </ul> </li> <li> <a href="#"> <i class="linecons-cloud"></i> <span class="title">Menu Levels</span> </a> <ul> <li> <a href="#"> <i class="entypo-flow-line"></i> <span class="title">Menu Level 1.1</span> </a> <ul> <li> <a href="#"> <i class="entypo-flow-parallel"></i> <span class="title">Menu Level 2.1</span> </a> </li> <li> <a href="#"> <i class="entypo-flow-parallel"></i> <span class="title">Menu Level 2.2</span> </a> <ul> <li> <a href="#"> <i class="entypo-flow-cascade"></i> <span class="title">Menu Level 3.1</span> </a> </li> <li> <a href="#"> <i class="entypo-flow-cascade"></i> <span class="title">Menu Level 3.2</span> </a> <ul> <li> <a href="#"> <i class="entypo-flow-branch"></i> <span class="title">Menu Level 4.1</span> </a> </li> </ul> </li> </ul> </li> <li> <a href="#"> <i class="entypo-flow-parallel"></i> <span class="title">Menu Level 2.3</span> </a> </li> </ul> </li> <li> <a href="#"> <i class="entypo-flow-line"></i> <span class="title">Menu Level 1.2</span> </a> </li> <li> <a href="#"> <i class="entypo-flow-line"></i> <span class="title">Menu Level 1.3</span> </a> </li> </ul> </li> </ul> </li> </ul> <!-- notifications and other links --> <ul class="nav nav-userinfo navbar-right"> <li class="search-form"><!-- You can add "always-visible" to show make the search input visible --> <form method="get" action="extra-search.html"> <input type="text" name="s" class="form-control search-field" placeholder="Type to search..." /> <button type="submit" class="btn btn-link"> <i class="linecons-search"></i> </button> </form> </li> <li class="dropdown xs-left"> <a href="#" data-toggle="dropdown" class="notification-icon"> <i class="fa-envelope-o"></i> <span class="badge badge-green">15</span> </a> <ul class="dropdown-menu messages"> <li> <ul class="dropdown-menu-list list-unstyled ps-scrollbar"> <li class="active"><!-- "active" class means message is unread --> <a href="#"> <span class="line"> <strong>Luc Chartier</strong> <span class="light small">- yesterday</span> </span> <span class="line desc small"> This ain’t our first item, it is the best of the rest. </span> </a> </li> <li class="active"> <a href="#"> <span class="line"> <strong>Salma Nyberg</strong> <span class="light small">- 2 days ago</span> </span> <span class="line desc small"> Oh he decisively impression attachment friendship so if everything. </span> </a> </li> <li> <a href="#"> <span class="line"> Hayden Cartwright <span class="light small">- a week ago</span> </span> <span class="line desc small"> Whose her enjoy chief new young. Felicity if ye required likewise so doubtful. </span> </a> </li> <li> <a href="#"> <span class="line"> Sandra Eberhardt <span class="light small">- 16 days ago</span> </span> <span class="line desc small"> On so attention necessary at by provision otherwise existence direction. </span> </a> </li> <!-- Repeated --> <li class="active"><!-- "active" class means message is unread --> <a href="#"> <span class="line"> <strong>Luc Chartier</strong> <span class="light small">- yesterday</span> </span> <span class="line desc small"> This ain’t our first item, it is the best of the rest. </span> </a> </li> <li class="active"> <a href="#"> <span class="line"> <strong>Salma Nyberg</strong> <span class="light small">- 2 days ago</span> </span> <span class="line desc small"> Oh he decisively impression attachment friendship so if everything. </span> </a> </li> <li> <a href="#"> <span class="line"> Hayden Cartwright <span class="light small">- a week ago</span> </span> <span class="line desc small"> Whose her enjoy chief new young. Felicity if ye required likewise so doubtful. </span> </a> </li> <li> <a href="#"> <span class="line"> Sandra Eberhardt <span class="light small">- 16 days ago</span> </span> <span class="line desc small"> On so attention necessary at by provision otherwise existence direction. </span> </a> </li> </ul> </li> <li class="external"> <a href="blank-sidebar.html"> <span>All Messages</span> <i class="fa-link-ext"></i> </a> </li> </ul> </li> <li class="dropdown xs-left"> <a href="#" data-toggle="dropdown" class="notification-icon notification-icon-messages"> <i class="fa-bell-o"></i> <span class="badge badge-purple">7</span> </a> <ul class="dropdown-menu notifications"> <li class="top"> <p class="small"> <a href="#" class="pull-right">Mark all Read</a> You have <strong>3</strong> new notifications. </p> </li> <li> <ul class="dropdown-menu-list list-unstyled ps-scrollbar"> <li class="active notification-success"> <a href="#"> <i class="fa-user"></i> <span class="line"> <strong>New user registered</strong> </span> <span class="line small time"> 30 seconds ago </span> </a> </li> <li class="active notification-secondary"> <a href="#"> <i class="fa-lock"></i> <span class="line"> <strong>Privacy settings have been changed</strong> </span> <span class="line small time"> 3 hours ago </span> </a> </li> <li class="notification-primary"> <a href="#"> <i class="fa-thumbs-up"></i> <span class="line"> <strong>Someone special liked this</strong> </span> <span class="line small time"> 2 minutes ago </span> </a> </li> <li class="notification-danger"> <a href="#"> <i class="fa-calendar"></i> <span class="line"> John cancelled the event </span> <span class="line small time"> 9 hours ago </span> </a> </li> <li class="notification-info"> <a href="#"> <i class="fa-database"></i> <span class="line"> The server is status is stable </span> <span class="line small time"> yesterday at 10:30am </span> </a> </li> <li class="notification-warning"> <a href="#"> <i class="fa-envelope-o"></i> <span class="line"> New comments waiting approval </span> <span class="line small time"> last week </span> </a> </li> </ul> </li> <li class="external"> <a href="#"> <span>View all notifications</span> <i class="fa-link-ext"></i> </a> </li> </ul> </li> <li class="dropdown user-profile"> <a href="#" data-toggle="dropdown"> <img src="assets/images/user-1.png" alt="user-image" class="img-circle img-inline userpic-32" width="28" /> <span> Arlind Nushi <i class="fa-angle-down"></i> </span> </a> <ul class="dropdown-menu user-profile-menu list-unstyled"> <li> <a href="#edit-profile"> <i class="fa-edit"></i> New Post </a> </li> <li> <a href="#settings"> <i class="fa-wrench"></i> Settings </a> </li> <li> <a href="#profile"> <i class="fa-user"></i> Profile </a> </li> <li> <a href="#help"> <i class="fa-info"></i> Help </a> </li> <li class="last"> <a href="extra-lockscreen.html"> <i class="fa-lock"></i> Logout </a> </li> </ul> </li> <li> <a href="#" data-toggle="chat"> <i class="fa-comments-o"></i> </a> </li> </ul> </div> </nav> <div class="page-container container"><!-- add class "sidebar-collapsed" to close sidebar by default, "chat-visible" to make chat appear always --> <div class="main-content"> <script type="text/javascript"> jQuery(document).ready(function($) { // Notifications setTimeout(function() { var opts = { "closeButton": true, "debug": false, "positionClass": "toast-top-right toast-default", "toastClass": "black", "onclick": null, "showDuration": "100", "hideDuration": "1000", "timeOut": "5000", "extendedTimeOut": "1000", "showEasing": "swing", "hideEasing": "linear", "showMethod": "fadeIn", "hideMethod": "fadeOut" }; toastr.info("You have been awarded with 1 year free subscription. Enjoy it!", "Account Subcription Updated", opts); }, 3000); // Charts var xenonPalette = ['#68b828','#7c38bc','#0e62c7','#fcd036','#4fcdfc','#00b19d','#ff6264','#f7aa47']; // Pageviews Visitors Chart var i = 0, line_chart_data_source = [ { id: ++i, part1: 4, part2: 2 }, { id: ++i, part1: 5, part2: 3 }, { id: ++i, part1: 5, part2: 3 }, { id: ++i, part1: 4, part2: 2 }, { id: ++i, part1: 3, part2: 1 }, { id: ++i, part1: 3, part2: 2 }, { id: ++i, part1: 5, part2: 3 }, { id: ++i, part1: 7, part2: 4 }, { id: ++i, part1: 9, part2: 5 }, { id: ++i, part1: 7, part2: 4 }, { id: ++i, part1: 7, part2: 3 }, { id: ++i, part1: 11, part2: 6 }, { id: ++i, part1: 10, part2: 8 }, { id: ++i, part1: 9, part2: 7 }, { id: ++i, part1: 8, part2: 7 }, { id: ++i, part1: 8, part2: 7 }, { id: ++i, part1: 8, part2: 7 }, { id: ++i, part1: 8, part2: 6 }, { id: ++i, part1: 15, part2: 5 }, { id: ++i, part1: 10, part2: 5 }, { id: ++i, part1: 9, part2: 6 }, { id: ++i, part1: 9, part2: 3 }, { id: ++i, part1: 8, part2: 5 }, { id: ++i, part1: 8, part2: 4 }, { id: ++i, part1: 9, part2: 5 }, { id: ++i, part1: 8, part2: 6 }, { id: ++i, part1: 8, part2: 5 }, { id: ++i, part1: 7, part2: 6 }, { id: ++i, part1: 7, part2: 5 }, { id: ++i, part1: 6, part2: 5 }, { id: ++i, part1: 7, part2: 6 }, { id: ++i, part1: 7, part2: 5 }, { id: ++i, part1: 8, part2: 5 }, { id: ++i, part1: 6, part2: 5 }, { id: ++i, part1: 5, part2: 4 }, { id: ++i, part1: 5, part2: 3 }, { id: ++i, part1: 6, part2: 3 }, ]; $("#pageviews-visitors-chart").dxChart({ dataSource: line_chart_data_source, commonSeriesSettings: { argumentField: "id", point: { visible: true, size: 5, hoverStyle: {size: 7, border: 0, color: 'inherit'} }, line: {width: 1, hoverStyle: {width: 1}} }, series: [ { valueField: "part1", name: "Pageviews", color: "#68b828" }, { valueField: "part2", name: "Visitors", color: "#eeeeee" }, ], legend: { position: 'inside', paddingLeftRight: 5 }, commonAxisSettings: { label: { visible: false }, grid: { visible: true, color: '#f9f9f9' } }, valueAxis: { max: 25 }, argumentAxis: { valueMarginsEnabled: false }, }); // Server Uptime Chart var bar1_data_source = [ { year: 1, europe: 10, americas: 0, africa: 5 }, { year: 2, europe: 20, americas: 5, africa: 15 }, { year: 3, europe: 30, americas: 10, africa: 15 }, { year: 4, europe: 40, americas: 15, africa: 30 }, { year: 5, europe: 30, americas: 10, africa: 20 }, { year: 6, europe: 20, americas: 5, africa: 10 }, { year: 7, europe: 10, americas: 15, africa: 0 }, { year: 8, europe: 20, americas: 25, africa: 8 }, { year: 9, europe: 30, americas: 35, africa: 16 }, { year: 10, europe: 40, americas: 45, africa: 24 }, { year: 11, europe: 50, americas: 40, africa: 32 }, ]; $("#server-uptime-chart").dxChart({ dataSource: [ {id: ++i, sales: 1}, {id: ++i, sales: 2}, {id: ++i, sales: 3}, {id: ++i, sales: 4}, {id: ++i, sales: 5}, {id: ++i, sales: 4}, {id: ++i, sales: 5}, {id: ++i, sales: 6}, {id: ++i, sales: 7}, {id: ++i, sales: 6}, {id: ++i, sales: 5}, {id: ++i, sales: 4}, {id: ++i, sales: 5}, {id: ++i, sales: 4}, {id: ++i, sales: 4}, {id: ++i, sales: 3}, {id: ++i, sales: 4}, ], series: { argumentField: "id", valueField: "sales", name: "Sales", type: "bar", color: '#7c38bc' }, commonAxisSettings: { label: { visible: false }, grid: { visible: false } }, legend: { visible: false }, argumentAxis: { valueMarginsEnabled: true }, valueAxis: { max: 12 }, equalBarWidth: { width: 11 } }); // Average Sales Chart var doughnut1_data_source = [ {region: "Asia", val: 4119626293}, {region: "Africa", val: 1012956064}, {region: "Northern America", val: 344124520}, {region: "Latin America and the Caribbean", val: 590946440}, {region: "Europe", val: 727082222}, {region: "Oceania", val: 35104756}, {region: "Oceania 1", val: 727082222}, {region: "Oceania 3", val: 727082222}, {region: "Oceania 4", val: 727082222}, {region: "Oceania 5", val: 727082222}, ], timer; $("#sales-avg-chart div").dxPieChart({ dataSource: doughnut1_data_source, tooltip: { enabled: false, format:"millions", customizeText: function() { return this.argumentText + "<br/>" + this.valueText; } }, size: { height: 90 }, legend: { visible: false }, series: [{ type: "doughnut", argumentField: "region" }], palette: ['#5e9b4c', '#6ca959', '#b9f5a6'], }); // Pageview Stats $('#pageviews-stats').dxBarGauge({ startValue: -50, endValue: 50, baseValue: 0, values: [-21.3, 14.8, -30.9, 45.2], label: { customizeText: function (arg) { return arg.valueText + '%'; } }, //palette: 'ocean', palette: ['#68b828','#7c38bc','#0e62c7','#fcd036','#4fcdfc','#00b19d','#ff6264','#f7aa47'], margin : { top: 0 } }); var firstMonth = { dataSource: getFirstMonthViews(), argumentField: 'month', valueField: '2014', type: 'area', showMinMax: true, lineColor: '#68b828', minColor: '#68b828', maxColor: '#7c38bc', showFirstLast: false, }, secondMonth = { dataSource: getSecondMonthViews(), argumentField: 'month', valueField: '2014', type: 'splinearea', lineColor: '#68b828', minColor: '#68b828', maxColor: '#7c38bc', pointSize: 6, showMinMax: true, showFirstLast: false }, thirdMonth = { dataSource: getThirdMonthViews(), argumentField: 'month', valueField: '2014', type: 'splinearea', lineColor: '#68b828', minColor: '#68b828', maxColor: '#7c38bc', pointSize: 6, showMinMax: true, showFirstLast: false }; function getFirstMonthViews() { return [{ month: 1, 2014: 7341 }, { month: 2, 2014: 7016 }, { month: 3, 2014: 7202 }, { month: 4, 2014: 7851 }, { month: 5, 2014: 7481 }, { month: 6, 2014: 6532 }, { month: 7, 2014: 6498 }, { month: 8, 2014: 7191 }, { month: 9, 2014: 7596 }, { month: 10, 2014: 8057 }, { month: 11, 2014: 8373 }, { month: 12, 2014: 8636 }]; }; function getSecondMonthViews() { return [{ month: 1, 2014: 189742 }, { month: 2, 2014: 181623 }, { month: 3, 2014: 205351 }, { month: 4, 2014: 245625 }, { month: 5, 2014: 261319 }, { month: 6, 2014: 192786 }, { month: 7, 2014: 194752 }, { month: 8, 2014: 207017 }, { month: 9, 2014: 212665 }, { month: 10, 2014: 233580 }, { month: 11, 2014: 231503 }, { month: 12, 2014: 232824 }]; }; function getThirdMonthViews() { return [{ month: 1, 2014: 398}, { month: 2, 2014: 422}, { month: 3, 2014: 431}, { month: 4, 2014: 481}, { month: 5, 2014: 551}, { month: 6, 2014: 449}, { month: 7, 2014: 442}, { month: 8, 2014: 482}, { month: 9, 2014: 517}, { month: 10, 2014: 566}, { month: 11, 2014: 630}, { month: 12, 2014: 737}]; }; $('.first-month').dxSparkline(firstMonth); $('.second-month').dxSparkline(secondMonth); $('.third-month').dxSparkline(thirdMonth); // Realtime Network Stats var i = 0, rns_values = [130,150], rns2_values = [39,50], realtime_network_stats = []; for(i=0; i<=100; i++) { realtime_network_stats.push({ id: i, x1: between(rns_values[0], rns_values[1]), x2: between(rns2_values[0], rns2_values[1])}); } $("#realtime-network-stats").dxChart({ dataSource: realtime_network_stats, commonSeriesSettings: { type: "area", argumentField: "id" }, series: [ { valueField: "x1", name: "Packets Sent", color: '#7c38bc', opacity: .4 }, { valueField: "x2", name: "Packets Received", color: '#000', opacity: .5}, ], legend: { verticalAlignment: "bottom", horizontalAlignment: "center" }, commonAxisSettings: { label: { visible: false }, grid: { visible: true, color: '#f5f5f5' } }, legend: { visible: false }, argumentAxis: { valueMarginsEnabled: false }, valueAxis: { max: 500 }, animation: { enabled: false } }).data('iCount', i); $('#network-realtime-gauge').dxCircularGauge({ scale: { startValue: 0, endValue: 200, majorTick: { tickInterval: 50 } }, rangeContainer: { palette: 'pastel', width: 3, ranges: [ { startValue: 0, endValue: 50, color: "#7c38bc" }, { startValue: 50, endValue: 100, color: "#7c38bc" }, { startValue: 100, endValue: 150, color: "#7c38bc" }, { startValue: 150, endValue: 200, color: "#7c38bc" }, ], }, value: 140, valueIndicator: { offset: 10, color: '#7c38bc', type: 'triangleNeedle', spindleSize: 12 } }); setInterval(function(){ networkRealtimeChartTick(rns_values, rns2_values); }, 1000); setInterval(function(){ networkRealtimeGaugeTick(); }, 2000); setInterval(function(){ networkRealtimeMBupdate(); }, 3000); // CPU Usage Gauge $("#cpu-usage-gauge").dxCircularGauge({ scale: { startValue: 0, endValue: 100, majorTick: { tickInterval: 25 } }, rangeContainer: { palette: 'pastel', width: 3, ranges: [ { startValue: 0, endValue: 25, color: "#68b828" }, { startValue: 25, endValue: 50, color: "#68b828" }, { startValue: 50, endValue: 75, color: "#68b828" }, { startValue: 75, endValue: 100, color: "#d5080f" }, ], }, value: between(30, 90), valueIndicator: { offset: 10, color: '#68b828', type: 'rectangleNeedle', spindleSize: 12 } }); // Resize charts $(window).on('xenon.resize', function() { $("#pageviews-visitors-chart").data("dxChart").render(); $("#server-uptime-chart").data("dxChart").render(); $("#realtime-network-stats").data("dxChart").render(); $('.first-month').data("dxSparkline").render(); $('.second-month').data("dxSparkline").render(); $('.third-month').data("dxSparkline").render(); }); }); function networkRealtimeChartTick(min_max, min_max2) { var $ = jQuery, i = 0; var chart_data = $('#realtime-network-stats').dxChart('instance').option('dataSource'); var count = $('#realtime-network-stats').data('iCount'); $('#realtime-network-stats').data('iCount', count + 1); chart_data.shift(); chart_data.push({id: count + 1, x1: between(min_max[0],min_max[1]), x2: between(min_max2[0],min_max2[1])}); $('#realtime-network-stats').dxChart('instance').option('dataSource', chart_data); } function networkRealtimeGaugeTick() { var nr_gauge = jQuery('#network-realtime-gauge').dxCircularGauge('instance'); nr_gauge.value( between(50,200) ); } function networkRealtimeMBupdate() { var $el = jQuery("#network-mbs-packets"), options = { useEasing : true, useGrouping : true, separator : ',', decimal : '.', prefix : '' , suffix : 'mb/s' }, cntr = new countUp($el[0], parseFloat($el.text().replace('mb/s')), parseFloat(between(10,25) + 1/between(15,30)), 2, 1.5, options); cntr.start(); } function between(randNumMin, randNumMax) { var randInt = Math.floor((Math.random() * ((randNumMax + 1) - randNumMin)) + randNumMin); return randInt; } </script> <div class="row"> <div class="col-sm-3"> <div class="xe-widget xe-counter" data-count=".num" data-from="0" data-to="99.9" data-suffix="%" data-duration="2"> <div class="xe-icon"> <i class="linecons-cloud"></i> </div> <div class="xe-label"> <strong class="num">0.0%</strong> <span>Server uptime</span> </div> </div> <div class="xe-widget xe-counter xe-counter-purple" data-count=".num" data-from="1" data-to="117" data-suffix="k" data-duration="3" data-easing="false"> <div class="xe-icon"> <i class="linecons-user"></i> </div> <div class="xe-label"> <strong class="num">1k</strong> <span>Users Total</span> </div> </div> <div class="xe-widget xe-counter xe-counter-info" data-count=".num" data-from="1000" data-to="2470" data-duration="4" data-easing="true"> <div class="xe-icon"> <i class="linecons-camera"></i> </div> <div class="xe-label"> <strong class="num">1000</strong> <span>New Daily Photos</span> </div> </div> </div> <div class="col-sm-6"> <div class="chart-item-bg"> <div class="chart-label"> <div class="h3 text-secondary text-bold" data-count="this" data-from="0.00" data-to="14.85" data-suffix="%" data-duration="1">0.00%</div> <span class="text-medium text-muted">More visitors</span> </div> <div id="pageviews-visitors-chart" style="height: 298px;"></div> </div> </div> <div class="col-sm-3"> <div class="chart-item-bg"> <div class="chart-label chart-label-small"> <div class="h4 text-purple text-bold" data-count="this" data-from="0.00" data-to="95.8" data-suffix="%" data-duration="1.5">0.00%</div> <span class="text-small text-upper text-muted">Current Server Uptime</span> </div> <div id="server-uptime-chart" style="height: 134px;"></div> </div> <div class="chart-item-bg"> <div class="chart-label chart-label-small"> <div class="h4 text-secondary text-bold" data-count="this" data-from="0.00" data-to="320.45" data-decimal="," data-duration="2">0</div> <span class="text-small text-upper text-muted">Avg. of Sales</span> </div> <div id="sales-avg-chart" style="height: 134px; position: relative;"> <div style="position: absolute; top: 25px; right: 0; left: 40%; bottom: 0"></div> </div> </div> </div> </div> <div class="row"> <div class="col-sm-6"> <div class="chart-item-bg"> <div id="pageviews-stats" style="height: 320px; padding: 20px 0;"></div> <div class="chart-entry-view"> <div class="chart-entry-label"> Pageviews </div> <div class="chart-entry-value"> <div class="sparkline first-month"></div> </div> </div> <div class="chart-entry-view"> <div class="chart-entry-label"> Visitors </div> <div class="chart-entry-value"> <div class="sparkline second-month"></div> </div> </div> <div class="chart-entry-view"> <div class="chart-entry-label"> Converted Sales </div> <div class="chart-entry-value"> <div class="sparkline third-month"></div> </div> </div> </div> </div> <div class="col-sm-6"> <div class="chart-item-bg"> <div class="chart-label"> <div id="network-mbs-packets" class="h1 text-purple text-bold" data-count="this" data-from="0.00" data-to="21.05" data-suffix="mb/s" data-duration="1">0.00mb/s</div> <span class="text-small text-muted text-upper">Download Speed</span> </div> <div class="chart-right-legend"> <div id="network-realtime-gauge" style="width: 170px; height: 140px"></div> </div> <div id="realtime-network-stats" style="height: 320px"></div> </div> <div class="chart-item-bg"> <div class="chart-label"> <div id="network-mbs-packets" class="h1 text-secondary text-bold" data-count="this" data-from="0.00" data-to="67.35" data-suffix="%" data-duration="1.5">0.00%</div> <span class="text-small text-muted text-upper">CPU Usage</span> <p class="text-medium" style="width: 50%; margin-top: 10px">Sentiments two occasional affronting solicitude travelling and one contrasted. Fortune day out married parties.</p> </div> <div id="other-stats" style="min-height: 183px"> <div id="cpu-usage-gauge" style="width: 170px; height: 140px; position: absolute; right: 20px; top: 20px"></div> </div> </div> </div> </div> </div> <!-- start: Chat Section --> <div id="chat" class="fixed"> <div class="chat-inner"> <h2 class="chat-header"> <a href="#" class="chat-close" data-toggle="chat"> <i class="fa-plus-circle rotate-45deg"></i> </a> Chat <span class="badge badge-success is-hidden">0</span> </h2> <script type="text/javascript"> // Here is just a sample how to open chat conversation box jQuery(document).ready(function($) { var $chat_conversation = $(".chat-conversation"); $(".chat-group a").on('click', function(ev) { ev.preventDefault(); $chat_conversation.toggleClass('is-open'); $(".chat-conversation textarea").trigger('autosize.resize').focus(); }); $(".conversation-close").on('click', function(ev) { ev.preventDefault(); $chat_conversation.removeClass('is-open'); }); }); </script> <div class="chat-group"> <strong>Favorites</strong> <a href="#"><span class="user-status is-online"></span> <em>Catherine J. Watkins</em></a> <a href="#"><span class="user-status is-online"></span> <em>Nicholas R. Walker</em></a> <a href="#"><span class="user-status is-busy"></span> <em>Susan J. Best</em></a> <a href="#"><span class="user-status is-idle"></span> <em>Fernando G. Olson</em></a> <a href="#"><span class="user-status is-offline"></span> <em>Brandon S. Young</em></a> </div> <div class="chat-group"> <strong>Work</strong> <a href="#"><span class="user-status is-busy"></span> <em>Rodrigo E. Lozano</em></a> <a href="#"><span class="user-status is-offline"></span> <em>Robert J. Garcia</em></a> <a href="#"><span class="user-status is-offline"></span> <em>Daniel A. Pena</em></a> </div> <div class="chat-group"> <strong>Other</strong> <a href="#"><span class="user-status is-online"></span> <em>Dennis E. Johnson</em></a> <a href="#"><span class="user-status is-online"></span> <em>Stuart A. Shire</em></a> <a href="#"><span class="user-status is-online"></span> <em>Janet I. Matas</em></a> <a href="#"><span class="user-status is-online"></span> <em>Mindy A. Smith</em></a> <a href="#"><span class="user-status is-busy"></span> <em>Herman S. Foltz</em></a> <a href="#"><span class="user-status is-busy"></span> <em>Gregory E. Robie</em></a> <a href="#"><span class="user-status is-busy"></span> <em>Nellie T. Foreman</em></a> <a href="#"><span class="user-status is-busy"></span> <em>William R. Miller</em></a> <a href="#"><span class="user-status is-idle"></span> <em>Vivian J. Hall</em></a> <a href="#"><span class="user-status is-offline"></span> <em>Melinda A. Anderson</em></a> <a href="#"><span class="user-status is-offline"></span> <em>Gary M. Mooneyham</em></a> <a href="#"><span class="user-status is-offline"></span> <em>Robert C. Medina</em></a> <a href="#"><span class="user-status is-offline"></span> <em>Dylan C. Bernal</em></a> <a href="#"><span class="user-status is-offline"></span> <em>Marc P. Sanborn</em></a> <a href="#"><span class="user-status is-offline"></span> <em>Kenneth M. Rochester</em></a> <a href="#"><span class="user-status is-offline"></span> <em>Rachael D. Carpenter</em></a> </div> </div> <!-- conversation template --> <div class="chat-conversation"> <div class="conversation-header"> <a href="#" class="conversation-close"> &times; </a> <span class="user-status is-online"></span> <span class="display-name">Arlind Nushi</span> <small>Online</small> </div> <ul class="conversation-body"> <li> <span class="user">Arlind Nushi</span> <span class="time">09:00</span> <p>Are you here?</p> </li> <li class="odd"> <span class="user">Brandon S. Young</span> <span class="time">09:25</span> <p>This message is pre-queued.</p> </li> <li> <span class="user">Brandon S. Young</span> <span class="time">09:26</span> <p>Whohoo!</p> </li> <li class="odd"> <span class="user">Arlind Nushi</span> <span class="time">09:27</span> <p>Do you like it?</p> </li> </ul> <div class="chat-textarea"> <textarea class="form-control autogrow" placeholder="Type your message"></textarea> </div> </div> </div> <!-- end: Chat Section --> </div> <!-- Main Footer --> <!-- Choose between footer styles: "footer-type-1" or "footer-type-2" --> <!-- Add class "sticky" to always stick the footer to the end of page (if page contents is small) --> <!-- Or class "fixed" to always fix the footer to the end of page --> <footer class="main-footer sticky footer-type-1"> <div class="footer-inner"> <!-- Add your copyright text here --> <div class="footer-text"> &copy; 2014 <strong>Xenon</strong> More Templates <a href="http://www.cssmoban.com/" target="_blank" title="模板之家">模板之家</a> - Collect from <a href="http://www.cssmoban.com/" title="网页模板" target="_blank">网页模板</a> </div> <!-- Go to Top Link, just add rel="go-top" to any link to add this functionality --> <div class="go-up"> <a href="#" rel="go-top"> <i class="fa-angle-up"></i> </a> </div> </div> </footer> <div class="page-loading-overlay"> <div class="loader-2"></div> </div> <!-- Bottom Scripts --> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/TweenMax.min.js"></script> <script src="assets/js/resizeable.js"></script> <script src="assets/js/joinable.js"></script> <script src="assets/js/xenon-api.js"></script> <script src="assets/js/xenon-toggles.js"></script> <!-- Imported scripts on this page --> <script src="assets/js/xenon-widgets.js"></script> <script src="assets/js/devexpress-web-14.1/js/globalize.min.js"></script> <script src="assets/js/devexpress-web-14.1/js/dx.chartjs.js"></script> <script src="assets/js/toastr/toastr.min.js"></script> <!-- JavaScripts initializations and stuff --> <script src="assets/js/xenon-custom.js"></script> </body> </html>
liumeng2009/koa2-demo
public/xenon/skin-horizontal-lemonade.html
HTML
mit
52,326
Submission Comments go here
modianshu/yada
codebase/client/src/main/app/trials/NModulesUseServiceDataBinding/grading/submissionComments.html
HTML
mit
27
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>GoogleMapsFrame - GoogleMapsFrame</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/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles"> <script src="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.4.0&#x2F;build&#x2F;yui&#x2F;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="..&#x2F;assets/css/logo.png"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: undefined</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="..&#x2F;classes/GoogleMapsFrame.html">GoogleMapsFrame</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="..&#x2F;modules/gallery-google-maps-frame.html">gallery-google-maps-frame</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> </div> <div class="apidocs"> <div id="docs-main" class="content"> <h1>GoogleMapsFrame Class</h1> <div class="box meta"> <div class="extends"> Extends Base </div> <div class="foundat"> Defined in: <a href="../files&#x2F;js_google-maps-frame.js.html#l10"><code>js&#x2F;google-maps-frame.js:10</code></a> </div> </div> <div class="box intro"> </div> <div class="constructor"> <h2>Constructor</h2> <div id="method_GoogleMapsFrame" class="method item"> <h3 class="name"><code>GoogleMapsFrame</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="../files&#x2F;js_google-maps-frame.js.html#l10"><code>js&#x2F;google-maps-frame.js:10</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"> </div> </li> </ul> </div> </div> </div> <div id="classdocs" class="tabview"> <ul class="api-class-tabs"> <li class="api-class-tab index"><a href="#index">Index</a></li> <li class="api-class-tab attrs"><a href="#attrs">Attributes</a></li> <li class="api-class-tab events"><a href="#events">Events</a></li> </ul> <div> <div id="index" class="api-class-tabpanel index"> <h2 class="off-left">Item Index</h2> <div class="index-section attrs"> <h3>Attributes</h3> <ul class="index-list attrs"> <li class="index-item attr"> <a href="#attr_container">container</a> </li> <li class="index-item attr"> <a href="#attr_domNode">domNode</a> </li> <li class="index-item attr"> <a href="#attr_frame">frame</a> </li> <li class="index-item attr"> <a href="#attr_loaded">loaded</a> </li> <li class="index-item attr"> <a href="#attr_parameters">parameters</a> </li> </ul> </div> <div class="index-section events"> <h3>Events</h3> <ul class="index-list events"> <li class="index-item event"> <a href="#event_failure">failure</a> </li> <li class="index-item event"> <a href="#event_load">load</a> </li> <li class="index-item event"> <a href="#event_timeout">timeout</a> </li> </ul> </div> </div> <div id="attrs" class="api-class-tabpanel"> <h2 class="off-left">Attributes</h2> <div id="attr_container" class="attr item"> <a name="config_container"></a> <h3 class="name"><code>container</code></h3> <span class="type">Node | <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="../files&#x2F;js_google-maps-frame.js.html#l78"><code>js&#x2F;google-maps-frame.js:78</code></a></p> </div> <div class="description"> <p>A selector string or node object which will contain the iframe.</p> </div> <div class="emits box"> <h4>Fires event <code>containerChange</code></h4> <p> Fires when the value for the configuration attribute <code>container</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">EventFacade</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_domNode" class="attr item"> <a name="config_domNode"></a> <h3 class="name"><code>domNode</code></h3> <span class="type"></span> <div class="meta"> <p>Defined in <a href="../files&#x2F;js_google-maps-frame.js.html#l88"><code>js&#x2F;google-maps-frame.js:88</code></a></p> </div> <div class="description"> <p>Reference to an empty div created inside the iframe. (This is not an instance of Node.)</p> </div> <div class="emits box"> <h4>Fires event <code>domNodeChange</code></h4> <p> Fires when the value for the configuration attribute <code>domNode</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">EventFacade</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_frame" class="attr item"> <a name="config_frame"></a> <h3 class="name"><code>frame</code></h3> <span class="type"></span> <div class="meta"> <p>Defined in <a href="../files&#x2F;js_google-maps-frame.js.html#l98"><code>js&#x2F;google-maps-frame.js:98</code></a></p> </div> <div class="description"> <p>The Y.Frame instance that created the iframe.</p> </div> <div class="emits box"> <h4>Fires event <code>frameChange</code></h4> <p> Fires when the value for the configuration attribute <code>frame</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">EventFacade</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_loaded" class="attr item"> <a name="config_loaded"></a> <h3 class="name"><code>loaded</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>Defined in <a href="../files&#x2F;js_google-maps-frame.js.html#l107"><code>js&#x2F;google-maps-frame.js:107</code></a></p> </div> <div class="description"> </div> <p><strong>Default:</strong> false</p> <div class="emits box"> <h4>Fires event <code>loadedChange</code></h4> <p> Fires when the value for the configuration attribute <code>loaded</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">EventFacade</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_parameters" class="attr item"> <a name="config_parameters"></a> <h3 class="name"><code>parameters</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> <div class="meta"> <p>Defined in <a href="../files&#x2F;js_google-maps-frame.js.html#l117"><code>js&#x2F;google-maps-frame.js:117</code></a></p> </div> <div class="description"> <p>An optional parameters object passed to GoogleMapsLoader. (see gallery-google-maps-loader for information)</p> </div> <div class="emits box"> <h4>Fires event <code>parametersChange</code></h4> <p> Fires when the value for the configuration attribute <code>parameters</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">EventFacade</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="api-class-tabpanel"> <h2 class="off-left">Events</h2> <div id="event_failure" class="events item"> <h3 class="name"><code>failure</code></h3> <span class="type"></span> <div class="meta"> <p>Defined in <a href="../files&#x2F;js_google-maps-frame.js.html#l20"><code>js&#x2F;google-maps-frame.js:20</code></a></p> </div> <div class="description"> <p>Fired when Google Maps Loader fails.</p> </div> </div> <div id="event_load" class="events item"> <h3 class="name"><code>load</code></h3> <span class="type"></span> <div class="meta"> <p>Defined in <a href="../files&#x2F;js_google-maps-frame.js.html#l26"><code>js&#x2F;google-maps-frame.js:26</code></a></p> </div> <div class="description"> <p>Fired when Google Maps Loader succeeds.</p> </div> </div> <div id="event_timeout" class="events item"> <h3 class="name"><code>timeout</code></h3> <span class="type"></span> <div class="meta"> <p>Defined in <a href="../files&#x2F;js_google-maps-frame.js.html#l35"><code>js&#x2F;google-maps-frame.js:35</code></a></p> </div> <div class="description"> <p>Fired when Google Maps Loader times out.</p> </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>
inikoo/fact
libs/yui/yui3-gallery/src/gallery-google-maps-frame/api/classes/GoogleMapsFrame.html
HTML
mit
27,361
<b>{{user}}</b> <i>({{status}})</i> {{body}}
alebabai/tg2vk-server
src/main/resources/templates/telegram/private_message.html
HTML
mit
45
{% for item in children %} <li> {% if item.href %} <a data-toc="{{ item.type }}" href="{{ item.href }}">{{ item.label }}</a> {% else %} <span data-toc="{{ item.type }}">{{ item.label }}</span> {% endif %} {% if item.children.length > 0 %} <ol> {% include toc_item.html children=item.children %} </ol> {% endif %} </li> {% endfor %}
magicbookproject/magicbook
spec/support/book/includes/toc_item.html
HTML
mit
358
<div> This option fails the build when no test results (files) are found. So if your job is configured to look for *.tap files, but when the plug-in looks at the workspace it cannot find any .tap file, and this option is checked, then your build will be marked as failure. If you have empty .tap, they still count, and the plug-in will not fail the build. </div>
kinow/tap-plugin
src/main/webapp/help/TapPublisher/help-failIfNoResults.html
HTML
mit
371
<!doctype html> <html> <head> <link rel="shortcut icon" href="static/images/favicon.ico" type="image/x-icon"> <title>tablesorter.js (Closure Library API Documentation - JavaScript)</title> <link rel="stylesheet" href="static/css/base.css"> <link rel="stylesheet" href="static/css/doc.css"> <link rel="stylesheet" href="static/css/sidetree.css"> <link rel="stylesheet" href="static/css/prettify.css"> <script> var _staticFilePath = "static/"; </script> <script src="static/js/doc.js"> </script> <meta charset="utf8"> </head> <body onload="prettyPrint()"> <div id="header"> <div class="g-section g-tpl-50-50 g-split"> <div class="g-unit g-first"> <a id="logo" href="index.html">Closure Library API Documentation</a> </div> <div class="g-unit"> <div class="g-c"> <strong>Go to class or file:</strong> <input type="text" id="ac"> </div> </div> </div> </div> <div class="clear"></div> <h2><a href="closure_goog_ui_tablesorter.js.html">tablesorter.js</a></h2> <pre class="prettyprint lang-js"> <a name="line1"></a>// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); <a name="line2"></a>// you may not use this file except in compliance with the License. <a name="line3"></a>// You may obtain a copy of the License at <a name="line4"></a>// <a name="line5"></a>// http://www.apache.org/licenses/LICENSE-2.0 <a name="line6"></a>// <a name="line7"></a>// Unless required by applicable law or agreed to in writing, software <a name="line8"></a>// distributed under the License is distributed on an &quot;AS IS&quot; BASIS, <a name="line9"></a>// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <a name="line10"></a>// See the License for the specific language governing permissions and <a name="line11"></a>// limitations under the License. <a name="line12"></a> <a name="line13"></a>// Copyright 2008 Google Inc. All Rights Reserved. <a name="line14"></a> <a name="line15"></a>/** <a name="line16"></a> * @fileoverview A table sorting decorator. <a name="line17"></a> * <a name="line18"></a> * @see ../demos/tablesorter.html <a name="line19"></a> */ <a name="line20"></a> <a name="line21"></a>goog.provide(&#39;goog.ui.TableSorter&#39;); <a name="line22"></a>goog.provide(&#39;goog.ui.TableSorter.EventType&#39;); <a name="line23"></a> <a name="line24"></a>goog.require(&#39;goog.array&#39;); <a name="line25"></a>goog.require(&#39;goog.dom&#39;); <a name="line26"></a>goog.require(&#39;goog.dom.TagName&#39;); <a name="line27"></a>goog.require(&#39;goog.dom.classes&#39;); <a name="line28"></a>goog.require(&#39;goog.events&#39;); <a name="line29"></a>goog.require(&#39;goog.events.EventType&#39;); <a name="line30"></a>goog.require(&#39;goog.ui.Component&#39;); <a name="line31"></a> <a name="line32"></a> <a name="line33"></a>/** <a name="line34"></a> * A table sorter allows for sorting of a table by column. This component can <a name="line35"></a> * be used to decorate an already existing TABLE element with sorting <a name="line36"></a> * features. <a name="line37"></a> * <a name="line38"></a> * The TABLE should use a THEAD containing TH elements for the table column <a name="line39"></a> * headers. <a name="line40"></a> * <a name="line41"></a> * @param {goog.dom.DomHelper} opt_domHelper Optional DOM helper, used for <a name="line42"></a> * document interaction. <a name="line43"></a> * @constructor <a name="line44"></a> * @extends {goog.ui.Component} <a name="line45"></a> */ <a name="line46"></a>goog.ui.TableSorter = function(opt_domHelper) { <a name="line47"></a> goog.ui.Component.call(this, opt_domHelper); <a name="line48"></a> <a name="line49"></a> /** <a name="line50"></a> * The current sort column of the table, or -1 if none. <a name="line51"></a> * @type {number} <a name="line52"></a> * @private <a name="line53"></a> */ <a name="line54"></a> this.column_ = -1; <a name="line55"></a> <a name="line56"></a> /** <a name="line57"></a> * Whether the last sort was in reverse. <a name="line58"></a> * @type {boolean} <a name="line59"></a> * @private <a name="line60"></a> */ <a name="line61"></a> this.reversed_ = false; <a name="line62"></a> <a name="line63"></a> /** <a name="line64"></a> * The default sorting function. <a name="line65"></a> * @type {function(*, *) : number} <a name="line66"></a> * @private <a name="line67"></a> */ <a name="line68"></a> this.defaultSortFunction_ = goog.ui.TableSorter.numericSort; <a name="line69"></a> <a name="line70"></a> /** <a name="line71"></a> * Array of custom sorting functions per colun. <a name="line72"></a> * @type {Array.&lt;function(*, *) : number&gt;} <a name="line73"></a> * @private <a name="line74"></a> */ <a name="line75"></a> this.sortFunctions_ = []; <a name="line76"></a>}; <a name="line77"></a>goog.inherits(goog.ui.TableSorter, goog.ui.Component); <a name="line78"></a> <a name="line79"></a> <a name="line80"></a>/** <a name="line81"></a> * Table sorter events. <a name="line82"></a> * @enum {string} <a name="line83"></a> */ <a name="line84"></a>goog.ui.TableSorter.EventType = { <a name="line85"></a> BEFORESORT: &#39;beforesort&#39;, <a name="line86"></a> SORT: &#39;sort&#39; <a name="line87"></a>}; <a name="line88"></a> <a name="line89"></a> <a name="line90"></a>/** @inheritDoc */ <a name="line91"></a>goog.ui.TableSorter.prototype.canDecorate = function(element) { <a name="line92"></a> return element.tagName == goog.dom.TagName.TABLE; <a name="line93"></a>}; <a name="line94"></a> <a name="line95"></a> <a name="line96"></a>/** @inheritDoc */ <a name="line97"></a>goog.ui.TableSorter.prototype.enterDocument = function() { <a name="line98"></a> goog.ui.TableSorter.superClass_.enterDocument.call(this); <a name="line99"></a> <a name="line100"></a> var table = this.getElement(); <a name="line101"></a> var headerRow = table.getElementsByTagName(goog.dom.TagName.TR)[0]; <a name="line102"></a> goog.events.listen(headerRow, goog.events.EventType.CLICK, <a name="line103"></a> this.sort_, false, this); <a name="line104"></a>}; <a name="line105"></a> <a name="line106"></a> <a name="line107"></a>/** <a name="line108"></a> * @return {function(*, *) : number} The default sort function to be used by <a name="line109"></a> * all columns. <a name="line110"></a> */ <a name="line111"></a>goog.ui.TableSorter.prototype.getDefaultSortFunction = function() { <a name="line112"></a> return this.defaultSortFunction_; <a name="line113"></a>}; <a name="line114"></a> <a name="line115"></a> <a name="line116"></a>/** <a name="line117"></a> * Sets the default sort function to be used by all columns. If not set <a name="line118"></a> * explicitly, this defaults to numeric sorting. <a name="line119"></a> * @param {function(*, *) : number} sortFunction The new default sort function. <a name="line120"></a> */ <a name="line121"></a>goog.ui.TableSorter.prototype.setDefaultSortFunction = function(sortFunction) { <a name="line122"></a> this.defaultSortFunction_ = sortFunction; <a name="line123"></a>}; <a name="line124"></a> <a name="line125"></a> <a name="line126"></a>/** <a name="line127"></a> * Gets the sort function to be used by the given column. Returns the default <a name="line128"></a> * sort function if no sort function is explicitly set for this column. <a name="line129"></a> * @param {number} column The column index. <a name="line130"></a> * @return {function(*, *) : number} The sort function used by the column. <a name="line131"></a> */ <a name="line132"></a>goog.ui.TableSorter.prototype.getSortFunction = function(column) { <a name="line133"></a> return this.sortFunctions_[column] || this.defaultSortFunction_; <a name="line134"></a>}; <a name="line135"></a> <a name="line136"></a> <a name="line137"></a>/** <a name="line138"></a> * Set the sort function for the given column, overriding the default sort <a name="line139"></a> * function. <a name="line140"></a> * @param {number} column The column index. <a name="line141"></a> * @param {function(*, *) : number} sortFunction The new sort function. <a name="line142"></a> */ <a name="line143"></a>goog.ui.TableSorter.prototype.setSortFunction = function(column, sortFunction) { <a name="line144"></a> this.sortFunctions_[column] = sortFunction; <a name="line145"></a>}; <a name="line146"></a> <a name="line147"></a> <a name="line148"></a>/** <a name="line149"></a> * Sort the table contents by the values in the given column. <a name="line150"></a> * @param {goog.events.BrowserEvent} e The click event. <a name="line151"></a> * @private <a name="line152"></a> */ <a name="line153"></a>goog.ui.TableSorter.prototype.sort_ = function(e) { <a name="line154"></a> // Determine what column was clicked. <a name="line155"></a> // TODO: If this table cell contains another table, this could break. <a name="line156"></a> var th = goog.dom.getAncestorByTagNameAndClass(e.target, <a name="line157"></a> goog.dom.TagName.TH); <a name="line158"></a> var col = th.cellIndex; <a name="line159"></a> <a name="line160"></a> // If the user clicks on the same column, sort it in reverse of what it is <a name="line161"></a> // now. Otherwise, sort forward. <a name="line162"></a> var reverse = col == this.column_ ? !this.reversed_ : false; <a name="line163"></a> <a name="line164"></a> // Perform the sort. <a name="line165"></a> if (this.dispatchEvent(goog.ui.TableSorter.EventType.BEFORESORT)) { <a name="line166"></a> this.sort(col, reverse); <a name="line167"></a> this.dispatchEvent(goog.ui.TableSorter.EventType.SORT); <a name="line168"></a> } <a name="line169"></a>}; <a name="line170"></a> <a name="line171"></a> <a name="line172"></a>/** <a name="line173"></a> * Sort the table contents by the values in the given column. <a name="line174"></a> * @param {number} column The column to sort by. <a name="line175"></a> * @param {boolean} opt_reverse Whether to sort in reverse. <a name="line176"></a> */ <a name="line177"></a>goog.ui.TableSorter.prototype.sort = function(column, opt_reverse) { <a name="line178"></a> // Get some useful DOM nodes. <a name="line179"></a> var table = this.getElement(); <a name="line180"></a> var tBody = table.tBodies[0]; <a name="line181"></a> var rows = tBody.rows; <a name="line182"></a> var headers = table.tHead.rows[0].cells; <a name="line183"></a> <a name="line184"></a> // Remove old header classes. <a name="line185"></a> if (this.column_ &gt;= 0) { <a name="line186"></a> var oldHeader = headers[this.column_]; <a name="line187"></a> goog.dom.classes.remove(oldHeader, this.reversed_ ? <a name="line188"></a> &#39;goog-tablesorter-sorted-reverse&#39; : &#39;goog-tablesorter-sorted&#39;); <a name="line189"></a> } <a name="line190"></a> <a name="line191"></a> // If the user clicks on the same column, sort it in reverse of what it is <a name="line192"></a> // now. Otherwise, sort forward. <a name="line193"></a> this.reversed_ = !!opt_reverse; <a name="line194"></a> <a name="line195"></a> // Get some useful DOM nodes. <a name="line196"></a> var header = headers[column]; <a name="line197"></a> <a name="line198"></a> // Collect all the rows in to an array. <a name="line199"></a> var values = []; <a name="line200"></a> for (var i = 0, len = rows.length; i &lt; len; i++) { <a name="line201"></a> var row = rows[i]; <a name="line202"></a> var value = goog.dom.getTextContent(row.cells[column]); <a name="line203"></a> values.push([value, row]); <a name="line204"></a> } <a name="line205"></a> <a name="line206"></a> // Sort the array. <a name="line207"></a> var sortFunction = this.getSortFunction(column); <a name="line208"></a> var multiplier = this.reversed_ ? -1 : 1; <a name="line209"></a> goog.array.stableSort(values, <a name="line210"></a> function(a, b) { <a name="line211"></a> return sortFunction(a[0], b[0]) * multiplier; <a name="line212"></a> }); <a name="line213"></a> <a name="line214"></a> // Remove the tbody temporarily since this speeds up the sort on some <a name="line215"></a> // browsers. <a name="line216"></a> table.removeChild(tBody); <a name="line217"></a> <a name="line218"></a> // Sort the rows, using the resulting array. <a name="line219"></a> for (i = 0; i &lt; len; i++) { <a name="line220"></a> tBody.appendChild(values[i][1]); <a name="line221"></a> } <a name="line222"></a> <a name="line223"></a> // Reinstate the tbody. <a name="line224"></a> table.insertBefore(tBody, table.tBodies[0] || null); <a name="line225"></a> <a name="line226"></a> // Mark this as the last sorted column. <a name="line227"></a> this.column_ = column; <a name="line228"></a> <a name="line229"></a> // Update the header class. <a name="line230"></a> goog.dom.classes.add(header, this.reversed_ ? <a name="line231"></a> &#39;goog-tablesorter-sorted-reverse&#39; : &#39;goog-tablesorter-sorted&#39;); <a name="line232"></a>}; <a name="line233"></a> <a name="line234"></a> <a name="line235"></a>/** <a name="line236"></a> * A numeric sort function. <a name="line237"></a> * @param {*} a First sort value. <a name="line238"></a> * @param {*} b Second sort value. <a name="line239"></a> * @return {number} Negative if a &lt; b, 0 if a = b, and positive if a &gt; b. <a name="line240"></a> */ <a name="line241"></a>goog.ui.TableSorter.numericSort = function(a, b) { <a name="line242"></a> return parseFloat(a) - parseFloat(b); <a name="line243"></a>}; <a name="line244"></a> <a name="line245"></a> <a name="line246"></a>/** <a name="line247"></a> * Alphabetic sort function. <a name="line248"></a> * @param {*} a First sort value. <a name="line249"></a> * @param {*} b Second sort value. <a name="line250"></a> * @return {number} Negative if a &lt; b, 0 if a = b, and positive if a &gt; b. <a name="line251"></a> */ <a name="line252"></a>goog.ui.TableSorter.alphaSort = goog.array.defaultCompare; <a name="line253"></a> <a name="line254"></a> <a name="line255"></a>/** <a name="line256"></a> * Returns a function that is the given sort function in reverse. <a name="line257"></a> * @param {function(*, *) : number} sortFunction The original sort function. <a name="line258"></a> * @return {function(*, *) : number} A new sort function that reverses the <a name="line259"></a> * given sort function. <a name="line260"></a> */ <a name="line261"></a>goog.ui.TableSorter.createReverseSort = function(sortFunction) { <a name="line262"></a> return function(a, b) { <a name="line263"></a> return -1 * sortFunction(a, b); <a name="line264"></a> }; <a name="line265"></a>}; </pre> </body> </html>
yesudeep/puppy
tools/google-closure-library/closure/goog/docs/closure_goog_ui_tablesorter.js.source.html
HTML
mit
14,667
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Ember Data</title> <link rel="stylesheet" href="/bower_components/qunit/qunit/qunit.css"> <script src="/bower_components/qunit/qunit/qunit.js"></script> <script src="/testem.js"></script> <script src="qunit_configuration.js"></script> <script src="/bower_components/handlebars/handlebars.js" ></script> <script type="text/javascript"> window.loadScript = function(url) { document.write(unescape('%3Cscript src="'+url+'"%3E%3C/script%3E')); }; </script> <script type="text/javascript"> // Load custom version of jQuery if possible (assign to window so IE8 can use in later blocks) var jQueryVersion = QUnit.urlParams.jquery; if (jQueryVersion) { loadScript('https://code.jquery.com/jquery-'+jQueryVersion+'.js'); } // Close the script tag to make sure document.write happens </script> <script type="text/javascript"> // Fallback to default jQuery if (jQueryVersion !== 'none' && !window.jQuery) { loadScript('/bower_components/jquery/jquery.js'); } // Close the script tag to make sure document.write happens </script> <script type="text/javascript"> var emberChannel = QUnit.urlParams.emberchannel || "release"; if (emberChannel === 'canary') { window.Handlebars = null; loadScript("http://builds.handlebarsjs.com.s3.amazonaws.com/handlebars-v2.0.0.js"); } </script> <script src="ember_configuration.js"></script> <script type="text/javascript"> var emberChannel = QUnit.urlParams.emberchannel || "release", emberPath; if (emberChannel === "release") { emberPath = "/bower_components/ember/ember.js"; } else { emberPath = 'https://s3.amazonaws.com/builds.emberjs.com/' + emberChannel + '/ember.js'; } loadScript(emberPath); </script> <!--[if lte IE 8]> <script src="/bower_components/es5-shim/es5-shim.js"></script> <script src="/bower_components/es5-shim/es5-sham.js"></script> <![endif]]--> <script src="/ember-data.js"></script> <script src="ember-data-setup.js"></script> <script src="tests.js"></script> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> </body> </html>
trisrael/em-data
tests/index.html
HTML
mit
2,350
{% extends "layout.html" %} {% block styles %} <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='stylesheet.css') }}" /> {% endblock %} {% block scripts %} <script type="text/javascript"> editor = new Editor() editor.render() </script> {% endblock %} {% block body %} <div class="well"> <div class="container"> <h1>Admin Stuff</h1> </div> </div> <div class="container"> <p>There are {{ users }} users and {{ mods }} mods.</p> <h3>Newest Users</h3> <div class="row"> {% for user in new_users %} <div class="col-md-2"> <a href="/profile/{{ user.username }}">{{ user.username }}</a> </div> {% endfor %} </div> <h3>New Blog Post</h3> <form role="form" action="/blog/post" method="POST"> <div class="form-group"> <label for="post-title">Title</label> <input type="text" class="form-control" id="post-title" name="post-title" placeholder="Title"> </div> <div class="form-group"> <label for="post-body">Body <small class="text-muted">Markdown supported</small></label> <textarea name="post-body" id="post-body" class="form-control input-block-level" rows=10></textarea> </div> <input type="submit" class="btn btn-primary btn-block" value="Publish"> </form> <h3>Email Everyone</h3> <form role="form" action="/admin/email" method="POST"> <p>This will send an email to loads of people, be careful.</p> <div class="checkbox"> <label for="modders-only"> <input type="checkbox" name="modders-only" id="modders-only" style="position: relative; top: -3px"> Email published modders only </label> </div> <div class="form-group"> <label for="subject">Subject</label> <input type="text" class="form-control" id="subject" name="subject" placeholder="Subject"> </div> <div class="form-group"> <label for="body">Body</label> <textarea name="body" id="body" class="form-control input-block-level" rows=10></textarea> </div> <input type="submit" class="btn btn-primary btn-block" value="Send"> </form> <h3>Game Versions</h3> {% if len(versions) == 0 %} <p>You have not added any game versions. Modders will not be able to create mods until you add at least one.</p> {% else %} <p>Currently aware of these versions:</p> <div class="row"> {% for v in versions %} <div class="col-md-2"> {{ v.friendly_version }} </div> {% endfor %} </div> <p></p> {% endif %} <form role="form" action="/versions/create" method="POST"> <div class="row"> <div class="col-md-4"> <input type="text" id="friendly_version" name="friendly_version" class="form-control input-block-level" placeholder="Version name..."> </div> <div class="col-md-2"> <input type="submit" class="btn btn-primary btn-block" value="Add Version"> </div> </div> </form> </div> {% endblock %}
Kerbas-ad-astra/KerbalStuff
templates/admin.html
HTML
mit
3,183
<body class="hold-transition skin-blue sidebar-mini"> <div class="wrapper"> <!-- Main Header --> <header class="main-header"> <!-- Logo --> <a href="index2.html" class="logo" style="background: #222d32"> <img src="<?php echo STYLE_DIR; ?>img/logoHomePiccolo.png"/> </a> <!-- Header Navbar --> <nav class="navbar navbar-static-top" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle navigation</span> </a> <!-- Navbar Right Menu --> <div class="navbar-custom-menu"> <ul class="nav navbar-nav"> <!-- Messages: style can be found in dropdown.less--> <li class="dropdown messages-menu"> <!-- Menu toggle button --> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-envelope-o"></i> <span class="label label-success">4</span> </a> <ul class="dropdown-menu"> <li class="header">You have 4 messages</li> <li> <!-- inner menu: contains the messages --> <ul class="menu"> <li><!-- start message --> <a href="#"> <div class="pull-left"> <!-- User Image --> <img src="<?php echo STYLE_DIR; ?>dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> </div> <!-- Message title and timestamp --> <h4> Support Team <small><i class="fa fa-clock-o"></i> 5 mins</small> </h4> <!-- The message --> <p>Why not buy a new awesome theme?</p> </a> </li> <!-- end message --> </ul> <!-- /.menu --> </li> <li class="footer"><a href="#">See All Messages</a></li> </ul> </li> <!-- /.messages-menu --> <!-- Notifications Menu --> <li class="dropdown notifications-menu"> <!-- Menu toggle button --> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-bell-o"></i> <span class="label label-warning">10</span> </a> <ul class="dropdown-menu"> <li class="header">You have 10 notifications</li> <li> <!-- Inner Menu: contains the notifications --> <ul class="menu"> <li><!-- start notification --> <a href="#"> <i class="fa fa-users text-aqua"></i> 5 new members joined today </a> </li> <!-- end notification --> </ul> </li> <li class="footer"><a href="#">View all</a></li> </ul> </li> <!-- Tasks Menu --> <li class="dropdown tasks-menu"> <!-- Menu Toggle Button --> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-flag-o"></i> <span class="label label-danger">9</span> </a> <ul class="dropdown-menu"> <li class="header">You have 9 tasks</li> <li> <!-- Inner menu: contains the tasks --> <ul class="menu"> <li><!-- Task item --> <a href="#"> <!-- Task title and progress text --> <h3> Design some buttons <small class="pull-right">20%</small> </h3> <!-- The progress bar --> <div class="progress xs"> <!-- Change the css width attribute to simulate progress --> <div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">20% Complete</span> </div> </div> </a> </li> <!-- end task item --> </ul> </li> <li class="footer"> <a href="#">View all tasks</a> </li> </ul> </li> <!-- User Account Menu --> <li class="dropdown user user-menu"> <!-- Menu Toggle Button --> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <!-- The user image in the navbar--> <img src="<?php echo STYLE_DIR; ?>dist/img/user2-160x160.jpg" class="user-image" alt="User Image"> <!-- hidden-xs hides the username on small devices so only the image appears. --> <span class="hidden-xs">Alexander Pierce</span> </a> <ul class="dropdown-menu"> <!-- The user image in the menu --> <li class="user-header"> <img src="<?php echo STYLE_DIR; ?>dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> <p> Alexander Pierce - Web Developer <small>Member since Nov. 2012</small> </p> </li> <!-- Menu Body --> <li class="user-body"> <div class="row"> <div class="col-xs-4 text-center"> <a href="#">Followers</a> </div> <div class="col-xs-4 text-center"> <a href="#">Sales</a> </div> <div class="col-xs-4 text-center"> <a href="#">Friends</a> </div> </div> <!-- /.row --> </li> <!-- Menu Footer--> <li class="user-footer"> <div class="pull-left"> <a href="#" class="btn btn-default btn-flat">Profile</a> </div> <div class="pull-right"> <a href="#" class="btn btn-default btn-flat">Sign out</a> </div> </li> </ul> </li> <!-- Control Sidebar Toggle Button --> <li> <a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a> </li> </ul> </div> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar"> <!-- sidebar: style can be found in sidebar.less --> <section class="sidebar"> <!-- Sidebar user panel (optional) --> <div class="user-panel"> <div class="pull-left image"> <img src="<?php echo STYLE_DIR; ?>dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> </div> <div class="pull-left info"> <p>Alexander Pierce</p> <!-- Status --> <a href="#"><i class="fa fa-circle text-success"></i> Online</a> </div> </div> <!-- search form (Optional) --> <form action="#" method="get" class="sidebar-form"> <div class="input-group"> <input type="text" name="q" class="form-control" placeholder="Search..."> <span class="input-group-btn"> <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i> </button> </span> </div> </form> <!-- /.search form --> <!-- Sidebar Menu --> <ul class="sidebar-menu"> <li class="header">HEADER</li> <!-- Optionally, you can add icons to the links --> <li class="active"><a href="#"><i class="fa fa-home"></i> <span>Home</span></a></li> <li><a href="#"><i class="fa fa-user"></i> <span>Profilo</span></a></li> <li class="treeview"> <a href="#"><i class="fa fa-pencil"></i> <span>Gestione Annunci</span> <i class="fa fa-angle-left pull-right"></i></a> <ul class="treeview-menu"> <li><a href="#">Nuovo Annuncio</a></li> <li><a href="#">Cerca Annuncio</a></li> </ul> </li> </ul> <!-- /.sidebar-menu --> </section> <!-- /.sidebar --> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <!-- BREADCRUMBS --> <div class="col-md-12"> <div class="col-md-4"></div> <div class="col-md-4"> <h2 align="CENTER"> Titolo </h2> </div> </div> <ol class="breadcrumb"> <li><a href="#"> Home</a></li> <li class="active">Inserisci Annuncio</li> </ol> </section> <!-- Main content --> <section class="content"> <!-- Your Page Content Here --> </section> <!-- /.content --> </div> <!-- /.content-wrapper --> <!-- Main Footer --> <footer class="main-footer"> <!-- To the right --> <div class="pull-right hidden-xs"> Anything you want </div> <!-- Default to the left --> <strong>Copyright &copy; 2015 <a href="#">Company</a>.</strong> All rights reserved. </footer> <!-- Control Sidebar --> <aside class="control-sidebar control-sidebar-dark"> <!-- Create the tabs --> <ul class="nav nav-tabs nav-justified control-sidebar-tabs"> <li class="active"><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li> <li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li> </ul> <!-- Tab panes --> <div class="tab-content"> <!-- Home tab content --> <div class="tab-pane active" id="control-sidebar-home-tab"> <h3 class="control-sidebar-heading">Recent Activity</h3> <ul class="control-sidebar-menu"> <li> <a href="javascript::;"> <i class="menu-icon fa fa-birthday-cake bg-red"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Langdon's Birthday</h4> <p>Will be 23 on April 24th</p> </div> </a> </li> </ul> <!-- /.control-sidebar-menu --> <h3 class="control-sidebar-heading">Tasks Progress</h3> <ul class="control-sidebar-menu"> <li> <a href="javascript::;"> <h4 class="control-sidebar-subheading"> Custom Template Design <span class="label label-danger pull-right">70%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-danger" style="width: 70%"></div> </div> </a> </li> </ul> <!-- /.control-sidebar-menu --> </div> <!-- /.tab-pane --> <!-- Stats tab content --> <div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div> <!-- /.tab-pane --> <!-- Settings tab content --> <div class="tab-pane" id="control-sidebar-settings-tab"> <form method="post"> <h3 class="control-sidebar-heading">General Settings</h3> <div class="form-group"> <label class="control-sidebar-subheading"> Report panel usage <input type="checkbox" class="pull-right" checked> </label> <p> Some information about this general settings option </p> </div> <!-- /.form-group --> </form> </div> <!-- /.tab-pane --> </div> </aside> <!-- /.control-sidebar --> <!-- Add the sidebar's background. This div must be placed immediately after the control sidebar --> <div class="control-sidebar-bg"></div> </div> <!-- ./wrapper --> <!-- REQUIRED JS SCRIPTS --> <!-- jQuery 2.2.0 --> <script src="<?php echo STYLE_DIR; ?>plugins/jQuery/jQuery-2.2.0.min.js"></script> <!-- Bootstrap 3.3.6 --> <script src="<?php echo STYLE_DIR; ?>bootstrap/js/bootstrap.min.js"></script> <!-- AdminLTE App --> <script src="<?php echo STYLE_DIR; ?>dist/js/app.min.js"></script> <!-- Optionally, you can add Slimscroll and FastClick plugins. Both of these plugins are recommended to enhance the user experience. Slimscroll is required when using the fixed layout. --> </body> </html>
fabianopecorelli/SocialHelp
home.html
HTML
mit
12,891
{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block main %} <header> <h1>{% trans "Login" %}</h1> </header> <section id="main"> <form method="post" action="."> {% csrf_token %} {% include "partials/form_non_field_errors.html" %} <fieldset> {% csrf_token %} {% for field in form %} {% include "partials/form_field.html" %} {% endfor %} </fieldset> <input type="hidden" name="next" value="{{ next }}" /> <input type="submit" class="btn btn-primary" value="{% trans "Login" %}"> </form> <div> <a href="{% url "auth_password_reset" %}">{% trans "Forgot your password?" %}</a> <a href="{% url "registration_register" %}">{% trans "Register a new account" %}</a>? </div> </section> {% endblock %}
pythonsingapore/pythonsingapore
website/webapps/django/myproject/myproject/templates/registration/login.html
HTML
mit
854
<!DOCTYPE html> <html> <head> <!--1. POPRAVI NASLOV! --> <!-- Naslov Strani --> <title>Žuželke</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <link rel="stylesheet" href="/css/uikit.min.css"> <link rel="stylesheet" href="/css/components/sticky.min.css"> <link rel="stylesheet" href="/css/addon.css"> <script src="/js/jquery.min.js"></script> <script src="/js/uikit.min.js"></script> <script src="/js/components/sticky.min.js"></script> <script src="/js/addon.js"></script> </head> <body> <div class="uk-container uk-container-center"> <!--2. POPRAVI DRUZINSKO DREVO: - V VSEH RAZEN ZADNJE VRSTICE POPRAVI HREF (pot/mape - tako kot v zgledu) IN VSEBINO! - ZAADNJA VRSITCA JE MALO DRUGACNA - MORA OSTATI ZADNJA TUDI PRI VAS - SPREMENI SAMO VSEBINO! --> <!-- Začetek družinskega drevesa --> <ul class="uk-breadcrumb uk-text-center"> <li><a href="/">Domov</a></li> <li><a href="/bitja/evkarionti/">Evkarionti</a></li> <li><a href="/bitja/evkarionti/zivali/">Živali</a></li> <li><a href="/bitja/evkarionti/zivali/mnogoclenarji">Mnogočlenarji</a></li> <li><a href="/bitja/evkarionti/zivali/mnogoclenarji/clenonozci">Členonožci</a></li> <li class="uk-active">Žuželke</li> </ul> <!-- Konec družinskega drevesa --> <!--3. POPRAVI GLAVO: VSEBINO ZAMENJAJ Z IMENOM IN LATINSKIM IMENOM! --> <!-- Začetek glave / naslova strani --> <article class="uk-article"> <h1 class="uk-article-title">Žuželke</h1> <p class="uk-article-meta">Insecta</p> <hr class="uk-article-divider"> </article> <!--Konec glave / naslova strani --> <div class="uk-grid" style="margin-top: 15px;" id="grid"> <div class="uk-width-2-10" id="nav"> <div data-uk-sticky="{media: 640, top: 30}"> <!--5. - TO NAREDIS NA KONCU, (po 4. koraku) - POPRAVI NAVIGACIJSKO VRSTICO: - za vsak naslov h1 ali h2 v vsebini naredi sledece: - skopiraj ustrezno vrstico in v vsebino napisi natanko enak naslov kot je v vsebini - v href pa napisi isto kot prej v vsebini v id znacko (poleg naslova) - torej isto kot naslov samo z malimi crkami, brez sumnikov in presledke zamenjaj z _. vendar pusti # spredaj. --> <!-- Začetek navigacijske vrstice --> <ul class="uk-nav uk-nav-side navigation"> <li class="uk-nav-header"><a href="#znacilnosti" data-uk-smooth-scroll="{offset: 15}">Značilnosti</a></li> <li class="uk-nav-header"><a href="#evolucija" data-uk-smooth-scroll="{offset: 15}">Evolucija</a></li> <li class="uk-nav-header"><a href="#zgradba_zuzelk" data-uk-smooth-scroll="{offset: 15}">Zgradba žuželk</a></li> <li><a href="#glava" data-uk-smooth-scroll="{offset: 15}">Glava</a></li> <li><a href="#oprsje" data-uk-smooth-scroll="{offset: 15}">Oprsje</a></li> <li><a href="#zadek" data-uk-smooth-scroll="{offset: 15}">Zadek</a></li> <li class="uk-nav-header"><a href="#ekologija" data-uk-smooth-scroll="{offset: 15}">Ekologija</a></li> <li class="uk-nav-header"><a href="#ogrozenost" data-uk-smooth-scroll="{offset: 15}">Ogroženost</a></li> </ul> <!-- Konec navigacijske vrstice --> </div> </div> <div class="uk-width-8-10" id="content"> <article class="uk-article"> <!--4. CELOTNO VSEBINO (do </article> - </article> pusti pri miru) ZAMENJAJ S SVOJO VSEBINO: - na vrhu so primeri naslova, odstavka in slike - vsak ima svoja navodila za dodajanje in spreminjanje --> <h1 id="znacilnosti">Značilnosti</h1> <p class="uk-text-justify"> Žuželke spadajo med členonožce. So največja skupina živali na svetu, saj je ocenjeno, da naj bi na svetu obstajalo več kot 2 milijona različnih vrst. Razširjene so vsepovsod po svetu, od polarnih območij pa vse do tropov, kjer jih najdemo na kopnem, v sladkih in slanih vodah. Žuželke so prve živali, ki so znale leteti. Prav sposobnost letanja jim omogoča uspešnost pri razmnoževanju in ohranjanju vrst. Za razvoj več skupin žuželk je značilna popolna preobrazba, ki daljši čas preživijo kot ličinka in se šele pred razmnoževanjem spremenijo v odrasle živali. </p> <center> <div class="uk-overlay"> <img src="img/zuzelke.png"> <div class="uk-overlay-caption">Različne vrste žuželk<br><a href="https://upload.wikimedia.org/wikipedia/commons/thumb/7/74/Insect_collage.png/1024px-Insect_collage.png">en.wikipedia.org</a></div> </div> </center> <center> <div class="uk-overlay"> <img src="img/pika.jpg"> <div class="uk-overlay-caption">Pikapolonica<br><a href="http://www.thewallpapers.org/desktop/20868/ladybug-on-a-leaf-wallpaper">thewallpapers.org</a></div> </div> </center> <h1 id="evolucija">Evolucija</h1> <p class="uk-text-justify"> Najzgodnejši fosilni ostanek organizma, ki ga je možno uvrstiti med žuželke, so našli v skladih sedimentnih kamnin blizu vasi Rhynie na Škotskem. Opisali so ga kot vrsto Rhyniognatha hirsti. Prve žuželke so bile podobne danes živečim nekrilatim žuželkam, ki veljajo za primitivne v odnosu do ostalih skupin. Žuželke so danes po kriteriju števila vrst najuspešnejši razred živali in so verjetno bile večino časa od nastanka. Izjemno raznolikost in potencial za spreminjanje jim omogoča kombinacija več značilnosti, kot so zunanji skelet, ki nudi oporo in zaščito pred elementi, ponavljanje telesnih členov, kar omogoča specializacijo posameznih členov ob ohranitvi osnovne funkcije ostalih, pojav kril ter preobrazba, ki omogoča ličinkam in odraslim živalim da zasedajo različne ekološke niše, s tem pa zmanjšajo tekmovanje za vire. Poleg tega kratek generacijski čas in veliko število potomcev poveča verjetnost za genetske spremembe (mutacije) v danem časovnem obdobju. </p> <center> <div class="uk-overlay"> <img src="img/evolucija.jpg"> <div class="uk-overlay-caption">Fosilni ostalek pražuželke Rhyniognatha hirsti<br><a href="http://www.nhm.ac.uk/nature-online/earth/fossils/article-oldest-insect-fossil/">nhm.ac.uk</a></div> </div> </center> <h1 id="zgradba_zuzelk">Zgradba žuželk</h1> <p class="uk-text-justify"> Telo žuželk je izvorno členjeno na okoli 20 členov; členi med seboj niso enaki (t.i. heteronomno členjenje) in tvorijo tri jasno definirane telesne regije: glavo (šest), oprsje (trije) in zadek (enajst členov). Določeni členi so pri nekaterih skupinah zliti ali drugače razporejeni, zato je njihovo število lahko navidez drugačno. Žuželke nimajo kosti, zato pa je telo z nogami vred prekrito s hitenjačo-to je trd izloček kože iz hitina. Ta učvrščuje in podpira telo, imenujemo pa ga zunanji skelet. </p> <center> <div class="uk-overlay"> <img src="img/zgradba.jpg"> <div class="uk-overlay-caption">Zgradba žuželke<br><a href="http://autogearcar.com/tag/insect-body-parts">autogearcar.com</a></div> </div> </center> <h2 id="glava">Glava</h2> <p class="uk-text-justify"> Skelet glave tvori pri večini žuželk jasno opazno kapsulo, ki obdaja mehko tkivo v notranjosti. Tu so skoncentrirana čutila in v notranjosti živčevje, glava pa predstavlja tudi vhod v prebavni trakt. Na sprednji zgornji strani je par sestavljenih oči in par tipalnic, med njima pa pogosto še tri enostavna očesca. Usta so na spodnji strani. Obustne okončine so prehranjevanju prilagojeni prvi trije pari okončin, ki se nahajajo ob strani ust; njihova oblika je izjemno raznolika glede na prehranjevalne navade. </p> <h2 id="oprsje">Oprsje</h2> <p class="uk-text-justify"> Skelet glave tvori pri večini žuželk jasno opazno kapsulo, ki obdaja mehko tkivo v notranjosti. Tu so skoncentrirana čutila in v notranjosti živčevje, glava pa predstavlja tudi vhod v prebavni trakt. Na sprednji zgornji strani je par sestavljenih oči in par tipalnic, med njima pa pogosto še tri enostavna očesca. Usta so na spodnji strani. Obustne okončine so prehranjevanju prilagojeni prvi trije pari okončin, ki se nahajajo ob strani ust; njihova oblika je izjemno raznolika glede na prehranjevalne navade. </p> <h2 id="zadek">Zadek</h2> <p class="uk-text-justify"> V zadku so prebavila, izločala in spolni organi. Lahko nosi par cerkov, ki imata čutilno vlogo, in pri redkih skupinah še neparni terminalni filum. </p> <h1 id="ekologija">Ekologija</h1> <p class="uk-text-justify"> Za uspešnost žuželk je več razlogov. Ker so majhne, so lahko zasedle bivališča, ki so nedostopna za druge živali. V primernih razmerah se lahko razmnožujejo zelo hitro, zato se lahko hitro odzivajo na povečanje razpoložljive hrane. Zaradi visoke plodnosti so se žuželke hitro razvijale, tako da štejejo več kot polovico danes živečih živali. Žuželke najdemo na kopnem, v sladkih vodah in celo na površini oceanov. Žuželke živijo kot prostoživeče oblike, prilagojene najrazličnejšim življenjskim prostorom ali kot parazite na živalih ali v njih. Uspešne so predvsem zaradi sposobnosti letanja. Vse razen najprimitivnejših oblik znajo leteti, zato lahko naseljujejo nove življenjske prostore, lažje najdejo partnerja v času ploditve in lažje iščejo hrano. Lahko živijo in se razmnožujejo v različnih življenjskih prostorih, ki jih druge, večje živali ne morejo naseliti. </p> <p class="uk-text-justify"> Drug pomemben dejavnik za uspešnost žuželk je to, da imajo roževinast zunanji skelet ki je izredno lahek in zelo trden. Površina skeleta je prevlečena s posebno voščeno prevleko imenovano sklerotin, ki kopenske žuželke zavaruje pred izgubo vode. Nizke temperature pa omejujejo razširjenost žuželk, saj žuželke same ne morejo vzdrževati telesne temperature, ki je potrebna za delovanje življenjskih procesov, kadar je temperatura v okolici prenizka. Posamezne vrste so razvile različne prilagoditve, ki jim omogočajo preživetje hladnejših delov leta.</p> <p class="uk-text-justify"> Razširjenost žuželk je odvisna od okoljskih zahtev. V zadnjem času so najbolj uspešne tiste žuželke, ki so se prilagodile na življenje s človekom in prebivajo v njegovih bivališčih. Tudi človek vpliva na razširjenost žuželk v določenem okolju, predvsem s kmetijstvom. S tem, ko človek zasadil velike nasade različnih kultur, omogoči žuželkam preživetje in zaradi odsotnosti nekaterih omejujočih dejavnikov se izredno namnožijo vrste, ki so za človeka škodljive, saj se z rastlinami prehranjujejo. </p> <h1 id="ogrozenost">Ogroženost</h1> <p class="uk-text-justify"> Največjo nevarnost za žuželke predstavljajo predvsem uničenje njihovih habitatov, izpodrivanje s strani tujerodnih vrst, spremembah habitata zaradi onesnaževanja, križanje z drugimi vrstami,… Ogrožene so tudi zato, ker jih izkorišča človek (npr. čebele in sviloprejke), mnoge pa smo opredelili za škodljive. Predvsem socialne žuželke, kot so termiti, mravlje, čebele in ose predstavljajo analogijo človeški družbi. Če bodo žuželke začele izumirati enako hitro, kot izumirajo ostale živalske vrste, potem bo v istem časovnem obdobju izginilo okoli tisoč vrst. </p> </article> </div> </div> </div> </body> </html> <!--NE POZABI NA 5. KORAK!!-->
The-C-Code/BIO-Site
bitja/evkarionti/zivali/mnogoclenarji/clenonozci/zuzelke/index.html
HTML
mit
13,583
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>aniPHP :: User Manual</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" > <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="css/jquery.snippet.css"> </head> <body> <div class="container"> <div class="row"> <div class="col-lg-12"> <h1>Configuration</h1> <p> <strong>PHPew</strong> এর সকল কনফিগারেশন ফাইল জমা থাকে <code>app/config</code> ডিরেকটরিতে. প্রজেক্ট শুরু করার পুর্বেই আপনাকে এটি যথাযথ ভাবে কনফিগার করে নিতে হবে। এখানে দুধরনের কনফিগারেশন আছে <i>basic</i> এবং <i>database</i>. <h3>Basic Configuration</h3> বেসিক কনফিগারেশন এর জন্য আপনাকে <code>app/config/basic.php</code> ফাইলটি ওপেন করতে হবে। <h4>Setup Base URL</h4> <pre class='code'> define('BU',"http://your_project/path/");</pre> আপনার প্রজেক্ট এর বেজ URL অথবা ডিফল্ট URL এখান থেকে কনফিগার করুন। Base url দ্বারা আপনার প্রজেক্ট'এর ডিফল্ট URL অথবা প্রধান URL কে বোঝায়। Example: <code>http://localhost/your_project/</code> <h4>Development Environment</h4> <pre class='code'> define("DEV_ENV",TRUE);</pre> আপনি যদি প্রজেক্ট চলাকালীন অবস্থায় এর Error ও Warning গুলো প্রদর্শন করতে চান তবে <i>DEV_ENV</i> <code>true</code> করে দিতে হবে অন্যথায় <code>false</code> হবে। <h4>Home Page</h4> <pre class='code'> define('HOMEPAGE', 'home');</pre> আপনি চাইলে আপনার পছন্দমত হোম পেজ সেট করে নিতে পারেন। এজন্য আপনাকে পেজ এর বেজ নেম ব্যবহার করতে হবে। যেমন: আপনার পেজ এর নাম যদি হয় <code>example.page.php</code> সেক্ষেত্রে আপনি শুধু <code>example</code> নামটি ব্যবহার করবেন। শুরুতে <code>home</code> ডিফল্ট ভাবে সেট করা আছে। <h3>Database Configuraion</h3> আপনাকে ডাটাবেস কনফিগার করার জন্য <code>app/config/database.php</code> এই ফাইলটি ওপেন করতে হবে। <h4>Enabeling Database</h4> <pre class="code"> define('DBENABLE', true);</pre> আপনি যদি আপনার প্রজেক্টে ডাটাবেস ব্যবহার করতে চান তবে <code>true</code> সেট করতে হবে. কিন্তু যদি কোনো ডাটাবেস ব্যবহার না করেন তবে <code>false</code> সেট করুন। অবশ্য ডিফল্ট এটি <code>false</code> অবস্থায় থাকে। <h4>Configure Database</h4> <pre class="code">// setting your database host name, by default it will localhost define('HOST','localhost'); // setting database username, in local server its default root define('USER','root'); // setting database password define('PWD',''); // setting database name define('DB','your_database_name'); // setting table prefix, example: tbl_ define('TBL_PREFIX','tbl_');</pre> ডাটাবেস কনফিগারেশনের জন্য আপনাকে এখানে ডাটাবেস সংক্রান্ত কিছু তথ্য দিতে হবে।<br/> <ul> <li><code>HOST</code> এ আপনাকে সার্ভারে হোস্ট নেম দিতে হবে। লোকাল ডেভলেমেন্টের জন্য এটি সাধারনত <code>localhost</code> হয়।</li> <li>এর পর আপনাকে ডাটাবেস এর Username ও Password দিতে হবে যথাক্রমে <code>USER</code> এবং <code>PWD</code> অংশে । সাধারনত লোকাল ডেভলপমেন্টে ইউজারনেম থাকে <code>root</code> এবং পাসওয়ার্ড থাকে Blank(ফাকা)। যদি আপনার ডাটাবেস এ কোন পাসওয়ার্ড না থাকে তবে <code>PWD</code> blank রাখুন।</li> <li><code>DB</code> অংশে আপনার ব্যবহৃত ডাটাবেস এর পুর্ন নামটি দিন । </li> <li>টেবিল প্রি-ফিক্স যদি ব্যবহার করেন তবে <code>TBL_PREFIX</code> এ অংশে সেটি দিন। ডিফল্ট এটি ফাকা থাকে। তবে আমরা আপনাকে টেবিল প্রি-ফিক্স ব্যবহার করার জন্য পরামর্শ দিচ্ছি।</li> </ul> </p> </div> </div> </div> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> <script type="text/javascript" src="js/jquery.snippet.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("pre.code").snippet("php",{style:"blacknblue",transparent:false}); }); </script> </body> </html>
nahid/phpew
manual/configuration.html
HTML
mit
5,896
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>PropertySet (POI API Documentation)</title> <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="PropertySet (POI API Documentation)"; } //--> </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/PropertySet.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/poi/hpsf/PropertySetFactory.html" title="class in org.apache.poi.hpsf"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/poi/hpsf/PropertySet.html" target="_top">Frames</a></li> <li><a href="PropertySet.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.poi.hpsf</div> <h2 title="Class PropertySet" class="title">Class PropertySet</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.poi.hpsf.PropertySet</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Direct Known Subclasses:</dt> <dd><a href="../../../../org/apache/poi/hpsf/MutablePropertySet.html" title="class in org.apache.poi.hpsf">MutablePropertySet</a></dd> </dl> <hr> <br> <pre>public class <span class="strong">PropertySet</span> extends java.lang.Object</pre> <div class="block"><p>Represents a property set in the Horrible Property Set Format (HPSF). These are usually metadata of a Microsoft Office document.</p> <p>An application that wants to access these metadata should create an instance of this class or one of its subclasses by calling the factory method <a href="../../../../org/apache/poi/hpsf/PropertySetFactory.html#create(org.apache.poi.poifs.filesystem.DirectoryEntry,%20java.lang.String)"><code>PropertySetFactory.create(org.apache.poi.poifs.filesystem.DirectoryEntry, java.lang.String)</code></a> and then retrieve the information its needs by calling appropriate methods.</p> <p><a href="../../../../org/apache/poi/hpsf/PropertySetFactory.html#create(org.apache.poi.poifs.filesystem.DirectoryEntry,%20java.lang.String)"><code>PropertySetFactory.create(org.apache.poi.poifs.filesystem.DirectoryEntry, java.lang.String)</code></a> does its work by calling one of the constructors <a href="../../../../org/apache/poi/hpsf/PropertySet.html#PropertySet(java.io.InputStream)"><code>PropertySet(InputStream)</code></a> or <a href="../../../../org/apache/poi/hpsf/PropertySet.html#PropertySet(byte[])"><code>PropertySet(byte[])</code></a>. If the constructor's argument is not in the Horrible Property Set Format, i.e. not a property set stream, or if any other error occurs, an appropriate exception is thrown.</p> <p>A <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> has a list of <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>s, and each <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a> has a <a href="../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf"><code>Property</code></a> array. Use <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getSections()"><code>getSections()</code></a> to retrieve the <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>s, then call <a href="../../../../org/apache/poi/hpsf/Section.html#getProperties()"><code>Section.getProperties()</code></a> for each <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a> to get hold of the <a href="../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf"><code>Property</code></a> arrays.</p> Since the vast majority of <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>s contains only a single <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>, the convenience method <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getProperties()"><code>getProperties()</code></a> returns the properties of a <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>'s <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a> (throwing a <a href="../../../../org/apache/poi/hpsf/NoSingleSectionException.html" title="class in org.apache.poi.hpsf"><code>NoSingleSectionException</code></a> if the <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> contains more (or less) than exactly one <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>).</p></div> <dl><dt><span class="strong">Author:</span></dt> <dd>Rainer Klute <a href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>, Drew Varner (Drew.Varner hanginIn sc.edu)</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#byteOrder">byteOrder</a></strong></code> <div class="block">Specifies this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>'s byte order.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#classID">classID</a></strong></code> <div class="block">Specifies this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>'s "classID" field.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#format">format</a></strong></code> <div class="block">Specifies this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>'s format.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#OS_MACINTOSH">OS_MACINTOSH</a></strong></code> <div class="block">If the OS version field holds this value the property set stream was created on a Macintosh system.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#OS_WIN16">OS_WIN16</a></strong></code> <div class="block">If the OS version field holds this value the property set stream was created on a 16-bit Windows system.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#OS_WIN32">OS_WIN32</a></strong></code> <div class="block">If the OS version field holds this value the property set stream was created on a 32-bit Windows system.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#osVersion">osVersion</a></strong></code> <div class="block">Specifies the version of the operating system that created this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf">Section</a>&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#sections">sections</a></strong></code> <div class="block">The sections in this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>.</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="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier</th> <th class="colLast" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected </code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#PropertySet()">PropertySet</a></strong>()</code> <div class="block">Creates an empty (uninitialized) <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#PropertySet(byte[])">PropertySet</a></strong>(byte[]&nbsp;stream)</code> <div class="block">Creates a <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> instance from a byte array that represents a stream in the Horrible Property Set Format.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#PropertySet(byte[],%20int,%20int)">PropertySet</a></strong>(byte[]&nbsp;stream, int&nbsp;offset, int&nbsp;length)</code> <div class="block">Creates a <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> instance from a byte array that represents a stream in the Horrible Property Set Format.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#PropertySet(java.io.InputStream)">PropertySet</a></strong>(java.io.InputStream&nbsp;stream)</code> <div class="block">Creates a <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> instance from an <code>InputStream</code> in the Horrible Property Set Format.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;o)</code> <div class="block">Returns <code>true</code> if the <code>PropertySet</code> is equal to the specified parameter, else <code>false</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#getByteOrder()">getByteOrder</a></strong>()</code> <div class="block">Returns the property set stream's low-level "byte order" field.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#getClassID()">getClassID</a></strong>()</code> <div class="block">Returns the property set stream's low-level "class ID" field.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf">Section</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#getFirstSection()">getFirstSection</a></strong>()</code> <div class="block">Gets the <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>'s first section.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#getFormat()">getFormat</a></strong>()</code> <div class="block">Returns the property set stream's low-level "format" field.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#getOSVersion()">getOSVersion</a></strong>()</code> <div class="block">Returns the property set stream's low-level "OS version" field.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf">Property</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#getProperties()">getProperties</a></strong>()</code> <div class="block">Convenience method returning the <a href="../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf"><code>Property</code></a> array contained in this property set.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.lang.Object</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#getProperty(int)">getProperty</a></strong>(int&nbsp;id)</code> <div class="block">Convenience method returning the value of the property with the specified ID.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#getPropertyBooleanValue(int)">getPropertyBooleanValue</a></strong>(int&nbsp;id)</code> <div class="block">Convenience method returning the value of a boolean property with the specified ID.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#getPropertyIntValue(int)">getPropertyIntValue</a></strong>(int&nbsp;id)</code> <div class="block">Convenience method returning the value of the numeric property with the specified ID.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#getSectionCount()">getSectionCount</a></strong>()</code> <div class="block">Returns the number of <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>s in the property set.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf">Section</a>&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#getSections()">getSections</a></strong>()</code> <div class="block">Returns the <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>s in the property set.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf">Section</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#getSingleSection()">getSingleSection</a></strong>()</code> <div class="block">If the <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> has only a single section this method returns it.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#isDocumentSummaryInformation()">isDocumentSummaryInformation</a></strong>()</code> <div class="block">Checks whether this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> is a Document Summary Information.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#isPropertySetStream(byte[],%20int,%20int)">isPropertySetStream</a></strong>(byte[]&nbsp;src, int&nbsp;offset, int&nbsp;length)</code> <div class="block">Checks whether a byte array is in the Horrible Property Set Format.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#isPropertySetStream(java.io.InputStream)">isPropertySetStream</a></strong>(java.io.InputStream&nbsp;stream)</code> <div class="block">Checks whether an <code>InputStream</code> is in the Horrible Property Set Format.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#isSummaryInformation()">isSummaryInformation</a></strong>()</code> <div class="block">Checks whether this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> represents a Summary Information.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#toString()">toString</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/PropertySet.html#wasNull()">wasNull</a></strong>()</code> <div class="block">Checks whether the property which the last call to <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getPropertyIntValue(int)"><code>getPropertyIntValue(int)</code></a> or <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getProperty(int)"><code>getProperty(int)</code></a> tried to access was available or not.</div> </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, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="byteOrder"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>byteOrder</h4> <pre>protected&nbsp;int byteOrder</pre> <div class="block"><p>Specifies this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>'s byte order. See the HPFS documentation for details!</p></div> </li> </ul> <a name="format"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>format</h4> <pre>protected&nbsp;int format</pre> <div class="block"><p>Specifies this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>'s format. See the HPFS documentation for details!</p></div> </li> </ul> <a name="osVersion"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>osVersion</h4> <pre>protected&nbsp;int osVersion</pre> <div class="block"><p>Specifies the version of the operating system that created this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>. See the HPFS documentation for details!</p></div> </li> </ul> <a name="OS_WIN16"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>OS_WIN16</h4> <pre>public static final&nbsp;int OS_WIN16</pre> <div class="block"><p>If the OS version field holds this value the property set stream was created on a 16-bit Windows system.</p></div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.poi.hpsf.PropertySet.OS_WIN16">Constant Field Values</a></dd></dl> </li> </ul> <a name="OS_MACINTOSH"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>OS_MACINTOSH</h4> <pre>public static final&nbsp;int OS_MACINTOSH</pre> <div class="block"><p>If the OS version field holds this value the property set stream was created on a Macintosh system.</p></div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.poi.hpsf.PropertySet.OS_MACINTOSH">Constant Field Values</a></dd></dl> </li> </ul> <a name="OS_WIN32"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>OS_WIN32</h4> <pre>public static final&nbsp;int OS_WIN32</pre> <div class="block"><p>If the OS version field holds this value the property set stream was created on a 32-bit Windows system.</p></div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.poi.hpsf.PropertySet.OS_WIN32">Constant Field Values</a></dd></dl> </li> </ul> <a name="classID"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>classID</h4> <pre>protected&nbsp;<a href="../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a> classID</pre> <div class="block"><p>Specifies this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>'s "classID" field. See the HPFS documentation for details!</p></div> </li> </ul> <a name="sections"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>sections</h4> <pre>protected&nbsp;java.util.List&lt;<a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf">Section</a>&gt; sections</pre> <div class="block"><p>The sections in this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>.</p></div> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="PropertySet()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>PropertySet</h4> <pre>protected&nbsp;PropertySet()</pre> <div class="block"><p>Creates an empty (uninitialized) <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>.</p> <p><strong>Please note:</strong> For the time being this constructor is protected since it is used for internal purposes only, but expect it to become public once the property set's writing functionality is implemented.</p></div> </li> </ul> <a name="PropertySet(java.io.InputStream)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>PropertySet</h4> <pre>public&nbsp;PropertySet(java.io.InputStream&nbsp;stream) throws <a href="../../../../org/apache/poi/hpsf/NoPropertySetStreamException.html" title="class in org.apache.poi.hpsf">NoPropertySetStreamException</a>, <a href="../../../../org/apache/poi/hpsf/MarkUnsupportedException.html" title="class in org.apache.poi.hpsf">MarkUnsupportedException</a>, java.io.IOException, java.io.UnsupportedEncodingException</pre> <div class="block"><p>Creates a <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> instance from an <code>InputStream</code> in the Horrible Property Set Format.</p> <p>The constructor reads the first few bytes from the stream and determines whether it is really a property set stream. If it is, it parses the rest of the stream. If it is not, it resets the stream to its beginning in order to let other components mess around with the data and throws an exception.</p></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>stream</code> - Holds the data making out the property set stream.</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../org/apache/poi/hpsf/MarkUnsupportedException.html" title="class in org.apache.poi.hpsf">MarkUnsupportedException</a></code> - if the stream does not support the <code>InputStream.markSupported()</code> method.</dd> <dd><code>java.io.IOException</code> - if the <code>InputStream</code> cannot not be accessed as needed.</dd> <dd><code><a href="../../../../org/apache/poi/hpsf/NoPropertySetStreamException.html" title="class in org.apache.poi.hpsf">NoPropertySetStreamException</a></code> - if the input stream does not contain a property set.</dd> <dd><code>java.io.UnsupportedEncodingException</code> - if a character encoding is not supported.</dd></dl> </li> </ul> <a name="PropertySet(byte[], int, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>PropertySet</h4> <pre>public&nbsp;PropertySet(byte[]&nbsp;stream, int&nbsp;offset, int&nbsp;length) throws <a href="../../../../org/apache/poi/hpsf/NoPropertySetStreamException.html" title="class in org.apache.poi.hpsf">NoPropertySetStreamException</a>, java.io.UnsupportedEncodingException</pre> <div class="block"><p>Creates a <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> instance from a byte array that represents a stream in the Horrible Property Set Format.</p></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>stream</code> - The byte array holding the stream data.</dd><dd><code>offset</code> - The offset in <var>stream</var> where the stream data begin. If the stream data begin with the first byte in the array, the <var>offset</var> is 0.</dd><dd><code>length</code> - The length of the stream data.</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../org/apache/poi/hpsf/NoPropertySetStreamException.html" title="class in org.apache.poi.hpsf">NoPropertySetStreamException</a></code> - if the byte array is not a property set stream.</dd> <dd><code>java.io.UnsupportedEncodingException</code> - if the codepage is not supported.</dd></dl> </li> </ul> <a name="PropertySet(byte[])"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>PropertySet</h4> <pre>public&nbsp;PropertySet(byte[]&nbsp;stream) throws <a href="../../../../org/apache/poi/hpsf/NoPropertySetStreamException.html" title="class in org.apache.poi.hpsf">NoPropertySetStreamException</a>, java.io.UnsupportedEncodingException</pre> <div class="block"><p>Creates a <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> instance from a byte array that represents a stream in the Horrible Property Set Format.</p></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>stream</code> - The byte array holding the stream data. The complete byte array contents is the stream data.</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../org/apache/poi/hpsf/NoPropertySetStreamException.html" title="class in org.apache.poi.hpsf">NoPropertySetStreamException</a></code> - if the byte array is not a property set stream.</dd> <dd><code>java.io.UnsupportedEncodingException</code> - if the codepage is not supported.</dd></dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getByteOrder()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getByteOrder</h4> <pre>public&nbsp;int&nbsp;getByteOrder()</pre> <div class="block"><p>Returns the property set stream's low-level "byte order" field. It is always <tt>0xFFFE</tt> .</p></div> <dl><dt><span class="strong">Returns:</span></dt><dd>The property set stream's low-level "byte order" field.</dd></dl> </li> </ul> <a name="getFormat()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getFormat</h4> <pre>public&nbsp;int&nbsp;getFormat()</pre> <div class="block"><p>Returns the property set stream's low-level "format" field. It is always <tt>0x0000</tt> .</p></div> <dl><dt><span class="strong">Returns:</span></dt><dd>The property set stream's low-level "format" field.</dd></dl> </li> </ul> <a name="getOSVersion()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getOSVersion</h4> <pre>public&nbsp;int&nbsp;getOSVersion()</pre> <div class="block"><p>Returns the property set stream's low-level "OS version" field.</p></div> <dl><dt><span class="strong">Returns:</span></dt><dd>The property set stream's low-level "OS version" field.</dd></dl> </li> </ul> <a name="getClassID()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getClassID</h4> <pre>public&nbsp;<a href="../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a>&nbsp;getClassID()</pre> <div class="block"><p>Returns the property set stream's low-level "class ID" field.</p></div> <dl><dt><span class="strong">Returns:</span></dt><dd>The property set stream's low-level "class ID" field.</dd></dl> </li> </ul> <a name="getSectionCount()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSectionCount</h4> <pre>public&nbsp;int&nbsp;getSectionCount()</pre> <div class="block"><p>Returns the number of <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>s in the property set.</p></div> <dl><dt><span class="strong">Returns:</span></dt><dd>The number of <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>s in the property set.</dd></dl> </li> </ul> <a name="getSections()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSections</h4> <pre>public&nbsp;java.util.List&lt;<a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf">Section</a>&gt;&nbsp;getSections()</pre> <div class="block"><p>Returns the <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>s in the property set.</p></div> <dl><dt><span class="strong">Returns:</span></dt><dd>The <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>s in the property set.</dd></dl> </li> </ul> <a name="isPropertySetStream(java.io.InputStream)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isPropertySetStream</h4> <pre>public static&nbsp;boolean&nbsp;isPropertySetStream(java.io.InputStream&nbsp;stream) throws <a href="../../../../org/apache/poi/hpsf/MarkUnsupportedException.html" title="class in org.apache.poi.hpsf">MarkUnsupportedException</a>, java.io.IOException</pre> <div class="block"><p>Checks whether an <code>InputStream</code> is in the Horrible Property Set Format.</p></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>stream</code> - The <code>InputStream</code> to check. In order to perform the check, the method reads the first bytes from the stream. After reading, the stream is reset to the position it had before reading. The <code>InputStream</code> must support the <code>InputStream.mark(int)</code> method.</dd> <dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the stream is a property set stream, else <code>false</code>.</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../org/apache/poi/hpsf/MarkUnsupportedException.html" title="class in org.apache.poi.hpsf">MarkUnsupportedException</a></code> - if the <code>InputStream</code> does not support the <code>InputStream.mark(int)</code> method.</dd> <dd><code>java.io.IOException</code> - if an I/O error occurs</dd></dl> </li> </ul> <a name="isPropertySetStream(byte[], int, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isPropertySetStream</h4> <pre>public static&nbsp;boolean&nbsp;isPropertySetStream(byte[]&nbsp;src, int&nbsp;offset, int&nbsp;length)</pre> <div class="block"><p>Checks whether a byte array is in the Horrible Property Set Format.</p></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>src</code> - The byte array to check.</dd><dd><code>offset</code> - The offset in the byte array.</dd><dd><code>length</code> - The significant number of bytes in the byte array. Only this number of bytes will be checked.</dd> <dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the byte array is a property set stream, <code>false</code> if not.</dd></dl> </li> </ul> <a name="isSummaryInformation()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isSummaryInformation</h4> <pre>public&nbsp;boolean&nbsp;isSummaryInformation()</pre> <div class="block"><p>Checks whether this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> represents a Summary Information.</p></div> <dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> represents a Summary Information, else <code>false</code>.</dd></dl> </li> </ul> <a name="isDocumentSummaryInformation()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isDocumentSummaryInformation</h4> <pre>public&nbsp;boolean&nbsp;isDocumentSummaryInformation()</pre> <div class="block"><p>Checks whether this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> is a Document Summary Information.</p></div> <dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> represents a Document Summary Information, else <code>false</code>.</dd></dl> </li> </ul> <a name="getProperties()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getProperties</h4> <pre>public&nbsp;<a href="../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf">Property</a>[]&nbsp;getProperties() throws <a href="../../../../org/apache/poi/hpsf/NoSingleSectionException.html" title="class in org.apache.poi.hpsf">NoSingleSectionException</a></pre> <div class="block"><p>Convenience method returning the <a href="../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf"><code>Property</code></a> array contained in this property set. It is a shortcut for getting the <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>'s <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>s list and then getting the <a href="../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf"><code>Property</code></a> array from the first <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>.</p></div> <dl><dt><span class="strong">Returns:</span></dt><dd>The properties of the only <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a> of this <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>.</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../org/apache/poi/hpsf/NoSingleSectionException.html" title="class in org.apache.poi.hpsf">NoSingleSectionException</a></code> - if the <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> has more or less than one <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>.</dd></dl> </li> </ul> <a name="getProperty(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getProperty</h4> <pre>protected&nbsp;java.lang.Object&nbsp;getProperty(int&nbsp;id) throws <a href="../../../../org/apache/poi/hpsf/NoSingleSectionException.html" title="class in org.apache.poi.hpsf">NoSingleSectionException</a></pre> <div class="block"><p>Convenience method returning the value of the property with the specified ID. If the property is not available, <code>null</code> is returned and a subsequent call to <a href="../../../../org/apache/poi/hpsf/PropertySet.html#wasNull()"><code>wasNull()</code></a> will return <code>true</code> .</p></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - The property ID</dd> <dt><span class="strong">Returns:</span></dt><dd>The property value</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../org/apache/poi/hpsf/NoSingleSectionException.html" title="class in org.apache.poi.hpsf">NoSingleSectionException</a></code> - if the <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> has more or less than one <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>.</dd></dl> </li> </ul> <a name="getPropertyBooleanValue(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPropertyBooleanValue</h4> <pre>protected&nbsp;boolean&nbsp;getPropertyBooleanValue(int&nbsp;id) throws <a href="../../../../org/apache/poi/hpsf/NoSingleSectionException.html" title="class in org.apache.poi.hpsf">NoSingleSectionException</a></pre> <div class="block"><p>Convenience method returning the value of a boolean property with the specified ID. If the property is not available, <code>false</code> is returned. A subsequent call to <a href="../../../../org/apache/poi/hpsf/PropertySet.html#wasNull()"><code>wasNull()</code></a> will return <code>true</code> to let the caller distinguish that case from a real property value of <code>false</code>.</p></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - The property ID</dd> <dt><span class="strong">Returns:</span></dt><dd>The property value</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../org/apache/poi/hpsf/NoSingleSectionException.html" title="class in org.apache.poi.hpsf">NoSingleSectionException</a></code> - if the <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> has more or less than one <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>.</dd></dl> </li> </ul> <a name="getPropertyIntValue(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPropertyIntValue</h4> <pre>protected&nbsp;int&nbsp;getPropertyIntValue(int&nbsp;id) throws <a href="../../../../org/apache/poi/hpsf/NoSingleSectionException.html" title="class in org.apache.poi.hpsf">NoSingleSectionException</a></pre> <div class="block"><p>Convenience method returning the value of the numeric property with the specified ID. If the property is not available, 0 is returned. A subsequent call to <a href="../../../../org/apache/poi/hpsf/PropertySet.html#wasNull()"><code>wasNull()</code></a> will return <code>true</code> to let the caller distinguish that case from a real property value of 0.</p></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - The property ID</dd> <dt><span class="strong">Returns:</span></dt><dd>The propertyIntValue value</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../org/apache/poi/hpsf/NoSingleSectionException.html" title="class in org.apache.poi.hpsf">NoSingleSectionException</a></code> - if the <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> has more or less than one <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>.</dd></dl> </li> </ul> <a name="wasNull()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>wasNull</h4> <pre>public&nbsp;boolean&nbsp;wasNull() throws <a href="../../../../org/apache/poi/hpsf/NoSingleSectionException.html" title="class in org.apache.poi.hpsf">NoSingleSectionException</a></pre> <div class="block"><p>Checks whether the property which the last call to <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getPropertyIntValue(int)"><code>getPropertyIntValue(int)</code></a> or <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getProperty(int)"><code>getProperty(int)</code></a> tried to access was available or not. This information might be important for callers of <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getPropertyIntValue(int)"><code>getPropertyIntValue(int)</code></a> since the latter returns 0 if the property does not exist. Using <a href="../../../../org/apache/poi/hpsf/PropertySet.html#wasNull()"><code>wasNull()</code></a>, the caller can distiguish this case from a property's real value of 0.</p></div> <dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the last call to <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getPropertyIntValue(int)"><code>getPropertyIntValue(int)</code></a> or <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getProperty(int)"><code>getProperty(int)</code></a> tried to access a property that was not available, else <code>false</code>.</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../org/apache/poi/hpsf/NoSingleSectionException.html" title="class in org.apache.poi.hpsf">NoSingleSectionException</a></code> - if the <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> has more than one <a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf"><code>Section</code></a>.</dd></dl> </li> </ul> <a name="getFirstSection()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getFirstSection</h4> <pre>public&nbsp;<a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf">Section</a>&nbsp;getFirstSection()</pre> <div class="block"><p>Gets the <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>'s first section.</p></div> <dl><dt><span class="strong">Returns:</span></dt><dd>The <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>'s first section.</dd></dl> </li> </ul> <a name="getSingleSection()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSingleSection</h4> <pre>public&nbsp;<a href="../../../../org/apache/poi/hpsf/Section.html" title="class in org.apache.poi.hpsf">Section</a>&nbsp;getSingleSection()</pre> <div class="block"><p>If the <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> has only a single section this method returns it.</p></div> <dl><dt><span class="strong">Returns:</span></dt><dd>The singleSection value</dd></dl> </li> </ul> <a name="equals(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equals</h4> <pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;o)</pre> <div class="block"><p>Returns <code>true</code> if the <code>PropertySet</code> is equal to the specified parameter, else <code>false</code>.</p></div> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>o</code> - the object to compare this <code>PropertySet</code> with</dd> <dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the objects are equal, <code>false</code> if not</dd></dl> </li> </ul> <a name="hashCode()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hashCode</h4> <pre>public&nbsp;int&nbsp;hashCode()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> <dt><span class="strong">See Also:</span></dt><dd><code>Object.hashCode()</code></dd></dl> </li> </ul> <a name="toString()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> <dt><span class="strong">See Also:</span></dt><dd><code>Object.toString()</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/PropertySet.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/poi/hpsf/PropertySetFactory.html" title="class in org.apache.poi.hpsf"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/poi/hpsf/PropertySet.html" target="_top">Frames</a></li> <li><a href="PropertySet.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright 2015 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
misuqian/ExcelTool
eclipse/poi-3.12/docs/apidocs/org/apache/poi/hpsf/PropertySet.html
HTML
mit
53,194
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >mat_new_transpose</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" TITLE="LIBIT Documentation" HREF="index.html"><LINK REL="UP" HREF="refmanual.html"><LINK REL="PREVIOUS" TITLE="cmat_new_set" HREF="man.cmat-new-set.html"><LINK REL="NEXT" TITLE="imat_new_transpose" HREF="man.imat-new-transpose.html"></HEAD ><BODY CLASS="REFENTRY" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#840084" ALINK="#0000FF" ><DIV CLASS="NAVHEADER" ><TABLE SUMMARY="Header navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TH COLSPAN="3" ALIGN="center" >LIBIT Documentation</TH ></TR ><TR ><TD WIDTH="10%" ALIGN="left" VALIGN="bottom" ><A HREF="man.cmat-new-set.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="80%" ALIGN="center" VALIGN="bottom" ></TD ><TD WIDTH="10%" ALIGN="right" VALIGN="bottom" ><A HREF="man.imat-new-transpose.html" ACCESSKEY="N" >Next</A ></TD ></TR ></TABLE ><HR ALIGN="LEFT" WIDTH="100%"></DIV ><H1 ><A NAME="MAN.MAT-NEW-TRANSPOSE" ></A >mat_new_transpose</H1 ><DIV CLASS="REFNAMEDIV" ><A NAME="AEN5544" ></A ><H2 >Name</H2 >mat_new_transpose&nbsp;--&nbsp;Return the transpose of a matrix</DIV ><DIV CLASS="REFSYNOPSISDIV" ><A NAME="AEN5547" ></A ><H2 >Synopsis</H2 ><DIV CLASS="FUNCSYNOPSIS" ><P ></P ><A NAME="AEN5548" ></A ><PRE CLASS="FUNCSYNOPSISINFO" >#include &lt;it/mat.h&gt; </PRE ><P ><CODE ><CODE CLASS="FUNCDEF" >mat mat_new_transpose</CODE >( mat m );</CODE ></P ><P ></P ></DIV ></DIV ><H2 >DESCRIPTION</H2 ><P > The function <CODE CLASS="FUNCTION" >mat_new_transpose</CODE > return a matrix which is the transpose of the matrix <CODE CLASS="PARAMETER" >m</CODE >, i.e. the matrix such that the rows and the columns are inverted. </P ><H2 >RETURN VALUE</H2 ><P > The transposed matrix </P ><H2 >EXAMPLE</H2 ><PRE CLASS="PROGRAMLISTING" >&#13;#include &lt;mat.h&gt; ... mat m = mat_new_string ("[[1 2 3][4 5 6]]"); /* m = [[1 2 3] [4 5 6]] */ mat t = mat_new_transpose (m); /* t = [[1 4] [2 5]] */ [3 6]] */</PRE ><DIV CLASS="NAVFOOTER" ><HR ALIGN="LEFT" WIDTH="100%"><TABLE SUMMARY="Footer navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" ><A HREF="man.cmat-new-set.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="index.html" ACCESSKEY="H" >Home</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" ><A HREF="man.imat-new-transpose.html" ACCESSKEY="N" >Next</A ></TD ></TR ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" >cmat_new_set</TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="refmanual.html" ACCESSKEY="U" >Up</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" >imat_new_transpose</TD ></TR ></TABLE ></DIV ></BODY ></HTML >
xiao00li/Undergraduate_Dissertation
libit-0.2.3/doc/html/man.mat-new-transpose.html
HTML
mit
3,103
<!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_35) on Sun Sep 23 19:56:07 CDT 2012 --> <TITLE> org.libjpegturbo.turbojpeg Class Hierarchy </TITLE> <META NAME="date" CONTENT="2012-09-23"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.libjpegturbo.turbojpeg Class Hierarchy"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../org/libjpegturbo/turbojpeg/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?org/libjpegturbo/turbojpeg/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> Hierarchy For Package org.libjpegturbo.turbojpeg </H2> </CENTER> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.Object<UL> <LI TYPE="circle">java.awt.geom.RectangularShape (implements java.lang.Cloneable, java.awt.Shape) <UL> <LI TYPE="circle">java.awt.geom.Rectangle2D<UL> <LI TYPE="circle">java.awt.Rectangle (implements java.io.Serializable, java.awt.Shape) <UL> <LI TYPE="circle">org.libjpegturbo.turbojpeg.<A HREF="../../../org/libjpegturbo/turbojpeg/TJTransform.html" title="class in org.libjpegturbo.turbojpeg"><B>TJTransform</B></A></UL> </UL> </UL> <LI TYPE="circle">org.libjpegturbo.turbojpeg.<A HREF="../../../org/libjpegturbo/turbojpeg/TJ.html" title="class in org.libjpegturbo.turbojpeg"><B>TJ</B></A><LI TYPE="circle">org.libjpegturbo.turbojpeg.<A HREF="../../../org/libjpegturbo/turbojpeg/TJCompressor.html" title="class in org.libjpegturbo.turbojpeg"><B>TJCompressor</B></A><LI TYPE="circle">org.libjpegturbo.turbojpeg.<A HREF="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html" title="class in org.libjpegturbo.turbojpeg"><B>TJDecompressor</B></A><UL> <LI TYPE="circle">org.libjpegturbo.turbojpeg.<A HREF="../../../org/libjpegturbo/turbojpeg/TJTransformer.html" title="class in org.libjpegturbo.turbojpeg"><B>TJTransformer</B></A></UL> <LI TYPE="circle">org.libjpegturbo.turbojpeg.<A HREF="../../../org/libjpegturbo/turbojpeg/TJScalingFactor.html" title="class in org.libjpegturbo.turbojpeg"><B>TJScalingFactor</B></A></UL> </UL> <H2> Interface Hierarchy </H2> <UL> <LI TYPE="circle">org.libjpegturbo.turbojpeg.<A HREF="../../../org/libjpegturbo/turbojpeg/TJCustomFilter.html" title="interface in org.libjpegturbo.turbojpeg"><B>TJCustomFilter</B></A></UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../org/libjpegturbo/turbojpeg/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?org/libjpegturbo/turbojpeg/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> </BODY> </HTML>
bluegum/PegDF
pkgs/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/package-tree.html
HTML
mit
6,573
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=big5"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01929/0192944110800.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:16:35 GMT --> <head><title>ªk½s¸¹:01929 ª©¥»:044110800</title> <link rel="stylesheet" type="text/css" href="../../version.css" > </HEAD> <body><left> <table><tr><td><FONT COLOR=blue SIZE=5>µØ¹´¦^°ê§ë¸ê±ø¨Ò(01929)</font> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <tr><td align=left valign=top> <a href=0192944110800.html target=law01929><nobr><font size=2>¤¤µØ¥Á°ê 44 ¦~ 11 ¤ë 8 ¤é</font></nobr></a> </td> <td valign=top><font size=2>¨î©w22±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 44 ¦~ 11 ¤ë 19 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top> <a href=0192949031800.html target=law01929><nobr><font size=2>¤¤µØ¥Á°ê 49 ¦~ 3 ¤ë 18 ¤é</font></nobr></a> </td> <td valign=top><font size=2>­×¥¿¥þ¤å23±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 49 ¦~ 3 ¤ë 26 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top> <a href=0192956122200.html target=law01929><nobr><font size=2>¤¤µØ¥Á°ê 56 ¦~ 12 ¤ë 22 ¤é</font></nobr></a> </td> <td valign=top><font size=2>­×¥¿²Ä17±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 57 ¦~ 1 ¤ë 8 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top> <a href=0192968070600.html target=law01929><nobr><font size=2>¤¤µØ¥Á°ê 68 ¦~ 7 ¤ë 6 ¤é</font></nobr></a> </td> <td valign=top><font size=2>­×¥¿¥þ¤å25±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 68 ¦~ 7 ¤ë 18 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top> <a href=0192969041500.html target=law01929><nobr><font size=2>¤¤µØ¥Á°ê 69 ¦~ 4 ¤ë 15 ¤é</font></nobr></a> </td> <td valign=top><font size=2>­×¥¿²Ä18±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 69 ¦~ 5 ¤ë 9 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top> <a href=0192972042900.html target=law01929><nobr><font size=2>¤¤µØ¥Á°ê 72 ¦~ 4 ¤ë 29 ¤é</font></nobr></a> </td> <td valign=top><font size=2>­×¥¿²Ä15, 18±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 72 ¦~ 5 ¤ë 11 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top> <a href=0192975052300.html target=law01929><nobr><font size=2>¤¤µØ¥Á°ê 75 ¦~ 5 ¤ë 23 ¤é</font></nobr></a> </td> <td valign=top><font size=2>­×¥¿²Ä3, 12, 13, 17, 18±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 75 ¦~ 6 ¤ë 2 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top> <a href=0192978050900.html target=law01929><nobr><font size=2>¤¤µØ¥Á°ê 78 ¦~ 5 ¤ë 9 ¤é</font></nobr></a> </td> <td valign=top><font size=2>­×¥¿²Ä3, 5, 7, 9, 10, 13, 14±ø<br> §R°£²Ä17, 19±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 78 ¦~ 5 ¤ë 26 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top> <a href=0192986103000.html target=law01929><nobr><font size=2>¤¤µØ¥Á°ê 86 ¦~ 10 ¤ë 30 ¤é</font></nobr></a> </td> <td valign=top><font size=2>­×¥¿¥þ¤å21±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 86 ¦~ 11 ¤ë 19 ¤é¤½¥¬</font></nobr></td> </table></table></table></table> <p><table><tr><td><font color=blue size=4>¥Á°ê44¦~11¤ë8¤é(«D²{¦æ±ø¤å)</font></td> <td><a href=http://lis.ly.gov.tw/lgcgi/lglawproc?0192944110800 target=proc><font size=2>¥ßªk¬ö¿ý</font></a></td> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤@±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@µØ¹´¦^°ê§ë¸ê¤§¹ªÀy«O»Ù¤Î³B²z¡A¨Ì¥»±ø¨Ò¤§³W©w¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤G±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@µØ¹´¨Ì¥»±ø¨Ò¤§³W©w¦^°ê§ë¸êªÌ¡AºÙ¬°§ë¸ê¤H¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤T±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥»±ø¨Ò©ÒºÙ§ë¸ê¨ä¥X¸ê¤§ºØÃþ¦p¥ª¡G<br> ¡@¡@¤@¡B¥Ñ°ê¥~¿é¤J¤§¥~°ê¶U¹ô©Î¥~¶×ºc¦¨¤§²{ª÷¡C<br> ¡@¡@¤G¡B¥Ñ°ê¥~¿é¤J°ê¤º©Ò»Ý¤§¾÷¾¹©Î¨ä¥Lª«¸ê¡C<br> ¡@¡@¤T¡B±Mªù§Þ³N©Î±M§QÅv¡C<br> ¡@¡@¥|¡B¸g®Ö­ãµ²¥I¥~¶×¤§§ë¸ê¥»ª÷²b§Q´F®§©Î¨ä¥L¦¬¯q¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¥|±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥»±ø¨Ò©ÒºÙ§ë¸ê¨ä¤è¦¡¦p¥ª¡G<br> ¡@¡@¤@¡B³æ¿W©ÎÁp¦X¥X¸ê¡A©Î»P¬F©²°ê¤º¤H¥Á©Îªk¤H©Î¥~°ê¤H©Î¥~°êªk¤H¦@¦P¥X¸êÁ|¿ì¨Æ·~¡A©Î¼W¥[¸ê¥»ÂX®i­ì¦³¨Æ·~¡C<br> ¡@¡@¤G¡B¹ï©ó­ì¦³¨Æ·~¤§ªÑ¥÷©Î¤½¥q¶Å¤§ÁʶR¡A©Î¬°²{ª÷¾÷¾¹©Î¨ä¥Lª«¸ê¤§­É¶U¡C<br> ¡@¡@¤T¡B¨Ñµ¹±Mªù§Þ³N©Î±M§QÅv»P¬F©²°ê¤º¤H¥Á©Îªk¤H¦X§@¸gÀç¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤­±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥»±ø¨Ò©ÒºÙ§ë¸ê¡A¥H¦X©ó¥ª¦C³W©w¤§¤@ªÌ¬°­­¡G<br> ¡@¡@¤@¡B§ë¸ê¤§¨Æ·~¡A¬°°ê¤º©Ò»Ý­n¤§¥Í²£©Î»s³y¨Æ·~ªÌ¡C<br> ¡@¡@¤G¡B§ë¸ê¤§¨Æ·~¡A¦³¥~¾P¤§¥«³õªÌ¡C<br> ¡@¡@¤T¡«§ë¸ê¤§¦æ¬°¦³§U©ó­«­n¤u·~¡A©Î¤½¥Î¨Æ·~¤§µo®i¡A©Î§Þ³N¤§§ï¶iªÌ¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤»±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@µØ¹´¨Ì¥»±ø¨Ò©Ò¬°¤§§ë¸ê¨Æ¥ó¡A¥H¸gÀÙ³¡¬°¥DºÞ¾÷Ãö¡A¼fijµØ¹´¥Ó½Ð§ë¸ê¨Æ¥ó¡A³]¼fij©e­û·|¡A¥Ñ¸gÀÙ³¡¡B¹´°È©e­û·|¡B°]¬F³¡¡B¥æ³q³¡µ¥¾÷Ãö¤§­ºªø©Î¨ä«ü¬£¤§¥Nªí²Õ´¤§¡A¥H¸gÀÙ³¡³¡ªø¬°¥D¥ô©e­û¡A¼fij©e­û·|²Õ´³Wµ{¤Î¼fijµ{§Ç¡A¥Ñ¦æ¬F°|¥t­q¤§¡C<br> ¡@¡@¼fij©e­û·|¹ï¥Ó½Ð¨Æ¥ó¤§¼fij¡A¥H·|ij¦æ¤§¡A¨Ã¥H¦h¼Æ©e­û¤§¦P·N¨Mij¤§¡A¦ý¸gÀÙ³¡©Î¨Æ·~¥DºÞ¾÷Ãö©ó¦h¼Æ©e­û¦P·N«á¡A¤´¦³²§Ä³®É¡AÀ³§e½Ð¦æ¬F°|¨M©w¤§¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤C±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@µØ¹´¨Ì¥»±ø¨Ò§ë¸êªÌ¡AÀ³¶ñ¨ã¥Ó½Ð®ÑÀ˪þ§ë¸ê­p¹º¤Î¦³ÃöÃÒ¥ó¡A¦V¸gÀÙ³¡¥Ó½Ð®Ö­ã¡A¥Ó½Ð®Ñ®æ¦¡¥Ñ¸gÀÙ³¡©w¤§¡A§ë¸ê¤§¨Æ·~¨Ì¨ä¥Lªk«ß¥t¦V¦³Ãö¥DºÞ¾÷Ãö¿ì²z³W©w¤âÄòªÌ¡A¥Ñ¸gÀÙ³¡®ÖÂà¦U¸Ó¥DºÞ¾÷Ãö®Ö¿ì¤§¡C<br> ¡@¡@µØ¹´¨Ì¥»±ø¨Ò§ë¸êªÌ¡A¨Ã±o¦V¹´°È©e­û·|¥Ó½Ð®ÖÂà¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤K±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@§ë¸ê¤H¨Ì®Ö­ã¤§§ë¸ê­p¹º¹ê¦æ§ë¸ê«á¡AÀ³±N¹ê¦æ§ë¸ê±¡§Î¡A³ø½Ð¸gÀÙ³¡¬d®Ö¡A§ë¸ê¸g®Ö­ã«á¹O¤»­Ó¤ë©|¥¼¨Ì¨ä§ë¸ê­p¹º¶}©l¹ê¦æ§ë¸êªÌ¡A¸gÀÙ³¡±oºM¾P¨ä®Ö­ã¡C<br> ¡@¡@«e¶µ©Ò©w´Á­­¡A¦p¦³¥¿·í¨Æ¥Ñ¡A§ë¸ê¤H±o¥Ó½Ð¸gÀÙ³¡®Ö­ã¤©¥H©µ®i¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤E±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@§ë¸ê¤H²¾Âà¨ä§ë¸ê©ó¥»±ø¨Ò²Ä¤­±ø©Ò³W©w¤§¨ä¥L¨Æ·~®É¡AÀ³¥Ñ§ë¸ê¤H¦V¸gÀÙ³¡¬°ºM¾P­ì§ë¸ê¤Î®Ö­ã·s§ë¸ê¤§¥Ó½Ð¡C<br> ¡@¡@§ë¸ê¤HÂàÅý¨ä§ë¸ê»P¨ä¦aµØ¹´©Î¥~°ê¤H®É¡AÀ³¥ÑÂàÅý¤H¤Î¨üÅý¤H¤À§O¦V¸gÀÙ³¡¬°®Ö­ãÂàÅý¤Î¨üÅý¤§¥Ó½Ð¡C<br> ¡@¡@¥~°ê¤H¨üÅý¥Ó½Ð¤§®Ö­ã¡AÀ³¨Ì¥~°ê¤H§ë¸ê±ø¨Ò¤§³W©w³B²z¤§¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@§ë¸ê¤H¦³¨Ì¥»±ø¨Ò¥Ó½Ðµ²¶×¤§Åv§Q¡A¦¹¶µÅv§Q¤£±oÂàÅý¡A¦ý§ë¸ê¤H¤§¦XªkÄ~©Ó¤H©Î¨üÅý¨ä§ë¸ê¤§¨ä¥LµØ¹´©Î¥~°ê¤H¤£¦b¦¹­­¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤@±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@§ë¸ê¤H§ë¸ê¨C¦~©Ò±o¤§²b§Q©Î´F®§¡A±o¨Ì¨ä§ë¸ê¥»ª÷Á`ÃB¦Ê¤À¤§¤Q¤­¥Ó½Ðµ²¶×¡A¨ä¥H±Mªù§Þ³N©Î±M§QÅv¤§¦¬¯q¥Ó½Ðµ²¶×ªÌ¡A¨äª÷ÃB¥Ñ¸gÀÙ³¡©ó¼f®Ö§ë¸ê®É¤@¨Ö®Ö©w¤§¡C<br> ¡@¡@§ë¸ê¤H©ó§ë¸êº¡¨â¦~«á¡A¨C¦~«×±o¥H¨ä§ë¸ê¥»ª÷Á`ÃB¦Ê¤À¤§¤Q¤­¥Ó½Ðµ²¶×¡C<br> ¡@¡@«e¨â¶µ©Ò³W©w¦Ê¤À¤§¤Q¤­¤§µ²¶×¡A±o¥Ñ¥DºÞ¾÷Ãö·r°u¨C¦~¥Ó½Ðµ²¶×®É¤§±¡§Î¡A§e³ø¦æ¬F°|®Ö­ã´£°ª¤§¡C<br> ¡@¡@§ë¸ê¤H¥H¨ä¤½¥q¶Å¤Î­É¶U¥»ª÷¥Ó½Ðµ²¶×®É¡A±q¨ä®Ö­ã¤§¬ù©w¡C<br> ¡@¡@¥H²Ä¤T±ø²Ä¤G´Ú©Ò«ü¤§¾÷¾¹©Î¨ä¥Lª«¸ê§ë¸êªÌ¡A¨ä§ë¸êÁ`ÃB¥H¸gÀÙ³¡»P§ë¸ê¤H·|¦P¼f©w¤§»ù®æ¬°¼Ð·Ç¡C<br> ¡@¡@¦]§ë¸ê¦Ó¿é¤J¤§¾÷¾¹¤Î¨ä¥Lª«¸ê¡A©Òú¯Ç¤§¶i¤f®½µ|¡A±o¦X¨Ö­p¤J§ë¸êÁ`ÃB¡C<br> ¡@¡@§ë¸êÁ`ÃB¦³¼W´î®É¡A¥H§ë¸ê¤H©ó¥Ó½Ðµ²¶×®É©Ò¦³¤§§ë¸êÁ`ÃB¬°·Ç¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤G±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@§ë¸ê¤H¥H²b§Q¥Ó½Ðµ²¶×®É¡AÀ³©óµ|°È¾÷Ãö®Ö©wµ|ÃB«á¤§¤@­Ó¤ë¤ºÀ˦Pµ|°È¾÷Ãö®Ö©w¤§µ|³æ¸ê²£­t¶Åªí¡A·l¯q­pºâ®Ñ¡A°e½Ð¸gÀÙ³¡¼f®Ö¤§¡A¨ä©Ò§ë¸ê¤§¨Æ·~¦p¬°¤½¥q®É¡A¨ÃÀ³¥[°eªÑªF·|¤À°t¬Õ¾l¤§¨Mij¬ö¿ý¡C<br> ¡@¡@§ë¸ê¤H¥H´F®§©Î§ë¸ê¥»ª÷¥Ó½Ðµ²¶×®É¡AÀ³©ó¦¸¦~¤»¤ë©³«e¡AÀ˦PÃÒ¥ó¡A°e½Ð¸gÀÙ³¡¼f®Ö¤§¡C<br> ¡@¡@§ë¸ê¤H¥H±Mªù§Þ³N©Î±M§QÅv¤§¦¬¯q¡A¥Ó½Ðµ²¶×®É¡AÀ³«ö®Ö©w´Á¶¡À˦PÃÒ¥ó¡A°e½Ð¸gÀÙ³¡¼f®Ö¤§¡C<br> ¡@¡@§ë¸ê¤H¬°·~°È»Ý­n¡AÄ@±N¨Ì«e±ø©Ò±o¤§¥Ó½Ðµ²¶×¤§¸êª÷¯d¨Ñ¶gÂà®É¡A±o©ó¥»±ø²Ä¤@¶µ¤Î²Ä¤G¶µ³W©w¤§´Á­­¤º¡AÀ˦P¥Ó½Ðµ²¶×À³¦³¤§ÃÒ¥ó¡A¦V¸gÀÙ³¡¥Ó½Ð®Ö­ã®i´Á¦Ü¦¸¦~«×²Ö¿nµ²¶×¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤T±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@§ë¸ê¤H³æ¿W©ÎÁp¦X¥X¸êÁ|¿ì¤§¨Æ·~©Î»P¬F©²°ê¤º¤H¥Á©Îªk¤H©Î¥~°ê¤H©Î¥~°êªk¤H¦@¦P¥X¸êÁ|¿ì¤§¨Æ·~¡A¨ä§ë¸ê©Î»P¥~°ê¤H©Î¥~°êªk¤H¦@¦P¤§¥X¸ê¦û¸ê¥»Á`ÃB¦Ê¤À¤§¤­¤Q¤@¥H¤WªÌ¡A¦b¶}·~«á¤Q¦~¤º¡A©ó§ë¸ê¤HÄ~Äò«O«ù¨ä§ë¸ê¤§®É´Á¤¤¡A¤£¤©©º¥Î©Î¦¬ÁÊ¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¥|±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@§ë¸ê¤H©Ò§ë¸ê¤§¨Æ·~¥þ³¡©Î¤@³¡¬°¬F©²¨Ìªk©º¥Î©Î¦¬ÁÊ¡A¦Ó§ë¸ê¤HÀÀ±N¨ä©Ò±o¸ÉÀv©Î»ù´Úµ²¶×®É¡AÀ³À˦PÃÒ¥ó¡A°e½Ð¸gÀÙ³¡®ÖÂà¦æ¬F°|¼f©w«á­ã¤©¥Ó½Ðµ²¶×¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤­±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¨Ì¥»±ø¨Ò¤§³W©w¥Ó½Ðµ²¶×®É¡AÀ³¨Ì¥Ó½Ðµ²¶×®É¶×²v®Ö­ãµ²¶×¡A¦ý¨ä¶×²vºØÃþÀ³¨Ì§ë¸ê®É¤§¶×²vºØÃþ¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤»±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@§ë¸ê¤H¨Ì¤½¥qªk¤Î¨ä¥L¦³Ãöªk«ß²Õ³]¤½¥qªÌ¡A±o¤£¨ü¤½¥qªk²Ä¤@¦Ê¹s¤­±ø²Ä¤@¶µ¡A²Ä¤@¦Ê¤G¤Q¤»±ø¡A²Ä¤@¦Ê¤K¤Q¥|±ø¡A²Ä¤@¦Ê¤E¤Q¤T±ø²Ä¤G¶µ¤Î²Ä¤G¦Ê±øÃö©ó°ê¤º¦í©Ò¤§­­¨î¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤C±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@§ë¸ê¤H©ó¥Ó½Ð§ë¸ê®É¡AÁn©ú©ñ±óµ²¶×Åv§QªÌ¡A±o¸gÀ祻±ø¨Ò²Ä¤­±ø³W©w¥H¥~¤§¨ä¥L¨Æ·~¡A¨Ã¤£¨ü²Ä¤E±ø¤§­­¨î¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤K±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@§ë¸ê¤H¨Ì¥»±ø¨Ò©Ò§ë¸êÁ|¿ì¤§¨Æ·~¡A¦X©ó©Ò±oµ|ªk³W©w¤§¼úÀy¼Ð·ÇªÌ¡A±o¨É¨ü´î¼x©Î§K©ºÀç§Q¨Æ·~©Ò±oµ|¤§«Ý¹J¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤E±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥»±ø¨Ò¬I¦æ«e¨Ì·Ó¹ªÀyµØ¹´¤Î®È©~´ä¿D¤H¤h¨Ó»OÁ|¿ì¥Í²£¨Æ·~¿ìªk¡A¦Û³Æ¥~¶×¿é¤Jª«¸ê¨Ó»OÁ|¿ì¥Í²£¨Æ·~¿ìªk¡A¤ÎµØ¹´¦^°ê§ë¸ê¿ìªk¡A¨Ó»O§ë¸ê¤§µØ¹´¤Î¨ä©ÒÁ|¿ì¤§¨Æ·~¡A¾A¥Î¥»±ø¨Ò¤§³W©w¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤G¤Q±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¬°»²¾ÉµØ¹´¦^°ê§ë¸ê³]»²¾É©e­û·|¡A¨ä²Õ´³Wµ{¥Ñ¦æ¬F°|¥t­q¤§¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤G¤Q¤@±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@§ë¸ê¤H¹ï©ó¥»±ø¨Ò²Ä¤C±ø¡A²Ä¤E±ø¡A²Ä¤Q¤G±ø¤Î²Ä¤Q¥|±ø©Ò³W©w¤§¤å¥ó¦³µê°°¤§±¡¨ÆªÌ¡A³B¤G¦~¥H¤U¦³´Á®{¦D¡A©ë§Ð©Î¤T¤d¤¸¥H¤U»@ª÷¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤G¤Q¤G±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥»±ø¨Ò¦Û¤½¥¬¤é¬I¦æ¡C<br> </td> </table> </table> </table> </left> </body> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01929/0192944110800.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:16:35 GMT --> </html>
g0v/laweasyread-data
rawdata/lawstat/version2/01929/0192944110800.html
HTML
mit
11,859
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>jQuery tablesorter 2.0 - jQuery UITheme Widget (Bootstrap v2.x)</title> <!-- jQuery --> <script src="js/jquery-1.4.4.min.js"></script> <!-- Demo stuff --> <link rel="stylesheet" href="css/jq.css"> <link rel="stylesheet" href="css/bootstrap-v2.min.css"> <link href="css/prettify.css" rel="stylesheet"> <script src="js/prettify.js"></script> <script src="js/docs.js"></script> <!-- Tablesorter: required for bootstrap --> <link rel="stylesheet" href="../css/theme.bootstrap_2.css"> <script src="../js/jquery.tablesorter.js"></script> <script src="../js/jquery.tablesorter.widgets.js"></script> <!-- Tablesorter: optional --> <link rel="stylesheet" href="../addons/pager/jquery.tablesorter.pager.css"> <script src="../addons/pager/jquery.tablesorter.pager.js"></script> <script id="js">$(function() { // NOTE: $.tablesorter.theme.bootstrap is ALREADY INCLUDED in the jquery.tablesorter.widgets.js // file for Bootstrap v3.x; it is included here to show how you can modify the default classes // for version 2.x (the iconSortAsc & iconSortDesc use different classes) $.tablesorter.themes.bootstrap = { // these classes are added to the table. To see other table classes available, // look here: http://getbootstrap.com/css/#tables table : 'table table-bordered table-striped', caption : 'caption', // header class names header : 'bootstrap-header', // give the header a gradient background (theme.bootstrap_2.css) sortNone : '', sortAsc : '', sortDesc : '', active : '', // applied when column is sorted hover : '', // custom css required - a defined bootstrap style may not override other classes // icon class names icons : '', // add "icon-white" to make them white; this icon class is added to the <i> in the header iconSortNone : 'bootstrap-icon-unsorted', // class name added to icon when column is not sorted iconSortAsc : 'icon-chevron-up', // class name added to icon when column has ascending sort iconSortDesc : 'icon-chevron-down', // class name added to icon when column has descending sort filterRow : '', // filter row class footerRow : '', footerCells : '', even : '', // even row zebra striping odd : '' // odd row zebra striping }; // call the tablesorter plugin and apply the uitheme widget $("table").tablesorter({ // this will apply the bootstrap theme if "uitheme" widget is included // the widgetOptions.uitheme is no longer required to be set theme : "bootstrap", widthFixed: true, headerTemplate : '{content} {icon}', // new in v2.7. Needed to add the bootstrap icon! // widget code contained in the jquery.tablesorter.widgets.js file // use the zebra stripe widget if you plan on hiding any rows (filter widget) widgets : [ "uitheme", "filter", "zebra" ], widgetOptions : { // using the default zebra striping class name, so it actually isn't included in the theme variable above // this is ONLY needed for bootstrap theming if you are using the filter widget, because rows are hidden zebra : ["even", "odd"], // reset filters button filter_reset : ".reset", // hide the filter row when not active filter_hideFilters : true } }) .tablesorterPager({ // target the pager markup - see the HTML block below container: $(".ts-pager"), // target the pager page select dropdown - choose a page cssGoto : ".pagenum", // remove rows from the table to speed up the sort of large tables. // setting this to false, only hides the non-visible rows; needed if you plan to add/remove rows with the pager enabled. removeRows: false, // output string - default is '{page}/{totalPages}'; // possible variables: {page}, {totalPages}, {filteredPages}, {startRow}, {endRow}, {filteredRows} and {totalRows} output: '{startRow} - {endRow} / {filteredRows} ({totalRows})' }); });</script> <script> $(function(){ // filter button demo code $('button.filter').click(function(){ var col = $(this).data('column'), txt = $(this).data('filter'); $('table').find('.tablesorter-filter').val('').eq(col).val(txt); $('table').trigger('search', false); return false; }); // toggle zebra widget $('button.zebra').click(function(){ var t = $(this).hasClass('btn-success'); // if (t) { // removing classes applied by the zebra widget // you shouldn't ever need to use this code, it is only for this demo // $('table').find('tr').removeClass('odd even'); // } $('table') .toggleClass('table-striped')[0] .config.widgets = (t) ? ["uitheme", "filter"] : ["uitheme", "filter", "zebra"]; $(this) .toggleClass('btn-danger btn-success') .find('i') .toggleClass('icon-ok icon-remove glyphicon-ok glyphicon-remove').end() .find('span') .text(t ? 'disabled' : 'enabled'); $('table').trigger('refreshWidgets', [false]); return false; }); }); </script> </head> <body> <div id="banner"> <h1>table<em>sorter</em></h1> <h2>jQuery UITheme Widget (Bootstrap v2.x)</h2> <h3>Flexible client-side table sorting</h3> <a href="index.html">Back to documentation</a> </div> <div id="main"> <p class="tip"> <span class="label label-info">NOTE!</span> </p> <ul> <li>This demo uses <a href="http://getbootstrap.com/2.3.2/">Bootstrap v2.x</a> (v2.3.2 specifically).</li> <li>Hover over the thick grey bar under the header to reveal the filter row.</li> <li>For more information like revision history of this theme &amp; why there is a button to enable/disable the zebra widget, please see the <a href="example-widget-bootstrap-theme.html">Bootstrap v3.x demo</a>.</li> </ul> <h1>Demo</h1> <!-- use the filter_reset : '.reset' option or include data-filter="" using the filter button demo code to reset the filters --> <div class="bootstrap_buttons"> Reset filter : <button type="button" class="reset btn btn-primary" data-column="0" data-filter=""><i class="icon-white icon-refresh glyphicon glyphicon-refresh"></i> Reset filters</button> <br> Zebra widget : <button type="button" class="zebra btn btn-success"><i class="icon-white icon-ok glyphicon glyphicon-ok"></i> <span>enabled</span></button> </div> <br> <div id="demo"><table> <!-- bootstrap classes added by the uitheme widget --> <thead> <tr> <th>Name</th> <th>Major</th> <th class="filter-select filter-exact" data-placeholder="Pick a gender">Sex</th> <th>English</th> <th>Japanese</th> <th>Calculus</th> <th>Geometry</th></tr> </thead> <tfoot> <tr> <th>Name</th> <th>Major</th> <th>Sex</th> <th>English</th> <th>Japanese</th> <th>Calculus</th> <th>Geometry</th> </tr> <tr> <th colspan="7" class="ts-pager form-horizontal"> <button type="button" class="btn first"><i class="icon-step-backward glyphicon glyphicon-step-backward"></i></button> <button type="button" class="btn prev"><i class="icon-arrow-left glyphicon glyphicon-backward"></i></button> <span class="pagedisplay"></span> <!-- this can be any element, including an input --> <button type="button" class="btn next"><i class="icon-arrow-right glyphicon glyphicon-forward"></i></button> <button type="button" class="btn last"><i class="icon-step-forward glyphicon glyphicon-step-forward"></i></button> <select class="pagesize input-mini" title="Select page size"> <option selected="selected" value="10">10</option> <option value="20">20</option> <option value="30">30</option> <option value="40">40</option> </select> <select class="pagenum input-mini" title="Select page number"></select> </th> </tr> </tfoot> <tbody> <tr><td>Student01</td><td>Languages</td><td>male</td><td>80</td><td>70</td><td>75</td><td>80</td></tr> <tr><td>Student02</td><td>Mathematics</td><td>male</td><td>90</td><td>88</td><td>100</td><td>90</td></tr> <tr><td>Student03</td><td>Languages</td><td>female</td><td>85</td><td>95</td><td>80</td><td>85</td></tr> <tr><td>Student04</td><td>Languages</td><td>male</td><td>60</td><td>55</td><td>100</td><td>100</td></tr> <tr><td>Student05</td><td>Languages</td><td>female</td><td>68</td><td>80</td><td>95</td><td>80</td></tr> <tr><td>Student06</td><td>Mathematics</td><td>male</td><td>100</td><td>99</td><td>100</td><td>90</td></tr> <tr><td>Student07</td><td>Mathematics</td><td>male</td><td>85</td><td>68</td><td>90</td><td>90</td></tr> <tr><td>Student08</td><td>Languages</td><td>male</td><td>100</td><td>90</td><td>90</td><td>85</td></tr> <tr><td>Student09</td><td>Mathematics</td><td>male</td><td>80</td><td>50</td><td>65</td><td>75</td></tr> <tr><td>Student10</td><td>Languages</td><td>male</td><td>85</td><td>100</td><td>100</td><td>90</td></tr> <tr><td>Student11</td><td>Languages</td><td>male</td><td>86</td><td>85</td><td>100</td><td>100</td></tr> <tr><td>Student12</td><td>Mathematics</td><td>female</td><td>100</td><td>75</td><td>70</td><td>85</td></tr> <tr><td>Student13</td><td>Languages</td><td>female</td><td>100</td><td>80</td><td>100</td><td>90</td></tr> <tr><td>Student14</td><td>Languages</td><td>female</td><td>50</td><td>45</td><td>55</td><td>90</td></tr> <tr><td>Student15</td><td>Languages</td><td>male</td><td>95</td><td>35</td><td>100</td><td>90</td></tr> <tr><td>Student16</td><td>Languages</td><td>female</td><td>100</td><td>50</td><td>30</td><td>70</td></tr> <tr><td>Student17</td><td>Languages</td><td>female</td><td>80</td><td>100</td><td>55</td><td>65</td></tr> <tr><td>Student18</td><td>Mathematics</td><td>male</td><td>30</td><td>49</td><td>55</td><td>75</td></tr> <tr><td>Student19</td><td>Languages</td><td>male</td><td>68</td><td>90</td><td>88</td><td>70</td></tr> <tr><td>Student20</td><td>Mathematics</td><td>male</td><td>40</td><td>45</td><td>40</td><td>80</td></tr> <tr><td>Student21</td><td>Languages</td><td>male</td><td>50</td><td>45</td><td>100</td><td>100</td></tr> <tr><td>Student22</td><td>Mathematics</td><td>male</td><td>100</td><td>99</td><td>100</td><td>90</td></tr> <tr><td>Student23</td><td>Mathematics</td><td>male</td><td>82</td><td>77</td><td>0</td><td>79</td></tr> <tr><td>Student24</td><td>Languages</td><td>female</td><td>100</td><td>91</td><td>13</td><td>82</td></tr> <tr><td>Student25</td><td>Mathematics</td><td>male</td><td>22</td><td>96</td><td>82</td><td>53</td></tr> <tr><td>Student26</td><td>Languages</td><td>female</td><td>37</td><td>29</td><td>56</td><td>59</td></tr> <tr><td>Student27</td><td>Mathematics</td><td>male</td><td>86</td><td>82</td><td>69</td><td>23</td></tr> <tr><td>Student28</td><td>Languages</td><td>female</td><td>44</td><td>25</td><td>43</td><td>1</td></tr> <tr><td>Student29</td><td>Mathematics</td><td>male</td><td>77</td><td>47</td><td>22</td><td>38</td></tr> <tr><td>Student30</td><td>Languages</td><td>female</td><td>19</td><td>35</td><td>23</td><td>10</td></tr> <tr><td>Student31</td><td>Mathematics</td><td>male</td><td>90</td><td>27</td><td>17</td><td>50</td></tr> <tr><td>Student32</td><td>Languages</td><td>female</td><td>60</td><td>75</td><td>33</td><td>38</td></tr> <tr><td>Student33</td><td>Mathematics</td><td>male</td><td>4</td><td>31</td><td>37</td><td>15</td></tr> <tr><td>Student34</td><td>Languages</td><td>female</td><td>77</td><td>97</td><td>81</td><td>44</td></tr> <tr><td>Student35</td><td>Mathematics</td><td>male</td><td>5</td><td>81</td><td>51</td><td>95</td></tr> <tr><td>Student36</td><td>Languages</td><td>female</td><td>70</td><td>61</td><td>70</td><td>94</td></tr> <tr><td>Student37</td><td>Mathematics</td><td>male</td><td>60</td><td>3</td><td>61</td><td>84</td></tr> <tr><td>Student38</td><td>Languages</td><td>female</td><td>63</td><td>39</td><td>0</td><td>11</td></tr> <tr><td>Student39</td><td>Mathematics</td><td>male</td><td>50</td><td>46</td><td>32</td><td>38</td></tr> <tr><td>Student40</td><td>Languages</td><td>female</td><td>51</td><td>75</td><td>25</td><td>3</td></tr> <tr><td>Student41</td><td>Mathematics</td><td>male</td><td>43</td><td>34</td><td>28</td><td>78</td></tr> <tr><td>Student42</td><td>Languages</td><td>female</td><td>11</td><td>89</td><td>60</td><td>95</td></tr> <tr><td>Student43</td><td>Mathematics</td><td>male</td><td>48</td><td>92</td><td>18</td><td>88</td></tr> <tr><td>Student44</td><td>Languages</td><td>female</td><td>82</td><td>2</td><td>59</td><td>73</td></tr> <tr><td>Student45</td><td>Mathematics</td><td>male</td><td>91</td><td>73</td><td>37</td><td>39</td></tr> <tr><td>Student46</td><td>Languages</td><td>female</td><td>4</td><td>8</td><td>12</td><td>10</td></tr> <tr><td>Student47</td><td>Mathematics</td><td>male</td><td>89</td><td>10</td><td>6</td><td>11</td></tr> <tr><td>Student48</td><td>Languages</td><td>female</td><td>90</td><td>32</td><td>21</td><td>18</td></tr> <tr><td>Student49</td><td>Mathematics</td><td>male</td><td>42</td><td>49</td><td>49</td><td>72</td></tr> <tr><td>Student50</td><td>Languages</td><td>female</td><td>56</td><td>37</td><td>67</td><td>54</td></tr> </tbody> </table></div> <h2>Page Header</h2> <div> <pre class="prettyprint lang-html">&lt;!-- Bootstrap stylesheet --&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;css/bootstrap.min.css&quot;&gt; &lt;!-- bootstrap widget theme --&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;css/theme.bootstrap_2.css&quot;&gt; &lt;!-- tablesorter plugin --&gt; &lt;script src=&quot;js/jquery.tablesorter.js&quot;&gt;&lt;/script&gt; &lt;!-- tablesorter widget file - loaded after the plugin --&gt; &lt;script src=&quot;js/jquery.tablesorter.widgets.js&quot;&gt;&lt;/script&gt; &lt;!-- pager plugin --&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;css/jquery.tablesorter.pager.css&quot;&gt; &lt;script src=&quot;js/jquery.tablesorter.pager.js&quot;&gt;&lt;/script&gt;</pre> </div> <h2>Javascript</h2> <div id="javascript"> <pre class="prettyprint lang-javascript"></pre> </div> <h2>HTML</h2> <div id="html"> <pre class="prettyprint lang-html"></pre> </div> <div class="next-up"> <hr /> Next up: <a href="example-widget-resizable.html">Resizable Columns widget &rsaquo;&rsaquo;</a> </div> </div> </body> </html>
makehist/cloud_tmc_public
tablesorter/docs/example-widget-bootstrap-theme-v2.html
HTML
mit
14,207
<div>Loading data...</div>
holderdeord/hdo-quiz2
src/app/start/start.component.html
HTML
mit
26
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>UDP / Datagram Sockets Node.js v0.10.24 Manual &amp; Documentation</title> <link rel="stylesheet" href="assets/style.css"> <link rel="stylesheet" href="assets/sh.css"> <link rel="canonical" href="http://nodejs.org/api/dgram.html"> </head> <body class="alt apidoc" id="api-section-dgram"> <div id="intro" class="interior"> <a href="/" title="Go back to the home page"> <img id="logo" src="http://nodejs.org/images/logo-light.png" alt="node.js"> </a> </div> <div id="content" class="clearfix"> <div id="column2" class="interior"> <ul> <li><a href="/" class="home">Home</a></li> <li><a href="/download/" class="download">Download</a></li> <li><a href="/about/" class="about">About</a></li> <li><a href="http://npmjs.org/" class="npm">npm Registry</a></li> <li><a href="http://nodejs.org/api/" class="docs current">Docs</a></li> <li><a href="http://blog.nodejs.org" class="blog">Blog</a></li> <li><a href="/community/" class="community">Community</a></li> <li><a href="/logos/" class="logos">Logos</a></li> <li><a href="http://jobs.nodejs.org/" class="jobs">Jobs</a></li> </ul> <p class="twitter"><a href="http://twitter.com/nodejs">@nodejs</a></p> </div> <div id="column1" class="interior"> <header> <h1>Node.js v0.10.24 Manual &amp; Documentation</h1> <div id="gtoc"> <p> <a href="index.html" name="toc">Index</a> | <a href="all.html">View on single page</a> | <a href="dgram.json">View as JSON</a> </p> </div> <hr> </header> <div id="toc"> <h2>Table of Contents</h2> <ul> <li><a href="#dgram_udp_datagram_sockets">UDP / Datagram Sockets</a><ul> <li><a href="#dgram_dgram_createsocket_type_callback">dgram.createSocket(type, [callback])</a></li> <li><a href="#dgram_class_dgram_socket">Class: dgram.Socket</a><ul> <li><a href="#dgram_event_message">Event: &#39;message&#39;</a></li> <li><a href="#dgram_event_listening">Event: &#39;listening&#39;</a></li> <li><a href="#dgram_event_close">Event: &#39;close&#39;</a></li> <li><a href="#dgram_event_error">Event: &#39;error&#39;</a></li> <li><a href="#dgram_socket_send_buf_offset_length_port_address_callback">socket.send(buf, offset, length, port, address, [callback])</a></li> <li><a href="#dgram_socket_bind_port_address_callback">socket.bind(port, [address], [callback])</a></li> <li><a href="#dgram_socket_close">socket.close()</a></li> <li><a href="#dgram_socket_address">socket.address()</a></li> <li><a href="#dgram_socket_setbroadcast_flag">socket.setBroadcast(flag)</a></li> <li><a href="#dgram_socket_setttl_ttl">socket.setTTL(ttl)</a></li> <li><a href="#dgram_socket_setmulticastttl_ttl">socket.setMulticastTTL(ttl)</a></li> <li><a href="#dgram_socket_setmulticastloopback_flag">socket.setMulticastLoopback(flag)</a></li> <li><a href="#dgram_socket_addmembership_multicastaddress_multicastinterface">socket.addMembership(multicastAddress, [multicastInterface])</a></li> <li><a href="#dgram_socket_dropmembership_multicastaddress_multicastinterface">socket.dropMembership(multicastAddress, [multicastInterface])</a></li> <li><a href="#dgram_socket_unref">socket.unref()</a></li> <li><a href="#dgram_socket_ref">socket.ref()</a></li> </ul> </li> </ul> </li> </ul> </div> <div id="apicontent"> <h1>UDP / Datagram Sockets<span><a class="mark" href="#dgram_udp_datagram_sockets" id="dgram_udp_datagram_sockets">#</a></span></h1> <pre class="api_stability_3">Stability: 3 - Stable</pre><!-- name=dgram --> <p>Datagram sockets are available through <code>require(&#39;dgram&#39;)</code>. </p> <p>Important note: the behavior of <code>dgram.Socket#bind()</code> has changed in v0.10 and is always asynchronous now. If you have code that looks like this: </p> <pre><code>var s = dgram.createSocket(&#39;udp4&#39;); s.bind(1234); s.addMembership(&#39;224.0.0.114&#39;);</code></pre> <p>You have to change it to this: </p> <pre><code>var s = dgram.createSocket(&#39;udp4&#39;); s.bind(1234, function() { s.addMembership(&#39;224.0.0.114&#39;); });</code></pre> <h2>dgram.createSocket(type, [callback])<span><a class="mark" href="#dgram_dgram_createsocket_type_callback" id="dgram_dgram_createsocket_type_callback">#</a></span></h2> <div class="signature"><ul> <li><code>type</code> String. Either &#39;udp4&#39; or &#39;udp6&#39;</li> <li><code>callback</code> Function. Attached as a listener to <code>message</code> events. Optional</li> <li>Returns: Socket object</li> </div></ul> <p>Creates a datagram Socket of the specified types. Valid types are <code>udp4</code> and <code>udp6</code>. </p> <p>Takes an optional callback which is added as a listener for <code>message</code> events. </p> <p>Call <code>socket.bind</code> if you want to receive datagrams. <code>socket.bind()</code> will bind to the &quot;all interfaces&quot; address on a random port (it does the right thing for both <code>udp4</code> and <code>udp6</code> sockets). You can then retrieve the address and port with <code>socket.address().address</code> and <code>socket.address().port</code>. </p> <h2>Class: dgram.Socket<span><a class="mark" href="#dgram_class_dgram_socket" id="dgram_class_dgram_socket">#</a></span></h2> <p>The dgram Socket class encapsulates the datagram functionality. It should be created via <code>dgram.createSocket(type, [callback])</code>. </p> <h3>Event: &#39;message&#39;<span><a class="mark" href="#dgram_event_message" id="dgram_event_message">#</a></span></h3> <div class="signature"><ul> <li><code>msg</code> Buffer object. The message</li> <li><code>rinfo</code> Object. Remote address information</li> </div></ul> <p>Emitted when a new datagram is available on a socket. <code>msg</code> is a <code>Buffer</code> and <code>rinfo</code> is an object with the sender&#39;s address information and the number of bytes in the datagram. </p> <h3>Event: &#39;listening&#39;<span><a class="mark" href="#dgram_event_listening" id="dgram_event_listening">#</a></span></h3> <p>Emitted when a socket starts listening for datagrams. This happens as soon as UDP sockets are created. </p> <h3>Event: &#39;close&#39;<span><a class="mark" href="#dgram_event_close" id="dgram_event_close">#</a></span></h3> <p>Emitted when a socket is closed with <code>close()</code>. No new <code>message</code> events will be emitted on this socket. </p> <h3>Event: &#39;error&#39;<span><a class="mark" href="#dgram_event_error" id="dgram_event_error">#</a></span></h3> <div class="signature"><ul> <li><code>exception</code> Error object</li> </div></ul> <p>Emitted when an error occurs. </p> <h3>socket.send(buf, offset, length, port, address, [callback])<span><a class="mark" href="#dgram_socket_send_buf_offset_length_port_address_callback" id="dgram_socket_send_buf_offset_length_port_address_callback">#</a></span></h3> <div class="signature"><ul> <li><code>buf</code> Buffer object. Message to be sent</li> <li><code>offset</code> Integer. Offset in the buffer where the message starts.</li> <li><code>length</code> Integer. Number of bytes in the message.</li> <li><code>port</code> Integer. Destination port.</li> <li><code>address</code> String. Destination hostname or IP address.</li> <li><code>callback</code> Function. Called when the message has been sent. Optional.</li> </div></ul> <p>For UDP sockets, the destination port and address must be specified. A string may be supplied for the <code>address</code> parameter, and it will be resolved with DNS. </p> <p>If the address is omitted or is an empty string, <code>&#39;0.0.0.0&#39;</code> or <code>&#39;::0&#39;</code> is used instead. Depending on the network configuration, those defaults may or may not work; it&#39;s best to be explicit about the destination address. </p> <p>If the socket has not been previously bound with a call to <code>bind</code>, it gets assigned a random port number and is bound to the &quot;all interfaces&quot; address (<code>&#39;0.0.0.0&#39;</code> for <code>udp4</code> sockets, <code>&#39;::0&#39;</code> for <code>udp6</code> sockets.) </p> <p>An optional callback may be specified to detect DNS errors or for determining when it&#39;s safe to reuse the <code>buf</code> object. Note that DNS lookups delay the time to send for at least one tick. The only way to know for sure that the datagram has been sent is by using a callback. </p> <p>Example of sending a UDP packet to a random port on <code>localhost</code>; </p> <pre><code>var dgram = require(&#39;dgram&#39;); var message = new Buffer(&quot;Some bytes&quot;); var client = dgram.createSocket(&quot;udp4&quot;); client.send(message, 0, message.length, 41234, &quot;localhost&quot;, function(err, bytes) { client.close(); });</code></pre> <p><strong>A Note about UDP datagram size</strong> </p> <p>The maximum size of an <code>IPv4/v6</code> datagram depends on the <code>MTU</code> (<em>Maximum Transmission Unit</em>) and on the <code>Payload Length</code> field size. </p> <ul> <li><p>The <code>Payload Length</code> field is <code>16 bits</code> wide, which means that a normal payload cannot be larger than 64K octets including internet header and data (65,507 bytes = 65,535 − 8 bytes UDP header − 20 bytes IP header); this is generally true for loopback interfaces, but such long datagrams are impractical for most hosts and networks.</p> </li> <li><p>The <code>MTU</code> is the largest size a given link layer technology can support for datagrams. For any link, <code>IPv4</code> mandates a minimum <code>MTU</code> of <code>68</code> octets, while the recommended <code>MTU</code> for IPv4 is <code>576</code> (typically recommended as the <code>MTU</code> for dial-up type applications), whether they arrive whole or in fragments.</p> <p>For <code>IPv6</code>, the minimum <code>MTU</code> is <code>1280</code> octets, however, the mandatory minimum fragment reassembly buffer size is <code>1500</code> octets. The value of <code>68</code> octets is very small, since most current link layer technologies have a minimum <code>MTU</code> of <code>1500</code> (like Ethernet).</p> </li> </ul> <p>Note that it&#39;s impossible to know in advance the MTU of each link through which a packet might travel, and that generally sending a datagram greater than the (receiver) <code>MTU</code> won&#39;t work (the packet gets silently dropped, without informing the source that the data did not reach its intended recipient). </p> <h3>socket.bind(port, [address], [callback])<span><a class="mark" href="#dgram_socket_bind_port_address_callback" id="dgram_socket_bind_port_address_callback">#</a></span></h3> <div class="signature"><ul> <li><code>port</code> Integer</li> <li><code>address</code> String, Optional</li> <li><code>callback</code> Function with no parameters, Optional. Callback when binding is done.</li> </div></ul> <p>For UDP sockets, listen for datagrams on a named <code>port</code> and optional <code>address</code>. If <code>address</code> is not specified, the OS will try to listen on all addresses. After binding is done, a &quot;listening&quot; event is emitted and the <code>callback</code>(if specified) is called. Specifying both a &quot;listening&quot; event listener and <code>callback</code> is not harmful but not very useful. </p> <p>A bound datagram socket keeps the node process running to receive datagrams. </p> <p>If binding fails, an &quot;error&quot; event is generated. In rare case (e.g. binding a closed socket), an <code>Error</code> may be thrown by this method. </p> <p>Example of a UDP server listening on port 41234: </p> <pre><code>var dgram = require(&quot;dgram&quot;); var server = dgram.createSocket(&quot;udp4&quot;); server.on(&quot;error&quot;, function (err) { console.log(&quot;server error:\n&quot; + err.stack); server.close(); }); server.on(&quot;message&quot;, function (msg, rinfo) { console.log(&quot;server got: &quot; + msg + &quot; from &quot; + rinfo.address + &quot;:&quot; + rinfo.port); }); server.on(&quot;listening&quot;, function () { var address = server.address(); console.log(&quot;server listening &quot; + address.address + &quot;:&quot; + address.port); }); server.bind(41234); // server listening 0.0.0.0:41234</code></pre> <h3>socket.close()<span><a class="mark" href="#dgram_socket_close" id="dgram_socket_close">#</a></span></h3> <p>Close the underlying socket and stop listening for data on it. </p> <h3>socket.address()<span><a class="mark" href="#dgram_socket_address" id="dgram_socket_address">#</a></span></h3> <p>Returns an object containing the address information for a socket. For UDP sockets, this object will contain <code>address</code> , <code>family</code> and <code>port</code>. </p> <h3>socket.setBroadcast(flag)<span><a class="mark" href="#dgram_socket_setbroadcast_flag" id="dgram_socket_setbroadcast_flag">#</a></span></h3> <div class="signature"><ul> <li><code>flag</code> Boolean</li> </div></ul> <p>Sets or clears the <code>SO_BROADCAST</code> socket option. When this option is set, UDP packets may be sent to a local interface&#39;s broadcast address. </p> <h3>socket.setTTL(ttl)<span><a class="mark" href="#dgram_socket_setttl_ttl" id="dgram_socket_setttl_ttl">#</a></span></h3> <div class="signature"><ul> <li><code>ttl</code> Integer</li> </div></ul> <p>Sets the <code>IP_TTL</code> socket option. TTL stands for &quot;Time to Live,&quot; but in this context it specifies the number of IP hops that a packet is allowed to go through. Each router or gateway that forwards a packet decrements the TTL. If the TTL is decremented to 0 by a router, it will not be forwarded. Changing TTL values is typically done for network probes or when multicasting. </p> <p>The argument to <code>setTTL()</code> is a number of hops between 1 and 255. The default on most systems is 64. </p> <h3>socket.setMulticastTTL(ttl)<span><a class="mark" href="#dgram_socket_setmulticastttl_ttl" id="dgram_socket_setmulticastttl_ttl">#</a></span></h3> <div class="signature"><ul> <li><code>ttl</code> Integer</li> </div></ul> <p>Sets the <code>IP_MULTICAST_TTL</code> socket option. TTL stands for &quot;Time to Live,&quot; but in this context it specifies the number of IP hops that a packet is allowed to go through, specifically for multicast traffic. Each router or gateway that forwards a packet decrements the TTL. If the TTL is decremented to 0 by a router, it will not be forwarded. </p> <p>The argument to <code>setMulticastTTL()</code> is a number of hops between 0 and 255. The default on most systems is 1. </p> <h3>socket.setMulticastLoopback(flag)<span><a class="mark" href="#dgram_socket_setmulticastloopback_flag" id="dgram_socket_setmulticastloopback_flag">#</a></span></h3> <div class="signature"><ul> <li><code>flag</code> Boolean</li> </div></ul> <p>Sets or clears the <code>IP_MULTICAST_LOOP</code> socket option. When this option is set, multicast packets will also be received on the local interface. </p> <h3>socket.addMembership(multicastAddress, [multicastInterface])<span><a class="mark" href="#dgram_socket_addmembership_multicastaddress_multicastinterface" id="dgram_socket_addmembership_multicastaddress_multicastinterface">#</a></span></h3> <div class="signature"><ul> <li><code>multicastAddress</code> String</li> <li><code>multicastInterface</code> String, Optional</li> </div></ul> <p>Tells the kernel to join a multicast group with <code>IP_ADD_MEMBERSHIP</code> socket option. </p> <p>If <code>multicastInterface</code> is not specified, the OS will try to add membership to all valid interfaces. </p> <h3>socket.dropMembership(multicastAddress, [multicastInterface])<span><a class="mark" href="#dgram_socket_dropmembership_multicastaddress_multicastinterface" id="dgram_socket_dropmembership_multicastaddress_multicastinterface">#</a></span></h3> <div class="signature"><ul> <li><code>multicastAddress</code> String</li> <li><code>multicastInterface</code> String, Optional</li> </div></ul> <p>Opposite of <code>addMembership</code> - tells the kernel to leave a multicast group with <code>IP_DROP_MEMBERSHIP</code> socket option. This is automatically called by the kernel when the socket is closed or process terminates, so most apps will never need to call this. </p> <p>If <code>multicastInterface</code> is not specified, the OS will try to drop membership to all valid interfaces. </p> <h3>socket.unref()<span><a class="mark" href="#dgram_socket_unref" id="dgram_socket_unref">#</a></span></h3> <p>Calling <code>unref</code> on a socket will allow the program to exit if this is the only active socket in the event system. If the socket is already <code>unref</code>d calling <code>unref</code> again will have no effect. </p> <h3>socket.ref()<span><a class="mark" href="#dgram_socket_ref" id="dgram_socket_ref">#</a></span></h3> <p>Opposite of <code>unref</code>, calling <code>ref</code> on a previously <code>unref</code>d socket will <em>not</em> let the program exit if it&#39;s the only socket left (the default behavior). If the socket is <code>ref</code>d calling <code>ref</code> again will have no effect. </p> </div> </div> </div> <div id="footer"> <a href="http://joyent.com" class="joyent-logo">Joyent</a> <ul class="clearfix"> <li><a href="/">Node.js</a></li> <li><a href="/download/">Download</a></li> <li><a href="/about/">About</a></li> <li><a href="http://npmjs.org/">npm Registry</a></li> <li><a href="http://nodejs.org/api/">Docs</a></li> <li><a href="http://blog.nodejs.org">Blog</a></li> <li><a href="/community/">Community</a></li> <li><a href="/logos/">Logos</a></li> <li><a href="http://jobs.nodejs.org/">Jobs</a></li> <li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li> </ul> <p>Copyright <a href="http://joyent.com/">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.10.24/LICENSE">license</a>.</p> </div> <script src="../sh_main.js"></script> <script src="../sh_javascript.min.js"></script> <script>highlight(undefined, undefined, 'pre');</script> <script> window._gaq = [['_setAccount', 'UA-10874194-2'], ['_trackPageview']]; (function(d, t) { var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.src = '//www.google-analytics.com/ga.js'; s.parentNode.insertBefore(g, s); }(document, 'script')); </script> </body> </html>
luisTJ/nodeschool_learnyounode_solution
node_apidoc/dgram.html
HTML
mit
18,962
<HTML><HEAD> <TITLE>Review for Amazing Grace and Chuck (1987)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0092545">Amazing Grace and Chuck (1987)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Jeff+Meyer">Jeff Meyer</A></H3><HR WIDTH="40%" SIZE="4"> <PRE> AMAZING GRACE AND CHUCK A film review by Jeff Meyer Copyright 1987 Jeff Meyer</PRE> <P>Seen at the Seattle Film Festival: AMAZING GRACE AND CHUCK (USA, 1987) Director: Mike Newell Writer/Producer: David Field Cast: Joshua Zuehlke, Alex English, William L. Peterson, Dennis Lipcomb, Jamie Lee Curtis, Gregory Peck</P> <PRE>----</PRE> <PRE> DING!</PRE> <P> Every year--every year at the festival, I wait for that film to come along, that one that just pulls me out of my seat, sticks its face up next to my nose, and roars "SUR-PRISE!" into my bewildered visage. It's almost always a surprise. It sure as Niflheim was this time.</P> <P> AMAZING GRACE AND CHUCK is being advertised as a modern fairy tale, of a boy in Montana who quits his Little League team for a very unusual reason. And, in the hands of anyone less careful than the creative staff of this film, it might very well be nothing more than a fairy tale, where we roll our eyes occasionally, smirk to ourselves, and maybe get a forced tear out of the eyes and a "boy, I wish that could happen" sigh out of the lips upon exiting the theater and tossing the empty Pepsi cup into the trash. Another E.T. Another SHORT CIRCUIT.</P> <P> This film floored me, for the simple reason that while it has a fairy tale concept, the rest of the film takes itself seriously enough, and presents itself well enough, to make it more of an American folk tale, with characters who are both icons and real people at the same time. America has always had its mythical heros, its Paul Bunyans and John Waynes; this film presents us with more general, but still universal, ideals: the honest, innocent children who have their own inner wisdom; the athletes who seem to be amalgamations of courage, honor, and love for their respective sport; the venerable elected official who leads with kindness and understanding, but has the grit to get things done when they need doin' (does the latter sound familiar?). AMAZING GRACE AND CHUCK is a showcase for these characters, but it never leaves you with the feeling that it's artificial, that it stands behind glass, or that any sharp breeze--or, more importantly, sharp thought--will shatter the wax facade of the panorama. This is a very sturdy scenario. The principals are always given dialogue, and always give performances--ALWAYS (it just blows me away)-- which made them seem real, yet enforces their particular mythic role. The writer/producer, David Field, seems to literally take all the "yeah, but in REAL life, this would have happen" thoughts you get in your head, sticks them in the movie and uses them to bend the plot around to his original heading, in a stronger way then before! Astounding! He uses obstacles to the plot to *enforce* it! I am truly impressed (indeed, envious) with the skill in which he wrote the story and screenplay; it's so very unusual, especially in a Hollywood film.</P> <P> I don't want to give too much away, but the basic premise is that Chuck (Joshua Zuehlke), the Little League pitcher, decides to give up baseball because of nuclear weapons. His decision begins an unlikely series of events that involve another athlete, a Boston basketball player (Alex English), "Amazing" Grace Smith, and, well, I'm leaving it at that because I wouldn't spoil this film for you for the world. Let me just say this, though: I am not recommending this film because I think it has a great message or because of any political positions it might imply. I don't give a rat's ass for the political point-of-view this film expresses, one way or another; I'm recommending you go see this film because, and only because, it's an excellent story, told with excellence. No, I don't believe what happens in this film could happen in real life; while I tend to believe the arms control policy of this country is stilted, I believe in careful negotiations, mutual verification, etc. Screw what I think. The point is, this film is able to suspend my disbelief and tell a story that is one of the most finely crafted pieces of American Dream I have ever seen on the movie screen. This is THE NATURAL and more--all the mythic qualities without the pretentiousness or the forced feeling of the conclusion, and a MUCH better script to boot. It carried me into the beliefs and ideals of my boyhood--and, more importantly, without any bumps or jolts that would snap me out of the trance with some hint of self-consciousness.</P> <P> Special kudos to: both Zuehlke (a real-life Little League pitcher who was picked for the part) and English (a forward for the Denver Nuggets) for their seamless personification of their characters; Jamie Lee Curtis, who takes a surprisingly small role and makes it exceedingly memorable as Amazing's manager and friend; William L. Peterson (in a *big* change from his role in TO LIVE AND DIE IN L.A.) as a father who shows principles without having to stand up and wave a flag doing it; and Gregory Peck, as the guy we wish Ronald Reagan REALLY was (and who some numbskulls still probably think he is <-- acid political opinion). Mike Newell, who David Field (who appeared after the film was over) said was hired for his down-to-earth realism, keeps the film from ever flapping its wings and heading into the stratosphere of pure fantasy. And for Fields himself--I am really, truly impressed with the conception and the execution of his story. He has been working five years to get this film released, and I hope he makes money on AMAZING GRACE AND CHUCK hand over fist, because this has obviously been an project of infinite care--a narrative tightrope which gives the illusion of looking simple.</P> <PRE> SEE THIS MOVIE. Grade: A. $5+ value. Entertainment personified.</PRE> <PRE> Moriarty, aka Jeff Meyer INTERNET: <A HREF="mailto:moriarty@fluke.COM">moriarty@fluke.COM</A> Manual UUCP: {uw-beaver, sun, allegra, sb6, lbl-csam}!fluke!moriarty</PRE> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/0050.html
HTML
mit
7,341
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>AdminLTE 2 | 404 Page not found</title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!-- Bootstrap 3.3.5 --> <link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css"> <!-- Font Awesome --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css"> <!-- Ionicons --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"> <!-- Theme style --> <link rel="stylesheet" href="../../dist/css/AdminLTE.min.css"> <!-- AdminLTE Skins. Choose a skin from the css/skins folder instead of downloading all of them to reduce the load. --> <link rel="stylesheet" href="../../dist/css/skins/_all-skins.min.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/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body class="hold-transition skin-blue sidebar-mini"> <div class="wrapper"> <header class="main-header"> <!-- Logo --> <a href="../../index2.html" class="logo"> <!-- mini logo for sidebar mini 50x50 pixels --> <span class="logo-mini"><b>A</b>LT</span> <!-- logo for regular state and mobile devices --> <span class="logo-lg"><b>Admin</b>LTE</span> </a> <!-- Header Navbar: style can be found in header.less --> <nav class="navbar navbar-static-top" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <div class="navbar-custom-menu"> <ul class="nav navbar-nav"> <!-- Messages: style can be found in dropdown.less--> <li class="dropdown messages-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-envelope-o"></i> <span class="label label-success">4</span> </a> <ul class="dropdown-menu"> <li class="header">You have 4 messages</li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li><!-- start message --> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> </div> <h4> Support Team <small><i class="fa fa-clock-o"></i> 5 mins</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li> <!-- end message --> <li> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image"> </div> <h4> AdminLTE Design Team <small><i class="fa fa-clock-o"></i> 2 hours</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li> <li> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image"> </div> <h4> Developers <small><i class="fa fa-clock-o"></i> Today</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li> <li> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image"> </div> <h4> Sales Department <small><i class="fa fa-clock-o"></i> Yesterday</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li> <li> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image"> </div> <h4> Reviewers <small><i class="fa fa-clock-o"></i> 2 days</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li> </ul> </li> <li class="footer"><a href="#">See All Messages</a></li> </ul> </li> <!-- Notifications: style can be found in dropdown.less --> <li class="dropdown notifications-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-bell-o"></i> <span class="label label-warning">10</span> </a> <ul class="dropdown-menu"> <li class="header">You have 10 notifications</li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li> <a href="#"> <i class="fa fa-users text-aqua"></i> 5 new members joined today </a> </li> <li> <a href="#"> <i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the page and may cause design problems </a> </li> <li> <a href="#"> <i class="fa fa-users text-red"></i> 5 new members joined </a> </li> <li> <a href="#"> <i class="fa fa-shopping-cart text-green"></i> 25 sales made </a> </li> <li> <a href="#"> <i class="fa fa-user text-red"></i> You changed your username </a> </li> </ul> </li> <li class="footer"><a href="#">View all</a></li> </ul> </li> <!-- Tasks: style can be found in dropdown.less --> <li class="dropdown tasks-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-flag-o"></i> <span class="label label-danger">9</span> </a> <ul class="dropdown-menu"> <li class="header">You have 9 tasks</li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li><!-- Task item --> <a href="#"> <h3> Design some buttons <small class="pull-right">20%</small> </h3> <div class="progress xs"> <div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">20% Complete</span> </div> </div> </a> </li> <!-- end task item --> <li><!-- Task item --> <a href="#"> <h3> Create a nice theme <small class="pull-right">40%</small> </h3> <div class="progress xs"> <div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">40% Complete</span> </div> </div> </a> </li> <!-- end task item --> <li><!-- Task item --> <a href="#"> <h3> Some task I need to do <small class="pull-right">60%</small> </h3> <div class="progress xs"> <div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">60% Complete</span> </div> </div> </a> </li> <!-- end task item --> <li><!-- Task item --> <a href="#"> <h3> Make beautiful transitions <small class="pull-right">80%</small> </h3> <div class="progress xs"> <div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">80% Complete</span> </div> </div> </a> </li> <!-- end task item --> </ul> </li> <li class="footer"> <a href="#">View all tasks</a> </li> </ul> </li> <!-- User Account: style can be found in dropdown.less --> <li class="dropdown user user-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="../../dist/img/user2-160x160.jpg" class="user-image" alt="User Image"> <span class="hidden-xs">Alexander Pierce</span> </a> <ul class="dropdown-menu"> <!-- User image --> <li class="user-header"> <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> <p> Alexander Pierce - Web Developer <small>Member since Nov. 2012</small> </p> </li> <!-- Menu Body --> <li class="user-body"> <div class="row"> <div class="col-xs-4 text-center"> <a href="#">Followers</a> </div> <div class="col-xs-4 text-center"> <a href="#">Sales</a> </div> <div class="col-xs-4 text-center"> <a href="#">Friends</a> </div> </div> <!-- /.row --> </li> <!-- Menu Footer--> <li class="user-footer"> <div class="pull-left"> <a href="#" class="btn btn-default btn-flat">Profile</a> </div> <div class="pull-right"> <a href="#" class="btn btn-default btn-flat">Sign out</a> </div> </li> </ul> </li> <!-- Control Sidebar Toggle Button --> <li> <a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a> </li> </ul> </div> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar"> <!-- sidebar: style can be found in sidebar.less --> <section class="sidebar"> <!-- Sidebar user panel --> <div class="user-panel"> <div class="pull-left image"> <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> </div> <div class="pull-left info"> <p>Alexander Pierce</p> <a href="#"><i class="fa fa-circle text-success"></i> Online</a> </div> </div> <!-- search form --> <form action="#" method="get" class="sidebar-form"> <div class="input-group"> <input type="text" name="q" class="form-control" placeholder="Search..."> <span class="input-group-btn"> <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i> </button> </span> </div> </form> <!-- /.search form --> <!-- sidebar menu: : style can be found in sidebar.less --> <ul class="sidebar-menu"> <li class="header">MAIN NAVIGATION</li> <li class="treeview"> <a href="#"> <i class="fa fa-dashboard"></i> <span>Dashboard</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="../../index.html"><i class="fa fa-circle-o"></i> Dashboard v1</a></li> <li><a href="../../index2.html"><i class="fa fa-circle-o"></i> Dashboard v2</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-files-o"></i> <span>Layout Options</span> <span class="label label-primary pull-right">4</span> </a> <ul class="treeview-menu"> <li><a href="../layout/top-nav.html"><i class="fa fa-circle-o"></i> Top Navigation</a></li> <li><a href="../layout/boxed.html"><i class="fa fa-circle-o"></i> Boxed</a></li> <li><a href="../layout/fixed.html"><i class="fa fa-circle-o"></i> Fixed</a></li> </ul> </li> <li> <a href="../widgets.html"> <i class="fa fa-th"></i> <span>Widgets</span> <small class="label pull-right bg-green">new</small> </a> </li> <li class="treeview"> <a href="#"> <i class="fa fa-pie-chart"></i> <span>Charts</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="../charts/chartjs.html"><i class="fa fa-circle-o"></i> ChartJS</a></li> <li><a href="../charts/morris.html"><i class="fa fa-circle-o"></i> Morris</a></li> <li><a href="../charts/flot.html"><i class="fa fa-circle-o"></i> Flot</a></li> <li><a href="../charts/inline.html"><i class="fa fa-circle-o"></i> Inline charts</a></li> <li><a href="../layout/collapsed-sidebar.html"><i class="fa fa-circle-o"></i> Collapsed Sidebar</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-laptop"></i> <span>UI Elements</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="../UI/general.html"><i class="fa fa-circle-o"></i> General</a></li> <li><a href="../UI/icons.html"><i class="fa fa-circle-o"></i> Icons</a></li> <li><a href="../UI/buttons.html"><i class="fa fa-circle-o"></i> Buttons</a></li> <li><a href="../UI/sliders.html"><i class="fa fa-circle-o"></i> Sliders</a></li> <li><a href="../UI/timeline.html"><i class="fa fa-circle-o"></i> Timeline</a></li> <li><a href="../UI/modals.html"><i class="fa fa-circle-o"></i> Modals</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-edit"></i> <span>Forms</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="../forms/general.html"><i class="fa fa-circle-o"></i> General Elements</a></li> <li><a href="../forms/advanced.html"><i class="fa fa-circle-o"></i> Advanced Elements</a></li> <li><a href="../forms/editors.html"><i class="fa fa-circle-o"></i> Editors</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-table"></i> <span>Tables</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="../tables/simple.html"><i class="fa fa-circle-o"></i> Simple tables</a></li> <li><a href="../tables/data.html"><i class="fa fa-circle-o"></i> Data tables</a></li> </ul> </li> <li> <a href="../calendar.html"> <i class="fa fa-calendar"></i> <span>Calendar</span> <small class="label pull-right bg-red">3</small> </a> </li> <li> <a href="../mailbox/mailbox.html"> <i class="fa fa-envelope"></i> <span>Mailbox</span> <small class="label pull-right bg-yellow">12</small> </a> </li> <li class="treeview active"> <a href="#"> <i class="fa fa-folder"></i> <span>Examples</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="invoice.html"><i class="fa fa-circle-o"></i> Invoice</a></li> <li><a href="profile.html"><i class="fa fa-circle-o"></i> Profile</a></li> <li><a href="login.html"><i class="fa fa-circle-o"></i> Login</a></li> <li><a href="register.html"><i class="fa fa-circle-o"></i> Register</a></li> <li><a href="lockscreen.html"><i class="fa fa-circle-o"></i> Lockscreen</a></li> <li class="active"><a href="404.html"><i class="fa fa-circle-o"></i> 404 Error</a></li> <li><a href="500.html"><i class="fa fa-circle-o"></i> 500 Error</a></li> <li><a href="blank.html"><i class="fa fa-circle-o"></i> Blank Page</a></li> <li><a href="pace.html"><i class="fa fa-circle-o"></i> Pace Page</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-share"></i> <span>Multilevel</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li> <li> <a href="#"><i class="fa fa-circle-o"></i> Level One <i class="fa fa-angle-left pull-right"></i></a> <ul class="treeview-menu"> <li><a href="#"><i class="fa fa-circle-o"></i> Level Two</a></li> <li> <a href="#"><i class="fa fa-circle-o"></i> Level Two <i class="fa fa-angle-left pull-right"></i></a> <ul class="treeview-menu"> <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li> <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li> </ul> </li> </ul> </li> <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li> </ul> </li> <li><a href="../../documentation/index.html"><i class="fa fa-book"></i> <span>Documentation</span></a></li> <li class="header">LABELS</li> <li><a href="#"><i class="fa fa-circle-o text-red"></i> <span>Important</span></a></li> <li><a href="#"><i class="fa fa-circle-o text-yellow"></i> <span>Warning</span></a></li> <li><a href="#"><i class="fa fa-circle-o text-aqua"></i> <span>Information</span></a></li> </ul> </section> <!-- /.sidebar --> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> 404 Error Page </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li><a href="#">Examples</a></li> <li class="active">404 error</li> </ol> </section> <!-- Main content --> <section class="content"> <div class="error-page"> <h2 class="headline text-yellow"> 404</h2> <div class="error-content"> <h3><i class="fa fa-warning text-yellow"></i> Oops! Page not found.</h3> <p> We could not find the page you were looking for. Meanwhile, you may <a href="../../index.html">return to dashboard</a> or try using the search form. </p> <form class="search-form"> <div class="input-group"> <input type="text" name="search" class="form-control" placeholder="Search"> <div class="input-group-btn"> <button type="submit" name="submit" class="btn btn-warning btn-flat"><i class="fa fa-search"></i> </button> </div> </div> <!-- /.input-group --> </form> </div> <!-- /.error-content --> </div> <!-- /.error-page --> </section> <!-- /.content --> </div> <!-- /.content-wrapper --> <footer class="main-footer"> <div class="pull-right hidden-xs"> <b>Version</b> 2.3.2 </div> <strong>Copyright &copy; 2014-2015 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved. </footer> <!-- Control Sidebar --> <aside class="control-sidebar control-sidebar-dark"> <!-- Create the tabs --> <ul class="nav nav-tabs nav-justified control-sidebar-tabs"> <li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li> <li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li> </ul> <!-- Tab panes --> <div class="tab-content"> <!-- Home tab content --> <div class="tab-pane" id="control-sidebar-home-tab"> <h3 class="control-sidebar-heading">Recent Activity</h3> <ul class="control-sidebar-menu"> <li> <a href="javascript::;"> <i class="menu-icon fa fa-birthday-cake bg-red"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Langdon's Birthday</h4> <p>Will be 23 on April 24th</p> </div> </a> </li> <li> <a href="javascript::;"> <i class="menu-icon fa fa-user bg-yellow"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Frodo Updated His Profile</h4> <p>New phone +1(800)555-1234</p> </div> </a> </li> <li> <a href="javascript::;"> <i class="menu-icon fa fa-envelope-o bg-light-blue"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Nora Joined Mailing List</h4> <p>nora@example.com</p> </div> </a> </li> <li> <a href="javascript::;"> <i class="menu-icon fa fa-file-code-o bg-green"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Cron Job 254 Executed</h4> <p>Execution time 5 seconds</p> </div> </a> </li> </ul> <!-- /.control-sidebar-menu --> <h3 class="control-sidebar-heading">Tasks Progress</h3> <ul class="control-sidebar-menu"> <li> <a href="javascript::;"> <h4 class="control-sidebar-subheading"> Custom Template Design <span class="label label-danger pull-right">70%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-danger" style="width: 70%"></div> </div> </a> </li> <li> <a href="javascript::;"> <h4 class="control-sidebar-subheading"> Update Resume <span class="label label-success pull-right">95%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-success" style="width: 95%"></div> </div> </a> </li> <li> <a href="javascript::;"> <h4 class="control-sidebar-subheading"> Laravel Integration <span class="label label-warning pull-right">50%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-warning" style="width: 50%"></div> </div> </a> </li> <li> <a href="javascript::;"> <h4 class="control-sidebar-subheading"> Back End Framework <span class="label label-primary pull-right">68%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-primary" style="width: 68%"></div> </div> </a> </li> </ul> <!-- /.control-sidebar-menu --> </div> <!-- /.tab-pane --> <!-- Stats tab content --> <div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div> <!-- /.tab-pane --> <!-- Settings tab content --> <div class="tab-pane" id="control-sidebar-settings-tab"> <form method="post"> <h3 class="control-sidebar-heading">General Settings</h3> <div class="form-group"> <label class="control-sidebar-subheading"> Report panel usage <input type="checkbox" class="pull-right" checked> </label> <p> Some information about this general settings option </p> </div> <!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Allow mail redirect <input type="checkbox" class="pull-right" checked> </label> <p> Other sets of options are available </p> </div> <!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Expose author name in posts <input type="checkbox" class="pull-right" checked> </label> <p> Allow the user to show his name in blog posts </p> </div> <!-- /.form-group --> <h3 class="control-sidebar-heading">Chat Settings</h3> <div class="form-group"> <label class="control-sidebar-subheading"> Show me as online <input type="checkbox" class="pull-right" checked> </label> </div> <!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Turn off notifications <input type="checkbox" class="pull-right"> </label> </div> <!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Delete chat history <a href="javascript::;" class="text-red pull-right"><i class="fa fa-trash-o"></i></a> </label> </div> <!-- /.form-group --> </form> </div> <!-- /.tab-pane --> </div> </aside> <!-- /.control-sidebar --> <!-- Add the sidebar's background. This div must be placed immediately after the control sidebar --> <div class="control-sidebar-bg"></div> </div> <!-- ./wrapper --> <!-- jQuery 2.2.0 --> <script src="../../plugins/jQuery/jQuery-2.2.0.min.js"></script> <!-- Bootstrap 3.3.5 --> <script src="../../bootstrap/js/bootstrap.min.js"></script> <!-- FastClick --> <script src="../../plugins/fastclick/fastclick.js"></script> <!-- AdminLTE App --> <script src="../../dist/js/app.min.js"></script> <!-- AdminLTE for demo purposes --> <script src="../../dist/js/demo.js"></script> </body> </html>
suvjunmd/AdminLTE
pages/examples/404.html
HTML
mit
29,289
<!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.4"/> <title>tbb Namespace Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <!-- end header part --> <!-- Generated by Doxygen 1.8.4 --> <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="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="namespaces.html"><span>Namespace&#160;List</span></a></li> <li><a href="namespacemembers.html"><span>Namespace&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#typedef-members">Typedefs</a> &#124; <a href="#enum-members">Enumerations</a> &#124; <a href="#func-members">Functions</a> </div> <div class="headertitle"> <div class="title">tbb Namespace Reference</div> </div> </div><!--header--> <div class="contents"> <p>The graph class. <a href="#details">More...</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00014.html">aligned_space</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Block of space aligned sufficiently to construct an array T with N elements. <a href="a00014.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00019.html">atomic</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Primary template for atomic. <a href="a00019.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00020.html">atomic&lt; void * &gt;</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Specialization for <a class="el" href="a00020.html" title="Specialization for atomic&lt;void*&gt;, for sake of not allowing arithmetic or operator-&gt;. ">atomic&lt;void*&gt;</a>, for sake of not allowing arithmetic or operator-&gt;. <a href="a00020.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00026.html">blocked_range</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A range over which to iterate. <a href="a00026.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00027.html">blocked_range2d</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A 2-dimensional range that models the Range concept. <a href="a00027.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00028.html">blocked_range3d</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A 3-dimensional range that models the Range concept. <a href="a00028.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00031.html">cache_aligned_allocator</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Meets "allocator" requirements of ISO C++ Standard, Section 20.1.5. <a href="a00031.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00032.html">cache_aligned_allocator&lt; void &gt;</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Analogous to std::allocator&lt;void&gt;, as defined in ISO C++ Standard, Section 20.4.1. <a href="a00032.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00037.html">combinable</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Thread-local storage with optional reduction. <a href="a00037.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00039.html">concurrent_bounded_queue</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A high-performance thread-safe blocking concurrent bounded queue. <a href="a00039.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00050.html">concurrent_vector</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Concurrent vector container. <a href="a00050.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00086.html">mutex</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wrapper around the platform's native lock. <a href="a00086.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00088.html">null_mutex</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A mutex which does nothing. <a href="a00088.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00089.html">null_rw_mutex</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A rw mutex which does nothing. <a href="a00089.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00150.html">task_group_context</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00107.html">pre_scan_tag</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Used to indicate that the initial scan is being performed. <a href="a00107.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00065.html">final_scan_tag</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Used to indicate that the final scan is being performed. <a href="a00065.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00105.html">parallel_while</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration over a stream, with optional addition of more work. <a href="a00105.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00063.html">filter</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A stage in a pipeline. <a href="a00063.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00161.html">thread_bound_filter</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A stage in a pipeline served by a user thread. <a href="a00161.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00106.html">pipeline</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A processing pipeline that applies filters to items. <a href="a00106.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00109.html">queuing_mutex</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Queuing mutex with local-only spinning. <a href="a00109.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00110.html">queuing_rw_mutex</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Queuing reader-writer mutex with local-only spinning. <a href="a00110.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00124.html">recursive_mutex</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00129.html">scalable_allocator</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Meets "allocator" requirements of ISO C++ Standard, Section 20.1.5. <a href="a00129.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00130.html">scalable_allocator&lt; void &gt;</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Analogous to std::allocator&lt;void&gt;, as defined in ISO C++ Standard, Section 20.4.1. <a href="a00130.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html">spin_mutex</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A lock that occupies a single byte. <a href="a00143.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00144.html">spin_rw_mutex_v3</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Fast, unfair, spinning reader-writer lock with backoff and writer-preference. <a href="a00144.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00151.html">task_handle</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00148.html">task_group</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00145.html">structured_task_group</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00153.html">task_scheduler_init</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Class delimiting the scope of task scheduler activity. <a href="a00153.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00156.html">tbb_allocator</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Meets "allocator" requirements of ISO C++ Standard, Section 20.1.5. <a href="a00156.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00157.html">tbb_allocator&lt; void &gt;</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Analogous to std::allocator&lt;void&gt;, as defined in ISO C++ Standard, Section 20.4.1. <a href="a00157.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00172.html">zero_allocator</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Meets "allocator" requirements of ISO C++ Standard, Section 20.1.5. <a href="a00172.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00173.html">zero_allocator&lt; void, Allocator &gt;</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Analogous to std::allocator&lt;void&gt;, as defined in ISO C++ Standard, Section 20.4.1. <a href="a00173.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00022.html">bad_last_alloc</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Exception for concurrent containers. <a href="a00022.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00075.html">improper_lock</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Exception for PPL locks. <a href="a00075.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00171.html">user_abort</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Exception for user-initiated abort. <a href="a00171.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00084.html">missing_wait</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Exception for missing wait on <a class="el" href="a00145.html">structured_task_group</a>. <a href="a00084.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00077.html">invalid_multiple_scheduling</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Exception for repeated scheduling of the same <a class="el" href="a00151.html">task_handle</a>. <a href="a00077.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html">tbb_exception</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Interface to be implemented by all exceptions TBB recognizes and propagates across the threads. <a href="a00158.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00036.html">captured_exception</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">This class is used by TBB to propagate information about unhandled exceptions into the root thread. <a href="a00036.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00085.html">movable_exception</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Template that can be used to implement exception that transfers arbitrary ExceptionData to the root thread. <a href="a00085.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00166.html">tick_count</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Absolute timestamp. <a href="a00166.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a> Typedefs</h2></td></tr> <tr class="memitem:a889d8f126388fdc24c597d195a4d7028"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a889d8f126388fdc24c597d195a4d7028"></a> typedef <br class="typebreak"/> <a class="el" href="a00054.html">internal::critical_section_v4</a>&#160;</td><td class="memItemRight" valign="bottom"><b>critical_section</b></td></tr> <tr class="separator:a889d8f126388fdc24c597d195a4d7028"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga69722571e9e4406693c4a1379f0b47eb"><td class="memItemLeft" align="right" valign="top">typedef <br class="typebreak"/> interface7::internal::padded_mutex<br class="typebreak"/> &lt; interface7::internal::x86_eliding_mutex, <br class="typebreak"/> false &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00260.html#ga69722571e9e4406693c4a1379f0b47eb">speculative_spin_mutex</a></td></tr> <tr class="memdesc:ga69722571e9e4406693c4a1379f0b47eb"><td class="mdescLeft">&#160;</td><td class="mdescRight">A cross-platform spin mutex with speculative lock acquisition. <a href="a00260.html#ga69722571e9e4406693c4a1379f0b47eb">More...</a><br/></td></tr> <tr class="separator:ga69722571e9e4406693c4a1379f0b47eb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6cc3d02744cab8ac389919806d47e417"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6cc3d02744cab8ac389919806d47e417"></a> typedef <a class="el" href="a00144.html">spin_rw_mutex_v3</a>&#160;</td><td class="memItemRight" valign="bottom"><b>spin_rw_mutex</b></td></tr> <tr class="separator:a6cc3d02744cab8ac389919806d47e417"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1a268320974a3357e9609a2f98be5090"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1a268320974a3357e9609a2f98be5090"></a> typedef std::size_t&#160;</td><td class="memItemRight" valign="bottom"><b>stack_size_type</b></td></tr> <tr class="separator:a1a268320974a3357e9609a2f98be5090"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af58de4ab3200dd2bd621f052c6f677e4"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af58de4ab3200dd2bd621f052c6f677e4"></a> typedef <br class="typebreak"/> <a class="el" href="a00155.html">tbb::internal::task_scheduler_observer_v3</a>&#160;</td><td class="memItemRight" valign="bottom"><b>task_scheduler_observer</b></td></tr> <tr class="separator:af58de4ab3200dd2bd621f052c6f677e4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7805ca254302ff88b566f7dcde7e56b0"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7805ca254302ff88b566f7dcde7e56b0"></a> typedef <a class="el" href="a00160.html">internal::tbb_thread_v3</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00237.html#a7805ca254302ff88b566f7dcde7e56b0">tbb_thread</a></td></tr> <tr class="memdesc:a7805ca254302ff88b566f7dcde7e56b0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Users reference thread class by name tbb_thread. <br/></td></tr> <tr class="separator:a7805ca254302ff88b566f7dcde7e56b0"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a> Enumerations</h2></td></tr> <tr class="memitem:adb86d08473679d6fe0eabcdc766ffe3a"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00237.html#adb86d08473679d6fe0eabcdc766ffe3a">memory_semantics</a> { <a class="el" href="a00237.html#adb86d08473679d6fe0eabcdc766ffe3aa6a315190cf4509ec388ecb423432f36a">full_fence</a>, <a class="el" href="a00237.html#adb86d08473679d6fe0eabcdc766ffe3aaa92646b4dc7618530d3a9f51dd10a418">acquire</a>, <a class="el" href="a00237.html#adb86d08473679d6fe0eabcdc766ffe3aa412563418e657114a102db610f726632">release</a>, <a class="el" href="a00237.html#adb86d08473679d6fe0eabcdc766ffe3aa73cb2e2bcb94442b8b2b72e93a76f2e5">relaxed</a> }</td></tr> <tr class="memdesc:adb86d08473679d6fe0eabcdc766ffe3a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Specifies memory semantics. <a href="a00237.html#adb86d08473679d6fe0eabcdc766ffe3a">More...</a><br/></td></tr> <tr class="separator:adb86d08473679d6fe0eabcdc766ffe3a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac5bcb6154c8307fa9f97806afddf2288"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00237.html#ac5bcb6154c8307fa9f97806afddf2288">ets_key_usage_type</a> { <b>ets_key_per_instance</b>, <b>ets_no_key</b> }</td></tr> <tr class="memdesc:ac5bcb6154c8307fa9f97806afddf2288"><td class="mdescLeft">&#160;</td><td class="mdescRight">enum for selecting between single key and key-per-instance versions <br/></td></tr> <tr class="separator:ac5bcb6154c8307fa9f97806afddf2288"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4454db821441ca68bad263d82c40fb7a"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><b>task_group_status</b> { <b>not_complete</b>, <b>complete</b>, <b>canceled</b> }</td></tr> <tr class="separator:a4454db821441ca68bad263d82c40fb7a"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:a5fefe7ed201b920d3fd6c390849c1ccf"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5fefe7ed201b920d3fd6c390849c1ccf"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>__TBB_DECL_ATOMIC</b> (__TBB_LONG_LONG) __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG) __TBB_DECL_ATOMIC(long) __TBB_DECL_ATOMIC(unsigned long) <a class="el" href="a00237.html#a59425abdcb421136e9f5954cfb975e5f">__TBB_DECL_ATOMIC_ALT</a>(unsigned</td></tr> <tr class="separator:a5fefe7ed201b920d3fd6c390849c1ccf"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a59425abdcb421136e9f5954cfb975e5f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a59425abdcb421136e9f5954cfb975e5f"></a> size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00237.html#a59425abdcb421136e9f5954cfb975e5f">__TBB_DECL_ATOMIC_ALT</a> (int, ptrdiff_t) __TBB_DECL_ATOMIC(unsigned) __TBB_DECL_ATOMIC(int) __TBB_DECL_ATOMIC(unsigned short) __TBB_DECL_ATOMIC(short) __TBB_DECL_ATOMIC(char) __TBB_DECL_ATOMIC(signed char) __TBB_DECL_ATOMIC(unsigned char) __TBB_DECL_ATOMIC(wchar_t) template&lt; typename T &gt; struct <a class="el" href="a00019.html">atomic</a>&lt; T * &gt;</td></tr> <tr class="memdesc:a59425abdcb421136e9f5954cfb975e5f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Specialization for atomic&lt;T*&gt; with arithmetic and operator-&gt;. <br/></td></tr> <tr class="separator:a59425abdcb421136e9f5954cfb975e5f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aed82c77b389b208a1c27012a2fc0b5fd"><td class="memTemplParams" colspan="2"><a class="anchor" id="aed82c77b389b208a1c27012a2fc0b5fd"></a> template&lt;memory_semantics M, typename T &gt; </td></tr> <tr class="memitem:aed82c77b389b208a1c27012a2fc0b5fd"><td class="memTemplItemLeft" align="right" valign="top">T&#160;</td><td class="memTemplItemRight" valign="bottom"><b>load</b> (const <a class="el" href="a00019.html">atomic</a>&lt; T &gt; &amp;a)</td></tr> <tr class="separator:aed82c77b389b208a1c27012a2fc0b5fd"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a219b97248f55c909aa3d84e43934b105"><td class="memTemplParams" colspan="2"><a class="anchor" id="a219b97248f55c909aa3d84e43934b105"></a> template&lt;memory_semantics M, typename T &gt; </td></tr> <tr class="memitem:a219b97248f55c909aa3d84e43934b105"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>store</b> (<a class="el" href="a00019.html">atomic</a>&lt; T &gt; &amp;a, T value)</td></tr> <tr class="separator:a219b97248f55c909aa3d84e43934b105"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a49a6826cf4fb8845d26d8d1f1ad0b5fa"><td class="memTemplParams" colspan="2"><a class="anchor" id="a49a6826cf4fb8845d26d8d1f1ad0b5fa"></a> template&lt;typename T , typename U &gt; </td></tr> <tr class="memitem:a49a6826cf4fb8845d26d8d1f1ad0b5fa"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator==</b> (const <a class="el" href="a00031.html">cache_aligned_allocator</a>&lt; T &gt; &amp;, const <a class="el" href="a00031.html">cache_aligned_allocator</a>&lt; U &gt; &amp;)</td></tr> <tr class="separator:a49a6826cf4fb8845d26d8d1f1ad0b5fa"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afdaaf3f3248efc804c6f6fe35855704d"><td class="memTemplParams" colspan="2"><a class="anchor" id="afdaaf3f3248efc804c6f6fe35855704d"></a> template&lt;typename T , typename U &gt; </td></tr> <tr class="memitem:afdaaf3f3248efc804c6f6fe35855704d"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator!=</b> (const <a class="el" href="a00031.html">cache_aligned_allocator</a>&lt; T &gt; &amp;, const <a class="el" href="a00031.html">cache_aligned_allocator</a>&lt; U &gt; &amp;)</td></tr> <tr class="separator:afdaaf3f3248efc804c6f6fe35855704d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1db9470dd2871cb7394ab262dca2051a"><td class="memTemplParams" colspan="2"><a class="anchor" id="a1db9470dd2871cb7394ab262dca2051a"></a> template&lt;typename Key , typename T , typename HashCompare , typename A1 , typename A2 &gt; </td></tr> <tr class="memitem:a1db9470dd2871cb7394ab262dca2051a"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator==</b> (const concurrent_hash_map&lt; Key, T, HashCompare, A1 &gt; &amp;a, const concurrent_hash_map&lt; Key, T, HashCompare, A2 &gt; &amp;b)</td></tr> <tr class="separator:a1db9470dd2871cb7394ab262dca2051a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a05667bcb12f763124fcda402d3720c6a"><td class="memTemplParams" colspan="2"><a class="anchor" id="a05667bcb12f763124fcda402d3720c6a"></a> template&lt;typename Key , typename T , typename HashCompare , typename A1 , typename A2 &gt; </td></tr> <tr class="memitem:a05667bcb12f763124fcda402d3720c6a"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator!=</b> (const concurrent_hash_map&lt; Key, T, HashCompare, A1 &gt; &amp;a, const concurrent_hash_map&lt; Key, T, HashCompare, A2 &gt; &amp;b)</td></tr> <tr class="separator:a05667bcb12f763124fcda402d3720c6a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a16dc40ac2badc8b36b8cc70f92801b76"><td class="memTemplParams" colspan="2"><a class="anchor" id="a16dc40ac2badc8b36b8cc70f92801b76"></a> template&lt;typename Key , typename T , typename HashCompare , typename A &gt; </td></tr> <tr class="memitem:a16dc40ac2badc8b36b8cc70f92801b76"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>swap</b> (concurrent_hash_map&lt; Key, T, HashCompare, A &gt; &amp;a, concurrent_hash_map&lt; Key, T, HashCompare, A &gt; &amp;b)</td></tr> <tr class="separator:a16dc40ac2badc8b36b8cc70f92801b76"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a79ecee2d23f2486c03e720ab9e3ac36c"><td class="memTemplParams" colspan="2"><a class="anchor" id="a79ecee2d23f2486c03e720ab9e3ac36c"></a> template&lt;typename T , class A1 , class A2 &gt; </td></tr> <tr class="memitem:a79ecee2d23f2486c03e720ab9e3ac36c"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator==</b> (const <a class="el" href="a00050.html">concurrent_vector</a>&lt; T, A1 &gt; &amp;a, const <a class="el" href="a00050.html">concurrent_vector</a>&lt; T, A2 &gt; &amp;b)</td></tr> <tr class="separator:a79ecee2d23f2486c03e720ab9e3ac36c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab7258c4acabadf94d03dc62e29396ea0"><td class="memTemplParams" colspan="2"><a class="anchor" id="ab7258c4acabadf94d03dc62e29396ea0"></a> template&lt;typename T , class A1 , class A2 &gt; </td></tr> <tr class="memitem:ab7258c4acabadf94d03dc62e29396ea0"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator!=</b> (const <a class="el" href="a00050.html">concurrent_vector</a>&lt; T, A1 &gt; &amp;a, const <a class="el" href="a00050.html">concurrent_vector</a>&lt; T, A2 &gt; &amp;b)</td></tr> <tr class="separator:ab7258c4acabadf94d03dc62e29396ea0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1523d0389a8cbda80c17ae4f45caa3a6"><td class="memTemplParams" colspan="2"><a class="anchor" id="a1523d0389a8cbda80c17ae4f45caa3a6"></a> template&lt;typename T , class A1 , class A2 &gt; </td></tr> <tr class="memitem:a1523d0389a8cbda80c17ae4f45caa3a6"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator&lt;</b> (const <a class="el" href="a00050.html">concurrent_vector</a>&lt; T, A1 &gt; &amp;a, const <a class="el" href="a00050.html">concurrent_vector</a>&lt; T, A2 &gt; &amp;b)</td></tr> <tr class="separator:a1523d0389a8cbda80c17ae4f45caa3a6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a78cfed58bfde865b68859beb54805019"><td class="memTemplParams" colspan="2"><a class="anchor" id="a78cfed58bfde865b68859beb54805019"></a> template&lt;typename T , class A1 , class A2 &gt; </td></tr> <tr class="memitem:a78cfed58bfde865b68859beb54805019"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator&gt;</b> (const <a class="el" href="a00050.html">concurrent_vector</a>&lt; T, A1 &gt; &amp;a, const <a class="el" href="a00050.html">concurrent_vector</a>&lt; T, A2 &gt; &amp;b)</td></tr> <tr class="separator:a78cfed58bfde865b68859beb54805019"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac6009f009cd331952d8944bcc9733375"><td class="memTemplParams" colspan="2"><a class="anchor" id="ac6009f009cd331952d8944bcc9733375"></a> template&lt;typename T , class A1 , class A2 &gt; </td></tr> <tr class="memitem:ac6009f009cd331952d8944bcc9733375"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator&lt;=</b> (const <a class="el" href="a00050.html">concurrent_vector</a>&lt; T, A1 &gt; &amp;a, const <a class="el" href="a00050.html">concurrent_vector</a>&lt; T, A2 &gt; &amp;b)</td></tr> <tr class="separator:ac6009f009cd331952d8944bcc9733375"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa0d82e59919a1f2c7caa06d061b2480f"><td class="memTemplParams" colspan="2"><a class="anchor" id="aa0d82e59919a1f2c7caa06d061b2480f"></a> template&lt;typename T , class A1 , class A2 &gt; </td></tr> <tr class="memitem:aa0d82e59919a1f2c7caa06d061b2480f"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator&gt;=</b> (const <a class="el" href="a00050.html">concurrent_vector</a>&lt; T, A1 &gt; &amp;a, const <a class="el" href="a00050.html">concurrent_vector</a>&lt; T, A2 &gt; &amp;b)</td></tr> <tr class="separator:aa0d82e59919a1f2c7caa06d061b2480f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4cd91084f08db8c2d23c6a0362e0c441"><td class="memTemplParams" colspan="2"><a class="anchor" id="a4cd91084f08db8c2d23c6a0362e0c441"></a> template&lt;typename T , class A &gt; </td></tr> <tr class="memitem:a4cd91084f08db8c2d23c6a0362e0c441"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>swap</b> (<a class="el" href="a00050.html">concurrent_vector</a>&lt; T, A &gt; &amp;a, <a class="el" href="a00050.html">concurrent_vector</a>&lt; T, A &gt; &amp;b)</td></tr> <tr class="separator:a4cd91084f08db8c2d23c6a0362e0c441"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a17323bcd620e6e3e4091e2e5568f97d3"><td class="memTemplParams" colspan="2"><a class="anchor" id="a17323bcd620e6e3e4091e2e5568f97d3"></a> template&lt;typename T , typename U &gt; </td></tr> <tr class="memitem:a17323bcd620e6e3e4091e2e5568f97d3"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator==</b> (const <a class="el" href="a00129.html">scalable_allocator</a>&lt; T &gt; &amp;, const <a class="el" href="a00129.html">scalable_allocator</a>&lt; U &gt; &amp;)</td></tr> <tr class="separator:a17323bcd620e6e3e4091e2e5568f97d3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af3fb987bb18adf8384db9c9713b81588"><td class="memTemplParams" colspan="2"><a class="anchor" id="af3fb987bb18adf8384db9c9713b81588"></a> template&lt;typename T , typename U &gt; </td></tr> <tr class="memitem:af3fb987bb18adf8384db9c9713b81588"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator!=</b> (const <a class="el" href="a00129.html">scalable_allocator</a>&lt; T &gt; &amp;, const <a class="el" href="a00129.html">scalable_allocator</a>&lt; U &gt; &amp;)</td></tr> <tr class="separator:af3fb987bb18adf8384db9c9713b81588"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aaef1698b222ba9312ab24dcdcd98bbd8"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aaef1698b222ba9312ab24dcdcd98bbd8"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>is_current_task_group_canceling</b> ()</td></tr> <tr class="separator:aaef1698b222ba9312ab24dcdcd98bbd8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aef8de49be152674baa036585a6fdb3cd"><td class="memTemplParams" colspan="2"><a class="anchor" id="aef8de49be152674baa036585a6fdb3cd"></a> template&lt;class F &gt; </td></tr> <tr class="memitem:aef8de49be152674baa036585a6fdb3cd"><td class="memTemplItemLeft" align="right" valign="top"><a class="el" href="a00151.html">task_handle</a>&lt; typename <br class="typebreak"/> internal::strip&lt; F &gt;::type &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><b>make_task</b> (F &amp;&amp;f)</td></tr> <tr class="separator:aef8de49be152674baa036585a6fdb3cd"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6c291402bcc0ba9263cf08b76faf7a2c"><td class="memTemplParams" colspan="2"><a class="anchor" id="a6c291402bcc0ba9263cf08b76faf7a2c"></a> template&lt;class F &gt; </td></tr> <tr class="memitem:a6c291402bcc0ba9263cf08b76faf7a2c"><td class="memTemplItemLeft" align="right" valign="top"><a class="el" href="a00151.html">task_handle</a>&lt; F &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><b>make_task</b> (const F &amp;f)</td></tr> <tr class="separator:a6c291402bcc0ba9263cf08b76faf7a2c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af1595d1bfc4f7be923c17b4ee5c556ae"><td class="memTemplParams" colspan="2"><a class="anchor" id="af1595d1bfc4f7be923c17b4ee5c556ae"></a> template&lt;typename T , typename U &gt; </td></tr> <tr class="memitem:af1595d1bfc4f7be923c17b4ee5c556ae"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator==</b> (const <a class="el" href="a00156.html">tbb_allocator</a>&lt; T &gt; &amp;, const <a class="el" href="a00156.html">tbb_allocator</a>&lt; U &gt; &amp;)</td></tr> <tr class="separator:af1595d1bfc4f7be923c17b4ee5c556ae"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a82ff968904aaa1bb0e2152f590c47be6"><td class="memTemplParams" colspan="2"><a class="anchor" id="a82ff968904aaa1bb0e2152f590c47be6"></a> template&lt;typename T , typename U &gt; </td></tr> <tr class="memitem:a82ff968904aaa1bb0e2152f590c47be6"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator!=</b> (const <a class="el" href="a00156.html">tbb_allocator</a>&lt; T &gt; &amp;, const <a class="el" href="a00156.html">tbb_allocator</a>&lt; U &gt; &amp;)</td></tr> <tr class="separator:a82ff968904aaa1bb0e2152f590c47be6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7bf465e2f6730e2cea0c9531bec9fb2f"><td class="memTemplParams" colspan="2"><a class="anchor" id="a7bf465e2f6730e2cea0c9531bec9fb2f"></a> template&lt;typename T1 , template&lt; typename X1 &gt; class B1, typename T2 , template&lt; typename X2 &gt; class B2&gt; </td></tr> <tr class="memitem:a7bf465e2f6730e2cea0c9531bec9fb2f"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator==</b> (const <a class="el" href="a00172.html">zero_allocator</a>&lt; T1, B1 &gt; &amp;a, const <a class="el" href="a00172.html">zero_allocator</a>&lt; T2, B2 &gt; &amp;b)</td></tr> <tr class="separator:a7bf465e2f6730e2cea0c9531bec9fb2f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a606762cf7c614cb5a1631955938737cd"><td class="memTemplParams" colspan="2"><a class="anchor" id="a606762cf7c614cb5a1631955938737cd"></a> template&lt;typename T1 , template&lt; typename X1 &gt; class B1, typename T2 , template&lt; typename X2 &gt; class B2&gt; </td></tr> <tr class="memitem:a606762cf7c614cb5a1631955938737cd"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator!=</b> (const <a class="el" href="a00172.html">zero_allocator</a>&lt; T1, B1 &gt; &amp;a, const <a class="el" href="a00172.html">zero_allocator</a>&lt; T2, B2 &gt; &amp;b)</td></tr> <tr class="separator:a606762cf7c614cb5a1631955938737cd"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ade8a8bc300d5ef09d38cbfb8baff5cd2"><td class="memItemLeft" align="right" valign="top">int __TBB_EXPORTED_FUNC&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00237.html#ade8a8bc300d5ef09d38cbfb8baff5cd2">TBB_runtime_interface_version</a> ()</td></tr> <tr class="memdesc:ade8a8bc300d5ef09d38cbfb8baff5cd2"><td class="mdescLeft">&#160;</td><td class="mdescRight">The function returns the interface version of the TBB shared library being used. <a href="#ade8a8bc300d5ef09d38cbfb8baff5cd2">More...</a><br/></td></tr> <tr class="separator:ade8a8bc300d5ef09d38cbfb8baff5cd2"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a467930903ce9b7c240c4ad8f0fb8ae3d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a467930903ce9b7c240c4ad8f0fb8ae3d"></a> void&#160;</td><td class="memItemRight" valign="bottom"><b>swap</b> (<a class="el" href="a00160.html">internal::tbb_thread_v3</a> &amp;t1, <a class="el" href="a00160.html">internal::tbb_thread_v3</a> &amp;t2) __TBB_NOEXCEPT(true)</td></tr> <tr class="separator:a467930903ce9b7c240c4ad8f0fb8ae3d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac41903d6b80e61bd6c605412e7820e08"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac41903d6b80e61bd6c605412e7820e08"></a> void&#160;</td><td class="memItemRight" valign="bottom"><b>move</b> (<a class="el" href="a00237.html#a7805ca254302ff88b566f7dcde7e56b0">tbb_thread</a> &amp;t1, <a class="el" href="a00237.html#a7805ca254302ff88b566f7dcde7e56b0">tbb_thread</a> &amp;t2)</td></tr> <tr class="separator:ac41903d6b80e61bd6c605412e7820e08"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa037c1f149250d61cd2fad4541a5e6cb"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa037c1f149250d61cd2fad4541a5e6cb"></a> <a class="el" href="a00076.html">tick_count::interval_t</a>&#160;</td><td class="memItemRight" valign="bottom"><b>operator-</b> (const <a class="el" href="a00166.html">tick_count</a> &amp;t1, const <a class="el" href="a00166.html">tick_count</a> &amp;t0)</td></tr> <tr class="separator:aa037c1f149250d61cd2fad4541a5e6cb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr><td colspan="2"><div class="groupHeader">parallel_for</div></td></tr> <tr><td colspan="2"><div class="groupText"><p>See also requirements on <a class="el" href="a00001.html">Range</a> and <a class="el" href="a00002.html">parallel_for Body</a>. </p> </div></td></tr> <tr class="memitem:gaa8444c29dc4d2e527a1036717d109aef"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:gaa8444c29dc4d2e527a1036717d109aef"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gaa8444c29dc4d2e527a1036717d109aef">parallel_for</a> (const Range &amp;range, const Body &amp;body)</td></tr> <tr class="memdesc:gaa8444c29dc4d2e527a1036717d109aef"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration over range with default partitioner. <a href="a00257.html#gaa8444c29dc4d2e527a1036717d109aef">More...</a><br/></td></tr> <tr class="separator:gaa8444c29dc4d2e527a1036717d109aef"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga9722d2bc7e5edb4fae9f3b55268a1ecc"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga9722d2bc7e5edb4fae9f3b55268a1ecc"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga9722d2bc7e5edb4fae9f3b55268a1ecc">parallel_for</a> (const Range &amp;range, const Body &amp;body, const simple_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:ga9722d2bc7e5edb4fae9f3b55268a1ecc"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration over range with simple partitioner. <a href="a00257.html#ga9722d2bc7e5edb4fae9f3b55268a1ecc">More...</a><br/></td></tr> <tr class="separator:ga9722d2bc7e5edb4fae9f3b55268a1ecc"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gad6c4b06f96ae33cefe78235841791902"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:gad6c4b06f96ae33cefe78235841791902"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gad6c4b06f96ae33cefe78235841791902">parallel_for</a> (const Range &amp;range, const Body &amp;body, const auto_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:gad6c4b06f96ae33cefe78235841791902"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration over range with auto_partitioner. <a href="a00257.html#gad6c4b06f96ae33cefe78235841791902">More...</a><br/></td></tr> <tr class="separator:gad6c4b06f96ae33cefe78235841791902"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga14ae8670bd55620f906aa06e073bd225"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga14ae8670bd55620f906aa06e073bd225"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga14ae8670bd55620f906aa06e073bd225">parallel_for</a> (const Range &amp;range, const Body &amp;body, const static_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:ga14ae8670bd55620f906aa06e073bd225"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration over range with static_partitioner. <a href="a00257.html#ga14ae8670bd55620f906aa06e073bd225">More...</a><br/></td></tr> <tr class="separator:ga14ae8670bd55620f906aa06e073bd225"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gaf3d39e372d825bf54283b5ceafa90057"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:gaf3d39e372d825bf54283b5ceafa90057"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gaf3d39e372d825bf54283b5ceafa90057">parallel_for</a> (const Range &amp;range, const Body &amp;body, affinity_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:gaf3d39e372d825bf54283b5ceafa90057"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration over range with affinity_partitioner. <a href="a00257.html#gaf3d39e372d825bf54283b5ceafa90057">More...</a><br/></td></tr> <tr class="separator:gaf3d39e372d825bf54283b5ceafa90057"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga93a621202db94665144de38c0b09bdad"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga93a621202db94665144de38c0b09bdad"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga93a621202db94665144de38c0b09bdad">parallel_for</a> (const Range &amp;range, const Body &amp;body, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:ga93a621202db94665144de38c0b09bdad"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration over range with default partitioner and user-supplied context. <a href="a00257.html#ga93a621202db94665144de38c0b09bdad">More...</a><br/></td></tr> <tr class="separator:ga93a621202db94665144de38c0b09bdad"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga5b7fab9d6ffe7a9345e9349a5a007bd4"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga5b7fab9d6ffe7a9345e9349a5a007bd4"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga5b7fab9d6ffe7a9345e9349a5a007bd4">parallel_for</a> (const Range &amp;range, const Body &amp;body, const simple_partitioner &amp;partitioner, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:ga5b7fab9d6ffe7a9345e9349a5a007bd4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration over range with simple partitioner and user-supplied context. <a href="a00257.html#ga5b7fab9d6ffe7a9345e9349a5a007bd4">More...</a><br/></td></tr> <tr class="separator:ga5b7fab9d6ffe7a9345e9349a5a007bd4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga4c9935d8710a5cf786a92f3522ab2976"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga4c9935d8710a5cf786a92f3522ab2976"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga4c9935d8710a5cf786a92f3522ab2976">parallel_for</a> (const Range &amp;range, const Body &amp;body, const auto_partitioner &amp;partitioner, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:ga4c9935d8710a5cf786a92f3522ab2976"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration over range with auto_partitioner and user-supplied context. <a href="a00257.html#ga4c9935d8710a5cf786a92f3522ab2976">More...</a><br/></td></tr> <tr class="separator:ga4c9935d8710a5cf786a92f3522ab2976"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga4bb3d8cf616632476ca923eb056ee07d"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga4bb3d8cf616632476ca923eb056ee07d"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga4bb3d8cf616632476ca923eb056ee07d">parallel_for</a> (const Range &amp;range, const Body &amp;body, const static_partitioner &amp;partitioner, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:ga4bb3d8cf616632476ca923eb056ee07d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration over range with static_partitioner and user-supplied context. <a href="a00257.html#ga4bb3d8cf616632476ca923eb056ee07d">More...</a><br/></td></tr> <tr class="separator:ga4bb3d8cf616632476ca923eb056ee07d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga62b1a9ac304ba1eb4f87ab8cc18dd281"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga62b1a9ac304ba1eb4f87ab8cc18dd281"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga62b1a9ac304ba1eb4f87ab8cc18dd281">parallel_for</a> (const Range &amp;range, const Body &amp;body, affinity_partitioner &amp;partitioner, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:ga62b1a9ac304ba1eb4f87ab8cc18dd281"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration over range with affinity_partitioner and user-supplied context. <a href="a00257.html#ga62b1a9ac304ba1eb4f87ab8cc18dd281">More...</a><br/></td></tr> <tr class="separator:ga62b1a9ac304ba1eb4f87ab8cc18dd281"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr><td colspan="2"><div class="groupHeader">parallel_for_each</div></td></tr> <tr class="memitem:gac9225af45fd0468843b3fc32608c71de"><td class="memTemplParams" colspan="2">template&lt;typename Iterator , typename Function &gt; </td></tr> <tr class="memitem:gac9225af45fd0468843b3fc32608c71de"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gac9225af45fd0468843b3fc32608c71de">parallel_for_each</a> (Iterator first, Iterator last, const Function &amp;f, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:gac9225af45fd0468843b3fc32608c71de"><td class="mdescLeft">&#160;</td><td class="mdescRight">Calls function f for all items from [first, last) interval using user-supplied context. <a href="a00257.html#gac9225af45fd0468843b3fc32608c71de">More...</a><br/></td></tr> <tr class="separator:gac9225af45fd0468843b3fc32608c71de"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga72131543fd218b67dbb048b768d534e4"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Function &gt; </td></tr> <tr class="memitem:ga72131543fd218b67dbb048b768d534e4"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga72131543fd218b67dbb048b768d534e4">parallel_for_each</a> (Range &amp;rng, const Function &amp;f, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:ga72131543fd218b67dbb048b768d534e4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Calls function f for all items from rng using user-supplied context. <a href="a00257.html#ga72131543fd218b67dbb048b768d534e4">More...</a><br/></td></tr> <tr class="separator:ga72131543fd218b67dbb048b768d534e4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gad7d0702d16fbd7554584ab735eed39ba"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Function &gt; </td></tr> <tr class="memitem:gad7d0702d16fbd7554584ab735eed39ba"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gad7d0702d16fbd7554584ab735eed39ba">parallel_for_each</a> (const Range &amp;rng, const Function &amp;f, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:gad7d0702d16fbd7554584ab735eed39ba"><td class="mdescLeft">&#160;</td><td class="mdescRight">Calls function f for all items from const rng user-supplied context. <a href="a00257.html#gad7d0702d16fbd7554584ab735eed39ba">More...</a><br/></td></tr> <tr class="separator:gad7d0702d16fbd7554584ab735eed39ba"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga21c63dee10188196a2f0514afa81ff1f"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga21c63dee10188196a2f0514afa81ff1f"></a> template&lt;typename Iterator , typename Function &gt; </td></tr> <tr class="memitem:ga21c63dee10188196a2f0514afa81ff1f"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga21c63dee10188196a2f0514afa81ff1f">parallel_for_each</a> (Iterator first, Iterator last, const Function &amp;f)</td></tr> <tr class="memdesc:ga21c63dee10188196a2f0514afa81ff1f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Uses default context. <br/></td></tr> <tr class="separator:ga21c63dee10188196a2f0514afa81ff1f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga5868cd01f2126b139ab5809f64632db1"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga5868cd01f2126b139ab5809f64632db1"></a> template&lt;typename Range , typename Function &gt; </td></tr> <tr class="memitem:ga5868cd01f2126b139ab5809f64632db1"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga5868cd01f2126b139ab5809f64632db1">parallel_for_each</a> (Range &amp;rng, const Function &amp;f)</td></tr> <tr class="memdesc:ga5868cd01f2126b139ab5809f64632db1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Uses default context. <br/></td></tr> <tr class="separator:ga5868cd01f2126b139ab5809f64632db1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga33463c8b0d0104cf9d9e0f9cb3c0b26b"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga33463c8b0d0104cf9d9e0f9cb3c0b26b"></a> template&lt;typename Range , typename Function &gt; </td></tr> <tr class="memitem:ga33463c8b0d0104cf9d9e0f9cb3c0b26b"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga33463c8b0d0104cf9d9e0f9cb3c0b26b">parallel_for_each</a> (const Range &amp;rng, const Function &amp;f)</td></tr> <tr class="memdesc:ga33463c8b0d0104cf9d9e0f9cb3c0b26b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Uses default context. <br/></td></tr> <tr class="separator:ga33463c8b0d0104cf9d9e0f9cb3c0b26b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr><td colspan="2"><div class="groupHeader">parallel_invoke</div></td></tr> <tr class="memitem:ga3c6fe4bf1076c82132e666fb545451cd"><td class="memTemplParams" colspan="2">template&lt;typename F0 , typename F1 , typename... F&gt; </td></tr> <tr class="memitem:ga3c6fe4bf1076c82132e666fb545451cd"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga3c6fe4bf1076c82132e666fb545451cd">parallel_invoke</a> (F0 &amp;&amp;f0, F1 &amp;&amp;f1, F &amp;&amp;...f)</td></tr> <tr class="memdesc:ga3c6fe4bf1076c82132e666fb545451cd"><td class="mdescLeft">&#160;</td><td class="mdescRight">Executes a list of tasks in parallel and waits for all tasks to complete. <a href="a00257.html#ga3c6fe4bf1076c82132e666fb545451cd">More...</a><br/></td></tr> <tr class="separator:ga3c6fe4bf1076c82132e666fb545451cd"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga14459dcbcd631194df803b155a7f610b"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga14459dcbcd631194df803b155a7f610b"></a> template&lt;typename F0 , typename F1 &gt; </td></tr> <tr class="memitem:ga14459dcbcd631194df803b155a7f610b"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, <a class="el" href="a00150.html">tbb::task_group_context</a> &amp;context)</td></tr> <tr class="separator:ga14459dcbcd631194df803b155a7f610b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gaaea3f3a8883128afb596a963e856277f"><td class="memTemplParams" colspan="2"><a class="anchor" id="gaaea3f3a8883128afb596a963e856277f"></a> template&lt;typename F0 , typename F1 , typename F2 &gt; </td></tr> <tr class="memitem:gaaea3f3a8883128afb596a963e856277f"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, const F2 &amp;f2, <a class="el" href="a00150.html">tbb::task_group_context</a> &amp;context)</td></tr> <tr class="separator:gaaea3f3a8883128afb596a963e856277f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga74932e64ede5047387108fa45f1af96f"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga74932e64ede5047387108fa45f1af96f"></a> template&lt;typename F0 , typename F1 , typename F2 , typename F3 &gt; </td></tr> <tr class="memitem:ga74932e64ede5047387108fa45f1af96f"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, const F2 &amp;f2, const F3 &amp;f3, <a class="el" href="a00150.html">tbb::task_group_context</a> &amp;context)</td></tr> <tr class="separator:ga74932e64ede5047387108fa45f1af96f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gaefc1ba8f73cbdd094575f6db454fc6b5"><td class="memTemplParams" colspan="2"><a class="anchor" id="gaefc1ba8f73cbdd094575f6db454fc6b5"></a> template&lt;typename F0 , typename F1 , typename F2 , typename F3 , typename F4 &gt; </td></tr> <tr class="memitem:gaefc1ba8f73cbdd094575f6db454fc6b5"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, const F2 &amp;f2, const F3 &amp;f3, const F4 &amp;f4, <a class="el" href="a00150.html">tbb::task_group_context</a> &amp;context)</td></tr> <tr class="separator:gaefc1ba8f73cbdd094575f6db454fc6b5"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga3f02dfbb94238b2cf2ef8f20844b03af"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga3f02dfbb94238b2cf2ef8f20844b03af"></a> template&lt;typename F0 , typename F1 , typename F2 , typename F3 , typename F4 , typename F5 &gt; </td></tr> <tr class="memitem:ga3f02dfbb94238b2cf2ef8f20844b03af"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, const F2 &amp;f2, const F3 &amp;f3, const F4 &amp;f4, const F5 &amp;f5, <a class="el" href="a00150.html">tbb::task_group_context</a> &amp;context)</td></tr> <tr class="separator:ga3f02dfbb94238b2cf2ef8f20844b03af"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gad8c1220bbd59e3b8e7bbcdcfdda8047e"><td class="memTemplParams" colspan="2"><a class="anchor" id="gad8c1220bbd59e3b8e7bbcdcfdda8047e"></a> template&lt;typename F0 , typename F1 , typename F2 , typename F3 , typename F4 , typename F5 , typename F6 &gt; </td></tr> <tr class="memitem:gad8c1220bbd59e3b8e7bbcdcfdda8047e"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, const F2 &amp;f2, const F3 &amp;f3, const F4 &amp;f4, const F5 &amp;f5, const F6 &amp;f6, <a class="el" href="a00150.html">tbb::task_group_context</a> &amp;context)</td></tr> <tr class="separator:gad8c1220bbd59e3b8e7bbcdcfdda8047e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga5ee83a66397ee0b15c77756cb5e5168e"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga5ee83a66397ee0b15c77756cb5e5168e"></a> template&lt;typename F0 , typename F1 , typename F2 , typename F3 , typename F4 , typename F5 , typename F6 , typename F7 &gt; </td></tr> <tr class="memitem:ga5ee83a66397ee0b15c77756cb5e5168e"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, const F2 &amp;f2, const F3 &amp;f3, const F4 &amp;f4, const F5 &amp;f5, const F6 &amp;f6, const F7 &amp;f7, <a class="el" href="a00150.html">tbb::task_group_context</a> &amp;context)</td></tr> <tr class="separator:ga5ee83a66397ee0b15c77756cb5e5168e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga1af92ebd06f6cdf5ee668b1fe62657bd"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga1af92ebd06f6cdf5ee668b1fe62657bd"></a> template&lt;typename F0 , typename F1 , typename F2 , typename F3 , typename F4 , typename F5 , typename F6 , typename F7 , typename F8 &gt; </td></tr> <tr class="memitem:ga1af92ebd06f6cdf5ee668b1fe62657bd"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, const F2 &amp;f2, const F3 &amp;f3, const F4 &amp;f4, const F5 &amp;f5, const F6 &amp;f6, const F7 &amp;f7, const F8 &amp;f8, <a class="el" href="a00150.html">tbb::task_group_context</a> &amp;context)</td></tr> <tr class="separator:ga1af92ebd06f6cdf5ee668b1fe62657bd"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga65846bc3b2f63ed1448b6cdfea9e1c80"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga65846bc3b2f63ed1448b6cdfea9e1c80"></a> template&lt;typename F0 , typename F1 , typename F2 , typename F3 , typename F4 , typename F5 , typename F6 , typename F7 , typename F8 , typename F9 &gt; </td></tr> <tr class="memitem:ga65846bc3b2f63ed1448b6cdfea9e1c80"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, const F2 &amp;f2, const F3 &amp;f3, const F4 &amp;f4, const F5 &amp;f5, const F6 &amp;f6, const F7 &amp;f7, const F8 &amp;f8, const F9 &amp;f9, <a class="el" href="a00150.html">tbb::task_group_context</a> &amp;context)</td></tr> <tr class="separator:ga65846bc3b2f63ed1448b6cdfea9e1c80"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga6b1c36ece1d3950677dd01ef0863648c"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga6b1c36ece1d3950677dd01ef0863648c"></a> template&lt;typename F0 , typename F1 &gt; </td></tr> <tr class="memitem:ga6b1c36ece1d3950677dd01ef0863648c"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1)</td></tr> <tr class="separator:ga6b1c36ece1d3950677dd01ef0863648c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gaa979656a4c207782b74800c6c42982f5"><td class="memTemplParams" colspan="2"><a class="anchor" id="gaa979656a4c207782b74800c6c42982f5"></a> template&lt;typename F0 , typename F1 , typename F2 &gt; </td></tr> <tr class="memitem:gaa979656a4c207782b74800c6c42982f5"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, const F2 &amp;f2)</td></tr> <tr class="separator:gaa979656a4c207782b74800c6c42982f5"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga219cb8061b7cf5454c0bc4d67cff1e34"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga219cb8061b7cf5454c0bc4d67cff1e34"></a> template&lt;typename F0 , typename F1 , typename F2 , typename F3 &gt; </td></tr> <tr class="memitem:ga219cb8061b7cf5454c0bc4d67cff1e34"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, const F2 &amp;f2, const F3 &amp;f3)</td></tr> <tr class="separator:ga219cb8061b7cf5454c0bc4d67cff1e34"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga8319ee980cd7cfb03f12ffc2a5ea4895"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga8319ee980cd7cfb03f12ffc2a5ea4895"></a> template&lt;typename F0 , typename F1 , typename F2 , typename F3 , typename F4 &gt; </td></tr> <tr class="memitem:ga8319ee980cd7cfb03f12ffc2a5ea4895"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, const F2 &amp;f2, const F3 &amp;f3, const F4 &amp;f4)</td></tr> <tr class="separator:ga8319ee980cd7cfb03f12ffc2a5ea4895"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga295daf6f7394fba29a979b914be09fc6"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga295daf6f7394fba29a979b914be09fc6"></a> template&lt;typename F0 , typename F1 , typename F2 , typename F3 , typename F4 , typename F5 &gt; </td></tr> <tr class="memitem:ga295daf6f7394fba29a979b914be09fc6"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, const F2 &amp;f2, const F3 &amp;f3, const F4 &amp;f4, const F5 &amp;f5)</td></tr> <tr class="separator:ga295daf6f7394fba29a979b914be09fc6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga7652a01622a2f28df1e0edf40b691190"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga7652a01622a2f28df1e0edf40b691190"></a> template&lt;typename F0 , typename F1 , typename F2 , typename F3 , typename F4 , typename F5 , typename F6 &gt; </td></tr> <tr class="memitem:ga7652a01622a2f28df1e0edf40b691190"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, const F2 &amp;f2, const F3 &amp;f3, const F4 &amp;f4, const F5 &amp;f5, const F6 &amp;f6)</td></tr> <tr class="separator:ga7652a01622a2f28df1e0edf40b691190"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gadd8826371866c58e41dee3546c35d2c8"><td class="memTemplParams" colspan="2"><a class="anchor" id="gadd8826371866c58e41dee3546c35d2c8"></a> template&lt;typename F0 , typename F1 , typename F2 , typename F3 , typename F4 , typename F5 , typename F6 , typename F7 &gt; </td></tr> <tr class="memitem:gadd8826371866c58e41dee3546c35d2c8"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, const F2 &amp;f2, const F3 &amp;f3, const F4 &amp;f4, const F5 &amp;f5, const F6 &amp;f6, const F7 &amp;f7)</td></tr> <tr class="separator:gadd8826371866c58e41dee3546c35d2c8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gaeca8b72507d67dd023dae728bdc89896"><td class="memTemplParams" colspan="2"><a class="anchor" id="gaeca8b72507d67dd023dae728bdc89896"></a> template&lt;typename F0 , typename F1 , typename F2 , typename F3 , typename F4 , typename F5 , typename F6 , typename F7 , typename F8 &gt; </td></tr> <tr class="memitem:gaeca8b72507d67dd023dae728bdc89896"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, const F2 &amp;f2, const F3 &amp;f3, const F4 &amp;f4, const F5 &amp;f5, const F6 &amp;f6, const F7 &amp;f7, const F8 &amp;f8)</td></tr> <tr class="separator:gaeca8b72507d67dd023dae728bdc89896"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga17c9f95fac24b2b7b62f325f511ee7be"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga17c9f95fac24b2b7b62f325f511ee7be"></a> template&lt;typename F0 , typename F1 , typename F2 , typename F3 , typename F4 , typename F5 , typename F6 , typename F7 , typename F8 , typename F9 &gt; </td></tr> <tr class="memitem:ga17c9f95fac24b2b7b62f325f511ee7be"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>parallel_invoke</b> (const F0 &amp;f0, const F1 &amp;f1, const F2 &amp;f2, const F3 &amp;f3, const F4 &amp;f4, const F5 &amp;f5, const F6 &amp;f6, const F7 &amp;f7, const F8 &amp;f8, const F9 &amp;f9)</td></tr> <tr class="separator:ga17c9f95fac24b2b7b62f325f511ee7be"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr><td colspan="2"><div class="groupHeader">parallel_reduce</div></td></tr> <tr><td colspan="2"><div class="groupText"><p>See also requirements on <a class="el" href="a00001.html">Range</a> and <a class="el" href="a00003.html">parallel_reduce Body</a>. </p> </div></td></tr> <tr class="memitem:ga7b1ce9568e0a0efe1bd2d55677bc6687"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga7b1ce9568e0a0efe1bd2d55677bc6687"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga7b1ce9568e0a0efe1bd2d55677bc6687">parallel_reduce</a> (const Range &amp;range, Body &amp;body)</td></tr> <tr class="memdesc:ga7b1ce9568e0a0efe1bd2d55677bc6687"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction and default partitioner. <a href="a00257.html#ga7b1ce9568e0a0efe1bd2d55677bc6687">More...</a><br/></td></tr> <tr class="separator:ga7b1ce9568e0a0efe1bd2d55677bc6687"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gaebb92b593827f9c3f5e1f8ee2f7d5f82"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:gaebb92b593827f9c3f5e1f8ee2f7d5f82"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gaebb92b593827f9c3f5e1f8ee2f7d5f82">parallel_reduce</a> (const Range &amp;range, Body &amp;body, const simple_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:gaebb92b593827f9c3f5e1f8ee2f7d5f82"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction and simple_partitioner. <a href="a00257.html#gaebb92b593827f9c3f5e1f8ee2f7d5f82">More...</a><br/></td></tr> <tr class="separator:gaebb92b593827f9c3f5e1f8ee2f7d5f82"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga3011e7266fb1e43d307060fe75be2c6e"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga3011e7266fb1e43d307060fe75be2c6e"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga3011e7266fb1e43d307060fe75be2c6e">parallel_reduce</a> (const Range &amp;range, Body &amp;body, const auto_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:ga3011e7266fb1e43d307060fe75be2c6e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction and auto_partitioner. <a href="a00257.html#ga3011e7266fb1e43d307060fe75be2c6e">More...</a><br/></td></tr> <tr class="separator:ga3011e7266fb1e43d307060fe75be2c6e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gaf15a4b0e2174dce3a12b70a89bbcdc63"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:gaf15a4b0e2174dce3a12b70a89bbcdc63"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gaf15a4b0e2174dce3a12b70a89bbcdc63">parallel_reduce</a> (const Range &amp;range, Body &amp;body, const static_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:gaf15a4b0e2174dce3a12b70a89bbcdc63"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction and static_partitioner. <a href="a00257.html#gaf15a4b0e2174dce3a12b70a89bbcdc63">More...</a><br/></td></tr> <tr class="separator:gaf15a4b0e2174dce3a12b70a89bbcdc63"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga6e83e121490df24fa5893b14e68f5e2a"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga6e83e121490df24fa5893b14e68f5e2a"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga6e83e121490df24fa5893b14e68f5e2a">parallel_reduce</a> (const Range &amp;range, Body &amp;body, affinity_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:ga6e83e121490df24fa5893b14e68f5e2a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction and affinity_partitioner. <a href="a00257.html#ga6e83e121490df24fa5893b14e68f5e2a">More...</a><br/></td></tr> <tr class="separator:ga6e83e121490df24fa5893b14e68f5e2a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gac57281bea03450ccb2d098ee8c7ab697"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:gac57281bea03450ccb2d098ee8c7ab697"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gac57281bea03450ccb2d098ee8c7ab697">parallel_reduce</a> (const Range &amp;range, Body &amp;body, const simple_partitioner &amp;partitioner, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:gac57281bea03450ccb2d098ee8c7ab697"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction, simple partitioner and user-supplied context. <a href="a00257.html#gac57281bea03450ccb2d098ee8c7ab697">More...</a><br/></td></tr> <tr class="separator:gac57281bea03450ccb2d098ee8c7ab697"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga5f3ebf50ab7f5e53fd936817c866f7be"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga5f3ebf50ab7f5e53fd936817c866f7be"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga5f3ebf50ab7f5e53fd936817c866f7be">parallel_reduce</a> (const Range &amp;range, Body &amp;body, const auto_partitioner &amp;partitioner, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:ga5f3ebf50ab7f5e53fd936817c866f7be"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction, auto_partitioner and user-supplied context. <a href="a00257.html#ga5f3ebf50ab7f5e53fd936817c866f7be">More...</a><br/></td></tr> <tr class="separator:ga5f3ebf50ab7f5e53fd936817c866f7be"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gaf049e6d185c38c2d9e153b0edd3a9015"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:gaf049e6d185c38c2d9e153b0edd3a9015"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gaf049e6d185c38c2d9e153b0edd3a9015">parallel_reduce</a> (const Range &amp;range, Body &amp;body, const static_partitioner &amp;partitioner, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:gaf049e6d185c38c2d9e153b0edd3a9015"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction, static_partitioner and user-supplied context. <a href="a00257.html#gaf049e6d185c38c2d9e153b0edd3a9015">More...</a><br/></td></tr> <tr class="separator:gaf049e6d185c38c2d9e153b0edd3a9015"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga5df3f3a9618fd35931107819cb43fce6"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga5df3f3a9618fd35931107819cb43fce6"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga5df3f3a9618fd35931107819cb43fce6">parallel_reduce</a> (const Range &amp;range, Body &amp;body, affinity_partitioner &amp;partitioner, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:ga5df3f3a9618fd35931107819cb43fce6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction, affinity_partitioner and user-supplied context. <a href="a00257.html#ga5df3f3a9618fd35931107819cb43fce6">More...</a><br/></td></tr> <tr class="separator:ga5df3f3a9618fd35931107819cb43fce6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga1c9b66fa25cadee9ca3bff75a6609b05"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename RealBody , typename Reduction &gt; </td></tr> <tr class="memitem:ga1c9b66fa25cadee9ca3bff75a6609b05"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga1c9b66fa25cadee9ca3bff75a6609b05">parallel_reduce</a> (const Range &amp;range, const Value &amp;identity, const RealBody &amp;real_body, const Reduction &amp;reduction)</td></tr> <tr class="memdesc:ga1c9b66fa25cadee9ca3bff75a6609b05"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction and default partitioner. <a href="a00257.html#ga1c9b66fa25cadee9ca3bff75a6609b05">More...</a><br/></td></tr> <tr class="separator:ga1c9b66fa25cadee9ca3bff75a6609b05"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga0b22fd1de0e8bbaf46587d3c63a1ed93"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename RealBody , typename Reduction &gt; </td></tr> <tr class="memitem:ga0b22fd1de0e8bbaf46587d3c63a1ed93"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga0b22fd1de0e8bbaf46587d3c63a1ed93">parallel_reduce</a> (const Range &amp;range, const Value &amp;identity, const RealBody &amp;real_body, const Reduction &amp;reduction, const simple_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:ga0b22fd1de0e8bbaf46587d3c63a1ed93"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction and simple_partitioner. <a href="a00257.html#ga0b22fd1de0e8bbaf46587d3c63a1ed93">More...</a><br/></td></tr> <tr class="separator:ga0b22fd1de0e8bbaf46587d3c63a1ed93"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga56e6b6e2eee521f532c00d855280be69"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename RealBody , typename Reduction &gt; </td></tr> <tr class="memitem:ga56e6b6e2eee521f532c00d855280be69"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga56e6b6e2eee521f532c00d855280be69">parallel_reduce</a> (const Range &amp;range, const Value &amp;identity, const RealBody &amp;real_body, const Reduction &amp;reduction, const auto_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:ga56e6b6e2eee521f532c00d855280be69"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction and auto_partitioner. <a href="a00257.html#ga56e6b6e2eee521f532c00d855280be69">More...</a><br/></td></tr> <tr class="separator:ga56e6b6e2eee521f532c00d855280be69"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gac0d4eb5ab127b185a92720eff1136fa8"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename RealBody , typename Reduction &gt; </td></tr> <tr class="memitem:gac0d4eb5ab127b185a92720eff1136fa8"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gac0d4eb5ab127b185a92720eff1136fa8">parallel_reduce</a> (const Range &amp;range, const Value &amp;identity, const RealBody &amp;real_body, const Reduction &amp;reduction, const static_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:gac0d4eb5ab127b185a92720eff1136fa8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction and static_partitioner. <a href="a00257.html#gac0d4eb5ab127b185a92720eff1136fa8">More...</a><br/></td></tr> <tr class="separator:gac0d4eb5ab127b185a92720eff1136fa8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gac26c35d1983e7ac2ab003cc8e49dd7e6"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename RealBody , typename Reduction &gt; </td></tr> <tr class="memitem:gac26c35d1983e7ac2ab003cc8e49dd7e6"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gac26c35d1983e7ac2ab003cc8e49dd7e6">parallel_reduce</a> (const Range &amp;range, const Value &amp;identity, const RealBody &amp;real_body, const Reduction &amp;reduction, affinity_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:gac26c35d1983e7ac2ab003cc8e49dd7e6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction and affinity_partitioner. <a href="a00257.html#gac26c35d1983e7ac2ab003cc8e49dd7e6">More...</a><br/></td></tr> <tr class="separator:gac26c35d1983e7ac2ab003cc8e49dd7e6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga518ef2653004d60319bdfc1c6bce86b6"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename RealBody , typename Reduction &gt; </td></tr> <tr class="memitem:ga518ef2653004d60319bdfc1c6bce86b6"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga518ef2653004d60319bdfc1c6bce86b6">parallel_reduce</a> (const Range &amp;range, const Value &amp;identity, const RealBody &amp;real_body, const Reduction &amp;reduction, const simple_partitioner &amp;partitioner, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:ga518ef2653004d60319bdfc1c6bce86b6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction, simple partitioner and user-supplied context. <a href="a00257.html#ga518ef2653004d60319bdfc1c6bce86b6">More...</a><br/></td></tr> <tr class="separator:ga518ef2653004d60319bdfc1c6bce86b6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga24ba50caf5a7c32cbd38912508cb69a4"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename RealBody , typename Reduction &gt; </td></tr> <tr class="memitem:ga24ba50caf5a7c32cbd38912508cb69a4"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga24ba50caf5a7c32cbd38912508cb69a4">parallel_reduce</a> (const Range &amp;range, const Value &amp;identity, const RealBody &amp;real_body, const Reduction &amp;reduction, const auto_partitioner &amp;partitioner, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:ga24ba50caf5a7c32cbd38912508cb69a4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction, auto_partitioner and user-supplied context. <a href="a00257.html#ga24ba50caf5a7c32cbd38912508cb69a4">More...</a><br/></td></tr> <tr class="separator:ga24ba50caf5a7c32cbd38912508cb69a4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga1507205a91a8fd26bd7d9bbcb74ad98b"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename RealBody , typename Reduction &gt; </td></tr> <tr class="memitem:ga1507205a91a8fd26bd7d9bbcb74ad98b"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga1507205a91a8fd26bd7d9bbcb74ad98b">parallel_reduce</a> (const Range &amp;range, const Value &amp;identity, const RealBody &amp;real_body, const Reduction &amp;reduction, const static_partitioner &amp;partitioner, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:ga1507205a91a8fd26bd7d9bbcb74ad98b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction, static_partitioner and user-supplied context. <a href="a00257.html#ga1507205a91a8fd26bd7d9bbcb74ad98b">More...</a><br/></td></tr> <tr class="separator:ga1507205a91a8fd26bd7d9bbcb74ad98b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga367a8e77c4dac3f8764785afdc6c9299"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename RealBody , typename Reduction &gt; </td></tr> <tr class="memitem:ga367a8e77c4dac3f8764785afdc6c9299"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga367a8e77c4dac3f8764785afdc6c9299">parallel_reduce</a> (const Range &amp;range, const Value &amp;identity, const RealBody &amp;real_body, const Reduction &amp;reduction, affinity_partitioner &amp;partitioner, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:ga367a8e77c4dac3f8764785afdc6c9299"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with reduction, affinity_partitioner and user-supplied context. <a href="a00257.html#ga367a8e77c4dac3f8764785afdc6c9299">More...</a><br/></td></tr> <tr class="separator:ga367a8e77c4dac3f8764785afdc6c9299"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga1fd7e3c43592dfe1ae3e3572bd80d4f6"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga1fd7e3c43592dfe1ae3e3572bd80d4f6"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga1fd7e3c43592dfe1ae3e3572bd80d4f6">parallel_deterministic_reduce</a> (const Range &amp;range, Body &amp;body)</td></tr> <tr class="memdesc:ga1fd7e3c43592dfe1ae3e3572bd80d4f6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with deterministic reduction and default simple partitioner. <a href="a00257.html#ga1fd7e3c43592dfe1ae3e3572bd80d4f6">More...</a><br/></td></tr> <tr class="separator:ga1fd7e3c43592dfe1ae3e3572bd80d4f6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gaa872944de4b5f753f74b874707bce379"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:gaa872944de4b5f753f74b874707bce379"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gaa872944de4b5f753f74b874707bce379">parallel_deterministic_reduce</a> (const Range &amp;range, Body &amp;body, const simple_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:gaa872944de4b5f753f74b874707bce379"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with deterministic reduction and simple partitioner. <a href="a00257.html#gaa872944de4b5f753f74b874707bce379">More...</a><br/></td></tr> <tr class="separator:gaa872944de4b5f753f74b874707bce379"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga1b1907e38efdefdce193ff289e18e86a"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga1b1907e38efdefdce193ff289e18e86a"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga1b1907e38efdefdce193ff289e18e86a">parallel_deterministic_reduce</a> (const Range &amp;range, Body &amp;body, const static_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:ga1b1907e38efdefdce193ff289e18e86a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with deterministic reduction and static partitioner. <a href="a00257.html#ga1b1907e38efdefdce193ff289e18e86a">More...</a><br/></td></tr> <tr class="separator:ga1b1907e38efdefdce193ff289e18e86a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga361201f81b4ec7b86f81b579d2db647a"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga361201f81b4ec7b86f81b579d2db647a"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga361201f81b4ec7b86f81b579d2db647a">parallel_deterministic_reduce</a> (const Range &amp;range, Body &amp;body, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:ga361201f81b4ec7b86f81b579d2db647a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with deterministic reduction, default simple partitioner and user-supplied context. <a href="a00257.html#ga361201f81b4ec7b86f81b579d2db647a">More...</a><br/></td></tr> <tr class="separator:ga361201f81b4ec7b86f81b579d2db647a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gadc5031d9c9fbab8160639f6ca1505cff"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:gadc5031d9c9fbab8160639f6ca1505cff"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gadc5031d9c9fbab8160639f6ca1505cff">parallel_deterministic_reduce</a> (const Range &amp;range, Body &amp;body, const simple_partitioner &amp;partitioner, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:gadc5031d9c9fbab8160639f6ca1505cff"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with deterministic reduction, simple partitioner and user-supplied context. <a href="a00257.html#gadc5031d9c9fbab8160639f6ca1505cff">More...</a><br/></td></tr> <tr class="separator:gadc5031d9c9fbab8160639f6ca1505cff"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga8710b9baa5067e2391fca1026a5a2c03"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga8710b9baa5067e2391fca1026a5a2c03"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga8710b9baa5067e2391fca1026a5a2c03">parallel_deterministic_reduce</a> (const Range &amp;range, Body &amp;body, const static_partitioner &amp;partitioner, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:ga8710b9baa5067e2391fca1026a5a2c03"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with deterministic reduction, static partitioner and user-supplied context. <a href="a00257.html#ga8710b9baa5067e2391fca1026a5a2c03">More...</a><br/></td></tr> <tr class="separator:ga8710b9baa5067e2391fca1026a5a2c03"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga7f69e6a632acb51ed26a43ebd331f349"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename RealBody , typename Reduction &gt; </td></tr> <tr class="memitem:ga7f69e6a632acb51ed26a43ebd331f349"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga7f69e6a632acb51ed26a43ebd331f349">parallel_deterministic_reduce</a> (const Range &amp;range, const Value &amp;identity, const RealBody &amp;real_body, const Reduction &amp;reduction)</td></tr> <tr class="memdesc:ga7f69e6a632acb51ed26a43ebd331f349"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with deterministic reduction and default simple partitioner. <a href="a00257.html#ga7f69e6a632acb51ed26a43ebd331f349">More...</a><br/></td></tr> <tr class="separator:ga7f69e6a632acb51ed26a43ebd331f349"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gad9f444ac5712fe11053e9ce6b147640a"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename RealBody , typename Reduction &gt; </td></tr> <tr class="memitem:gad9f444ac5712fe11053e9ce6b147640a"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gad9f444ac5712fe11053e9ce6b147640a">parallel_deterministic_reduce</a> (const Range &amp;range, const Value &amp;identity, const RealBody &amp;real_body, const Reduction &amp;reduction, const simple_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:gad9f444ac5712fe11053e9ce6b147640a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with deterministic reduction and simple partitioner. <a href="a00257.html#gad9f444ac5712fe11053e9ce6b147640a">More...</a><br/></td></tr> <tr class="separator:gad9f444ac5712fe11053e9ce6b147640a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gaf1c05004d0970bd199518f568779429a"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename RealBody , typename Reduction &gt; </td></tr> <tr class="memitem:gaf1c05004d0970bd199518f568779429a"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gaf1c05004d0970bd199518f568779429a">parallel_deterministic_reduce</a> (const Range &amp;range, const Value &amp;identity, const RealBody &amp;real_body, const Reduction &amp;reduction, const static_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:gaf1c05004d0970bd199518f568779429a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with deterministic reduction and static partitioner. <a href="a00257.html#gaf1c05004d0970bd199518f568779429a">More...</a><br/></td></tr> <tr class="separator:gaf1c05004d0970bd199518f568779429a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga69b4eea059a62cbbf409cbad02b70bfa"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename RealBody , typename Reduction &gt; </td></tr> <tr class="memitem:ga69b4eea059a62cbbf409cbad02b70bfa"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga69b4eea059a62cbbf409cbad02b70bfa">parallel_deterministic_reduce</a> (const Range &amp;range, const Value &amp;identity, const RealBody &amp;real_body, const Reduction &amp;reduction, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:ga69b4eea059a62cbbf409cbad02b70bfa"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with deterministic reduction, default simple partitioner and user-supplied context. <a href="a00257.html#ga69b4eea059a62cbbf409cbad02b70bfa">More...</a><br/></td></tr> <tr class="separator:ga69b4eea059a62cbbf409cbad02b70bfa"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga24758356e0e29013807ab12127d06f7d"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename RealBody , typename Reduction &gt; </td></tr> <tr class="memitem:ga24758356e0e29013807ab12127d06f7d"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga24758356e0e29013807ab12127d06f7d">parallel_deterministic_reduce</a> (const Range &amp;range, const Value &amp;identity, const RealBody &amp;real_body, const Reduction &amp;reduction, const simple_partitioner &amp;partitioner, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:ga24758356e0e29013807ab12127d06f7d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with deterministic reduction, simple partitioner and user-supplied context. <a href="a00257.html#ga24758356e0e29013807ab12127d06f7d">More...</a><br/></td></tr> <tr class="separator:ga24758356e0e29013807ab12127d06f7d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gac3c66b6e36066e270e4d27ad41e33697"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename RealBody , typename Reduction &gt; </td></tr> <tr class="memitem:gac3c66b6e36066e270e4d27ad41e33697"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gac3c66b6e36066e270e4d27ad41e33697">parallel_deterministic_reduce</a> (const Range &amp;range, const Value &amp;identity, const RealBody &amp;real_body, const Reduction &amp;reduction, const static_partitioner &amp;partitioner, <a class="el" href="a00150.html">task_group_context</a> &amp;context)</td></tr> <tr class="memdesc:gac3c66b6e36066e270e4d27ad41e33697"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel iteration with deterministic reduction, static partitioner and user-supplied context. <a href="a00257.html#gac3c66b6e36066e270e4d27ad41e33697">More...</a><br/></td></tr> <tr class="separator:gac3c66b6e36066e270e4d27ad41e33697"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr><td colspan="2"><div class="groupHeader">parallel_scan</div></td></tr> <tr><td colspan="2"><div class="groupText"><p>See also requirements on <a class="el" href="a00001.html">Range</a> and <a class="el" href="a00005.html">parallel_scan Body</a>. </p> </div></td></tr> <tr class="memitem:gae7eaaf124471a6c603b28fc925e8fbbb"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:gae7eaaf124471a6c603b28fc925e8fbbb"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gae7eaaf124471a6c603b28fc925e8fbbb">parallel_scan</a> (const Range &amp;range, Body &amp;body)</td></tr> <tr class="memdesc:gae7eaaf124471a6c603b28fc925e8fbbb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel prefix with default partitioner. <a href="a00257.html#gae7eaaf124471a6c603b28fc925e8fbbb">More...</a><br/></td></tr> <tr class="separator:gae7eaaf124471a6c603b28fc925e8fbbb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga7ddacf5e49f1bea9b67803f2d0f57531"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga7ddacf5e49f1bea9b67803f2d0f57531"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga7ddacf5e49f1bea9b67803f2d0f57531">parallel_scan</a> (const Range &amp;range, Body &amp;body, const simple_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:ga7ddacf5e49f1bea9b67803f2d0f57531"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel prefix with simple_partitioner. <a href="a00257.html#ga7ddacf5e49f1bea9b67803f2d0f57531">More...</a><br/></td></tr> <tr class="separator:ga7ddacf5e49f1bea9b67803f2d0f57531"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga3548041731b7fa14f30f155541ceebb9"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Body &gt; </td></tr> <tr class="memitem:ga3548041731b7fa14f30f155541ceebb9"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga3548041731b7fa14f30f155541ceebb9">parallel_scan</a> (const Range &amp;range, Body &amp;body, const auto_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:ga3548041731b7fa14f30f155541ceebb9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel prefix with auto_partitioner. <a href="a00257.html#ga3548041731b7fa14f30f155541ceebb9">More...</a><br/></td></tr> <tr class="separator:ga3548041731b7fa14f30f155541ceebb9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga7dd68a232bb3102788792fcf081a2ab6"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename Scan , typename ReverseJoin &gt; </td></tr> <tr class="memitem:ga7dd68a232bb3102788792fcf081a2ab6"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga7dd68a232bb3102788792fcf081a2ab6">parallel_scan</a> (const Range &amp;range, const Value &amp;identity, const Scan &amp;scan, const ReverseJoin &amp;reverse_join)</td></tr> <tr class="memdesc:ga7dd68a232bb3102788792fcf081a2ab6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel prefix with default partitioner. <a href="a00257.html#ga7dd68a232bb3102788792fcf081a2ab6">More...</a><br/></td></tr> <tr class="separator:ga7dd68a232bb3102788792fcf081a2ab6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gadbc46558909fe3720e95a18241dda603"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename Scan , typename ReverseJoin &gt; </td></tr> <tr class="memitem:gadbc46558909fe3720e95a18241dda603"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gadbc46558909fe3720e95a18241dda603">parallel_scan</a> (const Range &amp;range, const Value &amp;identity, const Scan &amp;scan, const ReverseJoin &amp;reverse_join, const simple_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:gadbc46558909fe3720e95a18241dda603"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel prefix with simple_partitioner. <a href="a00257.html#gadbc46558909fe3720e95a18241dda603">More...</a><br/></td></tr> <tr class="separator:gadbc46558909fe3720e95a18241dda603"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga6dda983975483bbc5dc95558c1ad3d88"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Value , typename Scan , typename ReverseJoin &gt; </td></tr> <tr class="memitem:ga6dda983975483bbc5dc95558c1ad3d88"><td class="memTemplItemLeft" align="right" valign="top">Value&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga6dda983975483bbc5dc95558c1ad3d88">parallel_scan</a> (const Range &amp;range, const Value &amp;identity, const Scan &amp;scan, const ReverseJoin &amp;reverse_join, const auto_partitioner &amp;partitioner)</td></tr> <tr class="memdesc:ga6dda983975483bbc5dc95558c1ad3d88"><td class="mdescLeft">&#160;</td><td class="mdescRight">Parallel prefix with auto_partitioner. <a href="a00257.html#ga6dda983975483bbc5dc95558c1ad3d88">More...</a><br/></td></tr> <tr class="separator:ga6dda983975483bbc5dc95558c1ad3d88"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr><td colspan="2"><div class="groupHeader">parallel_sort</div></td></tr> <tr><td colspan="2"><div class="groupText"><p>See also requirements on <a class="el" href="a00006.html">iterators for parallel_sort</a>. </p> </div></td></tr> <tr class="memitem:gabdc90813499f91d3e32298cd6dc2fe45"><td class="memTemplParams" colspan="2">template&lt;typename RandomAccessIterator , typename Compare &gt; </td></tr> <tr class="memitem:gabdc90813499f91d3e32298cd6dc2fe45"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gabdc90813499f91d3e32298cd6dc2fe45">parallel_sort</a> (RandomAccessIterator begin, RandomAccessIterator end, const Compare &amp;comp)</td></tr> <tr class="memdesc:gabdc90813499f91d3e32298cd6dc2fe45"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sorts the data in [begin,end) using the given comparator. <a href="a00257.html#gabdc90813499f91d3e32298cd6dc2fe45">More...</a><br/></td></tr> <tr class="separator:gabdc90813499f91d3e32298cd6dc2fe45"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga73b58ac9249f49587d0b081c152af551"><td class="memTemplParams" colspan="2">template&lt;typename RandomAccessIterator &gt; </td></tr> <tr class="memitem:ga73b58ac9249f49587d0b081c152af551"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga73b58ac9249f49587d0b081c152af551">parallel_sort</a> (RandomAccessIterator begin, RandomAccessIterator end)</td></tr> <tr class="memdesc:ga73b58ac9249f49587d0b081c152af551"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sorts the data in [begin,end) with a default comparator <code>std::less&lt;RandomAccessIterator&gt;</code> <a href="a00257.html#ga73b58ac9249f49587d0b081c152af551">More...</a><br/></td></tr> <tr class="separator:ga73b58ac9249f49587d0b081c152af551"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga61ce8ba64868c5c15f9d98840193b9bf"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Compare &gt; </td></tr> <tr class="memitem:ga61ce8ba64868c5c15f9d98840193b9bf"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga61ce8ba64868c5c15f9d98840193b9bf">parallel_sort</a> (Range &amp;rng, const Compare &amp;comp)</td></tr> <tr class="memdesc:ga61ce8ba64868c5c15f9d98840193b9bf"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sorts the data in rng using the given comparator. <a href="a00257.html#ga61ce8ba64868c5c15f9d98840193b9bf">More...</a><br/></td></tr> <tr class="separator:ga61ce8ba64868c5c15f9d98840193b9bf"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga541b2fd91e88842a7b823161107779e9"><td class="memTemplParams" colspan="2">template&lt;typename Range , typename Compare &gt; </td></tr> <tr class="memitem:ga541b2fd91e88842a7b823161107779e9"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga541b2fd91e88842a7b823161107779e9">parallel_sort</a> (const Range &amp;rng, const Compare &amp;comp)</td></tr> <tr class="memdesc:ga541b2fd91e88842a7b823161107779e9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sorts the data in const rng using the given comparator. <a href="a00257.html#ga541b2fd91e88842a7b823161107779e9">More...</a><br/></td></tr> <tr class="separator:ga541b2fd91e88842a7b823161107779e9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gaf1fb3ae3aab1213cb9bcf56e30c164bb"><td class="memTemplParams" colspan="2">template&lt;typename Range &gt; </td></tr> <tr class="memitem:gaf1fb3ae3aab1213cb9bcf56e30c164bb"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#gaf1fb3ae3aab1213cb9bcf56e30c164bb">parallel_sort</a> (Range &amp;rng)</td></tr> <tr class="memdesc:gaf1fb3ae3aab1213cb9bcf56e30c164bb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sorts the data in rng with a default comparator <code>std::less&lt;RandomAccessIterator&gt;</code> <a href="a00257.html#gaf1fb3ae3aab1213cb9bcf56e30c164bb">More...</a><br/></td></tr> <tr class="separator:gaf1fb3ae3aab1213cb9bcf56e30c164bb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga60bbc3d7699f09618bd8b5114e4277cb"><td class="memTemplParams" colspan="2">template&lt;typename Range &gt; </td></tr> <tr class="memitem:ga60bbc3d7699f09618bd8b5114e4277cb"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga60bbc3d7699f09618bd8b5114e4277cb">parallel_sort</a> (const Range &amp;rng)</td></tr> <tr class="memdesc:ga60bbc3d7699f09618bd8b5114e4277cb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sorts the data in const rng with a default comparator <code>std::less&lt;RandomAccessIterator&gt;</code> <a href="a00257.html#ga60bbc3d7699f09618bd8b5114e4277cb">More...</a><br/></td></tr> <tr class="separator:ga60bbc3d7699f09618bd8b5114e4277cb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga8f176cdc232a6e5907456656a24983a8"><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr> <tr class="memitem:ga8f176cdc232a6e5907456656a24983a8"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00257.html#ga8f176cdc232a6e5907456656a24983a8">parallel_sort</a> (T *begin, T *end)</td></tr> <tr class="memdesc:ga8f176cdc232a6e5907456656a24983a8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sorts the data in the range <code></code>[begin,end) with a default comparator <code>std::less&lt;T&gt;</code> <a href="a00257.html#ga8f176cdc232a6e5907456656a24983a8">More...</a><br/></td></tr> <tr class="separator:ga8f176cdc232a6e5907456656a24983a8"><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 graph class. </p> <p>The namespace tbb contains all components of the library. </p> </div><h2 class="groupheader">Enumeration Type Documentation</h2> <a class="anchor" id="adb86d08473679d6fe0eabcdc766ffe3a"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">enum <a class="el" href="a00237.html#adb86d08473679d6fe0eabcdc766ffe3a">tbb::memory_semantics</a></td> </tr> </table> </div><div class="memdoc"> <p>Specifies memory semantics. </p> <table class="fieldtable"> <tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><em><a class="anchor" id="adb86d08473679d6fe0eabcdc766ffe3aa6a315190cf4509ec388ecb423432f36a"></a>full_fence</em>&nbsp;</td><td class="fielddoc"> <p>Sequential consistency. </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="adb86d08473679d6fe0eabcdc766ffe3aaa92646b4dc7618530d3a9f51dd10a418"></a>acquire</em>&nbsp;</td><td class="fielddoc"> <p>Acquire. </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="adb86d08473679d6fe0eabcdc766ffe3aa412563418e657114a102db610f726632"></a>release</em>&nbsp;</td><td class="fielddoc"> <p>Release. </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="adb86d08473679d6fe0eabcdc766ffe3aa73cb2e2bcb94442b8b2b72e93a76f2e5"></a>relaxed</em>&nbsp;</td><td class="fielddoc"> <p>No ordering. </p> </td></tr> </table> </div> </div> <h2 class="groupheader">Function Documentation</h2> <a class="anchor" id="ade8a8bc300d5ef09d38cbfb8baff5cd2"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int __TBB_EXPORTED_FUNC tbb::TBB_runtime_interface_version </td> <td>(</td> <td class="paramname">)</td><td></td> <td></td> </tr> </table> </div><div class="memdoc"> <p>The function returns the interface version of the TBB shared library being used. </p> <p>The version it returns is determined at runtime, not at compile/link time. So it can be different than the value of TBB_INTERFACE_VERSION obtained at compile time. </p> </div> </div> </div><!-- contents --> <hr> <p></p> Copyright &copy; 2005-2017 Intel Corporation. All Rights Reserved. <p></p> Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries. <p></p> * Other names and brands may be claimed as the property of others.
bachelorwhc/Valkyrie
third_party/tbb/doc/html/a00237.html
HTML
mit
119,738
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <!-- Generated by DocFlex/XML 1.9.5 on Tue Nov 18 22:22:36 EST 2014 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>element &lt;FilterByMode&gt; (local) | XML Schema Documentation</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript"> window.onload = function() { parent.document.title="element <FilterByMode> (local) | XML Schema Documentation"; } </script> </head> <body> <div class="a1A"><span class="a2">element &lt;FilterByMode&gt; (local)</span></div> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="top"><div class="a1F"><span class="a20">Namespace:</span></div></td> <td><div class="a21"><span class="a12"><a href="../../../namespaces/http_www_siri_org_uk_siri/namespace-overview.html">http://www.siri.org.uk/siri</a></span></div></td> </tr> <tr> <td valign="top"><div class="a1F"><span class="a20">Type:</span></div></td> <td><div class="a21"><span class="a12">xsd:boolean</span></div></td> </tr> <tr> <td valign="top"><div class="a1F"><span class="a20">Content:</span></div></td> <td><div class="a21"><span class="a22">simple</span></div></td> </tr> <tr> <td valign="top"><div class="a1F"><span class="a20">Defined:</span></div></td> <td><div class="a21"><span class="a22"><a href="TopicFiltering.html#a10">locally</a> within </span><span class="a12"><a href="TopicFiltering.html" title="local element">TopicFiltering</a></span><span class="a22"> element in <a href="../schema-overview.html" title="XML Schema “siri_situationExchange_service.xsd”">siri_situationExchange_service.xsd</a>; see <a href="#xml_source">XML source</a></span></div></td> </tr> </table> <div class="a1B"></div> <a name="xml_rep_summary"></a> <table width="100%" cellspacing="0" cellpadding="0" border="0" class="a2D"> <tr> <td colspan="3" width="83.4%" class="a3E"><div class="a3F"><span class="a40">XML Representation Summary</span></div></td> </tr> <tr> <td colspan="3" width="83.4%" class="a3E"><div><span class="a41">&lt;</span><span class="a42">FilterByMode</span><span class="a41">&gt;</span></div></td> </tr> <tr valign="top"> <td width="1%" class="a43"><div><span class="a44">&nbsp;&nbsp;&nbsp;</span></div></td> <td width="1%" class="a46"><div class="aF"><span class="a47">Content:</span><span class="a48">&nbsp;</span></div></td> <td class="a45"><div><span class="a48">{ </span><span class="a53">xsd:boolean</span><span class="a48"> }</span></div></td> </tr> <tr> <td colspan="3" width="83.4%" class="a49"><div><span class="a41">&lt;/</span><span class="a42">FilterByMode</span><span class="a41">&gt;</span></div></td> </tr> </table> <div class="a1B"></div> <div class="a4A"><span class="a2B">Included in content model of elements (1):</span></div> <dl class="aD"><dd> <div><a href="TopicFiltering.html" title="local element">TopicFiltering</a><span class="a26"> (in </span><a href="SituationExchangeServiceCapabilities.html" title="global element" target="detailFrame" class="a27">SituationExchangeServiceCapabilities</a><span class="a26">)</span></div> </dd></dl> <div class="a2A"><span class="a2B">Annotation</span></div> Whether results can be filtered by MODE. Default is true.. (+SIRI v2.0) <div class="a2C"><a name="xml_source"></a><span class="a6">XML Source</span><span class="a1C"> </span><span class="a1D">(<a href="../schema-overview.html#a200">see</a> within schema source)</span></div> <table width="100%" cellspacing="0" cellpadding="5" border="0" class="a2D"> <tr> <td> <div><span class="a2E">&lt;</span><span class="a2F">xsd:element minOccurs</span><span class="a2E">=&quot;</span><span class="a30">0</span><span class="a2E">&quot; </span><span class="a2F">name</span><span class="a2E">=&quot;</span><a href="TopicFiltering.html#a10" class="a31">FilterByMode</a><span class="a2E">&quot; </span><span class="a2F">type</span><span class="a2E">=&quot;</span><span class="a30">xsd:boolean</span><span class="a2E">&quot;&gt;</span></div> <div class="a34"> <span class="a2E">&lt;</span><span class="a2F">xsd:annotation</span><span class="a2E">&gt;</span> <div class="a34"> <span class="a2E">&lt;</span><span class="a2F">xsd:documentation</span><span class="a2E">&gt;</span> <div class="a34"> <span class="a35">Whether results can be filtered by MODE. Default is true.. (+SIRI v2.0)</span> </div> <span class="a2E">&lt;/</span><span class="a2F">xsd:documentation</span><span class="a2E">&gt;</span> </div> <span class="a2E">&lt;/</span><span class="a2F">xsd:annotation</span><span class="a2E">&gt;</span> </div> <div><span class="a2E">&lt;/</span><span class="a2F">xsd:element</span><span class="a2E">&gt;</span></div> </td> </tr> </table> <div class="a13"><hr class="a14"></div> <table width="100%" cellspacing="0" cellpadding="4" border="0" class="a15"> <tr> <td> <div class="a16"><span class="a17">This XML schema documentation has been generated with <a href="http://www.filigris.com/docflex-xml/" target="_blank">DocFlex/XML</a> 1.9.5 using <a href="http://www.filigris.com/docflex-xml/xsddoc/" target="_blank">DocFlex/XML XSDDoc</a> 2.8.1 template set.</span></div> <div class="a16"><span class="a17"><a href="http://www.filigris.com/docflex-xml/" target="_blank">DocFlex/XML</a> is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually using a high-quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML.</span></div> <div class="a16"><span class="a17"><a href="http://www.filigris.com/docflex-xml/xsddoc/" target="_blank">DocFlex/XML XSDDoc</a> is a commercial template application of <a href="http://www.filigris.com/docflex-xml/" target="_blank">DocFlex/XML</a> that implements a high-quality XML Schema documentation generator with simultaneous support of framed multi-file HTML, single-file HTML and RTF output formats. (More formats are planned in the future).</span></div> <div class="a16"><span class="a17">A commercial license for &quot;<a href="http://www.filigris.com/docflex-xml/xsddoc/" target="_blank">DocFlex/XML XSDDoc</a>&quot; will allow you:</span></div> <ul class="a18"> <li> <div class="a0"> <div><span class="a17">To configure the generated documentation so much as you want. Thanks to our template technology, it was possible to support &gt; 400 template parameters, which work the same as &quot;options&quot; of ordinary doc-generators. The parameters are organized in nested groups, which form a parameter tree. Most of them have their default values calculated dynamically from a few primary parameters. So, you'll never need to specify all of them. That will give you swift and effective control over the generated content!</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To use certain features disabled in the free mode (such as the full documenting of substitution groups).</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To select only the initial, imported, included, redefined XML schemas to be documented or only those directly specified by name.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To include only XML schema components specified by name.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To document local element components both globally and locally (similar to attributes).</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To allow/suppress unification of local elements by type.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To enable/disable reproducing of namespace prefixes.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To use <a href="http://www.filigris.com/docflex-xml/xsddoc/#PlainDoc.tpl" target="_blank">PlainDoc.tpl</a> main template to generate all the XML schema documentation in a signle-file form as both HTML and incredible quality RTF output.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To format your annotations with XHTML tags and reproduce that formatting both in HTML and RTF output.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To insert images in your annotations using XHTML &lt;img&gt; tags (supported both in HTML and RTF output).</span></div> </div> </li> <li> <div class="a0"> <div><span class="a19">To remove this very advertisement text!</span></div> </div> </li> </ul> <div class="a11"><span class="a17">Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with <a href="http://www.filigris.com/docflex-xml/#full_edition" target="_blank">DocFlex/XML (Full Edition)</a> and with <a href="http://www.filigris.com/docflex-xml/#docflex-xml-re" target="_blank">DocFlex/XML RE</a>, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required!</span></div> <div class="a11"><span class="a17">But this is not all. In addition to it, a commercial license for &quot;<a href="http://www.filigris.com/docflex-xml/#docflex-xml-sdk" target="_blank">DocFlex/XML SDK</a>&quot; will allow you to modify the <a href="http://www.filigris.com/docflex-xml/xsddoc/" target="_blank">XSDDoc</a> templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only. And, of course, you could develop any template applications by your own!</span></div> <div class="a11"><span class="a19">Please note that by purchasing a license for this software, you not only acquire a useful tool, you will also make an important investment in its future development, the results of which you could enjoy later by yourself. Every single your purchase matters and makes a difference for us!</span></div> <div class="a11"><span class="a17">To purchase a license, please follow this link: <a href="http://www.filigris.com/shop/" target="_blank">http://www.filigris.com/shop/</a></span></div> </td> </tr> </table> </body> </html>
laidig/siri-20-java
doc/schemas/siri_situationExchange_service_xsd/elements/FilterByMode.html
HTML
mit
10,286
<!DOCTYPE html><html><head><title>http://blog.shiv.me/tags/tutorials/</title><link rel="canonical" href="http://blog.shiv.me/tags/tutorials/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://blog.shiv.me/tags/tutorials/" /></head></html>
shiva/shiva.github.io
tags/tutorials/page/1/index.html
HTML
mit
301
<!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_25-ea) on Mon May 13 11:19:43 CST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> 接口 com.conlect.oatos.dto.status.url.UsualContactUrl 的使用 </TITLE> <META NAME="date" CONTENT="2013-05-13"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="接口 com.conlect.oatos.dto.status.url.UsualContactUrl 的使用"; } } </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="../../../../../../../com/conlect/oatos/dto/status/url/UsualContactUrl.html" title="com.conlect.oatos.dto.status.url 中的接口"><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="../../../../../../../index-files/index-1.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?com/conlect/oatos/dto/status/url/\class-useUsualContactUrl.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="UsualContactUrl.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>接口 com.conlect.oatos.dto.status.url.UsualContactUrl<br>的使用</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 使用 <A HREF="../../../../../../../com/conlect/oatos/dto/status/url/UsualContactUrl.html" title="com.conlect.oatos.dto.status.url 中的接口">UsualContactUrl</A> 的软件包</FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.conlect.oatos.dto.status"><B>com.conlect.oatos.dto.status</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.conlect.oatos.dto.status"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <A HREF="../../../../../../../com/conlect/oatos/dto/status/package-summary.html">com.conlect.oatos.dto.status</A> 中 <A HREF="../../../../../../../com/conlect/oatos/dto/status/url/UsualContactUrl.html" title="com.conlect.oatos.dto.status.url 中的接口">UsualContactUrl</A> 的使用</FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2"><A HREF="../../../../../../../com/conlect/oatos/dto/status/package-summary.html">com.conlect.oatos.dto.status</A> 中 <A HREF="../../../../../../../com/conlect/oatos/dto/status/url/UsualContactUrl.html" title="com.conlect.oatos.dto.status.url 中的接口">UsualContactUrl</A> 的子接口</FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;interface</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../com/conlect/oatos/dto/status/RESTurl.html" title="com.conlect.oatos.dto.status 中的接口">RESTurl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="跳过导航链接"></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="../../../../../../../com/conlect/oatos/dto/status/url/UsualContactUrl.html" title="com.conlect.oatos.dto.status.url 中的接口"><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="../../../../../../../index-files/index-1.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?com/conlect/oatos/dto/status/url/\class-useUsualContactUrl.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="UsualContactUrl.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> </BODY> </HTML>
allanfish/facetime-demo
oatos_project/oatos-server/doc/后台接口API大全/com/conlect/oatos/dto/status/url/class-use/UsualContactUrl.html
HTML
mit
7,795
<!-- You can create scalable multi-column layouts with up to 12 columns. Scaling is focused on screens < 768px, >= 768px, >=992px and >1200px --> <!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>Bootstrap Tutorial</title> <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> </head> <body> <div class="container"> <!-- col means column, md >=992px (Also use xs, sm and lg), and the 3 represents the size of the column 3 * 4 = 12 (A 6 column layout would use 2 if they had equal size) --> <div class="row"> <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12"> <h4>Column 1</h4> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean fringilla at libero at finibus. Mauris dui felis, sagittis in dapibus eget, porta quis elit. Donec sodales placerat porta. Vivamus laoreet magna eget facilisis condimentum. Donec porttitor elit nibh, et mollis nunc egestas at. Vestibulum tristique vehicula ligula vel mollis. Quisque ante lectus, tincidunt maximus scelerisque in, molestie nec eros. Vestibulum finibus, lacus at gravida condimentum, tellus mauris imperdiet orci. </div> <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12"> <h4>Column 2</h4> Quisque rutrum augue odio, eu placerat diam bibendum id. Donec at fringilla leo, non varius magna. Vestibulum finibus, lacus at gravida condimentum, tellus mauris imperdiet orci, a pretium justo nulla sit amet nunc. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. In fermentum ex ac lectus porttitor molestie. Sed cursus velit congue ex venenatis accumsan. </div> <!-- When in sm mode the 3rd column jumps up below the 2nd column. To fix it put the following right before the column that messes up using the screen mode being sm that messes up. --> <div class="clearfix visible-sm"></div> <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12"> <h4>Column 3</h4> Pellentesque vulputate faucibus leo, non blandit ante faucibus maximus. Nunc non neque laoreet, tincidunt nisl et, tristique odio. Nullam imperdiet sollicitudin neque malesuada ornare. Curabitur ultrices urna id gravida lacinia. Nunc eu neque vitae nisi luctus rhoncus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac. </div> <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12"> <h4>Column 4</h4> Vestibulum vitae lacus eu metus finibus viverra vel blandit justo. Suspendisse ac sapien sapien. In a pellentesque ipsum. Donec quis venenatis lectus, at vehicula nulla. Etiam imperdiet tellus sit amet lobortis varius. Pellentesque sit amet arcu quis sem pretium luctus. Aliquam vitae neque id augue sollicitudin mattis id vitae lorem. Quisque a metus fermentum, ultricies diam non, dignissim nibh. Aliquam erat </div> </div> </div><br> <!-- For different sized columns divide up the 12 --> <div class="container"> <div class="row"> <div class="col-lg-2 col-md-2 col-sm-4 col-xs-12"> <!-- We can collapse or hide data on the screen --> <h4><a href="#col1Content" data-toggle="collapse">Column 1</a></h4> <!-- With collapse in this div shows on load --> <div id="col1Content" class="collapse in">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean fringilla at libero at finibus a pretium justo nulla sit amet nunc. Vestibulum finibus, lacus at gravida condimentum, tellus mauris imperdiet orci.</div> </div> <div class="col-lg-4 col-md-4 col-sm-8 col-xs-12"> <h4><a href="#col2Content" data-toggle="collapse">Column 2</a></h4> <!-- With class collapse this div won't show on load --> <div id="col2Content" class="collapse">Quisque rutrum augue odio, eu placerat diam bibendum id. Donec at fringilla leo, non varius magna. Vestibulum finibus, lacus at gravida condimentum, tellus mauris imperdiet orci, a pretium justo nulla sit amet nunc. Class aptent taciti sociosqu ad litora torquent per conubia.</div> </div> <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"> <h4><a href="#col3Content" data-toggle="collapse">Column 3</a></h4> <div id="col3Content" class="collapse">Pellentesque vulputate faucibus leo, non blandit ante faucibus maximus. Nunc non neque laoreet, tincidunt nisl et, tristique odio. Nullam imperdiet sollicitudin neque malesuada ornare. Curabitur ultrices urna id gravida lacinia. Nunc eu neque vitae nisi luctus rhoncus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac.</div> </div> </div> </div><br> <!-- Show / Hide elements based on screen size --> <div class="container"> <div class="well hidden-sm hidden-md hidden-lg"> <p>Screen &lt; 768px</p> </div> <div class="well hidden-md hidden-lg"> <p>Screen &gt;= 768px and &lt; 992px</p> </div> <div class="well hidden-lg"> <p>Screen &gt;= 992px and &lt; 1200px</p> </div> <div class="well"> <p>Screen &gt; 1200px</p> </div> </div><br> <div class="container"> <!-- You can constrain the columns if you want --> <div class="row"> <!-- We could move it to the right with a blank div <div class="col-md-6"></div> --> <!-- Or we could use offset --> <div class="col-md-6 col-md-offset-6"> <!-- The table class adds nice spacing and the other classes add additional style --> <table class="table table-bordered table-striped table-hover"> <thead> <tr> <td colspan="4">Best Baseball Players</td> </tr> </thead> <tbody> <tr> <!-- You can adjust the width of table columns as well --> <th class="col-md-2"></td> <!-- Use text alignment like text-center or text-right --> <th class="text-center">Average</td> <th class="text-center">RBIs</td> <th class="text-center">Homeruns</td> </tr> <tr> <td><a href="#">Hank Aaron*</a></td> <td>.305</td> <td>2297</td> <td>755</td> </tr> <tr> <td><a href="#">Babe Ruth*</a></td> <td>.342</td> <td>2214</td> <td>714</td> </tr> <tr> <td><a href="#">Barry Bonds</a></td> <td>.298</td> <td>1996</td> <td>762</td> </tr> </tbody> </table> </div> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> </body> </html>
smileybuddha/smileybuddha.github.io
view/bootstrap2.html
HTML
mit
6,641
<!DOCTYPE html> <html> <head> <meta name='author', content='Robert-W'> <meta name='viewport', id='viewport', content='width=device-width, user-scalable=no, initial-scale=1, minimum-scale=1, maximum-scale=1'> <meta http-equiv='X-UA-Compatible', content='IE=Edge'> <meta charset="utf-8"> <title>Todo Demo</title> <style> html, body, #root, .todo-app { font-family: 'Roboto', sans-serif; overflow: auto; height: 100%; width: 100%; padding: 0; margin: 0; } .hidden { display: none !important; } </style> <link rel='stylesheet' type='text/css' href='https://fonts.googleapis.com/css?family=Roboto:200,400,500,700'> <link rel='stylesheet' type='text/css' href='css/app.css'> </head> <body> <svg class='hidden'> <symbol id='icon-checkmark' viewbox='0 0 78 78'> <path d="M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z"/> </symbol> <symbol id='icon-arrow' viewbox='0 0 307 307'> <path d="M302.445,80.796l-11.101-11.103c-6.123-6.131-16.074-6.131-22.209,0L153.67,183.707L37.907,67.959 c-6.134-6.13-16.08-6.13-22.209,0L4.597,79.06c-6.129,6.133-6.129,16.067,0,22.201l137.83,137.829 c6.129,6.136,16.067,6.136,22.203,0l137.815-136.096C308.589,96.864,308.589,86.926,302.445,80.796z"/> </symbol> <symbol id="icon-close" viewBox="0 0 25 25"> <path d="M 5 19 L 19 5 L 21 7 L 7 21 L 5 19 ZM 7 5 L 21 19 L 19 21 L 5 7 L 7 5 Z"></path> </symbol> </svg> <div id="root"></div> <script src="js/bundle.js"></script> </body> </html>
Robert-W/immutable-flux-todo
src/index.html
HTML
mit
1,812
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Noise</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="icon" type="image/png" sizes="174x174" href="./favicon.png"> <script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-bundle.js"></script> <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet"/> <script src="../build/Tone.js"></script> <script src="./js/tone-ui.js"></script> <script src="./js/components.js"></script> </head> <body> <style> tone-trigger, tone-oscilloscope { margin-bottom: 10px; } tone-oscilloscope { background-color: black; height: 60px; width: 100%; } </style> <tone-example label="Noise"> <div slot="explanation"> <a href="https://tonejs.github.io/docs/Noise">Tone.Noise</a> has 3 different types of noise. Careful, it's loud! </div> <div id="content"> <tone-momentary-button></tone-momentary-button> </div> </tone-example> <script type="text/javascript"> // make the noise and connect it to the output const noise = new Tone.Noise({ volume: -10, type: "brown" }).toDestination(); const toneWaveform = new Tone.Waveform(); noise.connect(toneWaveform); waveform({ parent: document.querySelector("#content"), tone: toneWaveform, }); ui({ parent: document.querySelector("#content"), tone: noise, }); // bind the inteface document.querySelector("tone-momentary-button").addEventListener("down", () => noise.start()); document.querySelector("tone-momentary-button").addEventListener("up", () => noise.stop()); </script> </body> </html>
Tonejs/Tone.js
examples/noises.html
HTML
mit
1,705
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ip::network_v4::broadcast</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="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../ip__network_v4.html" title="ip::network_v4"> <link rel="prev" href="address.html" title="ip::network_v4::address"> <link rel="next" href="canonical.html" title="ip::network_v4::canonical"> </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="address.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__network_v4.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="canonical.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.ip__network_v4.broadcast"></a><a class="link" href="broadcast.html" title="ip::network_v4::broadcast">ip::network_v4::broadcast</a> </h4></div></div></div> <p> <a class="indexterm" name="boost_asio.indexterm.ip__network_v4.broadcast"></a> Obtain an address object that represents the network's broadcast address. </p> <pre class="programlisting">address_v4 broadcast() const; </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright © 2003-2021 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="address.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__network_v4.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="canonical.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_asio/reference/ip__network_v4/broadcast.html
HTML
mit
3,151
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>Video Carousel</title> <meta charset="utf-8"> <meta http-equiv="cleartype" content="on"> <meta name="MobileOptimized" content="320"> <meta name="HandheldFriendly" content="True"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <link rel="shortcut icon" href="http://www.iconj.com/ico/q/t/qtagit3rc6.ico" type="image/x-icon" /> <link href="style.css" rel="stylesheet"/> <script src="apps.js" type="text/javascript"></script> <!--Jquery--> <script src="jquery-1.9.1.min copy 2.js" type="text/javascript"></script> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"> <!-- Optional theme --> <link rel="stylesheet" href="bootstrap/css/bootstrap-theme.min.css"> <!-- mini bootstrap --> <script src="./bootstrap/js/bootstrap.min.js"></script> <!--slideout API https://github.com/Mango/slideout--> <link href="Web-DoodlerSidebar.css" rel="stylesheet"> </head> <body class="body"> <!--DOOOOOOOOODDDBLLLLESSS BARRRSSSSSSS--> <body> <div> <!-- Wrapper --> <div id="wrapper"> <!-- Sidebar --> <div id="sidebar-wrapper"> <h2 class="page-header">Video Playlist</h2> <div id="buttons"> <!--videos are stored here --> </div> </div> <!-- /#sidebar-wrapper --> <!-- Page Content --> <div id="page-content-wrapper" style="position: fixed; height: 0;"></div> <!-- /#page-content-wrapper --> </div> <!-- /#wrapper --> <a href="#menu-toggle" type="button" class="btn btn-danger" id="menu-toggle">Close</a> <div id="iframeContainer"> </div> </div> <script> //sidebar script var counter = 0,onOffCounter = 0; var menu_toggle = $("#menu-toggle"); //Toggle for sidebar menu_toggle.click(function(e) { e.preventDefault(); if(onOffCounter % 2 == 0){ menu_toggle[0].innerHTML = 'Playlist';//change label of button when clicked } else{ menu_toggle[0].innerHTML = 'Close'; } onOffCounter++; }); </script> <!--container keeps uer from touching player --> <div id="container"> <!--youtube player --> <div id="player"></div> </div> <!--player buttons--> <menu class="small"> <button class="rw"></button> <button class="play"></button> <button class="pause"></button> <button class="stop"></button> <button class="ff"></button> </menu> <script src="./sideBar/sideBar.js" type="text/javascript"></script> <script src="apps.js" type="text/javascript"></script> </body> </html>
iM-Durant7/iM-Durant7.github.io
ICe Site/assets/oldProjects/YouTubeCarousel/index.html
HTML
mit
2,879
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>keyPressed \ Language (API) \ Processing 1.0</title> <link rel="icon" href="img/processing-1.ico" type="image/x-icon" /> <link rel="shortcut icon" href="img/processing-1.ico" type="image/x-icon" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="Author" content="Casey Reas &amp; Ben Fry" /> <meta name="Publisher" content="Processing" /> <meta name="Keywords" content="Processing, Processing, Interactive Media, Electronic Arts, Programming, Java, Ben Fry, Casey Reas" /> <meta name="Description" content="Processing is an electronic sketchbook for developing ideas. It is a context for learning fundamentals of computer programming within the context of the electronic arts." /> <meta name="Copyright" content="All contents copyright Ben Fry, Casey Reas, MIT Media Laboratory" /> <script src="javascript/MM_functions.js" type="text/javascript"></script> <link href="css/style.css" rel="stylesheet" type="text/css" /> </head> <body id="Langauge" onload="" > <!-- ==================================== PAGE ============================ --> <div id="container"> <!-- ==================================== HEADER ============================ --> <div id="header"> <a href="http://processing.org/"><img src="img/processing.gif" alt="Processing cover" title="Back to the reference index." /></a> <form name="search" action="http://www.google.com/search" method="get" > <!--<label>Search processing.org:</label>--> <p><input type="hidden" name="as_sitesearch" value="processing.org" /> <input type="text" name="as_q" value="" size="20" class="text" /> <input type="submit" value="Search" /></p> <!--<input type="image" src="img/search_button.gif" value="Submit" alt="Submit" /></p>--> </form> </div> <div id="navigation"> <div class="navBar" id="mainnav_noSub"> <a href="index.html" class="active">Language</a> (<a href="alpha.html">A-Z</a>) \ <a href="libraries/index.html">Libraries</a> \ <a href="tools/index.html">Tools</a> \ <a href="environment/index.html">Environment</a> </div> </div> <a id="TOP" name="TOP"></a> <!-- ==================================== CONTENT - Headers ============================ --> <div class="content"> <p class="ref-notice">Reference for Processing version 1.5. If you have a previous version, use the reference included with your software. If you see any errors or have suggestions, <a href="http://code.google.com/p/processing/issues/list">please let us know</a>. If you prefer a more technical reference, visit the <a href="http://processing.googlecode.com/svn/trunk/processing/build/javadoc/core/index.html">Processing Javadoc</a>.</p> <table cellpadding="0" cellspacing="0" border="0" class="ref-item"> <tr class="name-row"> <th scope="row">Name</th> <td><h3>keyPressed</h3></td> </tr> <tr class=""> <th scope="row">Examples</th> <td><div class="example"><pre>// Click on the image to give it focus // and press any key // Note: the rectangle in this example may // flicker as the operating system may // register a long key press as a repetition // of key presses void draw() { if (keyPressed == true) { fill(0); } else { fill(255); } rect(25, 25, 50, 50); }</pre></div></td> </tr> <tr class=""> <th scope="row">Description</th> <td>The boolean system variable <b>keyPressed</b> is <b>true</b> if any key is pressed and <b>false</b> if no keys are pressed.</td> </tr> <tr class=""> <th scope="row">Syntax</th> <td><pre>keyPressed</pre></td> </tr> <tr class=""> <th scope="row">Usage</th> <td>Web & Application</td> </tr> <tr class=""> <th scope="row">Related</th> <td><a href="key.html">key </a><br /><a href="keyCode.html">keyCode</a><br /><a href="keyPressed_.html">keyPressed() </a><br /><a href="keyReleased_.html">keyReleased()</a><br /></td> </tr> </table> Updated on August 30, 2010 04:29:39pm EDT<br /><br /> <!-- Creative Commons License --> <div class="license"> <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.gif" /></a> </div> <!-- <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=""> <dc:title>Processing.org Reference</dc:title> <dc:date>2004</dc:date> <dc:description>Reference for the Processing.org programming environment and language.</dc:description> <dc:creator><Agent> <dc:title>Casey Reas et al.</dc:title> </Agent></dc:creator> <dc:rights><Agent> <dc:title>Casey Reas</dc:title> </Agent></dc:rights> <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> <license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.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" /> <prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" /> <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> <requires rdf:resource="http://web.resource.org/cc/ShareAlike" /> </License> </rdf:RDF> --> </div> <!-- ==================================== FOOTER ============================ --> <div id="footer"> <div id="copyright">Processing was initiated by <a href="http://benfry.com/">Ben Fry</a> and <a href="http://reas.com">Casey Reas</a>. It is developed by a <a href="people.html">small team of volunteers</a>.</div> <div id="colophon"> <a href="copyright.html">&copy; Info</a> \ <span>Site hosted by <a href="http://www.mediatemple.net">Media Temple!</a></span> </div> </div> </div> </body> </html>
argets08/Roomba
processing/processing-1.5.1/modes/java/reference/keyPressed.html
HTML
mit
6,377
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" href="../../favicon.ico"> <title>Jumbotron Template for Bootstrap</title> <!-- Bootstrap core CSS --> <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="jumbotron.css" rel="stylesheet"> </head> <body> <nav class="navbar navbar-expand-md navbar-inverse fixed-top bg-inverse"> <a class="navbar-brand" href="#">Navbar</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarsExampleDefault"> <ul class="navbar-nav mr-auto"> <li class="nav-item active"> <a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a> </li> <li class="nav-item"> <a class="nav-link" href="#">Link</a> </li> <li class="nav-item"> <a class="nav-link disabled" href="#">Disabled</a> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="http://example.com" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropdown</a> <div class="dropdown-menu" aria-labelledby="dropdown01"> <a class="dropdown-item" href="#">Action</a> <a class="dropdown-item" href="#">Another action</a> <a class="dropdown-item" href="#">Something else here</a> </div> </li> </ul> <form class="form-inline my-2 my-lg-0"> <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> </form> </div> </nav> <!-- Main jumbotron for a primary marketing message or call to action --> <div class="jumbotron"> <div class="container"> <h1 class="display-3">Hello, world!</h1> <p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</p> <p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more &raquo;</a></p> </div> </div> <div class="container"> <!-- Example row of columns --> <div class="row"> <div class="col-md-4"> <h2>Heading</h2> <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p> <p><a class="btn btn-secondary" href="#" role="button">View details &raquo;</a></p> </div> <div class="col-md-4"> <h2>Heading</h2> <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p> <p><a class="btn btn-secondary" href="#" role="button">View details &raquo;</a></p> </div> <div class="col-md-4"> <h2>Heading</h2> <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p> <p><a class="btn btn-secondary" href="#" role="button">View details &raquo;</a></p> </div> </div> <hr> <footer> <p>&copy; Company 2017</p> </footer> </div> <!-- /container --> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js" integrity="sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc=" crossorigin="anonymous"></script> <script src="../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html>
CabreraRR/To-Do-List-App
public/bower_components/bootstrap/docs/examples/jumbotron/index.html
HTML
mit
5,114
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta content="width=device-width,minimum-scale=1.0,maximum-scale=1.0" name="viewport"> <meta content="text/html;charset=utf-8" http-equiv="Content-Type"> <meta name="viewport" content="width=device-width,height=device-height,inital-scale=1.0,maximum-scale=1.0,user-scalable=no;"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> {$page_seo} <link type="text/css" rel="stylesheet" href="{res file=css/index.css}"> <link type="text/css" rel="stylesheet" href="{res file=css/tuan.css}"> <script type="text/javascript" src="{res file=js/jquery-1.8.0.min.js}"></script> <link type="text/css" rel="stylesheet" href="{res file=css/mmenu.css}"> <script type="text/javascript" src="{res file=js/sub_menu.js}" charset="utf-8"></script> <script type="text/javascript" src="{res file=js/jquery.mmenu.min.js}" charset="utf-8"></script> <script type="text/javascript" src="{res file=js/touchslider.dev.js}"></script> <script type="text/javascript" src="{lib file=jquery.plugins/jquery.validate.js}" charset="utf-8"></script> </head> <body> {include file=header.html} <!---------详情页-------------> <div class="detail_img tuan_con"> <!-- {if $goods._images } --> <div class="sliders" > <ul class="sliderlist" id="slider"> <!--{foreach from=$goods._images item=goods_image name=fe_goods_image}--> <li><img src="{$site_url}/{$goods_image.thumbnail}"></li> <!--{/foreach}--> </ul> </div> <script type="text/javascript"> var t1=new TouchSlider('slider',{speed:600, timeout:3000, direction:'left', align:'left'}) </script> <!-- {else} --> <div class="imgbox"> <img src="{$goods.default_image}"> </div> <!-- {/if} --> <form method="post" id="join_group_form" action="index.php?app=groupbuy&amp;id={$group.group_id}"> <h2 class="tuan_tit"> <p class="info">{$group.group_name|escape}</p> <p class="time"><strong>{$group.state_desc}</strong> <!-- {if $group.state eq 1} --><span class="s_time"><img src="{res file=images/time.png}">剩余:{$group.end_times}</span></p> <!-- {/if} --> </h2> <div class="tuan_info"> <ul> <li> <p class="title">起始时间:</p> <p class="con"><b>{$group.start_time|date:Y-m-d} </b>至<b>{$group.end_time|date:Y-m-d}</b></p> </li> <li> <p class="title">已卖件数:</p> <p class="con"> <span> <b>{$group.sale_num}</b></span> </p> </li> <!-- {if $group.max_per_user gt 0} --> <li> <p class="title">每人限购:</p> <p class="con"><b> {$group.max_per_user}</b></p> </li> <!-- {/if} --> <li> <p class="title">团购说明:</p> <p class="con"> <!-- {if $group.group_desc} --> {$group.group_desc} <!-- {else} --> {$lang.no_desc} <!-- {/if} --> </p> </li> </ul> </div> <div class="tuan_name"> 商品名称:{$goods.goods_name} </div> <div class="info_table"> <table> <tbody> <tr> <th>{$goods.spec_name|escape}</th> <th>{$lang.original_price}</th> <th>{$lang.group_price}</th> <!-- {if $group.ican.join or $group.ican.join_info} --> <th>{$lang.buy_quantity}</th> <!-- {/if} --> </tr> <!-- {foreach from=$goods._specs item=spec} --> <tr> <td> {$spec.spec}<input ectype="spec" name="spec[]" type="hidden" class="text" value="{$spec.spec}" /><input ectype="spec_id" name="spec_id[]" type="hidden" class="text" value="{$spec.spec_id}" /> </td> <td style="text-decoration:line-through">{$spec.price|price}</td> <td style="color:#b20005">{$spec.group_price|price}</td> <!-- {if $group.ican.join or $group.ican.join_info} --> <td> <!-- {if $group.ican.join} --><input ectype='quantity' name="quantity[]" type="text" class="nums" /><!-- {/if} --> <!-- {if $group.ican.join_info} -->{$spec.my_qty}<!-- {/if} --> </td> <!-- {/if} --> </tr> <!-- {/foreach} --> </tbody> </table> </div> <div class="tuan_btn"> <!-- {if $group.ican.join_info} --> <!-- {/if} --> <!-- {if $group.ican.exit} --> <input name="exit" class="red_btn" type="submit" value="{$lang.joined_this_groupbuy},点击{$lang.exit_groupbuy}" /> <!-- {/if} --> <!-- {if $group.ican.buy} --> <input name="buy" class="red_btn" onClick="window.location.href='index.php?app=order&goods=groupbuy&group_id={$smarty.get.id}'" type="button" value="{$lang.buy}" /> <!-- {/if} --> </div> <!-- {if $group.ican.join} --> <div class="tuan_btn"> <input type="button" value="参加团购" class="red_btn" id="join"> </div> <div id="info" class="tuan_user" style="display: none;"> <h2>参团人信息<a href="javascript:;" id='close' class="close"><img src="{res file=images/close.png}"></a></h2> <p class="tit">请认真填写以下信息,以便店主与您联系</p> <p>真实姓名:<input type="text" name="link_man" class="tu_txt"></p> <p>联系电话:<input type="text" name="tel" class="tu_txt"></p> <div class="tuan_btn"> <input type="submit" value="参加团购" name="join" class="red_btn" > </div> </div> <!-- {/if} --> </div> </form> <div class="detail_con"> <ul class="tab"> <li class="cur">商品详情</li> <li>参团记录</li> </ul> <div class="tab_con"> <ul class="zx_list"> {$goods.description} </ul> </div> <div class="tab_con" style="display:none;"> <ul class="comments_list"> <!-- {foreach from=$join_list item=user} --> <li>{$user.user_name}</li> <!-- {foreachelse} --> <li>{$lang.no_groupbuy_log}</li> <!-- {/foreach} --> </ul> </div> </div> <!----------tab切换---------------> <script type="text/javascript"> jQuery(function(jq){ function changeTab(lis, divs){ lis.each(function(i){ var els = jq(this); els.click(function(){ lis.removeClass(); divs.stop().hide().animate({'opacity':0},0); jq(this).addClass("cur"); divs.eq(i).show().animate({'opacity':1},300); }); }); } var rrE = jq(".detail_con"); changeTab(rrE.find(".tab li"), rrE.find(".tab_con")); }); </script> <!------底部--------> {include file=footer.html} </body> </html> <script type="text/javascript"> //<!CDATA[ $(function(){ $('#join').click(function(){ var qty = 0; var error = false; var max_per_user = {$group.max_per_user}; $('input[ectype="quantity"]').each(function(){ if(parseInt($(this).val()) > 0 ){ qty += parseInt($(this).val()); } if($(this).val() !='' && (parseInt($(this).val()) < 0 || isNaN(parseInt($(this).val())))) { error = true; } }); if('{$group.ican.login}'){ alert('{$lang.need_login}'); var SITE_URL = "{$site_url}"; window.location.href = SITE_URL + '/index.php?app=member&act=login&ret_url=' + encodeURIComponent('index.php?app=groupbuy&id={$group.group_id}'); }else if(error == true){ alert('{$lang.invalid_quantity}'); }else if(qty == 0){ alert('{$lang.fill_quantity}'); }else if(max_per_user > 0 && qty > max_per_user){ alert('{sprintf lang=error_max_per_user var1=group.max_per_user}'); }else{ $('#info').show(); $('input[name="link_man"]').focus(); $('input[ectype="quantity"]').attr('disabled',true); } }); $('#close').click(function(){ $('#info').hide(); $('input[ectype="quantity"]').attr('disabled',false); }); $('#join_group_form').submit(function(){ $('input[ectype="quantity"]').attr('disabled',false); }); $('input[name="exit"]').click(function(){ if(!confirm('{$lang.confirm_exit}')){ return false; } }); $('#join_group_form').validate({ errorPlacement: function(error, element){ $(element).next('.field_notice').hide(); $(element).after(error); }, onkeyup : false, rules : { link_man : { required : true }, tel :{ checkTel : true } }, messages : { link_man : { required : '{$lang.fill_join_user_info}' }, tel: { checkTel : '{$lang.fill_join_user_info}' } } }); }); //]]> </script>
guotao2000/ecmall
themes/wapstore/default12/groupbuy.index.html
HTML
mit
10,352
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Chartbuilder</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <!-- favicon updates through js --> <link id="favicon" rel="shortcut icon" type="image/png" href="" /> <!-- Libraries CSS --> <link rel="stylesheet" href="bower_components/html5-boilerplate/css/normalize.css" type="text/css" media="screen" charset="utf-8"> <link rel="stylesheet" href="bower_components/html5-boilerplate/css/main.css" type="text/css" media="screen" charset="utf-8"> <link rel="stylesheet" href="bower_components/really-simple-color-picker/colorPicker.css" type="text/css" media="screen" charset="utf-8"> <!-- Chartbuilder CSS --> <link rel="stylesheet" href="css/chartbuilder.css" type="text/css" media="screen" charset="utf-8"> <link rel="stylesheet" href="css/gneisschart.css" type="text/css" media="screen" charset="utf-8"> <link rel="stylesheet" href="css/colorPicker.css" type="text/css" media="screen" charset="utf-8"> </head> <body> <!-- Add your site or application content here --> <div id="interactiveContent"> <div id="leftColumn" class="column"> <div class="cbInner"> <div id="staticContainer"> <div id="chartContainer"></div> <canvas id="canvas" width="1200px" height="676px"></canvas> <canvas id="favicanvas" width="16px" height="16px"></canvas> </div> </div> </div> <div id="rightColumn" class="column"> <div class="cbInner"> <h1>ChartBuilder</h1> <div id="chartOptions" class="interfaceCol"> <div id="datainput"> <div class="inputGroup"> <h2>1. Input your data</h2> <span id="invalidDataSpan" class="hide">Warning: Data is Invalid</span> <textarea id="csvInput" class="input-box" name="csvInput" rows="8"></textarea> </div> <div class="inputGroup"> <h4>Check the format of your data</h4> <div id="dataTable" class="input-box"> <table border=0> <tr><th>Header</th></tr> <tr><td>Data</td></tr> </table> </div> </div> <div class="clearfix"></div> </div> <div class="optionBlock topOptionBlock"> <h2>2. Series Options</h2> <div id="seriesItems"></div> </div> <div class="optionBlock"> <h2>3. Chart Options</h2> <div class="optionGroup"><label for="chart_title">Title</label><input type="text" name="chart_title" value="" id="chart_title"></div> <div class="optionGroup"><label for="credit">Credit</label><input id="creditLine" type="text" name="credit" value="Made with Chartbuilder"></div> <div class="optionGroup"><label for="source">Source</label><input id="sourceLine" type="text" name="source" value="Data: "> <cite>Something like "Data: Bureau of Labor Statistics" or "Data compiled by Factset"</cite></div> </div> <div class="optionBlock"> <h2>4. Right Axis Options</h2> <div id="rightAxisControls"> <div class="optionGroup"><label for="right_axis_prefix">Right Axis Prefix</label><input type="text" name="right_axis_prefix" value="" id="right_axis_prefix"></div> <div class="optionGroup"><label for="right_axis_suffix">Right Axis Suffix</label><input type="text" name="right_axis_suffix" value="" id="right_axis_suffix"></div> <div class="optionGroup"><label for="right_axis_tick_num">Number of Y Axis Ticks</label><select name="right_axis_tick_num" id="right_axis_tick_num" size="1"> <option>3</option> <option selected >4</option> <option>5</option> <option>6</option> <option>7</option> <option>8</option> <option>9</option> <option>10</option> </select></div> <div class="optionGroup"><label for="right_axis_max">Right Axis Max</label><input type="text" name="right_axis_max" value="" id="right_axis_max"></div> <div class="optionGroup"><label for="right_axis_min">Right Axis Min</label><input type="text" name="right_axis_min" value="" id="right_axis_min"></div> <div class="optionGroup advanced"><label for="right_axis_tick_override">Right Axis Tick Override</label><input type="text" name="right_axis_tick_override" value="" id="right_axis_tick_override"></div> </div> </div> <div id="leftAxisControls" class="optionBlock hide"> <h2>4+ Left Axis Options</h2> <div class="optionGroup"><label for="left_axis_prefix">Left Axis Prefix</label><input type="text" name="left_axis_prefix" value="" id="left_axis_prefix"></div> <div class="optionGroup"><label for="left_axis_suffix">Left Axis Suffix</label><input type="text" name="left_axis_suffix" value="" id="left_axis_suffix"></div> <div class="optionGroup"><label for="left_axis_max">Left Axis Max</label><input type="text" name="left_axis_max" value="" id="left_axis_max"></div> <div class="optionGroup"><label for="left_axis_min">Left Axis Min</label><input type="text" name="left_axis_min" value="" id="left_axis_min"></div> <div class="optionGroup"><label for="left_axis_tick_override">Left Axis Tick Override</label><input type="text" name="left_axis_tick_override" value="" id="left_axis_tick_override" ></div> </div> <div class="optionBlock"> <h2>5. Bottom Axis Options</h2> <div class="optionGroup showonlywith-date"> <label for="x_axis_tick_date_frequency">Tick date frequency</label><select name="x_axis_tick_date_frequency" id="x_axis_tick_date_frequency" size="1"> <option selected>auto</option> <option>1 hour</option> <option>2 hours</option> <option>3 hours</option> <option>4 hours</option> <option>6 hours</option> <option>1 day</option> <option>1 week</option> <option>1 month</option> <option>3 months</option> <option>6 months</option> <option>1 year</option> <option>5 years</option> <option>10 years</option> <option>20 years</option> <option>50 years</option> <option>100 years</option> </select> </div> <div class="optionGroup showonlywith-date"><label for="x_axis_date_format">X Axis Date Format</label><select name="x_axis_date_format" id="x_axis_date_format"> <option value="mmddyyyy">2/25/2012</option> <option value="ddmmyyyy">25/2/2012</option> <option value="mmdd">2/25</option> <option value="Mdd">Feb. 25</option> <option value="ddM">25 Feb.</option> <option value="mmyy">2/13</option> <option value="yy">'13</option> <option value="yyyy">2013</option> <option value="QJan">Q2 (Jan. FY)</option> <option value="QJul">Q2 (July FY)</option> <option value="MM">February</option> <option selected value="M">Feb.</option> <option value="hmm">3:27</option> </select> </div> <div class="optionGroup showonlywith-ordinal">No options available</div> </div> <div class="optionBlock full"> <h2>4. Export</h2> <div class="updateButton" id="createImageButton"> <p>Create Image of Chart</p> </div> <div id="downloadLinksDiv" class="downloadLinks hide"> <a download="new_chart.png" id="downloadImageLink" class="downloadLink" href="#" target="_blank">Download&nbsp;Image&nbsp;of&nbsp;Chart</a> or <a download="new_chart.svg" id="downloadSVGLink" class="downloadLink" href="#" target="_blank">Download&nbsp;SVG&nbsp;of&nbsp;Chart</a> </div> </div> <div class="optionBlock full"> <h4>5. Copy the HTML table of your data (if you want)</h4> <textarea class="input-box" id="table-html" type="text" rows="10"></textarea> <div class="previousCharts hide"> <div class="optionGroup"><label for="previous_charts">Previously Created Charts</label> <select name="previous_charts" id="previous_charts"></select> </div> </div> </div> <div class="clearfix"></div> </div> <div id="currentSeries" class="interfaceCol"></div> </div> </div> <div id="blankColumn" class="column"></div> <div class="clearfix"></div> </div> <!-- Libraries JS --> <script src="bower_components/modernizr/modernizr.js" charset="utf-8"></script> <script src="bower_components/jquery/jquery.min.js" charset="utf-8"></script> <script src="bower_components/d3/d3.v2.min.js" charset="utf-8"></script> <script src="bower_components/canvg/canvg.js" charset="utf-8"></script> <script src="bower_components/rgbcolor/index.js" charset="utf-8"></script> <script src="bower_components/jquery-csv/index.js" charset="utf-8"></script> <script src="bower_components/really-simple-color-picker/jquery.colorPicker.min.js" charset="utf-8"></script> <script src="bower_components/webfontloader/target/webfont.js" type="text/javascript" charset="utf-8"></script> <script src="bower_components/sugar/release/sugar.min.js" charset="utf-8"></script> <!-- Chartbuilder JS --> <script src="js/gneisschart.js" charset="utf-8"></script> <script src="js/chartbuilder.js"></script> <script type="text/javascript"> //This loads the webfonts and starts Chartbuilder once they're present WebFont.load({ custom: { families: ["Cutive"] }, active: function(name) { $(document).ready(function() { ChartBuilder.start(); }); } }); </script> </body> </html>
g0rd/QuartzChart
index.html
HTML
mit
10,528
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>BLE SM: HAL Types</title> <link href="../../tabs.css" rel="stylesheet" type="text/css"/> <link href="../../doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.7.1 --> <div class="navigation" id="top"> <div class="tabs"> <ul class="tablist"> <li><a href="../../main.html"><span>Main&nbsp;Page</span></a></li> <li><a href="../../modules.html"><span>Modules</span></a></li> <li><a href="../../annotated.html"><span>Data&nbsp;Structures</span></a></li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#typedef-members">Typedefs</a> </div> <div class="headertitle"> <h1>HAL Types</h1> </div> </div> <div class="contents"> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="typedef-members"></a> Typedefs</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga1b956fe1df85f3c132b21edb4e116458"></a><!-- doxytag: member="HAL_TYPES::int8" ref="ga1b956fe1df85f3c132b21edb4e116458" args="" --> typedef signed char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/da6/group___h_a_l___t_y_p_e_s.html#ga1b956fe1df85f3c132b21edb4e116458">int8</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Signed 8 bit integer. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gadde6aaee8457bee49c2a92621fe22b79"></a><!-- doxytag: member="HAL_TYPES::uint8" ref="gadde6aaee8457bee49c2a92621fe22b79" args="" --> typedef unsigned char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/da6/group___h_a_l___t_y_p_e_s.html#gadde6aaee8457bee49c2a92621fe22b79">uint8</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Unsigned 8 bit integer. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga259fa4834387bd68627ddf37bb3ebdb9"></a><!-- doxytag: member="HAL_TYPES::int16" ref="ga259fa4834387bd68627ddf37bb3ebdb9" args="" --> typedef signed short&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/da6/group___h_a_l___t_y_p_e_s.html#ga259fa4834387bd68627ddf37bb3ebdb9">int16</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Signed 16 bit integer. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga05f6b0ae8f6a6e135b0e290c25fe0e4e"></a><!-- doxytag: member="HAL_TYPES::uint16" ref="ga05f6b0ae8f6a6e135b0e290c25fe0e4e" args="" --> typedef unsigned short&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/da6/group___h_a_l___t_y_p_e_s.html#ga05f6b0ae8f6a6e135b0e290c25fe0e4e">uint16</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Unsigned 16 bit integer. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gac44d0188f4f50fd9b03031c1a06bd0a9"></a><!-- doxytag: member="HAL_TYPES::int32" ref="gac44d0188f4f50fd9b03031c1a06bd0a9" args="" --> typedef signed long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/da6/group___h_a_l___t_y_p_e_s.html#gac44d0188f4f50fd9b03031c1a06bd0a9">int32</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Signed 32 bit integer. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga4b435a49c74bb91f284f075e63416cb6"></a><!-- doxytag: member="HAL_TYPES::uint32" ref="ga4b435a49c74bb91f284f075e63416cb6" args="" --> typedef unsigned long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/da6/group___h_a_l___t_y_p_e_s.html#ga4b435a49c74bb91f284f075e63416cb6">uint32</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Unsigned 32 bit integer. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga97a80ca1602ebf2303258971a2c938e2"></a><!-- doxytag: member="HAL_TYPES::bool" ref="ga97a80ca1602ebf2303258971a2c938e2" args="" --> typedef unsigned char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/da6/group___h_a_l___t_y_p_e_s.html#ga97a80ca1602ebf2303258971a2c938e2">bool</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Boolean data type. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gab8c6de182e86f2692bfffb6df6f3003a"></a><!-- doxytag: member="HAL_TYPES::halDataAlign_t" ref="gab8c6de182e86f2692bfffb6df6f3003a" args="" --> typedef <a class="el" href="../../da/da6/group___h_a_l___t_y_p_e_s.html#gadde6aaee8457bee49c2a92621fe22b79">uint8</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/da6/group___h_a_l___t_y_p_e_s.html#gab8c6de182e86f2692bfffb6df6f3003a">halDataAlign_t</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Used for byte alignment. <br/></td></tr> </table> </div> <hr class="footer"/><address class="footer"><small>Generated by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="../../doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address> </body> </html>
mingjunyang/bluetoothKeyboard
CC254xPM模块资料/BLE协议栈源码/Documents/SMhtml/da/da6/group___h_a_l___t_y_p_e_s.html
HTML
mit
5,436
{% extends path+"/scenario_curtailment-v0-5/_layout-case-simple_clear-assessment-complete.html" %} {% block citizen_content %} {{ data.nuggets | log }} <p class="no-kdBar mb20"><a href="javascript: history.go(-1)" class="link-back">Back</a></p> <div class="grid-row"> <div class="column-two-thirds"> <form method="post" action="exceptionalCircumstancesJustification"> <p class="caption-large">Step 1 of 2</p> <h1 class="heading-large" style="margin-top:0px !important;">Moving around and climbing steps without someone’s help</h1> <p class="lede">Michael cannot move more than 50 metres.</p> <p>Choose relevant statements.</p> <fieldset> <div class="multiple-choice"> <input id="SW1" type="checkbox" name="taggedstatement1" value="Got a lift to the centre."> <label for="SW1">Got a lift to the centre.</label> </div> <div class="multiple-choice"> <input id="SW2" type="checkbox" name="taggedstatement2" value="Mum drove."> <label for="SW2">Mum drove.</label> </div> <div class="multiple-choice"> <input id="SW3" type="checkbox" name="taggedstatement3" value="It was 15 to 20 minutes in the car. They do not live far away."> <label for="SW3">It was 15 to 20 minutes in the car. They do not live far away.</label> </div> <div class="multiple-choice"> <input id="SW4" type="checkbox" name="taggedstatement4" value="He could not stay in the car for longer than 15 to 20 minutes due to shoulder pain hands forearms knees and feels like his may lock."> <label for="SW4">He could not stay in the car for longer than 15 to 20 minutes due to shoulder pain, hands, forearms, knees and feels like his may lock.</label> </div> <div class="multiple-choice"> <input id="SW5" type="checkbox" name="taggedstatement5" value="His knees do not lock as he tries to prevent this by not going far in the car."> <label for="SW5">His knees do not lock as he tries to prevent this by not going far in the car.</label> </div> <div class="multiple-choice"> <input id="SW6" type="checkbox" name="taggedstatement6" value="Parked in the disabled space in the car park."> <label for="SW6">Parked in the disabled space in the car park.</label> </div> <div class="multiple-choice"> <input id="SW7" type="checkbox" name="taggedstatement7" value="Walked 10 yards to walk from the car to the waiting room with a walking stick and assistance from mum. He walked at a very slow pace."> <label for="SW7">Walked 10 yards to walk from the car to the waiting room with a walking stick and assistance from mum. He walked at a very slow pace.</label> </div> <div class="multiple-choice"> <input id="SW8" type="checkbox" name="taggedstatement8" value="It took 5 minutes to walk from the car to the waiting area. did not have to stop in this time."> <label for="SW8">It took 5 minutes to walk from the car to the waiting area, did not have to stop in this time.</label> </div> <div class="multiple-choice"> <input id="SW9" type="checkbox" name="taggedstatement9" value="Lives with mum in a ground floor flat."> <label for="SW9">Lives with mum in a ground floor flat.</label> </div> <div class="multiple-choice"> <input id="SW10" type="checkbox" name="taggedstatement10" value="There is 1 step at the front door. There is no rail."> <label for="SW10">There is 1 step at the front door. There is no rail.</label> </div> <div class="multiple-choice"> <input id="SW11" type="checkbox" name="taggedstatement" value="Assessment completed at the assessment centre on the ground floor."> <label for="SW11">Assessment completed at the assessment centre on the ground floor.</label> </div> <div class="multiple-choice"> <input id="SW12" type="checkbox" name="taggedstatement11" value="The council are looking at getting a ramp at the front door for ease of access with the wheelchair. The council have been to the property to assess the flat in July and they are waiting to hear from them."> <label for="SW12">The council are looking at getting a ramp at the front door for ease of access with the wheelchair. The council have been to the property to assess the flat in July and they are waiting to hear from them.</label> </div> <div class="multiple-choice"> <input id="SW13" type="checkbox" name="taggedstatement12" value="He went to work for 1 week in Jan 2018 in the park but stopped due to flu like virus, fatigue and pain."> <label for="SW13">He went to work for 1 week in Jan 2018 in the park but stopped due to flu like virus, fatigue and pain.</label> </div> <div class="multiple-choice"> <input id="SW14" type="checkbox" name="taggedstatement13" value="No current work or study. No plans for work or study. He has no concentration for this."> <label for="SW14">No current work or study. No plans for work or study. He has no concentration for this.</label> </div> <div class="multiple-choice"> <input id="SW15" type="checkbox" name="taggedstatement14" value="Loved the job he had but this seems like a distant memory."> <label for="SW15">Loved the job he had but this seems like a distant memory.</label> </div> <div class="multiple-choice"> <input id="SW16" type="checkbox" name="taggedstatement15" value="Is right-handed."> <label for="SW16">Is right-handed.</label> </div> <div class="multiple-choice"> <input id="TD1" type="checkbox" name="taggedstatement16" value="Does not have a set bedtime. This depends how he is feeling."> <label for="TD1">Does not have a set bedtime. This depends how he is feeling.</label> </div> <div class="multiple-choice"> <input id="TD2" type="checkbox" name="taggedstatement17" value="Lately he has been spending several days in bed where he has not got up at all due to pain, frustration and fatigue."> <label for="TD2">Lately he has been spending several days in bed where he has not got up at all due to pain, frustration and fatigue.</label> </div> <div class="multiple-choice"> <input id="TD3" type="checkbox" name="taggedstatement18" value="When he is in bed, can sleep, dose or be awake."> <label for="TD3">When he is in bed, can sleep, dose or be awake.</label> </div> <div class="multiple-choice"> <input id="TD4" type="checkbox" name="taggedstatement19" value="The warm weather has made it hard to sleep so has been awake more."> <label for="TD4">The warm weather has made it hard to sleep so has been awake more.</label> </div> <div class="multiple-choice"> <input id="TD5" type="checkbox" name="taggedstatement20" value="The TV can be on, but he often does not watch this due to poor concentration and as he just nods off."> <label for="TD5">The TV can be on, but he often does not watch this due to poor concentration and as he just nods off.</label> </div> <div class="multiple-choice"> <input id="TD6" type="checkbox" name="taggedstatement21" value="He cannot concentrate due to pain, brain fog and drugs/medication."> <label for="TD6">He cannot concentrate due to pain, brain fog and drugs/medication.</label> </div> <div class="multiple-choice"> <input id="TD7" type="checkbox" name="taggedstatement22" value="On the days that he does get up, he does not do much. Occasionally they will go to the park as he likes being outside. This was his life, but he gets embarrassed as people he works with will be there."> <label for="TD7">On the days that he does get up, he does not do much. Occasionally they will go to the park as he likes being outside. This was his life, but he gets embarrassed as people he works with will be there.</label> </div> <div class="multiple-choice"> <input id="TD8" type="checkbox" name="taggedstatement23" value="Occasionally goes to the supermarket but will go in his wheelchair. Cannot self-propel at all due to upper limb pain."> <label for="TD8">Occasionally goes to the supermarket but will go in his wheelchair. Cannot self-propel at all due to upper limb pain.</label> </div> <div class="multiple-choice"> <input id="TD9" type="checkbox" name="taggedstatement24" value="Last went to the supermarket on Saturday."> <label for="TD9">Last went to the supermarket on Saturday.</label> </div> <div class="multiple-choice"> <input id="TD10" type="checkbox" name="taggedstatement25" value="Gets a lift to the supermarket. There is a drive at home so will walk from the home to the car, linking mum to get down the step."> <label for="TD10">Gets a lift to the supermarket. There is a drive at home so will walk from the home to the car, linking mum to get down the step.</label> </div> <div class="multiple-choice"> <input id="TD11" type="checkbox" name="taggedstatement26" value="It is about 5 yards from the house to the car. Does this at a very slow pace. It’s more of a shuffle."> <label for="TD11">It is about 5 yards from the house to the car. Does this at a very slow pace. It’s more of a shuffle.</label> </div> <div class="multiple-choice"> <input id="TD12" type="checkbox" name="taggedstatement27" value="Once home from shopping he will go home and rest. He has pay back and all symptoms are exacerbated. He has more pain, fatigue and frustration. This will last for the rest of the day. He takes medication and will nod off for an hour or two."> <label for="TD12">Once home from shopping he will go home and rest. He has pay back and all symptoms are exacerbated. He has more pain, fatigue and frustration. This will last for the rest of the day. He takes medication and will nod off for an hour or two.</label> </div> <div class="multiple-choice"> <input id="TD13" type="checkbox" name="taggedstatement28" value="Can sleep for up to 3 hours after going out. They do not plan anything else for these days as he could not manage it."> <label for="TD13">Can sleep for up to 3 hours after going out. They do not plan anything else for these days as he could not manage it.</label> </div> <div class="multiple-choice"> <input id="TD14" type="checkbox" name="taggedstatement29" value="There is nowhere else that he goes that he has to mobilise Will attend the GP surgery in the wheelchair."> <label for="TD14">There is nowhere else that he goes that he has to mobilise Will attend the GP surgery in the wheelchair.</label> </div> <div class="multiple-choice"> <input id="TD15" type="checkbox" name="taggedstatement30" value="Has an overhead shower in the bath and will stand in the shower. Needs help getting in and out of the bath and with washing and dressing due to pain and pins and needles."> <label for="TD15">Has an overhead shower in the bath and will stand in the shower. Needs help getting in and out of the bath and with washing and dressing due to pain and pins and needles.</label> </div> <div class="multiple-choice"> <input id="TD16" type="checkbox" name="taggedstatement31" value="Mum will do the cooking, cleaning and washing. He used to do his own and was self-sufficient and stopped this when he had the flu virus. In Jan 2018 he stopped doing these activities when he finished work."> <label for="TD16">Mum will do the cooking, cleaning and washing. He used to do his own and was self-sufficient and stopped this when he had the flu virus. In Jan 2018 he stopped doing these activities when he finished work.</label> </div> <div class="multiple-choice"> <input id="Ob1" type="checkbox" name="taggedstatement32" value="Was observed to walk slowly with an altered gait a few meters into the assessment room with a walking stick."> <label for="Ob1">Was observed to walk slowly with an altered gait a few meters into the assessment room with a walking stick.</label> </div> <div class="multiple-choice"> <input id="Ob2" type="checkbox" name="taggedstatement33" value="Appeared to have difficulty sitting for 10 to 15-minute periods due to pain."> <label for="Ob2">Appeared to have difficulty sitting for 10 to 15-minute periods due to pain.</label> </div> <div class="multiple-choice"> <input id="Ob3" type="checkbox" name="taggedstatement34" value="Was able to rise from a seat with arms multiple times. Appeared to have difficulty doing so due to pain."> <label for="Ob3">Was able to rise from a seat with arms multiple times. Appeared to have difficulty doing so due to pain.</label> </div> <div class="multiple-choice"> <input id="Ob4" type="checkbox" name="taggedstatement35" value="Was able to stand for less than one minute each time he rose. Did not need to walk around the room."> <label for="Ob4">Was able to stand for less than one minute each time he rose. Did not need to walk around the room.</label> </div> </fieldset> <br> <p><input type="submit" class="button" value="Next" id="submitButton"></p> </form> </div><!-- column --> </div><!-- row --> {% endblock %}
dwpdigitaltech/healthanddisability
app/views/fha/assessment-scenarios/scenario_curtailment-v0-6/exceptionalCircumstancesTagging.html
HTML
mit
13,200
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Mon Oct 07 06:41:28 UTC 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> org.apache.hadoop.yarn.logaggregation (Apache Hadoop Main 2.2.0 API) </TITLE> <META NAME="date" CONTENT="2013-10-07"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.apache.hadoop.yarn.logaggregation (Apache Hadoop Main 2.2.0 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#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/hadoop/yarn/exceptions/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/hadoop/yarn/security/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/yarn/logaggregation/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.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> <FONT SIZE="-1">@InterfaceAudience.Public </FONT><H2> Package org.apache.hadoop.yarn.logaggregation </H2> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/hadoop/yarn/logaggregation/AggregatedLogFormat.html" title="class in org.apache.hadoop.yarn.logaggregation">AggregatedLogFormat</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/hadoop/yarn/logaggregation/AggregatedLogFormat.LogKey.html" title="class in org.apache.hadoop.yarn.logaggregation">AggregatedLogFormat.LogKey</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/hadoop/yarn/logaggregation/AggregatedLogFormat.LogReader.html" title="class in org.apache.hadoop.yarn.logaggregation">AggregatedLogFormat.LogReader</A></B></TD> <TD>&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <DL> </DL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&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/hadoop/yarn/exceptions/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/hadoop/yarn/security/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/yarn/logaggregation/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2013 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
ashish-17/playback
hadoop-2.2.0/share/doc/hadoop/api/org/apache/hadoop/yarn/logaggregation/package-summary.html
HTML
mit
7,267
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Class: Erubis::PI::Ejavascript</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="classHeader"> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Class</strong></td> <td class="class-name-in-header">Erubis::PI::Ejavascript</td> </tr> <tr class="top-aligned-row"> <td><strong>In:</strong></td> <td> <a href="../../../files/erubis/engine/ejavascript_rb.html"> erubis/engine/ejavascript.rb </a> <br /> </td> </tr> <tr class="top-aligned-row"> <td><strong>Parent:</strong></td> <td> PI::Engine </td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> <div id="description"> <p> class XmlEjavascript &lt; <a href="Ejavascript.html">Ejavascript</a> </p> <pre> include EscapeEnhancer </pre> <p> end </p> </div> </div> <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> <a href="#M000048">init_converter</a>&nbsp;&nbsp; </div> </div> </div> <!-- if includes --> <div id="includes"> <h3 class="section-bar">Included Modules</h3> <div id="includes-list"> <span class="include-name"><a href="../JavascriptGenerator.html">JavascriptGenerator</a></span> </div> </div> <div id="section"> <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Instance methods</h3> <div id="method-M000048" class="method-detail"> <a name="M000048"></a> <div class="method-heading"> <a href="#M000048" class="method-signature"> <span class="method-name">init_converter</span><span class="method-args">(properties={})</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" onclick="toggleCode('M000048-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000048-source"> <pre> <span class="ruby-comment cmt"># File erubis/engine/ejavascript.rb, line 112</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">init_converter</span>(<span class="ruby-identifier">properties</span>={}) <span class="ruby-ivar">@pi</span> = <span class="ruby-value str">'js'</span> <span class="ruby-keyword kw">super</span>(<span class="ruby-identifier">properties</span>) <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> </div> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
ivey/merbivore-blog
gems/gems/erubis-2.6.0/doc-api/classes/Erubis/PI/Ejavascript.html
HTML
mit
4,116
<html> <head> <title>OgreExternalTextureSource.h Source File - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link type="text/css" rel="stylesheet" href="doxygen.css"> <link type="text/css" rel="stylesheet" href="tabs.css"> </head> <body> <!-- Generated by Doxygen 1.7.6.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_8388db04747d7625d426abbcac0905dd.html">OgreMain</a> </li> <li class="navelem"><a class="el" href="dir_697e021d2615ffc0898007e3a5fb29f4.html">include</a> </li> </ul> </div> </div> <div class="header"> <div class="headertitle"> <div class="title">OgreExternalTextureSource.h</div> </div> </div><!--header--> <div class="contents"> <a href="OgreExternalTextureSource_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span> <a name="l00002"></a>00002 <span class="comment">-----------------------------------------------------------------------------</span> <a name="l00003"></a>00003 <span class="comment">This source file is part of OGRE</span> <a name="l00004"></a>00004 <span class="comment"> (Object-oriented Graphics Rendering Engine)</span> <a name="l00005"></a>00005 <span class="comment">For the latest info, see http://www.ogre3d.org/</span> <a name="l00006"></a>00006 <span class="comment"></span> <a name="l00007"></a>00007 <span class="comment">Copyright (c) 2000-2012 Torus Knot Software Ltd</span> <a name="l00008"></a>00008 <span class="comment"></span> <a name="l00009"></a>00009 <span class="comment">Permission is hereby granted, free of charge, to any person obtaining a copy</span> <a name="l00010"></a>00010 <span class="comment">of this software and associated documentation files (the &quot;Software&quot;), to deal</span> <a name="l00011"></a>00011 <span class="comment">in the Software without restriction, including without limitation the rights</span> <a name="l00012"></a>00012 <span class="comment">to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span> <a name="l00013"></a>00013 <span class="comment">copies of the Software, and to permit persons to whom the Software is</span> <a name="l00014"></a>00014 <span class="comment">furnished to do so, subject to the following conditions:</span> <a name="l00015"></a>00015 <span class="comment"></span> <a name="l00016"></a>00016 <span class="comment">The above copyright notice and this permission notice shall be included in</span> <a name="l00017"></a>00017 <span class="comment">all copies or substantial portions of the Software.</span> <a name="l00018"></a>00018 <span class="comment"></span> <a name="l00019"></a>00019 <span class="comment">THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span> <a name="l00020"></a>00020 <span class="comment">IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span> <a name="l00021"></a>00021 <span class="comment">FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span> <a name="l00022"></a>00022 <span class="comment">AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span> <a name="l00023"></a>00023 <span class="comment">LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span> <a name="l00024"></a>00024 <span class="comment">OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN</span> <a name="l00025"></a>00025 <span class="comment">THE SOFTWARE.</span> <a name="l00026"></a>00026 <span class="comment">-----------------------------------------------------------------------------</span> <a name="l00027"></a>00027 <span class="comment">*/</span> <a name="l00028"></a>00028 <span class="preprocessor">#ifndef _OgreExternalTextureSource_H</span> <a name="l00029"></a>00029 <span class="preprocessor"></span><span class="preprocessor">#define _OgreExternalTextureSource_H</span> <a name="l00030"></a>00030 <span class="preprocessor"></span> <a name="l00031"></a>00031 <span class="comment">/***************************************************************************</span> <a name="l00032"></a>00032 <span class="comment">OgreExternalTextureSource.h - </span> <a name="l00033"></a>00033 <span class="comment"> Base class that texture plugins need to derive from. This provides the hooks</span> <a name="l00034"></a>00034 <span class="comment"> necessary for a plugin developer to easily extend the functionality of dynamic textures.</span> <a name="l00035"></a>00035 <span class="comment"> It makes creation/destruction of dynamic textures more streamlined. While the plugin</span> <a name="l00036"></a>00036 <span class="comment"> will need to talk with Ogre for the actual modification of textures, this class allows</span> <a name="l00037"></a>00037 <span class="comment"> easy integration with Ogre apps. Material script files can be used to aid in the </span> <a name="l00038"></a>00038 <span class="comment"> creation of dynamic textures. Functionality can be added that is not defined here</span> <a name="l00039"></a>00039 <span class="comment"> through the use of the base dictionary. For an example of how to use this class and the</span> <a name="l00040"></a>00040 <span class="comment"> string interface see ffmpegVideoPlugIn.</span> <a name="l00041"></a>00041 <span class="comment"></span> <a name="l00042"></a>00042 <span class="comment">-------------------</span> <a name="l00043"></a>00043 <span class="comment">date : Jan 1 2004</span> <a name="l00044"></a>00044 <span class="comment">email : pjcast@yahoo.com</span> <a name="l00045"></a>00045 <span class="comment">***************************************************************************/</span> <a name="l00046"></a>00046 <a name="l00047"></a>00047 <span class="preprocessor">#include &quot;<a class="code" href="OgreStringInterface_8h.html">OgreStringInterface.h</a>&quot;</span> <a name="l00048"></a>00048 <span class="preprocessor">#include &quot;<a class="code" href="OgreResourceGroupManager_8h.html">OgreResourceGroupManager.h</a>&quot;</span> <a name="l00049"></a>00049 <a name="l00050"></a>00050 <span class="keyword">namespace </span>Ogre <a name="l00051"></a>00051 { <a name="l00059"></a><a class="code" href="group__Materials.html#gaff53586ca60f891d5c6019a6ffb347a8">00059</a> <span class="keyword">enum</span> <a class="code" href="group__Materials.html#gaff53586ca60f891d5c6019a6ffb347a8" title="Enum for type of texture play mode.">eTexturePlayMode</a> <a name="l00060"></a>00060 { <a name="l00061"></a><a class="code" href="group__Materials.html#ggaff53586ca60f891d5c6019a6ffb347a8ab6118009d6be8772d4ce0a420f1ba488">00061</a> <a class="code" href="group__Materials.html#ggaff53586ca60f891d5c6019a6ffb347a8ab6118009d6be8772d4ce0a420f1ba488">TextureEffectPause</a> = 0, <a name="l00062"></a><a class="code" href="group__Materials.html#ggaff53586ca60f891d5c6019a6ffb347a8ab7675b540e30e7a4c0c8051ccb494dc0">00062</a> <a class="code" href="group__Materials.html#ggaff53586ca60f891d5c6019a6ffb347a8ab7675b540e30e7a4c0c8051ccb494dc0" title="Video starts out paused.">TextureEffectPlay_ASAP</a> = 1, <a name="l00063"></a><a class="code" href="group__Materials.html#ggaff53586ca60f891d5c6019a6ffb347a8a84d724e0fa4f5c9f903e4ff828c5fa63">00063</a> <a class="code" href="group__Materials.html#ggaff53586ca60f891d5c6019a6ffb347a8a84d724e0fa4f5c9f903e4ff828c5fa63" title="Video starts playing as soon as possible.">TextureEffectPlay_Looping</a> = 2 <a name="l00064"></a>00064 }; <a name="l00065"></a>00065 <a name="l00073"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html">00073</a> <span class="keyword">class </span><a class="code" href="OgrePlatform_8h.html#a20566b1253bae200372ed9162489a663">_OgreExport</a> <a class="code" href="classOgre_1_1ExternalTextureSource.html" title="IMPORTANT: **Plugins must override default dictionary name!** Base class that texture plugins derive ...">ExternalTextureSource</a> : <span class="keyword">public</span> <a class="code" href="classOgre_1_1StringInterface.html" title="Class defining the common interface which classes can use to present a reflection-style, self-defining parameter set to callers.">StringInterface</a> <a name="l00074"></a>00074 { <a name="l00075"></a>00075 <span class="keyword">public</span>: <a name="l00077"></a>00077 <a class="code" href="classOgre_1_1ExternalTextureSource.html" title="IMPORTANT: **Plugins must override default dictionary name!** Base class that texture plugins derive ...">ExternalTextureSource</a>(); <a name="l00079"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#aa919b910a2fbfb4fb250265545730468">00079</a> <span class="keyword">virtual</span> <a class="code" href="classOgre_1_1ExternalTextureSource.html#aa919b910a2fbfb4fb250265545730468" title="Virtual destructor.">~ExternalTextureSource</a>() {} <a name="l00080"></a>00080 <a name="l00081"></a>00081 <span class="comment">//------------------------------------------------------------------------------//</span> <a name="l00082"></a>00082 <span class="comment">/* Command objects for specifying some base features */</span> <a name="l00083"></a>00083 <span class="comment">/* Any Plugins wishing to add more specific params to &quot;ExternalTextureSourcePlugins&quot;*/</span> <a name="l00084"></a>00084 <span class="comment">/* dictionary, feel free to do so, that&#39;s why this is here */</span> <a name="l00085"></a><a class="code" href="classOgre_1_1ExternalTextureSource_1_1CmdInputFileName.html">00085</a> <span class="keyword">class </span><a class="code" href="OgrePlatform_8h.html#af4c2f5df97e3050dd5266408be42db4b">_OgrePrivate</a> <a class="code" href="classOgre_1_1ExternalTextureSource_1_1CmdInputFileName.html">CmdInputFileName</a> : <span class="keyword">public</span> <a class="code" href="classOgre_1_1ParamCommand.html" title="Abstract class which is command object which gets/sets parameters.">ParamCommand</a> <a name="l00086"></a>00086 { <a name="l00087"></a>00087 <span class="keyword">public</span>: <a name="l00088"></a>00088 <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> doGet(<span class="keyword">const</span> <span class="keywordtype">void</span>* target) <span class="keyword">const</span>; <a name="l00089"></a>00089 <span class="keywordtype">void</span> doSet(<span class="keywordtype">void</span>* target, <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>&amp; val); <a name="l00090"></a>00090 }; <a name="l00091"></a><a class="code" href="classOgre_1_1ExternalTextureSource_1_1CmdFPS.html">00091</a> <span class="keyword">class </span><a class="code" href="OgrePlatform_8h.html#af4c2f5df97e3050dd5266408be42db4b">_OgrePrivate</a> <a class="code" href="classOgre_1_1ExternalTextureSource_1_1CmdFPS.html">CmdFPS</a> : <span class="keyword">public</span> <a class="code" href="classOgre_1_1ParamCommand.html" title="Abstract class which is command object which gets/sets parameters.">ParamCommand</a> <a name="l00092"></a>00092 { <a name="l00093"></a>00093 <span class="keyword">public</span>: <a name="l00094"></a>00094 <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> doGet(<span class="keyword">const</span> <span class="keywordtype">void</span>* target) <span class="keyword">const</span>; <a name="l00095"></a>00095 <span class="keywordtype">void</span> doSet(<span class="keywordtype">void</span>* target, <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>&amp; val); <a name="l00096"></a>00096 }; <a name="l00097"></a><a class="code" href="classOgre_1_1ExternalTextureSource_1_1CmdPlayMode.html">00097</a> <span class="keyword">class </span><a class="code" href="OgrePlatform_8h.html#af4c2f5df97e3050dd5266408be42db4b">_OgrePrivate</a> <a class="code" href="classOgre_1_1ExternalTextureSource_1_1CmdPlayMode.html">CmdPlayMode</a> : <span class="keyword">public</span> <a class="code" href="classOgre_1_1ParamCommand.html" title="Abstract class which is command object which gets/sets parameters.">ParamCommand</a> <a name="l00098"></a>00098 { <a name="l00099"></a>00099 <span class="keyword">public</span>: <a name="l00100"></a>00100 <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> doGet(<span class="keyword">const</span> <span class="keywordtype">void</span>* target) <span class="keyword">const</span>; <a name="l00101"></a>00101 <span class="keywordtype">void</span> doSet(<span class="keywordtype">void</span>* target, <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>&amp; val); <a name="l00102"></a>00102 }; <a name="l00103"></a><a class="code" href="classOgre_1_1ExternalTextureSource_1_1CmdTecPassState.html">00103</a> <span class="keyword">class </span><a class="code" href="OgrePlatform_8h.html#af4c2f5df97e3050dd5266408be42db4b">_OgrePrivate</a> <a class="code" href="classOgre_1_1ExternalTextureSource_1_1CmdTecPassState.html">CmdTecPassState</a> : <span class="keyword">public</span> <a class="code" href="classOgre_1_1ParamCommand.html" title="Abstract class which is command object which gets/sets parameters.">ParamCommand</a> <a name="l00104"></a>00104 { <a name="l00105"></a>00105 <span class="keyword">public</span>: <a name="l00106"></a>00106 <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> doGet(<span class="keyword">const</span> <span class="keywordtype">void</span>* target) <span class="keyword">const</span>; <a name="l00107"></a>00107 <span class="keywordtype">void</span> doSet(<span class="keywordtype">void</span>* target, <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>&amp; val); <a name="l00108"></a>00108 }; <a name="l00109"></a>00109 <span class="comment">//--------------------------------------------------------//</span> <a name="l00110"></a>00110 <span class="comment">//Base Functions that work with Command String Interface... Or can be called</span> <a name="l00111"></a>00111 <span class="comment">//manually to create video through code </span> <a name="l00112"></a>00112 <a name="l00114"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#aae89efb61be047a316c0baebdee9a7b2">00114</a> <span class="keywordtype">void</span> <a class="code" href="classOgre_1_1ExternalTextureSource.html#aae89efb61be047a316c0baebdee9a7b2" title="Sets an input file name - if needed by plugin.">setInputName</a>( <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> sIN ) { mInputFileName = sIN; } <a name="l00116"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#ad196bc06c24c0d17890a760dae247d3d">00116</a> <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>&amp; <a class="code" href="classOgre_1_1ExternalTextureSource.html#ad196bc06c24c0d17890a760dae247d3d" title="Gets currently set input file name.">getInputName</a>( )<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mInputFileName; } <a name="l00118"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#ae13e199734e244f9155e28a4d534cee3">00118</a> <span class="keywordtype">void</span> <a class="code" href="classOgre_1_1ExternalTextureSource.html#ae13e199734e244f9155e28a4d534cee3" title="Sets the frames per second - plugin may or may not use this.">setFPS</a>( <span class="keywordtype">int</span> iFPS ) { mFramesPerSecond = iFPS; } <a name="l00120"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#acbcab7cfe0ef98ca8d24677d8123b26f">00120</a> <span class="keywordtype">int</span> <a class="code" href="classOgre_1_1ExternalTextureSource.html#acbcab7cfe0ef98ca8d24677d8123b26f" title="Gets currently set frames per second.">getFPS</a>( )<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mFramesPerSecond; } <a name="l00122"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#a6fdbcf165cc87a51d9a6436162e04080">00122</a> <span class="keywordtype">void</span> <a class="code" href="classOgre_1_1ExternalTextureSource.html#a6fdbcf165cc87a51d9a6436162e04080" title="Sets a play mode.">setPlayMode</a>( <a class="code" href="group__Materials.html#gaff53586ca60f891d5c6019a6ffb347a8" title="Enum for type of texture play mode.">eTexturePlayMode</a> eMode ) { mMode = eMode; } <a name="l00124"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#a61b4f8e7e8c76590e0133222645356f6">00124</a> <a class="code" href="group__Materials.html#gaff53586ca60f891d5c6019a6ffb347a8" title="Enum for type of texture play mode.">eTexturePlayMode</a> <a class="code" href="classOgre_1_1ExternalTextureSource.html#a61b4f8e7e8c76590e0133222645356f6" title="Gets currently set play mode.">getPlayMode</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mMode; } <a name="l00125"></a>00125 <a name="l00127"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#aa19976a1f1c0399882c95e26ece310dc">00127</a> <span class="keywordtype">void</span> setTextureTecPassStateLevel( <span class="keywordtype">int</span> t, <span class="keywordtype">int</span> p, <span class="keywordtype">int</span> s ) <a name="l00128"></a>00128 { mTechniqueLevel = t;mPassLevel = p;mStateLevel = s; } <a name="l00130"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#a01a93264e389d82bd9f61141f2f07b0c">00130</a> <span class="keywordtype">void</span> getTextureTecPassStateLevel( <span class="keywordtype">int</span>&amp; t, <span class="keywordtype">int</span>&amp; p, <span class="keywordtype">int</span>&amp; s )<span class="keyword"> const</span> <a name="l00131"></a>00131 <span class="keyword"> </span>{t = mTechniqueLevel; p = mPassLevel; s = mStateLevel;} <a name="l00132"></a>00132 <a name="l00134"></a>00134 <span class="keywordtype">void</span> addBaseParams(); <a name="l00135"></a>00135 <a name="l00137"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#a414bfd7b2d7923b5c871f4481b5e1218">00137</a> <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>&amp; <a class="code" href="classOgre_1_1ExternalTextureSource.html#a414bfd7b2d7923b5c871f4481b5e1218" title="Returns the string name of this Plugin (as set by the Plugin)">getPluginStringName</a>( <span class="keywordtype">void</span> )<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mPluginName; } <a name="l00139"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#aa28903862b13998da8b8b0fb428dfb8e">00139</a> <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>&amp; <a class="code" href="classOgre_1_1ExternalTextureSource.html#aa28903862b13998da8b8b0fb428dfb8e" title="Returns dictionary name.">getDictionaryStringName</a>( <span class="keywordtype">void</span> )<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mDictionaryName; } <a name="l00140"></a>00140 <a name="l00141"></a>00141 <span class="comment">//Pure virtual functions that plugins must Override</span> <a name="l00143"></a>00143 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> initialise() = 0; <a name="l00145"></a>00145 <span class="keyword">virtual</span> <span class="keywordtype">void</span> shutDown() = 0; <a name="l00146"></a>00146 <a name="l00151"></a>00151 <span class="keyword">virtual</span> <span class="keywordtype">void</span> createDefinedTexture( <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>&amp; sMaterialName, <a name="l00152"></a>00152 <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>&amp; groupName = <a class="code" href="classOgre_1_1ResourceGroupManager.html#a62561ccf5ff323942a9a4fab94bee7e3" title="Default resource group name.">ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME</a>) = 0; <a name="l00156"></a>00156 <span class="keyword">virtual</span> <span class="keywordtype">void</span> destroyAdvancedTexture( <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>&amp; sTextureName, <a name="l00157"></a>00157 <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>&amp; groupName = <a class="code" href="classOgre_1_1ResourceGroupManager.html#a62561ccf5ff323942a9a4fab94bee7e3" title="Default resource group name.">ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME</a>) = 0; <a name="l00158"></a>00158 <a name="l00159"></a>00159 <span class="keyword">protected</span>: <a name="l00160"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#a04017bdaaeb625500ce8a27fda77df33">00160</a> <span class="keyword">static</span> <a class="code" href="classOgre_1_1ExternalTextureSource_1_1CmdInputFileName.html">CmdInputFileName</a> <a class="code" href="classOgre_1_1ExternalTextureSource.html#a04017bdaaeb625500ce8a27fda77df33">msCmdInputFile</a>; <a name="l00161"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#ab21a7c01aeae747f1bbf0d51f8b29b44">00161</a> <span class="keyword">static</span> <a class="code" href="classOgre_1_1ExternalTextureSource_1_1CmdFPS.html">CmdFPS</a> <a class="code" href="classOgre_1_1ExternalTextureSource.html#ab21a7c01aeae747f1bbf0d51f8b29b44" title="Command for setting input file name.">msCmdFramesPerSecond</a>; <a name="l00162"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#aa7fe34205819a66f3056762657c8aefc">00162</a> <span class="keyword">static</span> <a class="code" href="classOgre_1_1ExternalTextureSource_1_1CmdPlayMode.html">CmdPlayMode</a> <a class="code" href="classOgre_1_1ExternalTextureSource.html#aa7fe34205819a66f3056762657c8aefc" title="Command for setting frames per second.">msCmdPlayMode</a>; <a name="l00163"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#a786b5d47bacf959dc09eacc68257d3a6">00163</a> <span class="keyword">static</span> <a class="code" href="classOgre_1_1ExternalTextureSource_1_1CmdTecPassState.html">CmdTecPassState</a> <a class="code" href="classOgre_1_1ExternalTextureSource.html#a786b5d47bacf959dc09eacc68257d3a6" title="Command for setting play mode.">msCmdTecPassState</a>; <a name="l00164"></a>00164 <a name="l00165"></a>00165 <a name="l00167"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#a880f4fa2d6c494537a0da0a08071b889">00167</a> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> <a class="code" href="classOgre_1_1ExternalTextureSource.html#a880f4fa2d6c494537a0da0a08071b889" title="Command for setting the technique, pass, &amp; state level.">mPluginName</a>; <a name="l00168"></a>00168 <a name="l00169"></a>00169 <span class="comment">//------ Vars used for setting/getting dictionary stuff -----------//</span> <a name="l00170"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#a55ca5fb3da9c71eab8f8529548248202">00170</a> <a class="code" href="group__Materials.html#gaff53586ca60f891d5c6019a6ffb347a8" title="Enum for type of texture play mode.">eTexturePlayMode</a> <a class="code" href="classOgre_1_1ExternalTextureSource.html#a55ca5fb3da9c71eab8f8529548248202">mMode</a>; <a name="l00171"></a>00171 <a name="l00172"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#a3621043aea2f5edcc28032a6013cd5a7">00172</a> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> <a class="code" href="classOgre_1_1ExternalTextureSource.html#a3621043aea2f5edcc28032a6013cd5a7">mInputFileName</a>; <a name="l00173"></a>00173 <a name="l00174"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#a44a2d5670f7a876e9dff06d88ce83ae9">00174</a> <span class="keywordtype">bool</span> <a class="code" href="classOgre_1_1ExternalTextureSource.html#a44a2d5670f7a876e9dff06d88ce83ae9">mUpdateEveryFrame</a>; <a name="l00175"></a>00175 <a name="l00176"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#aa47ef58a0f251bd727291834bf11375e">00176</a> <span class="keywordtype">int</span> mFramesPerSecond, <a name="l00177"></a>00177 <a class="code" href="classOgre_1_1ExternalTextureSource.html#aa47ef58a0f251bd727291834bf11375e">mTechniqueLevel</a>, <a name="l00178"></a>00178 mPassLevel, <a name="l00179"></a>00179 mStateLevel; <a name="l00180"></a>00180 <span class="comment">//------------------------------------------------------------------//</span> <a name="l00181"></a>00181 <a name="l00182"></a>00182 <span class="keyword">protected</span>: <a name="l00185"></a><a class="code" href="classOgre_1_1ExternalTextureSource.html#acde1eafee1423e396331809c06e32b56">00185</a> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> <a class="code" href="classOgre_1_1ExternalTextureSource.html#acde1eafee1423e396331809c06e32b56" title="The string name of the dictionary name - each plugin must override default name.">mDictionaryName</a>; <a name="l00186"></a>00186 }; <a name="l00189"></a>00189 } <a name="l00190"></a>00190 <a name="l00191"></a>00191 <span class="preprocessor">#endif</span> </pre></div></div><!-- contents --> <hr> <p> Copyright &copy; 2012 Torus Knot Software Ltd<br /> <!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/> <!--/Creative Commons License--><!-- <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-sa/2.5/" /> <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><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"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> --> Last modified Sun Sep 2 2012 07:27:21 </p> </body> </html>
jjenki11/blaze-chem-rendering
ogre/ogre_src_v1-8-1/Docs/api/html/OgreExternalTextureSource_8h_source.html
HTML
mit
28,742
<link rel="import" href="../bower_components/polymer/polymer.html"> <link rel="import" href="../bower_components/core-header-panel/core-header-panel.html"> <link rel="import" href="../bower_components/core-drawer-panel/core-drawer-panel.html"> <link rel="import" href="../bower_components/core-toolbar/core-toolbar.html"> <link rel="import" href="../bower_components/core-icon/core-icon.html"> <link rel="import" href="../bower_components/paper-tabs/paper-tabs.html"> <link rel="import" href="../bower_components/paper-button/paper-button.html"> <link rel="import" href="game-list.html"> <link rel="import" href="wc-login.html"> <link rel="import" href="wc-drawer-panel.html"> <link rel="import" href="wc-leaderboard.html"> <polymer-element name="wc-app" attributes="user games action users"> <template> <style> core-header-panel { height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; } core-toolbar { background: #42bd41; color: #eeff41; } core-icon-button{ margin-right: 10px; } .drawer{ background: #fff; } .logo{ width: 60px; } .logo img{ width: 100%; } </style> <core-drawer-panel id="settings" name="settings" hidden?="{{user == null || user == 'login'}}"> <div class="drawer" drawer> <wc-drawer-panel user="{{user}}" show="{{show}}" action="{{action}}"></wc-drawer-panel> </div> <div main> <core-header-panel mode="waterfall" > <core-toolbar> <div layout horizontal center > <core-icon-button icon="menu" on-tap="{{menuAction}}" hidden?="{{!narrow}}"></core-icon-button> <div class="welcome"> {{show}} </div> </div> </core-toolbar> <game-list user="{{user}}" games="{{games}}" hidden?="{{show !== 'Games'}}"></game-list> <wc-leaderboard users="{{users}}" user="{{user}}" hidden?="{{show != 'Leaderboard'}}"></wc-leaderboard> </core-header-panel> </div> </core-drawer-panel> <wc-login id="login" name="login" user="{{user}}" action="{{action}}" hidden?="{{ user != null || user == 'login'}}"></wc-login> </template> <script> Polymer('wc-app', { eventDelegates: { 'core-responsive-change': 'layoutChange' }, layoutChange: function(e, details){ this.narrow = details.narrow }, showChanged: function(){ this.$.settings.selected = "main"; }, menuAction: function(){ if (this.$.settings.selected == "drawer"){ this.$.settings.selected = "main" }else{ this.$.settings.selected = "drawer" } }, logout: function(){ this.action = "logout" } }); // var tabs = document.querySelector('paper-tabs'); // var list = document.querySelector('game-list'); // tabs.addEventListener('core-select', function() { // // list.show = tabs.selected; // }); </script> </polymer-element>
hecspc/BrazilWorldCup
dist/elements/wc-app.html
HTML
mit
3,221
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>CivilOctave: amarjeet@lab.gdy.club/public/dir_a3d1a7b653511821389cb78175fd2fa0.tex Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="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">CivilOctave </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="namespaces.html"><span>Packages</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 id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_5df9b5f8191c445162897bbb77f834f4.html">amarjeet@lab.gdy.club</a></li><li class="navelem"><a class="el" href="dir_eabd756732c269eeca5ead71f78e50e4.html">public</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">dir_a3d1a7b653511821389cb78175fd2fa0.tex</div> </div> </div><!--header--> <div class="contents"> <a href="public_2dir__a3d1a7b653511821389cb78175fd2fa0_8tex.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;\hypertarget{dir_a3d1a7b653511821389cb78175fd2fa0}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/static Directory Reference}</div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;\label{dir_a3d1a7b653511821389cb78175fd2fa0}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/static Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/sage/static Directory Reference}}</div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;Directory dependency graph for static\+:\nopagebreak</div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;\begin{figure}[H]</div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;\begin{center}</div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;\leavevmode</div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;\includegraphics[width=254pt]{dir_a3d1a7b653511821389cb78175fd2fa0_dep}</div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;\end{center}</div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;\end{figure}</div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;\subsection*{Directories}</div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;\begin{DoxyCompactItemize}</div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;\item </div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;directory \hyperlink{dir_c5ddfe22bf08c40bded923c4e68d0396}{js}</div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;\end{DoxyCompactItemize}</div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Dec 18 2015 17:15:35 for CivilOctave by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
GreatDevelopers/CivilOctave
Documentation/html/public_2dir__a3d1a7b653511821389cb78175fd2fa0_8tex_source.html
HTML
mit
4,430
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_datagram_socket::implementation_type</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket"> <link rel="prev" href="implementation.html" title="basic_datagram_socket::implementation"> <link rel="next" href="io_control.html" title="basic_datagram_socket::io_control"> </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="implementation.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="io_control.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.basic_datagram_socket.implementation_type"></a><a class="link" href="implementation_type.html" title="basic_datagram_socket::implementation_type">basic_datagram_socket::implementation_type</a> </h4></div></div></div> <p> <span class="emphasis"><em>Inherited from basic_io_object.</em></span> </p> <p> <a class="indexterm" name="idp121416000"></a> The underlying implementation type of I/O object. </p> <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">service_type</span><span class="special">::</span><span class="identifier">implementation_type</span> <span class="identifier">implementation_type</span><span class="special">;</span> </pre> <h6> <a name="boost_asio.reference.basic_datagram_socket.implementation_type.h0"></a> <span class="phrase"><a name="boost_asio.reference.basic_datagram_socket.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_datagram_socket.implementation_type.requirements">Requirements</a> </h6> <p> <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_datagram_socket.hpp</code> </p> <p> <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code> </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="implementation.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="io_control.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
rkq/cxxexp
third-party/src/boost_1_56_0/doc/html/boost_asio/reference/basic_datagram_socket/implementation_type.html
HTML
mit
4,200
--- layout: default title: "Projects Archive" teaser: "Check out all project posts in my project archive. Click on a headline to read the teaser." breadcrumb: true header: title: "Archive" image_fullwidth: profile.png caption: "" permalink: "projects/archive/" --- <div id="blog-index" class="row"> <div class="small-12 columns t30"> <h1>{{ page.title }}</h1> {% if page.teaser %}<p class="teaser">{{ page.teaser }}</p>{% endif %} <dl class="accordion" data-accordion> {% assign counter = 1 %} {% for post in site.posts limit:1000 %} <dd class="accordion-navigation"> <a href="#panel{{ counter }}"><span class="iconfont"></span> {% if post.subheadline %}{{ post.subheadline }} › {% endif %}<strong>{{ post.title }}</strong></a> <div id="panel{{ counter }}" class="content"> {% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %} <a href="{{ site.url }}{{ post.url }}" title="Read {{ post.title escape_once }}"><strong>{{ site.data.language.read_more }}</strong></a><br><br> </div> </dd> {% assign counter=counter | plus:1 %} {% endfor %} </dl> </div><!-- /.small-12.columns --> </div><!-- /.row -->
JanePratley/janepratley.github.io
projects/archive.html
HTML
mit
1,261
<nav class="nav"> <ul class="list list--nav"> {% for item in site.html_pages %} {% unless item.title == false or item.url contains "/page" or item.url contains "/404.html" %} <li class="item item--nav{% if item.url == page.url %} item--current{% endif %}"> {% if item.url contains '://' %} {% assign url = item.url %} {% else %} {% assign url = item.url | relative_url %} {% endif %} {% if item.collectionpage %} {% assign collectiondata = site.collections | where: "label", item.collectionpage | first %} <a href="{{ url }}">{{ collectiondata.title }}</a> {% else %} <a href="{{ url }}">{{ item.title }}</a> {% endif %} </li> {% endunless %} {% endfor %} </ul> </nav>
zlujing/zlujing.github.io
_includes/nav-default.html
HTML
mit
819
<ul> <p><strong>Datasets used for integration</strong></p> <ul> <li>Gene-Protein [Ensembl]</li> <ul> <li><a href="ftp://ftp.ensemblgenomes.org/pub/release-46/plants/gff3/sorghum_bicolor/Sorghum_bicolor.Sorghum_bicolor_NCBIv3.46.gff3.gz">Sorghum_bicolor_NCBIv3.43.gff3.gz</a></li> <li><a href="ftp://ftp.ensemblgenomes.org/pub/release-46/plants/fasta/sorghum_bicolor/pep/Sorghum_bicolor.Sorghum_bicolor_NCBIv3.pep.all.fa.gz">Sorghum_bicolor_NCBIv3.pep.all.fa.gz</a></li> <li>Mapping File from <a href="http://plants.ensembl.org/biomart/martview">Ensembl BioMart</a></li> <li>Ensembl-UniProtKB-SP Mapping File from <a href="http://plants.ensembl.org/biomart/martview">Ensembl BioMart</a></li> </ul> <li>Protein-Domain [Ensembl]</li> <ul> <li>InterPro Protein Domains from <a href="http://plants.ensembl.org/biomart/martview">Ensembl BioMart</a></li> </ul> <li>Protein-Publication [UniProtKB]</li> <ul> <li><a href="http://www.uniprot.org/uniprot/?query=reviewed:yes%20taxonomy:4558&compress=yes&format=xml">Sbicolor UniProtKB-SP XML</a></li> </ul> <li>Publications [PubMed]</li> <ul> <li><a href="https://www.ncbi.nlm.nih.gov/pubmed/?term=(((sorghum)+NOT+sorghum%5BAuthor%5D))+OR+Sorghum+bicolor">XML</a></li> <li>filter publications that are unconnected, i.e. not linked via citation or text-mining</li> </ul> <li>Gene-TO [Text-Mining]</li> <ul> <li>Gene-TO sentence based co-occurrences in PubMed abstracts</li> </ul> <li>Homology</li> <ul> <li>Rice-Arabidopsis homologs from <a href="http://plants.ensembl.org/biomart/martview">Ensembl BioMart</a></li> <li>Sequence alignments to other Plants</li> <ul> <li>Protein@Rice-Protein@Plants::UniProtKB-SP [Smith-Waterman]</li> </ul> </ul> <li>References</li> <ul> <li>Arabidopsis (TAIR) see Release notes for <a href="https://knetminer.com/Arabidopsis_thaliana/html/release.html">Arabidopsis</a></li> </ul> </ul> </ul>
Rothamsted/knetminer
datasets/sorghum/client/release_notes.html
HTML
mit
2,011
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <title> SmartAdmin </title> <meta name="description" content=""> <meta name="author" content=""> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <!-- #CSS Links --> <!-- Basic Styles --> <link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" media="screen" href="css/font-awesome.min.css"> <!-- SmartAdmin Styles : Caution! DO NOT change the order --> <link rel="stylesheet" type="text/css" media="screen" href="css/smartadmin-production-plugins.min.css"> <link rel="stylesheet" type="text/css" media="screen" href="css/smartadmin-production.min.css"> <link rel="stylesheet" type="text/css" media="screen" href="css/smartadmin-skins.min.css"> <!-- SmartAdmin RTL Support --> <link rel="stylesheet" type="text/css" media="screen" href="css/smartadmin-rtl.min.css"> <!-- We recommend you use "your_style.css" to override SmartAdmin specific styles this will also ensure you retrain your customization with each SmartAdmin update. <link rel="stylesheet" type="text/css" media="screen" href="css/your_style.css"> --> <!-- Demo purpose only: goes with demo.js, you can delete this css when designing your own WebApp --> <link rel="stylesheet" type="text/css" media="screen" href="css/demo.min.css"> <!-- #FAVICONS --> <link rel="shortcut icon" href="img/favicon/favicon.ico" type="image/x-icon"> <link rel="icon" href="img/favicon/favicon.ico" type="image/x-icon"> <!-- #GOOGLE FONT --> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,700"> <!-- #APP SCREEN / ICONS --> <!-- Specifying a Webpage Icon for Web Clip Ref: https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html --> <link rel="apple-touch-icon" href="img/splash/sptouch-icon-iphone.png"> <link rel="apple-touch-icon" sizes="76x76" href="img/splash/touch-icon-ipad.png"> <link rel="apple-touch-icon" sizes="120x120" href="img/splash/touch-icon-iphone-retina.png"> <link rel="apple-touch-icon" sizes="152x152" href="img/splash/touch-icon-ipad-retina.png"> <!-- iOS web-app metas : hides Safari UI Components and Changes Status Bar Appearance --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <!-- Startup image for web apps --> <link rel="apple-touch-startup-image" href="img/splash/ipad-landscape.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)"> <link rel="apple-touch-startup-image" href="img/splash/ipad-portrait.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)"> <link rel="apple-touch-startup-image" href="img/splash/iphone.png" media="screen and (max-device-width: 320px)"> </head> <!-- TABLE OF CONTENTS. Use search to find needed section. =================================================================== | 01. #CSS Links | all CSS links and file paths | | 02. #FAVICONS | Favicon links and file paths | | 03. #GOOGLE FONT | Google font link | | 04. #APP SCREEN / ICONS | app icons, screen backdrops | | 05. #BODY | body tag | | 06. #HEADER | header tag | | 07. #PROJECTS | project lists | | 08. #TOGGLE LAYOUT BUTTONS | layout buttons and actions | | 09. #MOBILE | mobile view dropdown | | 10. #SEARCH | search field | | 11. #NAVIGATION | left panel & navigation | | 12. #MAIN PANEL | main panel | | 13. #MAIN CONTENT | content holder | | 14. #PAGE FOOTER | page footer | | 15. #SHORTCUT AREA | dropdown shortcuts area | | 16. #PLUGINS | all scripts and plugins | =================================================================== --> <!-- #BODY --> <!-- Possible Classes * 'smart-style-{SKIN#}' * 'smart-rtl' - Switch theme mode to RTL * 'menu-on-top' - Switch to top navigation (no DOM change required) * 'no-menu' - Hides the menu completely * 'hidden-menu' - Hides the main menu but still accessable by hovering over left edge * 'fixed-header' - Fixes the header * 'fixed-navigation' - Fixes the main menu * 'fixed-ribbon' - Fixes breadcrumb * 'fixed-page-footer' - Fixes footer * 'container' - boxed layout mode (non-responsive: will not work with fixed-navigation & fixed-ribbon) --> <body class=""> <!-- #HEADER --> <header id="header"> <div id="logo-group"> <!-- PLACE YOUR LOGO HERE --> <span id="logo"> <img src="img/logo.png" alt="SmartAdmin"> </span> <!-- END LOGO PLACEHOLDER --> <!-- Note: The activity badge color changes when clicked and resets the number to 0 Suggestion: You may want to set a flag when this happens to tick off all checked messages / notifications --> <span id="activity" class="activity-dropdown"> <i class="fa fa-user"></i> <b class="badge"> 21 </b> </span> <!-- AJAX-DROPDOWN : control this dropdown height, look and feel from the LESS variable file --> <div class="ajax-dropdown"> <!-- the ID links are fetched via AJAX to the ajax container "ajax-notifications" --> <div class="btn-group btn-group-justified" data-toggle="buttons"> <label class="btn btn-default"> <input type="radio" name="activity" id="ajax/notify/mail.html"> Msgs (14) </label> <label class="btn btn-default"> <input type="radio" name="activity" id="ajax/notify/notifications.html"> notify (3) </label> <label class="btn btn-default"> <input type="radio" name="activity" id="ajax/notify/tasks.html"> Tasks (4) </label> </div> <!-- notification content --> <div class="ajax-notifications custom-scroll"> <div class="alert alert-transparent"> <h4>Click a button to show messages here</h4> This blank page message helps protect your privacy, or you can show the first message here automatically. </div> <i class="fa fa-lock fa-4x fa-border"></i> </div> <!-- end notification content --> <!-- footer: refresh area --> <span> Last updated on: 12/12/2013 9:43AM <button type="button" data-loading-text="<i class='fa fa-refresh fa-spin'></i> Loading..." class="btn btn-xs btn-default pull-right"> <i class="fa fa-refresh"></i> </button> </span> <!-- end footer --> </div> <!-- END AJAX-DROPDOWN --> </div> <!-- #PROJECTS: projects dropdown --> <div class="project-context hidden-xs"> <span class="label">Projects:</span> <span class="project-selector dropdown-toggle" data-toggle="dropdown">Recent projects <i class="fa fa-angle-down"></i></span> <!-- Suggestion: populate this list with fetch and push technique --> <ul class="dropdown-menu"> <li> <a href="javascript:void(0);">Online e-merchant management system - attaching integration with the iOS</a> </li> <li> <a href="javascript:void(0);">Notes on pipeline upgradee</a> </li> <li> <a href="javascript:void(0);">Assesment Report for merchant account</a> </li> <li class="divider"></li> <li> <a href="javascript:void(0);"><i class="fa fa-power-off"></i> Clear</a> </li> </ul> <!-- end dropdown-menu--> </div> <!-- end projects dropdown --> <!-- #TOGGLE LAYOUT BUTTONS --> <!-- pulled right: nav area --> <div class="pull-right"> <!-- collapse menu button --> <div id="hide-menu" class="btn-header pull-right"> <span> <a href="javascript:void(0);" data-action="toggleMenu" title="Collapse Menu"><i class="fa fa-reorder"></i></a> </span> </div> <!-- end collapse menu --> <!-- #MOBILE --> <!-- Top menu profile link : this shows only when top menu is active --> <ul id="mobile-profile-img" class="header-dropdown-list hidden-xs padding-5"> <li class=""> <a href="#" class="dropdown-toggle no-margin userdropdown" data-toggle="dropdown"> <img src="img/avatars/sunny.png" alt="John Doe" class="online" /> </a> <ul class="dropdown-menu pull-right"> <li> <a href="javascript:void(0);" class="padding-10 padding-top-0 padding-bottom-0"><i class="fa fa-cog"></i> Setting</a> </li> <li class="divider"></li> <li> <a href="profile.html" class="padding-10 padding-top-0 padding-bottom-0"> <i class="fa fa-user"></i> <u>P</u>rofile</a> </li> <li class="divider"></li> <li> <a href="javascript:void(0);" class="padding-10 padding-top-0 padding-bottom-0" data-action="toggleShortcut"><i class="fa fa-arrow-down"></i> <u>S</u>hortcut</a> </li> <li class="divider"></li> <li> <a href="javascript:void(0);" class="padding-10 padding-top-0 padding-bottom-0" data-action="launchFullscreen"><i class="fa fa-arrows-alt"></i> Full <u>S</u>creen</a> </li> <li class="divider"></li> <li> <a href="login.html" class="padding-10 padding-top-5 padding-bottom-5" data-action="userLogout"><i class="fa fa-sign-out fa-lg"></i> <strong><u>L</u>ogout</strong></a> </li> </ul> </li> </ul> <!-- logout button --> <div id="logout" class="btn-header transparent pull-right"> <span> <a href="login.html" title="Sign Out" data-action="userLogout" data-logout-msg="You can improve your security further after logging out by closing this opened browser"><i class="fa fa-sign-out"></i></a> </span> </div> <!-- end logout button --> <!-- search mobile button (this is hidden till mobile view port) --> <div id="search-mobile" class="btn-header transparent pull-right"> <span> <a href="javascript:void(0)" title="Search"><i class="fa fa-search"></i></a> </span> </div> <!-- end search mobile button --> <!-- #SEARCH --> <!-- input: search field --> <form action="search.html" class="header-search pull-right"> <input id="search-fld" type="text" name="param" placeholder="Find reports and more"> <button type="submit"> <i class="fa fa-search"></i> </button> <a href="javascript:void(0);" id="cancel-search-js" title="Cancel Search"><i class="fa fa-times"></i></a> </form> <!-- end input: search field --> <!-- fullscreen button --> <div id="fullscreen" class="btn-header transparent pull-right"> <span> <a href="javascript:void(0);" data-action="launchFullscreen" title="Full Screen"><i class="fa fa-arrows-alt"></i></a> </span> </div> <!-- end fullscreen button --> <!-- #Voice Command: Start Speech --> <div id="speech-btn" class="btn-header transparent pull-right hidden-sm hidden-xs"> <div> <a href="javascript:void(0)" title="Voice Command" data-action="voiceCommand"><i class="fa fa-microphone"></i></a> <div class="popover bottom"><div class="arrow"></div> <div class="popover-content"> <h4 class="vc-title">Voice command activated <br><small>Please speak clearly into the mic</small></h4> <h4 class="vc-title-error text-center"> <i class="fa fa-microphone-slash"></i> Voice command failed <br><small class="txt-color-red">Must <strong>"Allow"</strong> Microphone</small> <br><small class="txt-color-red">Must have <strong>Internet Connection</strong></small> </h4> <a href="javascript:void(0);" class="btn btn-success" onclick="commands.help()">See Commands</a> <a href="javascript:void(0);" class="btn bg-color-purple txt-color-white" onclick="$('#speech-btn .popover').fadeOut(50);">Close Popup</a> </div> </div> </div> </div> <!-- end voice command --> <!-- multiple lang dropdown : find all flags in the flags page --> <ul class="header-dropdown-list hidden-xs"> <li> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="img/blank.gif" class="flag flag-us" alt="United States"> <span> English (US) </span> <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-right"> <li class="active"> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-us" alt="United States"> English (US)</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-fr" alt="France"> Français</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-es" alt="Spanish"> Español</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-de" alt="German"> Deutsch</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-jp" alt="Japan"> 日本語</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-cn" alt="China"> 中文</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-it" alt="Italy"> Italiano</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-pt" alt="Portugal"> Portugal</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-ru" alt="Russia"> Русский язык</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-kr" alt="Korea"> 한국어</a> </li> </ul> </li> </ul> <!-- end multiple lang --> </div> <!-- end pulled right: nav area --> </header> <!-- END HEADER --> <!-- #NAVIGATION --> <!-- Left panel : Navigation area --> <!-- Note: This width of the aside area can be adjusted through LESS variables --> <aside id="left-panel"> <!-- User info --> <div class="login-info"> <span> <!-- User image size is adjusted inside CSS, it should stay as it --> <a href="javascript:void(0);" id="show-shortcut" data-action="toggleShortcut"> <img src="img/avatars/sunny.png" alt="me" class="online" /> <span> john.doe </span> <i class="fa fa-angle-down"></i> </a> </span> </div> <!-- end user info --> <!-- NAVIGATION : This navigation is also responsive--> <nav> <ul> <li> <a href="index.html" title="Dashboard"><i class="fa fa-lg fa-fw fa-home"></i> <span class="menu-item-parent">Dashboard</span></a> </li> <li> <a href="inbox.html"><i class="fa fa-lg fa-fw fa-inbox"></i> <span class="menu-item-parent">Inbox</span><span class="badge pull-right inbox-badge">14</span></a> </li> <li> <a href="#"><i class="fa fa-lg fa-fw fa-bar-chart-o"></i> <span class="menu-item-parent">Graphs</span></a> <ul> <li> <a href="flot.html">Flot Chart</a> </li> <li> <a href="morris.html">Morris Charts</a> </li> <li> <a href="inline-charts.html">Inline Charts</a> </li> <li> <a href="dygraphs.html">Dygraphs</a> </li> <li> <a href="chartjs.html">Chart.js <span class="badge pull-right inbox-badge bg-color-yellow">new</span></a> </li> </ul> </li> <li> <a href="#"><i class="fa fa-lg fa-fw fa-table"></i> <span class="menu-item-parent">Tables</span></a> <ul> <li> <a href="table.html">Normal Tables</a> </li> <li> <a href="datatables.html">Data Tables <span class="badge inbox-badge bg-color-greenLight">v1.10</span></a> </li> <li> <a href="jqgrid.html">Jquery Grid</a> </li> </ul> </li> <li> <a href="#"><i class="fa fa-lg fa-fw fa-pencil-square-o"></i> <span class="menu-item-parent">Forms</span></a> <ul> <li> <a href="form-elements.html">Smart Form Elements</a> </li> <li> <a href="form-templates.html">Smart Form Layouts</a> </li> <li> <a href="validation.html">Smart Form Validation</a> </li> <li> <a href="bootstrap-forms.html">Bootstrap Form Elements</a> </li> <li> <a href="bootstrap-validator.html">Bootstrap Form Validation</a> </li> <li> <a href="plugins.html">Form Plugins</a> </li> <li> <a href="wizard.html">Wizards</a> </li> <li> <a href="other-editors.html">Bootstrap Editors</a> </li> <li> <a href="dropzone.html">Dropzone </a> </li> <li> <a href="image-editor.html">Image Cropping <span class="badge pull-right inbox-badge bg-color-yellow">new</span></a> </li> </ul> </li> <li> <a href="#"><i class="fa fa-lg fa-fw fa-desktop"></i> <span class="menu-item-parent">UI Elements</span></a> <ul> <li> <a href="general-elements.html">General Elements</a> </li> <li> <a href="buttons.html">Buttons</a> </li> <li> <a href="#">Icons</a> <ul> <li> <a href="fa.html"><i class="fa fa-plane"></i> Font Awesome</a> </li> <li> <a href="glyph.html"><i class="glyphicon glyphicon-plane"></i> Glyph Icons</a> </li> <li> <a href="flags.html"><i class="fa fa-flag"></i> Flags</a> </li> </ul> </li> <li> <a href="grid.html">Grid</a> </li> <li> <a href="treeview.html">Tree View</a> </li> <li> <a href="nestable-list.html">Nestable Lists</a> </li> <li> <a href="jqui.html">JQuery UI</a> </li> <li> <a href="typography.html">Typography</a> </li> <li> <a href="#">Six Level Menu</a> <ul> <li> <a href="#"><i class="fa fa-fw fa-folder-open"></i> Item #2</a> <ul> <li> <a href="#"><i class="fa fa-fw fa-folder-open"></i> Sub #2.1 </a> <ul> <li> <a href="#"><i class="fa fa-fw fa-file-text"></i> Item #2.1.1</a> </li> <li> <a href="#"><i class="fa fa-fw fa-plus"></i> Expand</a> <ul> <li> <a href="#"><i class="fa fa-fw fa-file-text"></i> File</a> </li> <li> <a href="#"><i class="fa fa-fw fa-trash-o"></i> Delete</a></li> </ul> </li> </ul> </li> </ul> </li> <li> <a href="#"><i class="fa fa-fw fa-folder-open"></i> Item #3</a> <ul> <li> <a href="#"><i class="fa fa-fw fa-folder-open"></i> 3ed Level </a> <ul> <li> <a href="#"><i class="fa fa-fw fa-file-text"></i> File</a> </li> <li> <a href="#"><i class="fa fa-fw fa-file-text"></i> File</a> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> <li> <a href="calendar.html"><i class="fa fa-lg fa-fw fa-calendar"><em>3</em></i> <span class="menu-item-parent">Calendar</span></a> </li> <li> <a href="widgets.html"><i class="fa fa-lg fa-fw fa-list-alt"></i> <span class="menu-item-parent">Widgets</span></a> </li> <li class="active"> <a href="#"><i class="fa fa-lg fa-fw fa-puzzle-piece"></i> <span class="menu-item-parent">App Views</span></a> <ul> <li class="active"> <a href="projects.html"><i class="fa fa-file-text-o"></i> Projects</a> </li> <li> <a href="blog.html"><i class="fa fa-paragraph"></i> Blog</a> </li> <li> <a href="gallery.html"><i class="fa fa-picture-o"></i> Gallery</a> </li> <li> <a href="#"><i class="fa fa-comments"></i> Forum Layout</a> <ul> <li><a href="forum.html">General View</a></li> <li><a href="forum-topic.html">Topic View</a></li> <li><a href="forum-post.html">Post View</a></li> </ul> </li> <li> <a href="profile.html"><i class="fa fa-group"></i> Profile</a> </li> <li> <a href="timeline.html"><i class="fa fa-clock-o"></i> Timeline</a> </li> </ul> </li> <li> <a href="gmap-xml.html"><i class="fa fa-lg fa-fw fa-map-marker"></i> <span class="menu-item-parent">GMap Skins</span><span class="badge bg-color-greenLight pull-right inbox-badge">9</span></a> </li> <li> <a href="#"><i class="fa fa-lg fa-fw fa-windows"></i> <span class="menu-item-parent">Miscellaneous</span></a> <ul> <li> <a href="http://bootstraphunter.com/smartadmin-landing/" target="_blank">Landing Page <i class="fa fa-external-link"></i></a> </li> <li> <a href="pricing-table.html">Pricing Tables</a> </li> <li> <a href="invoice.html">Invoice</a> </li> <li> <a href="login.html" target="_top">Login</a> </li> <li> <a href="register.html" target="_top">Register</a> </li> <li> <a href="lock.html" target="_top">Locked Screen</a> </li> <li> <a href="error404.html">Error 404</a> </li> <li> <a href="error500.html">Error 500</a> </li> <li> <a href="blank_.html">Blank Page</a> </li> <li> <a href="email-template.html">Email Template</a> </li> <li> <a href="search.html">Search Page</a> </li> <li> <a href="ckeditor.html">CK Editor</a> </li> </ul> </li> <li class="top-menu-invisible"> <a href="#"><i class="fa fa-lg fa-fw fa-cube txt-color-blue"></i> <span class="menu-item-parent">SmartAdmin Intel</span></a> <ul> <li> <a href="difver.html"><i class="fa fa-stack-overflow"></i> Different Versions</a> </li> <li> <a href="applayout.html"><i class="fa fa-cube"></i> App Settings</a> </li> <li> <a href="http://bootstraphunter.com/smartadmin/BUGTRACK/track_/documentation/index.html" target="_blank"><i class="fa fa-book"></i> Documentation</a> </li> <li> <a href="http://bootstraphunter.com/smartadmin/BUGTRACK/track_/" target="_blank"><i class="fa fa-bug"></i> Bug Tracker</a> </li> </ul> </li> <li class="chat-users top-menu-invisible"> <a href="#"><i class="fa fa-lg fa-fw fa-comment-o"><em class="bg-color-pink flash animated">!</em></i> <span class="menu-item-parent">Smart Chat API <sup>beta</sup></span></a> <ul> <li> <div class="display-users"> <input class="form-control chat-user-filter" placeholder="Filter" type="text"> <dl> <dt> <a href="#" class="usr" data-chat-id="cha1" data-chat-fname="Sadi" data-chat-lname="Orlaf" data-chat-status="busy" data-chat-alertmsg="Sadi Orlaf is in a meeting. Please do not disturb!" data-chat-alertshow="true" rel="popover-hover" data-placement="right" data-html="true" data-content=" <div class='usr-card'> <img src='img/avatars/5.png' alt='Sadi Orlaf'> <div class='usr-card-content'> <h3>Sadi Orlaf</h3> <p>Marketing Executive</p> </div> </div> "> <i></i>Sadi Orlaf </a> </dt> <dt> <a href="#" class="usr" data-chat-id="cha2" data-chat-fname="Jessica" data-chat-lname="Dolof" data-chat-status="online" data-chat-alertmsg="" data-chat-alertshow="false" rel="popover-hover" data-placement="right" data-html="true" data-content=" <div class='usr-card'> <img src='img/avatars/1.png' alt='Jessica Dolof'> <div class='usr-card-content'> <h3>Jessica Dolof</h3> <p>Sales Administrator</p> </div> </div> "> <i></i>Jessica Dolof </a> </dt> <dt> <a href="#" class="usr" data-chat-id="cha3" data-chat-fname="Zekarburg" data-chat-lname="Almandalie" data-chat-status="online" rel="popover-hover" data-placement="right" data-html="true" data-content=" <div class='usr-card'> <img src='img/avatars/3.png' alt='Zekarburg Almandalie'> <div class='usr-card-content'> <h3>Zekarburg Almandalie</h3> <p>Sales Admin</p> </div> </div> "> <i></i>Zekarburg Almandalie </a> </dt> <dt> <a href="#" class="usr" data-chat-id="cha4" data-chat-fname="Barley" data-chat-lname="Krazurkth" data-chat-status="away" rel="popover-hover" data-placement="right" data-html="true" data-content=" <div class='usr-card'> <img src='img/avatars/4.png' alt='Barley Krazurkth'> <div class='usr-card-content'> <h3>Barley Krazurkth</h3> <p>Sales Director</p> </div> </div> "> <i></i>Barley Krazurkth </a> </dt> <dt> <a href="#" class="usr offline" data-chat-id="cha5" data-chat-fname="Farhana" data-chat-lname="Amrin" data-chat-status="incognito" rel="popover-hover" data-placement="right" data-html="true" data-content=" <div class='usr-card'> <img src='img/avatars/female.png' alt='Farhana Amrin'> <div class='usr-card-content'> <h3>Farhana Amrin</h3> <p>Support Admin <small><i class='fa fa-music'></i> Playing Beethoven Classics</small></p> </div> </div> "> <i></i>Farhana Amrin (offline) </a> </dt> <dt> <a href="#" class="usr offline" data-chat-id="cha6" data-chat-fname="Lezley" data-chat-lname="Jacob" data-chat-status="incognito" rel="popover-hover" data-placement="right" data-html="true" data-content=" <div class='usr-card'> <img src='img/avatars/male.png' alt='Lezley Jacob'> <div class='usr-card-content'> <h3>Lezley Jacob</h3> <p>Sales Director</p> </div> </div> "> <i></i>Lezley Jacob (offline) </a> </dt> </dl> <a href="chat.html" class="btn btn-xs btn-default btn-block sa-chat-learnmore-btn">About the API</a> </div> </li> </ul> </li> </ul> </nav> <span class="minifyme" data-action="minifyMenu"> <i class="fa fa-arrow-circle-left hit"></i> </span> </aside> <!-- END NAVIGATION --> <!-- MAIN PANEL --> <div id="main" role="main"> <!-- RIBBON --> <div id="ribbon"> <span class="ribbon-button-alignment"> <span id="refresh" class="btn btn-ribbon" data-action="resetWidgets" data-title="refresh" rel="tooltip" data-placement="bottom" data-original-title="<i class='text-warning fa fa-warning'></i> Warning! This will reset all your widget settings." data-html="true"> <i class="fa fa-refresh"></i> </span> </span> <!-- breadcrumb --> <ol class="breadcrumb"> <li>Home</li><li>App Views</li><li>Projects</li> </ol> <!-- end breadcrumb --> <!-- You can also add more buttons to the ribbon for further usability Example below: <span class="ribbon-button-alignment pull-right"> <span id="search" class="btn btn-ribbon hidden-xs" data-title="search"><i class="fa-grid"></i> Change Grid</span> <span id="add" class="btn btn-ribbon hidden-xs" data-title="add"><i class="fa-plus"></i> Add</span> <span id="search" class="btn btn-ribbon" data-title="search"><i class="fa-search"></i> <span class="hidden-mobile">Search</span></span> </span> --> </div> <!-- END RIBBON --> <!-- MAIN CONTENT --> <div id="content"> <!-- row --> <div class="row"> <!-- col --> <div class="col-xs-12 col-sm-7 col-md-7 col-lg-4"> <h1 class="page-title txt-color-blueDark"> <!-- PAGE HEADER --> <i class="fa-fw fa fa-puzzle-piece"></i> App Views <span>> Project </span> </h1> </div> <!-- end col --> <!-- right side of the page with the sparkline graphs --> <!-- col --> <div class="col-xs-12 col-sm-5 col-md-5 col-lg-8"> <!-- sparks --> <ul id="sparks"> <li class="sparks-info"> <h5> My Income <span class="txt-color-blue">$47,171</span></h5> <div class="sparkline txt-color-blue hidden-mobile hidden-md hidden-sm"> 1300, 1877, 2500, 2577, 2000, 2100, 3000, 2700, 3631, 2471, 2700, 3631, 2471 </div> </li> <li class="sparks-info"> <h5> Site Traffic <span class="txt-color-purple"><i class="fa fa-arrow-circle-up" data-rel="bootstrap-tooltip" title="Increased"></i>&nbsp;45%</span></h5> <div class="sparkline txt-color-purple hidden-mobile hidden-md hidden-sm"> 110,150,300,130,400,240,220,310,220,300, 270, 210 </div> </li> <li class="sparks-info"> <h5> Site Orders <span class="txt-color-greenDark"><i class="fa fa-shopping-cart"></i>&nbsp;2447</span></h5> <div class="sparkline txt-color-greenDark hidden-mobile hidden-md hidden-sm"> 110,150,300,130,400,240,220,310,220,300, 270, 210 </div> </li> </ul> <!-- end sparks --> </div> <!-- end col --> </div> <!-- end row --> <!-- The ID "widget-grid" will start to initialize all widgets below You do not need to use widgets if you dont want to. Simply remove the <section></section> and you can use wells or panels instead --> <!-- widget grid --> <section id="widget-grid" class=""> <!-- row --> <div class="row"> <!-- NEW WIDGET START --> <article class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <div class="alert alert-info"> <strong>NOTE:</strong> All the data is loaded from a seperate JSON file </div> <!-- Widget ID (each widget will need unique ID)--> <div class="jarviswidget well" id="wid-id-0"> <!-- widget options: usage: <div class="jarviswidget" id="wid-id-0" data-widget-editbutton="false"> data-widget-colorbutton="false" data-widget-editbutton="false" data-widget-togglebutton="false" data-widget-deletebutton="false" data-widget-fullscreenbutton="false" data-widget-custombutton="false" data-widget-collapsed="true" data-widget-sortable="false" --> <header> <span class="widget-icon"> <i class="fa fa-comments"></i> </span> <h2>Widget Title </h2> </header> <!-- widget div--> <div> <!-- widget edit box --> <div class="jarviswidget-editbox"> <!-- This area used as dropdown edit box --> <input class="form-control" type="text"> </div> <!-- end widget edit box --> <!-- widget content --> <div class="widget-body no-padding"> <table id="example" class="display projects-table table table-striped table-bordered table-hover" cellspacing="0" width="100%"> <thead> <tr> <th></th><th>Projects</th><th><i class="fa fa-fw fa-user text-muted hidden-md hidden-sm hidden-xs"></i> EST</th> <th>Contacts</th> <th>Status</th> <th><i class="fa fa-circle txt-color-darken font-xs"></i> Target/ <i class="fa fa-circle text-danger font-xs"></i> Actual</th> <th><i class="fa fa-fw fa-calendar text-muted hidden-md hidden-sm hidden-xs"></i> Starts</th> <th><i class="fa fa-fw fa-calendar text-muted hidden-md hidden-sm hidden-xs"></i> Ends</th> <th>Tracker</th> </tr> </thead> </table> </div> <!-- end widget content --> </div> <!-- end widget div --> </div> <!-- end widget --> </article> <!-- WIDGET END --> </div> <!-- end row --> <!-- row --> <div class="row"> <!-- a blank row to get started --> <div class="col-sm-12"> <!-- your contents here --> </div> </div> <!-- end row --> </section> <!-- end widget grid --> </div> <!-- END MAIN CONTENT --> </div> <!-- END MAIN PANEL --> <!-- PAGE FOOTER --> <div class="page-footer"> <div class="row"> <div class="col-xs-12 col-sm-6"> <span class="txt-color-white">SmartAdmin 1.6 <span class="hidden-xs"> - Web Application Framework</span> © 2014-2015</span> </div> <div class="col-xs-6 col-sm-6 text-right hidden-xs"> <div class="txt-color-white inline-block"> <i class="txt-color-blueLight hidden-mobile">Last account activity <i class="fa fa-clock-o"></i> <strong>52 mins ago &nbsp;</strong> </i> <div class="btn-group dropup"> <button class="btn btn-xs dropdown-toggle bg-color-blue txt-color-white" data-toggle="dropdown"> <i class="fa fa-link"></i> <span class="caret"></span> </button> <ul class="dropdown-menu pull-right text-left"> <li> <div class="padding-5"> <p class="txt-color-darken font-sm no-margin">Download Progress</p> <div class="progress progress-micro no-margin"> <div class="progress-bar progress-bar-success" style="width: 50%;"></div> </div> </div> </li> <li class="divider"></li> <li> <div class="padding-5"> <p class="txt-color-darken font-sm no-margin">Server Load</p> <div class="progress progress-micro no-margin"> <div class="progress-bar progress-bar-success" style="width: 20%;"></div> </div> </div> </li> <li class="divider"></li> <li> <div class="padding-5"> <p class="txt-color-darken font-sm no-margin">Memory Load <span class="text-danger">*critical*</span></p> <div class="progress progress-micro no-margin"> <div class="progress-bar progress-bar-danger" style="width: 70%;"></div> </div> </div> </li> <li class="divider"></li> <li> <div class="padding-5"> <button class="btn btn-block btn-default">refresh</button> </div> </li> </ul> </div> </div> </div> </div> </div> <!-- END PAGE FOOTER --> <!-- SHORTCUT AREA : With large tiles (activated via clicking user name tag) Note: These tiles are completely responsive, you can add as many as you like --> <div id="shortcut"> <ul> <li> <a href="inbox.html" class="jarvismetro-tile big-cubes bg-color-blue"> <span class="iconbox"> <i class="fa fa-envelope fa-4x"></i> <span>Mail <span class="label pull-right bg-color-darken">14</span></span> </span> </a> </li> <li> <a href="calendar.html" class="jarvismetro-tile big-cubes bg-color-orangeDark"> <span class="iconbox"> <i class="fa fa-calendar fa-4x"></i> <span>Calendar</span> </span> </a> </li> <li> <a href="gmap-xml.html" class="jarvismetro-tile big-cubes bg-color-purple"> <span class="iconbox"> <i class="fa fa-map-marker fa-4x"></i> <span>Maps</span> </span> </a> </li> <li> <a href="invoice.html" class="jarvismetro-tile big-cubes bg-color-blueDark"> <span class="iconbox"> <i class="fa fa-book fa-4x"></i> <span>Invoice <span class="label pull-right bg-color-darken">99</span></span> </span> </a> </li> <li> <a href="gallery.html" class="jarvismetro-tile big-cubes bg-color-greenLight"> <span class="iconbox"> <i class="fa fa-picture-o fa-4x"></i> <span>Gallery </span> </span> </a> </li> <li> <a href="profile.html" class="jarvismetro-tile big-cubes selected bg-color-pinkDark"> <span class="iconbox"> <i class="fa fa-user fa-4x"></i> <span>My Profile </span> </span> </a> </li> </ul> </div> <!-- END SHORTCUT AREA --> <!--================================================== --> <!-- PACE LOADER - turn this on if you want ajax loading to show (caution: uses lots of memory on iDevices)--> <script data-pace-options='{ "restartOnRequestAfter": true }' src="js/plugin/pace/pace.min.js"></script> <!-- Link to Google CDN's jQuery + jQueryUI; fall back to local --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script> if (!window.jQuery) { document.write('<script src="js/libs/jquery-2.1.1.min.js"><\/script>'); } </script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script> <script> if (!window.jQuery.ui) { document.write('<script src="js/libs/jquery-ui-1.10.3.min.js"><\/script>'); } </script> <!-- IMPORTANT: APP CONFIG --> <script src="js/app.config.js"></script> <!-- JS TOUCH : include this plugin for mobile drag / drop touch events--> <script src="js/plugin/jquery-touch/jquery.ui.touch-punch.min.js"></script> <!-- BOOTSTRAP JS --> <script src="js/bootstrap/bootstrap.min.js"></script> <!-- CUSTOM NOTIFICATION --> <script src="js/notification/SmartNotification.min.js"></script> <!-- JARVIS WIDGETS --> <script src="js/smartwidgets/jarvis.widget.min.js"></script> <!-- EASY PIE CHARTS --> <script src="js/plugin/easy-pie-chart/jquery.easy-pie-chart.min.js"></script> <!-- SPARKLINES --> <script src="js/plugin/sparkline/jquery.sparkline.min.js"></script> <!-- JQUERY VALIDATE --> <script src="js/plugin/jquery-validate/jquery.validate.min.js"></script> <!-- JQUERY MASKED INPUT --> <script src="js/plugin/masked-input/jquery.maskedinput.min.js"></script> <!-- JQUERY SELECT2 INPUT --> <script src="js/plugin/select2/select2.min.js"></script> <!-- JQUERY UI + Bootstrap Slider --> <script src="js/plugin/bootstrap-slider/bootstrap-slider.min.js"></script> <!-- browser msie issue fix --> <script src="js/plugin/msie-fix/jquery.mb.browser.min.js"></script> <!-- FastClick: For mobile devices --> <script src="js/plugin/fastclick/fastclick.min.js"></script> <!--[if IE 8]> <h1>Your browser is out of date, please update your browser by going to www.microsoft.com/download</h1> <![endif]--> <!-- Demo purpose only --> <script src="js/demo.min.js"></script> <!-- MAIN APP JS FILE --> <script src="js/app.min.js"></script> <!-- ENHANCEMENT PLUGINS : NOT A REQUIREMENT --> <!-- Voice command : plugin --> <script src="js/speech/voicecommand.min.js"></script> <!-- SmartChat UI : plugin --> <script src="js/smart-chat-ui/smart.chat.ui.min.js"></script> <script src="js/smart-chat-ui/smart.chat.manager.min.js"></script> <!-- PAGE RELATED PLUGIN(S) <script src="..."></script>--> <script src="js/plugin/datatables/jquery.dataTables.min.js"></script> <script src="js/plugin/datatables/dataTables.colVis.min.js"></script> <script src="js/plugin/datatables/dataTables.tableTools.min.js"></script> <script src="js/plugin/datatables/dataTables.bootstrap.min.js"></script> <script src="js/plugin/datatable-responsive/datatables.responsive.min.js"></script> <script type="text/javascript"> $(document).ready(function() { /* DO NOT REMOVE : GLOBAL FUNCTIONS! * * pageSetUp(); WILL CALL THE FOLLOWING FUNCTIONS * * // activate tooltips * $("[rel=tooltip]").tooltip(); * * // activate popovers * $("[rel=popover]").popover(); * * // activate popovers with hover states * $("[rel=popover-hover]").popover({ trigger: "hover" }); * * // activate inline charts * runAllCharts(); * * // setup widgets * setup_widgets_desktop(); * * // run form elements * runAllForms(); * ******************************** * * pageSetUp() is needed whenever you load a page. * It initializes and checks for all basic elements of the page * and makes rendering easier. * */ pageSetUp(); /* * ALL PAGE RELATED SCRIPTS CAN GO BELOW HERE * eg alert("my home function"); * * var pagefunction = function() { * ... * } * loadScript("js/plugin/_PLUGIN_NAME_.js", pagefunction); * * TO LOAD A SCRIPT: * var pagefunction = function (){ * loadScript(".../plugin.js", run_after_loaded); * } * * OR * * loadScript(".../plugin.js", run_after_loaded); */ /* Formatting function for row details - modify as you need */ function format ( d ) { // `d` is the original data object for the row return '<table cellpadding="5" cellspacing="0" border="0" class="table table-hover table-condensed">'+ '<tr>'+ '<td style="width:100px">Project Title:</td>'+ '<td>'+d.name+'</td>'+ '</tr>'+ '<tr>'+ '<td>Deadline:</td>'+ '<td>'+d.ends+'</td>'+ '</tr>'+ '<tr>'+ '<td>Extra info:</td>'+ '<td>And any further details here (images etc)...</td>'+ '</tr>'+ '<tr>'+ '<td>Comments:</td>'+ '<td>'+d.comments+'</td>'+ '</tr>'+ '<tr>'+ '<td>Action:</td>'+ '<td>'+d.action+'</td>'+ '</tr>'+ '</table>'; } // clears the variable if left blank var table = $('#example').DataTable( { "ajax": "data/dataList.json", "bDestroy": true, "iDisplayLength": 15, "columns": [ { "class": 'details-control', "orderable": false, "data": null, "defaultContent": '' }, { "data": "name" }, { "data": "est" }, { "data": "contacts" }, { "data": "status" }, { "data": "target-actual" }, { "data": "starts" }, { "data": "ends" }, { "data": "tracker" }, ], "order": [[1, 'asc']], "fnDrawCallback": function( oSettings ) { runAllCharts() } } ); // Add event listener for opening and closing details $('#example tbody').on('click', 'td.details-control', function () { var tr = $(this).closest('tr'); var row = table.row( tr ); if ( row.child.isShown() ) { // This row is already open - close it row.child.hide(); tr.removeClass('shown'); } else { // Open this row row.child( format(row.data()) ).show(); tr.addClass('shown'); } }); }) </script> <!-- Your GOOGLE ANALYTICS CODE Below --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXXXXX-X']); _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>
dtrampus/Compras
web/SmartAdmin/projects.html
HTML
mit
46,867
{% extends "base.html" %} {% import "_macros.html" as macros %} {% block title %}八斗 - 管理评论{% endblock %} {% block page_content %} <div class="page-header"> <h1>管理评论</h1> </div> {% set moderate = True %} {% include '_comments.html' %} {% if pagination %} <div class="pagination"> {{ macros.pagination_widget(pagination, '.moderate') }} </div> {% endif %} {% endblock %}
yyt030/badou.com
app/templates/moderate.html
HTML
mit
451
<!-- Piwik --> <script type="text/javascript" > var _paq = _paq || []; _paq.push(["setDocumentTitle", document.domain + "/" + document.title]); _paq.push(["setCookieDomain", "{{ .Site.Params.analytics.piwik.domain }}"]); _paq.push(["setDomains", ["{{ .Site.Params.analytics.piwik.domain }}"]]); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="{{ .Site.Params.analytics.piwik.URL }}/"; _paq.push(['setTrackerUrl', u+'piwik.php']); _paq.push(['setSiteId', {{ .Site.Params.analytics.piwik.ID }}]); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; {{ if .Site.Params.analytics.piwik.hash }} g.integrity="{{ .Site.Params.analytics.piwik.hash }}"; g.crossorigin="anonymous";{{ end }} s.parentNode.insertBefore(g,s); })(); </script> <noscript><p><img src="{{ .Site.Params.analytics.piwik.URL }}/piwik.php?idsite={{ .Site.Params.analytics.piwik.ID }}" style="border:0;" alt="" /></p></noscript> <!-- End Piwik Code -->
Nic128/personal-site
site/themes/hugo-identity/layouts/partials/_analytics/piwik.html
HTML
mit
1,094
{% extends 'base.html' %} {% block extra_js %} <script src=""></script> {% endblock %} {% block main %} <div id="enrollment-quiz"> <h2>Open Humans Public Data Sharing</h2> <h3 class="page-header" style="margin-top:0px;margin-bottom:5px;"> Feature Activation Quiz</h3> <p> Please complete the quiz below to enable feature activation. All questions must be answered correctly to pass the exam. You may change your answers at any time. </p> <form role="form" id="form"> <div class="panel-group" id="form-accordion" role="tablist" aria-multiselectable="true"> </div> </form> <p id="form-incomplete"> Please complete all questions to complete the quiz. </p> <p id="form-failed"> Sorry, all questions must be answered correctly to enable feature activation. Please go back and correct your answers. </p> <div id="form-passed"> <p> Thank you for completing the quiz! </p> </div> <form action="{% url 'public-data:enroll-signature' %}" method="POST"> {% csrf_token %} <input type="hidden" name="section" value="6"> <input class="btn btn-primary btn-lg" type="submit" disabled id="finish-quiz" value="Continue feature activation process"> </form> <div class="controls"> <!-- Options to reset and submit the form would go here. --> </div> </div> <!-- #enrollment-quiz --> <!-- Template used for each answer --> <script type="text/template" id="answer-template"> <div class="radio"> <input type="radio" name="${ name }" id="${ name }-${ key }" data-key="${ key }"> <label for="${ name }-${ key }"> ${ answer } </label> </div> </script> <!-- Template used for each question --> <script type="text/template" id="question-template"> <div class="panel panel-default question-panel" id="${ name }"> <div class="panel-heading" role="tab" id="heading-${name}"> <span class="panel-title"> <a class="${collapsedClass}" data-toggle="collapse" data-parent="#form-accordion" href="#collapse-${name}" aria-expanded="${isExpanded}" aria-controls="collapse-${name}"> ${title} </a> </span> <div class="correct-answer pull-right">Correct</div> <div class="incorrect-answer pull-right">Incorrect</div> </div> <div id="collapse-${name}" class="panel-collapse collapse ${inClass}" role="tabpanel" aria-labelledby="heading-${name}"> <div class="panel-body"> <div class="description"> ${ description } </div> <div class="answers"> ${ answers } </div> <div style="height:30px;"> <div class="correct-answer"> Correct! </div> <div class="incorrect-answer"> Incorrect. </div> </div> <div class="explanation"> ${ explanationText } </div> </div> </div> </div> </script> {% endblock %}
PersonalGenomesOrg/open-humans
public_data/templates/public_data/quiz.html
HTML
mit
2,976
<!--$Id: db_set_append_recno.html 63573 2008-05-23 21:43:21Z trent.nelson $--> <!--Copyright (c) 1997,2008 Oracle. All rights reserved.--> <!--See the file LICENSE for redistribution information.--> <html> <head> <title>Berkeley DB: Db::set_append_recno</title> <meta name="description" content="Berkeley DB: An embedded database programmatic toolkit."> <meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++"> </head> <body bgcolor=white> <table width="100%"><tr valign=top> <td> <b>Db::set_append_recno</b> </td> <td align=right> <a href="../api_cxx/api_core.html"><img src="../images/api.gif" alt="API"></a> <a href="../ref/toc.html"><img src="../images/ref.gif" alt="Ref"></a></td> </tr></table> <hr size=1 noshade> <tt> <b><pre> #include &lt;db_cxx.h&gt; <p> int Db::set_append_recno(int (*db_append_recno_fcn)(DB *dbp, Dbt *data, db_recno_t recno)); </pre></b> <hr size=1 noshade> <b>Description: Db::set_append_recno</b> <p>When using the <a href="../api_cxx/db_put.html#DB_APPEND">DB_APPEND</a> option of the <a href="../api_cxx/db_put.html">Db::put</a> method, it may be useful to modify the stored data based on the generated key. If a callback function is specified using the Db::set_append_recno method, it will be called after the record number has been selected, but before the data has been stored.</p> <p>The Db::set_append_recno method configures operations performed using the specified <a href="../api_cxx/db_class.html">Db</a> handle, not all operations performed on the underlying database.</p> <p>The Db::set_append_recno method may not be called after the <a href="../api_cxx/db_open.html">Db::open</a> method is called. </p> <p>The Db::set_append_recno method either returns a non-zero error value or throws an exception that encapsulates a non-zero error value on failure, and returns 0 on success. </p> <b>Parameters</b> <br> <b>db_append_recno_fcn</b><ul compact><li>The <b>db_append_recno_fcn</b> parameter is a function to call after the record number has been selected but before the data has been stored into the database. The function takes three parameters: <br> <b><b>db</b></b><ul compact><li>The <b>db</b> parameter is the enclosing database handle.</ul> <b><b>dbt</b></b><ul compact><li>The <b>dbt</b> parameter is the data <a href="../api_cxx/dbt_class.html">Dbt</a> to be stored.</ul> <b><b>recno</b></b><ul compact><li>The <b>recno</b> parameter is the generated record number.</ul> <br> <p>The called function may modify the data <a href="../api_cxx/dbt_class.html">Dbt</a>. If the function needs to allocate memory for the <b>data</b> field, the <b>flags</b> field of the returned <a href="../api_cxx/dbt_class.html">Dbt</a> should be set to DB_DBT_APPMALLOC, which indicates that Berkeley DB should free the memory when it is done with it.</p> <p>The callback function must return 0 on success and <b>errno</b> or a value outside of the Berkeley DB error name space on failure.</p> <p>Berkeley DB is not re-entrant. Callback functions should not attempt to make library calls (for example, to release locks or close open handles). Re-entering Berkeley DB is not guaranteed to work correctly, and the results are undefined.</p></ul> <br> <br><b>Errors</b> <p>The Db::set_append_recno method may fail and throw <a href="../api_cxx/except_class.html">DbException</a>, encapsulating one of the following non-zero errors, or return one of the following non-zero errors:</p> <br> <b>EINVAL</b><ul compact><li>If the method was called after <a href="../api_cxx/db_open.html">Db::open</a> was called; or if an invalid flag value or parameter was specified.</ul> <br> <hr size=1 noshade> <br><b>Class</b> <a href="../api_cxx/db_class.html">Db</a> <br><b>See Also</b> <a href="../api_cxx/db_list.html">Databases and Related Methods</a> </tt> <table width="100%"><tr><td><br></td><td align=right> <a href="../api_cxx/api_core.html"><img src="../images/api.gif" alt="API"></a><a href="../ref/toc.html"><img src="../images/ref.gif" alt="Ref"></a> </td></tr></table> <p><font size=1>Copyright (c) 1996,2008 Oracle. All rights reserved.</font> </body> </html>
mollstam/UnrealPy
UnrealPyEmbed/Development/Python/2015.08.07-Python2710-x64-Source-vs2015/Python27/Source/db-4.7.25.0/docs/api_cxx/db_set_append_recno.html
HTML
mit
4,209
<!DOCTYPE html><!-- This line might cause the problem with scroll top --><html lang="en"><head><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin=""> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=11"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>ng2-pdf-viewer</title> <meta name="description" content="PDF Viewer Component for Angular 5+"> <meta name="keywords" content="Angular,PDF,PDF-Viewer"> <base href="ng2-pdf-viewer"> <link rel="icon" type="image/x-icon" href="favicon.ico"> <style type="text/css">@font-face{font-family:'Lato';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/lato/v22/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Lato';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/lato/v22/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}</style> <style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v125/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}</style> <style> body { margin: 0; font-family: 'Lato', sans-serif; } .placeholder-header { height: 64px; background-color: #3f51b5; margin-bottom: 50px; } .sk-folding-cube { margin: 20px auto; width: 40px; height: 40px; position: relative; -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); } .sk-folding-cube .sk-cube { float: left; width: 50%; height: 50%; position: relative; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .sk-folding-cube .sk-cube:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #ea1f62; -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both; animation: sk-foldCubeAngle 2.4s infinite linear both; -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; } .sk-folding-cube .sk-cube2 { -webkit-transform: scale(1.1) rotateZ(90deg); transform: scale(1.1) rotateZ(90deg); } .sk-folding-cube .sk-cube3 { -webkit-transform: scale(1.1) rotateZ(180deg); transform: scale(1.1) rotateZ(180deg); } .sk-folding-cube .sk-cube4 { -webkit-transform: scale(1.1) rotateZ(270deg); transform: scale(1.1) rotateZ(270deg); } .sk-folding-cube .sk-cube2:before { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .sk-folding-cube .sk-cube3:before { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; } .sk-folding-cube .sk-cube4:before { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; } @-webkit-keyframes sk-foldCubeAngle { 0%, 10% { -webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; } 25%, 75% { -webkit-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; } 90%, 100% { -webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; } } @keyframes sk-foldCubeAngle { 0%, 10% { -webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; } 25%, 75% { -webkit-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; } 90%, 100% { -webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; } } </style> <link rel="stylesheet" href="styles.aea19bdf6e06cc96.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.aea19bdf6e06cc96.css"></noscript></head> <body> <pdf-viewer-app> <div class="placeholder-header"></div> <div class="sk-folding-cube"> <div class="sk-cube1 sk-cube"></div> <div class="sk-cube2 sk-cube"></div> <div class="sk-cube4 sk-cube"></div> <div class="sk-cube3 sk-cube"></div> </div> </pdf-viewer-app> <script src="runtime.5ebe1822c3782d9c.js" type="module"></script><script src="polyfills.0f95d22898dc7ad5.js" type="module"></script><script src="main.d5dfe79edf2df2c8.js" type="module"></script> </body></html>
VadimDez/ng2-pdf-viewer
docs/index.html
HTML
mit
5,440
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>SFML - Simple and Fast Multimedia Library</title> <meta http-equiv="Content-Type" content="text/html;"/> <meta charset="utf-8"/> <!--<link rel='stylesheet' type='text/css' href="http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>--> <link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" /> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> </head> <body> <div id="banner-container"> <div id="banner"> <span id="sfml">SFML 2.3.1</span> </div> </div> <div id="content"> <!-- Generated by Doxygen 1.8.8 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_139bdea5517c8285c4c6d697501014f9.html">include</a></li><li class="navelem"><a class="el" href="dir_357aa70a9ab2c22ea525f6a52810701d.html">SFML</a></li><li class="navelem"><a class="el" href="dir_fd27c1b34c2c91b14b67b46e2d75b448.html">Network</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">TcpListener.hpp</div> </div> </div><!--header--> <div class="contents"> <div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//</span></div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// SFML - Simple and Fast Multimedia Library</span></div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Copyright (C) 2007-2015 Laurent Gomila (laurent@sfml-dev.org)</span></div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// This software is provided &#39;as-is&#39;, without any express or implied warranty.</span></div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// In no event will the authors be held liable for any damages arising from the use of this software.</span></div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">//</span></div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">// Permission is granted to anyone to use this software for any purpose,</span></div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">// including commercial applications, and to alter it and redistribute it freely,</span></div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment">// subject to the following restrictions:</span></div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment">//</span></div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment">// 1. The origin of this software must not be misrepresented;</span></div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment">// you must not claim that you wrote the original software.</span></div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment">// If you use this software in a product, an acknowledgment</span></div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment">// in the product documentation would be appreciated but is not required.</span></div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment">//</span></div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">// 2. Altered source versions must be plainly marked as such,</span></div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">// and must not be misrepresented as being the original software.</span></div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment">//</span></div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment">// 3. This notice may not be removed or altered from any source distribution.</span></div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">//</span></div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment"></span></div> <div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#ifndef SFML_TCPLISTENER_HPP</span></div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#define SFML_TCPLISTENER_HPP</span></div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="comment">// Headers</span></div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="comment"></span><span class="preprocessor">#include &lt;SFML/Network/Export.hpp&gt;</span></div> <div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#include &lt;SFML/Network/Socket.hpp&gt;</span></div> <div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div> <div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;</div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacesf.html">sf</a></div> <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;{</div> <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="keyword">class </span>TcpSocket;</div> <div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;</div> <div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classsf_1_1TcpListener.html"> 43</a></span>&#160;<span class="keyword">class </span>SFML_NETWORK_API <a class="code" href="classsf_1_1TcpListener.html">TcpListener</a> : <span class="keyword">public</span> <a class="code" href="classsf_1_1Socket.html">Socket</a></div> <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;{</div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="keyword">public</span>:</div> <div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;</div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <a class="code" href="classsf_1_1TcpListener.html">TcpListener</a>();</div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div> <div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> getLocalPort() <span class="keyword">const</span>;</div> <div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;</div> <div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; <a class="code" href="classsf_1_1Socket.html#a51bf0fd51057b98a10fbb866246176dc">Status</a> listen(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> port);</div> <div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;</div> <div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; <span class="keywordtype">void</span> close();</div> <div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;</div> <div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; <a class="code" href="classsf_1_1Socket.html#a51bf0fd51057b98a10fbb866246176dc">Status</a> accept(<a class="code" href="classsf_1_1TcpSocket.html">TcpSocket</a>&amp; socket);</div> <div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160;};</div> <div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160;</div> <div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;</div> <div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;} <span class="comment">// namespace sf</span></div> <div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;</div> <div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160;</div> <div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;<span class="preprocessor">#endif // SFML_TCPLISTENER_HPP</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;</div> <div class="ttc" id="classsf_1_1Socket_html_a51bf0fd51057b98a10fbb866246176dc"><div class="ttname"><a href="classsf_1_1Socket.html#a51bf0fd51057b98a10fbb866246176dc">sf::Socket::Status</a></div><div class="ttdeci">Status</div><div class="ttdoc">Status codes that may be returned by socket functions. </div><div class="ttdef"><b>Definition:</b> <a href="Socket_8hpp_source.html#l00053">Socket.hpp:53</a></div></div> <div class="ttc" id="classsf_1_1Socket_html"><div class="ttname"><a href="classsf_1_1Socket.html">sf::Socket</a></div><div class="ttdoc">Base class for all the socket types. </div><div class="ttdef"><b>Definition:</b> <a href="Socket_8hpp_source.html#l00045">Socket.hpp:45</a></div></div> <div class="ttc" id="classsf_1_1TcpSocket_html"><div class="ttname"><a href="classsf_1_1TcpSocket.html">sf::TcpSocket</a></div><div class="ttdoc">Specialized socket using the TCP protocol. </div><div class="ttdef"><b>Definition:</b> <a href="TcpSocket_8hpp_source.html#l00046">TcpSocket.hpp:46</a></div></div> <div class="ttc" id="classsf_1_1TcpListener_html"><div class="ttname"><a href="classsf_1_1TcpListener.html">sf::TcpListener</a></div><div class="ttdoc">Socket that listens to new TCP connections. </div><div class="ttdef"><b>Definition:</b> <a href="TcpListener_8hpp_source.html#l00043">TcpListener.hpp:43</a></div></div> <div class="ttc" id="namespacesf_html"><div class="ttname"><a href="namespacesf.html">sf</a></div><div class="ttdef"><b>Definition:</b> <a href="AlResource_8hpp_source.html#l00034">AlResource.hpp:34</a></div></div> </div><!-- fragment --></div><!-- contents --> </div> <div id="footer-container"> <div id="footer"> SFML is licensed under the terms and conditions of the <a href="http://www.sfml-dev.org/license.php">zlib/png license</a>.<br> Copyright &copy; Laurent Gomila &nbsp;::&nbsp; Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen</a> &nbsp;::&nbsp; </div> </div> </body> </html>
RPGValin/Game-Project
SFML/doc/html/TcpListener_8hpp_source.html
HTML
cc0-1.0
11,990
<!doctype html> <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>EC Supported Authentication Methods &#8212; Google Earth Enterprise 5.3.9 documentation</title> <link rel="stylesheet" href="../../static/bizstyle.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/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/bizstyle.js"></script> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> <link rel="next" title="Portable" href="../portable.html" /> <link rel="prev" title="Fix Earth EC issues" href="fixEarthECIssues.html" /> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <!--[if lt IE 9]> <script type="text/javascript" src="static/css3-mediaqueries.js"></script> <![endif]--> </head><body> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../portable.html" title="Portable" accesskey="N">next</a> |</li> <li class="right" > <a href="fixEarthECIssues.html" title="Fix Earth EC issues" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Google Earth Enterprise 5.3.9 documentation</a> &#187;</li> <li class="nav-item nav-item-1"><a href="../googleEarthEnterpriseClient.html" accesskey="U">Google Earth Enterprise client</a> &#187;</li> </ul> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="fixEarthECIssues.html" title="previous chapter">Fix Earth EC issues</a></p> <h4>Next topic</h4> <p class="topless"><a href="../portable.html" title="next chapter">Portable</a></p> <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="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <p><a class="reference internal" href="../../images/googlelogo_color_260x88dp7.png"><img alt="Google logo" src="../../images/googlelogo_color_260x88dp7.png" style="width: 130px; height: 44px;" /></a></p> <div class="section" id="ec-supported-authentication-methods"> <h1>EC Supported Authentication Methods<a class="headerlink" href="#ec-supported-authentication-methods" title="Permalink to this headline">¶</a></h1> <div class="docutils container"> <div class="content docutils container"> <table border="1" class="colwidths-given docutils"> <colgroup> <col width="25%" /> <col width="25%" /> <col width="25%" /> <col width="25%" /> </colgroup> <thead valign="bottom"> <tr class="row-odd"><th class="head">Authentication Type</th> <th class="head">Version 7.0.8</th> <th class="head">Version 7.3.2</th> <th class="head">Version 7.3.3</th> </tr> </thead> <tbody valign="top"> <tr class="row-even"><td>Basic</td> <td>Yes</td> <td>Yes</td> <td>Yes</td> </tr> <tr class="row-odd"><td>PKI</td> <td>Yes</td> <td>Yes</td> <td>Yes</td> </tr> <tr class="row-even"><td>OAuth 2.0</td> <td>No</td> <td>No</td> <td>No</td> </tr> <tr class="row-odd"><td>SAML 2.0</td> <td>No</td> <td>No</td> <td>No</td> </tr> </tbody> </table> <p class="rubric">Basic Authentication</p> <p>Basic authentication is the simplest login method. The user supplies a username and password that are compared against known username/password combinations to verify the user’s identity.</p> <p class="rubric">PKI Authentication</p> <p>With Public Key Infrastructure authentication, the user has their own security certificate, with a public key, that they provide to the server to verify their identity. This is often in the form of a smart card that can be read by the client’s computer.</p> <p class="rubric">SAML 2.0 and OAuth 2.0 (Unsupported as of 7.3.3)</p> <p>SAML and OAuth operate differently under the hood, but the underlying concept is similar. In both cases, when a user attempts to access a service, they are redirected to a separate Identity Provider to login. Once their identity has been verified, an access token is created that allows access the requested service.</p> <blockquote> <div><div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">In SAML and OAuth workflows, Basic and PKI login can still be used by the Identity Provider to validate the user. However, the resulting access token may allow access to multiple sites or services. This is often referred to as Single Sign-On.</p> </div> </div></blockquote> </div> </div> </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="../portable.html" title="Portable" >next</a> |</li> <li class="right" > <a href="fixEarthECIssues.html" title="Fix Earth EC issues" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Google Earth Enterprise 5.3.9 documentation</a> &#187;</li> <li class="nav-item nav-item-1"><a href="../googleEarthEnterpriseClient.html" >Google Earth Enterprise client</a> &#187;</li> </ul> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2021, Open GEE Contributors. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.5. </div> </body> </html>
google/earthenterprise
docs/geedocs/5.3.9/answer/googleEarthEnterpriseClient/ECSupportedAuthMethods.html
HTML
apache-2.0
6,948
<!-- Copyright 2018 The AMP HTML Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS-IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the license. --> <!-- Test Description: Test support for the amp-delight-player tag. --> <!doctype html> <html ⚡ lang="en"> <head> <meta charset="utf-8"> <link rel="canonical" href="./regular-html-version.html"> <meta name="viewport" content="width=device-width,minimum-scale=1"> <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript> <script async src="https://cdn.ampproject.org/v0.js"></script> <script async custom-element="amp-delight-player" src="https://cdn.ampproject.org/v0/amp-delight-player-0.1.js"></script> </head> <body> <!-- Example of a valid amp-delight-player. --> <amp-delight-player data-content-id="-LJmX7wyfNmRe5LHw7Hy" layout="responsive" width="16" height="9"> </amp-delight-player> <!-- Invalid example of missing content ID. --> <amp-delight-player layout="responsive" width="16" height="9"> </amp-delight-player> <!-- Invalid: dock without amp-video-docking extension --> <amp-delight-player data-content-id="-LLoCCZqWi18O73b6M0w" layout="fixed" width="960" height="540" dock> </amp-delight-player> </body> </html>
rsimha-amp/amphtml
extensions/amp-delight-player/0.1/test/validator-amp-delight-player.html
HTML
apache-2.0
2,467
<!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" xmlns:v="urn:schemas-microsoft-com:vml"> <head> <title>morioka_ndl_affine.tif</title> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <meta http-equiv='imagetoolbar' content='no'/> <style type="text/css"> v\:* {behavior:url(#default#VML);} html, body { overflow: hidden; padding: 0; height: 100%; width: 100%; font-family: 'Lucida Grande',Geneva,Arial,Verdana,sans-serif; } body { margin: 10px; background: #fff; } h1 { margin: 0; padding: 6px; border:0; font-size: 20pt; } #header { height: 43px; padding: 0; background-color: #eee; border: 1px solid #888; } #subheader { height: 12px; text-align: right; font-size: 10px; color: #555;} #map { height: 95%; border: 1px solid #888; } </style> <script src='http://maps.google.com/maps?file=api&amp;v=2&amp;key=INSERT_YOUR_KEY_HERE'></script> <script> //<![CDATA[ /* * Constants for given map * TODO: read it from tilemapresource.xml */ var mapBounds = new GLatLngBounds(new GLatLng(39.683722073, 141.129015152), new GLatLng(39.7212383092, 141.173933256)); var mapMinZoom = 13; var mapMaxZoom = 17; var opacity = 0.75; var map; var hybridOverlay; /* * Create a Custom Opacity GControl * http://www.maptiler.org/google-maps-overlay-opacity-control/ */ var CTransparencyLENGTH = 58; // maximum width that the knob can move (slide width minus knob width) function CTransparencyControl( overlay ) { this.overlay = overlay; this.opacity = overlay.getTileLayer().getOpacity(); } CTransparencyControl.prototype = new GControl(); // This function positions the slider to match the specified opacity CTransparencyControl.prototype.setSlider = function(pos) { var left = Math.round((CTransparencyLENGTH*pos)); this.slide.left = left; this.knob.style.left = left+"px"; this.knob.style.top = "0px"; } // This function reads the slider and sets the overlay opacity level CTransparencyControl.prototype.setOpacity = function() { // set the global variable opacity = this.slide.left/CTransparencyLENGTH; this.map.clearOverlays(); this.map.addOverlay(this.overlay, { zPriority: 0 }); if (this.map.getCurrentMapType() == G_HYBRID_MAP) { this.map.addOverlay(hybridOverlay); } } // This gets called by the API when addControl(new CTransparencyControl()) CTransparencyControl.prototype.initialize = function(map) { var that=this; this.map = map; // Is this MSIE, if so we need to use AlphaImageLoader var agent = navigator.userAgent.toLowerCase(); if ((agent.indexOf("msie") > -1) && (agent.indexOf("opera") < 1)){this.ie = true} else {this.ie = false} // create the background graphic as a <div> containing an image var container = document.createElement("div"); container.style.width="70px"; container.style.height="21px"; // Handle transparent PNG files in MSIE if (this.ie) { var loader = "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.maptiler.org/img/opacity-slider.png', sizingMethod='crop');"; container.innerHTML = '<div style="height:21px; width:70px; ' +loader+ '" ></div>'; } else { container.innerHTML = '<div style="height:21px; width:70px; background-image: url(http://www.maptiler.org/img/opacity-slider.png)" ></div>'; } // create the knob as a GDraggableObject // Handle transparent PNG files in MSIE if (this.ie) { var loader = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.maptiler.org/img/opacity-slider.png', sizingMethod='crop');"; this.knob = document.createElement("div"); this.knob.style.height="21px"; this.knob.style.width="13px"; this.knob.style.overflow="hidden"; this.knob_img = document.createElement("div"); this.knob_img.style.height="21px"; this.knob_img.style.width="83px"; this.knob_img.style.filter=loader; this.knob_img.style.position="relative"; this.knob_img.style.left="-70px"; this.knob.appendChild(this.knob_img); } else { this.knob = document.createElement("div"); this.knob.style.height="21px"; this.knob.style.width="13px"; this.knob.style.backgroundImage="url(http://www.maptiler.org/img/opacity-slider.png)"; this.knob.style.backgroundPosition="-70px 0px"; } container.appendChild(this.knob); this.slide=new GDraggableObject(this.knob, {container:container}); this.slide.setDraggableCursor('pointer'); this.slide.setDraggingCursor('pointer'); this.container = container; // attach the control to the map map.getContainer().appendChild(container); // init slider this.setSlider(this.opacity); // Listen for the slider being moved and set the opacity GEvent.addListener(this.slide, "dragend", function() {that.setOpacity()}); //GEvent.addListener(this.container, "click", function( x, y ) { alert(x, y) }); return container; } // Set the default position for the control CTransparencyControl.prototype.getDefaultPosition = function() { return new GControlPosition(G_ANCHOR_TOP_RIGHT, new GSize(7, 47)); } /* * Full-screen Window Resize */ function getWindowHeight() { if (self.innerHeight) return self.innerHeight; if (document.documentElement && document.documentElement.clientHeight) return document.documentElement.clientHeight; if (document.body) return document.body.clientHeight; return 0; } function getWindowWidth() { if (self.innerWidth) return self.innerWidth; if (document.documentElement && document.documentElement.clientWidth) return document.documentElement.clientWidth; if (document.body) return document.body.clientWidth; return 0; } function resize() { var map = document.getElementById("map"); var header = document.getElementById("header"); var subheader = document.getElementById("subheader"); map.style.height = (getWindowHeight()-80) + "px"; map.style.width = (getWindowWidth()-20) + "px"; header.style.width = (getWindowWidth()-20) + "px"; subheader.style.width = (getWindowWidth()-20) + "px"; // map.checkResize(); } /* * Main load function: */ function load() { if (GBrowserIsCompatible()) { // Bug in the Google Maps: Copyright for Overlay is not correctly displayed var gcr = GMapType.prototype.getCopyrights; GMapType.prototype.getCopyrights = function(bounds,zoom) { return [""].concat(gcr.call(this,bounds,zoom)); } map = new GMap2( document.getElementById("map"), { backgroundColor: '#fff' } ); map.addMapType(G_PHYSICAL_MAP); map.setMapType(G_PHYSICAL_MAP); map.setCenter( mapBounds.getCenter(), map.getBoundsZoomLevel( mapBounds )); hybridOverlay = new GTileLayerOverlay( G_HYBRID_MAP.getTileLayers()[1] ); GEvent.addListener(map, "maptypechanged", function() { if (map.getCurrentMapType() == G_HYBRID_MAP) { map.addOverlay(hybridOverlay); } else { map.removeOverlay(hybridOverlay); } } ); var tilelayer = new GTileLayer(GCopyrightCollection(''), mapMinZoom, mapMaxZoom); var mercator = new GMercatorProjection(mapMaxZoom+1); tilelayer.getTileUrl = function(tile,zoom) { if ((zoom < mapMinZoom) || (zoom > mapMaxZoom)) { return "http://www.maptiler.org/img/none.png"; } var ymax = 1 << zoom; var y = ymax - tile.y -1; var tileBounds = new GLatLngBounds( mercator.fromPixelToLatLng( new GPoint( (tile.x)*256, (tile.y+1)*256 ) , zoom ), mercator.fromPixelToLatLng( new GPoint( (tile.x+1)*256, (tile.y)*256 ) , zoom ) ); if (mapBounds.intersects(tileBounds)) { return zoom+"/"+tile.x+"/"+y+".png"; } else { return "http://www.maptiler.org/img/none.png"; } } // IE 7-: support for PNG alpha channel // Unfortunately, the opacity for whole overlay is then not changeable, either or... tilelayer.isPng = function() { return true;}; tilelayer.getOpacity = function() { return opacity; } overlay = new GTileLayerOverlay( tilelayer ); map.addOverlay(overlay); map.addControl(new GLargeMapControl()); map.addControl(new GHierarchicalMapTypeControl()); map.addControl(new CTransparencyControl( overlay )); map.enableContinuousZoom(); map.enableScrollWheelZoom(); map.setMapType(G_HYBRID_MAP); } resize(); } onresize=function(){ resize(); }; //]]> </script> </head> <body onload="load()"> <div id="header"><h1>morioka_ndl_affine.tif</h1></div> <div id="subheader">Generated by <a href="http://www.maptiler.org/">MapTiler</a>/<a href="http://www.klokan.cz/projects/gdal2tiles/">GDAL2Tiles</a>, Copyright &copy; 2008 <a href="http://www.klokan.cz/">Klokan Petr Pridal</a>, <a href="http://www.gdal.org/">GDAL</a> &amp; <a href="http://www.osgeo.org/">OSGeo</a> <a href="http://code.google.com/soc/">GSoC</a> <!-- PLEASE, LET THIS NOTE ABOUT AUTHOR AND PROJECT SOMEWHERE ON YOUR WEBSITE, OR AT LEAST IN THE COMMENT IN HTML. THANK YOU --> </div> <div id="map"></div> </body> </html>
code4nara/Maplat
tiles/morioka_ndl_affine/googlemaps.html
HTML
apache-2.0
12,619
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="../../../../../../favicon.ico" /> <title>ViewAssertions | Android Developers</title> <!-- STYLESHEETS --> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto+Condensed"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold" title="roboto"> <link href="../../../../../../assets/css/default.css?v=4" rel="stylesheet" type="text/css"> <!-- FULLSCREEN STYLESHEET --> <link href="../../../../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen" type="text/css"> <!-- JAVASCRIPT --> <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script src="../../../../../../assets/js/android_3p-bundle.js" type="text/javascript"></script> <script type="text/javascript"> var toRoot = "../../../../../../"; var metaTags = []; var devsite = false; </script> <script src="../../../../../../assets/js/docs.js?v=3" type="text/javascript"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-5831155-1', 'android.com'); ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'}); // New tracker); ga('send', 'pageview'); ga('universal.send', 'pageview'); // Send page view for new tracker. </script> </head> <body class="gc-documentation develop reference" itemscope itemtype="http://schema.org/Article"> <div id="doc-api-level" class="" style="display:none"></div> <a name="top"></a> <a name="top"></a> <!-- dialog to prompt lang pref change when loaded from hardcoded URL <div id="langMessage" style="display:none"> <div> <div class="lang en"> <p>You requested a page in English, would you like to proceed with this language setting?</p> </div> <div class="lang es"> <p>You requested a page in Spanish (Español), would you like to proceed with this language setting?</p> </div> <div class="lang ja"> <p>You requested a page in Japanese (日本語), would you like to proceed with this language setting?</p> </div> <div class="lang ko"> <p>You requested a page in Korean (한국어), would you like to proceed with this language setting?</p> </div> <div class="lang ru"> <p>You requested a page in Russian (Русский), would you like to proceed with this language setting?</p> </div> <div class="lang zh-cn"> <p>You requested a page in Simplified Chinese (简体中文), would you like to proceed with this language setting?</p> </div> <div class="lang zh-tw"> <p>You requested a page in Traditional Chinese (繁體中文), would you like to proceed with this language setting?</p> </div> <a href="#" class="button yes" onclick="return false;"> <span class="lang en">Yes</span> <span class="lang es">Sí</span> <span class="lang ja">Yes</span> <span class="lang ko">Yes</span> <span class="lang ru">Yes</span> <span class="lang zh-cn">是的</span> <span class="lang zh-tw">没有</span> </a> <a href="#" class="button" onclick="$('#langMessage').hide();return false;"> <span class="lang en">No</span> <span class="lang es">No</span> <span class="lang ja">No</span> <span class="lang ko">No</span> <span class="lang ru">No</span> <span class="lang zh-cn">没有</span> <span class="lang zh-tw">没有</span> </a> </div> </div> --> <!-- Header --> <div id="header-wrapper"> <div id="header"> <div class="wrap" id="header-wrap"> <div class="col-3 logo"> <a href="../../../../../../index.html"> <img src="../../../../../../assets/images/dac_logo.png" srcset="../../../../../../assets/images/dac_logo@2x.png 2x" width="123" height="25" alt="Android Developers" /> </a> <div class="btn-quicknav" id="btn-quicknav"> <a href="#" class="arrow-inactive">Quicknav</a> <a href="#" class="arrow-active">Quicknav</a> </div> </div> <ul class="nav-x col-9"> <li class="design"> <a href="../../../../../../design/index.html" zh-tw-lang="設計" zh-cn-lang="设计" ru-lang="Проектирование" ko-lang="디자인" ja-lang="設計" es-lang="Diseñar" >Design</a></li> <li class="develop"><a href="../../../../../../develop/index.html" zh-tw-lang="開發" zh-cn-lang="开发" ru-lang="Разработка" ko-lang="개발" ja-lang="開発" es-lang="Desarrollar" >Develop</a></li> <li class="distribute last"><a href="../../../../../../distribute/index.html" zh-tw-lang="發佈" zh-cn-lang="分发" ru-lang="Распространение" ko-lang="배포" ja-lang="配布" es-lang="Distribuir" >Distribute</a></li> </ul> <div class="menu-container"> <div class="moremenu"> <div id="more-btn"></div> </div> <div class="morehover" id="moremenu"> <div class="top"></div> <div class="mid"> <div class="header">Links</div> <ul> <li><a href="https://play.google.com/apps/publish/" target="_googleplay">Google Play Developer Console</a></li> <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li> <li><a href="../../../../../../about/index.html">About Android</a></li> </ul> <div class="header">Android Sites</div> <ul> <li><a href="http://www.android.com">Android.com</a></li> <li class="active"><a>Android Developers</a></li> <li><a href="http://source.android.com">Android Open Source Project</a></li> </ul> <br class="clearfix" /> </div><!-- end 'mid' --> <div class="bottom"></div> </div><!-- end 'moremenu' --> <div class="search" id="search-container"> <div class="search-inner"> <div id="search-btn"></div> <div class="left"></div> <form onsubmit="return submit_search()"> <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q" onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)" onkeydown="return search_changed(event, true, '../../../../../../')" onkeyup="return search_changed(event, false, '../../../../../../')" /> </form> <div class="right"></div> <a class="close hide">close</a> <div class="left"></div> <div class="right"></div> </div><!-- end search-inner --> </div><!-- end search-container --> <div class="search_filtered_wrapper reference"> <div class="suggest-card reference no-display"> <ul class="search_filtered"> </ul> </div> </div> <div class="search_filtered_wrapper docs"> <div class="suggest-card dummy no-display">&nbsp;</div> <div class="suggest-card develop no-display"> <ul class="search_filtered"> </ul> <div class="child-card guides no-display"> </div> <div class="child-card training no-display"> </div> <div class="child-card samples no-display"> </div> </div> <div class="suggest-card design no-display"> <ul class="search_filtered"> </ul> </div> <div class="suggest-card distribute no-display"> <ul class="search_filtered"> </ul> </div> </div> </div><!-- end menu-container (search and menu widget) --> <!-- Expanded quicknav --> <div id="quicknav" class="col-13"> <ul> <li class="about"> <ul> <li><a href="../../../../../../about/index.html">About</a></li> <li><a href="../../../../../../wear/index.html">Wear</a></li> <li><a href="../../../../../../tv/index.html">TV</a></li> <li><a href="../../../../../../auto/index.html">Auto</a></li> </ul> </li> <li class="design"> <ul> <li><a href="../../../../../../design/index.html">Get Started</a></li> <li><a href="../../../../../../design/devices.html">Devices</a></li> <li><a href="../../../../../../design/style/index.html">Style</a></li> <li><a href="../../../../../../design/patterns/index.html">Patterns</a></li> <li><a href="../../../../../../design/building-blocks/index.html">Building Blocks</a></li> <li><a href="../../../../../../design/downloads/index.html">Downloads</a></li> <li><a href="../../../../../../design/videos/index.html">Videos</a></li> </ul> </li> <li class="develop"> <ul> <li><a href="../../../../../../training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li><a href="../../../../../../guide/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li><a href="../../../../../../reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li><a href="../../../../../../sdk/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a> </li> <li><a href="../../../../../../google/index.html">Google Services</a> </li> </ul> </li> <li class="distribute last"> <ul> <li><a href="../../../../../../distribute/googleplay/index.html">Google Play</a></li> <li><a href="../../../../../../distribute/essentials/index.html">Essentials</a></li> <li><a href="../../../../../../distribute/users/index.html">Get Users</a></li> <li><a href="../../../../../../distribute/engage/index.html">Engage &amp; Retain</a></li> <li><a href="../../../../../../distribute/monetize/index.html">Monetize</a></li> <li><a href="../../../../../../distribute/tools/index.html">Tools &amp; Reference</a></li> <li><a href="../../../../../../distribute/stories/index.html">Developer Stories</a></li> </ul> </li> </ul> </div><!-- /Expanded quicknav --> </div><!-- end header-wrap.wrap --> </div><!-- end header --> <!-- Secondary x-nav --> <div id="nav-x"> <div class="wrap" style="position:relative;z-index:1"> <a id="helpoutsLink" class="resource resource-card resource-card-6x2x3 resource-card-6x2 helpouts-card" href="http://helpouts.google.com/partner/landing/provider/googledevelopers?utm_source=dac&utm_medium=banner&utm_campaign=android_provider_banner3" target="_blank"> <div class="card-bg helpouts-card-bg"></div> <div class="card-info"> <div class="helpouts-description"> <div class="text">Help Android Wear and TV developers<br/> <span id="helpoutsLinkText" class="link-color" style="display:block;padding-top:5px;text-align:right">Learn more</span> </div> </div> </div> </a> <ul class="nav-x col-9 develop" style="width:100%"> <li class="training"><a href="../../../../../../training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li class="guide"><a href="../../../../../../guide/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li class="reference"><a href="../../../../../../reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li class="tools"><a href="../../../../../../sdk/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a></li> <li class="google"><a href="../../../../../../google/index.html" >Google Services</a> </li> </ul> </div> </div> <!-- /Sendondary x-nav DEVELOP --> <div id="searchResults" class="wrap" style="display:none;"> <h2 id="searchTitle">Results</h2> <div id="leftSearchControl" class="search-control">Loading...</div> </div> </div> <!--end header-wrapper --> <div id="sticky-header"> <div> <a class="logo" href="#top"></a> <a class="top" href="#top"></a> <ul class="breadcrumb"> <li class="current">ViewAssertions</li> </ul> </div> </div> <div class="wrap clearfix" id="body-content"> <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="devdoc-nav"> <div id="api-nav-header"> <div id="api-level-toggle"> <label for="apiLevelCheckbox" class="disabled" title="Select your target API level to dim unavailable APIs">API level: </label> <div class="select-wrapper"> <select id="apiLevelSelector"> <!-- option elements added by buildApiLevelSelector() --> </select> </div> </div><!-- end toggle --> <div id="api-nav-title">Android APIs</div> </div><!-- end nav header --> <script> var SINCE_DATA = [ ]; buildApiLevelSelector(); </script> <div id="swapper"> <div id="nav-panels"> <div id="resize-packages-nav"> <div id="packages-nav" class="scroll-pane"> <ul> <li class="api apilevel-"> <a href="../../../../../../reference/android/support/test/espresso/package-summary.html">android.support.test.espresso</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/android/support/test/espresso/action/package-summary.html">android.support.test.espresso.action</a></li> <li class="selected api apilevel-"> <a href="../../../../../../reference/android/support/test/espresso/assertion/package-summary.html">android.support.test.espresso.assertion</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/android/support/test/espresso/base/package-summary.html">android.support.test.espresso.base</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/android/support/test/espresso/matcher/package-summary.html">android.support.test.espresso.matcher</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/android/support/test/espresso/util/package-summary.html">android.support.test.espresso.util</a></li> </ul><br/> </div> <!-- end packages-nav --> </div> <!-- end resize-packages --> <div id="classes-nav" class="scroll-pane"> <ul> <li><h2>Classes</h2> <ul> <li class="api apilevel-"><a href="../../../../../../reference/android/support/test/espresso/assertion/LayoutAssertions.html">LayoutAssertions</a></li> <li class="api apilevel-"><a href="../../../../../../reference/android/support/test/espresso/assertion/PositionAssertions.html">PositionAssertions</a></li> <li class="selected api apilevel-"><a href="../../../../../../reference/android/support/test/espresso/assertion/ViewAssertions.html">ViewAssertions</a></li> </ul> </li> </ul><br/> </div><!-- end classes --> </div><!-- end nav-panels --> <div id="nav-tree" style="display:none" class="scroll-pane"> <div id="tree-list"></div> </div><!-- end nav-tree --> </div><!-- end swapper --> <div id="nav-swap"> <a class="fullscreen">fullscreen</a> <a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a> </div> </div> <!-- end devdoc-nav --> </div> <!-- end side-nav --> <script type="text/javascript"> // init fullscreen based on user pref var fullscreen = readCookie("fullscreen"); if (fullscreen != 0) { if (fullscreen == "false") { toggleFullscreen(false); } else { toggleFullscreen(true); } } // init nav version for mobile if (isMobile) { swapNav(); // tree view should be used on mobile $('#nav-swap').hide(); } else { chooseDefaultNav(); if ($("#nav-tree").is(':visible')) { init_default_navtree("../../../../../../"); } } // scroll the selected page into view $(document).ready(function() { scrollIntoView("packages-nav"); scrollIntoView("classes-nav"); }); </script> <div class="col-12" id="doc-col"> <div id="api-info-block"> <div class="sum-details-links"> Summary: <a href="#pubmethods">Methods</a> &#124; <a href="#inhmethods">Inherited Methods</a> &#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a> </div><!-- end sum-details-links --> <div class="api-level"> </div> </div><!-- end api-info-block --> <!-- ======== START OF CLASS DATA ======== --> <div id="jd-header"> public final class <h1 itemprop="name">ViewAssertions</h1> extends Object<br/> </div><!-- end header --> <div id="naMessage"></div> <div id="jd-content" class="api apilevel-"> <table class="jd-inheritance-table"> <tr> <td colspan="2" class="jd-inheritance-class-cell">java.lang.Object</td> </tr> <tr> <td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;&#x21b3;</td> <td colspan="1" class="jd-inheritance-class-cell">android.support.test.espresso.assertion.ViewAssertions</td> </tr> </table> <div class="jd-descr"> <h2>Class Overview</h2> <p itemprop="articleBody">A collection of common <code><a href="../../../../../../reference/android/support/test/espresso/ViewAssertion.html">ViewAssertion</a></code>s. </p> </div><!-- jd-descr --> <div class="jd-descr"> <h2>Summary</h2> <!-- ========== METHOD SUMMARY =========== --> <table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> static <a href="../../../../../../reference/android/support/test/espresso/ViewAssertion.html">ViewAssertion</a></nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../../../reference/android/support/test/espresso/assertion/ViewAssertions.html#doesNotExist()">doesNotExist</a></span>()</nobr> <div class="jd-descrdiv"> Returns an assert that ensures the view matcher does not find any matching view in the hierarchy. </div> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> static <a href="../../../../../../reference/android/support/test/espresso/ViewAssertion.html">ViewAssertion</a></nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../../../reference/android/support/test/espresso/assertion/ViewAssertions.html#matches(org.hamcrest.Matcher<? super android.view.View>)">matches</a></span>(Matcher&lt;?&nbsp;super&nbsp;View&gt; viewMatcher)</nobr> <div class="jd-descrdiv"> Returns a generic <code><a href="../../../../../../reference/android/support/test/espresso/ViewAssertion.html">ViewAssertion</a></code> that asserts that a view exists in the view hierarchy and is matched by the given view matcher. </div> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> static <a href="../../../../../../reference/android/support/test/espresso/ViewAssertion.html">ViewAssertion</a></nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../../../reference/android/support/test/espresso/assertion/ViewAssertions.html#selectedDescendantsMatch(org.hamcrest.Matcher<android.view.View>, org.hamcrest.Matcher<android.view.View>)">selectedDescendantsMatch</a></span>(Matcher&lt;View&gt; selector, Matcher&lt;View&gt; matcher)</nobr> <div class="jd-descrdiv"> Returns a generic <code><a href="../../../../../../reference/android/support/test/espresso/ViewAssertion.html">ViewAssertion</a></code> that asserts that the descendant views selected by the selector match the specified matcher. </div> </td></tr> </table> <!-- ========== METHOD SUMMARY =========== --> <table id="inhmethods" class="jd-sumtable"><tr><th> <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a> <div style="clear:left;">Inherited Methods</div></th></tr> <tr class="api apilevel-" > <td colspan="12"> <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed" ><img id="inherited-methods-java.lang.Object-trigger" src="../../../../../../assets/images/triangle-closed.png" class="jd-expando-trigger-img" /></a> From class java.lang.Object <div id="inherited-methods-java.lang.Object"> <div id="inherited-methods-java.lang.Object-list" class="jd-inheritedlinks"> </div> <div id="inherited-methods-java.lang.Object-summary" style="display: none;"> <table class="jd-sumtable-expando"> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> Object</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">clone</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> boolean</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">equals</span>(Object arg0)</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">finalize</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> final Class&lt;?&gt;</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">getClass</span>()</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> int</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">hashCode</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">notify</span>()</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">notifyAll</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> String</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">toString</span>()</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">wait</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">wait</span>(long arg0, int arg1)</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">wait</span>(long arg0)</nobr> </td></tr> </table> </div> </div> </td></tr> </table> </div><!-- jd-descr (summary) --> <!-- Details --> <!-- XML Attributes --> <!-- Enum Values --> <!-- Constants --> <!-- Fields --> <!-- Public ctors --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- Protected ctors --> <!-- ========= METHOD DETAIL ======== --> <!-- Public methdos --> <h2>Public Methods</h2> <A NAME="doesNotExist()"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public static <a href="../../../../../../reference/android/support/test/espresso/ViewAssertion.html">ViewAssertion</a> </span> <span class="sympad">doesNotExist</span> <span class="normal">()</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Returns an assert that ensures the view matcher does not find any matching view in the hierarchy. </p></div> </div> </div> <A NAME="matches(org.hamcrest.Matcher<? super android.view.View>)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public static <a href="../../../../../../reference/android/support/test/espresso/ViewAssertion.html">ViewAssertion</a> </span> <span class="sympad">matches</span> <span class="normal">(Matcher&lt;?&nbsp;super&nbsp;View&gt; viewMatcher)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Returns a generic <code><a href="../../../../../../reference/android/support/test/espresso/ViewAssertion.html">ViewAssertion</a></code> that asserts that a view exists in the view hierarchy and is matched by the given view matcher. </p></div> </div> </div> <A NAME="selectedDescendantsMatch(org.hamcrest.Matcher<android.view.View>, org.hamcrest.Matcher<android.view.View>)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public static <a href="../../../../../../reference/android/support/test/espresso/ViewAssertion.html">ViewAssertion</a> </span> <span class="sympad">selectedDescendantsMatch</span> <span class="normal">(Matcher&lt;View&gt; selector, Matcher&lt;View&gt; matcher)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Returns a generic <code><a href="../../../../../../reference/android/support/test/espresso/ViewAssertion.html">ViewAssertion</a></code> that asserts that the descendant views selected by the selector match the specified matcher. Example: onView(rootView).check(selectedDescendantsMatch( not(isAssignableFrom(TextView.class)), hasContentDescription())); </p></div> </div> </div> <!-- ========= METHOD DETAIL ======== --> <!-- ========= END OF CLASS DATA ========= --> <A NAME="navbar_top"></A> <div id="footer" class="wrap" > <div id="copyright"> Except as noted, this content is licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>. For details and restrictions, see the <a href="../../../../../../license.html"> Content License</a>. </div> <div id="build_info"> Android &nbsp;r &mdash; <script src="../../../../../../timestamp.js" type="text/javascript"></script> <script>document.write(BUILD_TIMESTAMP)</script> </div> <div id="footerlinks"> <p> <a href="../../../../../../about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp; <a href="../../../../../../legal.html">Legal</a>&nbsp;&nbsp;|&nbsp; <a href="../../../../../../support.html">Support</a> </p> </div> </div> <!-- end footer --> </div> <!-- jd-content --> </div><!-- end doc-content --> </div> <!-- end body-content --> </body> </html>
Sherchen/android-test-kit
android-test-kit/docs/android-support-test-javadocs-0.1/espresso/espresso-core-2.0-javadoc/reference/android/support/test/espresso/assertion/ViewAssertions.html
HTML
apache-2.0
32,597
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>ReplicationPeer xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../../apidocs/org/apache/hadoop/hbase/replication/ReplicationPeer.html">View Javadoc</a></div><pre> <a class="jxr_linenumber" name="1" href="#1">1</a> <em class="jxr_comment">/*</em> <a class="jxr_linenumber" name="2" href="#2">2</a> <em class="jxr_comment"> *</em> <a class="jxr_linenumber" name="3" href="#3">3</a> <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em> <a class="jxr_linenumber" name="4" href="#4">4</a> <em class="jxr_comment"> * or more contributor license agreements. See the NOTICE file</em> <a class="jxr_linenumber" name="5" href="#5">5</a> <em class="jxr_comment"> * distributed with this work for additional information</em> <a class="jxr_linenumber" name="6" href="#6">6</a> <em class="jxr_comment"> * regarding copyright ownership. The ASF licenses this file</em> <a class="jxr_linenumber" name="7" href="#7">7</a> <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em> <a class="jxr_linenumber" name="8" href="#8">8</a> <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em> <a class="jxr_linenumber" name="9" href="#9">9</a> <em class="jxr_comment"> * with the License. You may obtain a copy of the License at</em> <a class="jxr_linenumber" name="10" href="#10">10</a> <em class="jxr_comment"> *</em> <a class="jxr_linenumber" name="11" href="#11">11</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em> <a class="jxr_linenumber" name="12" href="#12">12</a> <em class="jxr_comment"> *</em> <a class="jxr_linenumber" name="13" href="#13">13</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em> <a class="jxr_linenumber" name="14" href="#14">14</a> <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em> <a class="jxr_linenumber" name="15" href="#15">15</a> <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em> <a class="jxr_linenumber" name="16" href="#16">16</a> <em class="jxr_comment"> * See the License for the specific language governing permissions and</em> <a class="jxr_linenumber" name="17" href="#17">17</a> <em class="jxr_comment"> * limitations under the License.</em> <a class="jxr_linenumber" name="18" href="#18">18</a> <em class="jxr_comment"> */</em> <a class="jxr_linenumber" name="19" href="#19">19</a> <strong class="jxr_keyword">package</strong> org.apache.hadoop.hbase.replication; <a class="jxr_linenumber" name="20" href="#20">20</a> <a class="jxr_linenumber" name="21" href="#21">21</a> <strong class="jxr_keyword">import</strong> java.io.Closeable; <a class="jxr_linenumber" name="22" href="#22">22</a> <strong class="jxr_keyword">import</strong> java.io.IOException; <a class="jxr_linenumber" name="23" href="#23">23</a> <strong class="jxr_keyword">import</strong> java.util.ArrayList; <a class="jxr_linenumber" name="24" href="#24">24</a> <strong class="jxr_keyword">import</strong> java.util.HashMap; <a class="jxr_linenumber" name="25" href="#25">25</a> <strong class="jxr_keyword">import</strong> java.util.List; <a class="jxr_linenumber" name="26" href="#26">26</a> <strong class="jxr_keyword">import</strong> java.util.Map; <a class="jxr_linenumber" name="27" href="#27">27</a> <strong class="jxr_keyword">import</strong> java.util.concurrent.atomic.AtomicBoolean; <a class="jxr_linenumber" name="28" href="#28">28</a> <a class="jxr_linenumber" name="29" href="#29">29</a> <strong class="jxr_keyword">import</strong> org.apache.commons.logging.Log; <a class="jxr_linenumber" name="30" href="#30">30</a> <strong class="jxr_keyword">import</strong> org.apache.commons.logging.LogFactory; <a class="jxr_linenumber" name="31" href="#31">31</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.classification.InterfaceAudience; <a class="jxr_linenumber" name="32" href="#32">32</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.conf.Configuration; <a class="jxr_linenumber" name="33" href="#33">33</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.Abortable; <a class="jxr_linenumber" name="34" href="#34">34</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.ServerName; <a class="jxr_linenumber" name="35" href="#35">35</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.exceptions.DeserializationException; <a class="jxr_linenumber" name="36" href="#36">36</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.protobuf.ProtobufUtil; <a class="jxr_linenumber" name="37" href="#37">37</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos; <a class="jxr_linenumber" name="38" href="#38">38</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.util.Bytes; <a class="jxr_linenumber" name="39" href="#39">39</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.zookeeper.ZKUtil; <a class="jxr_linenumber" name="40" href="#40">40</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker; <a class="jxr_linenumber" name="41" href="#41">41</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher; <a class="jxr_linenumber" name="42" href="#42">42</a> <strong class="jxr_keyword">import</strong> org.apache.zookeeper.KeeperException; <a class="jxr_linenumber" name="43" href="#43">43</a> <strong class="jxr_keyword">import</strong> org.apache.zookeeper.KeeperException.NodeExistsException; <a class="jxr_linenumber" name="44" href="#44">44</a> <a class="jxr_linenumber" name="45" href="#45">45</a> <strong class="jxr_keyword">import</strong> com.google.protobuf.InvalidProtocolBufferException; <a class="jxr_linenumber" name="46" href="#46">46</a> <a class="jxr_linenumber" name="47" href="#47">47</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="48" href="#48">48</a> <em class="jxr_javadoccomment"> * This class acts as a wrapper for all the objects used to identify and</em> <a class="jxr_linenumber" name="49" href="#49">49</a> <em class="jxr_javadoccomment"> * communicate with remote peers and is responsible for answering to expired</em> <a class="jxr_linenumber" name="50" href="#50">50</a> <em class="jxr_javadoccomment"> * sessions and re-establishing the ZK connections.</em> <a class="jxr_linenumber" name="51" href="#51">51</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="52" href="#52">52</a> @InterfaceAudience.Private <a class="jxr_linenumber" name="53" href="#53">53</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/hadoop/hbase/replication/ReplicationPeer.html">ReplicationPeer</a> <strong class="jxr_keyword">implements</strong> Abortable, Closeable { <a class="jxr_linenumber" name="54" href="#54">54</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> Log LOG = LogFactory.getLog(ReplicationPeer.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="55" href="#55">55</a> <a class="jxr_linenumber" name="56" href="#56">56</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> String clusterKey; <a class="jxr_linenumber" name="57" href="#57">57</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> String id; <a class="jxr_linenumber" name="58" href="#58">58</a> <strong class="jxr_keyword">private</strong> List&lt;ServerName&gt; regionServers = <strong class="jxr_keyword">new</strong> ArrayList&lt;ServerName&gt;(0); <a class="jxr_linenumber" name="59" href="#59">59</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> AtomicBoolean peerEnabled = <strong class="jxr_keyword">new</strong> AtomicBoolean(); <a class="jxr_linenumber" name="60" href="#60">60</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">volatile</strong> Map&lt;String, List&lt;String&gt;&gt; tableCFs = <strong class="jxr_keyword">new</strong> HashMap&lt;String, List&lt;String&gt;&gt;(); <a class="jxr_linenumber" name="61" href="#61">61</a> <em class="jxr_comment">// Cannot be final since a new object needs to be recreated when session fails</em> <a class="jxr_linenumber" name="62" href="#62">62</a> <strong class="jxr_keyword">private</strong> <a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html">ZooKeeperWatcher</a> zkw; <a class="jxr_linenumber" name="63" href="#63">63</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> Configuration conf; <a class="jxr_linenumber" name="64" href="#64">64</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">long</strong> lastRegionserverUpdate; <a class="jxr_linenumber" name="65" href="#65">65</a> <a class="jxr_linenumber" name="66" href="#66">66</a> <strong class="jxr_keyword">private</strong> <a href="../../../../../org/apache/hadoop/hbase/replication/ReplicationPeer.html">PeerStateTracker</a> peerStateTracker; <a class="jxr_linenumber" name="67" href="#67">67</a> <strong class="jxr_keyword">private</strong> <a href="../../../../../org/apache/hadoop/hbase/replication/ReplicationPeer.html">TableCFsTracker</a> tableCFsTracker; <a class="jxr_linenumber" name="68" href="#68">68</a> <a class="jxr_linenumber" name="69" href="#69">69</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="70" href="#70">70</a> <em class="jxr_javadoccomment"> * Constructor that takes all the objects required to communicate with the</em> <a class="jxr_linenumber" name="71" href="#71">71</a> <em class="jxr_javadoccomment"> * specified peer, except for the region server addresses.</em> <a class="jxr_linenumber" name="72" href="#72">72</a> <em class="jxr_javadoccomment"> * @param conf configuration object to this peer</em> <a class="jxr_linenumber" name="73" href="#73">73</a> <em class="jxr_javadoccomment"> * @param key cluster key used to locate the peer</em> <a class="jxr_linenumber" name="74" href="#74">74</a> <em class="jxr_javadoccomment"> * @param id string representation of this peer's identifier</em> <a class="jxr_linenumber" name="75" href="#75">75</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="76" href="#76">76</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/hadoop/hbase/replication/ReplicationPeer.html">ReplicationPeer</a>(Configuration conf, String id) <strong class="jxr_keyword">throws</strong> ReplicationException { <a class="jxr_linenumber" name="77" href="#77">77</a> <strong class="jxr_keyword">this</strong>.conf = conf; <a class="jxr_linenumber" name="78" href="#78">78</a> <strong class="jxr_keyword">this</strong>.clusterKey = ZKUtil.getZooKeeperClusterKey(conf); <a class="jxr_linenumber" name="79" href="#79">79</a> <strong class="jxr_keyword">this</strong>.id = id; <a class="jxr_linenumber" name="80" href="#80">80</a> <strong class="jxr_keyword">try</strong> { <a class="jxr_linenumber" name="81" href="#81">81</a> <strong class="jxr_keyword">this</strong>.reloadZkWatcher(); <a class="jxr_linenumber" name="82" href="#82">82</a> } <strong class="jxr_keyword">catch</strong> (IOException e) { <a class="jxr_linenumber" name="83" href="#83">83</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/hadoop/hbase/replication/ReplicationException.html">ReplicationException</a>(<span class="jxr_string">"Error connecting to peer cluster with peerId="</span> + id, e); <a class="jxr_linenumber" name="84" href="#84">84</a> } <a class="jxr_linenumber" name="85" href="#85">85</a> } <a class="jxr_linenumber" name="86" href="#86">86</a> <a class="jxr_linenumber" name="87" href="#87">87</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="88" href="#88">88</a> <em class="jxr_javadoccomment"> * start a state tracker to check whether this peer is enabled or not</em> <a class="jxr_linenumber" name="89" href="#89">89</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="90" href="#90">90</a> <em class="jxr_javadoccomment"> * @param zookeeper zk watcher for the local cluster</em> <a class="jxr_linenumber" name="91" href="#91">91</a> <em class="jxr_javadoccomment"> * @param peerStateNode path to zk node which stores peer state</em> <a class="jxr_linenumber" name="92" href="#92">92</a> <em class="jxr_javadoccomment"> * @throws KeeperException</em> <a class="jxr_linenumber" name="93" href="#93">93</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="94" href="#94">94</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> startStateTracker(<a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html">ZooKeeperWatcher</a> zookeeper, String peerStateNode) <a class="jxr_linenumber" name="95" href="#95">95</a> <strong class="jxr_keyword">throws</strong> KeeperException { <a class="jxr_linenumber" name="96" href="#96">96</a> ensurePeerEnabled(zookeeper, peerStateNode); <a class="jxr_linenumber" name="97" href="#97">97</a> <strong class="jxr_keyword">this</strong>.peerStateTracker = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/hadoop/hbase/replication/ReplicationPeer.html">PeerStateTracker</a>(peerStateNode, zookeeper, <strong class="jxr_keyword">this</strong>); <a class="jxr_linenumber" name="98" href="#98">98</a> <strong class="jxr_keyword">this</strong>.peerStateTracker.start(); <a class="jxr_linenumber" name="99" href="#99">99</a> <strong class="jxr_keyword">try</strong> { <a class="jxr_linenumber" name="100" href="#100">100</a> <strong class="jxr_keyword">this</strong>.readPeerStateZnode(); <a class="jxr_linenumber" name="101" href="#101">101</a> } <strong class="jxr_keyword">catch</strong> (DeserializationException e) { <a class="jxr_linenumber" name="102" href="#102">102</a> <strong class="jxr_keyword">throw</strong> ZKUtil.convert(e); <a class="jxr_linenumber" name="103" href="#103">103</a> } <a class="jxr_linenumber" name="104" href="#104">104</a> } <a class="jxr_linenumber" name="105" href="#105">105</a> <a class="jxr_linenumber" name="106" href="#106">106</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> readPeerStateZnode() <strong class="jxr_keyword">throws</strong> DeserializationException { <a class="jxr_linenumber" name="107" href="#107">107</a> <strong class="jxr_keyword">this</strong>.peerEnabled.set(isStateEnabled(<strong class="jxr_keyword">this</strong>.peerStateTracker.getData(false))); <a class="jxr_linenumber" name="108" href="#108">108</a> } <a class="jxr_linenumber" name="109" href="#109">109</a> <a class="jxr_linenumber" name="110" href="#110">110</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="111" href="#111">111</a> <em class="jxr_javadoccomment"> * start a table-cfs tracker to listen the (table, cf-list) map change</em> <a class="jxr_linenumber" name="112" href="#112">112</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="113" href="#113">113</a> <em class="jxr_javadoccomment"> * @param zookeeper zk watcher for the local cluster</em> <a class="jxr_linenumber" name="114" href="#114">114</a> <em class="jxr_javadoccomment"> * @param tableCFsNode path to zk node which stores table-cfs</em> <a class="jxr_linenumber" name="115" href="#115">115</a> <em class="jxr_javadoccomment"> * @throws KeeperException</em> <a class="jxr_linenumber" name="116" href="#116">116</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="117" href="#117">117</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> startTableCFsTracker(<a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html">ZooKeeperWatcher</a> zookeeper, String tableCFsNode) <a class="jxr_linenumber" name="118" href="#118">118</a> <strong class="jxr_keyword">throws</strong> KeeperException { <a class="jxr_linenumber" name="119" href="#119">119</a> <strong class="jxr_keyword">this</strong>.tableCFsTracker = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/hadoop/hbase/replication/ReplicationPeer.html">TableCFsTracker</a>(tableCFsNode, zookeeper, <a class="jxr_linenumber" name="120" href="#120">120</a> <strong class="jxr_keyword">this</strong>); <a class="jxr_linenumber" name="121" href="#121">121</a> <strong class="jxr_keyword">this</strong>.tableCFsTracker.start(); <a class="jxr_linenumber" name="122" href="#122">122</a> <strong class="jxr_keyword">this</strong>.readTableCFsZnode(); <a class="jxr_linenumber" name="123" href="#123">123</a> } <a class="jxr_linenumber" name="124" href="#124">124</a> <a class="jxr_linenumber" name="125" href="#125">125</a> <strong class="jxr_keyword">static</strong> Map&lt;String, List&lt;String&gt;&gt; parseTableCFsFromConfig(String tableCFsConfig) { <a class="jxr_linenumber" name="126" href="#126">126</a> <strong class="jxr_keyword">if</strong> (tableCFsConfig == <strong class="jxr_keyword">null</strong> || tableCFsConfig.trim().length() == 0) { <a class="jxr_linenumber" name="127" href="#127">127</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>; <a class="jxr_linenumber" name="128" href="#128">128</a> } <a class="jxr_linenumber" name="129" href="#129">129</a> <a class="jxr_linenumber" name="130" href="#130">130</a> Map&lt;String, List&lt;String&gt;&gt; tableCFsMap = <strong class="jxr_keyword">null</strong>; <a class="jxr_linenumber" name="131" href="#131">131</a> <a class="jxr_linenumber" name="132" href="#132">132</a> <em class="jxr_comment">// parse out (table, cf-list) pairs from tableCFsConfig</em> <a class="jxr_linenumber" name="133" href="#133">133</a> <em class="jxr_comment">// format: "table1:cf1,cf2;table2:cfA,cfB"</em> <a class="jxr_linenumber" name="134" href="#134">134</a> String[] tables = tableCFsConfig.split(<span class="jxr_string">";"</span>); <a class="jxr_linenumber" name="135" href="#135">135</a> <strong class="jxr_keyword">for</strong> (String tab : tables) { <a class="jxr_linenumber" name="136" href="#136">136</a> <em class="jxr_comment">// 1 ignore empty table config</em> <a class="jxr_linenumber" name="137" href="#137">137</a> tab = tab.trim(); <a class="jxr_linenumber" name="138" href="#138">138</a> <strong class="jxr_keyword">if</strong> (tab.length() == 0) { <a class="jxr_linenumber" name="139" href="#139">139</a> <strong class="jxr_keyword">continue</strong>; <a class="jxr_linenumber" name="140" href="#140">140</a> } <a class="jxr_linenumber" name="141" href="#141">141</a> <em class="jxr_comment">// 2 split to "table" and "cf1,cf2"</em> <a class="jxr_linenumber" name="142" href="#142">142</a> <em class="jxr_comment">// for each table: "table:cf1,cf2" or "table"</em> <a class="jxr_linenumber" name="143" href="#143">143</a> String[] pair = tab.split(<span class="jxr_string">":"</span>); <a class="jxr_linenumber" name="144" href="#144">144</a> String tabName = pair[0].trim(); <a class="jxr_linenumber" name="145" href="#145">145</a> <strong class="jxr_keyword">if</strong> (pair.length &gt; 2 || tabName.length() == 0) { <a class="jxr_linenumber" name="146" href="#146">146</a> LOG.error(<span class="jxr_string">"ignore invalid tableCFs setting: "</span> + tab); <a class="jxr_linenumber" name="147" href="#147">147</a> <strong class="jxr_keyword">continue</strong>; <a class="jxr_linenumber" name="148" href="#148">148</a> } <a class="jxr_linenumber" name="149" href="#149">149</a> <a class="jxr_linenumber" name="150" href="#150">150</a> <em class="jxr_comment">// 3 parse "cf1,cf2" part to List&lt;cf&gt;</em> <a class="jxr_linenumber" name="151" href="#151">151</a> List&lt;String&gt; cfs = <strong class="jxr_keyword">null</strong>; <a class="jxr_linenumber" name="152" href="#152">152</a> <strong class="jxr_keyword">if</strong> (pair.length == 2) { <a class="jxr_linenumber" name="153" href="#153">153</a> String[] cfsList = pair[1].split(<span class="jxr_string">","</span>); <a class="jxr_linenumber" name="154" href="#154">154</a> <strong class="jxr_keyword">for</strong> (String cf : cfsList) { <a class="jxr_linenumber" name="155" href="#155">155</a> String cfName = cf.trim(); <a class="jxr_linenumber" name="156" href="#156">156</a> <strong class="jxr_keyword">if</strong> (cfName.length() &gt; 0) { <a class="jxr_linenumber" name="157" href="#157">157</a> <strong class="jxr_keyword">if</strong> (cfs == <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="158" href="#158">158</a> cfs = <strong class="jxr_keyword">new</strong> ArrayList&lt;String&gt;(); <a class="jxr_linenumber" name="159" href="#159">159</a> } <a class="jxr_linenumber" name="160" href="#160">160</a> cfs.add(cfName); <a class="jxr_linenumber" name="161" href="#161">161</a> } <a class="jxr_linenumber" name="162" href="#162">162</a> } <a class="jxr_linenumber" name="163" href="#163">163</a> } <a class="jxr_linenumber" name="164" href="#164">164</a> <a class="jxr_linenumber" name="165" href="#165">165</a> <em class="jxr_comment">// 4 put &lt;table, List&lt;cf&gt;&gt; to map</em> <a class="jxr_linenumber" name="166" href="#166">166</a> <strong class="jxr_keyword">if</strong> (tableCFsMap == <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="167" href="#167">167</a> tableCFsMap = <strong class="jxr_keyword">new</strong> HashMap&lt;String, List&lt;String&gt;&gt;(); <a class="jxr_linenumber" name="168" href="#168">168</a> } <a class="jxr_linenumber" name="169" href="#169">169</a> tableCFsMap.put(tabName, cfs); <a class="jxr_linenumber" name="170" href="#170">170</a> } <a class="jxr_linenumber" name="171" href="#171">171</a> <a class="jxr_linenumber" name="172" href="#172">172</a> <strong class="jxr_keyword">return</strong> tableCFsMap; <a class="jxr_linenumber" name="173" href="#173">173</a> } <a class="jxr_linenumber" name="174" href="#174">174</a> <a class="jxr_linenumber" name="175" href="#175">175</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> readTableCFsZnode() { <a class="jxr_linenumber" name="176" href="#176">176</a> String currentTableCFs = Bytes.toString(tableCFsTracker.getData(false)); <a class="jxr_linenumber" name="177" href="#177">177</a> <strong class="jxr_keyword">this</strong>.tableCFs = parseTableCFsFromConfig(currentTableCFs); <a class="jxr_linenumber" name="178" href="#178">178</a> } <a class="jxr_linenumber" name="179" href="#179">179</a> <a class="jxr_linenumber" name="180" href="#180">180</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="181" href="#181">181</a> <em class="jxr_javadoccomment"> * Get the cluster key of that peer</em> <a class="jxr_linenumber" name="182" href="#182">182</a> <em class="jxr_javadoccomment"> * @return string consisting of zk ensemble addresses, client port</em> <a class="jxr_linenumber" name="183" href="#183">183</a> <em class="jxr_javadoccomment"> * and root znode</em> <a class="jxr_linenumber" name="184" href="#184">184</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="185" href="#185">185</a> <strong class="jxr_keyword">public</strong> String getClusterKey() { <a class="jxr_linenumber" name="186" href="#186">186</a> <strong class="jxr_keyword">return</strong> clusterKey; <a class="jxr_linenumber" name="187" href="#187">187</a> } <a class="jxr_linenumber" name="188" href="#188">188</a> <a class="jxr_linenumber" name="189" href="#189">189</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="190" href="#190">190</a> <em class="jxr_javadoccomment"> * Get the state of this peer</em> <a class="jxr_linenumber" name="191" href="#191">191</a> <em class="jxr_javadoccomment"> * @return atomic boolean that holds the status</em> <a class="jxr_linenumber" name="192" href="#192">192</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="193" href="#193">193</a> <strong class="jxr_keyword">public</strong> AtomicBoolean getPeerEnabled() { <a class="jxr_linenumber" name="194" href="#194">194</a> <strong class="jxr_keyword">return</strong> peerEnabled; <a class="jxr_linenumber" name="195" href="#195">195</a> } <a class="jxr_linenumber" name="196" href="#196">196</a> <a class="jxr_linenumber" name="197" href="#197">197</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="198" href="#198">198</a> <em class="jxr_javadoccomment"> * Get replicable (table, cf-list) map of this peer</em> <a class="jxr_linenumber" name="199" href="#199">199</a> <em class="jxr_javadoccomment"> * @return the replicable (table, cf-list) map</em> <a class="jxr_linenumber" name="200" href="#200">200</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="201" href="#201">201</a> <strong class="jxr_keyword">public</strong> Map&lt;String, List&lt;String&gt;&gt; getTableCFs() { <a class="jxr_linenumber" name="202" href="#202">202</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>.tableCFs; <a class="jxr_linenumber" name="203" href="#203">203</a> } <a class="jxr_linenumber" name="204" href="#204">204</a> <a class="jxr_linenumber" name="205" href="#205">205</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="206" href="#206">206</a> <em class="jxr_javadoccomment"> * Get a list of all the addresses of all the region servers</em> <a class="jxr_linenumber" name="207" href="#207">207</a> <em class="jxr_javadoccomment"> * for this peer cluster</em> <a class="jxr_linenumber" name="208" href="#208">208</a> <em class="jxr_javadoccomment"> * @return list of addresses</em> <a class="jxr_linenumber" name="209" href="#209">209</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="210" href="#210">210</a> <strong class="jxr_keyword">public</strong> List&lt;ServerName&gt; getRegionServers() { <a class="jxr_linenumber" name="211" href="#211">211</a> <strong class="jxr_keyword">return</strong> regionServers; <a class="jxr_linenumber" name="212" href="#212">212</a> } <a class="jxr_linenumber" name="213" href="#213">213</a> <a class="jxr_linenumber" name="214" href="#214">214</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="215" href="#215">215</a> <em class="jxr_javadoccomment"> * Set the list of region servers for that peer</em> <a class="jxr_linenumber" name="216" href="#216">216</a> <em class="jxr_javadoccomment"> * @param regionServers list of addresses for the region servers</em> <a class="jxr_linenumber" name="217" href="#217">217</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="218" href="#218">218</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setRegionServers(List&lt;ServerName&gt; regionServers) { <a class="jxr_linenumber" name="219" href="#219">219</a> <strong class="jxr_keyword">this</strong>.regionServers = regionServers; <a class="jxr_linenumber" name="220" href="#220">220</a> lastRegionserverUpdate = System.currentTimeMillis(); <a class="jxr_linenumber" name="221" href="#221">221</a> } <a class="jxr_linenumber" name="222" href="#222">222</a> <a class="jxr_linenumber" name="223" href="#223">223</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="224" href="#224">224</a> <em class="jxr_javadoccomment"> * Get the ZK connection to this peer</em> <a class="jxr_linenumber" name="225" href="#225">225</a> <em class="jxr_javadoccomment"> * @return zk connection</em> <a class="jxr_linenumber" name="226" href="#226">226</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="227" href="#227">227</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html">ZooKeeperWatcher</a> getZkw() { <a class="jxr_linenumber" name="228" href="#228">228</a> <strong class="jxr_keyword">return</strong> zkw; <a class="jxr_linenumber" name="229" href="#229">229</a> } <a class="jxr_linenumber" name="230" href="#230">230</a> <a class="jxr_linenumber" name="231" href="#231">231</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="232" href="#232">232</a> <em class="jxr_javadoccomment"> * Get the timestamp at which the last change occurred to the list of region servers to replicate</em> <a class="jxr_linenumber" name="233" href="#233">233</a> <em class="jxr_javadoccomment"> * to.</em> <a class="jxr_linenumber" name="234" href="#234">234</a> <em class="jxr_javadoccomment"> * @return The System.currentTimeMillis at the last time the list of peer region servers changed.</em> <a class="jxr_linenumber" name="235" href="#235">235</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="236" href="#236">236</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">long</strong> getLastRegionserverUpdate() { <a class="jxr_linenumber" name="237" href="#237">237</a> <strong class="jxr_keyword">return</strong> lastRegionserverUpdate; <a class="jxr_linenumber" name="238" href="#238">238</a> } <a class="jxr_linenumber" name="239" href="#239">239</a> <a class="jxr_linenumber" name="240" href="#240">240</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="241" href="#241">241</a> <em class="jxr_javadoccomment"> * Get the identifier of this peer</em> <a class="jxr_linenumber" name="242" href="#242">242</a> <em class="jxr_javadoccomment"> * @return string representation of the id (short)</em> <a class="jxr_linenumber" name="243" href="#243">243</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="244" href="#244">244</a> <strong class="jxr_keyword">public</strong> String getId() { <a class="jxr_linenumber" name="245" href="#245">245</a> <strong class="jxr_keyword">return</strong> id; <a class="jxr_linenumber" name="246" href="#246">246</a> } <a class="jxr_linenumber" name="247" href="#247">247</a> <a class="jxr_linenumber" name="248" href="#248">248</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="249" href="#249">249</a> <em class="jxr_javadoccomment"> * Get the configuration object required to communicate with this peer</em> <a class="jxr_linenumber" name="250" href="#250">250</a> <em class="jxr_javadoccomment"> * @return configuration object</em> <a class="jxr_linenumber" name="251" href="#251">251</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="252" href="#252">252</a> <strong class="jxr_keyword">public</strong> Configuration getConfiguration() { <a class="jxr_linenumber" name="253" href="#253">253</a> <strong class="jxr_keyword">return</strong> conf; <a class="jxr_linenumber" name="254" href="#254">254</a> } <a class="jxr_linenumber" name="255" href="#255">255</a> <a class="jxr_linenumber" name="256" href="#256">256</a> @Override <a class="jxr_linenumber" name="257" href="#257">257</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> abort(String why, Throwable e) { <a class="jxr_linenumber" name="258" href="#258">258</a> LOG.fatal(<span class="jxr_string">"The ReplicationPeer coresponding to peer "</span> + clusterKey <a class="jxr_linenumber" name="259" href="#259">259</a> + <span class="jxr_string">" was aborted for the following reason(s):"</span> + why, e); <a class="jxr_linenumber" name="260" href="#260">260</a> } <a class="jxr_linenumber" name="261" href="#261">261</a> <a class="jxr_linenumber" name="262" href="#262">262</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="263" href="#263">263</a> <em class="jxr_javadoccomment"> * Closes the current ZKW (if not null) and creates a new one</em> <a class="jxr_linenumber" name="264" href="#264">264</a> <em class="jxr_javadoccomment"> * @throws IOException If anything goes wrong connecting</em> <a class="jxr_linenumber" name="265" href="#265">265</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="266" href="#266">266</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> reloadZkWatcher() <strong class="jxr_keyword">throws</strong> IOException { <a class="jxr_linenumber" name="267" href="#267">267</a> <strong class="jxr_keyword">if</strong> (zkw != <strong class="jxr_keyword">null</strong>) zkw.close(); <a class="jxr_linenumber" name="268" href="#268">268</a> zkw = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html">ZooKeeperWatcher</a>(conf, <a class="jxr_linenumber" name="269" href="#269">269</a> <span class="jxr_string">"connection to cluster: "</span> + id, <strong class="jxr_keyword">this</strong>); <a class="jxr_linenumber" name="270" href="#270">270</a> } <a class="jxr_linenumber" name="271" href="#271">271</a> <a class="jxr_linenumber" name="272" href="#272">272</a> @Override <a class="jxr_linenumber" name="273" href="#273">273</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isAborted() { <a class="jxr_linenumber" name="274" href="#274">274</a> <em class="jxr_comment">// Currently the replication peer is never "Aborted", we just log when the</em> <a class="jxr_linenumber" name="275" href="#275">275</a> <em class="jxr_comment">// abort method is called.</em> <a class="jxr_linenumber" name="276" href="#276">276</a> <strong class="jxr_keyword">return</strong> false; <a class="jxr_linenumber" name="277" href="#277">277</a> } <a class="jxr_linenumber" name="278" href="#278">278</a> <a class="jxr_linenumber" name="279" href="#279">279</a> @Override <a class="jxr_linenumber" name="280" href="#280">280</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> close() <strong class="jxr_keyword">throws</strong> IOException { <a class="jxr_linenumber" name="281" href="#281">281</a> <strong class="jxr_keyword">if</strong> (zkw != <strong class="jxr_keyword">null</strong>){ <a class="jxr_linenumber" name="282" href="#282">282</a> zkw.close(); <a class="jxr_linenumber" name="283" href="#283">283</a> } <a class="jxr_linenumber" name="284" href="#284">284</a> } <a class="jxr_linenumber" name="285" href="#285">285</a> <a class="jxr_linenumber" name="286" href="#286">286</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="287" href="#287">287</a> <em class="jxr_javadoccomment"> * Parse the raw data from ZK to get a peer's state</em> <a class="jxr_linenumber" name="288" href="#288">288</a> <em class="jxr_javadoccomment"> * @param bytes raw ZK data</em> <a class="jxr_linenumber" name="289" href="#289">289</a> <em class="jxr_javadoccomment"> * @return True if the passed in &lt;code&gt;bytes&lt;/code&gt; are those of a pb serialized ENABLED state.</em> <a class="jxr_linenumber" name="290" href="#290">290</a> <em class="jxr_javadoccomment"> * @throws DeserializationException</em> <a class="jxr_linenumber" name="291" href="#291">291</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="292" href="#292">292</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">boolean</strong> isStateEnabled(<strong class="jxr_keyword">final</strong> byte[] bytes) <strong class="jxr_keyword">throws</strong> DeserializationException { <a class="jxr_linenumber" name="293" href="#293">293</a> ZooKeeperProtos.ReplicationState.State state = parseStateFrom(bytes); <a class="jxr_linenumber" name="294" href="#294">294</a> <strong class="jxr_keyword">return</strong> ZooKeeperProtos.ReplicationState.State.ENABLED == state; <a class="jxr_linenumber" name="295" href="#295">295</a> } <a class="jxr_linenumber" name="296" href="#296">296</a> <a class="jxr_linenumber" name="297" href="#297">297</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="298" href="#298">298</a> <em class="jxr_javadoccomment"> * @param bytes Content of a state znode.</em> <a class="jxr_linenumber" name="299" href="#299">299</a> <em class="jxr_javadoccomment"> * @return State parsed from the passed bytes.</em> <a class="jxr_linenumber" name="300" href="#300">300</a> <em class="jxr_javadoccomment"> * @throws DeserializationException</em> <a class="jxr_linenumber" name="301" href="#301">301</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="302" href="#302">302</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> ZooKeeperProtos.ReplicationState.State parseStateFrom(<strong class="jxr_keyword">final</strong> byte[] bytes) <a class="jxr_linenumber" name="303" href="#303">303</a> <strong class="jxr_keyword">throws</strong> <a href="../../../../../org/apache/hadoop/hbase/exceptions/DeserializationException.html">DeserializationException</a> { <a class="jxr_linenumber" name="304" href="#304">304</a> ProtobufUtil.expectPBMagicPrefix(bytes); <a class="jxr_linenumber" name="305" href="#305">305</a> <strong class="jxr_keyword">int</strong> pblen = ProtobufUtil.lengthOfPBMagic(); <a class="jxr_linenumber" name="306" href="#306">306</a> ZooKeeperProtos.ReplicationState.Builder builder = <a class="jxr_linenumber" name="307" href="#307">307</a> ZooKeeperProtos.ReplicationState.newBuilder(); <a class="jxr_linenumber" name="308" href="#308">308</a> ZooKeeperProtos.ReplicationState state; <a class="jxr_linenumber" name="309" href="#309">309</a> <strong class="jxr_keyword">try</strong> { <a class="jxr_linenumber" name="310" href="#310">310</a> state = builder.mergeFrom(bytes, pblen, bytes.length - pblen).build(); <a class="jxr_linenumber" name="311" href="#311">311</a> <strong class="jxr_keyword">return</strong> state.getState(); <a class="jxr_linenumber" name="312" href="#312">312</a> } <strong class="jxr_keyword">catch</strong> (InvalidProtocolBufferException e) { <a class="jxr_linenumber" name="313" href="#313">313</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/hadoop/hbase/exceptions/DeserializationException.html">DeserializationException</a>(e); <a class="jxr_linenumber" name="314" href="#314">314</a> } <a class="jxr_linenumber" name="315" href="#315">315</a> } <a class="jxr_linenumber" name="316" href="#316">316</a> <a class="jxr_linenumber" name="317" href="#317">317</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="318" href="#318">318</a> <em class="jxr_javadoccomment"> * Utility method to ensure an ENABLED znode is in place; if not present, we create it.</em> <a class="jxr_linenumber" name="319" href="#319">319</a> <em class="jxr_javadoccomment"> * @param zookeeper</em> <a class="jxr_linenumber" name="320" href="#320">320</a> <em class="jxr_javadoccomment"> * @param path Path to znode to check</em> <a class="jxr_linenumber" name="321" href="#321">321</a> <em class="jxr_javadoccomment"> * @return True if we created the znode.</em> <a class="jxr_linenumber" name="322" href="#322">322</a> <em class="jxr_javadoccomment"> * @throws NodeExistsException</em> <a class="jxr_linenumber" name="323" href="#323">323</a> <em class="jxr_javadoccomment"> * @throws KeeperException</em> <a class="jxr_linenumber" name="324" href="#324">324</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="325" href="#325">325</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">boolean</strong> ensurePeerEnabled(<strong class="jxr_keyword">final</strong> <a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html">ZooKeeperWatcher</a> zookeeper, <strong class="jxr_keyword">final</strong> String path) <a class="jxr_linenumber" name="326" href="#326">326</a> <strong class="jxr_keyword">throws</strong> NodeExistsException, KeeperException { <a class="jxr_linenumber" name="327" href="#327">327</a> <strong class="jxr_keyword">if</strong> (ZKUtil.checkExists(zookeeper, path) == -1) { <a class="jxr_linenumber" name="328" href="#328">328</a> <em class="jxr_comment">// There is a race b/w PeerWatcher and ReplicationZookeeper#add method to create the</em> <a class="jxr_linenumber" name="329" href="#329">329</a> <em class="jxr_comment">// peer-state znode. This happens while adding a peer.</em> <a class="jxr_linenumber" name="330" href="#330">330</a> <em class="jxr_comment">// The peer state data is set as "ENABLED" by default.</em> <a class="jxr_linenumber" name="331" href="#331">331</a> ZKUtil.createNodeIfNotExistsAndWatch(zookeeper, path, <a class="jxr_linenumber" name="332" href="#332">332</a> ReplicationStateZKBase.ENABLED_ZNODE_BYTES); <a class="jxr_linenumber" name="333" href="#333">333</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">true</strong>; <a class="jxr_linenumber" name="334" href="#334">334</a> } <a class="jxr_linenumber" name="335" href="#335">335</a> <strong class="jxr_keyword">return</strong> false; <a class="jxr_linenumber" name="336" href="#336">336</a> } <a class="jxr_linenumber" name="337" href="#337">337</a> <a class="jxr_linenumber" name="338" href="#338">338</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="339" href="#339">339</a> <em class="jxr_javadoccomment"> * Tracker for state of this peer</em> <a class="jxr_linenumber" name="340" href="#340">340</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="341" href="#341">341</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/hadoop/hbase/replication/ReplicationPeer.html">PeerStateTracker</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperNodeTracker.html">ZooKeeperNodeTracker</a> { <a class="jxr_linenumber" name="342" href="#342">342</a> <a class="jxr_linenumber" name="343" href="#343">343</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/hadoop/hbase/replication/ReplicationPeer.html">PeerStateTracker</a>(String peerStateZNode, <a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html">ZooKeeperWatcher</a> watcher, <a class="jxr_linenumber" name="344" href="#344">344</a> <a href="../../../../../org/apache/hadoop/hbase/Abortable.html">Abortable</a> abortable) { <a class="jxr_linenumber" name="345" href="#345">345</a> <strong class="jxr_keyword">super</strong>(watcher, peerStateZNode, abortable); <a class="jxr_linenumber" name="346" href="#346">346</a> } <a class="jxr_linenumber" name="347" href="#347">347</a> <a class="jxr_linenumber" name="348" href="#348">348</a> @Override <a class="jxr_linenumber" name="349" href="#349">349</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">synchronized</strong> <strong class="jxr_keyword">void</strong> nodeDataChanged(String path) { <a class="jxr_linenumber" name="350" href="#350">350</a> <strong class="jxr_keyword">if</strong> (path.equals(node)) { <a class="jxr_linenumber" name="351" href="#351">351</a> <strong class="jxr_keyword">super</strong>.nodeDataChanged(path); <a class="jxr_linenumber" name="352" href="#352">352</a> <strong class="jxr_keyword">try</strong> { <a class="jxr_linenumber" name="353" href="#353">353</a> readPeerStateZnode(); <a class="jxr_linenumber" name="354" href="#354">354</a> } <strong class="jxr_keyword">catch</strong> (DeserializationException e) { <a class="jxr_linenumber" name="355" href="#355">355</a> LOG.warn(<span class="jxr_string">"Failed deserializing the content of "</span> + path, e); <a class="jxr_linenumber" name="356" href="#356">356</a> } <a class="jxr_linenumber" name="357" href="#357">357</a> } <a class="jxr_linenumber" name="358" href="#358">358</a> } <a class="jxr_linenumber" name="359" href="#359">359</a> } <a class="jxr_linenumber" name="360" href="#360">360</a> <a class="jxr_linenumber" name="361" href="#361">361</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="362" href="#362">362</a> <em class="jxr_javadoccomment"> * Tracker for (table, cf-list) map of this peer</em> <a class="jxr_linenumber" name="363" href="#363">363</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="364" href="#364">364</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/hadoop/hbase/replication/ReplicationPeer.html">TableCFsTracker</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperNodeTracker.html">ZooKeeperNodeTracker</a> { <a class="jxr_linenumber" name="365" href="#365">365</a> <a class="jxr_linenumber" name="366" href="#366">366</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/hadoop/hbase/replication/ReplicationPeer.html">TableCFsTracker</a>(String tableCFsZNode, <a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html">ZooKeeperWatcher</a> watcher, <a class="jxr_linenumber" name="367" href="#367">367</a> <a href="../../../../../org/apache/hadoop/hbase/Abortable.html">Abortable</a> abortable) { <a class="jxr_linenumber" name="368" href="#368">368</a> <strong class="jxr_keyword">super</strong>(watcher, tableCFsZNode, abortable); <a class="jxr_linenumber" name="369" href="#369">369</a> } <a class="jxr_linenumber" name="370" href="#370">370</a> <a class="jxr_linenumber" name="371" href="#371">371</a> @Override <a class="jxr_linenumber" name="372" href="#372">372</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">synchronized</strong> <strong class="jxr_keyword">void</strong> nodeDataChanged(String path) { <a class="jxr_linenumber" name="373" href="#373">373</a> <strong class="jxr_keyword">if</strong> (path.equals(node)) { <a class="jxr_linenumber" name="374" href="#374">374</a> <strong class="jxr_keyword">super</strong>.nodeDataChanged(path); <a class="jxr_linenumber" name="375" href="#375">375</a> readTableCFsZnode(); <a class="jxr_linenumber" name="376" href="#376">376</a> } <a class="jxr_linenumber" name="377" href="#377">377</a> } <a class="jxr_linenumber" name="378" href="#378">378</a> } <a class="jxr_linenumber" name="379" href="#379">379</a> } </pre> <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> </html>
gsoundar/mambo-ec2-deploy
packages/hbase-0.98.7-hadoop2/docs/xref/org/apache/hadoop/hbase/replication/ReplicationPeer.html
HTML
apache-2.0
48,500
<div ng-controller="PeerRegistrationCtrl as peerRegistrationCtrl"> <div class="b-workspace__header"> <h1 class="b-title">Remote peers</h1> </div> <div class="b-workspace__content"> <a class="b-btn b-btn_green b-btn_search-field-level" href id="subt_link__create-peer" ng-click="peerRegistrationCtrl.peerFrom()"> <i class="fa fa-plus"></i> Add peer </a> <div class="b-data-table"> <table datatable="" dt-options="peerRegistrationCtrl.dtOptions" dt-columns="peerRegistrationCtrl.dtColumns" dt-instance="peerRegistrationCtrl.dtInstance" class="row-border hover"> </table> </div> </div> </div>
subutai-io/Subutai
management/server/webui/src/main/webapp/subutai-app/peerRegistration/partials/view.html
HTML
apache-2.0
713
<script> var gui = require('nw.gui') , win = gui.Window.get() , clip = gui.Clipboard.get() , script = gui.App.argv[0] , devtool = win.showDevTools() , load ; var nativeMenuBar = new gui.Menu({ type: "menubar" }); nativeMenuBar.createMacBuiltin("nw"); win.menu = nativeMenuBar; win.hide(); win.on('devtools-closed', function(){ win.close(); }); </script>
xinchaobeta/cress-debug
sample/debug.html
HTML
apache-2.0
362
<html> <head> <meta http-equiv="refresh" content="0; URL=r_order-by-clause.html" /> </head> </html>
shawkins/teiid-documents
reference/ORDER_BY_Clause.html
HTML
apache-2.0
99
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"/> <link rel="stylesheet" href="style.css" type="text/css"/> <title>Access relationship</title> </head> <body> <p>The <b>Access relationship</b> represents the ability of behavior and active structure elements to observe or act upon passive structure elements.</p> <p>The Access relationship indicates that a process, function, interaction, service, or event "does something" with a passive structure element; e.g., create a new object, read data from the object, write or modify the object data, or delete the object. The relationship can also be used to indicate that the object is just associated with the behaviour.</p> <p>The arrow indicates the flow of information.</p> <h2>Category:</h2> <p>Dependency.</p> <h2>Examples:</h2> <p>Create a new object, Read data from an object, Write or modify object data, Delete an object.<br/> The “Create Invoice” sub-process writes/creates the “Invoice” business object; the “Send Invoice” sub-process reads that object </p> </body> </html>
norcams/iaas
docs/files/report_design/hints/access.html
HTML
apache-2.0
1,228
{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Cloudlet Info" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Cloudlet Info") %} {% endblock page_header %} {% block main %} <div class="images"> {{ images_table.render }} </div> <div class="images"> {{ overlays_table.render }} </div> <div class="snapshots"> {{ instances_table.render }} </div> {% endblock %}
OpenEdgeComputing/elijah-openstack
dashboard/templates/cloudlet/index.html
HTML
apache-2.0
459
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>SupportClass.AppSettings Class</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MSDN.css" /> </head> <body id="bodyID" class="dtBODY"> <div id="nsbanner"> <div id="bannerrow1"> <table class="bannerparthead" cellspacing="0"> <tr id="hdr"> <td class="runninghead">Apache Lucene.Net 2.4.0 Class Library API</td> <td class="product"> </td> </tr> </table> </div> <div id="TitleRow"> <h1 class="dtH1">SupportClass.AppSettings Class</h1> </div> </div> <div id="nstext"> <p> </p> <p>For a list of all members of this type, see <a href="SupportClass.AppSettingsMembers.html">SupportClass.AppSettings Members</a>.</p> <p> <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">System.Object</a> <br />   <b>SupportClass.AppSettings</b></p> <div class="syntax"> <div>public class SupportClass.AppSettings</div> </div> <H4 class="dtH4">Thread Safety</H4> <P>Public static (<b>Shared</b> in Visual Basic) members of this type are safe for multithreaded operations. Instance members are <b>not</b> guaranteed to be thread-safe.</P> <h4 class="dtH4">Requirements</h4> <p> <b>Namespace: </b> <a href="(global).html">(global)</a> </p> <p> <b>Assembly: </b>Lucene.Net (in Lucene.Net.dll) </p> <h4 class="dtH4">See Also</h4> <p> <a href="SupportClass.AppSettingsMembers.html">SupportClass.AppSettings Members</a> | <a href="(global).html">(global) Namespace</a></p> <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;"> <param name="Keyword" value="SupportClass.AppSettings class, about SupportClass.AppSettings class"> </param> </object> <hr /> <div id="footer"> <p> </p> <p>Generated from assembly Lucene.Net [2.4.0.2]</p> </div> </div> </body> </html>
Mpdreamz/lucene.net
doc/core/SupportClass.AppSettings.html
HTML
apache-2.0
2,417
<!DOCTYPE HTML> <html lang="en" > <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=11; IE=10; IE=9; IE=8; IE=7; IE=EDGE" /> <title>vagrant | 知识速查笔记</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta name="description" content=""> <meta name="generator" content="GitBook 2.0.2"> <meta name="HandheldFriendly" content="true"/> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../gitbook/images/apple-touch-icon-precomposed-152.png"> <link rel="shortcut icon" href="../../gitbook/images/favicon.ico" type="image/x-icon"> <link rel="next" href="../../Dev/Tools/virtualbox.html" /> <link rel="prev" href="../../Dev/Tools/netcat.html" /> </head> <body> <link rel="stylesheet" href="../../gitbook/style.css"> <div class="book" data-level="6.12" data-basepath="../.." data-revision="Fri Dec 18 2015 20:55:41 GMT+0800 (中国标准时间)"> <div class="book-summary"> <div class="book-search"> <input type="text" placeholder="Type to search" class="form-control" /> </div> <ul class="summary"> <li> <a href="https://github.com/ironxu" target="blank" class="custom-link">About Author</a> </li> <li> <a href="https://github.com/ironxu/DevStack/issues" target="blank" class="custom-link">Questions and Issues</a> </li> <li> <a href="https://github.com/ironxu/DevStack" target="blank" class="custom-link">Eidt and Contribute</a> </li> <li class="divider"></li> <li class="chapter " data-level="0" data-path="index.html"> <a href="../../index.html"> <i class="fa fa-check"></i> Introduction </a> </li> <li class="chapter " data-level="1" data-path="Language/language.html"> <a href="../../Language/language.html"> <i class="fa fa-check"></i> <b>1.</b> 掌握语言 </a> <ul class="articles"> <li class="chapter " data-level="1.1" data-path="Language/PHP/php.html"> <a href="../../Language/PHP/php.html"> <i class="fa fa-check"></i> <b>1.1.</b> PHP </a> <ul class="articles"> <li class="chapter " data-level="1.1.1" data-path="Language/PHP/codeSegment/phpcodesegment.html"> <a href="../../Language/PHP/codeSegment/phpcodesegment.html"> <i class="fa fa-check"></i> <b>1.1.1.</b> PHP Code Segment </a> </li> <li class="chapter " data-level="1.1.2" data-path="Language/PHP/trait/trait.html"> <a href="../../Language/PHP/trait/trait.html"> <i class="fa fa-check"></i> <b>1.1.2.</b> Trait </a> </li> <li class="chapter " data-level="1.1.3" data-path="Language/PHP/FileSystem/filesystem.html"> <a href="../../Language/PHP/FileSystem/filesystem.html"> <i class="fa fa-check"></i> <b>1.1.3.</b> 文件操作 </a> </li> <li class="chapter " data-level="1.1.4" data-path="Language/PHP/Optimization/Optimization.html"> <a href="../../Language/PHP/Optimization/Optimization.html"> <i class="fa fa-check"></i> <b>1.1.4.</b> Optimization </a> </li> <li class="chapter " data-level="1.1.5" data-path="Language/PHP/Refer/Refer.html"> <a href="../../Language/PHP/Refer/Refer.html"> <i class="fa fa-check"></i> <b>1.1.5.</b> 引用 </a> </li> <li class="chapter " data-level="1.1.6" data-path="Language/PHP/Ob/ob.html"> <a href="../../Language/PHP/Ob/ob.html"> <i class="fa fa-check"></i> <b>1.1.6.</b> Ob缓存 </a> </li> <li class="chapter " data-level="1.1.7" data-path="Language/PHP/PHP7/php7.html"> <a href="../../Language/PHP/PHP7/php7.html"> <i class="fa fa-check"></i> <b>1.1.7.</b> PHP7特性 </a> </li> <li class="chapter " data-level="1.1.8" data-path="Language/PHP/core/phpsapi.html"> <a href="../../Language/PHP/core/phpsapi.html"> <i class="fa fa-check"></i> <b>1.1.8.</b> PHP SAPI </a> </li> <li class="chapter " data-level="1.1.9" data-path="Language/PHP/GarbageCollection/garbagecollection.html"> <a href="../../Language/PHP/GarbageCollection/garbagecollection.html"> <i class="fa fa-check"></i> <b>1.1.9.</b> 垃圾回收 </a> </li> <li class="chapter " data-level="1.1.10" data-path="Language/PHP/Internals/PHPInternals.html"> <a href="../../Language/PHP/Internals/PHPInternals.html"> <i class="fa fa-check"></i> <b>1.1.10.</b> PHP内核 </a> <ul class="articles"> <li class="chapter " data-level="1.1.10.1" data-path="Language/PHP/Internals/chapter2/lifecycle.html"> <a href="../../Language/PHP/Internals/chapter2/lifecycle.html"> <i class="fa fa-check"></i> <b>1.1.10.1.</b> 生命周期 </a> </li> <li class="chapter " data-level="1.1.10.2" data-path="Language/PHP/Internals/chapter2/SourceStructure.html"> <a href="../../Language/PHP/Internals/chapter2/SourceStructure.html"> <i class="fa fa-check"></i> <b>1.1.10.2.</b> PHP代码目录 </a> </li> <li class="chapter " data-level="1.1.10.3" data-path="Language/PHP/Internals/chapter3/variablestructure.html"> <a href="../../Language/PHP/Internals/chapter3/variablestructure.html"> <i class="fa fa-check"></i> <b>1.1.10.3.</b> 变量结构 </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="1.2" data-path="Language/Lua/LuaSyntax.html"> <a href="../../Language/Lua/LuaSyntax.html"> <i class="fa fa-check"></i> <b>1.2.</b> Lua </a> <ul class="articles"> <li class="chapter " data-level="1.2.1" data-path="Language/Lua/MoreAboutFunction/Function.html"> <a href="../../Language/Lua/MoreAboutFunction/Function.html"> <i class="fa fa-check"></i> <b>1.2.1.</b> 深入函数 </a> </li> <li class="chapter " data-level="1.2.2" data-path="Language/Lua/LuaCodeSegment/luacodelibrary.html"> <a href="../../Language/Lua/LuaCodeSegment/luacodelibrary.html"> <i class="fa fa-check"></i> <b>1.2.2.</b> Lua库 </a> </li> <li class="chapter " data-level="1.2.3" data-path="Language/Lua/Require/require.html"> <a href="../../Language/Lua/Require/require.html"> <i class="fa fa-check"></i> <b>1.2.3.</b> 模型 </a> </li> <li class="chapter " data-level="1.2.4" data-path="Language/Lua/DataStructures/datastructures.html"> <a href="../../Language/Lua/DataStructures/datastructures.html"> <i class="fa fa-check"></i> <b>1.2.4.</b> 实现数据结构 </a> </li> <li class="chapter " data-level="1.2.5" data-path="Language/Lua/LuaString/LuaRegularExpression.html"> <a href="../../Language/Lua/LuaString/LuaRegularExpression.html"> <i class="fa fa-check"></i> <b>1.2.5.</b> Lua正则 </a> </li> <li class="chapter " data-level="1.2.6" data-path="Language/Lua/LuaString/luastring.html"> <a href="../../Language/Lua/LuaString/luastring.html"> <i class="fa fa-check"></i> <b>1.2.6.</b> 字符串操作 </a> </li> <li class="chapter " data-level="1.2.7" data-path="Language/Lua/MetaTable/metatable.html"> <a href="../../Language/Lua/MetaTable/metatable.html"> <i class="fa fa-check"></i> <b>1.2.7.</b> Lua 元表 </a> </li> </ul> </li> <li class="chapter " data-level="1.3" data-path="Language/Shell/shell.html"> <a href="../../Language/Shell/shell.html"> <i class="fa fa-check"></i> <b>1.3.</b> Shell </a> <ul class="articles"> <li class="chapter " data-level="1.3.1" data-path="Language/Shell/syntax.html"> <a href="../../Language/Shell/syntax.html"> <i class="fa fa-check"></i> <b>1.3.1.</b> shell语法 </a> </li> </ul> </li> <li class="chapter " data-level="1.4" data-path="Language/Python/python.html"> <a href="../../Language/Python/python.html"> <i class="fa fa-check"></i> <b>1.4.</b> Python </a> </li> </ul> </li> <li class="chapter " data-level="2" data-path="LanCom/languagecommon.html"> <a href="../../LanCom/languagecommon.html"> <i class="fa fa-check"></i> <b>2.</b> 语言公共知识 </a> <ul class="articles"> <li class="chapter " data-level="2.1" data-path="LanCom/Structure/structure.html"> <a href="../../LanCom/Structure/structure.html"> <i class="fa fa-check"></i> <b>2.1.</b> 代码结构 </a> </li> <li class="chapter " data-level="2.2" data-path="LanCom/codestyle.html"> <a href="../../LanCom/codestyle.html"> <i class="fa fa-check"></i> <b>2.2.</b> 代码风格 </a> </li> <li class="chapter " data-level="2.3" data-path="LanCom/DesignPattern/DesignPattern.html"> <a href="../../LanCom/DesignPattern/DesignPattern.html"> <i class="fa fa-check"></i> <b>2.3.</b> 设计模式 </a> </li> <li class="chapter " data-level="2.4" data-path="LanCom/NameSpace/namespace.html"> <a href="../../LanCom/NameSpace/namespace.html"> <i class="fa fa-check"></i> <b>2.4.</b> 命名空间 </a> </li> <li class="chapter " data-level="2.5" data-path="LanCom/WeChat/WeChat.html"> <a href="../../LanCom/WeChat/WeChat.html"> <i class="fa fa-check"></i> <b>2.5.</b> 微信开发 </a> </li> <li class="chapter " data-level="2.6" data-path="LanCom/RegularExpression.html"> <a href="../../LanCom/RegularExpression.html"> <i class="fa fa-check"></i> <b>2.6.</b> 正则表达式 </a> </li> <li class="chapter " data-level="2.7" data-path="LanCom/sprintf.html"> <a href="../../LanCom/sprintf.html"> <i class="fa fa-check"></i> <b>2.7.</b> sprinf 函数 </a> </li> <li class="chapter " data-level="2.8" data-path="LanCom/gc.html"> <a href="../../LanCom/gc.html"> <i class="fa fa-check"></i> <b>2.8.</b> 垃圾回收机制 </a> </li> <li class="chapter " data-level="2.9" data-path="LanCom/gzip.html"> <a href="../../LanCom/gzip.html"> <i class="fa fa-check"></i> <b>2.9.</b> gzip压缩格式分析 </a> </li> <li class="chapter " data-level="2.10" data-path="LanCom/MQSeries/mqseries.html"> <a href="../../LanCom/MQSeries/mqseries.html"> <i class="fa fa-check"></i> <b>2.10.</b> IBM MQSeries </a> </li> </ul> </li> <li class="chapter " data-level="3" data-path="DataBase/database.html"> <a href="../../DataBase/database.html"> <i class="fa fa-check"></i> <b>3.</b> DataBase </a> <ul class="articles"> <li class="chapter " data-level="3.1" data-path="DataBase/Redis/redis.html"> <a href="../../DataBase/Redis/redis.html"> <i class="fa fa-check"></i> <b>3.1.</b> Redis </a> </li> <li class="chapter " data-level="3.2" data-path="DataBase/mysql/mysql.html"> <a href="../../DataBase/mysql/mysql.html"> <i class="fa fa-check"></i> <b>3.2.</b> MySQL </a> </li> </ul> </li> <li class="chapter " data-level="4" data-path="Foundation/foundation.html"> <a href="../../Foundation/foundation.html"> <i class="fa fa-check"></i> <b>4.</b> 基础知识 </a> <ul class="articles"> <li class="chapter " data-level="4.1" data-path="Foundation/Linux/linux.html"> <a href="../../Foundation/Linux/linux.html"> <i class="fa fa-check"></i> <b>4.1.</b> Linux </a> </li> <li class="chapter " data-level="4.2" data-path="Foundation/Arithmetic/arithmetic.html"> <a href="../../Foundation/Arithmetic/arithmetic.html"> <i class="fa fa-check"></i> <b>4.2.</b> 算法 </a> <ul class="articles"> <li class="chapter " data-level="4.2.1" data-path="Foundation/Arithmetic/complexity.html"> <a href="../../Foundation/Arithmetic/complexity.html"> <i class="fa fa-check"></i> <b>4.2.1.</b> 复杂度 </a> </li> <li class="chapter " data-level="4.2.2" data-path="Foundation/Arithmetic/sort.html"> <a href="../../Foundation/Arithmetic/sort.html"> <i class="fa fa-check"></i> <b>4.2.2.</b> 排序 </a> </li> <li class="chapter " data-level="4.2.3" data-path="Foundation/Arithmetic/search.html"> <a href="../../Foundation/Arithmetic/search.html"> <i class="fa fa-check"></i> <b>4.2.3.</b> 查找 </a> </li> <li class="chapter " data-level="4.2.4" data-path="Foundation/Arithmetic/hash.html"> <a href="../../Foundation/Arithmetic/hash.html"> <i class="fa fa-check"></i> <b>4.2.4.</b> 哈希分布 </a> </li> </ul> </li> <li class="chapter " data-level="4.3" data-path="Foundation/DataStructure/datastructure.html"> <a href="../../Foundation/DataStructure/datastructure.html"> <i class="fa fa-check"></i> <b>4.3.</b> 数据结构 </a> </li> <li class="chapter " data-level="4.4" data-path="Foundation/Protocol/protocol.html"> <a href="../../Foundation/Protocol/protocol.html"> <i class="fa fa-check"></i> <b>4.4.</b> 协议 </a> <ul class="articles"> <li class="chapter " data-level="4.4.1" data-path="Foundation/Protocol/http.html"> <a href="../../Foundation/Protocol/http.html"> <i class="fa fa-check"></i> <b>4.4.1.</b> HTTP </a> </li> <li class="chapter " data-level="4.4.2" data-path="Foundation/Protocol/ssh.html"> <a href="../../Foundation/Protocol/ssh.html"> <i class="fa fa-check"></i> <b>4.4.2.</b> SSH </a> </li> <li class="chapter " data-level="4.4.3" data-path="Foundation/Protocol/ssl.html"> <a href="../../Foundation/Protocol/ssl.html"> <i class="fa fa-check"></i> <b>4.4.3.</b> SSL </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="5" data-path="Ops/ops.html"> <a href="../../Ops/ops.html"> <i class="fa fa-check"></i> <b>5.</b> 运维与架构 </a> <ul class="articles"> <li class="chapter " data-level="5.1" data-path="Ops/nginx.html"> <a href="../../Ops/nginx.html"> <i class="fa fa-check"></i> <b>5.1.</b> Nginx使用 </a> </li> <li class="chapter " data-level="5.2" data-path="Ops/apache.html"> <a href="../../Ops/apache.html"> <i class="fa fa-check"></i> <b>5.2.</b> Apache使用 </a> </li> <li class="chapter " data-level="5.3" data-path="Ops/RESTful.html"> <a href="../../Ops/RESTful.html"> <i class="fa fa-check"></i> <b>5.3.</b> RESTful API </a> </li> <li class="chapter " data-level="5.4" data-path="Ops/Docker/docker.html"> <a href="../../Ops/Docker/docker.html"> <i class="fa fa-check"></i> <b>5.4.</b> Docker </a> </li> <li class="chapter " data-level="5.5" data-path="Ops/hundredmillionsystem.html"> <a href="../../Ops/hundredmillionsystem.html"> <i class="fa fa-check"></i> <b>5.5.</b> 亿级Web系统搭建 </a> </li> <li class="chapter " data-level="5.6" data-path="Ops/savememoryandCPU.html"> <a href="../../Ops/savememoryandCPU.html"> <i class="fa fa-check"></i> <b>5.6.</b> 节约系统内存和CPU </a> </li> <li class="chapter " data-level="5.7" data-path="Ops/CDN.html"> <a href="../../Ops/CDN.html"> <i class="fa fa-check"></i> <b>5.7.</b> CDN </a> </li> <li class="chapter " data-level="5.8" data-path="Ops/UML.html"> <a href="../../Ops/UML.html"> <i class="fa fa-check"></i> <b>5.8.</b> UML </a> </li> </ul> </li> <li class="chapter " data-level="6" data-path="Dev/developmentenvironment.html"> <a href="../../Dev/developmentenvironment.html"> <i class="fa fa-check"></i> <b>6.</b> 开发环境和工具 </a> <ul class="articles"> <li class="chapter " data-level="6.1" data-path="Dev/Editor/editor.html"> <a href="../../Dev/Editor/editor.html"> <i class="fa fa-check"></i> <b>6.1.</b> Editor </a> <ul class="articles"> <li class="chapter " data-level="6.1.1" data-path="Dev/Editor/tmux.html"> <a href="../../Dev/Editor/tmux.html"> <i class="fa fa-check"></i> <b>6.1.1.</b> Tmux </a> </li> <li class="chapter " data-level="6.1.2" data-path="Dev/Editor/VIM.html"> <a href="../../Dev/Editor/VIM.html"> <i class="fa fa-check"></i> <b>6.1.2.</b> VIM </a> </li> <li class="chapter " data-level="6.1.3" data-path="Dev/Editor/vimcolor.html"> <a href="../../Dev/Editor/vimcolor.html"> <i class="fa fa-check"></i> <b>6.1.3.</b> vim 配色 </a> </li> <li class="chapter " data-level="6.1.4" data-path="Dev/Editor/NERDTree.html"> <a href="../../Dev/Editor/NERDTree.html"> <i class="fa fa-check"></i> <b>6.1.4.</b> NERDTree </a> </li> </ul> </li> <li class="chapter " data-level="6.2" data-path="Dev/Git/Git.html"> <a href="../../Dev/Git/Git.html"> <i class="fa fa-check"></i> <b>6.2.</b> Git </a> <ul class="articles"> <li class="chapter " data-level="6.2.1" data-path="Dev/Git/gitstrategy.html"> <a href="../../Dev/Git/gitstrategy.html"> <i class="fa fa-check"></i> <b>6.2.1.</b> GitStrategy </a> </li> <li class="chapter " data-level="6.2.2" data-path="Dev/Git/gitsubmodules.html"> <a href="../../Dev/Git/gitsubmodules.html"> <i class="fa fa-check"></i> <b>6.2.2.</b> GitSubmodules </a> </li> </ul> </li> <li class="chapter " data-level="6.3" data-path="Dev/Tools/ab.html"> <a href="../../Dev/Tools/ab.html"> <i class="fa fa-check"></i> <b>6.3.</b> ab </a> </li> <li class="chapter " data-level="6.4" data-path="Dev/Tools/aircrack-ng.html"> <a href="../../Dev/Tools/aircrack-ng.html"> <i class="fa fa-check"></i> <b>6.4.</b> aircrack-ng </a> </li> <li class="chapter " data-level="6.5" data-path="Dev/Tools/CodeSniffer.html"> <a href="../../Dev/Tools/CodeSniffer.html"> <i class="fa fa-check"></i> <b>6.5.</b> CodeSniffer </a> </li> <li class="chapter " data-level="6.6" data-path="Dev/Tools/composer.html"> <a href="../../Dev/Tools/composer.html"> <i class="fa fa-check"></i> <b>6.6.</b> composer </a> </li> <li class="chapter " data-level="6.7" data-path="Dev/Tools/curl.html"> <a href="../../Dev/Tools/curl.html"> <i class="fa fa-check"></i> <b>6.7.</b> curl </a> </li> <li class="chapter " data-level="6.8" data-path="Dev/Tools/gitbook.html"> <a href="../../Dev/Tools/gitbook.html"> <i class="fa fa-check"></i> <b>6.8.</b> gitbook </a> </li> <li class="chapter " data-level="6.9" data-path="Dev/Tools/homestead.html"> <a href="../../Dev/Tools/homestead.html"> <i class="fa fa-check"></i> <b>6.9.</b> homestead </a> </li> <li class="chapter " data-level="6.10" data-path="Dev/Tools/iftop.html"> <a href="../../Dev/Tools/iftop.html"> <i class="fa fa-check"></i> <b>6.10.</b> 流量监控 </a> </li> <li class="chapter " data-level="6.11" data-path="Dev/Tools/netcat.html"> <a href="../../Dev/Tools/netcat.html"> <i class="fa fa-check"></i> <b>6.11.</b> netcat </a> </li> <li class="chapter active" data-level="6.12" data-path="Dev/Tools/vagrant.html"> <a href="../../Dev/Tools/vagrant.html"> <i class="fa fa-check"></i> <b>6.12.</b> vagrant </a> </li> <li class="chapter " data-level="6.13" data-path="Dev/Tools/virtualbox.html"> <a href="../../Dev/Tools/virtualbox.html"> <i class="fa fa-check"></i> <b>6.13.</b> virtualbox </a> </li> <li class="chapter " data-level="6.14" data-path="Dev/Tools/wireshark.html"> <a href="../../Dev/Tools/wireshark.html"> <i class="fa fa-check"></i> <b>6.14.</b> wireshark </a> </li> <li class="chapter " data-level="6.15" data-path="Dev/markdown.html"> <a href="../../Dev/markdown.html"> <i class="fa fa-check"></i> <b>6.15.</b> markdown </a> </li> </ul> </li> <li class="chapter " data-level="7" data-path="Books/Book.html"> <a href="../../Books/Book.html"> <i class="fa fa-check"></i> <b>7.</b> 书单 </a> <ul class="articles"> <li class="chapter " data-level="7.1" data-path="Books/blog.html"> <a href="../../Books/blog.html"> <i class="fa fa-check"></i> <b>7.1.</b> 大牛博客 </a> </li> <li class="chapter " data-level="7.2" data-path="Books/resource.html"> <a href="../../Books/resource.html"> <i class="fa fa-check"></i> <b>7.2.</b> web应用 </a> </li> <li class="chapter " data-level="7.3" data-path="Books/Engineer.html"> <a href="../../Books/Engineer.html"> <i class="fa fa-check"></i> <b>7.3.</b> 后端工程师 </a> </li> </ul> </li> <li class="divider"></li> <li> <a href="https://www.gitbook.com" target="blank" class="gitbook-link"> Published with GitBook </a> </li> </ul> </div> <div class="book-body"> <div class="body-inner"> <div class="book-header"> <!-- Actions Left --> <a href="#" class="btn pull-left toggle-summary" aria-label="Table of Contents"><i class="fa fa-align-justify"></i></a> <a href="#" class="btn pull-left toggle-search" aria-label="Search"><i class="fa fa-search"></i></a> <div id="font-settings-wrapper" class="dropdown pull-left"> <a href="#" class="btn toggle-dropdown" aria-label="Font Settings"><i class="fa fa-font"></i> </a> <div class="dropdown-menu font-settings"> <div class="dropdown-caret"> <span class="caret-outer"></span> <span class="caret-inner"></span> </div> <div class="buttons"> <button type="button" id="reduce-font-size" class="button size-2">A</button> <button type="button" id="enlarge-font-size" class="button size-2">A</button> </div> <div class="buttons font-family-list"> <button type="button" data-font="0" class="button">Serif</button> <button type="button" data-font="1" class="button">Sans</button> </div> <div class="buttons color-theme-list"> <button type="button" id="color-theme-preview-0" class="button size-3" data-theme="0">White</button> <button type="button" id="color-theme-preview-1" class="button size-3" data-theme="1">Sepia</button> <button type="button" id="color-theme-preview-2" class="button size-3" data-theme="2">Night</button> </div> </div> </div> <!-- Actions Right --> <div class="dropdown pull-right"> <a href="#" class="btn toggle-dropdown" aria-label="Share"><i class="fa fa-share-alt"></i> </a> <div class="dropdown-menu font-settings dropdown-left"> <div class="dropdown-caret"> <span class="caret-outer"></span> <span class="caret-inner"></span> </div> <div class="buttons"> <button type="button" data-sharing="twitter" class="button"> Share on Twitter </button> <button type="button" data-sharing="google-plus" class="button"> Share on Google </button> <button type="button" data-sharing="facebook" class="button"> Share on Facebook </button> <button type="button" data-sharing="weibo" class="button"> Share on Weibo </button> <button type="button" data-sharing="instapaper" class="button"> Share on Instapaper </button> </div> </div> </div> <a href="#" target="_blank" class="btn pull-right google-plus-sharing-link sharing-link" data-sharing="google-plus" aria-label="Google"><i class="fa fa-google-plus"></i></a> <a href="#" target="_blank" class="btn pull-right facebook-sharing-link sharing-link" data-sharing="facebook" aria-label="Facebook"><i class="fa fa-facebook"></i></a> <a href="#" target="_blank" class="btn pull-right twitter-sharing-link sharing-link" data-sharing="twitter" aria-label="Twitter"><i class="fa fa-twitter"></i></a> <!-- Title --> <h1> <i class="fa fa-circle-o-notch fa-spin"></i> <a href="../../" >知识速查笔记</a> </h1> </div> <div class="page-wrapper" tabindex="-1"> <div class="page-inner"> <section class="normal" id="section-"> <h1 id="vagrant">Vagrant</h1> <p>&#x66F4;&#x65B0;&#x65F6;&#x95F4; 2015/10/21</p> <p>&#x6784;&#x5EFA;&#x865A;&#x62DF;&#x5F00;&#x53D1;&#x73AF;&#x5883;&#x7684;&#x5DE5;&#x5177;</p> <h2 id="%E5%AE%89%E8%A3%85">&#x5B89;&#x88C5;</h2> <h3 id="%E4%B8%8B%E8%BD%BD%E5%AE%89%E8%A3%85%E8%BD%AF%E4%BB%B6">&#x4E0B;&#x8F7D;&#x5B89;&#x88C5;&#x8F6F;&#x4EF6;</h3> <ol> <li><a href="https://www.virtualbox.org/wiki/Downloads" target="_blank">VirtualBox</a></li> <li><a href="http://downloads.vagrantup.com/" target="_blank">Vagrant</a></li> <li><a href="http://www.vagrantbox.es/" target="_blank">&#x7CFB;&#x7EDF;&#x955C;&#x50CF;</a></li> </ol> <h3 id="%E5%88%9D%E5%A7%8B%E5%8C%96%E7%8E%AF%E5%A2%83">&#x521D;&#x59CB;&#x5316;&#x73AF;&#x5883;</h3> <ol> <li>&#x6DFB;&#x52A0;&#x955C;&#x50CF; <code>$ vagrant box add boxname ~/box/precise64.box</code></li> <li>&#x5207;&#x6362;&#x5DE5;&#x4F5C;&#x76EE;&#x5F55; <code>cd ~/dev</code></li> <li>&#x521D;&#x59CB;&#x5316;&#x73AF;&#x5883; <code>vagrant init boxname</code></li> <li>&#x542F;&#x52A8;&#x73AF;&#x5883; <code>vagrant up</code></li> <li>&#x767B;&#x5F55;&#x73AF;&#x5883; <code>vagrant ssh</code></li> </ol> <p>&#x5BBF;&#x4E3B;&#x673A;&#x7684; <code>~/dev</code> &#x5BF9;&#x5E94;&#x865A;&#x62DF;&#x673A;&#x7684; <code>/home/vagrant</code></p> <h2 id="%E9%85%8D%E7%BD%AE">&#x914D;&#x7F6E;</h2> <h3 id="%E7%BD%91%E7%BB%9C%E8%AE%BE%E7%BD%AE">&#x7F51;&#x7EDC;&#x8BBE;&#x7F6E;</h3> <p>&#x914D;&#x7F6E;host-only&#x6A21;&#x5F0F;</p> <p><code>config.vm.network :private_network, ip: &quot;192.168.33.10&quot;</code></p> <h3 id="%E6%89%93%E5%8C%85%E5%88%86%E5%8F%91">&#x6253;&#x5305;&#x5206;&#x53D1;</h3> <p>&#x5BF9;&#x914D;&#x7F6E;&#x597D;&#x7684;&#x73AF;&#x5883;&#x8FDB;&#x884C;&#x6253;&#x5305;, &#x7528;&#x4E8E;&#x73AF;&#x5883;&#x5206;&#x53D1;</p> <p><code>$ vagrant package</code></p> <h2 id="%E5%85%B6%E4%BB%96%E5%91%BD%E4%BB%A4">&#x5176;&#x4ED6;&#x547D;&#x4EE4;</h2> <h3 id="%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4">&#x5E38;&#x7528;&#x547D;&#x4EE4;</h3> <pre><code>$ vagrant init # &#x521D;&#x59CB;&#x5316; $ vagrant up # &#x542F;&#x52A8;&#x865A;&#x62DF;&#x673A; $ vagrant halt # &#x5173;&#x95ED;&#x865A;&#x62DF;&#x673A; $ vagrant reload # &#x91CD;&#x542F;&#x865A;&#x62DF;&#x673A; $ vagrant ssh # SSH &#x81F3;&#x865A;&#x62DF;&#x673A; $ vagrant status # &#x67E5;&#x770B;&#x865A;&#x62DF;&#x673A;&#x8FD0;&#x884C;&#x72B6;&#x6001; $ vagrant destroy # &#x9500;&#x6BC1;&#x5F53;&#x524D;&#x865A;&#x62DF;&#x673A; </code></pre><h3 id="%E5%B8%AE%E5%8A%A9%E5%91%BD%E4%BB%A4">&#x5E2E;&#x52A9;&#x547D;&#x4EE4;</h3> <p><code>vagrant COMMAND -H</code></p> <h2 id="%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98">&#x5E38;&#x89C1;&#x95EE;&#x9898;</h2> <h3 id="%E9%9D%99%E6%80%81%E6%96%87%E4%BB%B6%E4%BF%AE%E6%94%B9%E5%90%8E%E9%A1%B5%E9%9D%A2%E5%88%B7%E6%96%B0%E4%B8%8D%E6%98%BE%E7%A4%BA%E6%9C%80%E6%96%B0%E6%96%87%E4%BB%B6">&#x9759;&#x6001;&#x6587;&#x4EF6;&#x4FEE;&#x6539;&#x540E;&#x9875;&#x9762;&#x5237;&#x65B0;&#x4E0D;&#x663E;&#x793A;&#x6700;&#x65B0;&#x6587;&#x4EF6;</h3> <p>&#x5B58;&#x5728;&#x7F13;&#x5B58;&#x6587;&#x4EF6;,&#x901A;&#x8FC7;&#x914D;&#x7F6E;Apache/Nginx &#x6587;&#x4EF6;&#x89E3;&#x51B3;</p> <pre><code># Apache &#x914D;&#x7F6E;&#x6DFB;&#x52A0;: EnableSendfile off # Nginx &#x914D;&#x7F6E;&#x6DFB;&#x52A0;: sendfile off; </code></pre><h2 id="%E5%8F%82%E8%80%83%E8%B5%84%E6%96%99">&#x53C2;&#x8003;&#x8D44;&#x6599;</h2> <ul> <li><a href="http://docs.vagrantup.com/v2/cli/index.html" target="_blank">&#x5B98;&#x65B9;&#x6587;&#x6863;</a></li> </ul> </section> </div> </div> </div> <a href="../../Dev/Tools/netcat.html" class="navigation navigation-prev " aria-label="Previous page: netcat"><i class="fa fa-angle-left"></i></a> <a href="../../Dev/Tools/virtualbox.html" class="navigation navigation-next " aria-label="Next page: virtualbox"><i class="fa fa-angle-right"></i></a> </div> </div> <script src="../../gitbook/app.js"></script> <script> require(["gitbook"], function(gitbook) { var config = {"fontSettings":{"theme":null,"family":"sans","size":2}}; gitbook.start(config); }); </script> </body> </html>
hubeixugang/hubeixugang.github.io
Dev/Tools/vagrant.html
HTML
apache-2.0
51,000
<link rel="stylesheet" type="text/css" href="catalyst/partials/sections/dashboard/workzone/cloudFormation/cloudFormation.css"> <div id='cloudFormationPage' ng-controller="cloudFormationCtrl"> <loading size="large" name="isCloudFormationPageLoading" type="block"></loading> <div ng-show="!isCloudFormationPageLoading"> <div class="panel-heading"> <span class="panel-title"> <span> CFT Stacks</span> </span> <span class="pull-right"> <button type="button" title="Refresh" class="btn btn-xs cat-btn-update" ng-click="refreshCurrentPage()"> <i class="fa fa-refresh white"></i> </button> </span> </div> <div class="scrollContent"> <div class="alert alert-info text-center" ng-show="stacks.length===0"> No CFT Stacks Available </div> <div class="productdiv4" ng-repeat="stack in stacks"> <div class="productdiv1 cardimage"> <ul class="list-unstyled system-prop"> <li> <img src="images/global/cf-icon.png" alt="stack" class="stackLogo" /> <span class="stackName"> <i class="fa fa-info-circle cursor" title="Stack Info" ng-click="getInfo(stack);"></i> </span> </li> <li title="" class="Cardtextoverflow"> <u> <b class="stackNameContainer">{{stack.stackName}}</b> </u> </li> </ul> <div class="stack-details-list"> <span class="stack-details"> <strong class="stackId"> </strong> </span> <div> <span class="stack-details"> status : </span> </div> <div> <span class="stackStatus {{getStackStateColor(stack.status)}}"> {{stack.status}} </span> </div> </div> <div class="btnicons"> <span class="btn btn-danger right-button" title="Delete Stack" ng-click="removeCftStack(stack)"> <i class="fa fa-trash-o white"></i> </span> </div> </div> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" ng-show="isCloudFormationPaginationShow"> <pagination total-items="totalCards" items-per-page="cardsPerPage" ng-model="currentCardPage" max-size="10" num-page="numofCardPages" class="pagination-sm" boundary-links="true" ng-change="cardPaginationCftChange()" class="paginationStyle margintop15"></pagination> </div> </div> </div> </div>
Durgesh1988/core
client/cat3/src/partials/sections/dashboard/workzone/cloudFormation/cloudFormation.html
HTML
apache-2.0
2,397
<!-- #*************************************************************************** # Copyright 2016 IBM # # Custom Nodes in Node-RED # # By JeanCarl Bisson (@dothewww) # More info: https://ibm.biz/node-red-custom-nodes # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and #*************************************************************************** --> <script type="text/javascript"> RED.nodes.registerType("sort",{ category: "function", color: "#E2D96E", defaults: { orderBy: {value: "az"}, name: {value: ""} }, inputs: 1, outputs: 1, icon: "debug.png", label: function() { return this.name||"sort"; } }); </script> <script type="text/x-red" data-template-name="sort"> <div class="form-row"> <label for=""><i class="fa fa-sort"></i> Order By:</label> <select id="node-input-orderBy"> <option value="az">A-Z</option> <option value="za">Z-A</option> </select> </div> <div class="form-row"> <label for="node-input-name"><i class="icon-tag"></i> Name</label> <input type="text" id="node-input-name" placeholder="Name"> </div> </script> <script type="text/x-red" data-help-name="sort"> <p>A simple node that sorts a payload array either in alphabetical order or in reverse alphabetical order.</p> </script>
jeancarl/node-red-labs
node-red-custom-nodes/code/2-sort.html
HTML
apache-2.0
1,885
<a href="http://github.com/angular/angular.js/tree/v1.2.5/src/Angular.js#L922" class="view-source btn btn-action"><i class="icon-zoom-in"> </i> View source</a><a href="http://github.com/angular/angular.js/edit/master/src/Angular.js" class="improve-docs btn btn-primary"><i class="icon-edit"> </i> Improve this doc</a><h1><code ng:non-bindable="">angular.toJson</code> <div><span class="hint">API in module <code ng:non-bindable="">ng</code> </span> </div> </h1> <div><h2 id="description">Description</h2> <div class="description"><div class="angular-tojson-page"><p>Serializes input into a JSON-formatted string. Properties with leading $ characters will be stripped since angular uses this notation internally.</p> </div></div> <h2 id="usage">Usage</h2> <div class="usage"><pre class="prettyprint linenums">angular.toJson(obj[, pretty]);</pre> <h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>obj</td><td><a href="" class="label type-hint type-hint-object">Object</a><a href="" class="label type-hint type-hint-array">Array</a><a href="" class="label type-hint type-hint-date">Date</a><a href="" class="label type-hint type-hint-string">string</a><a href="" class="label type-hint type-hint-number">number</a></td><td><div class="angular-tojson-page"><p>Input to be serialized into JSON.</p> </div></td></tr><tr><td>pretty <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-boolean">boolean</a></td><td><div class="angular-tojson-page"><p>If set to true, the JSON output will contain newlines and whitespace.</p> </div></td></tr></tbody></table><h4 id="usage_returns">Returns</h4><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-string">string|undefined</a></td><td><div class="angular-tojson-page"><p>JSON-ified string representing <code>obj</code>.</p> </div></td></tr></table></div> </div>
hypery2k/jenkins-mobile-app
www/lib/angular/docs/partials/api/angular.toJson.html
HTML
apache-2.0
2,002