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
|
|---|---|---|---|---|---|
{% load i18n %}
{% if impersonator %}
<div class="alert alert-info" id="oscar-impersonate-toolbar" style="text-align:center">
{% firstof impersonator.get_full_name impersonator.username impersonator %}
{% trans "is logged as" %}
{% firstof user.get_full_name user.username user %}
•
<a href="{% url 'impersonate-stop' %}">{% trans "Stop impersonation" %}</a>
</div>
{% endif %}
|
oscaro/django-oscar-impersonate
|
oscar_impersonate/templates/oscar_impersonate/partials/toolbar.html
|
HTML
|
bsd-3-clause
| 429
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>mne.minimum_norm.make_inverse_operator — MNE 0.14.1 documentation</title>
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/gallery.css" type="text/css" />
<link rel="stylesheet" href="../_static/bootswatch-3.3.6/flatly/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.14.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
<script type="text/javascript" src="../_static/bootstrap-3.3.6/js/bootstrap.min.js"></script>
<script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37225609-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<link rel="stylesheet" href="../_static/style.css " type="text/css" />
<script type="text/javascript">
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);
js.id=id;js.src="https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<link rel="canonical" href="https://mne.tools/stable/index.html" />
</head>
<body>
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/mne_logo_small.png"></span>
</a>
<span class="navbar-text navbar-version pull-left"><b>0.14.1</b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">
<li><a href="../getting_started.html">Get started</a></li>
<li><a href="../tutorials.html">Tutorials</a></li>
<li><a href="../auto_examples/index.html">Examples</a></li>
<li><a href="../python_reference.html">API</a></li>
<li><a href="../manual/index.html">Manual</a></li>
<li><a href="../contributing.html">Contribute</a></li>
<li><a href="../faq.html">FAQ</a></li>
<li class="dropdown globaltoc-container">
<a role="button"
id="dLabelGlobalToc"
data-toggle="dropdown"
data-target="#"
href="../index.html">Site <b class="caret"></b></a>
<ul class="dropdown-menu globaltoc"
role="menu"
aria-labelledby="dLabelGlobalToc"></ul>
</li>
<li class="hidden-sm"></li>
</ul>
<form class="navbar-form navbar-right" action="../search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="../index.html">
<img class="logo" src="../_static/mne_logo_small.png" alt="Logo"/>
</a></p><ul>
<li><a class="reference internal" href="#">mne.minimum_norm.make_inverse_operator</a><ul>
<li><a class="reference internal" href="#examples-using-mne-minimum-norm-make-inverse-operator">Examples using <code class="docutils literal"><span class="pre">mne.minimum_norm.make_inverse_operator</span></code></a></li>
</ul>
</li>
</ul>
<form action="../search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="col-md-12 content">
<div class="section" id="mne-minimum-norm-make-inverse-operator">
<h1>mne.minimum_norm.make_inverse_operator<a class="headerlink" href="#mne-minimum-norm-make-inverse-operator" title="Permalink to this headline">¶</a></h1>
<dl class="function">
<dt id="mne.minimum_norm.make_inverse_operator">
<code class="descclassname">mne.minimum_norm.</code><code class="descname">make_inverse_operator</code><span class="sig-paren">(</span><em>info</em>, <em>forward</em>, <em>noise_cov</em>, <em>loose=0.2</em>, <em>depth=0.8</em>, <em>fixed=False</em>, <em>limit_depth_chs=True</em>, <em>rank=None</em>, <em>verbose=None</em><span class="sig-paren">)</span><a class="reference external" href="http://github.com/mne-tools/mne-python/blob/maint/0.14/mne/minimum_norm/inverse.py"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#mne.minimum_norm.make_inverse_operator" title="Permalink to this definition">¶</a></dt>
<dd><p>Assemble inverse operator.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><p class="first"><strong>info</strong> : dict</p>
<blockquote>
<div><p>The measurement info to specify the channels to include.
Bad channels in info[‘bads’] are not used.</p>
</div></blockquote>
<p><strong>forward</strong> : dict</p>
<blockquote>
<div><p>Forward operator.</p>
</div></blockquote>
<p><strong>noise_cov</strong> : instance of Covariance</p>
<blockquote>
<div><p>The noise covariance matrix.</p>
</div></blockquote>
<p><strong>loose</strong> : None | float in [0, 1]</p>
<blockquote>
<div><p>Value that weights the source variances of the dipole components
defining the tangent space of the cortical surfaces. Requires surface-
based, free orientation forward solutions.</p>
</div></blockquote>
<p><strong>depth</strong> : None | float in [0, 1]</p>
<blockquote>
<div><p>Depth weighting coefficients. If None, no depth weighting is performed.</p>
</div></blockquote>
<p><strong>fixed</strong> : bool</p>
<blockquote>
<div><p>Use fixed source orientations normal to the cortical mantle. If True,
the loose parameter is ignored.</p>
</div></blockquote>
<p><strong>limit_depth_chs</strong> : bool</p>
<blockquote>
<div><p>If True, use only grad channels in depth weighting (equivalent to MNE
C code). If grad chanels aren’t present, only mag channels will be
used (if no mag, then eeg). If False, use all channels.</p>
</div></blockquote>
<p><strong>rank</strong> : None | int | dict</p>
<blockquote>
<div><p>Specified rank of the noise covariance matrix. If None, the rank is
detected automatically. If int, the rank is specified for the MEG
channels. A dictionary with entries ‘eeg’ and/or ‘meg’ can be used
to specify the rank for each modality.</p>
</div></blockquote>
<p><strong>verbose</strong> : bool, str, int, or None</p>
<blockquote>
<div><p>If not None, override default verbose level (see <a class="reference internal" href="mne.verbose.html#mne.verbose" title="mne.verbose"><code class="xref py py-func docutils literal"><span class="pre">mne.verbose()</span></code></a>).</p>
</div></blockquote>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"><strong>inv</strong> : instance of InverseOperator</p>
<blockquote class="last">
<div><p>Inverse operator.</p>
</div></blockquote>
</td>
</tr>
</tbody>
</table>
<p class="rubric">Notes</p>
<p>For different sets of options (<strong>loose</strong>, <strong>depth</strong>, <strong>fixed</strong>) to work,
the forward operator must have been loaded using a certain configuration
(i.e., with <strong>force_fixed</strong> and <strong>surf_ori</strong> set appropriately). For
example, given the desired inverse type (with representative choices
of <strong>loose</strong> = 0.2 and <strong>depth</strong> = 0.8 shown in the table in various
places, as these are the defaults for those parameters):</p>
<blockquote>
<div><table border="1" class="docutils">
<colgroup>
<col width="25%" />
<col width="13%" />
<col width="13%" />
<col width="13%" />
<col width="20%" />
<col width="16%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head" colspan="3">Inverse desired</th>
<th class="head" colspan="3">Forward parameters allowed</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td> </td>
<td><strong>loose</strong></td>
<td><strong>depth</strong></td>
<td><strong>fixed</strong></td>
<td><strong>force_fixed</strong></td>
<td><strong>surf_ori</strong></td>
</tr>
<tr class="row-odd"><td><div class="first last line-block">
<div class="line">Loose constraint,</div>
<div class="line">Depth weighted</div>
</div>
</td>
<td>0.2</td>
<td>0.8</td>
<td>False</td>
<td>False</td>
<td>True</td>
</tr>
<tr class="row-even"><td><div class="first last line-block">
<div class="line">Loose constraint</div>
</div>
</td>
<td>0.2</td>
<td>None</td>
<td>False</td>
<td>False</td>
<td>True</td>
</tr>
<tr class="row-odd"><td><div class="first last line-block">
<div class="line">Free orientation,</div>
<div class="line">Depth weighted</div>
</div>
</td>
<td>None</td>
<td>0.8</td>
<td>False</td>
<td>False</td>
<td>True</td>
</tr>
<tr class="row-even"><td><div class="first last line-block">
<div class="line">Free orientation</div>
</div>
</td>
<td>None</td>
<td>None</td>
<td>False</td>
<td>False</td>
<td>True | False</td>
</tr>
<tr class="row-odd"><td><div class="first last line-block">
<div class="line">Fixed constraint,</div>
<div class="line">Depth weighted</div>
</div>
</td>
<td>None</td>
<td>0.8</td>
<td>True</td>
<td>False</td>
<td>True</td>
</tr>
<tr class="row-even"><td><div class="first last line-block">
<div class="line">Fixed constraint</div>
</div>
</td>
<td>None</td>
<td>None</td>
<td>True</td>
<td>True</td>
<td>True</td>
</tr>
</tbody>
</table>
</div></blockquote>
<p>Also note that, if the source space (as stored in the forward solution)
has patch statistics computed, these are used to improve the depth
weighting. Thus slightly different results are to be expected with
and without this information.</p>
</dd></dl>
<div class="section" id="examples-using-mne-minimum-norm-make-inverse-operator">
<h2>Examples using <code class="docutils literal"><span class="pre">mne.minimum_norm.make_inverse_operator</span></code><a class="headerlink" href="#examples-using-mne-minimum-norm-make-inverse-operator" title="Permalink to this headline">¶</a></h2>
<div class="sphx-glr-thumbcontainer" tooltip="This example computes the all-to-all connectivity between 75 regions in a mixed source space ba..."><div class="figure" id="id1">
<img alt="../_images/sphx_glr_plot_mixed_source_space_connectity_thumb.png" src="../_images/sphx_glr_plot_mixed_source_space_connectity_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../auto_examples/connectivity/plot_mixed_source_space_connectity.html#sphx-glr-auto-examples-connectivity-plot-mixed-source-space-connectity-py"><span class="std std-ref">Compute mixed source space connectivity and visualize it using a circular graph</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Runs a full pipeline using MNE-Python:"><div class="figure" id="id2">
<img alt="../_images/sphx_glr_plot_spm_faces_dataset_thumb.png" src="../_images/sphx_glr_plot_spm_faces_dataset_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../auto_examples/datasets/plot_spm_faces_dataset.html#sphx-glr-auto-examples-datasets-plot-spm-faces-dataset-py"><span class="std std-ref">From raw data to dSPM on SPM Faces dataset</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="This example demonstrates the relationship between the noise covariance estimate and the MNE / ..."><div class="figure" id="id3">
<img alt="../_images/sphx_glr_plot_covariance_whitening_dspm_thumb.png" src="../_images/sphx_glr_plot_covariance_whitening_dspm_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../auto_examples/inverse/plot_covariance_whitening_dspm.html#sphx-glr-auto-examples-inverse-plot-covariance-whitening-dspm-py"><span class="std std-ref">Demonstrate impact of whitening on source estimates</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Runs (ir)MxNE (L1/L2 [1]_ or L0.5/L2 [2]_ mixed norm) inverse solver. L0.5/L2 is done with irMx..."><div class="figure" id="id4">
<img alt="../_images/sphx_glr_plot_mixed_norm_inverse_thumb.png" src="../_images/sphx_glr_plot_mixed_norm_inverse_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../auto_examples/inverse/plot_mixed_norm_inverse.html#sphx-glr-auto-examples-inverse-plot-mixed-norm-inverse-py"><span class="std std-ref">Compute sparse inverse solution with mixed norm: MxNE and irMxNE</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Create a mixed source space and compute MNE inverse solution on evoked dataset"><div class="figure" id="id5">
<img alt="../_images/sphx_glr_plot_mixed_source_space_inverse_thumb.png" src="../_images/sphx_glr_plot_mixed_source_space_inverse_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../auto_examples/inverse/plot_mixed_source_space_inverse.html#sphx-glr-auto-examples-inverse-plot-mixed-source-space-inverse-py"><span class="std std-ref">Compute MNE inverse solution on evoked data in a mixed source space</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="The TF-MxNE solver is a distributed inverse method (like dSPM or sLORETA) that promotes focal (..."><div class="figure" id="id6">
<img alt="../_images/sphx_glr_plot_time_frequency_mixed_norm_inverse_thumb.png" src="../_images/sphx_glr_plot_time_frequency_mixed_norm_inverse_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../auto_examples/inverse/plot_time_frequency_mixed_norm_inverse.html#sphx-glr-auto-examples-inverse-plot-time-frequency-mixed-norm-inverse-py"><span class="std std-ref">Compute MxNE with time-frequency sparse prior</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Here we compute the evoked from raw for the auditory Brainstorm tutorial dataset. For compariso..."><div class="figure" id="id7">
<img alt="../_images/sphx_glr_plot_brainstorm_auditory_thumb.png" src="../_images/sphx_glr_plot_brainstorm_auditory_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../auto_tutorials/plot_brainstorm_auditory.html#sphx-glr-auto-tutorials-plot-brainstorm-auditory-py"><span class="std std-ref">Brainstorm auditory tutorial dataset</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Source localization with MNE/dSPM/sLORETA ========================================="><div class="figure" id="id8">
<img alt="../_images/sphx_glr_plot_mne_dspm_source_localization_thumb.png" src="../_images/sphx_glr_plot_mne_dspm_source_localization_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../auto_tutorials/plot_mne_dspm_source_localization.html#sphx-glr-auto-tutorials-plot-mne-dspm-source-localization-py"><span class="std std-ref">Source localization with MNE/dSPM/sLORETA</span></a></span></p>
</div>
</div><div style='clear:both'></div></div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container"><img src="../_static/institutions.png" alt="Institutions"></div>
<div class="container">
<ul class="list-inline">
<li><a href="https://github.com/mne-tools/mne-python">GitHub</a></li>
<li>·</li>
<li><a href="https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis">Mailing list</a></li>
<li>·</li>
<li><a href="https://gitter.im/mne-tools/mne-python">Gitter</a></li>
<li>·</li>
<li><a href="whats_new.html">What's new</a></li>
<li>·</li>
<li><a href="faq.html#cite">Cite MNE</a></li>
<li class="pull-right"><a href="#">Back to top</a></li>
</ul>
<p>© Copyright 2012-2017, MNE Developers. Last updated on 2017-08-15.</p>
</div>
</footer>
<script src="https://mne.tools/versionwarning.js"></script>
</body>
</html>
|
mne-tools/mne-tools.github.io
|
0.14/generated/mne.minimum_norm.make_inverse_operator.html
|
HTML
|
bsd-3-clause
| 18,894
|
{% extends 'base.html' %}
{% load i18n %}
{% load url from future %}
{% load humanize %}
{% block content_title %}<h1>{% trans 'Frequently Asked Questions' %}</h1>{% endblock %}
{% block content %}
{% endblock %}
|
shafiquejamal/socialassistanceregistry
|
nr/templates/faq.html
|
HTML
|
bsd-3-clause
| 215
|
<html>
<head>
<title>Coherent UI Demo - menu</title>
<!-- css -->
<link rel="stylesheet" href="css/menu.css" type="text/css" media="screen" />
<link rel='stylesheet' href='css/fonts.css' type='text/css'>
<!-- js -->
<script type="text/javascript" src="js/jquery/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="js/underscore/underscore-min.js"></script>
<script type="text/javascript" src="js/backbone/backbone-min.js"></script>
<script type="text/javascript" src="js/coherent.js"></script>
<script type="text/javascript">
var fadeTime = 2000;
$(document).ready(function() {
$('#cuLogo').fadeIn(fadeTime, function(){
var menu = $('#menuBack');
$(menu).addClass('menuItemActive');
var menuTexts = $('.menuText');
$(menuTexts).removeClass('menuTextInactive');
$(menuTexts).addClass('menuTextActive');
});
});
</script>
</head>
<body>
<div id='cuLogo'>
<img src='img/Coherent UI - icon.png'/>
</div>
<div id="menu">
<div id='menuBack'>
<div id='newGameBack' class='menuItem'>
<span id="newGame" class='menuText menuTextInactive' onclick='engine.call("NewGame");'>New Game</span>
</div>
<div id='optionsBack' class='menuItem'>
<span id="options" class='menuText menuTextInactive'>Options</span>
</div>
<div id='dlcBack' class='menuItem'>
<span id="dlc" class='menuText menuTextInactive'>DLC</span>
</div>
<div id='quitGameBack' class='menuItem'>
<span id="quitGame" class='menuText menuTextInactive'>Quit Game</span>
</div>
</div>
</div>
</body>
</html>
|
developerforce/WearablePack-Myo
|
samples/Myo-Surgeon-Assistant-App/src/Unity3D/Myo_SFDC_v3/Assets/WebPlayerTemplates/uiresources/MenuAndHUD/mainmenu/menu.html
|
HTML
|
bsd-3-clause
| 1,614
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>gem5: Linux::UDelayEvent Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li id="current"><a href="classes.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label> <u>S</u>earch for </label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical List</span></a></li>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="classLinux.html">Linux</a>::<a class="el" href="classLinux_1_1UDelayEvent.html">UDelayEvent</a></div>
<h1>Linux::UDelayEvent Class Reference</h1><!-- doxytag: class="Linux::UDelayEvent" --><!-- doxytag: inherits="SkipFuncEvent" -->A class to skip udelay() and related calls in the kernel.
<a href="#_details">More...</a>
<p>
<code>#include <<a class="el" href="events_8hh-source.html">events.hh</a>></code>
<p>
<p>Inheritance diagram for Linux::UDelayEvent:
<p><center><img src="classLinux_1_1UDelayEvent.png" usemap="#Linux::UDelayEvent_map" border="0" alt=""></center>
<map name="Linux::UDelayEvent_map">
<area href="classSkipFuncEvent.html" alt="SkipFuncEvent" shape="rect" coords="0,56,121,80">
<area href="classPCEvent.html" alt="PCEvent" shape="rect" coords="0,0,121,24">
</map>
<a href="classLinux_1_1UDelayEvent-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classLinux_1_1UDelayEvent.html#0b563ef7f300e2e8d29bf349397469ff">UDelayEvent</a> (<a class="el" href="classPCEventQueue.html">PCEventQueue</a> *<a class="el" href="namespaceArmISA.html#aedae291a5a9fc742b17b8876516d767">q</a>, const std::string &desc, <a class="el" href="base_2types_8hh.html#f1bb03d6a4ee096394a6749f0a169232">Addr</a> <a class="el" href="namespaceX86ISA.html#79b5c08c190167d17c9b9b3fd40112f6">addr</a>, uint64_t mult, uint64_t div)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classLinux_1_1UDelayEvent.html#00f397cc5f755876cad1b02c0587e0bb">process</a> (<a class="el" href="classThreadContext.html">ThreadContext</a> *xc)</td></tr>
<tr><td colspan="2"><br><h2>Private Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classLinux_1_1UDelayEvent.html#31fcd78d41d1b635780a9c1739f02d65">argDivToNs</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">value to divide arg by to create ns. <a href="#31fcd78d41d1b635780a9c1739f02d65"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classLinux_1_1UDelayEvent.html#eeeaaff5f0c81f53f79ffed6f06079bb">argMultToNs</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">value to multiple arg by to create ns. <a href="#eeeaaff5f0c81f53f79ffed6f06079bb"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A class to skip udelay() and related calls in the kernel.
<p>
This class has two additional parameters that take the argument to udelay and manipulated it to come up with ns and eventually ticks to quiesce for. See descriptions of argDivToNs and argMultToNs below.
<p>
<p>
Definition at line <a class="el" href="events_8hh-source.html#l00052">52</a> of file <a class="el" href="events_8hh-source.html">events.hh</a>.<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="0b563ef7f300e2e8d29bf349397469ff"></a><!-- doxytag: member="Linux::UDelayEvent::UDelayEvent" ref="0b563ef7f300e2e8d29bf349397469ff" args="(PCEventQueue *q, const std::string &desc, Addr addr, uint64_t mult, uint64_t div)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Linux::UDelayEvent::UDelayEvent </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classPCEventQueue.html">PCEventQueue</a> * </td>
<td class="paramname"> <em>q</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const std::string & </td>
<td class="paramname"> <em>desc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="base_2types_8hh.html#f1bb03d6a4ee096394a6749f0a169232">Addr</a> </td>
<td class="paramname"> <em>addr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">uint64_t </td>
<td class="paramname"> <em>mult</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">uint64_t </td>
<td class="paramname"> <em>div</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="events_8hh-source.html#l00067">67</a> of file <a class="el" href="events_8hh-source.html">events.hh</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="00f397cc5f755876cad1b02c0587e0bb"></a><!-- doxytag: member="Linux::UDelayEvent::process" ref="00f397cc5f755876cad1b02c0587e0bb" args="(ThreadContext *xc)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Linux::UDelayEvent::process </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classThreadContext.html">ThreadContext</a> * </td>
<td class="paramname"> <em>xc</em> </td>
<td> ) </td>
<td width="100%"><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Reimplemented from <a class="el" href="classSkipFuncEvent.html#d1edb1268b2aca0ec02112d28ada85a1">SkipFuncEvent</a>.
<p>
Definition at line <a class="el" href="events_8cc-source.html#l00073">73</a> of file <a class="el" href="events_8cc-source.html">events.cc</a>.
<p>
References <a class="el" href="events_8hh-source.html#l00059">argDivToNs</a>, <a class="el" href="events_8hh-source.html#l00064">argMultToNs</a>, <a class="el" href="alpha_2utility_8cc-source.html#l00040">AlphaISA::getArgument()</a>, <a class="el" href="system__events_8cc-source.html#l00043">SkipFuncEvent::process()</a>, <a class="el" href="pseudo__inst_8cc-source.html#l00264">PseudoInst::quiesceNs()</a>, and <a class="el" href="arm_2miscregs_8hh-source.html#l01844">ArmISA::tc</a>.
</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="31fcd78d41d1b635780a9c1739f02d65"></a><!-- doxytag: member="Linux::UDelayEvent::argDivToNs" ref="31fcd78d41d1b635780a9c1739f02d65" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint64_t <a class="el" href="classLinux_1_1UDelayEvent.html#31fcd78d41d1b635780a9c1739f02d65">Linux::UDelayEvent::argDivToNs</a><code> [private]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
value to divide arg by to create ns.
<p>
This is present beacues the linux kernel code sometime precomputes the first multiply that is done in udelay() if the parameter is a constant. We need to undo it so here is how.
<p>
Definition at line <a class="el" href="events_8hh-source.html#l00059">59</a> of file <a class="el" href="events_8hh-source.html">events.hh</a>.
<p>
Referenced by <a class="el" href="events_8cc-source.html#l00073">process()</a>.
</div>
</div><p>
<a class="anchor" name="eeeaaff5f0c81f53f79ffed6f06079bb"></a><!-- doxytag: member="Linux::UDelayEvent::argMultToNs" ref="eeeaaff5f0c81f53f79ffed6f06079bb" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint64_t <a class="el" href="classLinux_1_1UDelayEvent.html#eeeaaff5f0c81f53f79ffed6f06079bb">Linux::UDelayEvent::argMultToNs</a><code> [private]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
value to multiple arg by to create ns.
<p>
Nominally, this is 1000 to convert us to ns, but since linux can do some preprocessing of constant values something else might be required.
<p>
Definition at line <a class="el" href="events_8hh-source.html#l00064">64</a> of file <a class="el" href="events_8hh-source.html">events.hh</a>.
<p>
Referenced by <a class="el" href="events_8cc-source.html#l00073">process()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li>kern/linux/<a class="el" href="events_8hh-source.html">events.hh</a><li>kern/linux/<a class="el" href="events_8cc-source.html">events.cc</a></ul>
<hr size="1"><address style="align: right;"><small>
Generated on Fri Apr 17 12:39:44 2015 for gem5 by <a href="http://www.doxygen.org/index.html"> doxygen</a> 1.4.7</small></address>
</body>
</html>
|
wnoc-drexel/gem5-stable
|
src/doxygen/html/classLinux_1_1UDelayEvent.html
|
HTML
|
bsd-3-clause
| 10,565
|
<!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_91) on Tue Dec 29 12:44:15 AEDT 2015 -->
<title>DefaultTlsEncryptionCredentials (Bouncy Castle Library 1.54 API Specification)</title>
<meta name="date" content="2015-12-29">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DefaultTlsEncryptionCredentials (Bouncy Castle Library 1.54 API Specification)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>Bouncy Castle Cryptography Library 1.54</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/bouncycastle/crypto/tls/DefaultTlsClient.html" title="class in org.bouncycastle.crypto.tls"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/bouncycastle/crypto/tls/DefaultTlsServer.html" title="class in org.bouncycastle.crypto.tls"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/bouncycastle/crypto/tls/DefaultTlsEncryptionCredentials.html" target="_top">Frames</a></li>
<li><a href="DefaultTlsEncryptionCredentials.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: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </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.bouncycastle.crypto.tls</div>
<h2 title="Class DefaultTlsEncryptionCredentials" class="title">Class DefaultTlsEncryptionCredentials</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsCredentials.html" title="class in org.bouncycastle.crypto.tls">org.bouncycastle.crypto.tls.AbstractTlsCredentials</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsEncryptionCredentials.html" title="class in org.bouncycastle.crypto.tls">org.bouncycastle.crypto.tls.AbstractTlsEncryptionCredentials</a></li>
<li>
<ul class="inheritance">
<li>org.bouncycastle.crypto.tls.DefaultTlsEncryptionCredentials</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../org/bouncycastle/crypto/tls/TlsCredentials.html" title="interface in org.bouncycastle.crypto.tls">TlsCredentials</a>, <a href="../../../../org/bouncycastle/crypto/tls/TlsEncryptionCredentials.html" title="interface in org.bouncycastle.crypto.tls">TlsEncryptionCredentials</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">DefaultTlsEncryptionCredentials</span>
extends <a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsEncryptionCredentials.html" title="class in org.bouncycastle.crypto.tls">AbstractTlsEncryptionCredentials</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </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 <a href="../../../../org/bouncycastle/crypto/tls/Certificate.html" title="class in org.bouncycastle.crypto.tls">Certificate</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/DefaultTlsEncryptionCredentials.html#certificate">certificate</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../org/bouncycastle/crypto/tls/TlsContext.html" title="interface in org.bouncycastle.crypto.tls">TlsContext</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/DefaultTlsEncryptionCredentials.html#context">context</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/bouncycastle/crypto/params/AsymmetricKeyParameter.html" title="class in org.bouncycastle.crypto.params">AsymmetricKeyParameter</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/DefaultTlsEncryptionCredentials.html#privateKey">privateKey</a></strong></code> </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"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/DefaultTlsEncryptionCredentials.html#DefaultTlsEncryptionCredentials(org.bouncycastle.crypto.tls.TlsContext,%20org.bouncycastle.crypto.tls.Certificate,%20org.bouncycastle.crypto.params.AsymmetricKeyParameter)">DefaultTlsEncryptionCredentials</a></strong>(<a href="../../../../org/bouncycastle/crypto/tls/TlsContext.html" title="interface in org.bouncycastle.crypto.tls">TlsContext</a> context,
<a href="../../../../org/bouncycastle/crypto/tls/Certificate.html" title="class in org.bouncycastle.crypto.tls">Certificate</a> certificate,
<a href="../../../../org/bouncycastle/crypto/params/AsymmetricKeyParameter.html" title="class in org.bouncycastle.crypto.params">AsymmetricKeyParameter</a> privateKey)</code> </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"> </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>byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/DefaultTlsEncryptionCredentials.html#decryptPreMasterSecret(byte[])">decryptPreMasterSecret</a></strong>(byte[] encryptedPreMasterSecret)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/bouncycastle/crypto/tls/Certificate.html" title="class in org.bouncycastle.crypto.tls">Certificate</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/DefaultTlsEncryptionCredentials.html#getCertificate()">getCertificate</a></strong>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="context">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>context</h4>
<pre>protected <a href="../../../../org/bouncycastle/crypto/tls/TlsContext.html" title="interface in org.bouncycastle.crypto.tls">TlsContext</a> context</pre>
</li>
</ul>
<a name="certificate">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>certificate</h4>
<pre>protected <a href="../../../../org/bouncycastle/crypto/tls/Certificate.html" title="class in org.bouncycastle.crypto.tls">Certificate</a> certificate</pre>
</li>
</ul>
<a name="privateKey">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>privateKey</h4>
<pre>protected <a href="../../../../org/bouncycastle/crypto/params/AsymmetricKeyParameter.html" title="class in org.bouncycastle.crypto.params">AsymmetricKeyParameter</a> privateKey</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="DefaultTlsEncryptionCredentials(org.bouncycastle.crypto.tls.TlsContext, org.bouncycastle.crypto.tls.Certificate, org.bouncycastle.crypto.params.AsymmetricKeyParameter)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DefaultTlsEncryptionCredentials</h4>
<pre>public DefaultTlsEncryptionCredentials(<a href="../../../../org/bouncycastle/crypto/tls/TlsContext.html" title="interface in org.bouncycastle.crypto.tls">TlsContext</a> context,
<a href="../../../../org/bouncycastle/crypto/tls/Certificate.html" title="class in org.bouncycastle.crypto.tls">Certificate</a> certificate,
<a href="../../../../org/bouncycastle/crypto/params/AsymmetricKeyParameter.html" title="class in org.bouncycastle.crypto.params">AsymmetricKeyParameter</a> privateKey)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getCertificate()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCertificate</h4>
<pre>public <a href="../../../../org/bouncycastle/crypto/tls/Certificate.html" title="class in org.bouncycastle.crypto.tls">Certificate</a> getCertificate()</pre>
</li>
</ul>
<a name="decryptPreMasterSecret(byte[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>decryptPreMasterSecret</h4>
<pre>public byte[] decryptPreMasterSecret(byte[] encryptedPreMasterSecret)
throws java.io.IOException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</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="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>Bouncy Castle Cryptography Library 1.54</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/bouncycastle/crypto/tls/DefaultTlsClient.html" title="class in org.bouncycastle.crypto.tls"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/bouncycastle/crypto/tls/DefaultTlsServer.html" title="class in org.bouncycastle.crypto.tls"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/bouncycastle/crypto/tls/DefaultTlsEncryptionCredentials.html" target="_top">Frames</a></li>
<li><a href="DefaultTlsEncryptionCredentials.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: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
GaloisInc/hacrypto
|
src/Java/BouncyCastle/BouncyCastle-1.54/lcrypto-jdk15on-154/javadoc/org/bouncycastle/crypto/tls/DefaultTlsEncryptionCredentials.html
|
HTML
|
bsd-3-clause
| 14,869
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link media="all" rel="stylesheet" href="../sty/task_style.css" />
<meta name="keywords" content="BackRow, Interface, Window, AppleTV, Main Menu" />
<meta name="description" content="The BackRow Interface window shows the Apple TV User Interface" />
<title>The BackRow Interface Window</title>
</head>
<body>
<div id="banner">
<a name="brinterface"></a>
<div id="machelp">
<a class="bread" href="help:anchor='access' bookID=BRDevKit Help">BackRow Developers' Kit Help</a>
</div>
</div>
<div id="mainbox">
<div id="caticon">
<img width="32" height="32" alt="BRDevKit Icon" src="../gfx/largeicon.png" />
</div>
<div id="pagetitle">
<h1>The BackRow Interface Window</h1>
</div>
<p>The BackRow window is the primary means of interacting with and testing your appliance plugin. It implements enough of the real Apple TV system to enable most plugins to run unaltered, but it pointedly does not include any of the iTunes or iPhoto providers or media players. As such, it is possible that some things will not work in the same manner as they do on the real Apple TV.</p>
<p>To interact with your appliance, you can use either the Apple Remote or the keyboard. If your computer comes with an Apple Remote (i.e. an iMac, MacBook, or MacBook Pro), you can use the remote in much the same way as you would with your Apple TV, with one exception: holding the play/pause button will terminate the BackRow Interface and close the window.</p>
<p><a name="keyboard"></a>Otherwise, you can use a few simple keyboard commands to perform the same actions:</p>
<div summary="Keyboard Commands" id="taskbox">
<p>The cursor keys simulate the up, down, left, and right buttons on the Apple Remote. This includes holding left or right to fast forward or rewind.</p>
<p>The Escape key simulates the menu key. Holding escape will bring you to the main menu (or the root menu of your own plugin, depending on the <a href="help:anchor='runmode' bookID=BRDevKit Help">run mode</a> you're using).</p>
<p>Pressing either Space or Return will simulate the Play/Pause button.</p>
<p>To quit the interface from the keyboard, simply press Command-W to close the window. Unlike when using the Apple Remote, holding Space or Return will not terminate it.</p>
</div>
<h2 class="seealso">See also</h2>
<p class="seealso"><a href="help:anchor='runmode' bookID=BRDevKit Help">Test Harness Run Modes</a></p>
<p class="seealso"><a href="help:anchor='debugopts' bookID=BRDevKit Help">Test Harness Debugging Options</a></p>
</div>
</body>
</html>
|
AlanQuatermain/bdk
|
English.lproj/BRDevKit Help/pgs/brinterface.html
|
HTML
|
bsd-3-clause
| 2,819
|
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>
</title>
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width">
</head>
<body>
<h1>Congratulations, it worked!</h1>
<p>A script tag on this page has access to angular 1.3, the $http service, and a breakpoint to test sending requests via angular to the backend.</p>
<script src="static/angular.js"></script>
<script type="text/javascript">
var app = angular.module('test', []);
app.controller('testCtrl', function($http, $q) {
debugger;
});
</script>
</body>
</html>
|
bsmithgall/cookiecutter-kindergarten
|
{{ cookiecutter.app_name }}/{{ cookiecutter.app_name }}_backend/{{ cookiecutter.app_name }}/mock_templates/index.html
|
HTML
|
bsd-3-clause
| 910
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.miscmodels.count.PoissonZiGMLE.score — 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.miscmodels.count.PoissonZiGMLE.score_obs" href="statsmodels.miscmodels.count.PoissonZiGMLE.score_obs.html" />
<link rel="prev" title="statsmodels.miscmodels.count.PoissonZiGMLE.reduceparams" href="statsmodels.miscmodels.count.PoissonZiGMLE.reduceparams.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.miscmodels.count.PoissonZiGMLE.score" 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.miscmodels.count.PoissonZiGMLE.score </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">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../_static/versions.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../miscmodels.html" class="md-tabs__link">Other Models <code class="xref py py-mod docutils literal notranslate"><span class="pre">miscmodels</span></code></a></li>
<li class="md-tabs__item"><a href="statsmodels.miscmodels.count.PoissonZiGMLE.html" class="md-tabs__link">statsmodels.miscmodels.count.PoissonZiGMLE</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.12.2</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../duration.html" class="md-nav__link">Methods for Survival and Duration Analysis</a>
</li>
<li class="md-nav__item">
<a href="../nonparametric.html" class="md-nav__link">Nonparametric Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">nonparametric</span></code></a>
</li>
<li class="md-nav__item">
<a href="../gmm.html" class="md-nav__link">Generalized Method of Moments <code class="xref py py-mod docutils literal notranslate"><span class="pre">gmm</span></code></a>
</li>
<li class="md-nav__item">
<a href="../miscmodels.html" class="md-nav__link">Other Models <code class="xref py py-mod docutils literal notranslate"><span class="pre">miscmodels</span></code></a>
</li>
<li class="md-nav__item">
<a href="../multivariate.html" class="md-nav__link">Multivariate Statistics <code class="xref py py-mod docutils literal notranslate"><span class="pre">multivariate</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.miscmodels.count.PoissonZiGMLE.score.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<h1 id="generated-statsmodels-miscmodels-count-poissonzigmle-score--page-root">statsmodels.miscmodels.count.PoissonZiGMLE.score<a class="headerlink" href="#generated-statsmodels-miscmodels-count-poissonzigmle-score--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py method">
<dt id="statsmodels.miscmodels.count.PoissonZiGMLE.score">
<code class="sig-prename descclassname">PoissonZiGMLE.</code><code class="sig-name descname">score</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">params</span></em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.miscmodels.count.PoissonZiGMLE.score" title="Permalink to this definition">¶</a></dt>
<dd><p>Gradient of log-likelihood evaluated at params</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.miscmodels.count.PoissonZiGMLE.reduceparams.html" title="statsmodels.miscmodels.count.PoissonZiGMLE.reduceparams"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.miscmodels.count.PoissonZiGMLE.reduceparams </span>
</div>
</a>
<a href="statsmodels.miscmodels.count.PoissonZiGMLE.score_obs.html" title="statsmodels.miscmodels.count.PoissonZiGMLE.score_obs"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.miscmodels.count.PoissonZiGMLE.score_obs </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">
© 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.miscmodels.count.PoissonZiGMLE.score.html
|
HTML
|
bsd-3-clause
| 18,155
|
<!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>ISO-8859-2</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2" />
</head>
<body>
[ ] 160 10/00 240 A0 No-break space
[¡] 161 10/01 241 A1 A ogonek
[¢] 162 10/02 242 A2 Breve
[£] 163 10/03 243 A3 L with stroke
[¤] 164 10/04 244 A4 Currency sign
[¥] 165 10/05 245 A5 L caron
[¦] 166 10/06 246 A6 S acute
[§] 167 10/07 247 A7 Paragraph sign
[¨] 168 10/08 250 A8 Diaeresis
[©] 169 10/09 251 A9 S caron
[ª] 170 10/10 252 AA S cedilla
[«] 171 10/11 253 AB T caron
[¬] 172 10/12 254 AC Z acute
[] 173 10/13 255 AD Soft hyphen
[®] 174 10/14 256 AE Z caron
[¯] 175 10/15 257 AF Z dot above
[°] 176 11/00 260 B0 Degree sign, ring above
[±] 177 11/01 261 B1 a ogonek
[²] 178 11/02 262 B2 ogonek
[³] 179 11/03 263 B3 l with stroke
[´] 180 11/04 264 B4 Acute accent
[µ] 181 11/05 265 B5 l caron
[¶] 182 11/06 266 B6 s acute
[·] 183 11/07 267 B7 Caron
[¸] 184 11/08 270 B8 Cedilla
[¹] 185 11/09 271 B9 s caron
[º] 186 11/10 272 BA s cedilla
[»] 187 11/11 273 BB t caron
[¼] 188 11/12 274 BC z acute
[½] 189 11/13 275 BD Double acute accent
[¾] 190 11/14 276 BE z caron
[¿] 191 11/15 277 BF z dot above
[À] 192 12/00 300 C0 R acute
[Á] 193 12/01 301 C1 A acute
[Â] 194 12/02 302 C2 A circumflex
[Ã] 195 12/03 303 C3 A breve
[Ä] 196 12/04 304 C4 A diaeresis
[Å] 197 12/05 305 C5 L acute
[Æ] 198 12/06 306 C6 C acute
[Ç] 199 12/07 307 C7 C Cedilla
[È] 200 12/08 310 C8 C caron
[É] 201 12/09 311 C9 E acute
[Ê] 202 12/10 312 CA E ogonek
[Ë] 203 12/11 313 CB E diaeresis
[Ì] 204 12/12 314 CC E caron
[Í] 205 12/13 315 CD I acute
[Î] 206 12/14 316 CE I circumflex
[Ï] 207 12/15 317 CF D caron
[Ð] 208 13/00 320 D0 D stroke
[Ñ] 209 13/01 321 D1 N acute
[Ò] 210 13/02 322 D2 N caron
[Ó] 211 13/03 323 D3 O acute
[Ô] 212 13/04 324 D4 O circumflex
[Õ] 213 13/05 325 D5 O double acute
[Ö] 214 13/06 326 D6 O diaeresis
[×] 215 13/07 327 D7 Multiplication sign
[Ø] 216 13/08 330 D8 R caron
[Ù] 217 13/09 331 D9 U ring
[Ú] 218 13/10 332 DA U acute
[Û] 219 13/11 333 DB U double acute
[Ü] 220 13/12 334 DC U diaeresis
[Ý] 221 13/13 335 DD Y acute
[Þ] 222 13/14 336 DE T cedilla
[ß] 223 13/15 337 DF German sharp s
[à] 224 14/00 340 E0 r acute
[á] 225 14/01 341 E1 a acute
[â] 226 14/02 342 E2 a circumflex
[ã] 227 14/03 343 E3 a breve
[ä] 228 14/04 344 E4 a diaeresis
[å] 229 14/05 345 E5 l acute
[æ] 230 14/06 346 E6 c acute
[ç] 231 14/07 347 E7 c cedilla
[è] 232 14/08 350 E8 c caron
[é] 233 14/09 351 E9 e acute
[ê] 234 14/10 352 EA e ogonek
[ë] 235 14/11 353 EB e diaeresis
[ì] 236 14/12 354 EC e caron
[í] 237 14/13 355 ED i acute
[î] 238 14/14 356 EE i circumflex
[ï] 239 14/15 357 EF d caron
[ð] 240 15/00 360 F0 d stroke
[ñ] 241 15/01 361 F1 n acute
[ò] 242 15/02 362 F2 n caron
[ó] 243 15/03 363 F3 o acute
[ô] 244 15/04 364 F4 o circumflex
[õ] 245 15/05 365 F5 o double acute
[ö] 246 15/06 366 F6 o diaeresis
[÷] 247 15/07 367 F7 Division sign
[ø] 248 15/08 370 F8 r caron
[ù] 249 15/09 371 F9 u ring
[ú] 250 15/10 372 FA u acute
[û] 251 15/11 373 FB u double acute
[ü] 252 15/12 374 FC u diaeresis
[ý] 253 15/13 375 FD y acute
[þ] 254 15/14 376 FE t cedilla
[ÿ] 255 15/15 377 FF Dot above
</body>
</html>
|
rwatson/chromium-capsicum
|
chrome/test/data/encoding_tests/alias_mapping/ISO-8859-2.html
|
HTML
|
bsd-3-clause
| 3,785
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.regression.linear_model.GLS.endog_names — statsmodels v0.10.2 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/language_data.js"></script>
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="stylesheet" href="../_static/examples.css" type="text/css" />
<link rel="stylesheet" href="../_static/facebox.css" type="text/css" />
<script type="text/javascript" src="../_static/scripts.js">
</script>
<script type="text/javascript" src="../_static/facebox.js">
</script>
<script type="text/javascript">
$.facebox.settings.closeImage = "../_static/closelabel.png"
$.facebox.settings.loadingImage = "../_static/loading.gif"
</script>
<script>
$(document).ready(function() {
$.getJSON("../../versions.json", function(versions) {
var dropdown = document.createElement("div");
dropdown.className = "dropdown";
var button = document.createElement("button");
button.className = "dropbtn";
button.innerHTML = "Other Versions";
var content = document.createElement("div");
content.className = "dropdown-content";
dropdown.appendChild(button);
dropdown.appendChild(content);
$(".header").prepend(dropdown);
for (var i = 0; i < versions.length; i++) {
if (versions[i].substring(0, 1) == "v") {
versions[i] = [versions[i], versions[i].substring(1)];
} else {
versions[i] = [versions[i], versions[i]];
};
};
for (var i = 0; i < versions.length; i++) {
var a = document.createElement("a");
a.innerHTML = versions[i][1];
a.href = "../../" + versions[i][0] + "/index.html";
a.title = versions[i][1];
$(".dropdown-content").append(a);
};
});
});
</script>
</head><body>
<div class="headerwrap">
<div class = "header">
<a href = "../index.html">
<img src="../_static/statsmodels_hybi_banner.png" alt="Logo"
style="padding-left: 15px"/></a>
</div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href ="../install.html">Install</a></li> |
<li><a href="https://groups.google.com/forum/?hl=en#!forum/pystatsmodels">Support</a></li> |
<li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> |
<li><a href="../dev/index.html">Develop</a></li> |
<li><a href="../examples/index.html">Examples</a></li> |
<li><a href="../faq.html">FAQ</a></li> |
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="statsmodels-regression-linear-model-gls-endog-names">
<h1>statsmodels.regression.linear_model.GLS.endog_names<a class="headerlink" href="#statsmodels-regression-linear-model-gls-endog-names" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="statsmodels.regression.linear_model.GLS.endog_names">
<em class="property">property </em><code class="sig-prename descclassname">GLS.</code><code class="sig-name descname">endog_names</code><a class="headerlink" href="#statsmodels.regression.linear_model.GLS.endog_names" title="Permalink to this definition">¶</a></dt>
<dd><p>Names of endogenous variables</p>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/generated/statsmodels.regression.linear_model.GLS.endog_names.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© 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.linear_model.GLS.endog_names.html
|
HTML
|
bsd-3-clause
| 5,902
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.score_obs — statsmodels 0.8.0 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.8.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.smooth" href="statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.smooth.html" />
<link rel="prev" title="statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.score" href="statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.score.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>
</head>
<body role="document">
<div class="headerwrap">
<div class = "header">
<a href = "../index.html">
<img src="../_static/statsmodels_hybi_banner.png" alt="Logo"
style="padding-left: 15px"/></a>
</div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.smooth.html" title="statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.smooth"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.score.html" title="statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.score"
accesskey="P">previous</a> |</li>
<li><a href ="../install.html">Install</a></li> |
<li><a href="https://groups.google.com/group/pystatsmodels?hl=en">Support</a></li> |
<li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> |
<li><a href="../dev/index.html">Develop</a></li> |
<li><a href="../examples/index.html">Examples</a></li> |
<li><a href="../faq.html">FAQ</a></li> |
<li class="nav-item nav-item-1"><a href="../tsa.html" >Time Series analysis <code class="docutils literal"><span class="pre">tsa</span></code></a> |</li>
<li class="nav-item nav-item-2"><a href="statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.html" accesskey="U">statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression</a> |</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="statsmodels-tsa-regime-switching-markov-autoregression-markovautoregression-score-obs">
<h1>statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.score_obs<a class="headerlink" href="#statsmodels-tsa-regime-switching-markov-autoregression-markovautoregression-score-obs" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.score_obs">
<code class="descclassname">MarkovAutoregression.</code><code class="descname">score_obs</code><span class="sig-paren">(</span><em>params</em>, <em>transformed=True</em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.score_obs" title="Permalink to this definition">¶</a></dt>
<dd><p>Compute the score per observation, evaluated at params</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><p class="first"><strong>params</strong> : array_like</p>
<blockquote>
<div><p>Array of parameters at which to evaluate the score
function.</p>
</div></blockquote>
<p><strong>transformed</strong> : boolean, optional</p>
<blockquote class="last">
<div><p>Whether or not <cite>params</cite> is already transformed. Default is True.</p>
</div></blockquote>
</td>
</tr>
</tbody>
</table>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.score.html"
title="previous chapter">statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.score</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.smooth.html"
title="next chapter">statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.smooth</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/generated/statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.score_obs.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© Copyright 2009-2017, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.3.
</div>
</body>
</html>
|
statsmodels/statsmodels.github.io
|
0.8.0/generated/statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.score_obs.html
|
HTML
|
bsd-3-clause
| 7,620
|
{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "Newsletter" %}{% endblock title %}
{% block main %}
<div class="row">
<div class="col-md-offset-3 col-md-6 col-md-offset-3">
<div class="heading heading-v1 margin-bottom-20">
{% block body %}{% endblock body %}
</div>
</div>
</div>
{% endblock main %}
|
dfirst/romasshop
|
lacesandstuff/templates/newsletter/common.html
|
HTML
|
bsd-3-clause
| 384
|
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>Elements Test Runner</title>
<meta charset="UTF-8">
<script src="../bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
<script src="../bower_components/web-component-tester/browser.js"></script>
</head>
<body>
<script>
WCT.loadSuites([
'my-greeting-basic.html',
'my-greeting-basic.html?dom=shadow',
'my-list-basic.html',
'my-list-basic.html?dom=shadow',
'my-converter.html'
]);
</script>
</body>
</html>
|
leungpeng/converter
|
app/test/index.html
|
HTML
|
bsd-3-clause
| 1,178
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
<title>ZYGOCOTYLE_LUNATA_futurehe85.tif</title>
<!-- Leaflet -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.5/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.5/leaflet.js"></script>
<style>
body { margin:0; padding:0; }
body, table, tr, td, th, div, h1, h2, input { font-family: "Calibri", "Trebuchet MS", "Ubuntu", Serif; font-size: 11pt; }
#map { position:absolute; top:0; bottom:0; width:100%; } /* full size */
.ctl {
padding: 2px 10px 2px 10px;
background: white;
background: rgba(255,255,255,0.9);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
text-align: right;
}
.title {
font-size: 18pt;
font-weight: bold;
}
.src {
font-size: 10pt;
}
</style>
</head>
<body>
<div id="map"></div>
<script>
/* **** Leaflet **** */
// Base layers
// .. OpenStreetMap
var osm = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'});
// .. CartoDB Positron
var cartodb = L.tileLayer('http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png', {attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="http://cartodb.com/attributions">CartoDB</a>'});
// .. OSM Toner
var toner = L.tileLayer('http://{s}.tile.stamen.com/toner/{z}/{x}/{y}.png', {attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://www.openstreetmap.org/copyright">ODbL</a>.'});
// .. White background
var white = L.tileLayer("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEAAQMAAABmvDolAAAAA1BMVEX///+nxBvIAAAAH0lEQVQYGe3BAQ0AAADCIPunfg43YAAAAAAAAAAA5wIhAAAB9aK9BAAAAABJRU5ErkJggg==");
// Overlay layers (TMS)
var lyr = L.tileLayer('./{z}/{x}/{y}.png', {tms: true, opacity: 0.7, attribution: ""});
// Map
var map = L.map('map', {
center: [11.2527257439, -0.00524208613189],
zoom: 6,
minZoom: 1,
maxZoom: 6,
layers: [osm]
});
var basemaps = {"OpenStreetMap": osm, "CartoDB Positron": cartodb, "Stamen Toner": toner, "Without background": white}
var overlaymaps = {"Layer": lyr}
// Title
var title = L.control();
title.onAdd = function(map) {
this._div = L.DomUtil.create('div', 'ctl title');
this.update();
return this._div;
};
title.update = function(props) {
this._div.innerHTML = "ZYGOCOTYLE_LUNATA_futurehe85.tif";
};
title.addTo(map);
// Note
var src = 'Generated by <a href="http://www.klokan.cz/projects/gdal2tiles/">GDAL2Tiles</a>, Copyright © 2008 <a href="http://www.klokan.cz/">Klokan Petr Pridal</a>, <a href="http://www.gdal.org/">GDAL</a> & <a href="http://www.osgeo.org/">OSGeo</a> <a href="http://code.google.com/soc/">GSoC</a>';
var title = L.control({position: 'bottomleft'});
title.onAdd = function(map) {
this._div = L.DomUtil.create('div', 'ctl src');
this.update();
return this._div;
};
title.update = function(props) {
this._div.innerHTML = src;
};
title.addTo(map);
// Add base layers
L.control.layers(basemaps, overlaymaps, {collapsed: false}).addTo(map);
// Fit to overlay bounds (SW and NE points with (lat, lon))
map.fitBounds([[-59.9945485123, 179.989515828], [82.5, -180.0]]);
</script>
</body>
</html>
|
Thru-Echoes/PEARL1.0
|
static/pearl-tiles/zygocotyle_lunata/futurehe85/leaflet.html
|
HTML
|
bsd-3-clause
| 4,408
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>MNE-CPP: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">MNE-CPP
 <span id="projectnumber">beta 1.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">DeleteMessageBox Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="class_delete_message_box.html">DeleteMessageBox</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>DeleteMessageBox</b>(QWidget *parent=0) (defined in <a class="el" href="class_delete_message_box.html">DeleteMessageBox</a>)</td><td class="entry"><a class="el" href="class_delete_message_box.html">DeleteMessageBox</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>DeleteMessageBox</b>(QString msg_text, QString caption, QString btt_left_text, QString btt_right_text, QWidget *parent=0) (defined in <a class="el" href="class_delete_message_box.html">DeleteMessageBox</a>)</td><td class="entry"><a class="el" href="class_delete_message_box.html">DeleteMessageBox</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~DeleteMessageBox</b>() (defined in <a class="el" href="class_delete_message_box.html">DeleteMessageBox</a>)</td><td class="entry"><a class="el" href="class_delete_message_box.html">DeleteMessageBox</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Mar 27 2015 22:54:36 for MNE-CPP by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
CBoensel/mne-cpp
|
doc/html/class_delete_message_box-members.html
|
HTML
|
bsd-3-clause
| 5,208
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_101) on Mon Jun 12 22:46:59 EDT 2017 -->
<title>AlertRuntimeException</title>
<meta name="date" content="2017-06-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AlertRuntimeException";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/cbrnrd/alertfx/exceptions/AlertNotEditableException.html" title="class in org.cbrnrd.alertfx.exceptions"><span class="typeNameLink">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/cbrnrd/alertfx/exceptions/AlertRuntimeException.html" target="_top">Frames</a></li>
<li><a href="AlertRuntimeException.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: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#methods.inherited.from.class.Throwable">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.cbrnrd.alertfx.exceptions</div>
<h2 title="Class AlertRuntimeException" class="title">Class AlertRuntimeException</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>Object</li>
<li>
<ul class="inheritance">
<li>Throwable</li>
<li>
<ul class="inheritance">
<li>Exception</li>
<li>
<ul class="inheritance">
<li>RuntimeException</li>
<li>
<ul class="inheritance">
<li>AlertRuntimeException</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>Serializable</dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../org/cbrnrd/alertfx/exceptions/AlertNotEditableException.html" title="class in org.cbrnrd.alertfx.exceptions">AlertNotEditableException</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">AlertRuntimeException</span>
extends RuntimeException</pre>
<div class="block">Root unchecked exception for the project</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../serialized-form.html#org.cbrnrd.alertfx.exceptions.AlertRuntimeException">Serialized Form</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/cbrnrd/alertfx/exceptions/AlertRuntimeException.html#AlertRuntimeException--">AlertRuntimeException</a></span>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/cbrnrd/alertfx/exceptions/AlertRuntimeException.html#AlertRuntimeException-java.lang.String-">AlertRuntimeException</a></span>(String msg)</code> </td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/cbrnrd/alertfx/exceptions/AlertRuntimeException.html#AlertRuntimeException-java.lang.String-java.lang.Throwable-">AlertRuntimeException</a></span>(String msg,
Throwable cause)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.Throwable">
<!-- -->
</a>
<h3>Methods inherited from class Throwable</h3>
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.Object">
<!-- -->
</a>
<h3>Methods inherited from class Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="AlertRuntimeException--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AlertRuntimeException</h4>
<pre>public AlertRuntimeException()</pre>
</li>
</ul>
<a name="AlertRuntimeException-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AlertRuntimeException</h4>
<pre>public AlertRuntimeException(String msg)</pre>
</li>
</ul>
<a name="AlertRuntimeException-java.lang.String-java.lang.Throwable-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AlertRuntimeException</h4>
<pre>public AlertRuntimeException(String msg,
Throwable cause)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/cbrnrd/alertfx/exceptions/AlertNotEditableException.html" title="class in org.cbrnrd.alertfx.exceptions"><span class="typeNameLink">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/cbrnrd/alertfx/exceptions/AlertRuntimeException.html" target="_top">Frames</a></li>
<li><a href="AlertRuntimeException.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: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#methods.inherited.from.class.Throwable">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
cbrnrd/AlertFX
|
docs/org/cbrnrd/alertfx/exceptions/AlertRuntimeException.html
|
HTML
|
bsd-3-clause
| 9,561
|
<legend id="Entity">User Entity</legend>
<form id="UserIdentityDashboard" action="/users/identity" method="POST" enctype="multipart/form-data" class="grid" autocomplete="off">
<div class="row">
<div class="span3">
<label>user name</label>
</div>
<div class="span6">
<input name="UserEntity" type="text" class="bg-anthilla-gray" style="height: 30px; width: 90%;" autocomplete="off">
</div>
</div>
<div class="row">
<div class="span3">
<label>password</label>
</div>
<div class="span6">
<input name="UserPassword" type="password" class="bg-anthilla-gray" style="height: 30px; width: 90%;" autocomplete="off">
</div>
</div>
<div class="row">
<div class="span3"><label> </label></div>
<div class="span6"><input type="submit" class="bg-anthilla-green" value="Create New User Identity" style="height: 30px; width: 90%; color: #3A3A3A !important;"></div>
</div>
</form>
<hr class="bg-anthilla-green" />
<div id="Container" style="width: 45%;">
@Each.UserEntities
<ul style="list-style: none; padding: 0;" class="fg-white">
<li data-role="user" data-user-guid="@user.MasterGuid" class="border-2-anthilla-green bg-anthilla-gray" style="padding: 10px; height: 45px; margin-bottom: 3px;">
<i class="icon-user fg-white"></i>
<p style="display: inline-block; width: 175px;">
@Current.MasterGuid
</p>
<p style="display: inline-block;">
@Current.MasterUsername
<input name="UserPublicKey" type="hidden" value="@Current.PublicKey"/>
</p>
<i data-role="remove-user" data-guid="@user.MasterGuid" class="icon-remove fg-orange" style="cursor: pointer; float: right;"></i>
<i data-role="disable-user" data-guid="@user.MasterGuid" class="icon-checkmark fg-lightBlue" style="cursor: pointer; float: right; margin-right: 10px;"></i>
</li>
@Partial['page-users-entity-partial', Current.Claims]
<li data-role="claim" data-user-guid="@user.MasterGuid" class="border-2-anthilla-gray bg-anthilla-gray" style="display: none; padding: 10px; height: 205px; margin-bottom: 3px;">
<form action="/users/identity/addclaim" method="POST" enctype="multipart/form-data" autocomplete="off" class="grid">
<input name="Userguid" type="hidden" value="@user.MasterGuid" />
<div class="row bg-anthilla-gray">
<div class="span3 bg-anthilla-gray">
<label>Claim mode</label>
</div>
<div class="span5 bg-anthilla-gray">
<input name="Mode" value="antd" type="radio" /> Antd
<input name="Mode" value="system" type="radio" /> System
<input name="Mode" value="activedirectory" type="radio" /> Active Directory
<input name="Mode" value="other" type="radio" /> Other
</div>
</div>
<div class="row bg-anthilla-gray">
<div class="span3 bg-anthilla-gray">
<label>Claim type</label>
</div>
<div class="span5 bg-anthilla-gray">
<input name="Type" value="identity" type="radio" /> Identity
<input name="Type" value="password" type="radio" /> Password
<input name="Type" value="pin" type="radio" /> Pin
<input name="Type" value="token" type="radio" /> Token
<input name="Type" value="other" type="radio" /> Other
</div>
</div>
<div class="row bg-anthilla-gray">
<div class="span3 bg-anthilla-gray">
<label>Claim key</label>
</div>
<div class="span5 bg-anthilla-gray">
<input name="Key" placeholder="Key" type="text" class="bg-anthilla-gray" style="width: 90%; height: 26px;">
</div>
</div>
<div class="row bg-anthilla-gray">
<div class="span3 bg-anthilla-gray">
<label>Claim Value</label>
</div>
<div class="span5 bg-anthilla-gray">
<input name="Value" placeholder="Value" type="text" class="bg-anthilla-gray" style="width: 90%; height: 26px;">
</div>
</div>
<div class="row bg-anthilla-gray">
<div class="span8 bg-anthilla-gray">
<input type="submit" class="bg-anthilla-green" value="Add Claim" style="width: 90%; color: #3A3A3A !important;">
</div>
</div>
</form>
</li>
</ul>
@EndEach
</div>
|
Heather/Antd
|
Antd/Views/__old/page-users-entity.html
|
HTML
|
bsd-3-clause
| 5,022
|
<!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_91) on Tue Dec 29 12:44:12 AEDT 2015 -->
<title>CertificatePolicies (Bouncy Castle Library 1.54 API Specification)</title>
<meta name="date" content="2015-12-29">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CertificatePolicies (Bouncy Castle Library 1.54 API Specification)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>Bouncy Castle Cryptography Library 1.54</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/bouncycastle/asn1/x509/CertificatePair.html" title="class in org.bouncycastle.asn1.x509"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/bouncycastle/asn1/x509/CertPolicyId.html" title="class in org.bouncycastle.asn1.x509"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/bouncycastle/asn1/x509/CertificatePolicies.html" target="_top">Frames</a></li>
<li><a href="CertificatePolicies.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: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </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.bouncycastle.asn1.x509</div>
<h2 title="Class CertificatePolicies" class="title">Class CertificatePolicies</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/bouncycastle/asn1/ASN1Object.html" title="class in org.bouncycastle.asn1">org.bouncycastle.asn1.ASN1Object</a></li>
<li>
<ul class="inheritance">
<li>org.bouncycastle.asn1.x509.CertificatePolicies</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../org/bouncycastle/asn1/ASN1Encodable.html" title="interface in org.bouncycastle.asn1">ASN1Encodable</a>, <a href="../../../../org/bouncycastle/util/Encodable.html" title="interface in org.bouncycastle.util">Encodable</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">CertificatePolicies</span>
extends <a href="../../../../org/bouncycastle/asn1/ASN1Object.html" title="class in org.bouncycastle.asn1">ASN1Object</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/bouncycastle/asn1/x509/CertificatePolicies.html#CertificatePolicies(org.bouncycastle.asn1.x509.PolicyInformation)">CertificatePolicies</a></strong>(<a href="../../../../org/bouncycastle/asn1/x509/PolicyInformation.html" title="class in org.bouncycastle.asn1.x509">PolicyInformation</a> name)</code>
<div class="block">Construct a CertificatePolicies object containing one PolicyInformation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../org/bouncycastle/asn1/x509/CertificatePolicies.html#CertificatePolicies(org.bouncycastle.asn1.x509.PolicyInformation[])">CertificatePolicies</a></strong>(<a href="../../../../org/bouncycastle/asn1/x509/PolicyInformation.html" title="class in org.bouncycastle.asn1.x509">PolicyInformation</a>[] policyInformation)</code> </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"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/bouncycastle/asn1/x509/CertificatePolicies.html" title="class in org.bouncycastle.asn1.x509">CertificatePolicies</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/asn1/x509/CertificatePolicies.html#fromExtensions(org.bouncycastle.asn1.x509.Extensions)">fromExtensions</a></strong>(<a href="../../../../org/bouncycastle/asn1/x509/Extensions.html" title="class in org.bouncycastle.asn1.x509">Extensions</a> extensions)</code>
<div class="block">Retrieve a CertificatePolicies for a passed in Extensions object, if present.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/bouncycastle/asn1/x509/CertificatePolicies.html" title="class in org.bouncycastle.asn1.x509">CertificatePolicies</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/asn1/x509/CertificatePolicies.html#getInstance(org.bouncycastle.asn1.ASN1TaggedObject,%20boolean)">getInstance</a></strong>(<a href="../../../../org/bouncycastle/asn1/ASN1TaggedObject.html" title="class in org.bouncycastle.asn1">ASN1TaggedObject</a> obj,
boolean explicit)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/bouncycastle/asn1/x509/CertificatePolicies.html" title="class in org.bouncycastle.asn1.x509">CertificatePolicies</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/asn1/x509/CertificatePolicies.html#getInstance(java.lang.Object)">getInstance</a></strong>(java.lang.Object obj)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/bouncycastle/asn1/x509/PolicyInformation.html" title="class in org.bouncycastle.asn1.x509">PolicyInformation</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/asn1/x509/CertificatePolicies.html#getPolicyInformation()">getPolicyInformation</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/bouncycastle/asn1/x509/PolicyInformation.html" title="class in org.bouncycastle.asn1.x509">PolicyInformation</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/asn1/x509/CertificatePolicies.html#getPolicyInformation(org.bouncycastle.asn1.ASN1ObjectIdentifier)">getPolicyInformation</a></strong>(<a href="../../../../org/bouncycastle/asn1/ASN1ObjectIdentifier.html" title="class in org.bouncycastle.asn1">ASN1ObjectIdentifier</a> policyIdentifier)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/bouncycastle/asn1/ASN1Primitive.html" title="class in org.bouncycastle.asn1">ASN1Primitive</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/asn1/x509/CertificatePolicies.html#toASN1Primitive()">toASN1Primitive</a></strong>()</code>
<div class="block">Produce an object suitable for an ASN1OutputStream.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/asn1/x509/CertificatePolicies.html#toString()">toString</a></strong>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.bouncycastle.asn1.ASN1Object">
<!-- -->
</a>
<h3>Methods inherited from class org.bouncycastle.asn1.<a href="../../../../org/bouncycastle/asn1/ASN1Object.html" title="class in org.bouncycastle.asn1">ASN1Object</a></h3>
<code><a href="../../../../org/bouncycastle/asn1/ASN1Object.html#equals(java.lang.Object)">equals</a>, <a href="../../../../org/bouncycastle/asn1/ASN1Object.html#getEncoded()">getEncoded</a>, <a href="../../../../org/bouncycastle/asn1/ASN1Object.html#getEncoded(java.lang.String)">getEncoded</a>, <a href="../../../../org/bouncycastle/asn1/ASN1Object.html#hasEncodedTagValue(java.lang.Object,%20int)">hasEncodedTagValue</a>, <a href="../../../../org/bouncycastle/asn1/ASN1Object.html#hashCode()">hashCode</a>, <a href="../../../../org/bouncycastle/asn1/ASN1Object.html#toASN1Object()">toASN1Object</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class 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">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="CertificatePolicies(org.bouncycastle.asn1.x509.PolicyInformation)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CertificatePolicies</h4>
<pre>public CertificatePolicies(<a href="../../../../org/bouncycastle/asn1/x509/PolicyInformation.html" title="class in org.bouncycastle.asn1.x509">PolicyInformation</a> name)</pre>
<div class="block">Construct a CertificatePolicies object containing one PolicyInformation.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name to be contained.</dd></dl>
</li>
</ul>
<a name="CertificatePolicies(org.bouncycastle.asn1.x509.PolicyInformation[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CertificatePolicies</h4>
<pre>public CertificatePolicies(<a href="../../../../org/bouncycastle/asn1/x509/PolicyInformation.html" title="class in org.bouncycastle.asn1.x509">PolicyInformation</a>[] policyInformation)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getInstance(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInstance</h4>
<pre>public static <a href="../../../../org/bouncycastle/asn1/x509/CertificatePolicies.html" title="class in org.bouncycastle.asn1.x509">CertificatePolicies</a> getInstance(java.lang.Object obj)</pre>
</li>
</ul>
<a name="getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInstance</h4>
<pre>public static <a href="../../../../org/bouncycastle/asn1/x509/CertificatePolicies.html" title="class in org.bouncycastle.asn1.x509">CertificatePolicies</a> getInstance(<a href="../../../../org/bouncycastle/asn1/ASN1TaggedObject.html" title="class in org.bouncycastle.asn1">ASN1TaggedObject</a> obj,
boolean explicit)</pre>
</li>
</ul>
<a name="fromExtensions(org.bouncycastle.asn1.x509.Extensions)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fromExtensions</h4>
<pre>public static <a href="../../../../org/bouncycastle/asn1/x509/CertificatePolicies.html" title="class in org.bouncycastle.asn1.x509">CertificatePolicies</a> fromExtensions(<a href="../../../../org/bouncycastle/asn1/x509/Extensions.html" title="class in org.bouncycastle.asn1.x509">Extensions</a> extensions)</pre>
<div class="block">Retrieve a CertificatePolicies for a passed in Extensions object, if present.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>extensions</code> - the extensions object to be examined.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the CertificatePolicies, null if the extension is not present.</dd></dl>
</li>
</ul>
<a name="getPolicyInformation()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPolicyInformation</h4>
<pre>public <a href="../../../../org/bouncycastle/asn1/x509/PolicyInformation.html" title="class in org.bouncycastle.asn1.x509">PolicyInformation</a>[] getPolicyInformation()</pre>
</li>
</ul>
<a name="getPolicyInformation(org.bouncycastle.asn1.ASN1ObjectIdentifier)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPolicyInformation</h4>
<pre>public <a href="../../../../org/bouncycastle/asn1/x509/PolicyInformation.html" title="class in org.bouncycastle.asn1.x509">PolicyInformation</a> getPolicyInformation(<a href="../../../../org/bouncycastle/asn1/ASN1ObjectIdentifier.html" title="class in org.bouncycastle.asn1">ASN1ObjectIdentifier</a> policyIdentifier)</pre>
</li>
</ul>
<a name="toASN1Primitive()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toASN1Primitive</h4>
<pre>public <a href="../../../../org/bouncycastle/asn1/ASN1Primitive.html" title="class in org.bouncycastle.asn1">ASN1Primitive</a> toASN1Primitive()</pre>
<div class="block">Produce an object suitable for an ASN1OutputStream.
<pre>
CertificatePolicies ::= SEQUENCE SIZE {1..MAX} OF PolicyInformation
</pre></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/bouncycastle/asn1/ASN1Encodable.html#toASN1Primitive()">toASN1Primitive</a></code> in interface <code><a href="../../../../org/bouncycastle/asn1/ASN1Encodable.html" title="interface in org.bouncycastle.asn1">ASN1Encodable</a></code></dd>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/bouncycastle/asn1/ASN1Object.html#toASN1Primitive()">toASN1Primitive</a></code> in class <code><a href="../../../../org/bouncycastle/asn1/ASN1Object.html" title="class in org.bouncycastle.asn1">ASN1Object</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>a primitive representation of this object.</dd></dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code> in class <code>java.lang.Object</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="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>Bouncy Castle Cryptography Library 1.54</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/bouncycastle/asn1/x509/CertificatePair.html" title="class in org.bouncycastle.asn1.x509"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/bouncycastle/asn1/x509/CertPolicyId.html" title="class in org.bouncycastle.asn1.x509"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/bouncycastle/asn1/x509/CertificatePolicies.html" target="_top">Frames</a></li>
<li><a href="CertificatePolicies.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: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
GaloisInc/hacrypto
|
src/Java/BouncyCastle/BouncyCastle-1.54/lcrypto-jdk15on-154/javadoc/org/bouncycastle/asn1/x509/CertificatePolicies.html
|
HTML
|
bsd-3-clause
| 18,534
|
<!DOCTYPE html>
<!--
Copyright (c) 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<link rel="import" href="/tvcm/event_target.html">
<script>
'use strict';
tvcm.exportTo('tvcm', function() {
/**
* Creates a new event to be used with tvcm.EventTarget or DOM EventTarget
* objects.
* @param {string} type The name of the event.
* @param {boolean=} opt_bubbles Whether the event bubbles.
* Default is false.
* @param {boolean=} opt_preventable Whether the default action of the event
* can be prevented.
* @constructor
* @extends {Event}
*/
function Event(type, opt_bubbles, opt_preventable) {
var e = tvcm.doc.createEvent('Event');
e.initEvent(type, !!opt_bubbles, !!opt_preventable);
e.__proto__ = global.Event.prototype;
return e;
};
Event.prototype = {
__proto__: global.Event.prototype
};
/**
* Dispatches a simple event on an event target.
* @param {!EventTarget} target The event target to dispatch the event on.
* @param {string} type The type of the event.
* @param {boolean=} opt_bubbles Whether the event bubbles or not.
* @param {boolean=} opt_cancelable Whether the default action of the event
* can be prevented.
* @return {boolean} If any of the listeners called {@code preventDefault}
* during the dispatch this will return false.
*/
function dispatchSimpleEvent(target, type, opt_bubbles, opt_cancelable) {
var e = new Event(type, opt_bubbles, opt_cancelable);
return target.dispatchEvent(e);
}
return {
Event: Event,
dispatchSimpleEvent: dispatchSimpleEvent
};
});
</script>
|
bpsinc-native/src_third_party_trace-viewer
|
third_party/tvcm/src/tvcm/events.html
|
HTML
|
bsd-3-clause
| 1,726
|
<table width="80%" class="table">
<thead>
<tr>
<th class='hidden-phone'>Id</th>
<th>Name</th>
<th>BillingCity</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="current in accounts">
<td class='hidden-phone'>{{current.Id}}</td>
<td><a href="#/accounts/view/{{current.Id}}">{{current.Name}}</a></td>
<td>{{current.BillingCity}}</td>
</tr>
</tbody>
</table>
|
leeborkman/sfangularmobile
|
partials/account/list.html
|
HTML
|
bsd-3-clause
| 429
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.tsa.statespace.sarimax.SARIMAXResults.resid — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/material.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.tsa.statespace.sarimax.SARIMAXResults.seasonalarparams" href="statsmodels.tsa.statespace.sarimax.SARIMAXResults.seasonalarparams.html" />
<link rel="prev" title="statsmodels.tsa.statespace.sarimax.SARIMAXResults.pvalues" href="statsmodels.tsa.statespace.sarimax.SARIMAXResults.pvalues.html" />
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../_static/versions.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.tsa.statespace.sarimax.SARIMAXResults.resid" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.11.1</span>
<span class="md-header-nav__topic"> statsmodels.tsa.statespace.sarimax.SARIMAXResults.resid </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">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../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.sarimax.SARIMAXResults.html" class="md-tabs__link">statsmodels.tsa.statespace.sarimax.SARIMAXResults</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.11.1</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../tsa.html" class="md-nav__link">Time Series analysis <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa</span></code></a>
</li>
<li class="md-nav__item">
<a href="../statespace.html" class="md-nav__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a>
</li>
<li class="md-nav__item">
<a href="../vector_ar.html" class="md-nav__link">Vector Autoregressions <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa.vector_ar</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.tsa.statespace.sarimax.SARIMAXResults.resid.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<h1 id="generated-statsmodels-tsa-statespace-sarimax-sarimaxresults-resid--page-root">statsmodels.tsa.statespace.sarimax.SARIMAXResults.resid<a class="headerlink" href="#generated-statsmodels-tsa-statespace-sarimax-sarimaxresults-resid--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="attribute">
<dt id="statsmodels.tsa.statespace.sarimax.SARIMAXResults.resid">
<code class="sig-prename descclassname">SARIMAXResults.</code><code class="sig-name descname">resid</code><a class="headerlink" href="#statsmodels.tsa.statespace.sarimax.SARIMAXResults.resid" title="Permalink to this definition">¶</a></dt>
<dd><p>(array) The model residuals. An (nobs x k_endog) array.</p>
</dd></dl>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.tsa.statespace.sarimax.SARIMAXResults.pvalues.html" title="Material"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.tsa.statespace.sarimax.SARIMAXResults.pvalues </span>
</div>
</a>
<a href="statsmodels.tsa.statespace.sarimax.SARIMAXResults.seasonalarparams.html" title="Admonition"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.tsa.statespace.sarimax.SARIMAXResults.seasonalarparams </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">
© Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
</div>
Last updated on
Feb 21, 2020.
<br/>
Created using
<a href="http://www.sphinx-doc.org/">Sphinx</a> 2.4.2.
and
<a href="https://github.com/bashtage/sphinx-material/">Material for
Sphinx</a>
</div>
</div>
</div>
</footer>
<script src="../_static/javascripts/application.js"></script>
<script>app.initialize({version: "1.0.4", url: {base: ".."}})</script>
</body>
</html>
|
statsmodels/statsmodels.github.io
|
v0.11.1/generated/statsmodels.tsa.statespace.sarimax.SARIMAXResults.resid.html
|
HTML
|
bsd-3-clause
| 17,490
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class BaseX\Error\SocketError | basex-php</title>
<script type="text/javascript" src="resources/combined.js?394153670"></script>
<script type="text/javascript" src="elementlist.js?2248114710"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li class="active"><a href="namespace-BaseX.html">BaseX<span></span></a>
<ul>
<li><a href="namespace-BaseX.Database.html">Database<span></span></a>
<ul>
<li><a href="namespace-BaseX.Database.Importer.html">Importer</a>
</li>
</ul></li>
<li><a href="namespace-BaseX.Dav.html">Dav<span></span></a>
<ul>
<li><a href="namespace-BaseX.Dav.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-BaseX.Dav.Locks.html">Locks</a>
</li>
</ul></li>
<li class="active"><a href="namespace-BaseX.Error.html">Error</a>
</li>
<li><a href="namespace-BaseX.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-BaseX.PHPUnit.html">PHPUnit</a>
</li>
<li><a href="namespace-BaseX.Query.html">Query</a>
</li>
<li><a href="namespace-BaseX.Resource.html">Resource<span></span></a>
<ul>
<li><a href="namespace-BaseX.Resource.Iterator.html">Iterator</a>
</li>
</ul></li>
<li><a href="namespace-BaseX.Session.html">Session</a>
</li>
<li><a href="namespace-BaseX.Silex.html">Silex</a>
</li>
<li><a href="namespace-BaseX.Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-BaseX.Symfony.Security.html">Security</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-PHP.html">PHP</a>
</li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Exceptions</h3>
<ul>
<li><a href="class-BaseX.Error.ImportError.html">ImportError</a></li>
<li><a href="class-BaseX.Error.SessionError.html">SessionError</a></li>
<li class="active"><a href="class-BaseX.Error.SocketError.html">SocketError</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="text" />
<input type="submit" value="Search" />
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="namespace-BaseX.Error.html" title="Summary of BaseX\Error"><span>Namespace</span></a>
</li>
<li class="active">
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
<li>
<a href="todo.html" title="Todo list"><span>Todo</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="class">
<h1>Class SocketError</h1>
<div class="description">
<p>Exception class for BaseX\Socket</p>
</div>
<dl class="tree">
<dd style="padding-left:0px">
<a href="class-Exception.html"><span>Exception</span></a>
</dd>
<dd style="padding-left:30px">
<img src="resources/inherit.png" alt="Extended by" />
<a href="class-BaseX.Error.html"><span>BaseX\Error</span></a>
</dd>
<dd style="padding-left:60px">
<img src="resources/inherit.png" alt="Extended by" />
<b><span>BaseX\Error\SocketError</span></b>
</dd>
</dl>
<div class="info">
<b>Namespace:</b> <a href="namespace-BaseX.html">BaseX</a>\<a href="namespace-BaseX.Error.html">Error</a><br />
<b>Package:</b> BaseX<br />
<b>CodeCoverageIgnore</b>
<br />
<b>Located at</b> <a href="source-class-BaseX.Error.SocketError.html#14-20" title="Go to source code">src/BaseX/Error/SocketError.php</a><br />
</div>
<table class="summary inherited">
<caption>Methods inherited from <a href="class-Exception.html#methods">Exception</a></caption>
<tr>
<td><code>
<a href="class-Exception.html#___construct">__construct()</a>,
<a href="class-Exception.html#___toString">__toString()</a>,
<a href="class-Exception.html#_getCode">getCode()</a>,
<a href="class-Exception.html#_getFile">getFile()</a>,
<a href="class-Exception.html#_getLine">getLine()</a>,
<a href="class-Exception.html#_getMessage">getMessage()</a>,
<a href="class-Exception.html#_getPrevious">getPrevious()</a>,
<a href="class-Exception.html#_getTrace">getTrace()</a>,
<a href="class-Exception.html#_getTraceAsString">getTraceAsString()</a>
</code></td>
</tr>
</table>
<table class="summary inherited">
<caption>Properties inherited from <a href="class-Exception.html#properties">Exception</a></caption>
<tr>
<td><code>
<a href="class-Exception.html#$code"><var>$code</var></a>,
<a href="class-Exception.html#$file"><var>$file</var></a>,
<a href="class-Exception.html#$line"><var>$line</var></a>,
<a href="class-Exception.html#$message"><var>$message</var></a>
</code></td>
</tr>
</table>
</div>
<div id="footer">
basex-php API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
|
alxarch/basex-php
|
docs/class-BaseX.Error.SocketError.html
|
HTML
|
bsd-3-clause
| 5,541
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>gem5: Message Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li id="current"><a href="classes.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label> <u>S</u>earch for </label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical List</span></a></li>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul></div>
<h1>Message Class Reference</h1><!-- doxytag: class="Message" --><!-- doxytag: inherits="RefCounted" --><code>#include <<a class="el" href="Message_8hh-source.html">Message.hh</a>></code>
<p>
<p>Inheritance diagram for Message:
<p><center><img src="classMessage.png" usemap="#Message_map" border="0" alt=""></center>
<map name="Message_map">
<area href="classRefCounted.html" alt="RefCounted" shape="rect" coords="59,0,168,24">
<area href="classNetworkMessage.html" alt="NetworkMessage" shape="rect" coords="0,112,109,136">
<area href="classRubyRequest.html" alt="RubyRequest" shape="rect" coords="119,112,228,136">
</map>
<a href="classMessage-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#f7af7a7f4b86d28086206f1dc3cd5c3a">Message</a> (<a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> curTime)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#d253b20930e70257e2523bb9fc7d299c">Message</a> (const <a class="el" href="classMessage.html">Message</a> &other)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#cee46f6aed7e93e244460565079a5c48">~Message</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classMessage.html">Message</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#87277ac8d653d9a667f20332799267e9">clone</a> () const =0</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#481e96bfef89a315cfd9c94a76696084">print</a> (std::ostream &out) const =0</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#98ae932429f908e70c6842e1fcef130d">setIncomingLink</a> (int)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#662887a6f36c3278e442b7cc536caa12">setVnet</a> (int)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#abdc6336f9a00dbbeb4cc4f74260c317">functionalRead</a> (<a class="el" href="classPacket.html">Packet</a> *pkt)=0</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The two functions below are used for reading / writing the message functionally. <a href="#abdc6336f9a00dbbeb4cc4f74260c317"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#97bbbedf9d12c7fc37ad34c118b01d8a">functionalWrite</a> (<a class="el" href="classPacket.html">Packet</a> *pkt)=0</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#fa1daf585c98eaadfe36ad0e88b32702">updateDelayedTicks</a> (<a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> curTime)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Update the delay this message has experienced so far. <a href="#fa1daf585c98eaadfe36ad0e88b32702"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#fd124d2b41ab928eb908a2cf0ebbd73d">getDelayedTicks</a> () const </td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#1c5f5d9d2df63fd16c437289805581ed">setLastEnqueueTime</a> (const <a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> &time)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#dfc0b54754c69497017dae6ba1e40458">getLastEnqueueTime</a> () const </td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#c3d50d15ef96967ece7cc1f001a181b7">getTime</a> () const </td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#c8d41e3b4a7d8a92a83780bef3a61031">setTime</a> (const <a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> &new_time)</td></tr>
<tr><td colspan="2"><br><h2>Private Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#77c95a28e59150029c0cf9e9a6f0b666">m_time</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#09f3a8de518256e529ec0ec27a12f3bf">m_LastEnqueueTime</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classMessage.html#9d3f52637e4f3ea0d161b86e1b216963">m_DelayedTicks</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<p>
<p>
Definition at line <a class="el" href="Message_8hh-source.html#l00040">40</a> of file <a class="el" href="Message_8hh-source.html">Message.hh</a>.<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="f7af7a7f4b86d28086206f1dc3cd5c3a"></a><!-- doxytag: member="Message::Message" ref="f7af7a7f4b86d28086206f1dc3cd5c3a" args="(Tick curTime)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Message::Message </td>
<td>(</td>
<td class="paramtype"><a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> </td>
<td class="paramname"> <em>curTime</em> </td>
<td> ) </td>
<td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="Message_8hh-source.html#l00043">43</a> of file <a class="el" href="Message_8hh-source.html">Message.hh</a>.
</div>
</div><p>
<a class="anchor" name="d253b20930e70257e2523bb9fc7d299c"></a><!-- doxytag: member="Message::Message" ref="d253b20930e70257e2523bb9fc7d299c" args="(const Message &other)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Message::Message </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classMessage.html">Message</a> & </td>
<td class="paramname"> <em>other</em> </td>
<td> ) </td>
<td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="Message_8hh-source.html#l00049">49</a> of file <a class="el" href="Message_8hh-source.html">Message.hh</a>.
</div>
</div><p>
<a class="anchor" name="cee46f6aed7e93e244460565079a5c48"></a><!-- doxytag: member="Message::~Message" ref="cee46f6aed7e93e244460565079a5c48" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual Message::~Message </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [inline, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="Message_8hh-source.html#l00055">55</a> of file <a class="el" href="Message_8hh-source.html">Message.hh</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="87277ac8d653d9a667f20332799267e9"></a><!-- doxytag: member="Message::clone" ref="87277ac8d653d9a667f20332799267e9" args="() const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classMessage.html">Message</a>* Message::clone </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Implemented in <a class="el" href="classRubyRequest.html#e38150482b707758514f6ba5febbd120">RubyRequest</a>.
</div>
</div><p>
<a class="anchor" name="abdc6336f9a00dbbeb4cc4f74260c317"></a><!-- doxytag: member="Message::functionalRead" ref="abdc6336f9a00dbbeb4cc4f74260c317" args="(Packet *pkt)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual bool Message::functionalRead </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classPacket.html">Packet</a> * </td>
<td class="paramname"> <em>pkt</em> </td>
<td> ) </td>
<td width="100%"><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The two functions below are used for reading / writing the message functionally.
<p>
The methods return true if the address in the packet matches the address / address range in the message. Each message class that can be potentially searched for the address needs to implement these methods.
<p>
Implemented in <a class="el" href="classRubyRequest.html#dc57dab13d21a30f3e2759a56862a4fe">RubyRequest</a>.
<p>
Referenced by <a class="el" href="flit_8cc-source.html#l00140">flit::functionalRead()</a>.
</div>
</div><p>
<a class="anchor" name="97bbbedf9d12c7fc37ad34c118b01d8a"></a><!-- doxytag: member="Message::functionalWrite" ref="97bbbedf9d12c7fc37ad34c118b01d8a" args="(Packet *pkt)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual bool Message::functionalWrite </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classPacket.html">Packet</a> * </td>
<td class="paramname"> <em>pkt</em> </td>
<td> ) </td>
<td width="100%"><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Implemented in <a class="el" href="classRubyRequest.html#5a794249eca30c1b0bebfbcbfea50ce0">RubyRequest</a>.
<p>
Referenced by <a class="el" href="flit_8cc-source.html#l00147">flit::functionalWrite()</a>, and <a class="el" href="flit__d_8cc-source.html#l00079">flit_d::functionalWrite()</a>.
</div>
</div><p>
<a class="anchor" name="fd124d2b41ab928eb908a2cf0ebbd73d"></a><!-- doxytag: member="Message::getDelayedTicks" ref="fd124d2b41ab928eb908a2cf0ebbd73d" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> Message::getDelayedTicks </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="Message_8hh-source.html#l00081">81</a> of file <a class="el" href="Message_8hh-source.html">Message.hh</a>.
<p>
References <a class="el" href="Message_8hh-source.html#l00092">m_DelayedTicks</a>.
</div>
</div><p>
<a class="anchor" name="dfc0b54754c69497017dae6ba1e40458"></a><!-- doxytag: member="Message::getLastEnqueueTime" ref="dfc0b54754c69497017dae6ba1e40458" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> Message::getLastEnqueueTime </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="Message_8hh-source.html#l00084">84</a> of file <a class="el" href="Message_8hh-source.html">Message.hh</a>.
<p>
References <a class="el" href="Message_8hh-source.html#l00091">m_LastEnqueueTime</a>.
<p>
Referenced by <a class="el" href="MessageBuffer_8cc-source.html#l00145">MessageBuffer::enqueue()</a>.
</div>
</div><p>
<a class="anchor" name="c3d50d15ef96967ece7cc1f001a181b7"></a><!-- doxytag: member="Message::getTime" ref="c3d50d15ef96967ece7cc1f001a181b7" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a>& Message::getTime </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="Message_8hh-source.html#l00086">86</a> of file <a class="el" href="Message_8hh-source.html">Message.hh</a>.
<p>
References <a class="el" href="Message_8hh-source.html#l00090">m_time</a>.
</div>
</div><p>
<a class="anchor" name="481e96bfef89a315cfd9c94a76696084"></a><!-- doxytag: member="Message::print" ref="481e96bfef89a315cfd9c94a76696084" args="(std::ostream &out) const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void Message::print </td>
<td>(</td>
<td class="paramtype">std::ostream & </td>
<td class="paramname"> <em>out</em> </td>
<td> ) </td>
<td width="100%"> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Implemented in <a class="el" href="classNetworkMessage.html#b95084911cdc200414522d82f02f8d3a">NetworkMessage</a>, and <a class="el" href="classRubyRequest.html#5e0327341ca4854fd3b4683f829b1b9c">RubyRequest</a>.
<p>
Referenced by <a class="el" href="Message_8hh-source.html#l00096">operator<<()</a>.
</div>
</div><p>
<a class="anchor" name="98ae932429f908e70c6842e1fcef130d"></a><!-- doxytag: member="Message::setIncomingLink" ref="98ae932429f908e70c6842e1fcef130d" args="(int)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void Message::setIncomingLink </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [inline, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Reimplemented in <a class="el" href="classNetworkMessage.html#0753888f208cae25859fffcdf80c9226">NetworkMessage</a>.
<p>
Definition at line <a class="el" href="Message_8hh-source.html#l00059">59</a> of file <a class="el" href="Message_8hh-source.html">Message.hh</a>.
</div>
</div><p>
<a class="anchor" name="1c5f5d9d2df63fd16c437289805581ed"></a><!-- doxytag: member="Message::setLastEnqueueTime" ref="1c5f5d9d2df63fd16c437289805581ed" args="(const Tick &time)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Message::setLastEnqueueTime </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> & </td>
<td class="paramname"> <em>time</em> </td>
<td> ) </td>
<td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="Message_8hh-source.html#l00083">83</a> of file <a class="el" href="Message_8hh-source.html">Message.hh</a>.
<p>
References <a class="el" href="Message_8hh-source.html#l00091">m_LastEnqueueTime</a>.
<p>
Referenced by <a class="el" href="MessageBuffer_8cc-source.html#l00145">MessageBuffer::enqueue()</a>.
</div>
</div><p>
<a class="anchor" name="c8d41e3b4a7d8a92a83780bef3a61031"></a><!-- doxytag: member="Message::setTime" ref="c8d41e3b4a7d8a92a83780bef3a61031" args="(const Tick &new_time)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Message::setTime </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> & </td>
<td class="paramname"> <em>new_time</em> </td>
<td> ) </td>
<td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="Message_8hh-source.html#l00087">87</a> of file <a class="el" href="Message_8hh-source.html">Message.hh</a>.
<p>
References <a class="el" href="Message_8hh-source.html#l00090">m_time</a>.
</div>
</div><p>
<a class="anchor" name="662887a6f36c3278e442b7cc536caa12"></a><!-- doxytag: member="Message::setVnet" ref="662887a6f36c3278e442b7cc536caa12" args="(int)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void Message::setVnet </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [inline, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Reimplemented in <a class="el" href="classNetworkMessage.html#88f1a54afd527e454b8368d0efef351a">NetworkMessage</a>.
<p>
Definition at line <a class="el" href="Message_8hh-source.html#l00060">60</a> of file <a class="el" href="Message_8hh-source.html">Message.hh</a>.
</div>
</div><p>
<a class="anchor" name="fa1daf585c98eaadfe36ad0e88b32702"></a><!-- doxytag: member="Message::updateDelayedTicks" ref="fa1daf585c98eaadfe36ad0e88b32702" args="(Tick curTime)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Message::updateDelayedTicks </td>
<td>(</td>
<td class="paramtype"><a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> </td>
<td class="paramname"> <em>curTime</em> </td>
<td> ) </td>
<td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Update the delay this message has experienced so far.
<p>
<p>
Definition at line <a class="el" href="Message_8hh-source.html#l00075">75</a> of file <a class="el" href="Message_8hh-source.html">Message.hh</a>.
<p>
References <a class="el" href="Message_8hh-source.html#l00092">m_DelayedTicks</a>, and <a class="el" href="Message_8hh-source.html#l00091">m_LastEnqueueTime</a>.
<p>
Referenced by <a class="el" href="MessageBuffer_8cc-source.html#l00145">MessageBuffer::enqueue()</a>.
</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="9d3f52637e4f3ea0d161b86e1b216963"></a><!-- doxytag: member="Message::m_DelayedTicks" ref="9d3f52637e4f3ea0d161b86e1b216963" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> <a class="el" href="classMessage.html#9d3f52637e4f3ea0d161b86e1b216963">Message::m_DelayedTicks</a><code> [private]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="Message_8hh-source.html#l00092">92</a> of file <a class="el" href="Message_8hh-source.html">Message.hh</a>.
<p>
Referenced by <a class="el" href="Message_8hh-source.html#l00081">getDelayedTicks()</a>, and <a class="el" href="Message_8hh-source.html#l00075">updateDelayedTicks()</a>.
</div>
</div><p>
<a class="anchor" name="09f3a8de518256e529ec0ec27a12f3bf"></a><!-- doxytag: member="Message::m_LastEnqueueTime" ref="09f3a8de518256e529ec0ec27a12f3bf" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> <a class="el" href="classMessage.html#09f3a8de518256e529ec0ec27a12f3bf">Message::m_LastEnqueueTime</a><code> [private]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="Message_8hh-source.html#l00091">91</a> of file <a class="el" href="Message_8hh-source.html">Message.hh</a>.
<p>
Referenced by <a class="el" href="Message_8hh-source.html#l00084">getLastEnqueueTime()</a>, <a class="el" href="Message_8hh-source.html#l00083">setLastEnqueueTime()</a>, and <a class="el" href="Message_8hh-source.html#l00075">updateDelayedTicks()</a>.
</div>
</div><p>
<a class="anchor" name="77c95a28e59150029c0cf9e9a6f0b666"></a><!-- doxytag: member="Message::m_time" ref="77c95a28e59150029c0cf9e9a6f0b666" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> <a class="el" href="classMessage.html#77c95a28e59150029c0cf9e9a6f0b666">Message::m_time</a><code> [private]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="Message_8hh-source.html#l00090">90</a> of file <a class="el" href="Message_8hh-source.html">Message.hh</a>.
<p>
Referenced by <a class="el" href="Message_8hh-source.html#l00086">getTime()</a>, and <a class="el" href="Message_8hh-source.html#l00087">setTime()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li>mem/ruby/slicc_interface/<a class="el" href="Message_8hh-source.html">Message.hh</a></ul>
<hr size="1"><address style="align: right;"><small>
Generated on Fri Apr 17 12:39:47 2015 for gem5 by <a href="http://www.doxygen.org/index.html"> doxygen</a> 1.4.7</small></address>
</body>
</html>
|
wnoc-drexel/gem5-stable
|
src/doxygen/html/classMessage.html
|
HTML
|
bsd-3-clause
| 25,564
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Office Climate</title>
</head>
<body>
Hello, Apiary!
</body>
</html>
|
igrep/office-climate
|
src/index.html
|
HTML
|
bsd-3-clause
| 174
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.wald_test_terms — statsmodels 0.8.0 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.8.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.zvalues" href="statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.zvalues.html" />
<link rel="prev" title="statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.wald_test" href="statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.wald_test.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>
</head>
<body role="document">
<div class="headerwrap">
<div class = "header">
<a href = "../index.html">
<img src="../_static/statsmodels_hybi_banner.png" alt="Logo"
style="padding-left: 15px"/></a>
</div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.zvalues.html" title="statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.zvalues"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.wald_test.html" title="statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.wald_test"
accesskey="P">previous</a> |</li>
<li><a href ="../install.html">Install</a></li> |
<li><a href="https://groups.google.com/group/pystatsmodels?hl=en">Support</a></li> |
<li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> |
<li><a href="../dev/index.html">Develop</a></li> |
<li><a href="../examples/index.html">Examples</a></li> |
<li><a href="../faq.html">FAQ</a></li> |
<li class="nav-item nav-item-1"><a href="../statespace.html" >Time Series Analysis by State Space Methods <code class="docutils literal"><span class="pre">statespace</span></code></a> |</li>
<li class="nav-item nav-item-2"><a href="statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.html" accesskey="U">statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults</a> |</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="statsmodels-tsa-statespace-dynamic-factor-dynamicfactorresults-wald-test-terms">
<h1>statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.wald_test_terms<a class="headerlink" href="#statsmodels-tsa-statespace-dynamic-factor-dynamicfactorresults-wald-test-terms" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.wald_test_terms">
<code class="descclassname">DynamicFactorResults.</code><code class="descname">wald_test_terms</code><span class="sig-paren">(</span><em>skip_single=False</em>, <em>extra_constraints=None</em>, <em>combine_terms=None</em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.wald_test_terms" title="Permalink to this definition">¶</a></dt>
<dd><p>Compute a sequence of Wald tests for terms over multiple columns</p>
<p>This computes joined Wald tests for the hypothesis that all
coefficients corresponding to a <cite>term</cite> are zero.</p>
<p><cite>Terms</cite> are defined by the underlying formula or by string matching.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><p class="first"><strong>skip_single</strong> : boolean</p>
<blockquote>
<div><p>If true, then terms that consist only of a single column and,
therefore, refers only to a single parameter is skipped.
If false, then all terms are included.</p>
</div></blockquote>
<p><strong>extra_constraints</strong> : ndarray</p>
<blockquote>
<div><p>not tested yet</p>
</div></blockquote>
<p><strong>combine_terms</strong> : None or list of strings</p>
<blockquote>
<div><p>Each string in this list is matched to the name of the terms or
the name of the exogenous variables. All columns whose name
includes that string are combined in one joint test.</p>
</div></blockquote>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"><strong>test_result</strong> : result instance</p>
<blockquote class="last">
<div><p>The result instance contains <cite>table</cite> which is a pandas DataFrame
with the test results: test statistic, degrees of freedom and
pvalues.</p>
</div></blockquote>
</td>
</tr>
</tbody>
</table>
<p class="rubric">Examples</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">res_ols</span> <span class="o">=</span> <span class="n">ols</span><span class="p">(</span><span class="s2">"np.log(Days+1) ~ C(Duration, Sum)*C(Weight, Sum)"</span><span class="p">,</span> <span class="n">data</span><span class="p">)</span><span class="o">.</span><span class="n">fit</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">res_ols</span><span class="o">.</span><span class="n">wald_test_terms</span><span class="p">()</span>
<span class="go"><class 'statsmodels.stats.contrast.WaldTestResults'></span>
<span class="go"> F P>F df constraint df denom</span>
<span class="go">Intercept 279.754525 2.37985521351e-22 1 51</span>
<span class="go">C(Duration, Sum) 5.367071 0.0245738436636 1 51</span>
<span class="go">C(Weight, Sum) 12.432445 3.99943118767e-05 2 51</span>
<span class="go">C(Duration, Sum):C(Weight, Sum) 0.176002 0.83912310946 2 51</span>
</pre></div>
</div>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">res_poi</span> <span class="o">=</span> <span class="n">Poisson</span><span class="o">.</span><span class="n">from_formula</span><span class="p">(</span><span class="s2">"Days ~ C(Weight) * C(Duration)"</span><span class="p">,</span> <span class="n">data</span><span class="p">)</span><span class="o">.</span><span class="n">fit</span><span class="p">(</span><span class="n">cov_type</span><span class="o">=</span><span class="s1">'HC0'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">wt</span> <span class="o">=</span> <span class="n">res_poi</span><span class="o">.</span><span class="n">wald_test_terms</span><span class="p">(</span><span class="n">skip_single</span><span class="o">=</span><span class="kc">False</span><span class="p">,</span> <span class="n">combine_terms</span><span class="o">=</span><span class="p">[</span><span class="s1">'Duration'</span><span class="p">,</span> <span class="s1">'Weight'</span><span class="p">])</span>
<span class="gp">>>> </span><span class="nb">print</span><span class="p">(</span><span class="n">wt</span><span class="p">)</span>
<span class="go"> chi2 P>chi2 df constraint</span>
<span class="go">Intercept 15.695625 7.43960374424e-05 1</span>
<span class="go">C(Weight) 16.132616 0.000313940174705 2</span>
<span class="go">C(Duration) 1.009147 0.315107378931 1</span>
<span class="go">C(Weight):C(Duration) 0.216694 0.897315972824 2</span>
<span class="go">Duration 11.187849 0.010752286833 3</span>
<span class="go">Weight 30.263368 4.32586407145e-06 4</span>
</pre></div>
</div>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.wald_test.html"
title="previous chapter">statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.wald_test</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.zvalues.html"
title="next chapter">statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.zvalues</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/generated/statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.wald_test_terms.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© Copyright 2009-2017, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.3.
</div>
</body>
</html>
|
statsmodels/statsmodels.github.io
|
0.8.0/generated/statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.wald_test_terms.html
|
HTML
|
bsd-3-clause
| 11,751
|
{% extends 'admin/base_site.html' %}
{% load i18n admin_urls %}
{% block content %}<div id="content-main">
<h1>{% trans 'Temporary password' %}</h1>
<p>{% trans 'Selected user(s)' %}:</p>
<ul>
{% for u in for_users %}
<li>{{ u.get_full_name|default:u.username }}<br>
{% trans 'Email' %}: {{ u.email|default:'-' }}</li>
{% endfor %}
</ul>
<p>{% blocktrans %}If you continue a temporary password will be set for
these users. They will be required to change their password on first usage.
{% endblocktrans %}</p>
<form method="post" action="">
{% csrf_token %}
<button>{% trans 'Continue' %}</button>
<a href="{{ changelist_url }}">{% trans 'Cancel' %}</a>
</form>
</div>{% endblock %}
|
mcella/django-auth-policy
|
django_auth_policy/templates/admin/django_auth_policy/confirm_temporary_password.html
|
HTML
|
bsd-3-clause
| 704
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.t_test — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/stylesheets/deprecation.css">
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/material.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.t_test_pairwise" href="statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.t_test_pairwise.html" />
<link rel="prev" title="statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.summary" href="statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.summary.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.exponential_smoothing.ExponentialSmoothingResults.t_test" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.12.2</span>
<span class="md-header-nav__topic"> statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.t_test </span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" action="../search.html" method="GET" name="search">
<input type="text" class="md-search__input" name="q" placeholder="Search"
autocapitalize="off" autocomplete="off" spellcheck="false"
data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../_static/versions.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../tsa.html" class="md-tabs__link">Time Series analysis <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa</span></code></a></li>
<li class="md-tabs__item"><a href="statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.html" class="md-tabs__link">statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.12.2</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../tsa.html" class="md-nav__link">Time Series analysis <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa</span></code></a>
</li>
<li class="md-nav__item">
<a href="../statespace.html" class="md-nav__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a>
</li>
<li class="md-nav__item">
<a href="../vector_ar.html" class="md-nav__link">Vector Autoregressions <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa.vector_ar</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.t_test.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<h1 id="generated-statsmodels-tsa-statespace-exponential-smoothing-exponentialsmoothingresults-t-test--page-root">statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.t_test<a class="headerlink" href="#generated-statsmodels-tsa-statespace-exponential-smoothing-exponentialsmoothingresults-t-test--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py method">
<dt id="statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.t_test">
<code class="sig-prename descclassname">ExponentialSmoothingResults.</code><code class="sig-name descname">t_test</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">r_matrix</span></em>, <em class="sig-param"><span class="n">cov_p</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">scale</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">use_t</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.t_test" title="Permalink to this definition">¶</a></dt>
<dd><p>Compute a t-test for a each linear hypothesis of the form Rb = q.</p>
<dl class="field-list">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><dl>
<dt><strong>r_matrix</strong><span class="classifier">{<a class="reference external" href="https://numpy.org/doc/stable/glossary.html#term-array-like" title="(in NumPy v1.20)"><span>array_like</span></a>, <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.9)"><code class="docutils literal notranslate"><span class="pre">str</span></code></a>, <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.9)"><code class="docutils literal notranslate"><span class="pre">tuple</span></code></a>}</span></dt><dd><p>One of:</p>
<ul class="simple">
<li><p>array : If an array is given, a p x k 2d array or length k 1d
array specifying the linear restrictions. It is assumed
that the linear combination is equal to zero.</p></li>
<li><p>str : The full hypotheses to test can be given as a string.
See the examples.</p></li>
<li><p>tuple : A tuple of arrays in the form (R, q). If q is given,
can be either a scalar or a length p row vector.</p></li>
</ul>
</dd>
<dt><strong>cov_p</strong><span class="classifier"><a class="reference external" href="https://numpy.org/doc/stable/glossary.html#term-array-like" title="(in NumPy v1.20)"><span>array_like</span></a>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">optional</span></code></span></dt><dd><p>An alternative estimate for the parameter covariance matrix.
If None is given, self.normalized_cov_params is used.</p>
</dd>
<dt><strong>scale</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.9)"><code class="docutils literal notranslate"><span class="pre">float</span></code></a>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">optional</span></code></span></dt><dd><p>An optional <cite>scale</cite> to use. Default is the scale specified
by the model fit.</p>
<div class="deprecated">
<p><span class="versionmodified deprecated">Deprecated since version 0.10.0.</span></p>
</div>
</dd>
<dt><strong>use_t</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#bltin-boolean-values" title="(in Python v3.9)"><span class="xref std std-ref">bool</span></a>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">optional</span></code></span></dt><dd><p>If use_t is None, then the default of the model is used. If use_t
is True, then the p-values are based on the t distribution. If
use_t is False, then the p-values are based on the normal
distribution.</p>
</dd>
</dl>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><dl class="simple">
<dt><code class="xref py py-obj docutils literal notranslate"><span class="pre">ContrastResults</span></code></dt><dd><p>The results for the test are attributes of this results instance.
The available results have the same elements as the parameter table
in <cite>summary()</cite>.</p>
</dd>
</dl>
</dd>
</dl>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<dl class="simple">
<dt><a class="reference internal" href="statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.tvalues.html#statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.tvalues" title="statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.tvalues"><code class="xref py py-obj docutils literal notranslate"><span class="pre">tvalues</span></code></a></dt><dd><p>Individual t statistics for the estimated parameters.</p>
</dd>
<dt><a class="reference internal" href="statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.f_test.html#statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.f_test" title="statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.f_test"><code class="xref py py-obj docutils literal notranslate"><span class="pre">f_test</span></code></a></dt><dd><p>Perform an F tests on model parameters.</p>
</dd>
<dt><code class="xref py py-obj docutils literal notranslate"><span class="pre">patsy.DesignInfo.linear_constraint</span></code></dt><dd><p>Specify a linear constraint.</p>
</dd>
</dl>
</div>
<p class="rubric">Examples</p>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>
<span class="gp">>>> </span><span class="kn">import</span> <span class="nn">statsmodels.api</span> <span class="k">as</span> <span class="nn">sm</span>
<span class="gp">>>> </span><span class="n">data</span> <span class="o">=</span> <span class="n">sm</span><span class="o">.</span><span class="n">datasets</span><span class="o">.</span><span class="n">longley</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">as_pandas</span><span class="o">=</span><span class="kc">False</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">data</span><span class="o">.</span><span class="n">exog</span> <span class="o">=</span> <span class="n">sm</span><span class="o">.</span><span class="n">add_constant</span><span class="p">(</span><span class="n">data</span><span class="o">.</span><span class="n">exog</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">results</span> <span class="o">=</span> <span class="n">sm</span><span class="o">.</span><span class="n">OLS</span><span class="p">(</span><span class="n">data</span><span class="o">.</span><span class="n">endog</span><span class="p">,</span> <span class="n">data</span><span class="o">.</span><span class="n">exog</span><span class="p">)</span><span class="o">.</span><span class="n">fit</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">r</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">zeros_like</span><span class="p">(</span><span class="n">results</span><span class="o">.</span><span class="n">params</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">r</span><span class="p">[</span><span class="mi">5</span><span class="p">:]</span> <span class="o">=</span> <span class="p">[</span><span class="mi">1</span><span class="p">,</span><span class="o">-</span><span class="mi">1</span><span class="p">]</span>
<span class="gp">>>> </span><span class="nb">print</span><span class="p">(</span><span class="n">r</span><span class="p">)</span>
<span class="go">[ 0. 0. 0. 0. 0. 1. -1.]</span>
</pre></div>
</div>
<p>r tests that the coefficients on the 5th and 6th independent
variable are the same.</p>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">T_test</span> <span class="o">=</span> <span class="n">results</span><span class="o">.</span><span class="n">t_test</span><span class="p">(</span><span class="n">r</span><span class="p">)</span>
<span class="gp">>>> </span><span class="nb">print</span><span class="p">(</span><span class="n">T_test</span><span class="p">)</span>
<span class="go"> Test for Constraints</span>
<span class="go">==============================================================================</span>
<span class="go"> coef std err t P>|t| [0.025 0.975]</span>
<span class="go">------------------------------------------------------------------------------</span>
<span class="go">c0 -1829.2026 455.391 -4.017 0.003 -2859.368 -799.037</span>
<span class="go">==============================================================================</span>
<span class="gp">>>> </span><span class="n">T_test</span><span class="o">.</span><span class="n">effect</span>
<span class="go">-1829.2025687192481</span>
<span class="gp">>>> </span><span class="n">T_test</span><span class="o">.</span><span class="n">sd</span>
<span class="go">455.39079425193762</span>
<span class="gp">>>> </span><span class="n">T_test</span><span class="o">.</span><span class="n">tvalue</span>
<span class="go">-4.0167754636411717</span>
<span class="gp">>>> </span><span class="n">T_test</span><span class="o">.</span><span class="n">pvalue</span>
<span class="go">0.0015163772380899498</span>
</pre></div>
</div>
<p>Alternatively, you can specify the hypothesis tests using a string</p>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">statsmodels.formula.api</span> <span class="kn">import</span> <span class="n">ols</span>
<span class="gp">>>> </span><span class="n">dta</span> <span class="o">=</span> <span class="n">sm</span><span class="o">.</span><span class="n">datasets</span><span class="o">.</span><span class="n">longley</span><span class="o">.</span><span class="n">load_pandas</span><span class="p">()</span><span class="o">.</span><span class="n">data</span>
<span class="gp">>>> </span><span class="n">formula</span> <span class="o">=</span> <span class="s1">'TOTEMP ~ GNPDEFL + GNP + UNEMP + ARMED + POP + YEAR'</span>
<span class="gp">>>> </span><span class="n">results</span> <span class="o">=</span> <span class="n">ols</span><span class="p">(</span><span class="n">formula</span><span class="p">,</span> <span class="n">dta</span><span class="p">)</span><span class="o">.</span><span class="n">fit</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">hypotheses</span> <span class="o">=</span> <span class="s1">'GNPDEFL = GNP, UNEMP = 2, YEAR/1829 = 1'</span>
<span class="gp">>>> </span><span class="n">t_test</span> <span class="o">=</span> <span class="n">results</span><span class="o">.</span><span class="n">t_test</span><span class="p">(</span><span class="n">hypotheses</span><span class="p">)</span>
<span class="gp">>>> </span><span class="nb">print</span><span class="p">(</span><span class="n">t_test</span><span class="p">)</span>
<span class="go"> Test for Constraints</span>
<span class="go">==============================================================================</span>
<span class="go"> coef std err t P>|t| [0.025 0.975]</span>
<span class="go">------------------------------------------------------------------------------</span>
<span class="go">c0 15.0977 84.937 0.178 0.863 -177.042 207.238</span>
<span class="go">c1 -2.0202 0.488 -8.231 0.000 -3.125 -0.915</span>
<span class="go">c2 1.0001 0.249 0.000 1.000 0.437 1.563</span>
<span class="go">==============================================================================</span>
</pre></div>
</div>
</dd></dl>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.summary.html" title="statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.summary"
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.exponential_smoothing.ExponentialSmoothingResults.summary </span>
</div>
</a>
<a href="statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.t_test_pairwise.html" title="statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.t_test_pairwise"
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.exponential_smoothing.ExponentialSmoothingResults.t_test_pairwise </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">
© Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
</div>
Last updated on
Feb 02, 2021.
<br/>
Created using
<a href="http://www.sphinx-doc.org/">Sphinx</a> 3.4.3.
and
<a href="https://github.com/bashtage/sphinx-material/">Material for
Sphinx</a>
</div>
</div>
</div>
</footer>
<script src="../_static/javascripts/application.js"></script>
<script>app.initialize({version: "1.0.4", url: {base: ".."}})</script>
</body>
</html>
|
statsmodels/statsmodels.github.io
|
v0.12.2/generated/statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.t_test.html
|
HTML
|
bsd-3-clause
| 30,170
|
<!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_12) on Fri Jun 12 11:16:45 CST 2009 -->
<TITLE>
Àà org.xsaas.xstat.dao.hibernate.EmailSendInfoDao µÄʹÓà (µ÷²éͳ¼ÆÈí¼þ·þÎñƽ̨ API)
</TITLE>
<META NAME="date" CONTENT="2009-06-12">
<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.xsaas.xstat.dao.hibernate.EmailSendInfoDao µÄʹÓà (µ÷²éͳ¼ÆÈí¼þ·þÎñƽ̨ 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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/xsaas/xstat/dao/hibernate/EmailSendInfoDao.html" title="org.xsaas.xstat.dao.hibernate ÖеÄÀà"><FONT CLASS="NavBarFont1"><B>Àà</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>ʹÓÃ</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
ÉÏÒ»¸ö
ÏÂÒ»¸ö</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/xsaas/xstat/dao/hibernate/\class-useEmailSendInfoDao.html" target="_top"><B>¿ò¼Ü</B></A>
<A HREF="EmailSendInfoDao.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A>
<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>Àà org.xsaas.xstat.dao.hibernate.EmailSendInfoDao<br>µÄʹÓÃ</B></H2>
</CENTER>
ûÓÐ org.xsaas.xstat.dao.hibernate.EmailSendInfoDao µÄÓ÷¨
<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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/xsaas/xstat/dao/hibernate/EmailSendInfoDao.html" title="org.xsaas.xstat.dao.hibernate ÖеÄÀà"><FONT CLASS="NavBarFont1"><B>Àà</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>ʹÓÃ</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
ÉÏÒ»¸ö
ÏÂÒ»¸ö</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/xsaas/xstat/dao/hibernate/\class-useEmailSendInfoDao.html" target="_top"><B>¿ò¼Ü</B></A>
<A HREF="EmailSendInfoDao.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 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/org/xsaas/xstat/dao/hibernate/class-use/EmailSendInfoDao.html
|
HTML
|
bsd-3-clause
| 6,333
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Duplex HTML Template</title>
<link rel="stylesheet" href="style.css" />
<!--[if IE 7]>
<link rel="stylesheet" href="css/ie.css" />
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
</head>
<body>
<div id="header">
<div id="top">
<div class="container_12">
<div class="grid_9">
<div id="second_nav">
<ul class="sf-menu">
<li class="first"><a href="index.html">Homepage</a></li>
<li><a href="single.html">Post Page</a></li>
<li><a href="#">Dropdowns</a>
<ul>
<li class="first"><a href="#">Dropdown One</a></li>
<li><a href="#">Dropdown Two</a></li>
<li class="last"><a href="#">Dropdown Three</a></li>
</ul>
</li>
<li><a href="fullwidth.html">Full Width</a></li>
<li><a href="archive.html">Archives</a></li>
<li><a href="contact.php">Contact</a></li>
<li><a href="http://www.premiumpixels.com/duplex-html">Buy this template</a></li>
<li class="last"><a href="http://www.premiumpixels.com/duplex">View the WP Version</a></li>
</ul>
</div><!--second_nav-->
</div><!--grid_9-->
<div class="grid_3">
<div id="rss">
<span>Subscribe</span> by <a href="http://feeds.feedburner.com/premiumpixels">RSS</a> or <a href="http://feedburner.google.com/fb/a/mailverify?uri=premiumpixels">Email</a>
</div><!--rss-->
</div><!--grid_3-->
<div class="clear"></div>
</div><!--container_12-->
</div><!--top-->
<div id="bottom">
<div class="container_12">
<div class="grid_5">
<div id="logo">
<a href="index.html"><img src="images/logo.png" alt="Duplex"></a>
</div><!--logo-->
</div><!--grid_5-->
<div class="grid_7">
<div id="header_advert">
<a href="#"><img src="images/header_advert.jpg" alt="advert"></a>
</div><!--header_advert-->
</div><!--grid_7-->
<div class="clear"></div>
</div><!--container_12-->
</div><!--bottom-->
</div><!--header-->
<div id="the_body">
<div class="container_12">
<div id="page_bg" class="grid_12">
<div class="grid_12 alpha omega">
<div id="nav">
<ul class="sf-menu">
<li class="first"><a href="#">Home</a></li>
<li><a href="#">Culture</a></li>
<li><a href="#">Lifestyle</a></li>
<li><a href="#">World News</a></li>
<li><a href="#">Sport</a></li>
<li><a href="#">Travel</a></li>
<li><a href="#">Health</a></li>
<li><a href="#">Dropdowns</a>
<ul>
<li class="first"><a href="#">Dropdown One</a></li>
<li><a href="#">Dropdown Two</a></li>
<li class="last"><a href="#">Dropdown Three</a></li>
</ul>
</li>
<li><a href="#">Weird</a></li>
<li><a href="#">Celebrity</a></li>
</ul>
<div class="clear"></div>
</div><!--nav-->
</div><!--grid_12-->
<div class="grid_12 alpha omega">
<div class="gap"></div>
</div>
<div id="archive">
<div class="grid_8 alpha">
<div class="grid_8 alpha omega">
<div class="breadcrumb"><p>Home > <a href="#">World News</a></p></div>
<div class="description"><p>Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nulla vitae elit libero, a pharetra augue. Sed posuere consectetur est at lobortis.</p></div>
<div class="clear"></div>
</div><!--grid_8 alpha-->
<div class="box_item">
<div class="box">
<div class="box_wrap">
<div class="image"><a href="#"><img src="images/content/box_image.jpg" alt="box image"></a></div>
<div class="details">
<h5><a href="#">Fly Fishing Serving as Transports for Noxious</a></h5>
<div class="date">August 4 2010 <span> // </span> <a href="#">8 Comments</a></div>
<div class="excerpt">
<p>Lorem ipsum ex vix illud nonummy, novum tation et his. At vix scripta patrioque scribentur, at pro fugit verterem molestiae, sed et viven...</p>
</div><!--excerpt-->
</div><!--details-->
</div><!--box_wrap-->
</div><!--box-->
<div class="box">
<div class="box_wrap">
<div class="image"><a href="#"><img src="images/content/box_image.jpg" alt="box image"></a></div>
<div class="details">
<h5><a href="#">Fly Fishing Serving as Transports for Noxious</a></h5>
<div class="date">August 4 2010 <span> // </span> <a href="#">8 Comments</a></div>
<div class="excerpt">
<p>Lorem ipsum ex vix illud nonummy, novum tation et his. At vix scripta patrioque scribentur, at pro fugit verterem molestiae, sed et viven...</p>
</div><!--excerpt-->
</div><!--details-->
</div><!--box_wrap-->
</div><!--box-->
<div class="clear"></div>
</div><!--box_item-->
<div class="box_item">
<div class="box">
<div class="box_wrap">
<div class="image"><a href="#"><img src="images/content/box_image.jpg" alt="box image"></a></div>
<div class="details">
<h5><a href="#">Fly Fishing Serving as Transports for Noxious</a></h5>
<div class="date">August 4 2010 <span> // </span> <a href="#">8 Comments</a></div>
<div class="excerpt">
<p>Lorem ipsum ex vix illud nonummy, novum tation et his. At vix scripta patrioque scribentur, at pro fugit verterem molestiae, sed et viven...</p>
</div><!--excerpt-->
</div><!--details-->
</div><!--box_wrap-->
</div><!--box-->
<div class="box">
<div class="box_wrap">
<div class="image"><a href="#"><img src="images/content/box_image.jpg" alt="box image"></a></div>
<div class="details">
<h5><a href="#">Fly Fishing Serving as Transports for Noxious</a></h5>
<div class="date">August 4 2010 <span> // </span> <a href="#">8 Comments</a></div>
<div class="excerpt">
<p>Lorem ipsum ex vix illud nonummy, novum tation et his. At vix scripta patrioque scribentur, at pro fugit verterem molestiae, sed et viven...</p>
</div><!--excerpt-->
</div><!--details-->
</div><!--box_wrap-->
</div><!--box-->
<div class="clear"></div>
</div><!--box_item-->
<div class="box_item">
<div class="box">
<div class="box_wrap">
<div class="image"><a href="#"><img src="images/content/box_image.jpg" alt="box image"></a></div>
<div class="details">
<h5><a href="#">Fly Fishing Serving as Transports for Noxious</a></h5>
<div class="date">August 4 2010 <span> // </span> <a href="#">8 Comments</a></div>
<div class="excerpt">
<p>Lorem ipsum ex vix illud nonummy, novum tation et his. At vix scripta patrioque scribentur, at pro fugit verterem molestiae, sed et viven...</p>
</div><!--excerpt-->
</div><!--details-->
</div><!--box_wrap-->
</div><!--box-->
<div class="box">
<div class="box_wrap">
<div class="image"><a href="#"><img src="images/content/box_image.jpg" alt="box image"></a></div>
<div class="details">
<h5><a href="#">Fly Fishing Serving as Transports for Noxious</a></h5>
<div class="date">August 4 2010 <span> // </span> <a href="#">8 Comments</a></div>
<div class="excerpt">
<p>Lorem ipsum ex vix illud nonummy, novum tation et his. At vix scripta patrioque scribentur, at pro fugit verterem molestiae, sed et viven...</p>
</div><!--excerpt-->
</div><!--details-->
</div><!--box_wrap-->
</div><!--box-->
<div class="clear"></div>
</div><!--box_item-->
<div class="box_item">
<div class="box">
<div class="box_wrap">
<div class="image"><a href="#"><img src="images/content/box_image.jpg" alt="box image"></a></div>
<div class="details">
<h5><a href="#">Fly Fishing Serving as Transports for Noxious</a></h5>
<div class="date">August 4 2010 <span> // </span> <a href="#">8 Comments</a></div>
<div class="excerpt">
<p>Lorem ipsum ex vix illud nonummy, novum tation et his. At vix scripta patrioque scribentur, at pro fugit verterem molestiae, sed et viven...</p>
</div><!--excerpt-->
</div><!--details-->
</div><!--box_wrap-->
</div><!--box-->
<div class="box">
<div class="box_wrap">
<div class="image"><a href="#"><img src="images/content/box_image.jpg" alt="box image"></a></div>
<div class="details">
<h5><a href="#">Fly Fishing Serving as Transports for Noxious</a></h5>
<div class="date">August 4 2010 <span> // </span> <a href="#">8 Comments</a></div>
<div class="excerpt">
<p>Lorem ipsum ex vix illud nonummy, novum tation et his. At vix scripta patrioque scribentur, at pro fugit verterem molestiae, sed et viven...</p>
</div><!--excerpt-->
</div><!--details-->
</div><!--box_wrap-->
</div><!--box-->
<div class="clear"></div>
</div><!--box_item-->
<div class="grid_8 alpha omega">
<div class="pagination">
<div class='wp-pagenavi'>
<span class='pages'>Page 1 of 2</span>
<span class='current'>1</span>
<a href='#' class='page'>2</a>
<a href="#" class="nextpostslink">»</a>
</div>
<div class="clear"></div>
</div>
</div><!--grid_8 alpha omega-->
</div><!--grid_8-->
<div class="clear"></div>
</div><!--archive-->
<div class="grid_4 omega">
<div id="sidebar">
<div class="widget">
<form action="">
<input type="text" class="s" name="s" value="to search, type and hit enter">
</form>
</div><!--widget-->
<div class="widget">
<div class="tabs">
<div class="tab_wrap">
<ul class="nav">
<li class="first tab_nav_1"><a href="#tabs-1">Popular</a></li>
<li class="tab_nav_2"><a href="#tabs-2">Recent</a></li>
<li class="tab_nav_3"><a href="#tabs-3">Comments</a></li>
<li class="last tab_nav_4"><a href="#tabs-4">Tags</a></li>
</ul>
<div class="tab" id="tabs-1">
<ul>
<li>
<div class="image">
<a href="#"><img src="images/category_pic.jpg" alt="category pic"></a>
</div><!--image-->
<div class="details">
<h5><a href="#">Fly Fishers Serving as Transports for Noxious Little</a></h5>
<span class="date">August 4 2010, <a href="#">8 Comments</a></span>
</div><!--details-->
</li>
<li>
<div class="image">
<a href="#"><img src="images/category_pic.jpg" alt="category pic"></a>
</div><!--image-->
<div class="details">
<h5><a href="#">Fly Fishers Serving as Transports for Noxious Little</a></h5>
<span class="date">August 4 2010, <a href="#">8 Comments</a></span>
</div><!--details-->
</li>
<li>
<div class="image">
<a href="#"><img src="images/category_pic.jpg" alt="category pic"></a>
</div><!--image-->
<div class="details">
<h5><a href="#">Fly Fishers Serving as Transports for Noxious Little</a></h5>
<span class="date">August 4 2010, <a href="#">8 Comments</a></span>
</div><!--details-->
</li>
<li>
<div class="image">
<a href="#"><img src="images/category_pic.jpg" alt="category pic"></a>
</div><!--image-->
<div class="details">
<h5><a href="#">Fly Fishers Serving as Transports for Noxious Little</a></h5>
<span class="date">August 4 2010, <a href="#">8 Comments</a></span>
</div><!--details-->
</li>
<li class="last">
<div class="image">
<a href="#"><img src="images/category_pic.jpg" alt="category pic"></a>
</div><!--image-->
<div class="details">
<h5><a href="#">Fly Fishers Serving as Transports for Noxious Little</a></h5>
<span class="date">August 4 2010, <a href="#">8 Comments</a></span>
</div><!--details-->
</li>
</ul>
</div><!--tab-->
<div class="tab" id="tabs-2">
<ul>
<li>
<div class="image">
<a href="#"><img src="images/category_pic.jpg" alt="category pic"></a>
</div><!--image-->
<div class="details">
<h5><a href="#">Fly Fishers Serving as Transports for Noxious Little</a></h5>
<span class="date">August 4 2010, <a href="#">8 Comments</a></span>
</div><!--details-->
</li>
<li>
<div class="image">
<a href="#"><img src="images/category_pic.jpg" alt="category pic"></a>
</div><!--image-->
<div class="details">
<h5><a href="#">Fly Fishers Serving as Transports for Noxious Little</a></h5>
<span class="date">August 4 2010, <a href="#">8 Comments</a></span>
</div><!--details-->
</li>
<li>
<div class="image">
<a href="#"><img src="images/category_pic.jpg" alt="category pic"></a>
</div><!--image-->
<div class="details">
<h5><a href="#">Fly Fishers Serving as Transports for Noxious Little</a></h5>
<span class="date">August 4 2010, <a href="#">8 Comments</a></span>
</div><!--details-->
</li>
<li>
<div class="image">
<a href="#"><img src="images/category_pic.jpg" alt="category pic"></a>
</div><!--image-->
<div class="details">
<h5><a href="#">Fly Fishers Serving as Transports for Noxious Little</a></h5>
<span class="date">August 4 2010, <a href="#">8 Comments</a></span>
</div><!--details-->
</li>
<li class="last">
<div class="image">
<a href="#"><img src="images/category_pic.jpg" alt="category pic"></a>
</div><!--image-->
<div class="details">
<h5><a href="#">Fly Fishers Serving as Transports for Noxious Little</a></h5>
<span class="date">August 4 2010, <a href="#">8 Comments</a></span>
</div><!--details-->
</li>
</ul>
</div><!--tab-->
<div class="tab" id="tabs-3">
<ul>
<li>
<div class="image">
<a href="#"><img src="images/category_pic.jpg" alt="category pic"></a>
</div><!--image-->
<div class="details">
<h5><a href="#">admin: Fly Fishers Serving as Transports for Noxious Little</a></h5>
</div><!--details-->
</li>
<li>
<div class="image">
<a href="#"><img src="images/category_pic.jpg" alt="category pic"></a>
</div><!--image-->
<div class="details">
<h5><a href="#">admin: Fly Fishers Serving as Transports for Noxious Little</a></h5>
</div><!--details-->
</li>
<li>
<div class="image">
<a href="#"><img src="images/category_pic.jpg" alt="category pic"></a>
</div><!--image-->
<div class="details">
<h5><a href="#">admin: Fly Fishers Serving as Transports for Noxious Little</a></h5>
</div><!--details-->
</li>
<li>
<div class="image">
<a href="#"><img src="images/category_pic.jpg" alt="category pic"></a>
</div><!--image-->
<div class="details">
<h5><a href="#">admin: Fly Fishers Serving as Transports for Noxious Little</a></h5>
</div><!--details-->
</li>
<li class="last">
<div class="image">
<a href="#"><img src="images/category_pic.jpg" alt="category pic"></a>
</div><!--image-->
<div class="details">
<h5><a href="#">admin: Fly Fishers Serving as Transports for Noxious Little</a></h5>
</div><!--details-->
</li>
</ul>
</div><!--tab-->
<div class="tab tab_tags" id="tabs-4">
<div class="tag_wrap">
<a href="#">news</a> <a href="#">twitter</a> <a href="#">apple</a>
<div class="clear"></div>
</div><!--tag_wrap-->
<div class="clear"></div>
</div><!--tab-->
</div><!--tab_wrap-->
</div><!--tabs-->
</div><!--widget-->
<div class="widget">
<div class="advert">
<ul>
<li class="left"><a href="#"><img src="images/advert_125.jpg" alt="advert"></a></li>
<li><a href="#"><img src="images/advert_125.jpg" alt="advert"></a></li>
</ul>
</div><!--advert-->
</div><!--widget-->
<div class="widget">
<div class="video">
<img src="images/video.jpg" alt="video">
<p>Lorem ipsum ex vix illud nonummy, novum tation et his. At vix scripta patrioque scribentur</p>
</div><!--video-->
</div><!--widget-->
<div class="widget last">
<div class="twitter">
<ul>
<li><p><a href="#">@laurakalbag</a> I will be very soon. As a result of your previous recommendation on a blog post so it happens. Now just a few more letters here <small>31 minutes ago</small></p></li>
<li><p><a href="#">@laurakalbag</a> I will be very soon. As a result of your previous recommendation on a blog post so it happens. Now just a few more letters here <small>31 minutes ago</small></p></li>
<li class="last"><p><a href="#">@laurakalbag</a> I will be very soon. As a result of your previous recommendation on a blog post so it happens. Now just a few more letters here <small>31 minutes ago</small></p></li>
</ul>
<div class="clear"></div>
</div><!--twitter-->
<div class="follow"><a href="#">follow on Twitter....</a></div>
<div class="twitter_bird"></div>
</div><!--widget-->
</div><!--sidebar-->
</div><!--grid_4-->
<div class="clear"></div>
</div><!--page_bg-->
<div class="clear"></div>
</div><!--container_12-->
</div><!--the_body-->
<div id="footer">
<div class="container_12">
<div class="grid_12">
<div id="footer_bg">
<div id="third_nav">
<ul>
<li><span> // </span><a href="#">Elements</a></li>
<li><span> // </span><a href="#">Archives</a></li>
<li><span> // </span><a href="#">Full Width</a></li>
<li><span> // </span><a href="#">Contact Form</a></li>
<li><span> // </span><a href="#">Another 3.0 Menu</a></li>
</ul>
<div id="back_to_top"><a href="#header"><span>Back to top </span><span class="arrow"></span></a></div>
</div><!--third_nav-->
<div id="footer_bar"></div>
<div class="column">
<div class="widget">
<h6>About Duplex</h6>
<p>The Duplex theme comes with support for WP3.0 menus and an extensive set of back-end options.</p>
<p>The theme supports 10 widget locations and 8 custom-made widgets; 300x200 Ad Widget, 125x125 Ads Widget, 120x240 Ad Widget, Flickr Photos Widget, Latest Tweets Widget, Tabbed Content Widget, RSS Subscribers and Followers Widget and a Video Widget - Phew!</p>
<p>Inbuilt related posts, contact form, author bios, archives template, threaded comments, shortcodes, image slider.... you get the idea ;)</p>
</div><!--widget-->
</div><!--column-->
<div class="column">
<div class="widget">
<h6>Latest Posts</h6>
<ul>
<li class="first"><a href="#">Skype 5.0 Beta for Mac Arrives… But Where's Facebook?</a></li>
<li><a href="#">Apple Fails to Fix iPhone Daylight Savings Time Alarm Bug</a></li>
<li><a href="#">71% of Internet Users Run Latest Version of Their Browsers</a></li>
<li><a href="#">Netgear Wants to Wirelessly Connect New Televisions</a></li>
<li><a href="#">With Homegrown Talent, a Rising Power on Long Island</a></li>
<li class="last"><a href="#">Displaying Shooting Touch, Knicks Return to Prime Time</a></li>
</ul>
</div><!--widget-->
</div><!--column-->
<div class="column last">
<div class="widget">
<h6>Flickr Photostream</h6>
<div class="flickr">
<div><a href="#"><img src="images/content/flickr.jpg" width="55" height="55" alt="flickr"></a></div>
<div><a href="#"><img src="images/content/flickr.jpg" width="55" height="55" alt="flickr"></a></div>
<div><a href="#"><img src="images/content/flickr.jpg" width="55" height="55" alt="flickr"></a></div>
<div class="last"><a href="#"><img src="images/content/flickr.jpg" width="55" height="55" alt="flickr"></a></div>
<div><a href="#"><img src="images/content/flickr.jpg" width="55" height="55" alt="flickr"></a></div>
<div><a href="#"><img src="images/content/flickr.jpg" width="55" height="55" alt="flickr"></a></div>
<div><a href="#"><img src="images/content/flickr.jpg" width="55" height="55" alt="flickr"></a></div>
<div class="last"><a href="#"><img src="images/content/flickr.jpg" width="55" height="55" alt="flickr"></a></div>
<div><a href="#"><img src="images/content/flickr.jpg" width="55" height="55" alt="flickr"></a></div>
<div><a href="#"><img src="images/content/flickr.jpg" width="55" height="55" alt="flickr"></a></div>
<div><a href="#"><img src="images/content/flickr.jpg" width="55" height="55" alt="flickr"></a></div>
<div class="last"><a href="#"><img src="images/content/flickr.jpg" width="55" height="55" alt="flickr"></a></div>
<span class="clear"></span>
</div><!--flickr-->
</div><!--widget-->
<div class="clear"></div>
</div><!--column-->
<div class="clear"></div>
</div><!--foote_bg-->
<div id="footer_bottom">
<p class="left">Copyright 2010 <a href="index.html">Duplex</a>. All Rights Reserved.</p>
<p class="right"><a href="http://www.premiumpixels.com/duplex-html">Duplex template</a> by <a href="http://www.premiumpixels.com">Orman</a></p>
<div class="clear"></div>
</div><!--bottom-->
</div><!--grid_12-->
<div class="clear"></div>
</div><!--container_12-->
<div class="clear"></div>
</div><!--footer-->
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/superfish.js"></script>
<script type="text/javascript" src="js/jquery.cycle.all.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.5.custom.min.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>
|
aequasi/SeductiveCraft
|
duplex_html_final/duplex_html/archive.html
|
HTML
|
bsd-3-clause
| 46,336
|
<!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.holtwinters.SimpleExpSmoothing.hessian — 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.holtwinters.SimpleExpSmoothing.information" href="statsmodels.tsa.holtwinters.SimpleExpSmoothing.information.html" />
<link rel="prev" title="statsmodels.tsa.holtwinters.SimpleExpSmoothing.from_formula" href="statsmodels.tsa.holtwinters.SimpleExpSmoothing.from_formula.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.holtwinters.SimpleExpSmoothing.hessian" 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.holtwinters.SimpleExpSmoothing.hessian </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">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../../versions-v2.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../tsa.html" class="md-tabs__link">Time Series analysis <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa</span></code></a></li>
<li class="md-tabs__item"><a href="statsmodels.tsa.holtwinters.SimpleExpSmoothing.html" class="md-tabs__link">statsmodels.tsa.holtwinters.SimpleExpSmoothing</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.holtwinters.SimpleExpSmoothing.hessian.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-holtwinters-simpleexpsmoothing-hessian">
<h1 id="generated-statsmodels-tsa-holtwinters-simpleexpsmoothing-hessian--page-root">statsmodels.tsa.holtwinters.SimpleExpSmoothing.hessian<a class="headerlink" href="#generated-statsmodels-tsa-holtwinters-simpleexpsmoothing-hessian--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py method">
<dt class="sig sig-object py" id="statsmodels.tsa.holtwinters.SimpleExpSmoothing.hessian">
<span class="sig-prename descclassname"><span class="pre">SimpleExpSmoothing.</span></span><span class="sig-name descname"><span class="pre">hessian</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">params</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.tsa.holtwinters.SimpleExpSmoothing.hessian" title="Permalink to this definition">¶</a></dt>
<dd><p>The Hessian matrix of the model.</p>
<dl class="field-list">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><dl>
<dt><strong>params</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 parameters to use when evaluating the Hessian.</p>
</dd>
</dl>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><dl class="simple">
<dt><a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.22)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ndarray</span></code></a></dt><dd><p>The hessian evaluated at the parameters.</p>
</dd>
</dl>
</dd>
</dl>
</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.holtwinters.SimpleExpSmoothing.from_formula.html" title="statsmodels.tsa.holtwinters.SimpleExpSmoothing.from_formula"
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.holtwinters.SimpleExpSmoothing.from_formula </span>
</div>
</a>
<a href="statsmodels.tsa.holtwinters.SimpleExpSmoothing.information.html" title="statsmodels.tsa.holtwinters.SimpleExpSmoothing.information"
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.holtwinters.SimpleExpSmoothing.information </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">
© 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.holtwinters.SimpleExpSmoothing.hessian.html
|
HTML
|
bsd-3-clause
| 18,768
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gentallela Alela! | </title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="fonts/css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<!-- Custom styling plus plugins -->
<link href="css/custom.css" rel="stylesheet">
<link href="css/icheck/flat/green.css" rel="stylesheet">
<script src="js/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="../assets/js/ie8-responsive-file-warning.js"></script>
<![endif]-->
<!-- HTML5 shim and Respond.js for 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="nav-md">
<div class="container body">
<div class="main_container">
<div class="col-md-3 left_col">
<div class="left_col scroll-view">
<div class="navbar nav_title" style="border: 0;">
<a href="index.html" class="site_title"><i class="fa fa-paw"></i> <span>Gentellela Alela!</span></a>
</div>
<div class="clearfix"></div>
<!-- menu prile quick info -->
<div class="profile">
<div class="profile_pic">
<img src="images/img.jpg" alt="..." class="img-circle profile_img">
</div>
<div class="profile_info">
<span>Welcome,</span>
<h2>John Doe</h2>
</div>
</div>
<!-- /menu prile quick info -->
<br />
<!-- sidebar menu -->
<div id="sidebar-menu" class="main_menu_side hidden-print main_menu">
<div class="menu_section">
<h3>General</h3>
<ul class="nav side-menu">
<li><a><i class="fa fa-home"></i> Home <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu" style="display: none">
<li><a href="index.html">Dashboard</a>
</li>
<li><a href="index2.html">Dashboard2</a>
</li>
<li><a href="index3.html">Dashboard3</a>
</li>
</ul>
</li>
<li><a><i class="fa fa-edit"></i> Forms <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu" style="display: none">
<li><a href="form.html">General Form</a>
</li>
<li><a href="form_advanced.html">Advanced Components</a>
</li>
<li><a href="form_validation.html">Form Validation</a>
</li>
<li><a href="form_wizards.html">Form Wizard</a>
</li>
<li><a href="form_upload.html">Form Upload</a>
</li>
<li><a href="form_buttons.html">Form Buttons</a>
</li>
</ul>
</li>
<li><a><i class="fa fa-desktop"></i> UI Elements <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu" style="display: none">
<li><a href="general_elements.html">General Elements</a>
</li>
<li><a href="media_gallery.html">Media Gallery</a>
</li>
<li><a href="typography.html">Typography</a>
</li>
<li><a href="icons.html">Icons</a>
</li>
<li><a href="glyphicons.html">Glyphicons</a>
</li>
<li><a href="widgets.html">Widgets</a>
</li>
<li><a href="invoice.html">Invoice</a>
</li>
<li><a href="inbox.html">Inbox</a>
</li>
<li><a href="calender.html">Calender</a>
</li>
</ul>
</li>
<li><a><i class="fa fa-table"></i> Tables <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu" style="display: none">
<li><a href="tables.html">Tables</a>
</li>
<li><a href="tables_dynamic.html">Table Dynamic</a>
</li>
</ul>
</li>
<li><a><i class="fa fa-bar-chart-o"></i> Data Presentation <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu" style="display: none">
<li><a href="chartjs.html">Chart JS</a>
</li>
<li><a href="chartjs2.html">Chart JS2</a>
</li>
<li><a href="morisjs.html">Moris JS</a>
</li>
<li><a href="echarts.html">ECharts </a>
</li>
<li><a href="other_charts.html">Other Charts </a>
</li>
</ul>
</li>
</ul>
</div>
<div class="menu_section">
<h3>Live On</h3>
<ul class="nav side-menu">
<li><a><i class="fa fa-bug"></i> Additional Pages <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu" style="display: none">
<li><a href="e_commerce.html">E-commerce</a>
</li>
<li><a href="projects.html">Projects</a>
</li>
<li><a href="project_detail.html">Project Detail</a>
</li>
<li><a href="contacts.html">Contacts</a>
</li>
<li><a href="profile.html">Profile</a>
</li>
</ul>
</li>
<li><a><i class="fa fa-windows"></i> Extras <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu" style="display: none">
<li><a href="page_404.html">404 Error</a>
</li>
<li><a href="page_500.html">500 Error</a>
</li>
<li><a href="plain_page.html">Plain Page</a>
</li>
<li><a href="login.html">Login Page</a>
</li>
<li><a href="pricing_tables.html">Pricing Tables</a>
</li>
</ul>
</li>
<li><a><i class="fa fa-laptop"></i> Landing Page <span class="label label-success pull-right">Coming Soon</span></a>
</li>
</ul>
</div>
</div>
<!-- /sidebar menu -->
<!-- /menu footer buttons -->
<div class="sidebar-footer hidden-small">
<a data-toggle="tooltip" data-placement="top" title="Settings">
<span class="glyphicon glyphicon-cog" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="FullScreen">
<span class="glyphicon glyphicon-fullscreen" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="Lock">
<span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="Logout">
<span class="glyphicon glyphicon-off" aria-hidden="true"></span>
</a>
</div>
<!-- /menu footer buttons -->
</div>
</div>
<!-- top navigation -->
<div class="top_nav">
<div class="nav_menu">
<nav class="" role="navigation">
<div class="nav toggle">
<a id="menu_toggle"><i class="fa fa-bars"></i></a>
</div>
<ul class="nav navbar-nav navbar-right">
<li class="">
<a href="javascript:;" class="user-profile dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<img src="images/img.jpg" alt="">John Doe
<span class=" fa fa-angle-down"></span>
</a>
<ul class="dropdown-menu dropdown-usermenu animated fadeInDown pull-right">
<li><a href="javascript:;"> Profile</a>
</li>
<li>
<a href="javascript:;">
<span class="badge bg-red pull-right">50%</span>
<span>Settings</span>
</a>
</li>
<li>
<a href="javascript:;">Help</a>
</li>
<li><a href="login.html"><i class="fa fa-sign-out pull-right"></i> Log Out</a>
</li>
</ul>
</li>
<li role="presentation" class="dropdown">
<a href="javascript:;" class="dropdown-toggle info-number" data-toggle="dropdown" aria-expanded="false">
<i class="fa fa-envelope-o"></i>
<span class="badge bg-green">6</span>
</a>
<ul id="menu1" class="dropdown-menu list-unstyled msg_list animated fadeInDown" role="menu">
<li>
<a>
<span class="image">
<img src="images/img.jpg" alt="Profile Image" />
</span>
<span>
<span>John Smith</span>
<span class="time">3 mins ago</span>
</span>
<span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where...
</span>
</a>
</li>
<li>
<a>
<span class="image">
<img src="images/img.jpg" alt="Profile Image" />
</span>
<span>
<span>John Smith</span>
<span class="time">3 mins ago</span>
</span>
<span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where...
</span>
</a>
</li>
<li>
<a>
<span class="image">
<img src="images/img.jpg" alt="Profile Image" />
</span>
<span>
<span>John Smith</span>
<span class="time">3 mins ago</span>
</span>
<span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where...
</span>
</a>
</li>
<li>
<a>
<span class="image">
<img src="images/img.jpg" alt="Profile Image" />
</span>
<span>
<span>John Smith</span>
<span class="time">3 mins ago</span>
</span>
<span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where...
</span>
</a>
</li>
<li>
<div class="text-center">
<a>
<strong>See All Alerts</strong>
<i class="fa fa-angle-right"></i>
</a>
</div>
</li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
<!-- /top navigation -->
<!-- page content -->
<div class="right_col" role="main">
<div class="">
<div class="page-title">
<div class="title_left">
<h3>
Form Validation
</h3>
</div>
<div class="title_right">
<div class="col-md-5 col-sm-5 col-xs-12 form-group pull-right top_search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search for...">
<span class="input-group-btn">
<button class="btn btn-default" type="button">Go!</button>
</span>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="x_panel">
<div class="x_title">
<h2>Form validation <small>sub title</small></h2>
<ul class="nav navbar-right panel_toolbox">
<li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><i class="fa fa-wrench"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Settings 1</a>
</li>
<li><a href="#">Settings 2</a>
</li>
</ul>
</li>
<li><a class="close-link"><i class="fa fa-close"></i></a>
</li>
</ul>
<div class="clearfix"></div>
</div>
<div class="x_content">
<form class="form-horizontal form-label-left" novalidate>
<p>For alternative validation library <code>parsleyJS</code> check out in the <a href="form.html">form page</a>
</p>
<span class="section">Personal Info</span>
<div class="item form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12" for="name">Name <span class="required">*</span>
</label>
<div class="col-md-6 col-sm-6 col-xs-12">
<input id="name" class="form-control col-md-7 col-xs-12" data-validate-length-range="6" data-validate-words="2" name="name" placeholder="both name(s) e.g Jon Doe" required="required" type="text">
</div>
</div>
<div class="item form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12" for="email">Email <span class="required">*</span>
</label>
<div class="col-md-6 col-sm-6 col-xs-12">
<input type="email" id="email" name="email" required="required" class="form-control col-md-7 col-xs-12">
</div>
</div>
<div class="item form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12" for="email">Confirm Email <span class="required">*</span>
</label>
<div class="col-md-6 col-sm-6 col-xs-12">
<input type="email" id="email2" name="confirm_email" data-validate-linked="email" required="required" class="form-control col-md-7 col-xs-12">
</div>
</div>
<div class="item form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12" for="number">Number <span class="required">*</span>
</label>
<div class="col-md-6 col-sm-6 col-xs-12">
<input type="number" id="number" name="number" required="required" data-validate-minmax="10,100" class="form-control col-md-7 col-xs-12">
</div>
</div>
<div class="item form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12" for="website">Website URL <span class="required">*</span>
</label>
<div class="col-md-6 col-sm-6 col-xs-12">
<input type="url" id="website" name="website" required="required" placeholder="www.website.com" class="form-control col-md-7 col-xs-12">
</div>
</div>
<div class="item form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12" for="occupation">Occupation <span class="required">*</span>
</label>
<div class="col-md-6 col-sm-6 col-xs-12">
<input id="occupation" type="text" name="occupation" data-validate-length-range="5,20" class="optional form-control col-md-7 col-xs-12">
</div>
</div>
<div class="item form-group">
<label for="password" class="control-label col-md-3">Password</label>
<div class="col-md-6 col-sm-6 col-xs-12">
<input id="password" type="password" name="password" data-validate-length="6,8" class="form-control col-md-7 col-xs-12" required="required">
</div>
</div>
<div class="item form-group">
<label for="password2" class="control-label col-md-3 col-sm-3 col-xs-12">Repeat Password</label>
<div class="col-md-6 col-sm-6 col-xs-12">
<input id="password2" type="password" name="password2" data-validate-linked="password" class="form-control col-md-7 col-xs-12" required="required">
</div>
</div>
<div class="item form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12" for="textarea">Textarea <span class="required">*</span>
</label>
<div class="col-md-6 col-sm-6 col-xs-12">
<textarea id="textarea" required="required" name="textarea" class="form-control col-md-7 col-xs-12"></textarea>
</div>
</div>
<div class="ln_solid"></div>
<div class="form-group">
<div class="col-md-6 col-md-offset-3">
<button type="submit" class="btn btn-primary">Cancel</button>
<button id="send" type="submit" class="btn btn-success">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- footer content -->
<footer>
<div class="copyright-info">
<p class="pull-right">Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
</p>
</div>
<div class="clearfix"></div>
</footer>
<!-- /footer content -->
</div>
<!-- /page content -->
</div>
</div>
<div id="custom_notifications" class="custom-notifications dsp_none">
<ul class="list-unstyled notifications clearfix" data-tabbed_notifications="notif-group">
</ul>
<div class="clearfix"></div>
<div id="notif-group" class="tabbed_notifications"></div>
</div>
<script src="js/bootstrap.min.js"></script>
<!-- chart js -->
<script src="js/chartjs/chart.min.js"></script>
<!-- bootstrap progress js -->
<script src="js/progressbar/bootstrap-progressbar.min.js"></script>
<script src="js/nicescroll/jquery.nicescroll.min.js"></script>
<!-- icheck -->
<script src="js/icheck/icheck.min.js"></script>
<!-- pace -->
<script src="js/pace/pace.min.js"></script>
<script src="js/custom.js"></script>
<!-- form validation -->
<script src="js/validator/validator.js"></script>
<script>
// initialize the validator function
validator.message['date'] = 'not a real date';
// validate a field on "blur" event, a 'select' on 'change' event & a '.reuired' classed multifield on 'keyup':
$('form')
.on('blur', 'input[required], input.optional, select.required', validator.checkField)
.on('change', 'select.required', validator.checkField)
.on('keypress', 'input[required][pattern]', validator.keypress);
$('.multi.required')
.on('keyup blur', 'input', function() {
validator.checkField.apply($(this).siblings().last()[0]);
});
// bind the validation to the form submit event
//$('#send').click('submit');//.prop('disabled', true);
$('form').submit(function(e) {
e.preventDefault();
var submit = true;
// evaluate the form using generic validaing
if (!validator.checkAll($(this))) {
submit = false;
}
if (submit)
this.submit();
return false;
});
/* FOR DEMO ONLY */
$('#vfields').change(function() {
$('form').toggleClass('mode2');
}).prop('checked', false);
$('#alerts').change(function() {
validator.defaults.alerts = (this.checked) ? false : true;
if (this.checked)
$('form .alert').remove();
}).prop('checked', false);
</script>
</body>
</html>
|
LaisllaCR/ger_portifolios
|
gentelella/form_validation.html
|
HTML
|
bsd-3-clause
| 22,632
|
<!DOCTYPE html>
<html>
<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/" />
<title>mne.beamformer.make_lcmv_resolution_matrix — MNE 0.24.1 documentation</title>
<link href="../_static/css/theme.css" rel="stylesheet">
<link href="../_static/css/index.ff1ffe594081f20da1ef19478df9384b.css" rel="stylesheet">
<link rel="stylesheet"
href="../_static/vendor/fontawesome/5.13.0/css/all.min.css">
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2">
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2">
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/css/blank.css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../_static/bootstrap_divs.css" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
<link rel="stylesheet" type="text/css" href="../_static/sg_gallery.css" />
<link rel="stylesheet" type="text/css" href="../_static/sg_gallery-binder.css" />
<link rel="stylesheet" type="text/css" href="../_static/sg_gallery-dataframe.css" />
<link rel="stylesheet" type="text/css" href="../_static/sg_gallery-rendered-html.css" />
<link rel="stylesheet" type="text/css" href="../_static/style.css" />
<link rel="preload" as="script" href="../_static/js/index.be7d3bbb2ef33a8344ce.js">
<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 src="../_static/bootstrap_divs.js"></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="mne.Dipole" href="mne.Dipole.html" />
<link rel="prev" title="mne.beamformer.rap_music" href="mne.beamformer.rap_music.html" />
<link rel="canonical" href="https://mne.tools/stable/index.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="None">
<!-- Google Analytics -->
<script async="" src="https://www.google-analytics.com/analytics.js"></script>
<script>
window.ga = window.ga || function () {
(ga.q = ga.q || []).push(arguments) };
ga.l = +new Date;
ga('create', 'UA-37225609-1', 'auto');
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
</script>
</head>
<body data-spy="scroll" data-target="#bd-toc-nav" data-offset="80">
<div class="container-fluid" id="banner"></div>
<nav class="navbar navbar-light navbar-expand-lg bg-light fixed-top bd-navbar" id="navbar-main"><div class="container-xl">
<div id="navbar-start">
<a class="navbar-brand" href="../index.html">
<img src="../_static/mne_logo_small.svg" class="logo" alt="logo">
</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-collapsible" aria-controls="navbar-collapsible" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbar-collapsible" class="col-lg-9 collapse navbar-collapse">
<div id="navbar-center" class="mr-auto">
<div class="navbar-center-item">
<ul id="navbar-main-elements" class="navbar-nav">
<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../install/index.html">
Install
</a>
</li>
<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../overview/index.html">
Documentation
</a>
</li>
<li class="toctree-l1 current active nav-item">
<a class="reference internal nav-link" href="../python_reference.html">
API Reference
</a>
</li>
<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../overview/get_help.html">
Get help
</a>
</li>
<li class="toctree-l1 nav-item">
<a class="reference internal nav-link" href="../overview/development.html">
Development
</a>
</li>
</ul>
</div>
</div>
<div id="navbar-end">
<div class="navbar-end-item">
<div class="dropdown">
<button type="button" class="btn btn-primary btn-sm navbar-btn dropdown-toggle" id="dLabelMore" data-toggle="dropdown">
v0.24.1
<span class="caret"></span>
</button>
<div class="dropdown-menu list-group-flush py-0" aria-labelledby="dLabelMore">
<a class="list-group-item list-group-item-action py-1" href="https://mne.tools/dev/index.html">v1.0 (devel)</a>
<a class="list-group-item list-group-item-action py-1" href="https://mne.tools/stable/index.html">v0.24 (stable)</a>
<a class="list-group-item list-group-item-action py-1" href="https://mne.tools/0.23/index.html">v0.23</a>
<a class="list-group-item list-group-item-action py-1" href="https://mne.tools/0.22/index.html">v0.22</a>
<a class="list-group-item list-group-item-action py-1" href="https://mne.tools/0.21/index.html">v0.21</a>
<a class="list-group-item list-group-item-action py-1" href="https://mne.tools/0.20/index.html">v0.20</a>
<a class="list-group-item list-group-item-action py-1" href="https://mne.tools/0.19/index.html">v0.19</a>
<a class="list-group-item list-group-item-action py-1" href="https://mne.tools/0.18/index.html">v0.18</a>
<a class="list-group-item list-group-item-action py-1" href="https://mne.tools/0.17/index.html">v0.17</a>
<a class="list-group-item list-group-item-action py-1" href="https://mne.tools/0.16/index.html">v0.16</a>
<a class="list-group-item list-group-item-action py-1" href="https://mne.tools/0.15/index.html">v0.15</a>
<a class="list-group-item list-group-item-action py-1" href="https://mne.tools/0.14/index.html">v0.14</a>
<a class="list-group-item list-group-item-action py-1" href="https://mne.tools/0.13/index.html">v0.13</a>
<a class="list-group-item list-group-item-action py-1" href="https://mne.tools/0.12/index.html">v0.12</a>
<a class="list-group-item list-group-item-action py-1" href="https://mne.tools/0.11/index.html">v0.11</a>
</div>
</div>
</div>
<div class="navbar-end-item">
<ul id="navbar-icon-links" class="navbar-nav" aria-label="Quick Links">
<li class="nav-item">
<a class="nav-link" href="https://github.com/mne-tools/mne-python" rel="noopener" target="_blank" title="GitHub">
<span><i class="fab fa-github-square"></i></span>
<label class="sr-only">GitHub</label>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://twitter.com/mne_python" rel="noopener" target="_blank" title="Twitter">
<span><i class="fab fa-twitter-square"></i></span>
<label class="sr-only">Twitter</label>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://mne.discourse.group/" rel="noopener" target="_blank" title="Discourse">
<span><i class="fab fa-discourse"></i></span>
<label class="sr-only">Discourse</label>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://discord.gg/rKfvxTuATa" rel="noopener" target="_blank" title="Discord">
<span><i class="fab fa-discord"></i></span>
<label class="sr-only">Discord</label>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
<div class="container-xl">
<div class="row">
<!-- Only show if we have sidebars configured, else just a small margin -->
<div class="col-12 col-md-3 bd-sidebar"><form class="bd-search d-flex align-items-center" action="../search.html" method="get">
<i class="icon fas fa-search"></i>
<input type="search" class="form-control" name="q" id="search-input" placeholder="Search the docs ..." aria-label="Search the docs ..." autocomplete="off" >
</form><nav class="bd-links" id="bd-docs-nav" aria-label="Main navigation">
<div class="bd-toc-item active">
<ul class="current nav bd-sidenav">
<li class="toctree-l1 has-children">
<a class="reference internal" href="../most_used_classes.html">
Most-used classes
</a>
<input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/>
<label for="toctree-checkbox-1">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.Raw.html">
mne.io.Raw
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.Epochs.html">
mne.Epochs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.Evoked.html">
mne.Evoked
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.Info.html">
mne.Info
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../reading_raw_data.html">
Reading raw data
</a>
<input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" type="checkbox"/>
<label for="toctree-checkbox-2">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.anonymize_info.html">
mne.io.anonymize_info
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw.html">
mne.io.read_raw
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_artemis123.html">
mne.io.read_raw_artemis123
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_bti.html">
mne.io.read_raw_bti
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_cnt.html">
mne.io.read_raw_cnt
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_ctf.html">
mne.io.read_raw_ctf
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_curry.html">
mne.io.read_raw_curry
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_edf.html">
mne.io.read_raw_edf
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_bdf.html">
mne.io.read_raw_bdf
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_gdf.html">
mne.io.read_raw_gdf
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_kit.html">
mne.io.read_raw_kit
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_nedf.html">
mne.io.read_raw_nedf
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_nicolet.html">
mne.io.read_raw_nicolet
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_hitachi.html">
mne.io.read_raw_hitachi
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_nirx.html">
mne.io.read_raw_nirx
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_snirf.html">
mne.io.read_raw_snirf
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_eeglab.html">
mne.io.read_raw_eeglab
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_brainvision.html">
mne.io.read_raw_brainvision
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_egi.html">
mne.io.read_raw_egi
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_fif.html">
mne.io.read_raw_fif
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_eximia.html">
mne.io.read_raw_eximia
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_fieldtrip.html">
mne.io.read_raw_fieldtrip
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_boxy.html">
mne.io.read_raw_boxy
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_persyst.html">
mne.io.read_raw_persyst
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_raw_nihon.html">
mne.io.read_raw_nihon
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.BaseRaw.html">
mne.io.BaseRaw
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.kit.read_mrk.html">
mne.io.kit.read_mrk
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../file_io.html">
File I/O
</a>
<input class="toctree-checkbox" id="toctree-checkbox-3" name="toctree-checkbox-3" type="checkbox"/>
<label for="toctree-checkbox-3">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.channel_type.html">
mne.channel_type
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channel_indices_by_type.html">
mne.channel_indices_by_type
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.get_head_surf.html">
mne.get_head_surf
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.get_meg_helmet_surf.html">
mne.get_meg_helmet_surf
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.get_volume_labels_from_aseg.html">
mne.get_volume_labels_from_aseg
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.get_volume_labels_from_src.html">
mne.get_volume_labels_from_src
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.parse_config.html">
mne.parse_config
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_labels_from_annot.html">
mne.read_labels_from_annot
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_bem_solution.html">
mne.read_bem_solution
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_bem_surfaces.html">
mne.read_bem_surfaces
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_cov.html">
mne.read_cov
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_dipole.html">
mne.read_dipole
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_epochs.html">
mne.read_epochs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_epochs_kit.html">
mne.read_epochs_kit
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_epochs_eeglab.html">
mne.read_epochs_eeglab
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_epochs_fieldtrip.html">
mne.read_epochs_fieldtrip
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_events.html">
mne.read_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_evokeds.html">
mne.read_evokeds
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_evoked_fieldtrip.html">
mne.read_evoked_fieldtrip
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_evokeds_mff.html">
mne.read_evokeds_mff
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_freesurfer_lut.html">
mne.read_freesurfer_lut
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_forward_solution.html">
mne.read_forward_solution
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_label.html">
mne.read_label
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_morph_map.html">
mne.read_morph_map
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_proj.html">
mne.read_proj
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_reject_parameters.html">
mne.read_reject_parameters
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_source_estimate.html">
mne.read_source_estimate
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_source_spaces.html">
mne.read_source_spaces
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_surface.html">
mne.read_surface
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_trans.html">
mne.read_trans
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_tri.html">
mne.read_tri
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_labels_to_annot.html">
mne.write_labels_to_annot
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_bem_solution.html">
mne.write_bem_solution
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_bem_surfaces.html">
mne.write_bem_surfaces
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_head_bem.html">
mne.write_head_bem
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_cov.html">
mne.write_cov
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_events.html">
mne.write_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_evokeds.html">
mne.write_evokeds
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_forward_solution.html">
mne.write_forward_solution
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_label.html">
mne.write_label
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_proj.html">
mne.write_proj
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_source_spaces.html">
mne.write_source_spaces
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_surface.html">
mne.write_surface
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_trans.html">
mne.write_trans
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.what.html">
mne.what
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.read_info.html">
mne.io.read_info
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.show_fiff.html">
mne.io.show_fiff
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.BaseEpochs.html">
mne.BaseEpochs
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../creating_from_arrays.html">
Creating data objects from arrays
</a>
<input class="toctree-checkbox" id="toctree-checkbox-4" name="toctree-checkbox-4" type="checkbox"/>
<label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.EvokedArray.html">
mne.EvokedArray
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.EpochsArray.html">
mne.EpochsArray
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.io.RawArray.html">
mne.io.RawArray
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.create_info.html">
mne.create_info
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../export.html">
Exporting
</a>
<input class="toctree-checkbox" id="toctree-checkbox-5" name="toctree-checkbox-5" type="checkbox"/>
<label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.export.export_epochs.html">
mne.export.export_epochs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.export.export_evokeds.html">
mne.export.export_evokeds
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.export.export_evokeds_mff.html">
mne.export.export_evokeds_mff
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.export.export_raw.html">
mne.export.export_raw
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../datasets.html">
Datasets
</a>
<input class="toctree-checkbox" id="toctree-checkbox-6" name="toctree-checkbox-6" type="checkbox"/>
<label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.fetch_dataset.html">
mne.datasets.fetch_dataset
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.has_dataset.html">
mne.datasets.has_dataset
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.brainstorm.bst_auditory.data_path.html">
mne.datasets.brainstorm.bst_auditory.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.brainstorm.bst_resting.data_path.html">
mne.datasets.brainstorm.bst_resting.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.brainstorm.bst_raw.data_path.html">
mne.datasets.brainstorm.bst_raw.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.eegbci.load_data.html">
mne.datasets.eegbci.load_data
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.eegbci.standardize.html">
mne.datasets.eegbci.standardize
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.fetch_aparc_sub_parcellation.html">
mne.datasets.fetch_aparc_sub_parcellation
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.fetch_fsaverage.html">
mne.datasets.fetch_fsaverage
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.fetch_hcp_mmp_parcellation.html">
mne.datasets.fetch_hcp_mmp_parcellation
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.fetch_infant_template.html">
mne.datasets.fetch_infant_template
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.fetch_phantom.html">
mne.datasets.fetch_phantom
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.fnirs_motor.data_path.html">
mne.datasets.fnirs_motor.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.hf_sef.data_path.html">
mne.datasets.hf_sef.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.kiloword.data_path.html">
mne.datasets.kiloword.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.limo.load_data.html">
mne.datasets.limo.load_data
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.misc.data_path.html">
mne.datasets.misc.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.mtrf.data_path.html">
mne.datasets.mtrf.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.multimodal.data_path.html">
mne.datasets.multimodal.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.opm.data_path.html">
mne.datasets.opm.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.sleep_physionet.age.fetch_data.html">
mne.datasets.sleep_physionet.age.fetch_data
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.sleep_physionet.temazepam.fetch_data.html">
mne.datasets.sleep_physionet.temazepam.fetch_data
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.sample.data_path.html">
mne.datasets.sample.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.somato.data_path.html">
mne.datasets.somato.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.spm_face.data_path.html">
mne.datasets.spm_face.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.visual_92_categories.data_path.html">
mne.datasets.visual_92_categories.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.phantom_4dbti.data_path.html">
mne.datasets.phantom_4dbti.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.refmeg_noise.data_path.html">
mne.datasets.refmeg_noise.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.ssvep.data_path.html">
mne.datasets.ssvep.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.erp_core.data_path.html">
mne.datasets.erp_core.data_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.datasets.epilepsy_ecog.data_path.html">
mne.datasets.epilepsy_ecog.data_path
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../visualization.html">
Visualization
</a>
<input class="toctree-checkbox" id="toctree-checkbox-7" name="toctree-checkbox-7" type="checkbox"/>
<label for="toctree-checkbox-7">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.Brain.html">
mne.viz.Brain
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.ClickableImage.html">
mne.viz.ClickableImage
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.add_background_image.html">
mne.viz.add_background_image
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.centers_to_edges.html">
mne.viz.centers_to_edges
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.compare_fiff.html">
mne.viz.compare_fiff
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.circular_layout.html">
mne.viz.circular_layout
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.iter_topography.html">
mne.viz.iter_topography
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.mne_analyze_colormap.html">
mne.viz.mne_analyze_colormap
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_bem.html">
mne.viz.plot_bem
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_brain_colorbar.html">
mne.viz.plot_brain_colorbar
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_chpi_snr.html">
mne.viz.plot_chpi_snr
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_cov.html">
mne.viz.plot_cov
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_channel_labels_circle.html">
mne.viz.plot_channel_labels_circle
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_csd.html">
mne.viz.plot_csd
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_dipole_amplitudes.html">
mne.viz.plot_dipole_amplitudes
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_dipole_locations.html">
mne.viz.plot_dipole_locations
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_drop_log.html">
mne.viz.plot_drop_log
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_epochs.html">
mne.viz.plot_epochs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_epochs_psd_topomap.html">
mne.viz.plot_epochs_psd_topomap
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_events.html">
mne.viz.plot_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_evoked.html">
mne.viz.plot_evoked
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_evoked_image.html">
mne.viz.plot_evoked_image
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_evoked_topo.html">
mne.viz.plot_evoked_topo
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_evoked_topomap.html">
mne.viz.plot_evoked_topomap
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_evoked_joint.html">
mne.viz.plot_evoked_joint
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_evoked_field.html">
mne.viz.plot_evoked_field
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_evoked_white.html">
mne.viz.plot_evoked_white
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_filter.html">
mne.viz.plot_filter
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_head_positions.html">
mne.viz.plot_head_positions
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_ideal_filter.html">
mne.viz.plot_ideal_filter
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_compare_evokeds.html">
mne.viz.plot_compare_evokeds
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_ica_sources.html">
mne.viz.plot_ica_sources
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_ica_components.html">
mne.viz.plot_ica_components
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_ica_properties.html">
mne.viz.plot_ica_properties
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_ica_scores.html">
mne.viz.plot_ica_scores
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_ica_overlay.html">
mne.viz.plot_ica_overlay
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_epochs_image.html">
mne.viz.plot_epochs_image
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_layout.html">
mne.viz.plot_layout
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_montage.html">
mne.viz.plot_montage
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_projs_topomap.html">
mne.viz.plot_projs_topomap
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_raw.html">
mne.viz.plot_raw
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_raw_psd.html">
mne.viz.plot_raw_psd
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_sensors.html">
mne.viz.plot_sensors
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_sensors_connectivity.html">
mne.viz.plot_sensors_connectivity
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_snr_estimate.html">
mne.viz.plot_snr_estimate
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_source_estimates.html">
mne.viz.plot_source_estimates
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.link_brains.html">
mne.viz.link_brains
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_volume_source_estimates.html">
mne.viz.plot_volume_source_estimates
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_vector_source_estimates.html">
mne.viz.plot_vector_source_estimates
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_sparse_source_estimates.html">
mne.viz.plot_sparse_source_estimates
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_tfr_topomap.html">
mne.viz.plot_tfr_topomap
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_topo_image_epochs.html">
mne.viz.plot_topo_image_epochs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_topomap.html">
mne.viz.plot_topomap
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_alignment.html">
mne.viz.plot_alignment
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.snapshot_brain_montage.html">
mne.viz.snapshot_brain_montage
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.plot_arrowmap.html">
mne.viz.plot_arrowmap
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.set_3d_backend.html">
mne.viz.set_3d_backend
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.get_3d_backend.html">
mne.viz.get_3d_backend
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.use_3d_backend.html">
mne.viz.use_3d_backend
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.set_3d_options.html">
mne.viz.set_3d_options
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.set_3d_view.html">
mne.viz.set_3d_view
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.set_3d_title.html">
mne.viz.set_3d_title
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.create_3d_figure.html">
mne.viz.create_3d_figure
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.close_3d_figure.html">
mne.viz.close_3d_figure
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.close_all_3d_figures.html">
mne.viz.close_all_3d_figures
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.get_brain_class.html">
mne.viz.get_brain_class
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.set_browser_backend.html">
mne.viz.set_browser_backend
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.get_browser_backend.html">
mne.viz.get_browser_backend
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.viz.use_browser_backend.html">
mne.viz.use_browser_backend
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../preprocessing.html">
Preprocessing
</a>
<input class="toctree-checkbox" id="toctree-checkbox-8" name="toctree-checkbox-8" type="checkbox"/>
<label for="toctree-checkbox-8">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.Projection.html">
mne.Projection
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.compute_proj_epochs.html">
mne.compute_proj_epochs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.compute_proj_evoked.html">
mne.compute_proj_evoked
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.compute_proj_raw.html">
mne.compute_proj_raw
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_proj.html">
mne.read_proj
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_proj.html">
mne.write_proj
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.Layout.html">
mne.channels.Layout
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.DigMontage.html">
mne.channels.DigMontage
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.compute_native_head_t.html">
mne.channels.compute_native_head_t
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.fix_mag_coil_types.html">
mne.channels.fix_mag_coil_types
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.read_polhemus_fastscan.html">
mne.channels.read_polhemus_fastscan
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.get_builtin_montages.html">
mne.channels.get_builtin_montages
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.make_dig_montage.html">
mne.channels.make_dig_montage
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.read_dig_polhemus_isotrak.html">
mne.channels.read_dig_polhemus_isotrak
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.read_dig_captrak.html">
mne.channels.read_dig_captrak
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.read_dig_dat.html">
mne.channels.read_dig_dat
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.read_dig_egi.html">
mne.channels.read_dig_egi
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.read_dig_fif.html">
mne.channels.read_dig_fif
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.read_dig_hpts.html">
mne.channels.read_dig_hpts
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.read_dig_localite.html">
mne.channels.read_dig_localite
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.make_standard_montage.html">
mne.channels.make_standard_montage
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.read_custom_montage.html">
mne.channels.read_custom_montage
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.compute_dev_head_t.html">
mne.channels.compute_dev_head_t
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.read_layout.html">
mne.channels.read_layout
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.find_layout.html">
mne.channels.find_layout
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.make_eeg_layout.html">
mne.channels.make_eeg_layout
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.make_grid_layout.html">
mne.channels.make_grid_layout
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.find_ch_adjacency.html">
mne.channels.find_ch_adjacency
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.read_ch_adjacency.html">
mne.channels.read_ch_adjacency
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.equalize_channels.html">
mne.channels.equalize_channels
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.rename_channels.html">
mne.channels.rename_channels
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.generate_2d_layout.html">
mne.channels.generate_2d_layout
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.make_1020_channel_selections.html">
mne.channels.make_1020_channel_selections
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.combine_channels.html">
mne.channels.combine_channels
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.ICA.html">
mne.preprocessing.ICA
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.Xdawn.html">
mne.preprocessing.Xdawn
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.annotate_break.html">
mne.preprocessing.annotate_break
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.annotate_flat.html">
mne.preprocessing.annotate_flat
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.annotate_movement.html">
mne.preprocessing.annotate_movement
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.annotate_muscle_zscore.html">
mne.preprocessing.annotate_muscle_zscore
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.annotate_nan.html">
mne.preprocessing.annotate_nan
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.compute_average_dev_head_t.html">
mne.preprocessing.compute_average_dev_head_t
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.compute_current_source_density.html">
mne.preprocessing.compute_current_source_density
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.compute_fine_calibration.html">
mne.preprocessing.compute_fine_calibration
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.compute_maxwell_basis.html">
mne.preprocessing.compute_maxwell_basis
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.compute_proj_ecg.html">
mne.preprocessing.compute_proj_ecg
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.compute_proj_eog.html">
mne.preprocessing.compute_proj_eog
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.cortical_signal_suppression.html">
mne.preprocessing.cortical_signal_suppression
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.create_ecg_epochs.html">
mne.preprocessing.create_ecg_epochs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.create_eog_epochs.html">
mne.preprocessing.create_eog_epochs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.find_bad_channels_maxwell.html">
mne.preprocessing.find_bad_channels_maxwell
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.find_ecg_events.html">
mne.preprocessing.find_ecg_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.find_eog_events.html">
mne.preprocessing.find_eog_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.fix_stim_artifact.html">
mne.preprocessing.fix_stim_artifact
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.ica_find_ecg_events.html">
mne.preprocessing.ica_find_ecg_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.ica_find_eog_events.html">
mne.preprocessing.ica_find_eog_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.infomax.html">
mne.preprocessing.infomax
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.equalize_bads.html">
mne.preprocessing.equalize_bads
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.maxwell_filter.html">
mne.preprocessing.maxwell_filter
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.oversampled_temporal_projection.html">
mne.preprocessing.oversampled_temporal_projection
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.peak_finder.html">
mne.preprocessing.peak_finder
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.read_ica.html">
mne.preprocessing.read_ica
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.realign_raw.html">
mne.preprocessing.realign_raw
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.regress_artifact.html">
mne.preprocessing.regress_artifact
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.corrmap.html">
mne.preprocessing.corrmap
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.read_ica_eeglab.html">
mne.preprocessing.read_ica_eeglab
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.read_fine_calibration.html">
mne.preprocessing.read_fine_calibration
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.write_fine_calibration.html">
mne.preprocessing.write_fine_calibration
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.nirs.optical_density.html">
mne.preprocessing.nirs.optical_density
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.nirs.beer_lambert_law.html">
mne.preprocessing.nirs.beer_lambert_law
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.nirs.source_detector_distances.html">
mne.preprocessing.nirs.source_detector_distances
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.nirs.short_channels.html">
mne.preprocessing.nirs.short_channels
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.nirs.scalp_coupling_index.html">
mne.preprocessing.nirs.scalp_coupling_index
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.nirs.temporal_derivative_distribution_repair.html">
mne.preprocessing.nirs.temporal_derivative_distribution_repair
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.preprocessing.ieeg.project_sensors_onto_brain.html">
mne.preprocessing.ieeg.project_sensors_onto_brain
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.add_reference_channels.html">
mne.add_reference_channels
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.set_bipolar_reference.html">
mne.set_bipolar_reference
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.set_eeg_reference.html">
mne.set_eeg_reference
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.filter.construct_iir_filter.html">
mne.filter.construct_iir_filter
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.filter.create_filter.html">
mne.filter.create_filter
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.filter.estimate_ringing_samples.html">
mne.filter.estimate_ringing_samples
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.filter.filter_data.html">
mne.filter.filter_data
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.filter.notch_filter.html">
mne.filter.notch_filter
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.filter.resample.html">
mne.filter.resample
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.chpi.compute_chpi_amplitudes.html">
mne.chpi.compute_chpi_amplitudes
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.chpi.compute_chpi_snr.html">
mne.chpi.compute_chpi_snr
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.chpi.compute_chpi_locs.html">
mne.chpi.compute_chpi_locs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.chpi.compute_head_pos.html">
mne.chpi.compute_head_pos
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.chpi.extract_chpi_locs_ctf.html">
mne.chpi.extract_chpi_locs_ctf
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.chpi.extract_chpi_locs_kit.html">
mne.chpi.extract_chpi_locs_kit
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.chpi.filter_chpi.html">
mne.chpi.filter_chpi
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.chpi.get_chpi_info.html">
mne.chpi.get_chpi_info
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.chpi.head_pos_to_trans_rot_t.html">
mne.chpi.head_pos_to_trans_rot_t
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.chpi.read_head_pos.html">
mne.chpi.read_head_pos
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.chpi.write_head_pos.html">
mne.chpi.write_head_pos
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.transforms.Transform.html">
mne.transforms.Transform
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.transforms.quat_to_rot.html">
mne.transforms.quat_to_rot
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.transforms.rot_to_quat.html">
mne.transforms.rot_to_quat
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.transforms.read_ras_mni_t.html">
mne.transforms.read_ras_mni_t
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../events.html">
Events
</a>
<input class="toctree-checkbox" id="toctree-checkbox-9" name="toctree-checkbox-9" type="checkbox"/>
<label for="toctree-checkbox-9">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.Annotations.html">
mne.Annotations
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.AcqParserFIF.html">
mne.AcqParserFIF
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.concatenate_events.html">
mne.concatenate_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.find_events.html">
mne.find_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.find_stim_steps.html">
mne.find_stim_steps
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.make_fixed_length_events.html">
mne.make_fixed_length_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.make_fixed_length_epochs.html">
mne.make_fixed_length_epochs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.merge_events.html">
mne.merge_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.parse_config.html">
mne.parse_config
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.pick_events.html">
mne.pick_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_annotations.html">
mne.read_annotations
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_events.html">
mne.read_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_events.html">
mne.write_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.concatenate_epochs.html">
mne.concatenate_epochs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.events_from_annotations.html">
mne.events_from_annotations
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.annotations_from_events.html">
mne.annotations_from_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.event.define_target_events.html">
mne.event.define_target_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.event.shift_time_events.html">
mne.event.shift_time_events
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.epochs.add_channels_epochs.html">
mne.epochs.add_channels_epochs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.epochs.average_movements.html">
mne.epochs.average_movements
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.epochs.combine_event_ids.html">
mne.epochs.combine_event_ids
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.epochs.equalize_epoch_counts.html">
mne.epochs.equalize_epoch_counts
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.epochs.make_metadata.html">
mne.epochs.make_metadata
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../sensor_space.html">
Sensor Space Data
</a>
<input class="toctree-checkbox" id="toctree-checkbox-10" name="toctree-checkbox-10" type="checkbox"/>
<label for="toctree-checkbox-10">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.combine_evoked.html">
mne.combine_evoked
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.concatenate_raws.html">
mne.concatenate_raws
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.equalize_channels.html">
mne.equalize_channels
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.grand_average.html">
mne.grand_average
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.pick_channels.html">
mne.pick_channels
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.pick_channels_cov.html">
mne.pick_channels_cov
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.pick_channels_forward.html">
mne.pick_channels_forward
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.pick_channels_regexp.html">
mne.pick_channels_regexp
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.pick_types.html">
mne.pick_types
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.pick_types_forward.html">
mne.pick_types_forward
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.pick_info.html">
mne.pick_info
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_epochs.html">
mne.read_epochs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_reject_parameters.html">
mne.read_reject_parameters
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_vectorview_selection.html">
mne.read_vectorview_selection
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.rename_channels.html">
mne.rename_channels
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.baseline.rescale.html">
mne.baseline.rescale
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../covariance.html">
Covariance computation
</a>
<input class="toctree-checkbox" id="toctree-checkbox-11" name="toctree-checkbox-11" type="checkbox"/>
<label for="toctree-checkbox-11">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.Covariance.html">
mne.Covariance
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.compute_covariance.html">
mne.compute_covariance
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.compute_raw_covariance.html">
mne.compute_raw_covariance
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.cov.compute_whitener.html">
mne.cov.compute_whitener
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.cov.prepare_noise_cov.html">
mne.cov.prepare_noise_cov
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.cov.regularize.html">
mne.cov.regularize
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.compute_rank.html">
mne.compute_rank
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.make_ad_hoc_cov.html">
mne.make_ad_hoc_cov
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_cov.html">
mne.read_cov
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_cov.html">
mne.write_cov
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../mri.html">
MRI Processing
</a>
<input class="toctree-checkbox" id="toctree-checkbox-12" name="toctree-checkbox-12" type="checkbox"/>
<label for="toctree-checkbox-12">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.coreg.get_mni_fiducials.html">
mne.coreg.get_mni_fiducials
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.coreg.estimate_head_mri_t.html">
mne.coreg.estimate_head_mri_t
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.get_montage_volume_labels.html">
mne.get_montage_volume_labels
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.gui.coregistration.html">
mne.gui.coregistration
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.gui.locate_ieeg.html">
mne.gui.locate_ieeg
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.create_default_subject.html">
mne.create_default_subject
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.head_to_mni.html">
mne.head_to_mni
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.head_to_mri.html">
mne.head_to_mri
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_freesurfer_lut.html">
mne.read_freesurfer_lut
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_talxfm.html">
mne.read_talxfm
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.scale_mri.html">
mne.scale_mri
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.scale_bem.html">
mne.scale_bem
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.scale_labels.html">
mne.scale_labels
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.scale_source_space.html">
mne.scale_source_space
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.transforms.apply_volume_registration.html">
mne.transforms.apply_volume_registration
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.transforms.compute_volume_registration.html">
mne.transforms.compute_volume_registration
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.vertex_to_mni.html">
mne.vertex_to_mni
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.warp_montage_volume.html">
mne.warp_montage_volume
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.coreg.Coregistration.html">
mne.coreg.Coregistration
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../forward.html">
Forward Modeling
</a>
<input class="toctree-checkbox" id="toctree-checkbox-13" name="toctree-checkbox-13" type="checkbox"/>
<label for="toctree-checkbox-13">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.Forward.html">
mne.Forward
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.SourceSpaces.html">
mne.SourceSpaces
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.add_source_space_distances.html">
mne.add_source_space_distances
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.apply_forward.html">
mne.apply_forward
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.apply_forward_raw.html">
mne.apply_forward_raw
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.average_forward_solutions.html">
mne.average_forward_solutions
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.convert_forward_solution.html">
mne.convert_forward_solution
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decimate_surface.html">
mne.decimate_surface
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.dig_mri_distances.html">
mne.dig_mri_distances
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.forward.compute_depth_prior.html">
mne.forward.compute_depth_prior
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.forward.compute_orient_prior.html">
mne.forward.compute_orient_prior
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.forward.restrict_forward_to_label.html">
mne.forward.restrict_forward_to_label
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.forward.restrict_forward_to_stc.html">
mne.forward.restrict_forward_to_stc
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.make_bem_model.html">
mne.make_bem_model
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.make_bem_solution.html">
mne.make_bem_solution
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.make_forward_dipole.html">
mne.make_forward_dipole
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.make_forward_solution.html">
mne.make_forward_solution
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.make_field_map.html">
mne.make_field_map
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.make_sphere_model.html">
mne.make_sphere_model
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.morph_source_spaces.html">
mne.morph_source_spaces
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_bem_surfaces.html">
mne.read_bem_surfaces
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_forward_solution.html">
mne.read_forward_solution
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_trans.html">
mne.read_trans
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_source_spaces.html">
mne.read_source_spaces
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_surface.html">
mne.read_surface
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.sensitivity_map.html">
mne.sensitivity_map
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.setup_source_space.html">
mne.setup_source_space
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.setup_volume_source_space.html">
mne.setup_volume_source_space
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.surface.complete_surface_info.html">
mne.surface.complete_surface_info
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.surface.read_curvature.html">
mne.surface.read_curvature
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.use_coil_def.html">
mne.use_coil_def
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_bem_surfaces.html">
mne.write_bem_surfaces
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_trans.html">
mne.write_trans
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.bem.ConductorModel.html">
mne.bem.ConductorModel
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.bem.fit_sphere_to_headshape.html">
mne.bem.fit_sphere_to_headshape
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.bem.get_fitting_dig.html">
mne.bem.get_fitting_dig
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.bem.make_watershed_bem.html">
mne.bem.make_watershed_bem
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.bem.make_flash_bem.html">
mne.bem.make_flash_bem
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.bem.make_scalp_surfaces.html">
mne.bem.make_scalp_surfaces
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.bem.convert_flash_mris.html">
mne.bem.convert_flash_mris
</a>
</li>
</ul>
</li>
<li class="toctree-l1 current active has-children">
<a class="reference internal" href="../inverse.html">
Inverse Solutions
</a>
<input checked="" class="toctree-checkbox" id="toctree-checkbox-14" name="toctree-checkbox-14" type="checkbox"/>
<label for="toctree-checkbox-14">
<i class="fas fa-chevron-down">
</i>
</label>
<ul class="current">
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.InverseOperator.html">
mne.minimum_norm.InverseOperator
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.apply_inverse.html">
mne.minimum_norm.apply_inverse
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.apply_inverse_cov.html">
mne.minimum_norm.apply_inverse_cov
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.apply_inverse_epochs.html">
mne.minimum_norm.apply_inverse_epochs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.apply_inverse_raw.html">
mne.minimum_norm.apply_inverse_raw
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.compute_source_psd.html">
mne.minimum_norm.compute_source_psd
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.compute_source_psd_epochs.html">
mne.minimum_norm.compute_source_psd_epochs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.compute_rank_inverse.html">
mne.minimum_norm.compute_rank_inverse
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.estimate_snr.html">
mne.minimum_norm.estimate_snr
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.make_inverse_operator.html">
mne.minimum_norm.make_inverse_operator
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.prepare_inverse_operator.html">
mne.minimum_norm.prepare_inverse_operator
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.read_inverse_operator.html">
mne.minimum_norm.read_inverse_operator
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.source_band_induced_power.html">
mne.minimum_norm.source_band_induced_power
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.source_induced_power.html">
mne.minimum_norm.source_induced_power
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.write_inverse_operator.html">
mne.minimum_norm.write_inverse_operator
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.make_inverse_resolution_matrix.html">
mne.minimum_norm.make_inverse_resolution_matrix
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.resolution_metrics.html">
mne.minimum_norm.resolution_metrics
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.get_cross_talk.html">
mne.minimum_norm.get_cross_talk
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.minimum_norm.get_point_spread.html">
mne.minimum_norm.get_point_spread
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.inverse_sparse.mixed_norm.html">
mne.inverse_sparse.mixed_norm
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.inverse_sparse.tf_mixed_norm.html">
mne.inverse_sparse.tf_mixed_norm
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.inverse_sparse.gamma_map.html">
mne.inverse_sparse.gamma_map
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.inverse_sparse.make_stc_from_dipoles.html">
mne.inverse_sparse.make_stc_from_dipoles
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.beamformer.Beamformer.html">
mne.beamformer.Beamformer
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.beamformer.read_beamformer.html">
mne.beamformer.read_beamformer
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.beamformer.make_lcmv.html">
mne.beamformer.make_lcmv
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.beamformer.apply_lcmv.html">
mne.beamformer.apply_lcmv
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.beamformer.apply_lcmv_epochs.html">
mne.beamformer.apply_lcmv_epochs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.beamformer.apply_lcmv_raw.html">
mne.beamformer.apply_lcmv_raw
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.beamformer.apply_lcmv_cov.html">
mne.beamformer.apply_lcmv_cov
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.beamformer.make_dics.html">
mne.beamformer.make_dics
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.beamformer.apply_dics.html">
mne.beamformer.apply_dics
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.beamformer.apply_dics_csd.html">
mne.beamformer.apply_dics_csd
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.beamformer.apply_dics_epochs.html">
mne.beamformer.apply_dics_epochs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.beamformer.rap_music.html">
mne.beamformer.rap_music
</a>
</li>
<li class="toctree-l2 current active">
<a class="current reference internal" href="#">
mne.beamformer.make_lcmv_resolution_matrix
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.Dipole.html">
mne.Dipole
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.DipoleFixed.html">
mne.DipoleFixed
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.fit_dipole.html">
mne.fit_dipole
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.dipole.get_phantom_dipoles.html">
mne.dipole.get_phantom_dipoles
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../source_space.html">
Source Space Data
</a>
<input class="toctree-checkbox" id="toctree-checkbox-15" name="toctree-checkbox-15" type="checkbox"/>
<label for="toctree-checkbox-15">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.BiHemiLabel.html">
mne.BiHemiLabel
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.Label.html">
mne.Label
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.MixedSourceEstimate.html">
mne.MixedSourceEstimate
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.MixedVectorSourceEstimate.html">
mne.MixedVectorSourceEstimate
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.SourceEstimate.html">
mne.SourceEstimate
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.VectorSourceEstimate.html">
mne.VectorSourceEstimate
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.VolSourceEstimate.html">
mne.VolSourceEstimate
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.VolVectorSourceEstimate.html">
mne.VolVectorSourceEstimate
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.SourceMorph.html">
mne.SourceMorph
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.compute_source_morph.html">
mne.compute_source_morph
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.extract_label_time_course.html">
mne.extract_label_time_course
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.grade_to_tris.html">
mne.grade_to_tris
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.grade_to_vertices.html">
mne.grade_to_vertices
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.label.select_sources.html">
mne.label.select_sources
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.grow_labels.html">
mne.grow_labels
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.label_sign_flip.html">
mne.label_sign_flip
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.labels_to_stc.html">
mne.labels_to_stc
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.morph_labels.html">
mne.morph_labels
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.random_parcellation.html">
mne.random_parcellation
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_labels_from_annot.html">
mne.read_labels_from_annot
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_dipole.html">
mne.read_dipole
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_label.html">
mne.read_label
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_source_estimate.html">
mne.read_source_estimate
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.read_source_morph.html">
mne.read_source_morph
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.split_label.html">
mne.split_label
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stc_to_label.html">
mne.stc_to_label
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stc_near_sensors.html">
mne.stc_near_sensors
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.transform_surface_to.html">
mne.transform_surface_to
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_labels_to_annot.html">
mne.write_labels_to_annot
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.write_label.html">
mne.write_label
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.source_space.compute_distance_to_sensors.html">
mne.source_space.compute_distance_to_sensors
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../time_frequency.html">
Time-Frequency
</a>
<input class="toctree-checkbox" id="toctree-checkbox-16" name="toctree-checkbox-16" type="checkbox"/>
<label for="toctree-checkbox-16">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.AverageTFR.html">
mne.time_frequency.AverageTFR
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.EpochsTFR.html">
mne.time_frequency.EpochsTFR
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.CrossSpectralDensity.html">
mne.time_frequency.CrossSpectralDensity
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.csd_fourier.html">
mne.time_frequency.csd_fourier
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.csd_multitaper.html">
mne.time_frequency.csd_multitaper
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.csd_morlet.html">
mne.time_frequency.csd_morlet
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.pick_channels_csd.html">
mne.time_frequency.pick_channels_csd
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.read_csd.html">
mne.time_frequency.read_csd
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.fit_iir_model_raw.html">
mne.time_frequency.fit_iir_model_raw
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.psd_welch.html">
mne.time_frequency.psd_welch
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.psd_multitaper.html">
mne.time_frequency.psd_multitaper
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.tfr_morlet.html">
mne.time_frequency.tfr_morlet
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.tfr_multitaper.html">
mne.time_frequency.tfr_multitaper
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.tfr_stockwell.html">
mne.time_frequency.tfr_stockwell
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.read_tfrs.html">
mne.time_frequency.read_tfrs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.write_tfrs.html">
mne.time_frequency.write_tfrs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.csd_array_fourier.html">
mne.time_frequency.csd_array_fourier
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.csd_array_multitaper.html">
mne.time_frequency.csd_array_multitaper
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.csd_array_morlet.html">
mne.time_frequency.csd_array_morlet
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.dpss_windows.html">
mne.time_frequency.dpss_windows
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.morlet.html">
mne.time_frequency.morlet
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.stft.html">
mne.time_frequency.stft
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.istft.html">
mne.time_frequency.istft
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.stftfreq.html">
mne.time_frequency.stftfreq
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.psd_array_multitaper.html">
mne.time_frequency.psd_array_multitaper
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.psd_array_welch.html">
mne.time_frequency.psd_array_welch
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.tfr_array_morlet.html">
mne.time_frequency.tfr_array_morlet
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.tfr_array_multitaper.html">
mne.time_frequency.tfr_array_multitaper
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.tfr_array_stockwell.html">
mne.time_frequency.tfr_array_stockwell
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.tfr.cwt.html">
mne.time_frequency.tfr.cwt
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.time_frequency.tfr.morlet.html">
mne.time_frequency.tfr.morlet
</a>
</li>
</ul>
</li>
<li class="toctree-l1">
<a class="reference internal" href="../connectivity.html">
Connectivity Estimation
</a>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../statistics.html">
Statistics
</a>
<input class="toctree-checkbox" id="toctree-checkbox-17" name="toctree-checkbox-17" type="checkbox"/>
<label for="toctree-checkbox-17">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.ttest_1samp_no_p.html">
mne.stats.ttest_1samp_no_p
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.ttest_ind_no_p.html">
mne.stats.ttest_ind_no_p
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.f_oneway.html">
mne.stats.f_oneway
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.f_mway_rm.html">
mne.stats.f_mway_rm
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.f_threshold_mway_rm.html">
mne.stats.f_threshold_mway_rm
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.linear_regression.html">
mne.stats.linear_regression
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.linear_regression_raw.html">
mne.stats.linear_regression_raw
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.bonferroni_correction.html">
mne.stats.bonferroni_correction
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.fdr_correction.html">
mne.stats.fdr_correction
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.combine_adjacency.html">
mne.stats.combine_adjacency
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.permutation_cluster_test.html">
mne.stats.permutation_cluster_test
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.permutation_cluster_1samp_test.html">
mne.stats.permutation_cluster_1samp_test
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.permutation_t_test.html">
mne.stats.permutation_t_test
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.spatio_temporal_cluster_test.html">
mne.stats.spatio_temporal_cluster_test
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.spatio_temporal_cluster_1samp_test.html">
mne.stats.spatio_temporal_cluster_1samp_test
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.summarize_clusters_stc.html">
mne.stats.summarize_clusters_stc
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.stats.bootstrap_confidence_interval.html">
mne.stats.bootstrap_confidence_interval
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.find_ch_adjacency.html">
mne.channels.find_ch_adjacency
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.channels.read_ch_adjacency.html">
mne.channels.read_ch_adjacency
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.spatial_dist_adjacency.html">
mne.spatial_dist_adjacency
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.spatial_src_adjacency.html">
mne.spatial_src_adjacency
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.spatial_tris_adjacency.html">
mne.spatial_tris_adjacency
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.spatial_inter_hemi_adjacency.html">
mne.spatial_inter_hemi_adjacency
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.spatio_temporal_src_adjacency.html">
mne.spatio_temporal_src_adjacency
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.spatio_temporal_tris_adjacency.html">
mne.spatio_temporal_tris_adjacency
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.spatio_temporal_dist_adjacency.html">
mne.spatio_temporal_dist_adjacency
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../simulation.html">
Simulation
</a>
<input class="toctree-checkbox" id="toctree-checkbox-18" name="toctree-checkbox-18" type="checkbox"/>
<label for="toctree-checkbox-18">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.simulation.add_chpi.html">
mne.simulation.add_chpi
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.simulation.add_ecg.html">
mne.simulation.add_ecg
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.simulation.add_eog.html">
mne.simulation.add_eog
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.simulation.add_noise.html">
mne.simulation.add_noise
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.simulation.simulate_evoked.html">
mne.simulation.simulate_evoked
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.simulation.simulate_raw.html">
mne.simulation.simulate_raw
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.simulation.simulate_stc.html">
mne.simulation.simulate_stc
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.simulation.simulate_sparse_stc.html">
mne.simulation.simulate_sparse_stc
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.simulation.select_source_in_label.html">
mne.simulation.select_source_in_label
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.simulation.SourceSimulator.html">
mne.simulation.SourceSimulator
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../decoding.html">
Decoding
</a>
<input class="toctree-checkbox" id="toctree-checkbox-19" name="toctree-checkbox-19" type="checkbox"/>
<label for="toctree-checkbox-19">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.CSP.html">
mne.decoding.CSP
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.EMS.html">
mne.decoding.EMS
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.FilterEstimator.html">
mne.decoding.FilterEstimator
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.LinearModel.html">
mne.decoding.LinearModel
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.PSDEstimator.html">
mne.decoding.PSDEstimator
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.Scaler.html">
mne.decoding.Scaler
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.TemporalFilter.html">
mne.decoding.TemporalFilter
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.TimeFrequency.html">
mne.decoding.TimeFrequency
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.UnsupervisedSpatialFilter.html">
mne.decoding.UnsupervisedSpatialFilter
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.Vectorizer.html">
mne.decoding.Vectorizer
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.ReceptiveField.html">
mne.decoding.ReceptiveField
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.TimeDelayingRidge.html">
mne.decoding.TimeDelayingRidge
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.SlidingEstimator.html">
mne.decoding.SlidingEstimator
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.GeneralizingEstimator.html">
mne.decoding.GeneralizingEstimator
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.SPoC.html">
mne.decoding.SPoC
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.SSD.html">
mne.decoding.SSD
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.compute_ems.html">
mne.decoding.compute_ems
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.cross_val_multiscore.html">
mne.decoding.cross_val_multiscore
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.decoding.get_coef.html">
mne.decoding.get_coef
</a>
</li>
</ul>
</li>
<li class="toctree-l1">
<a class="reference internal" href="../realtime.html">
Realtime
</a>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../report.html">
MNE-Report
</a>
<input class="toctree-checkbox" id="toctree-checkbox-20" name="toctree-checkbox-20" type="checkbox"/>
<label for="toctree-checkbox-20">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.Report.html">
mne.Report
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.open_report.html">
mne.open_report
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="../logging.html">
Logging and Configuration
</a>
<input class="toctree-checkbox" id="toctree-checkbox-21" name="toctree-checkbox-21" type="checkbox"/>
<label for="toctree-checkbox-21">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="mne.get_config_path.html">
mne.get_config_path
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.get_config.html">
mne.get_config
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.open_docs.html">
mne.open_docs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.set_log_level.html">
mne.set_log_level
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.set_log_file.html">
mne.set_log_file
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.set_config.html">
mne.set_config
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.set_cache_dir.html">
mne.set_cache_dir
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.sys_info.html">
mne.sys_info
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.verbose.html">
mne.verbose
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.utils.deprecated.html">
mne.utils.deprecated
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.utils.warn.html">
mne.utils.warn
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.cuda.get_cuda_memory.html">
mne.cuda.get_cuda_memory
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.cuda.init_cuda.html">
mne.cuda.init_cuda
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="mne.cuda.set_cuda_device.html">
mne.cuda.set_cuda_device
</a>
</li>
</ul>
</li>
</ul>
</div>
</nav>
</div>
<div class="d-none d-xl-block col-xl-2 bd-toc">
<div class="toc-item">
<div class="tocsection onthispage pt-5 pb-3">
<i class="fas fa-list"></i> On this page
</div>
<nav id="bd-toc-nav">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#examples-using-mne-beamformer-make-lcmv-resolution-matrix">
Examples using
<code class="docutils literal notranslate">
<span class="pre">
mne.beamformer.make_lcmv_resolution_matrix
</span>
</code>
</a>
</li>
</ul>
</nav>
</div>
<div class="toc-item">
</div>
</div>
<main class="col-12 col-md-9 col-xl-7 py-md-5 pl-md-5 pr-md-4 bd-content" role="main">
<div>
<section id="mne-beamformer-make-lcmv-resolution-matrix">
<h1>mne.beamformer.make_lcmv_resolution_matrix<a class="headerlink" href="#mne-beamformer-make-lcmv-resolution-matrix" title="Permalink to this headline">¶</a></h1>
<dl class="py function">
<dt class="sig sig-object py" id="mne.beamformer.make_lcmv_resolution_matrix">
<span class="sig-prename descclassname"><span class="pre">mne.beamformer.</span></span><span class="sig-name descname"><span class="pre">make_lcmv_resolution_matrix</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">filters</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">forward</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">info</span></span></em><span class="sig-paren">)</span><a class="reference external" href="http://github.com/mne-tools/mne-python/blob/maint/0.24/mne/beamformer/resolution_matrix.py#L14-L59"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mne.beamformer.make_lcmv_resolution_matrix" title="Permalink to this definition">¶</a></dt>
<dd><p>Compute resolution matrix for LCMV beamformer.</p>
<dl class="field-list">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><dl>
<dt><strong>filters</strong><span class="classifier">instance of <a class="reference internal" href="mne.beamformer.Beamformer.html#mne.beamformer.Beamformer" title="mne.beamformer.Beamformer"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Beamformer</span></code></a></span></dt><dd><p>Dictionary containing filter weights from LCMV beamformer
(see mne.beamformer.make_lcmv).</p>
</dd>
<dt><strong>forward</strong><span class="classifier">instance of <a class="reference internal" href="mne.Forward.html#mne.Forward" title="mne.Forward"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Forward</span></code></a></span></dt><dd><p>Forward Solution with leadfield matrix.</p>
</dd>
<dt><strong>info</strong><span class="classifier"><a class="reference internal" href="mne.Info.html#mne.Info" title="mne.Info"><code class="xref py py-obj docutils literal notranslate"><span class="pre">mne.Info</span></code></a></span></dt><dd><p>The <a class="reference internal" href="mne.Info.html#mne.Info" title="mne.Info"><code class="xref py py-class docutils literal notranslate"><span class="pre">mne.Info</span></code></a> object with information about the sensors and methods of measurement. Used to compute LCMV filters.</p>
</dd>
</dl>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><dl>
<dt><strong>resmat</strong><span class="classifier"><a class="reference external" href="https://numpy.org/devdocs/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.23.dev0)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">array</span></code></a>, shape (n_dipoles_lcmv, n_dipoles_fwd)</span></dt><dd><p>Resolution matrix (filter matrix multiplied to leadfield from
forward solution). Numbers of rows (n_dipoles_lcmv) and columns
(n_dipoles_fwd) may differ by a factor depending on orientation
constraints of filter and forward solution, respectively (e.g. factor 3
for free dipole orientation versus factor 1 for scalar beamformers).</p>
</dd>
</dl>
</dd>
</dl>
</dd></dl>
<section id="examples-using-mne-beamformer-make-lcmv-resolution-matrix">
<span id="sphx-glr-backreferences-mne-beamformer-make-lcmv-resolution-matrix"></span><h2>Examples using <code class="docutils literal notranslate"><span class="pre">mne.beamformer.make_lcmv_resolution_matrix</span></code><a class="headerlink" href="#examples-using-mne-beamformer-make-lcmv-resolution-matrix" title="Permalink to this headline">¶</a></h2>
<div class="sphx-glr-thumbcontainer" tooltip="Visualise cross-talk functions at one vertex for LCMV beamformers computed with different data ..."><figure class="align-default" id="id1">
<img alt="Compute cross-talk functions for LCMV beamformers" src="../_images/sphx_glr_psf_ctf_vertices_lcmv_thumb.png" />
<figcaption>
<p><span class="caption-text"><a class="reference internal" href="../auto_examples/inverse/psf_ctf_vertices_lcmv.html#sphx-glr-auto-examples-inverse-psf-ctf-vertices-lcmv-py"><span class="std std-ref">Compute cross-talk functions for LCMV beamformers</span></a></span><a class="headerlink" href="#id1" title="Permalink to this image">¶</a></p>
</figcaption>
</figure>
</div><div class="sphx-glr-clear"></div></section>
</section>
</div>
<!-- Previous / next buttons -->
<div class='prev-next-area'>
<a class='left-prev' id="prev-link" href="mne.beamformer.rap_music.html" title="previous page">
<i class="fas fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">mne.beamformer.rap_music</p>
</div>
</a>
<a class='right-next' id="next-link" href="mne.Dipole.html" title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">mne.Dipole</p>
</div>
<i class="fas fa-angle-right"></i>
</a>
</div>
</main>
</div>
</div>
<script src="https://mne.tools/versionwarning.js"></script>
<script src="../_static/js/index.be7d3bbb2ef33a8344ce.js"></script>
<footer class="footer mt-5 mt-md-0">
<div class="container">
<div class="footer-item">
<p class="text-center text-muted small">© Copyright 2012–2021, MNE Developers. Last updated <time datetime="2021-12-03T05:52:28.966460+00:00" class="localized">2021-12-03 05:52 UTC</time>
<script type="text/javascript">$(function () { $("time.localized").each(function () { var el = $(this); el.text(new Date(el.attr("datetime")).toLocaleString([], {dateStyle: "medium", timeStyle: "long"})); }); } )</script></p>
</div>
</div>
</footer>
</body>
</html>
|
mne-tools/mne-tools.github.io
|
stable/generated/mne.beamformer.make_lcmv_resolution_matrix.html
|
HTML
|
bsd-3-clause
| 108,571
|
<dom-module id="cyborg-rest">
<template>
<iron-ajax
id="postmethod"
url="{{url}}"
params={{params}}
handle-as="json"
body="{{body}}"
headers="{{headers}}"
method="POST"
content-type="application/json"
on-response="onPostCompleted"
handle-error="onPostError"
debounce-duration="300">
</iron-ajax>
<iron-ajax
id="getmethod"
url="{{url}}"
params={{params}}
handle-as="json"
method="GET"
headers="{{headers}}"
content-type="application/json"
on-response="onGetCompleted"
handle-error="onGetError"
debounce-duration="300">
</iron-ajax>
<iron-ajax
id="putmethod"
url="{{url}}"
params={{params}}
handle-as="json"
headers="{{headers}}"
body="{{body}}"
method="PUT"
content-type="application/json"
on-response="onPutCompleted"
handle-error="onPutError"
debounce-duration="300">
</iron-ajax>
<iron-ajax
id="deletemethod"
url="{{url}}"
params={{params}}
headers="{{headers}}"
handle-as="json"
method="DELETE"
content-type="application/json"
on-response="onDeleteCompleted"
handle-error="onDeleteError"
debounce-duration="300">
</iron-ajax>
</template>
<script>
Polymer({
is: 'cyborg-rest',
properties: {
url: {
type: String,
value: ''
},
params: {
type: Object,
value: {},
notify: true
},
headers: {
type: Object,
value: {},
notify: true
}
},
generateGetRequest: function () {
this.$.getmethod.generateRequest();
},
onGetCompleted: function (e) {
this.fire('getCompleted', this.$.getmethod.lastResponse);
},
onGetError: function (request, error) {
this.fire('getError', {request: request, error: error});
}
// generatePostRequest: function () {
// this.$.postmethod.generateRequest();
// this.lastRequest = this.$.postmethod.lastRequest;
// },
// onPostCompleted: function (e) {
// this.fire('postCompleted', e);
// this.lastResponse = this.$.postmethod.lastResponse;
// },
// onPostError: function (request, error) {
// this.fire('postError', {error: error});
// this.lastError = this.$.postmethod.lastError;
// },
// generatePutRequest: function () {
// this.$.putmethod.generateRequest();
// this.lastRequest = this.$.putmethod.lastRequest;
// },
// onPutCompleted: function (e) {
// this.fire('putCompleted', e);
// this.lastResponse = this.$.putmethod.lastResponse;
// },
// onPutError: function (request, error) {
// this.fire('putError', {error: error});
// this.lastError = this.$.putmethod.lastError;
// },
// generateDeleteRequest: function () {
// this.$.deletemethod.generateRequest();
// this.lastRequest = this.$.deletemethod.lastRequest;
// },
// onDeleteCompleted: function (e) {
// this.fire('deleteCompleted', e);
// this.lastResponse = this.$.deletemethod.lastResponse;
// },
// onDeleteError: function (request, error) {
// this.fire('deleteError', {error: error});
// this.lastError = this.$.deletemethod.lastError;
// }
});
</script>
</dom-module>
|
shawnhermans/cyborg-ui
|
app/elements/cyborg-rest/cyborg-rest.html
|
HTML
|
bsd-3-clause
| 4,407
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>statsmodels.stats.power.TTestPower.power — statsmodels 0.9.0 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript" src="../_static/documentation_options.js"></script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.stats.power.TTestPower.solve_power" href="statsmodels.stats.power.TTestPower.solve_power.html" />
<link rel="prev" title="statsmodels.stats.power.TTestPower.plot_power" href="statsmodels.stats.power.TTestPower.plot_power.html" />
<link rel="stylesheet" href="../_static/examples.css" type="text/css" />
<link rel="stylesheet" href="../_static/facebox.css" type="text/css" />
<script type="text/javascript" src="../_static/scripts.js">
</script>
<script type="text/javascript" src="../_static/facebox.js">
</script>
<script type="text/javascript">
$.facebox.settings.closeImage = "../_static/closelabel.png"
$.facebox.settings.loadingImage = "../_static/loading.gif"
</script>
</head><body>
<div class="headerwrap">
<div class = "header">
<a href = "../index.html">
<img src="../_static/statsmodels_hybi_banner.png" alt="Logo"
style="padding-left: 15px"/></a>
</div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="statsmodels.stats.power.TTestPower.solve_power.html" title="statsmodels.stats.power.TTestPower.solve_power"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="statsmodels.stats.power.TTestPower.plot_power.html" title="statsmodels.stats.power.TTestPower.plot_power"
accesskey="P">previous</a> |</li>
<li><a href ="../install.html">Install</a></li> |
<li><a href="https://groups.google.com/forum/?hl=en#!forum/pystatsmodels">Support</a></li> |
<li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> |
<li><a href="../dev/index.html">Develop</a></li> |
<li><a href="../examples/index.html">Examples</a></li> |
<li><a href="../faq.html">FAQ</a></li> |
<li class="nav-item nav-item-1"><a href="../stats.html" >Statistics <code class="docutils literal notranslate"><span class="pre">stats</span></code></a> |</li>
<li class="nav-item nav-item-2"><a href="statsmodels.stats.power.TTestPower.html" accesskey="U">statsmodels.stats.power.TTestPower</a> |</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="statsmodels-stats-power-ttestpower-power">
<h1>statsmodels.stats.power.TTestPower.power<a class="headerlink" href="#statsmodels-stats-power-ttestpower-power" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="statsmodels.stats.power.TTestPower.power">
<code class="descclassname">TTestPower.</code><code class="descname">power</code><span class="sig-paren">(</span><em>effect_size</em>, <em>nobs</em>, <em>alpha</em>, <em>df=None</em>, <em>alternative='two-sided'</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/stats/power.html#TTestPower.power"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.stats.power.TTestPower.power" title="Permalink to this definition">¶</a></dt>
<dd><p>Calculate the power of a t-test for one sample or paired samples.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>effect_size</strong> (<em>float</em>) – standardized effect size, mean divided by the standard deviation.
effect size has to be positive.</li>
<li><strong>nobs</strong> (<em>int</em><em> or </em><em>float</em>) – sample size, number of observations.</li>
<li><strong>alpha</strong> (<em>float in interval</em><em> (</em><em>0</em><em>,</em><em>1</em><em>)</em>) – significance level, e.g. 0.05, is the probability of a type I
error, that is wrong rejections if the Null Hypothesis is true.</li>
<li><strong>df</strong> (<em>int</em><em> or </em><em>float</em>) – degrees of freedom. By default this is None, and the df from the
one sample or paired ttest is used, <code class="docutils literal notranslate"><span class="pre">df</span> <span class="pre">=</span> <span class="pre">nobs1</span> <span class="pre">-</span> <span class="pre">1</span></code></li>
<li><strong>alternative</strong> (<em>string</em><em>, </em><em>'two-sided'</em><em> (</em><em>default</em><em>)</em><em>, </em><em>'larger'</em><em>, </em><em>'smaller'</em>) – extra argument to choose whether the power is calculated for a
two-sided (default) or one sided test. The one-sided test can be
either ‘larger’, ‘smaller’.
.</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"><strong>power</strong> – Power of the test, e.g. 0.8, is one minus the probability of a
type II error. Power is the probability that the test correctly
rejects the Null Hypothesis if the Alternative Hypothesis is true.</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">float</p>
</td>
</tr>
</tbody>
</table>
</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.power.TTestPower.plot_power.html"
title="previous chapter">statsmodels.stats.power.TTestPower.plot_power</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="statsmodels.stats.power.TTestPower.solve_power.html"
title="next chapter">statsmodels.stats.power.TTestPower.solve_power</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.power.TTestPower.power.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© Copyright 2009-2017, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
</div>
</body>
</html>
|
statsmodels/statsmodels.github.io
|
0.9.0/generated/statsmodels.stats.power.TTestPower.power.html
|
HTML
|
bsd-3-clause
| 8,558
|
---
title: ECG BOOK CHAPTER 13 - Clifford Lab
permalink: "/ecgbookchapter13.html"
layout: default
---
<style type="text/css">
@import url("assets/css/newcss.css");
</style>
<div style="width:100%; min-width:10px; min-height: 10px;" align="center">
<img src="/assets/img/titlebar1.PNG">
</div>
<div class="container">
<h1 align="center">An Introduction to Unsupervised Learning for ECG Classification - Chapter 13</h1>
<h3 align="center">H. Wang & F. Azuaje</h3>
<br><br>
<div class="col-md-6">
<p>This page provides supplementary information and relevant links for Chapter 13 in <a href="http://gdclifford.info/ecgbook">Advanced Methods for ECG Analysis</a>, which is co-edited by Francisco Azuaje and Patrick McSharry, and is published
by
<a href="http://us.artechhouse.com/">Artech House
</a>. The main URL for this book can be found here, together with ordering information. Much of the software associated with this book can be found <a href="http://gdclifford.info/CODE">here</a>.</p><br><br>
<h3 align="center"><u>Links:</u></h3>
<ul>
<li><a href="https://drive.google.com/open?id=1IcitzO43skMSF8pplPOhEWQa_gFlyIIc">Download sample of chapter</a></li>
<li><a href="/assets/ecgbook_code/CODE/ECGtools/">ECGtools - A selection of ECG analysis tools in Matlab including a self-explaining QRS detector, filtering tools and HRV analysis algorithms.</a></li>
<li><a href="http://www.ncrg.aston.ac.uk/netlab/index.php">Netlab - A free set of pattern recognition & neural network tools in Matlab by Ian Nabney. the associated book is simply wonderful. </a></li>
</ul>
</div>
<div align="center" class="col-md-6">
<img style="min-width: 20%" src="/assets/img/chap13.png"><br><br>
<div align="left">
<h3 align="center"><u>Contents:</u></h3>
<ul>
<li>13.1 Introduction</li>
<li>13.2 Basic Concepts and Methodologies</li>
<li>13.3 Unsupervised Learning Techniques and Their Applications in ECG Classification
<ul>
<li>13.3.1 Hierarchical Clustering</li>
<li>13.3.2 k-Means Clustering</li>
<li>13.3.3 SOM</li>
<li>13.3.4 Application of Unsupervised Learning in ECG Classification</li>
<li>13.3.5 Advances in Clustering-Based Techniques</li>
<li>13.3.6 Evaluation of Unsupervised Classification Models: Cluster Validity and Significance</li>
</ul>
</li>
<li>13.4 GSOM-based Approaches to ECG Cluster Discovery and Visualization
<ul>
<li>13.4.1 The GSOM</li>
<li>13.4.2 Application of GSOM-Based Techniques to Support ECG Classification</li>
</ul>
</li>
<li>13.5 Final Remarks</li>
</ul>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="col-xs-6">
<p class="text-muted"><i class="fa fa-copyright"></i> 2017 Clifford Lab</p>
</div>
</div>
</footer>
|
cliffordlab/cliffordlab.github.io
|
pages/ecgbookchapter13.html
|
HTML
|
bsd-3-clause
| 3,475
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DataTable.BodyView - AlloyUI</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.4.0/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/../../build/aui-skin-classic/css/aui-skin-classic-all-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<script src="../assets/../../build/aui/aui.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="../assets/css/logo_small.png"></h1>
</div>
<div class="yui3-u-1-4 version">
<div class="version-details">
<span class="version-lib">AlloyUI 1.7.0</span>
<div class="yui-version">
<span class="version-lib version-lib-yui">YUI 3.7.3</span>
</div>
</div>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="aui-tabview-list aui-widget-hd tabs" id="api-tabview-list">
<li class="aui-tab"><a class="aui-tab-label" href="#api-classes">Classes</a></li>
<li class="aui-tab"><a class="aui-tab-label" href="#api-modules">Modules</a></li>
<li class="aui-tab"><a class="aui-tab-label" href="#api-everything">Everything</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div class="aui-tabview-content aui-widget-bd" id="api-tabview-panel">
<ul id="api-classes" class="apis classes aui-tabview-content-item">
<li><a href="../classes/A.DataType.DateMath.html">A.DataType.DateMath</a></li>
<li><a href="../classes/A.HTML5.html">A.HTML5</a></li>
<li><a href="../classes/A.io.html">A.io</a></li>
<li><a href="../classes/A.Node.html">A.Node</a></li>
<li><a href="../classes/A.NodeList.html">A.NodeList</a></li>
<li><a href="../classes/A.Plugin.IO.html">A.Plugin.IO</a></li>
<li><a href="../classes/Anim.html">Anim</a></li>
<li><a href="../classes/App.html">App</a></li>
<li><a href="../classes/App.Base.html">App.Base</a></li>
<li><a href="../classes/App.Content.html">App.Content</a></li>
<li><a href="../classes/App.Transitions.html">App.Transitions</a></li>
<li><a href="../classes/App.TransitionsNative.html">App.TransitionsNative</a></li>
<li><a href="../classes/AreaSeries.html">AreaSeries</a></li>
<li><a href="../classes/AreaSplineSeries.html">AreaSplineSeries</a></li>
<li><a href="../classes/Array.html">Array</a></li>
<li><a href="../classes/ArrayList.html">ArrayList</a></li>
<li><a href="../classes/ArraySort.html">ArraySort</a></li>
<li><a href="../classes/AsyncQueue.html">AsyncQueue</a></li>
<li><a href="../classes/Attribute.html">Attribute</a></li>
<li><a href="../classes/AttributeCore.html">AttributeCore</a></li>
<li><a href="../classes/AttributeEvents.html">AttributeEvents</a></li>
<li><a href="../classes/AttributeExtras.html">AttributeExtras</a></li>
<li><a href="../classes/AttributeLite.html">AttributeLite</a></li>
<li><a href="../classes/AUI~event~input.html">AUI~event~input</a></li>
<li><a href="../classes/AutoComplete.html">AutoComplete</a></li>
<li><a href="../classes/AutoCompleteBase.html">AutoCompleteBase</a></li>
<li><a href="../classes/AutoCompleteFilters.html">AutoCompleteFilters</a></li>
<li><a href="../classes/AutoCompleteHighlighters.html">AutoCompleteHighlighters</a></li>
<li><a href="../classes/AutoCompleteList.html">AutoCompleteList</a></li>
<li><a href="../classes/Axis.html">Axis</a></li>
<li><a href="../classes/AxisType.html">AxisType</a></li>
<li><a href="../classes/BarSeries.html">BarSeries</a></li>
<li><a href="../classes/Base.html">Base</a></li>
<li><a href="../classes/BaseCellEditor.html">BaseCellEditor</a></li>
<li><a href="../classes/BaseCore.html">BaseCore</a></li>
<li><a href="../classes/BaseOptionsCellEditor.html">BaseOptionsCellEditor</a></li>
<li><a href="../classes/BottomAxisLayout.html">BottomAxisLayout</a></li>
<li><a href="../classes/Button.html">Button</a></li>
<li><a href="../classes/ButtonCore.html">ButtonCore</a></li>
<li><a href="../classes/ButtonGroup.html">ButtonGroup</a></li>
<li><a href="../classes/ButtonItem.html">ButtonItem</a></li>
<li><a href="../classes/ButtonPlugin.html">ButtonPlugin</a></li>
<li><a href="../classes/Cache.html">Cache</a></li>
<li><a href="../classes/CacheOffline.html">CacheOffline</a></li>
<li><a href="../classes/Calendar.html">Calendar</a></li>
<li><a href="../classes/CalendarBase.html">CalendarBase</a></li>
<li><a href="../classes/CanvasCircle.html">CanvasCircle</a></li>
<li><a href="../classes/CanvasDrawing.html">CanvasDrawing</a></li>
<li><a href="../classes/CanvasEllipse.html">CanvasEllipse</a></li>
<li><a href="../classes/CanvasGraphic.html">CanvasGraphic</a></li>
<li><a href="../classes/CanvasPath.html">CanvasPath</a></li>
<li><a href="../classes/CanvasPieSlice.html">CanvasPieSlice</a></li>
<li><a href="../classes/CanvasRect.html">CanvasRect</a></li>
<li><a href="../classes/CanvasShape.html">CanvasShape</a></li>
<li><a href="../classes/Carousel.html">Carousel</a></li>
<li><a href="../classes/CartesianChart.html">CartesianChart</a></li>
<li><a href="../classes/CartesianSeries.html">CartesianSeries</a></li>
<li><a href="../classes/CategoryAxis.html">CategoryAxis</a></li>
<li><a href="../classes/CellEditorSupport.html">CellEditorSupport</a></li>
<li><a href="../classes/CharCounter.html">CharCounter</a></li>
<li><a href="../classes/Chart.html">Chart</a></li>
<li><a href="../classes/ChartBase.html">ChartBase</a></li>
<li><a href="../classes/ChartLegend.html">ChartLegend</a></li>
<li><a href="../classes/CheckboxCellEditor.html">CheckboxCellEditor</a></li>
<li><a href="../classes/Circle.html">Circle</a></li>
<li><a href="../classes/CircleGroup.html">CircleGroup</a></li>
<li><a href="../classes/ClassNameManager.html">ClassNameManager</a></li>
<li><a href="../classes/ClickableRail.html">ClickableRail</a></li>
<li><a href="../classes/ColorPicker.html">ColorPicker</a></li>
<li><a href="../classes/ColumnSeries.html">ColumnSeries</a></li>
<li><a href="../classes/ComboSeries.html">ComboSeries</a></li>
<li><a href="../classes/ComboSplineSeries.html">ComboSplineSeries</a></li>
<li><a href="../classes/Component.html">Component</a></li>
<li><a href="../classes/config.html">config</a></li>
<li><a href="../classes/Console.html">Console</a></li>
<li><a href="../classes/Controller.html">Controller</a></li>
<li><a href="../classes/Cookie.html">Cookie</a></li>
<li><a href="../classes/CurveUtil.html">CurveUtil</a></li>
<li><a href="../classes/CustomEvent.html">CustomEvent</a></li>
<li><a href="../classes/DataSchema.Array.html">DataSchema.Array</a></li>
<li><a href="../classes/DataSchema.Base.html">DataSchema.Base</a></li>
<li><a href="../classes/DataSchema.JSON.html">DataSchema.JSON</a></li>
<li><a href="../classes/DataSchema.Text.html">DataSchema.Text</a></li>
<li><a href="../classes/DataSchema.XML.html">DataSchema.XML</a></li>
<li><a href="../classes/DataSource.Function.html">DataSource.Function</a></li>
<li><a href="../classes/DataSource.Get.html">DataSource.Get</a></li>
<li><a href="../classes/DataSource.IO.html">DataSource.IO</a></li>
<li><a href="../classes/DataSource.Local.html">DataSource.Local</a></li>
<li><a href="../classes/DataSourceArraySchema.html">DataSourceArraySchema</a></li>
<li><a href="../classes/DataSourceCache.html">DataSourceCache</a></li>
<li><a href="../classes/DataSourceCacheExtension.html">DataSourceCacheExtension</a></li>
<li><a href="../classes/DataSourceJSONSchema.html">DataSourceJSONSchema</a></li>
<li><a href="../classes/DataSourceTextSchema.html">DataSourceTextSchema</a></li>
<li><a href="../classes/DataSourceXMLSchema.html">DataSourceXMLSchema</a></li>
<li><a href="../classes/DataTable.html">DataTable</a></li>
<li><a href="../classes/DataTable.Base.html">DataTable.Base</a></li>
<li><a href="../classes/DataTable.BodyView.html">DataTable.BodyView</a></li>
<li><a href="../classes/DataTable.ColumnWidths.html">DataTable.ColumnWidths</a></li>
<li><a href="../classes/DataTable.Core.html">DataTable.Core</a></li>
<li><a href="../classes/DataTable.HeaderView.html">DataTable.HeaderView</a></li>
<li><a href="../classes/DataTable.Message.html">DataTable.Message</a></li>
<li><a href="../classes/DataTable.Mutable.html">DataTable.Mutable</a></li>
<li><a href="../classes/DataTable.Scrollable.html">DataTable.Scrollable</a></li>
<li><a href="../classes/DataTable.Sortable.html">DataTable.Sortable</a></li>
<li><a href="../classes/DataTable.TableView.html">DataTable.TableView</a></li>
<li><a href="../classes/DataType.Boolean.html">DataType.Boolean</a></li>
<li><a href="../classes/DataType.Date.Locale.html">DataType.Date.Locale</a></li>
<li><a href="../classes/DataType.String.html">DataType.String</a></li>
<li><a href="../classes/Date.html">Date</a></li>
<li><a href="../classes/DateCellEditor.html">DateCellEditor</a></li>
<li><a href="../classes/DatepickerManager.html">DatepickerManager</a></li>
<li><a href="../classes/DatePickerSelect.html">DatePickerSelect</a></li>
<li><a href="../classes/DD.DDM.html">DD.DDM</a></li>
<li><a href="../classes/DD.Delegate.html">DD.Delegate</a></li>
<li><a href="../classes/DD.Drag.html">DD.Drag</a></li>
<li><a href="../classes/DD.Drop.html">DD.Drop</a></li>
<li><a href="../classes/DD.Scroll.html">DD.Scroll</a></li>
<li><a href="../classes/DelayedTask.html">DelayedTask</a></li>
<li><a href="../classes/Dial.html">Dial</a></li>
<li><a href="../classes/Dialog.html">Dialog</a></li>
<li><a href="../classes/DialogManager.html">DialogManager</a></li>
<li><a href="../classes/DialogMask.html">DialogMask</a></li>
<li><a href="../classes/Do.html">Do</a></li>
<li><a href="../classes/Do.AlterArgs.html">Do.AlterArgs</a></li>
<li><a href="../classes/Do.AlterReturn.html">Do.AlterReturn</a></li>
<li><a href="../classes/Do.Error.html">Do.Error</a></li>
<li><a href="../classes/Do.Halt.html">Do.Halt</a></li>
<li><a href="../classes/Do.Method.html">Do.Method</a></li>
<li><a href="../classes/Do.Prevent.html">Do.Prevent</a></li>
<li><a href="../classes/DOM.html">DOM</a></li>
<li><a href="../classes/DOMEventFacade.html">DOMEventFacade</a></li>
<li><a href="../classes/Drawing.html">Drawing</a></li>
<li><a href="../classes/DropDownCellEditor.html">DropDownCellEditor</a></li>
<li><a href="../classes/Easing.html">Easing</a></li>
<li><a href="../classes/Editable.html">Editable</a></li>
<li><a href="../classes/EditorBase.html">EditorBase</a></li>
<li><a href="../classes/EditorSelection.html">EditorSelection</a></li>
<li><a href="../classes/Ellipse.html">Ellipse</a></li>
<li><a href="../classes/EllipseGroup.html">EllipseGroup</a></li>
<li><a href="../classes/Escape.html">Escape</a></li>
<li><a href="../classes/Event.html">Event</a></li>
<li><a href="../classes/EventFacade.html">EventFacade</a></li>
<li><a href="../classes/EventHandle.html">EventHandle</a></li>
<li><a href="../classes/EventTarget.html">EventTarget</a></li>
<li><a href="../classes/ExecCommand.html">ExecCommand</a></li>
<li><a href="../classes/Features.html">Features</a></li>
<li><a href="../classes/File.html">File</a></li>
<li><a href="../classes/FileFlash.html">FileFlash</a></li>
<li><a href="../classes/FileHTML5.html">FileHTML5</a></li>
<li><a href="../classes/Fills.html">Fills</a></li>
<li><a href="../classes/Frame.html">Frame</a></li>
<li><a href="../classes/Get.html">Get</a></li>
<li><a href="../classes/Get.Transaction.html">Get.Transaction</a></li>
<li><a href="../classes/GetNodeJS.html">GetNodeJS</a></li>
<li><a href="../classes/Graph.html">Graph</a></li>
<li><a href="../classes/Graphic.html">Graphic</a></li>
<li><a href="../classes/GraphicBase.html">GraphicBase</a></li>
<li><a href="../classes/Gridlines.html">Gridlines</a></li>
<li><a href="../classes/GroupDiamond.html">GroupDiamond</a></li>
<li><a href="../classes/GroupRect.html">GroupRect</a></li>
<li><a href="../classes/Handlebars.html">Handlebars</a></li>
<li><a href="../classes/Highlight.html">Highlight</a></li>
<li><a href="../classes/Histogram.html">Histogram</a></li>
<li><a href="../classes/HistoryBase.html">HistoryBase</a></li>
<li><a href="../classes/HistoryHash.html">HistoryHash</a></li>
<li><a href="../classes/HistoryHTML5.html">HistoryHTML5</a></li>
<li><a href="../classes/HorizontalLegendLayout.html">HorizontalLegendLayout</a></li>
<li><a href="../classes/ImageGallery.html">ImageGallery</a></li>
<li><a href="../classes/ImageViewer.html">ImageViewer</a></li>
<li><a href="../classes/ImageViewerMask.html">ImageViewerMask</a></li>
<li><a href="../classes/ImgLoadGroup.html">ImgLoadGroup</a></li>
<li><a href="../classes/ImgLoadImgObj.html">ImgLoadImgObj</a></li>
<li><a href="../classes/Intl.html">Intl</a></li>
<li><a href="../classes/IO.html">IO</a></li>
<li><a href="../classes/IORequest.html">IORequest</a></li>
<li><a href="../classes/JSON.html">JSON</a></li>
<li><a href="../classes/JSONPRequest.html">JSONPRequest</a></li>
<li><a href="../classes/Lang.html">Lang</a></li>
<li><a href="../classes/LazyModelList.html">LazyModelList</a></li>
<li><a href="../classes/LeftAxisLayout.html">LeftAxisLayout</a></li>
<li><a href="../classes/Lines.html">Lines</a></li>
<li><a href="../classes/LineSeries.html">LineSeries</a></li>
<li><a href="../classes/LiveSearch.html">LiveSearch</a></li>
<li><a href="../classes/Loader.html">Loader</a></li>
<li><a href="../classes/LoadingMask.html">LoadingMask</a></li>
<li><a href="../classes/MarkerSeries.html">MarkerSeries</a></li>
<li><a href="../classes/Matrix.html">Matrix</a></li>
<li><a href="../classes/MatrixUtil.html">MatrixUtil</a></li>
<li><a href="../classes/Model.html">Model</a></li>
<li><a href="../classes/ModelList.html">ModelList</a></li>
<li><a href="../classes/ModelSync.REST.html">ModelSync.REST</a></li>
<li><a href="../classes/NestedList.html">NestedList</a></li>
<li><a href="../classes/Node.html">Node</a></li>
<li><a href="../classes/NodeList.html">NodeList</a></li>
<li><a href="../classes/Number.html">Number</a></li>
<li><a href="../classes/NumericAxis.html">NumericAxis</a></li>
<li><a href="../classes/Object.html">Object</a></li>
<li><a href="../classes/Overlay.html">Overlay</a></li>
<li><a href="../classes/OverlayBase.html">OverlayBase</a></li>
<li><a href="../classes/OverlayContext.html">OverlayContext</a></li>
<li><a href="../classes/OverlayContextManager.html">OverlayContextManager</a></li>
<li><a href="../classes/OverlayContextPanel.html">OverlayContextPanel</a></li>
<li><a href="../classes/OverlayContextPanelManager.html">OverlayContextPanelManager</a></li>
<li><a href="../classes/OverlayManager.html">OverlayManager</a></li>
<li><a href="../classes/OverlayMask.html">OverlayMask</a></li>
<li><a href="../classes/Paginator.html">Paginator</a></li>
<li><a href="../classes/Panel.html">Panel</a></li>
<li><a href="../classes/Parallel.html">Parallel</a></li>
<li><a href="../classes/ParseContent.html">ParseContent</a></li>
<li><a href="../classes/Path.html">Path</a></li>
<li><a href="../classes/PieChart.html">PieChart</a></li>
<li><a href="../classes/PieSeries.html">PieSeries</a></li>
<li><a href="../classes/Pjax.html">Pjax</a></li>
<li><a href="../classes/PjaxBase.html">PjaxBase</a></li>
<li><a href="../classes/PjaxContent.html">PjaxContent</a></li>
<li><a href="../classes/Plots.html">Plots</a></li>
<li><a href="../classes/Plugin.Align.html">Plugin.Align</a></li>
<li><a href="../classes/Plugin.AutoComplete.html">Plugin.AutoComplete</a></li>
<li><a href="../classes/Plugin.Base.html">Plugin.Base</a></li>
<li><a href="../classes/Plugin.Cache.html">Plugin.Cache</a></li>
<li><a href="../classes/Plugin.CalendarNavigator.html">Plugin.CalendarNavigator</a></li>
<li><a href="../classes/Plugin.ConsoleFilters.html">Plugin.ConsoleFilters</a></li>
<li><a href="../classes/Plugin.CreateLinkBase.html">Plugin.CreateLinkBase</a></li>
<li><a href="../classes/Plugin.DataTableDataSource.html">Plugin.DataTableDataSource</a></li>
<li><a href="../classes/Plugin.DDConstrained.html">Plugin.DDConstrained</a></li>
<li><a href="../classes/Plugin.DDNodeScroll.html">Plugin.DDNodeScroll</a></li>
<li><a href="../classes/Plugin.DDProxy.html">Plugin.DDProxy</a></li>
<li><a href="../classes/Plugin.DDWindowScroll.html">Plugin.DDWindowScroll</a></li>
<li><a href="../classes/Plugin.Drag.html">Plugin.Drag</a></li>
<li><a href="../classes/Plugin.Drop.html">Plugin.Drop</a></li>
<li><a href="../classes/Plugin.EditorBidi.html">Plugin.EditorBidi</a></li>
<li><a href="../classes/Plugin.EditorBR.html">Plugin.EditorBR</a></li>
<li><a href="../classes/Plugin.EditorLists.html">Plugin.EditorLists</a></li>
<li><a href="../classes/Plugin.EditorPara.html">Plugin.EditorPara</a></li>
<li><a href="../classes/Plugin.EditorParaBase.html">Plugin.EditorParaBase</a></li>
<li><a href="../classes/Plugin.EditorParaIE.html">Plugin.EditorParaIE</a></li>
<li><a href="../classes/Plugin.EditorTab.html">Plugin.EditorTab</a></li>
<li><a href="../classes/Plugin.ExecCommand.html">Plugin.ExecCommand</a></li>
<li><a href="../classes/Plugin.Flick.html">Plugin.Flick</a></li>
<li><a href="../classes/Plugin.Host.html">Plugin.Host</a></li>
<li><a href="../classes/plugin.NodeFocusManager.html">plugin.NodeFocusManager</a></li>
<li><a href="../classes/Plugin.NodeFX.html">Plugin.NodeFX</a></li>
<li><a href="../classes/plugin.NodeMenuNav.html">plugin.NodeMenuNav</a></li>
<li><a href="../classes/Plugin.Pjax.html">Plugin.Pjax</a></li>
<li><a href="../classes/Plugin.Resize.html">Plugin.Resize</a></li>
<li><a href="../classes/Plugin.ResizeConstrained.html">Plugin.ResizeConstrained</a></li>
<li><a href="../classes/Plugin.ResizeProxy.html">Plugin.ResizeProxy</a></li>
<li><a href="../classes/Plugin.ScrollInfo.html">Plugin.ScrollInfo</a></li>
<li><a href="../classes/Plugin.ScrollViewList.html">Plugin.ScrollViewList</a></li>
<li><a href="../classes/Plugin.ScrollViewPaginator.html">Plugin.ScrollViewPaginator</a></li>
<li><a href="../classes/Plugin.ScrollViewScrollbars.html">Plugin.ScrollViewScrollbars</a></li>
<li><a href="../classes/Plugin.Shim.html">Plugin.Shim</a></li>
<li><a href="../classes/Plugin.SortScroll.html">Plugin.SortScroll</a></li>
<li><a href="../classes/Plugin.WidgetAnim.html">Plugin.WidgetAnim</a></li>
<li><a href="../classes/Pollable.html">Pollable</a></li>
<li><a href="../classes/PortalLayout.html">PortalLayout</a></li>
<li><a href="../classes/Profiler.html">Profiler</a></li>
<li><a href="../classes/ProgressBar.html">ProgressBar</a></li>
<li><a href="../classes/QueryString.html">QueryString</a></li>
<li><a href="../classes/Queue.html">Queue</a></li>
<li><a href="../classes/RadioCellEditor.html">RadioCellEditor</a></li>
<li><a href="../classes/Rating.html">Rating</a></li>
<li><a href="../classes/Record.html">Record</a></li>
<li><a href="../classes/Recordset.html">Recordset</a></li>
<li><a href="../classes/RecordsetFilter.html">RecordsetFilter</a></li>
<li><a href="../classes/RecordsetIndexer.html">RecordsetIndexer</a></li>
<li><a href="../classes/RecordsetSort.html">RecordsetSort</a></li>
<li><a href="../classes/Rect.html">Rect</a></li>
<li><a href="../classes/Renderer.html">Renderer</a></li>
<li><a href="../classes/Resize.html">Resize</a></li>
<li><a href="../classes/RightAxisLayout.html">RightAxisLayout</a></li>
<li><a href="../classes/Router.html">Router</a></li>
<li><a href="../classes/ScrollView.html">ScrollView</a></li>
<li><a href="../classes/Selector.html">Selector</a></li>
<li><a href="../classes/Shape.html">Shape</a></li>
<li><a href="../classes/ShapeGroup.html">ShapeGroup</a></li>
<li><a href="../classes/Slider.html">Slider</a></li>
<li><a href="../classes/SliderBase.html">SliderBase</a></li>
<li><a href="../classes/SliderValueRange.html">SliderValueRange</a></li>
<li><a href="../classes/Sortable.html">Sortable</a></li>
<li><a href="../classes/SplineSeries.html">SplineSeries</a></li>
<li><a href="../classes/StackedAreaSeries.html">StackedAreaSeries</a></li>
<li><a href="../classes/StackedAreaSplineSeries.html">StackedAreaSplineSeries</a></li>
<li><a href="../classes/StackedAxis.html">StackedAxis</a></li>
<li><a href="../classes/StackedBarSeries.html">StackedBarSeries</a></li>
<li><a href="../classes/StackedColumnSeries.html">StackedColumnSeries</a></li>
<li><a href="../classes/StackedComboSeries.html">StackedComboSeries</a></li>
<li><a href="../classes/StackedComboSplineSeries.html">StackedComboSplineSeries</a></li>
<li><a href="../classes/StackedLineSeries.html">StackedLineSeries</a></li>
<li><a href="../classes/StackedMarkerSeries.html">StackedMarkerSeries</a></li>
<li><a href="../classes/StackedSplineSeries.html">StackedSplineSeries</a></li>
<li><a href="../classes/StackingUtil.html">StackingUtil</a></li>
<li><a href="../classes/State.html">State</a></li>
<li><a href="../classes/StyleSheet.html">StyleSheet</a></li>
<li><a href="../classes/Subscriber.html">Subscriber</a></li>
<li><a href="../classes/SVGCircle.html">SVGCircle</a></li>
<li><a href="../classes/SVGDrawing.html">SVGDrawing</a></li>
<li><a href="../classes/SVGEllipse.html">SVGEllipse</a></li>
<li><a href="../classes/SVGGraphic.html">SVGGraphic</a></li>
<li><a href="../classes/SVGPath.html">SVGPath</a></li>
<li><a href="../classes/SVGPieSlice.html">SVGPieSlice</a></li>
<li><a href="../classes/SVGRect.html">SVGRect</a></li>
<li><a href="../classes/SVGShape.html">SVGShape</a></li>
<li><a href="../classes/SWF.html">SWF</a></li>
<li><a href="../classes/SWFDetect.html">SWFDetect</a></li>
<li><a href="../classes/SyntheticEvent.html">SyntheticEvent</a></li>
<li><a href="../classes/SyntheticEvent.Notifier.html">SyntheticEvent.Notifier</a></li>
<li><a href="../classes/SynthRegistry.html">SynthRegistry</a></li>
<li><a href="../classes/Tab.html">Tab</a></li>
<li><a href="../classes/TabView.html">TabView</a></li>
<li><a href="../classes/Test.ArrayAssert.html">Test.ArrayAssert</a></li>
<li><a href="../classes/Test.Assert.html">Test.Assert</a></li>
<li><a href="../classes/Test.AssertionError.html">Test.AssertionError</a></li>
<li><a href="../classes/Test.ComparisonFailure.html">Test.ComparisonFailure</a></li>
<li><a href="../classes/Test.Console.html">Test.Console</a></li>
<li><a href="../classes/Test.CoverageFormat.html">Test.CoverageFormat</a></li>
<li><a href="../classes/Test.DateAssert.html">Test.DateAssert</a></li>
<li><a href="../classes/Test.EventTarget.html">Test.EventTarget</a></li>
<li><a href="../classes/Test.Mock.html">Test.Mock</a></li>
<li><a href="../classes/Test.Mock.Value.html">Test.Mock.Value</a></li>
<li><a href="../classes/Test.ObjectAssert.html">Test.ObjectAssert</a></li>
<li><a href="../classes/Test.Reporter.html">Test.Reporter</a></li>
<li><a href="../classes/Test.Results.html">Test.Results</a></li>
<li><a href="../classes/Test.Runner.html">Test.Runner</a></li>
<li><a href="../classes/Test.ShouldError.html">Test.ShouldError</a></li>
<li><a href="../classes/Test.ShouldFail.html">Test.ShouldFail</a></li>
<li><a href="../classes/Test.TestCase.html">Test.TestCase</a></li>
<li><a href="../classes/Test.TestFormat.html">Test.TestFormat</a></li>
<li><a href="../classes/Test.TestNode.html">Test.TestNode</a></li>
<li><a href="../classes/Test.TestRunner.html">Test.TestRunner</a></li>
<li><a href="../classes/Test.TestSuite.html">Test.TestSuite</a></li>
<li><a href="../classes/Test.UnexpectedError.html">Test.UnexpectedError</a></li>
<li><a href="../classes/Test.UnexpectedValue.html">Test.UnexpectedValue</a></li>
<li><a href="../classes/Test.Wait.html">Test.Wait</a></li>
<li><a href="../classes/Text.AccentFold.html">Text.AccentFold</a></li>
<li><a href="../classes/Text.WordBreak.html">Text.WordBreak</a></li>
<li><a href="../classes/TextAreaCellEditor.html">TextAreaCellEditor</a></li>
<li><a href="../classes/Textboxlist.html">Textboxlist</a></li>
<li><a href="../classes/TextCellEditor.html">TextCellEditor</a></li>
<li><a href="../classes/ThumbRating.html">ThumbRating</a></li>
<li><a href="../classes/TimeAxis.html">TimeAxis</a></li>
<li><a href="../classes/ToggleButton.html">ToggleButton</a></li>
<li><a href="../classes/Toolbar.html">Toolbar</a></li>
<li><a href="../classes/Tooltip.html">Tooltip</a></li>
<li><a href="../classes/TopAxisLayout.html">TopAxisLayout</a></li>
<li><a href="../classes/Transition.html">Transition</a></li>
<li><a href="../classes/TreeData.html">TreeData</a></li>
<li><a href="../classes/TreeNode.html">TreeNode</a></li>
<li><a href="../classes/TreeNodeCheck.html">TreeNodeCheck</a></li>
<li><a href="../classes/TreeNodeIO.html">TreeNodeIO</a></li>
<li><a href="../classes/TreeNodeRadio.html">TreeNodeRadio</a></li>
<li><a href="../classes/TreeNodeTask.html">TreeNodeTask</a></li>
<li><a href="../classes/TreeView.html">TreeView</a></li>
<li><a href="../classes/TreeViewDD.html">TreeViewDD</a></li>
<li><a href="../classes/UA.html">UA</a></li>
<li><a href="../classes/Uploader.html">Uploader</a></li>
<li><a href="../classes/Uploader.Queue.html">Uploader.Queue</a></li>
<li><a href="../classes/UploaderFlash.html">UploaderFlash</a></li>
<li><a href="../classes/UploaderHTML5.html">UploaderHTML5</a></li>
<li><a href="../classes/ValueChange.html">ValueChange</a></li>
<li><a href="../classes/VerticalLegendLayout.html">VerticalLegendLayout</a></li>
<li><a href="../classes/View.html">View</a></li>
<li><a href="../classes/View.NodeMap.html">View.NodeMap</a></li>
<li><a href="../classes/VMLCircle.html">VMLCircle</a></li>
<li><a href="../classes/VMLDrawing.html">VMLDrawing</a></li>
<li><a href="../classes/VMLEllipse.html">VMLEllipse</a></li>
<li><a href="../classes/VMLGraphic.html">VMLGraphic</a></li>
<li><a href="../classes/VMLPath.html">VMLPath</a></li>
<li><a href="../classes/VMLPieSlice.html">VMLPieSlice</a></li>
<li><a href="../classes/VMLRect.html">VMLRect</a></li>
<li><a href="../classes/VMLShape.html">VMLShape</a></li>
<li><a href="../classes/Widget.html">Widget</a></li>
<li><a href="../classes/WidgetAutohide.html">WidgetAutohide</a></li>
<li><a href="../classes/WidgetButtons.html">WidgetButtons</a></li>
<li><a href="../classes/WidgetChild.html">WidgetChild</a></li>
<li><a href="../classes/WidgetModality.html">WidgetModality</a></li>
<li><a href="../classes/WidgetParent.html">WidgetParent</a></li>
<li><a href="../classes/WidgetPosition.html">WidgetPosition</a></li>
<li><a href="../classes/WidgetPositionAlign.html">WidgetPositionAlign</a></li>
<li><a href="../classes/WidgetPositionConstrain.html">WidgetPositionConstrain</a></li>
<li><a href="../classes/WidgetStack.html">WidgetStack</a></li>
<li><a href="../classes/WidgetStdMod.html">WidgetStdMod</a></li>
<li><a href="../classes/XML.html">XML</a></li>
<li><a href="../classes/YQL.html">YQL</a></li>
<li><a href="../classes/YQLRequest.html">YQLRequest</a></li>
<li><a href="../classes/YUI.html">YUI</a></li>
<li><a href="../classes/YUI~substitute.html">YUI~substitute</a></li>
</ul>
<ul id="api-modules" class="apis modules aui-tabview-content-item">
<li><a href="../modules/align-plugin.html">align-plugin</a></li>
<li><a href="../modules/anim.html">anim</a></li>
<li><a href="../modules/anim-base.html">anim-base</a></li>
<li><a href="../modules/anim-color.html">anim-color</a></li>
<li><a href="../modules/anim-curve.html">anim-curve</a></li>
<li><a href="../modules/anim-easing.html">anim-easing</a></li>
<li><a href="../modules/anim-node-plugin.html">anim-node-plugin</a></li>
<li><a href="../modules/anim-scroll.html">anim-scroll</a></li>
<li><a href="../modules/anim-shape.html">anim-shape</a></li>
<li><a href="../modules/anim-shape-transform.html">anim-shape-transform</a></li>
<li><a href="../modules/anim-xy.html">anim-xy</a></li>
<li><a href="../modules/app.html">app</a></li>
<li><a href="../modules/app-base.html">app-base</a></li>
<li><a href="../modules/app-content.html">app-content</a></li>
<li><a href="../modules/app-transitions.html">app-transitions</a></li>
<li><a href="../modules/app-transitions-native.html">app-transitions-native</a></li>
<li><a href="../modules/array-extras.html">array-extras</a></li>
<li><a href="../modules/array-invoke.html">array-invoke</a></li>
<li><a href="../modules/arraylist.html">arraylist</a></li>
<li><a href="../modules/arraylist-add.html">arraylist-add</a></li>
<li><a href="../modules/arraylist-filter.html">arraylist-filter</a></li>
<li><a href="../modules/arraysort.html">arraysort</a></li>
<li><a href="../modules/async-queue.html">async-queue</a></li>
<li><a href="../modules/attribute.html">attribute</a></li>
<li><a href="../modules/attribute-base.html">attribute-base</a></li>
<li><a href="../modules/attribute-complex.html">attribute-complex</a></li>
<li><a href="../modules/attribute-core.html">attribute-core</a></li>
<li><a href="../modules/attribute-events.html">attribute-events</a></li>
<li><a href="../modules/attribute-extras.html">attribute-extras</a></li>
<li><a href="../modules/aui-autocomplete.html">aui-autocomplete</a></li>
<li><a href="../modules/aui-button-item.html">aui-button-item</a></li>
<li><a href="../modules/aui-calendar.html">aui-calendar</a></li>
<li><a href="../modules/aui-calendar-base.html">aui-calendar-base</a></li>
<li><a href="../modules/aui-calendar-datepicker-select.html">aui-calendar-datepicker-select</a></li>
<li><a href="../modules/aui-carousel.html">aui-carousel</a></li>
<li><a href="../modules/aui-char-counter.html">aui-char-counter</a></li>
<li><a href="../modules/aui-color-picker.html">aui-color-picker</a></li>
<li><a href="../modules/aui-component.html">aui-component</a></li>
<li><a href="../modules/aui-datatype.html">aui-datatype</a></li>
<li><a href="../modules/aui-delayed-task.html">aui-delayed-task</a></li>
<li><a href="../modules/aui-dialog.html">aui-dialog</a></li>
<li><a href="../modules/aui-editable.html">aui-editable</a></li>
<li><a href="../modules/aui-event.html">aui-event</a></li>
<li><a href="../modules/aui-event-input.html">aui-event-input</a></li>
<li><a href="../modules/aui-image-viewer.html">aui-image-viewer</a></li>
<li><a href="../modules/aui-image-viewer-base.html">aui-image-viewer-base</a></li>
<li><a href="../modules/aui-image-viewer-gallery.html">aui-image-viewer-gallery</a></li>
<li><a href="../modules/aui-io.html">aui-io</a></li>
<li><a href="../modules/aui-io-plugin.html">aui-io-plugin</a></li>
<li><a href="../modules/aui-io-request.html">aui-io-request</a></li>
<li><a href="../modules/aui-live-search.html">aui-live-search</a></li>
<li><a href="../modules/aui-loading-mask.html">aui-loading-mask</a></li>
<li><a href="../modules/aui-media-viewer-plugin.html">aui-media-viewer-plugin</a></li>
<li><a href="../modules/aui-nested-list.html">aui-nested-list</a></li>
<li><a href="../modules/aui-node.html">aui-node</a></li>
<li><a href="../modules/aui-node-base.html">aui-node-base</a></li>
<li><a href="../modules/aui-node-html5.html">aui-node-html5</a></li>
<li><a href="../modules/aui-overlay.html">aui-overlay</a></li>
<li><a href="../modules/aui-overlay-base.html">aui-overlay-base</a></li>
<li><a href="../modules/aui-overlay-context.html">aui-overlay-context</a></li>
<li><a href="../modules/aui-overlay-context-panel.html">aui-overlay-context-panel</a></li>
<li><a href="../modules/aui-overlay-manager.html">aui-overlay-manager</a></li>
<li><a href="../modules/aui-overlay-mask.html">aui-overlay-mask</a></li>
<li><a href="../modules/aui-paginator.html">aui-paginator</a></li>
<li><a href="../modules/aui-panel.html">aui-panel</a></li>
<li><a href="../modules/aui-parse-content.html">aui-parse-content</a></li>
<li><a href="../modules/aui-portal-layout.html">aui-portal-layout</a></li>
<li><a href="../modules/aui-progressbar.html">aui-progressbar</a></li>
<li><a href="../modules/aui-rating.html">aui-rating</a></li>
<li><a href="../modules/aui-resize.html">aui-resize</a></li>
<li><a href="../modules/aui-text.html">aui-text</a></li>
<li><a href="../modules/aui-textboxlist.html">aui-textboxlist</a></li>
<li><a href="../modules/aui-toolbar.html">aui-toolbar</a></li>
<li><a href="../modules/aui-tooltip.html">aui-tooltip</a></li>
<li><a href="../modules/aui-tree.html">aui-tree</a></li>
<li><a href="../modules/aui-tree-data.html">aui-tree-data</a></li>
<li><a href="../modules/aui-tree-node.html">aui-tree-node</a></li>
<li><a href="../modules/aui-tree-view.html">aui-tree-view</a></li>
<li><a href="../modules/autocomplete.html">autocomplete</a></li>
<li><a href="../modules/autocomplete-base.html">autocomplete-base</a></li>
<li><a href="../modules/autocomplete-filters.html">autocomplete-filters</a></li>
<li><a href="../modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a></li>
<li><a href="../modules/autocomplete-highlighters.html">autocomplete-highlighters</a></li>
<li><a href="../modules/autocomplete-highlighters-accentfold.html">autocomplete-highlighters-accentfold</a></li>
<li><a href="../modules/autocomplete-list.html">autocomplete-list</a></li>
<li><a href="../modules/autocomplete-list-keys.html">autocomplete-list-keys</a></li>
<li><a href="../modules/autocomplete-plugin.html">autocomplete-plugin</a></li>
<li><a href="../modules/autocomplete-sources.html">autocomplete-sources</a></li>
<li><a href="../modules/base.html">base</a></li>
<li><a href="../modules/base-base.html">base-base</a></li>
<li><a href="../modules/base-build.html">base-build</a></li>
<li><a href="../modules/base-core.html">base-core</a></li>
<li><a href="../modules/base-pluginhost.html">base-pluginhost</a></li>
<li><a href="../modules/button.html">button</a></li>
<li><a href="../modules/button-core.html">button-core</a></li>
<li><a href="../modules/button-group.html">button-group</a></li>
<li><a href="../modules/button-plugin.html">button-plugin</a></li>
<li><a href="../modules/cache.html">cache</a></li>
<li><a href="../modules/cache-base.html">cache-base</a></li>
<li><a href="../modules/cache-offline.html">cache-offline</a></li>
<li><a href="../modules/cache-plugin.html">cache-plugin</a></li>
<li><a href="../modules/calendar.html">calendar</a></li>
<li><a href="../modules/calendar-base.html">calendar-base</a></li>
<li><a href="../modules/calendarnavigator.html">calendarnavigator</a></li>
<li><a href="../modules/charts.html">charts</a></li>
<li><a href="../modules/charts-base.html">charts-base</a></li>
<li><a href="../modules/charts-legend.html">charts-legend</a></li>
<li><a href="../modules/classnamemanager.html">classnamemanager</a></li>
<li><a href="../modules/clickable-rail.html">clickable-rail</a></li>
<li><a href="../modules/collection.html">collection</a></li>
<li><a href="../modules/console.html">console</a></li>
<li><a href="../modules/console-filters.html">console-filters</a></li>
<li><a href="../modules/cookie.html">cookie</a></li>
<li><a href="../modules/createlink-base.html">createlink-base</a></li>
<li><a href="../modules/dataschema.html">dataschema</a></li>
<li><a href="../modules/dataschema-array.html">dataschema-array</a></li>
<li><a href="../modules/dataschema-base.html">dataschema-base</a></li>
<li><a href="../modules/dataschema-json.html">dataschema-json</a></li>
<li><a href="../modules/dataschema-text.html">dataschema-text</a></li>
<li><a href="../modules/dataschema-xml.html">dataschema-xml</a></li>
<li><a href="../modules/datasource.html">datasource</a></li>
<li><a href="../modules/datasource-arrayschema.html">datasource-arrayschema</a></li>
<li><a href="../modules/datasource-cache.html">datasource-cache</a></li>
<li><a href="../modules/datasource-function.html">datasource-function</a></li>
<li><a href="../modules/datasource-get.html">datasource-get</a></li>
<li><a href="../modules/datasource-io.html">datasource-io</a></li>
<li><a href="../modules/datasource-jsonschema.html">datasource-jsonschema</a></li>
<li><a href="../modules/datasource-local.html">datasource-local</a></li>
<li><a href="../modules/datasource-polling.html">datasource-polling</a></li>
<li><a href="../modules/datasource-textschema.html">datasource-textschema</a></li>
<li><a href="../modules/datasource-xmlschema.html">datasource-xmlschema</a></li>
<li><a href="../modules/datatable.html">datatable</a></li>
<li><a href="../modules/datatable-base.html">datatable-base</a></li>
<li><a href="../modules/datatable-base-deprecated.html">datatable-base-deprecated</a></li>
<li><a href="../modules/datatable-body.html">datatable-body</a></li>
<li><a href="../modules/datatable-column-widths.html">datatable-column-widths</a></li>
<li><a href="../modules/datatable-core.html">datatable-core</a></li>
<li><a href="../modules/datatable-datasource.html">datatable-datasource</a></li>
<li><a href="../modules/datatable-datasource-deprecated.html">datatable-datasource-deprecated</a></li>
<li><a href="../modules/datatable-deprecated.html">datatable-deprecated</a></li>
<li><a href="../modules/datatable-head.html">datatable-head</a></li>
<li><a href="../modules/datatable-message.html">datatable-message</a></li>
<li><a href="../modules/datatable-mutable.html">datatable-mutable</a></li>
<li><a href="../modules/datatable-scroll.html">datatable-scroll</a></li>
<li><a href="../modules/datatable-scroll-deprecated.html">datatable-scroll-deprecated</a></li>
<li><a href="../modules/datatable-sort.html">datatable-sort</a></li>
<li><a href="../modules/datatable-sort-deprecated.html">datatable-sort-deprecated</a></li>
<li><a href="../modules/datatable-table.html">datatable-table</a></li>
<li><a href="../modules/datatype.html">datatype</a></li>
<li><a href="../modules/datatype-date.html">datatype-date</a></li>
<li><a href="../modules/datatype-date-format.html">datatype-date-format</a></li>
<li><a href="../modules/datatype-date-math.html">datatype-date-math</a></li>
<li><a href="../modules/datatype-date-parse.html">datatype-date-parse</a></li>
<li><a href="../modules/datatype-number.html">datatype-number</a></li>
<li><a href="../modules/datatype-number-format.html">datatype-number-format</a></li>
<li><a href="../modules/datatype-number-parse.html">datatype-number-parse</a></li>
<li><a href="../modules/datatype-xml.html">datatype-xml</a></li>
<li><a href="../modules/datatype-xml-format.html">datatype-xml-format</a></li>
<li><a href="../modules/datatype-xml-parse.html">datatype-xml-parse</a></li>
<li><a href="../modules/dd.html">dd</a></li>
<li><a href="../modules/dd-constrain.html">dd-constrain</a></li>
<li><a href="../modules/dd-ddm.html">dd-ddm</a></li>
<li><a href="../modules/dd-ddm-base.html">dd-ddm-base</a></li>
<li><a href="../modules/dd-ddm-drop.html">dd-ddm-drop</a></li>
<li><a href="../modules/dd-delegate.html">dd-delegate</a></li>
<li><a href="../modules/dd-drag.html">dd-drag</a></li>
<li><a href="../modules/dd-drop.html">dd-drop</a></li>
<li><a href="../modules/dd-drop-plugin.html">dd-drop-plugin</a></li>
<li><a href="../modules/dd-gestures.html">dd-gestures</a></li>
<li><a href="../modules/dd-plugin.html">dd-plugin</a></li>
<li><a href="../modules/dd-proxy.html">dd-proxy</a></li>
<li><a href="../modules/dd-scroll.html">dd-scroll</a></li>
<li><a href="../modules/dial.html">dial</a></li>
<li><a href="../modules/dom.html">dom</a></li>
<li><a href="../modules/dom-base.html">dom-base</a></li>
<li><a href="../modules/dom-screen.html">dom-screen</a></li>
<li><a href="../modules/dom-style.html">dom-style</a></li>
<li><a href="../modules/dump.html">dump</a></li>
<li><a href="../modules/editor.html">editor</a></li>
<li><a href="../modules/editor-base.html">editor-base</a></li>
<li><a href="../modules/editor-bidi.html">editor-bidi</a></li>
<li><a href="../modules/editor-br.html">editor-br</a></li>
<li><a href="../modules/editor-lists.html">editor-lists</a></li>
<li><a href="../modules/editor-para.html">editor-para</a></li>
<li><a href="../modules/editor-para-base.html">editor-para-base</a></li>
<li><a href="../modules/editor-para-ie.html">editor-para-ie</a></li>
<li><a href="../modules/editor-tab.html">editor-tab</a></li>
<li><a href="../modules/escape.html">escape</a></li>
<li><a href="../modules/event.html">event</a></li>
<li><a href="../modules/event-base.html">event-base</a></li>
<li><a href="../modules/event-contextmenu.html">event-contextmenu</a></li>
<li><a href="../modules/event-custom.html">event-custom</a></li>
<li><a href="../modules/event-custom-base.html">event-custom-base</a></li>
<li><a href="../modules/event-custom-complex.html">event-custom-complex</a></li>
<li><a href="../modules/event-delegate.html">event-delegate</a></li>
<li><a href="../modules/event-flick.html">event-flick</a></li>
<li><a href="../modules/event-focus.html">event-focus</a></li>
<li><a href="../modules/event-gestures.html">event-gestures</a></li>
<li><a href="../modules/event-hover.html">event-hover</a></li>
<li><a href="../modules/event-key.html">event-key</a></li>
<li><a href="../modules/event-mouseenter.html">event-mouseenter</a></li>
<li><a href="../modules/event-mousewheel.html">event-mousewheel</a></li>
<li><a href="../modules/event-move.html">event-move</a></li>
<li><a href="../modules/event-outside.html">event-outside</a></li>
<li><a href="../modules/event-resize.html">event-resize</a></li>
<li><a href="../modules/event-simulate.html">event-simulate</a></li>
<li><a href="../modules/event-synthetic.html">event-synthetic</a></li>
<li><a href="../modules/event-tap.html">event-tap</a></li>
<li><a href="../modules/event-touch.html">event-touch</a></li>
<li><a href="../modules/event-valuechange.html">event-valuechange</a></li>
<li><a href="../modules/exec-command.html">exec-command</a></li>
<li><a href="../modules/features.html">features</a></li>
<li><a href="../modules/file.html">file</a></li>
<li><a href="../modules/file-flash.html">file-flash</a></li>
<li><a href="../modules/file-html5.html">file-html5</a></li>
<li><a href="../modules/frame.html">frame</a></li>
<li><a href="../modules/gesture-simulate.html">gesture-simulate</a></li>
<li><a href="../modules/get.html">get</a></li>
<li><a href="../modules/get-nodejs.html">get-nodejs</a></li>
<li><a href="../modules/graphics.html">graphics</a></li>
<li><a href="../modules/handlebars.html">handlebars</a></li>
<li><a href="../modules/handlebars-base.html">handlebars-base</a></li>
<li><a href="../modules/handlebars-compiler.html">handlebars-compiler</a></li>
<li><a href="../modules/highlight.html">highlight</a></li>
<li><a href="../modules/highlight-accentfold.html">highlight-accentfold</a></li>
<li><a href="../modules/highlight-base.html">highlight-base</a></li>
<li><a href="../modules/history.html">history</a></li>
<li><a href="../modules/history-base.html">history-base</a></li>
<li><a href="../modules/history-hash.html">history-hash</a></li>
<li><a href="../modules/history-hash-ie.html">history-hash-ie</a></li>
<li><a href="../modules/history-html5.html">history-html5</a></li>
<li><a href="../modules/imageloader.html">imageloader</a></li>
<li><a href="../modules/intl.html">intl</a></li>
<li><a href="../modules/io.html">io</a></li>
<li><a href="../modules/io-base.html">io-base</a></li>
<li><a href="../modules/io-form.html">io-form</a></li>
<li><a href="../modules/io-nodejs.html">io-nodejs</a></li>
<li><a href="../modules/io-queue.html">io-queue</a></li>
<li><a href="../modules/io-upload-iframe.html">io-upload-iframe</a></li>
<li><a href="../modules/io-xdr.html">io-xdr</a></li>
<li><a href="../modules/json.html">json</a></li>
<li><a href="../modules/json-parse.html">json-parse</a></li>
<li><a href="../modules/json-stringify.html">json-stringify</a></li>
<li><a href="../modules/jsonp.html">jsonp</a></li>
<li><a href="../modules/jsonp-url.html">jsonp-url</a></li>
<li><a href="../modules/lazy-model-list.html">lazy-model-list</a></li>
<li><a href="../modules/loader.html">loader</a></li>
<li><a href="../modules/loader-base.html">loader-base</a></li>
<li><a href="../modules/matrix.html">matrix</a></li>
<li><a href="../modules/model.html">model</a></li>
<li><a href="../modules/model-list.html">model-list</a></li>
<li><a href="../modules/model-sync-rest.html">model-sync-rest</a></li>
<li><a href="../modules/node.html">node</a></li>
<li><a href="../modules/node-base.html">node-base</a></li>
<li><a href="../modules/node-core.html">node-core</a></li>
<li><a href="../modules/node-data.html">node-data</a></li>
<li><a href="../modules/node-deprecated.html">node-deprecated</a></li>
<li><a href="../modules/node-event-delegate.html">node-event-delegate</a></li>
<li><a href="../modules/node-event-html5.html">node-event-html5</a></li>
<li><a href="../modules/node-event-simulate.html">node-event-simulate</a></li>
<li><a href="../modules/node-flick.html">node-flick</a></li>
<li><a href="../modules/node-focusmanager.html">node-focusmanager</a></li>
<li><a href="../modules/node-load.html">node-load</a></li>
<li><a href="../modules/node-menunav.html">node-menunav</a></li>
<li><a href="../modules/node-pluginhost.html">node-pluginhost</a></li>
<li><a href="../modules/node-screen.html">node-screen</a></li>
<li><a href="../modules/node-scroll-info.html">node-scroll-info</a></li>
<li><a href="../modules/node-style.html">node-style</a></li>
<li><a href="../modules/oop.html">oop</a></li>
<li><a href="../modules/overlay.html">overlay</a></li>
<li><a href="../modules/panel.html">panel</a></li>
<li><a href="../modules/parallel.html">parallel</a></li>
<li><a href="../modules/pjax.html">pjax</a></li>
<li><a href="../modules/pjax-base.html">pjax-base</a></li>
<li><a href="../modules/pjax-content.html">pjax-content</a></li>
<li><a href="../modules/pjax-plugin.html">pjax-plugin</a></li>
<li><a href="../modules/plugin.html">plugin</a></li>
<li><a href="../modules/pluginhost.html">pluginhost</a></li>
<li><a href="../modules/pluginhost-base.html">pluginhost-base</a></li>
<li><a href="../modules/pluginhost-config.html">pluginhost-config</a></li>
<li><a href="../modules/profiler.html">profiler</a></li>
<li><a href="../modules/querystring.html">querystring</a></li>
<li><a href="../modules/querystring-parse.html">querystring-parse</a></li>
<li><a href="../modules/querystring-parse-simple.html">querystring-parse-simple</a></li>
<li><a href="../modules/querystring-stringify.html">querystring-stringify</a></li>
<li><a href="../modules/querystring-stringify-simple.html">querystring-stringify-simple</a></li>
<li><a href="../modules/queue-promote.html">queue-promote</a></li>
<li><a href="../modules/range-slider.html">range-slider</a></li>
<li><a href="../modules/recordset.html">recordset</a></li>
<li><a href="../modules/recordset-base.html">recordset-base</a></li>
<li><a href="../modules/recordset-filter.html">recordset-filter</a></li>
<li><a href="../modules/recordset-indexer.html">recordset-indexer</a></li>
<li><a href="../modules/recordset-sort.html">recordset-sort</a></li>
<li><a href="../modules/resize.html">resize</a></li>
<li><a href="../modules/resize-contrain.html">resize-contrain</a></li>
<li><a href="../modules/resize-plugin.html">resize-plugin</a></li>
<li><a href="../modules/resize-proxy.html">resize-proxy</a></li>
<li><a href="../modules/rollup.html">rollup</a></li>
<li><a href="../modules/router.html">router</a></li>
<li><a href="../modules/scrollview.html">scrollview</a></li>
<li><a href="../modules/scrollview-base.html">scrollview-base</a></li>
<li><a href="../modules/scrollview-base-ie.html">scrollview-base-ie</a></li>
<li><a href="../modules/scrollview-list.html">scrollview-list</a></li>
<li><a href="../modules/scrollview-paginator.html">scrollview-paginator</a></li>
<li><a href="../modules/scrollview-scrollbars.html">scrollview-scrollbars</a></li>
<li><a href="../modules/selection.html">selection</a></li>
<li><a href="../modules/selector-css2.html">selector-css2</a></li>
<li><a href="../modules/selector-css3.html">selector-css3</a></li>
<li><a href="../modules/selector-native.html">selector-native</a></li>
<li><a href="../modules/shim-plugin.html">shim-plugin</a></li>
<li><a href="../modules/slider.html">slider</a></li>
<li><a href="../modules/slider-base.html">slider-base</a></li>
<li><a href="../modules/slider-value-range.html">slider-value-range</a></li>
<li><a href="../modules/sortable.html">sortable</a></li>
<li><a href="../modules/sortable-scroll.html">sortable-scroll</a></li>
<li><a href="../modules/stylesheet.html">stylesheet</a></li>
<li><a href="../modules/substitute.html">substitute</a></li>
<li><a href="../modules/swf.html">swf</a></li>
<li><a href="../modules/swfdetect.html">swfdetect</a></li>
<li><a href="../modules/tabview.html">tabview</a></li>
<li><a href="../modules/test.html">test</a></li>
<li><a href="../modules/test-console.html">test-console</a></li>
<li><a href="../modules/text.html">text</a></li>
<li><a href="../modules/text-accentfold.html">text-accentfold</a></li>
<li><a href="../modules/text-wordbreak.html">text-wordbreak</a></li>
<li><a href="../modules/transition.html">transition</a></li>
<li><a href="../modules/transition-timer.html">transition-timer</a></li>
<li><a href="../modules/uploader.html">uploader</a></li>
<li><a href="../modules/uploader-deprecated.html">uploader-deprecated</a></li>
<li><a href="../modules/uploader-flash.html">uploader-flash</a></li>
<li><a href="../modules/uploader-html5.html">uploader-html5</a></li>
<li><a href="../modules/uploader-queue.html">uploader-queue</a></li>
<li><a href="../modules/view.html">view</a></li>
<li><a href="../modules/view-node-map.html">view-node-map</a></li>
<li><a href="../modules/widget.html">widget</a></li>
<li><a href="../modules/widget-anim.html">widget-anim</a></li>
<li><a href="../modules/widget-autohide.html">widget-autohide</a></li>
<li><a href="../modules/widget-base.html">widget-base</a></li>
<li><a href="../modules/widget-base-ie.html">widget-base-ie</a></li>
<li><a href="../modules/widget-buttons.html">widget-buttons</a></li>
<li><a href="../modules/widget-child.html">widget-child</a></li>
<li><a href="../modules/widget-htmlparser.html">widget-htmlparser</a></li>
<li><a href="../modules/widget-locale.html">widget-locale</a></li>
<li><a href="../modules/widget-modality.html">widget-modality</a></li>
<li><a href="../modules/widget-parent.html">widget-parent</a></li>
<li><a href="../modules/widget-position.html">widget-position</a></li>
<li><a href="../modules/widget-position-align.html">widget-position-align</a></li>
<li><a href="../modules/widget-position-constrain.html">widget-position-constrain</a></li>
<li><a href="../modules/widget-skin.html">widget-skin</a></li>
<li><a href="../modules/widget-stack.html">widget-stack</a></li>
<li><a href="../modules/widget-stdmod.html">widget-stdmod</a></li>
<li><a href="../modules/widget-uievents.html">widget-uievents</a></li>
<li><a href="../modules/yql.html">yql</a></li>
<li><a href="../modules/yql-nodejs.html">yql-nodejs</a></li>
<li><a href="../modules/yql-winjs.html">yql-winjs</a></li>
<li><a href="../modules/yui.html">yui</a></li>
<li><a href="../modules/yui-base.html">yui-base</a></li>
<li><a href="../modules/yui-later.html">yui-later</a></li>
<li><a href="../modules/yui-log.html">yui-log</a></li>
<li><a href="../modules/yui-throttle.html">yui-throttle</a></li>
<li><a href="../modules/yui3.html">yui3</a></li>
</ul>
<ul id="api-everything" class="apis everything aui-tabview-content-item">
<li class="message">Begin typing in the search box above to see results.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
</div>
<div class="apidocs">
<div id="docs-main" class="content">
<h1>DataTable.BodyView Class</h1>
<div class="box meta">
<div class="extends">
Extends <a href="../classes/View.html" class="crosslink">View</a>
</div>
<div class="foundat">
Defined in: <a href="../../files/lib_yui3_src_datatable_js_body.js.html#l19"><code>lib/yui3/src/datatable/js/body.js:19</code></a>
</div>
<p>Available since 3.5.0</p>
</div>
<div class="box intro">
<p>View class responsible for rendering the <code><tbody></code> section of a table. Used as
the default <code>bodyView</code> for <code>Y.DataTable.Base</code> and <code>Y.DataTable</code> classes.</p>
<p>Translates the provided <code>modelList</code> into a rendered <code><tbody></code> based on the data
in the constituent Models, altered or ammended by any special column
configurations.</p>
<p>The <code>columns</code> configuration, passed to the constructor, determines which
columns will be rendered.</p>
<p>The rendering process involves constructing an HTML template for a complete row
of data, built by concatenating a customized copy of the instance's
<code>CELL_TEMPLATE</code> into the <code>ROW_TEMPLATE</code> once for each column. This template is
then populated with values from each Model in the <code>modelList</code>, aggregating a
complete HTML string of all row and column data. A <code><tbody></code> Node is then created from the markup and any column <code>nodeFormatter</code>s are applied.</p>
<p>Supported properties of the column objects include:</p>
<ul>
<li><code>key</code> - Used to link a column to an attribute in a Model.</li>
<li><code>name</code> - Used for columns that don't relate to an attribute in the Model
(<code>formatter</code> or <code>nodeFormatter</code> only) if the implementer wants a
predictable name to refer to in their CSS.</li>
<li><code>cellTemplate</code> - Overrides the instance's <code>CELL_TEMPLATE</code> for cells in this
column only.</li>
<li><code>formatter</code> - Used to customize or override the content value from the
Model. These do not have access to the cell or row Nodes and should
return string (HTML) content.</li>
<li><code>nodeFormatter</code> - Used to provide content for a cell as well as perform any
custom modifications on the cell or row Node that could not be performed by
<code>formatter</code>s. Should be used sparingly for better performance.</li>
<li><code>emptyCellValue</code> - String (HTML) value to use if the Model data for a
column, or the content generated by a <code>formatter</code>, is the empty string,
<code>null</code>, or <code>undefined</code>.</li>
<li><code>allowHTML</code> - Set to <code>true</code> if a column value, <code>formatter</code>, or
<code>emptyCellValue</code> can contain HTML. This defaults to <code>false</code> to protect
against XSS.</li>
<li><code>className</code> - Space delimited CSS classes to add to all <code><td></code>s in a column.</li>
</ul>
<p>Column <code>formatter</code>s are passed an object (<code>o</code>) with the following properties:</p>
<ul>
<li><code>value</code> - The current value of the column's associated attribute, if any.</li>
<li><code>data</code> - An object map of Model keys to their current values.</li>
<li><code>record</code> - The Model instance.</li>
<li><code>column</code> - The column configuration object for the current column.</li>
<li><code>className</code> - Initially empty string to allow <code>formatter</code>s to add CSS
classes to the cell's <code><td></code>.</li>
<li><code>rowIndex</code> - The zero-based row number.</li>
<li><code>rowClass</code> - Initially empty string to allow <code>formatter</code>s to add CSS
classes to the cell's containing row <code><tr></code>.</li>
</ul>
<p>They may return a value or update <code>o.value</code> to assign specific HTML content. A
returned value has higher precedence.</p>
<p>Column <code>nodeFormatter</code>s are passed an object (<code>o</code>) with the following
properties:</p>
<ul>
<li><code>value</code> - The current value of the column's associated attribute, if any.</li>
<li><code>td</code> - The <code><td></code> Node instance.</li>
<li><code>cell</code> - The <code><div></code> liner Node instance if present, otherwise, the <code><td></code>.
When adding content to the cell, prefer appending into this property.</li>
<li><code>data</code> - An object map of Model keys to their current values.</li>
<li><code>record</code> - The Model instance.</li>
<li><code>column</code> - The column configuration object for the current column.</li>
<li><code>rowIndex</code> - The zero-based row number.</li>
</ul>
<p>They are expected to inject content into the cell's Node directly, including
any "empty" cell content. Each <code>nodeFormatter</code> will have access through the
Node API to all cells and rows in the <code><tbody></code>, but not to the <code><table></code>, as
it will not be attached yet.</p>
<p>If a <code>nodeFormatter</code> returns <code>false</code>, the <code>o.td</code> and <code>o.cell</code> Nodes will be
<code>destroy()</code>ed to remove them from the Node cache and free up memory. The DOM
elements will remain as will any content added to them. <em>It is highly
advisable to always return <code>false</code> from your <code>nodeFormatter</code>s</em>.</p>
</div>
<div id="classdocs" class="tabview">
<ul class="aui-tabview-list aui-widget-hd api-class-tabs tabs" id="api-class-tabview-list">
<li class="yui3-tab api-class-tab index"><a class="aui-tab-label" href="#index">Index</a></li>
<li class="aui-tab api-class-tab methods"><a class="aui-tab-label" href="#methods">Methods</a></li>
<li class="aui-tab api-class-tab properties"><a class="aui-tab-label" href="#properties">Properties</a></li>
<li class="aui-tab api-class-tab attrs"><a class="aui-tab-label" href="#attrs">Attributes</a></li>
<li class="aui-tab api-class-tab events"><a class="aui-tab-label" href="#events">Events</a></li>
</ul>
<div class="aui-tabview-content aui-widget-bd" id="api-class-tabview-panel">
<div id="index" class="aui-tabview-content-item api-class-tabpanel index">
<h2 class="off-left">Item Index</h2>
<div class="index-section methods">
<h3>Methods</h3>
<ul class="index-list methods">
<li class="index-item method private inherited">
<a href="#method__addAttrs">_addAttrs</a>
</li>
<li class="index-item method private inherited">
<a href="#method__addLazyAttr">_addLazyAttr</a>
</li>
<li class="index-item method protected">
<a href="#method__afterColumnsChange">_afterColumnsChange</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterContainerChange">_afterContainerChange</a>
</li>
<li class="index-item method protected">
<a href="#method__afterDataChange">_afterDataChange</a>
</li>
<li class="index-item method protected">
<a href="#method__afterModelListChange">_afterModelListChange</a>
</li>
<li class="index-item method private inherited">
<a href="#method__aggregateAttrs">_aggregateAttrs</a>
</li>
<li class="index-item method protected">
<a href="#method__applyNodeFormatters">_applyNodeFormatters</a>
</li>
<li class="index-item method private inherited inherited">
<a href="#method__attrCfgHash">_attrCfgHash</a>
</li>
<li class="index-item method private inherited">
<a href="#method__baseDestroy">_baseDestroy</a>
</li>
<li class="index-item method private inherited">
<a href="#method__baseInit">_baseInit</a>
</li>
<li class="index-item method protected">
<a href="#method__createDataHTML">_createDataHTML</a>
</li>
<li class="index-item method protected">
<a href="#method__createRowHTML">_createRowHTML</a>
</li>
<li class="index-item method protected">
<a href="#method__createRowTemplate">_createRowTemplate</a>
</li>
<li class="index-item method protected">
<a href="#method__createTBodyNode">_createTBodyNode</a>
</li>
<li class="index-item method private inherited">
<a href="#method__defAttrChangeFn">_defAttrChangeFn</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__defDestroyFn">_defDestroyFn</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__defInitFn">_defInitFn</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__destroyContainer">_destroyContainer</a>
</li>
<li class="index-item method private inherited">
<a href="#method__destroyHierarchy">_destroyHierarchy</a>
</li>
<li class="index-item method private inherited">
<a href="#method__filterAdHocAttrs">_filterAdHocAttrs</a>
</li>
<li class="index-item method private inherited">
<a href="#method__filterAttrCfs">_filterAttrCfs</a>
</li>
<li class="index-item method private inherited">
<a href="#method__fireAttrChange">_fireAttrChange</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getAttr">_getAttr</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getAttrCfg">_getAttrCfg</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getAttrCfgs">_getAttrCfgs</a>
</li>
<li class="index-item method private inherited inherited">
<a href="#method__getAttrInitVal">_getAttrInitVal</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getAttrs">_getAttrs</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getClasses">_getClasses</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getContainer">_getContainer</a>
</li>
<li class="index-item method protected">
<a href="#method__getRowId">_getRowId</a>
</li>
<li class="index-item method private inherited">
<a href="#method__getStateVal">_getStateVal</a>
</li>
<li class="index-item method private inherited inherited">
<a href="#method__getType">_getType</a>
</li>
<li class="index-item method private inherited">
<a href="#method__initAttrHost">_initAttrHost</a>
</li>
<li class="index-item method private inherited inherited">
<a href="#method__initAttribute">_initAttribute</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__initAttrs">_initAttrs</a>
</li>
<li class="index-item method private inherited inherited">
<a href="#method__initBase">_initBase</a>
</li>
<li class="index-item method private inherited">
<a href="#method__initHierarchy">_initHierarchy</a>
</li>
<li class="index-item method private inherited">
<a href="#method__initHierarchyData">_initHierarchyData</a>
</li>
<li class="index-item method private inherited">
<a href="#method__isLazyAttr">_isLazyAttr</a>
</li>
<li class="index-item method private inherited inherited">
<a href="#method__monitor">_monitor</a>
</li>
<li class="index-item method private inherited inherited">
<a href="#method__normAttrVals">_normAttrVals</a>
</li>
<li class="index-item method private inherited inherited">
<a href="#method__parseType">_parseType</a>
</li>
<li class="index-item method private inherited">
<a href="#method__preInitEventCfg">_preInitEventCfg</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__protectAttrs">_protectAttrs</a>
</li>
<li class="index-item method protected inherited inherited">
<a href="#method__set">_set</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__setAttr">_setAttr</a>
</li>
<li class="index-item method protected inherited inherited">
<a href="#method__setAttrs">_setAttrs</a>
</li>
<li class="index-item method private inherited">
<a href="#method__setAttrVal">_setAttrVal</a>
</li>
<li class="index-item method private inherited">
<a href="#method__setStateVal">_setStateVal</a>
</li>
<li class="index-item method inherited">
<a href="#method_addAttr">addAttr</a>
</li>
<li class="index-item method inherited">
<a href="#method_addAttrs">addAttrs</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_addTarget">addTarget</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_after">after</a>
</li>
<li class="index-item method inherited">
<a href="#method_attachEvents">attachEvents</a>
</li>
<li class="index-item method inherited">
<a href="#method_attrAdded">attrAdded</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_before">before</a>
</li>
<li class="index-item method protected">
<a href="#method_bindUI">bindUI</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_bubble">bubble</a>
</li>
<li class="index-item method inherited">
<a href="#method_create">create</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_destroy">destroy</a>
</li>
<li class="index-item method protected">
<a href="#method_destructor">destructor</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_detach">detach</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_detachAll">detachAll</a>
</li>
<li class="index-item method inherited">
<a href="#method_detachEvents">detachEvents</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_fire">fire</a>
</li>
<li class="index-item method inherited">
<a href="#method_get">get</a>
</li>
<li class="index-item method inherited">
<a href="#method_getAttrs">getAttrs</a>
</li>
<li class="index-item method">
<a href="#method_getCell">getCell</a>
</li>
<li class="index-item method protected">
<a href="#method_getClassName">getClassName</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_getEvent">getEvent</a>
</li>
<li class="index-item method">
<a href="#method_getRecord">getRecord</a>
</li>
<li class="index-item method">
<a href="#method_getRow">getRow</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_getTargets">getTargets</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_init">init</a>
</li>
<li class="index-item method protected">
<a href="#method_initializer">initializer</a>
</li>
<li class="index-item method inherited">
<a href="#method_modifyAttr">modifyAttr</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_on">on</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_once">once</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_onceAfter">onceAfter</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_parseType">parseType</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_publish">publish</a>
</li>
<li class="index-item method inherited">
<a href="#method_remove">remove</a>
</li>
<li class="index-item method inherited">
<a href="#method_removeAttr">removeAttr</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_removeTarget">removeTarget</a>
</li>
<li class="index-item method inherited">
<a href="#method_render">render</a>
</li>
<li class="index-item method inherited">
<a href="#method_reset">reset</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_set">set</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_setAttrs">setAttrs</a>
</li>
<li class="index-item method deprecated inherited inherited">
<a href="#method_subscribe">subscribe</a>
</li>
<li class="index-item method inherited">
<a href="#method_toString">toString</a>
</li>
<li class="index-item method deprecated inherited inherited">
<a href="#method_unsubscribe">unsubscribe</a>
</li>
<li class="index-item method deprecated inherited inherited">
<a href="#method_unsubscribeAll">unsubscribeAll</a>
</li>
</ul>
</div>
<div class="index-section properties">
<h3>Properties</h3>
<ul class="index-list properties">
<li class="index-item property protected inherited inherited">
<a href="#property__allowAdHocAttrs">_allowAdHocAttrs</a>
</li>
<li class="index-item property protected">
<a href="#property__eventHandles">_eventHandles</a>
</li>
<li class="index-item property protected">
<a href="#property__idMap">_idMap</a>
</li>
<li class="index-item property protected">
<a href="#property__rowTemplate">_rowTemplate</a>
</li>
<li class="index-item property">
<a href="#property_CELL_TEMPLATE">CELL_TEMPLATE</a>
</li>
<li class="index-item property">
<a href="#property_CLASS_EVEN">CLASS_EVEN</a>
</li>
<li class="index-item property">
<a href="#property_CLASS_ODD">CLASS_ODD</a>
</li>
<li class="index-item property inherited">
<a href="#property_containerTemplate">containerTemplate</a>
</li>
<li class="index-item property inherited">
<a href="#property_events">events</a>
</li>
<li class="index-item property">
<a href="#property_host">host</a>
</li>
<li class="index-item property deprecated inherited">
<a href="#property_name">name</a>
</li>
<li class="index-item property">
<a href="#property_ROW_TEMPLATE">ROW_TEMPLATE</a>
</li>
<li class="index-item property">
<a href="#property_TBODY_TEMPLATE">TBODY_TEMPLATE</a>
</li>
<li class="index-item property inherited">
<a href="#property_template">template</a>
</li>
</ul>
</div>
<div class="index-section attrs">
<h3>Attributes</h3>
<ul class="index-list attrs">
<li class="index-item attr inherited">
<a href="#attr_container">container</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_destroyed">destroyed</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_initialized">initialized</a>
</li>
</ul>
</div>
<div class="index-section events">
<h3>Events</h3>
<ul class="index-list events">
<li class="index-item event inherited">
<a href="#event_destroy">destroy</a>
</li>
<li class="index-item event inherited">
<a href="#event_init">init</a>
</li>
</ul>
</div>
</div>
<div id="methods" class="aui-tabview-content-item api-class-tabpanel">
<h2 class="off-left">Methods</h2>
<div id="method__addAttrs" class="method item private inherited">
<h3 class="name"><code>_addAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>cfgs</code>
</li>
<li class="arg">
<code>values</code>
</li>
<li class="arg">
<code>lazy</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method__addAttrs">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l741"><code>lib/yui3/src/attribute/js/AttributeCore.js:741</code></a>
</p>
</div>
<div class="description">
<p>Implementation behind the public addAttrs method. </p>
<p>This method is invoked directly by get if it encounters a scenario
in which an attribute's valueFn attempts to obtain the
value an attribute in the same group of attributes, which has not yet
been added (on demand initialization).</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">cfgs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with attribute name/configuration pairs.</p>
</div>
</li>
<li class="param">
<code class="param-name">values</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with attribute name/value pairs, defining the initial values to apply.
Values defined in the cfgs argument will be over-written by values in this argument unless defined as read only.</p>
</div>
</li>
<li class="param">
<code class="param-name">lazy</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>Whether or not to delay the intialization of these attributes until the first call to get/set.
Individual attributes can over-ride this behavior by defining a lazyAdd configuration property in their configuration.
See <a href="#method_addAttr">addAttr</a>.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__addLazyAttr" class="method item private inherited">
<h3 class="name"><code>_addLazyAttr</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method__addLazyAttr">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l312"><code>lib/yui3/src/attribute/js/AttributeCore.js:312</code></a>
</p>
</div>
<div class="description">
<p>Finishes initializing an attribute which has been lazily added.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The name of the attribute</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterColumnsChange" class="method item protected">
<h3 class="name"><code>_afterColumnsChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l443"><code>lib/yui3/src/datatable/js/body.js:443</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Handles changes in the source's columns attribute. Redraws the table data.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The <code>columnsChange</code> event object</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterContainerChange" class="method item protected inherited">
<h3 class="name"><code>_afterContainerChange</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="View.html#method__afterContainerChange">View</a>:
<a href="../../files/lib_yui3_src_app_js_view.js.html#l357"><code>lib/yui3/src/app/js/view.js:357</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Handles <code>containerChange</code> events. Detaches event handlers from the old
container (if any) and attaches them to the new container.</p>
<p>Right now the <code>container</code> attr is initOnly so this event should only ever
fire the first time the container is created, but in the future (once Y.App
can handle it) we may allow runtime container changes.</p>
</div>
</div>
<div id="method__afterDataChange" class="method item protected">
<h3 class="name"><code>_afterDataChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l462"><code>lib/yui3/src/datatable/js/body.js:462</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Handles modelList changes, including additions, deletions, and updates.</p>
<p>Modifies the existing table DOM accordingly.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The <code>change</code> event from the ModelList</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterModelListChange" class="method item protected">
<h3 class="name"><code>_afterModelListChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l479"><code>lib/yui3/src/datatable/js/body.js:479</code></a>
</p>
<p>Available since 3.6.0</p>
</div>
<div class="description">
<p>Handles replacement of the modelList.</p>
<p>Rerenders the <code><tbody></code> contents.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The <code>modelListChange</code> event</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__aggregateAttrs" class="method item private inherited">
<h3 class="name"><code>_aggregateAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>allAttrs</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#method__aggregateAttrs">BaseCore</a>:
<a href="../../files/lib_yui3_src_base_js_BaseCore.js.html#l427"><code>lib/yui3/src/base/js/BaseCore.js:427</code></a>
</p>
</div>
<div class="description">
<p>A helper method, used by _initHierarchyData to aggregate
attribute configuration across the instances class hierarchy.</p>
<p>The method will protect the attribute configuration value to protect the statically defined
default value in ATTRS if required (if the value is an object literal, array or the
attribute configuration has cloneDefaultValue set to shallow or deep).</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">allAttrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
<div class="param-description">
<p>An array of ATTRS definitions across classes in the hierarchy
(subclass first, Base last)</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
The aggregate set of ATTRS definitions for the instance
</div>
</div>
</div>
<div id="method__applyNodeFormatters" class="method item protected">
<h3 class="name"><code>_applyNodeFormatters</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>tbody</code>
</li>
<li class="arg">
<code>columns</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l503"><code>lib/yui3/src/datatable/js/body.js:503</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Iterates the <code>modelList</code>, and calls any <code>nodeFormatter</code>s found in the
<code>columns</code> param on the appropriate cell Nodes in the <code>tbody</code>.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">tbody</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The <code><tbody></code> Node whose columns to update</p>
</div>
</li>
<li class="param">
<code class="param-name">columns</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object[]</a></span>
<div class="param-description">
<p>The column configurations</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__attrCfgHash" class="method item private inherited">
<h3 class="name"><code>_attrCfgHash</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#method__attrCfgHash">
BaseCore
</a>
but overwritten in
<a href="../../files/lib_yui3_src_base_js_Base.js.html#l180"><code>lib/yui3/src/base/js/Base.js:180</code></a>
</p>
</div>
<div class="description">
<p>Utility method to define the attribute hash used to filter/whitelist property mixes for
this class.</p>
</div>
</div>
<div id="method__baseDestroy" class="method item private inherited">
<h3 class="name"><code>_baseDestroy</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#method__baseDestroy">BaseCore</a>:
<a href="../../files/lib_yui3_src_base_js_BaseCore.js.html#l264"><code>lib/yui3/src/base/js/BaseCore.js:264</code></a>
</p>
</div>
<div class="description">
<p>Internal destroy implementation for BaseCore</p>
</div>
</div>
<div id="method__baseInit" class="method item private inherited">
<h3 class="name"><code>_baseInit</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#method__baseInit">BaseCore</a>:
<a href="../../files/lib_yui3_src_base_js_BaseCore.js.html#l236"><code>lib/yui3/src/base/js/BaseCore.js:236</code></a>
</p>
</div>
<div class="description">
<p>Internal initialization implementation for BaseCore</p>
</div>
</div>
<div id="method__createDataHTML" class="method item protected">
<h3 class="name"><code>_createDataHTML</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>columns</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type">HTML</span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l594"><code>lib/yui3/src/datatable/js/body.js:594</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Iterates the <code>modelList</code> and applies each Model to the <code>_rowTemplate</code>,
allowing any column <code>formatter</code> or <code>emptyCellValue</code> to override cell
content for the appropriate column. The aggregated HTML string is
returned.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">columns</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object[]</a></span>
<div class="param-description">
<p>The column configurations to customize the
generated cell content or class names</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">HTML</span>:
The markup for all Models in the <code>modelList</code>, each applied
to the <code>_rowTemplate</code>
</div>
</div>
</div>
<div id="method__createRowHTML" class="method item protected">
<h3 class="name"><code>_createRowHTML</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>model</code>
</li>
<li class="arg">
<code>index</code>
</li>
<li class="arg">
<code>columns</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type">HTML</span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l621"><code>lib/yui3/src/datatable/js/body.js:621</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Applies the data of a given Model, modified by any column formatters and
supplemented by other template values to the instance's <code>_rowTemplate</code> (see
<code>_createRowTemplate</code>). The generated string is then returned.</p>
<p>The data from Model's attributes is fetched by <code>toJSON</code> and this data
object is appended with other properties to supply values to {placeholders}
in the template. For a template generated from a Model with 'foo' and 'bar'
attributes, the data object would end up with the following properties
before being used to populate the <code>_rowTemplate</code>:</p>
<ul>
<li><code>clientID</code> - From Model, used the assign the <code><tr></code>'s 'id' attribute.</li>
<li><code>foo</code> - The value to populate the 'foo' column cell content. This
value will be the value stored in the Model's <code>foo</code> attribute, or the
result of the column's <code>formatter</code> if assigned. If the value is '',
<code>null</code>, or <code>undefined</code>, and the column's <code>emptyCellValue</code> is assigned,
that value will be used.</li>
<li><code>bar</code> - Same for the 'bar' column cell content.</li>
<li><code>foo-className</code> - String of CSS classes to apply to the <code><td></code>.</li>
<li><code>bar-className</code> - Same.</li>
<li><code>rowClass</code> - String of CSS classes to apply to the <code><tr></code>. This
will be the odd/even class per the specified index plus any additional
classes assigned by column formatters (via <code>o.rowClass</code>).</li>
</ul>
<p>Because this object is available to formatters, any additional properties
can be added to fill in custom {placeholders} in the <code>_rowTemplate</code>.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">model</code>
<span class="type"><a href="../classes/Model.html" class="crosslink">Model</a></span>
<div class="param-description">
<p>The Model instance to apply to the row template</p>
</div>
</li>
<li class="param">
<code class="param-name">index</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
<p>The index the row will be appearing</p>
</div>
</li>
<li class="param">
<code class="param-name">columns</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object[]</a></span>
<div class="param-description">
<p>The column configurations</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">HTML</span>:
The markup for the provided Model, less any <code>nodeFormatter</code>s
</div>
</div>
</div>
<div id="method__createRowTemplate" class="method item protected">
<h3 class="name"><code>_createRowTemplate</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>columns</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l716"><code>lib/yui3/src/datatable/js/body.js:716</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Creates a custom HTML template string for use in generating the markup for
individual table rows with {placeholder}s to capture data from the Models
in the <code>modelList</code> attribute or from column <code>formatter</code>s.</p>
<p>Assigns the <code>_rowTemplate</code> property.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">columns</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object[]</a></span>
<div class="param-description">
<p>Array of column configuration objects</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__createTBodyNode" class="method item protected">
<h3 class="name"><code>_createTBodyNode</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l763"><code>lib/yui3/src/datatable/js/body.js:763</code></a>
</p>
<p>Available since 3.6.0</p>
</div>
<div class="description">
<p>Creates the <code><tbody></code> node that will store the data rows.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
</div>
</div>
</div>
<div id="method__defAttrChangeFn" class="method item private inherited">
<h3 class="name"><code>_defAttrChangeFn</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="AttributeEvents.html#method__defAttrChangeFn">AttributeEvents</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeEvents.js.html#l169"><code>lib/yui3/src/attribute/js/AttributeEvents.js:169</code></a>
</p>
</div>
<div class="description">
<p>Default function for attribute change events.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The event object for attribute change events.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__defDestroyFn" class="method item protected inherited">
<h3 class="name"><code>_defDestroyFn</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="Base.html#method__defDestroyFn">Base</a>:
<a href="../../files/lib_yui3_src_base_js_Base.js.html#l325"><code>lib/yui3/src/base/js/Base.js:325</code></a>
</p>
</div>
<div class="description">
<p>Default destroy event handler</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>Event object</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__defInitFn" class="method item protected inherited">
<h3 class="name"><code>_defInitFn</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="Base.html#method__defInitFn">Base</a>:
<a href="../../files/lib_yui3_src_base_js_Base.js.html#l313"><code>lib/yui3/src/base/js/Base.js:313</code></a>
</p>
</div>
<div class="description">
<p>Default init event handler</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>Event object, with a cfg property which
refers to the configuration object passed to the constructor.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__destroyContainer" class="method item protected inherited">
<h3 class="name"><code>_destroyContainer</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="View.html#method__destroyContainer">View</a>:
<a href="../../files/lib_yui3_src_app_js_view.js.html#l312"><code>lib/yui3/src/app/js/view.js:312</code></a>
</p>
</div>
<div class="description">
<p>Removes the <code>container</code> from the DOM and purges all its event listeners.</p>
</div>
</div>
<div id="method__destroyHierarchy" class="method item private inherited">
<h3 class="name"><code>_destroyHierarchy</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#method__destroyHierarchy">BaseCore</a>:
<a href="../../files/lib_yui3_src_base_js_BaseCore.js.html#l563"><code>lib/yui3/src/base/js/BaseCore.js:563</code></a>
</p>
</div>
<div class="description">
<p>Destroys the class hierarchy for this instance by invoking
the destructor method on the prototype of each class in the hierarchy.</p>
</div>
</div>
<div id="method__filterAdHocAttrs" class="method item private inherited">
<h3 class="name"><code>_filterAdHocAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>allAttrs</code>
</li>
<li class="arg">
<code>userVals</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#method__filterAdHocAttrs">BaseCore</a>:
<a href="../../files/lib_yui3_src_base_js_BaseCore.js.html#l343"><code>lib/yui3/src/base/js/BaseCore.js:343</code></a>
</p>
</div>
<div class="description">
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">allAttrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The set of all attribute configurations for this instance.
Attributes will be removed from this set, if they belong to the filtered class, so
that by the time all classes are processed, allCfgs will be empty.</p>
</div>
</li>
<li class="param">
<code class="param-name">userVals</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The config object passed in by the user, from which adhoc attrs are to be filtered.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
The set of adhoc attributes passed in, in the form
of an object with attribute name/configuration pairs.
</div>
</div>
</div>
<div id="method__filterAttrCfs" class="method item private inherited">
<h3 class="name"><code>_filterAttrCfs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>clazz</code>
</li>
<li class="arg">
<code>allCfgs</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#method__filterAttrCfs">BaseCore</a>:
<a href="../../files/lib_yui3_src_base_js_BaseCore.js.html#l311"><code>lib/yui3/src/base/js/BaseCore.js:311</code></a>
</p>
</div>
<div class="description">
<p>A helper method used when processing ATTRS across the class hierarchy during
initialization. Returns a disposable object with the attributes defined for
the provided class, extracted from the set of all attributes passed in.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">clazz</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span>
<div class="param-description">
<p>The class for which the desired attributes are required.</p>
</div>
</li>
<li class="param">
<code class="param-name">allCfgs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The set of all attribute configurations for this instance.
Attributes will be removed from this set, if they belong to the filtered class, so
that by the time all classes are processed, allCfgs will be empty.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
The set of attributes belonging to the class passed in, in the form
of an object with attribute name/configuration pairs.
</div>
</div>
</div>
<div id="method__fireAttrChange" class="method item private inherited">
<h3 class="name"><code>_fireAttrChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrName</code>
</li>
<li class="arg">
<code>subAttrName</code>
</li>
<li class="arg">
<code>currVal</code>
</li>
<li class="arg">
<code>newVal</code>
</li>
<li class="arg">
<code>opts</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="AttributeEvents.html#method__fireAttrChange">AttributeEvents</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeEvents.js.html#l115"><code>lib/yui3/src/attribute/js/AttributeEvents.js:115</code></a>
</p>
</div>
<div class="description">
<p>Utility method to help setup the event payload and fire the attribute change event.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute</p>
</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The full path of the property being changed,
if this is a sub-attribute value being change. Otherwise null.</p>
</div>
</li>
<li class="param">
<code class="param-name">currVal</code>
<span class="type">Any</span>
<div class="param-description">
<p>The current value of the attribute</p>
</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">
<p>The new value of the attribute</p>
</div>
</li>
<li class="param">
<code class="param-name">opts</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>Any additional event data to mix into the attribute change event's event facade.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__getAttr" class="method item protected inherited">
<h3 class="name"><code>_getAttr</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type">Any</span>
</span>
<span class="flag protected">protected</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method__getAttr">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l468"><code>lib/yui3/src/attribute/js/AttributeCore.js:468</code></a>
</p>
</div>
<div class="description">
<p>Provides the common implementation for the public get method,
allowing Attribute hosts to over-ride either method.</p>
<p>See <a href="#method_get">get</a> for argument details.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">Any</span>:
The value of the attribute.
</div>
</div>
</div>
<div id="method__getAttrCfg" class="method item protected inherited">
<h3 class="name"><code>_getAttrCfg</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="AttributeExtras.html#method__getAttrCfg">AttributeExtras</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeExtras.js.html#l112"><code>lib/yui3/src/attribute/js/AttributeExtras.js:112</code></a>
</p>
</div>
<div class="description">
<p>Returns an object with the configuration properties (and value)
for the given attribute. If attrName is not provided, returns the
configuration properties for all attributes.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>Optional. The attribute name. If not provided, the method will return the configuration for all attributes.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
The configuration properties for the given attribute, or all attributes.
</div>
</div>
</div>
<div id="method__getAttrCfgs" class="method item protected inherited">
<h3 class="name"><code>_getAttrCfgs</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#method__getAttrCfgs">BaseCore</a>:
<a href="../../files/lib_yui3_src_base_js_BaseCore.js.html#l294"><code>lib/yui3/src/base/js/BaseCore.js:294</code></a>
</p>
</div>
<div class="description">
<p>Returns an aggregated set of attribute configurations, by traversing
the class hierarchy.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
The hash of attribute configurations, aggregated across classes in the hierarchy
This value is cached the first time the method, or _getClasses, is invoked. Subsequent invocations return
the cached value.
</div>
</div>
</div>
<div id="method__getAttrInitVal" class="method item private inherited">
<h3 class="name"><code>_getAttrInitVal</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attr</code>
</li>
<li class="arg">
<code>cfg</code>
</li>
<li class="arg">
<code>initValues</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type">Any</span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="Attribute.html#method__getAttrInitVal">
Attribute
</a>
but overwritten in
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l824"><code>lib/yui3/src/attribute/js/AttributeCore.js:824</code></a>
</p>
</div>
<div class="description">
<p>Returns the initial value of the given attribute from
either the default configuration provided, or the
over-ridden value if it exists in the set of initValues
provided and the attribute is not read-only.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attr</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute</p>
</div>
</li>
<li class="param">
<code class="param-name">cfg</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The attribute configuration object</p>
</div>
</li>
<li class="param">
<code class="param-name">initValues</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The object with simple and complex attribute name/value pairs returned from _normAttrVals</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">Any</span>:
The initial value of the attribute.
</div>
</div>
</div>
<div id="method__getAttrs" class="method item protected inherited">
<h3 class="name"><code>_getAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrs</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method__getAttrs">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l678"><code>lib/yui3/src/attribute/js/AttributeCore.js:678</code></a>
</p>
</div>
<div class="description">
<p>Implementation behind the public getAttrs method, to get multiple attribute values.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a> | boolean</span>
<div class="param-description">
<p>Optional. An array of attribute names. If omitted, all attribute values are
returned. If set to true, all attributes modified from their initial values are returned.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
An object with attribute name/value pairs.
</div>
</div>
</div>
<div id="method__getClasses" class="method item protected inherited">
<h3 class="name"><code>_getClasses</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function[]</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#method__getClasses">BaseCore</a>:
<a href="../../files/lib_yui3_src_base_js_BaseCore.js.html#l278"><code>lib/yui3/src/base/js/BaseCore.js:278</code></a>
</p>
</div>
<div class="description">
<p>Returns the class hierarchy for this object, with BaseCore being the last class in the array.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function[]</a></span>:
An array of classes (constructor functions), making up the class hierarchy for this object.
This value is cached the first time the method, or _getAttrCfgs, is invoked. Subsequent invocations return the
cached value.
</div>
</div>
</div>
<div id="method__getContainer" class="method item protected inherited">
<h3 class="name"><code>_getContainer</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>value</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="View.html#method__getContainer">View</a>:
<a href="../../files/lib_yui3_src_app_js_view.js.html#l323"><code>lib/yui3/src/app/js/view.js:323</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Getter for the <code>container</code> attribute.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">value</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | Null</span>
<div class="param-description">
<p>Current attribute value.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
Container node.
</div>
</div>
</div>
<div id="method__getRowId" class="method item protected">
<h3 class="name"><code>_getRowId</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>clientId</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l800"><code>lib/yui3/src/datatable/js/body.js:800</code></a>
</p>
</div>
<div class="description">
<p>Returns the row ID associated with a Model's clientId.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">clientId</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The Model clientId</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>:
</div>
</div>
</div>
<div id="method__getStateVal" class="method item private inherited">
<h3 class="name"><code>_getStateVal</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type">Any</span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method__getStateVal">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l522"><code>lib/yui3/src/attribute/js/AttributeCore.js:522</code></a>
</p>
</div>
<div class="description">
<p>Gets the stored value for the attribute, from either the
internal state object, or the state proxy if it exits</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">Any</span>:
The stored value of the attribute
</div>
</div>
</div>
<div id="method__getType" class="method item private inherited">
<h3 class="name"><code>_getType</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method__getType">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l36"><code>lib/yui3/src/event-custom/js/event-target.js:36</code></a>
</p>
</div>
<div class="description">
<p>If the instance has a prefix attribute and the
event type is not prefixed, the instance prefix is
applied to the supplied type.</p>
</div>
</div>
<div id="method__initAttrHost" class="method item private inherited">
<h3 class="name"><code>_initAttrHost</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrs</code>
</li>
<li class="arg">
<code>values</code>
</li>
<li class="arg">
<code>lazy</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method__initAttrHost">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l109"><code>lib/yui3/src/attribute/js/AttributeCore.js:109</code></a>
</p>
</div>
<div class="description">
<p>Constructor logic for attributes. Initializes the host state, and sets up the inital attributes passed to the
constructor.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The attributes to add during construction (passed through to <a href="#method_addAttrs">addAttrs</a>). These can also be defined on the constructor being augmented with Attribute by defining the ATTRS property on the constructor.</p>
</div>
</li>
<li class="param">
<code class="param-name">values</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The initial attribute values to apply (passed through to <a href="#method_addAttrs">addAttrs</a>). These are not merged/cloned. The caller is responsible for isolating user provided values if required.</p>
</div>
</li>
<li class="param">
<code class="param-name">lazy</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>Whether or not to add attributes lazily (passed through to <a href="#method_addAttrs">addAttrs</a>).</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__initAttribute" class="method item private inherited">
<h3 class="name"><code>_initAttribute</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#method__initAttribute">
BaseCore
</a>
but overwritten in
<a href="../../files/lib_yui3_src_base_js_Base.js.html#l169"><code>lib/yui3/src/base/js/Base.js:169</code></a>
</p>
</div>
<div class="description">
<p>Initializes Attribute</p>
</div>
</div>
<div id="method__initAttrs" class="method item protected inherited">
<h3 class="name"><code>_initAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrs</code>
</li>
<li class="arg">
<code>values</code>
</li>
<li class="arg">
<code>lazy</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method__initAttrs">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l863"><code>lib/yui3/src/attribute/js/AttributeCore.js:863</code></a>
</p>
</div>
<div class="description">
<p>Utility method to set up initial attributes defined during construction, either through the constructor.ATTRS property, or explicitly passed in.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The attributes to add during construction (passed through to <a href="#method_addAttrs">addAttrs</a>). These can also be defined on the constructor being augmented with Attribute by defining the ATTRS property on the constructor.</p>
</div>
</li>
<li class="param">
<code class="param-name">values</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The initial attribute values to apply (passed through to <a href="#method_addAttrs">addAttrs</a>). These are not merged/cloned. The caller is responsible for isolating user provided values if required.</p>
</div>
</li>
<li class="param">
<code class="param-name">lazy</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>Whether or not to add attributes lazily (passed through to <a href="#method_addAttrs">addAttrs</a>).</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__initBase" class="method item private inherited">
<h3 class="name"><code>_initBase</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>config</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#method__initBase">
BaseCore
</a>
but overwritten in
<a href="../../files/lib_yui3_src_base_js_Base.js.html#l154"><code>lib/yui3/src/base/js/Base.js:154</code></a>
</p>
</div>
<div class="description">
<p>Internal construction logic for Base.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">config</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The constructor configuration object</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__initHierarchy" class="method item private inherited">
<h3 class="name"><code>_initHierarchy</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>userVals</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#method__initHierarchy">BaseCore</a>:
<a href="../../files/lib_yui3_src_base_js_BaseCore.js.html#l505"><code>lib/yui3/src/base/js/BaseCore.js:505</code></a>
</p>
</div>
<div class="description">
<p>Initializes the class hierarchy for the instance, which includes
initializing attributes for each class defined in the class's
static <a href="#property_BaseCore.ATTRS">ATTRS</a> property and
invoking the initializer method on the prototype of each class in the hierarchy.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">userVals</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>Object with configuration property name/value pairs</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__initHierarchyData" class="method item private inherited">
<h3 class="name"><code>_initHierarchyData</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#method__initHierarchyData">BaseCore</a>:
<a href="../../files/lib_yui3_src_base_js_BaseCore.js.html#l373"><code>lib/yui3/src/base/js/BaseCore.js:373</code></a>
</p>
</div>
<div class="description">
<p>A helper method used by _getClasses and _getAttrCfgs, which determines both
the array of classes and aggregate set of attribute configurations
across the class hierarchy for the instance.</p>
</div>
</div>
<div id="method__isLazyAttr" class="method item private inherited">
<h3 class="name"><code>_isLazyAttr</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method__isLazyAttr">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l299"><code>lib/yui3/src/attribute/js/AttributeCore.js:299</code></a>
</p>
</div>
<div class="description">
<p>Checks whether or not the attribute is one which has been
added lazily and still requires initialization.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
true if it's a lazily added attribute, false otherwise.
</div>
</div>
</div>
<div id="method__monitor" class="method item private inherited">
<h3 class="name"><code>_monitor</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>what</code>
</li>
<li class="arg">
<code>eventType</code>
</li>
<li class="arg">
<code>o</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method__monitor">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l604"><code>lib/yui3/src/event-custom/js/event-target.js:604</code></a>
</p>
</div>
<div class="description">
<p>This is the entry point for the event monitoring system.
You can monitor 'attach', 'detach', 'fire', and 'publish'.
When configured, these events generate an event. click ->
click<em>attach, click</em>detach, click_publish -- these can
be subscribed to like other events to monitor the event
system. Inividual published events can have monitoring
turned on or off (publish can't be turned off before it
it published) by setting the events 'monitor' config.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">what</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>'attach', 'detach', 'fire', or 'publish'</p>
</div>
</li>
<li class="param">
<code class="param-name">eventType</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span>
<div class="param-description">
<p>The prefixed name of the event being monitored, or the CustomEvent object.</p>
</div>
</li>
<li class="param">
<code class="param-name">o</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>Information about the event interaction, such as
fire() args, subscription category, publish config</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__normAttrVals" class="method item private inherited">
<h3 class="name"><code>_normAttrVals</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>valueHash</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="Attribute.html#method__normAttrVals">
Attribute
</a>
but overwritten in
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l809"><code>lib/yui3/src/attribute/js/AttributeCore.js:809</code></a>
</p>
</div>
<div class="description">
<p>Utility method to normalize attribute values. The base implementation
simply merges the hash to protect the original.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">valueHash</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with attribute name/value pairs</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
</div>
</div>
</div>
<div id="method__parseType" class="method item private inherited">
<h3 class="name"><code>_parseType</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method__parseType">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l52"><code>lib/yui3/src/event-custom/js/event-target.js:52</code></a>
</p>
</div>
<div class="description">
<p>Returns an array with the detach key (if provided),
and the prefixed event name from _getType
Y.on('detachcategory| menu:click', fn)</p>
</div>
</div>
<div id="method__preInitEventCfg" class="method item private inherited">
<h3 class="name"><code>_preInitEventCfg</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>config</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="Base.html#method__preInitEventCfg">Base</a>:
<a href="../../files/lib_yui3_src_base_js_Base.js.html#l233"><code>lib/yui3/src/base/js/Base.js:233</code></a>
</p>
</div>
<div class="description">
<p>Handles the special on, after and target properties which allow the user to
easily configure on and after listeners as well as bubble targets during
construction, prior to init.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">config</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The user configuration object</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__protectAttrs" class="method item protected inherited">
<h3 class="name"><code>_protectAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrs</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method__protectAttrs">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l787"><code>lib/yui3/src/attribute/js/AttributeCore.js:787</code></a>
</p>
</div>
<div class="description">
<p>Utility method to protect an attribute configuration
hash, by merging the entire object and the individual
attr config objects.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>A hash of attribute to configuration object pairs.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A protected version of the attrs argument.
</div>
</div>
</div>
<div id="method__set" class="method item protected inherited">
<h3 class="name"><code>_set</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
<li class="arg">
<code>val</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="AttributeEvents.html#method__set">
AttributeEvents
</a>
but overwritten in
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l346"><code>lib/yui3/src/attribute/js/AttributeCore.js:346</code></a>
</p>
</div>
<div class="description">
<p>Allows setting of readOnly/writeOnce attributes. See <a href="#method_set">set</a> for argument details.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute.</p>
</div>
</li>
<li class="param">
<code class="param-name">val</code>
<span class="type">Any</span>
<div class="param-description">
<p>The value to set the attribute to.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A reference to the host object.
</div>
</div>
</div>
<div id="method__setAttr" class="method item protected inherited">
<h3 class="name"><code>_setAttr</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
<li class="arg">
<code>value</code>
</li>
<li class="arg">
<code>opts</code>
</li>
<li class="arg">
<code>force</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method__setAttr">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l361"><code>lib/yui3/src/attribute/js/AttributeCore.js:361</code></a>
</p>
</div>
<div class="description">
<p>Provides the common implementation for the public set and protected _set methods.</p>
<p>See <a href="#method_set">set</a> for argument details.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute.</p>
</div>
</li>
<li class="param">
<code class="param-name">value</code>
<span class="type">Any</span>
<div class="param-description">
<p>The value to set the attribute to.</p>
</div>
</li>
<li class="param">
<code class="param-name">opts</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>(Optional) Optional event data to be mixed into
the event facade passed to subscribers of the attribute's change event.
This is currently a hack. There's no real need for the AttributeCore implementation
to support this parameter, but breaking it out into AttributeEvents, results in
additional function hops for the critical path.</p>
</div>
</li>
<li class="param">
<code class="param-name">force</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>If true, allows the caller to set values for
readOnly or writeOnce attributes which have already been set.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A reference to the host object.
</div>
</div>
</div>
<div id="method__setAttrs" class="method item protected inherited">
<h3 class="name"><code>_setAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrs</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="AttributeEvents.html#method__setAttrs">
AttributeEvents
</a>
but overwritten in
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l647"><code>lib/yui3/src/attribute/js/AttributeCore.js:647</code></a>
</p>
</div>
<div class="description">
<p>Implementation behind the public setAttrs method, to set multiple attribute values.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with attributes name/value pairs.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A reference to the host object.
</div>
</div>
</div>
<div id="method__setAttrVal" class="method item private inherited">
<h3 class="name"><code>_setAttrVal</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrName</code>
</li>
<li class="arg">
<code>subAttrName</code>
</li>
<li class="arg">
<code>prevVal</code>
</li>
<li class="arg">
<code>newVal</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type">Booolean</span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method__setAttrVal">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l554"><code>lib/yui3/src/attribute/js/AttributeCore.js:554</code></a>
</p>
</div>
<div class="description">
<p>Updates the stored value of the attribute in the privately held State object,
if validation and setter passes.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The attribute name.</p>
</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The sub-attribute name, if setting a sub-attribute property ("x.y.z").</p>
</div>
</li>
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">
<p>The currently stored value of the attribute.</p>
</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">
<p>The value which is going to be stored.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">Booolean</span>:
true if the new attribute value was stored, false if not.
</div>
</div>
</div>
<div id="method__setStateVal" class="method item private inherited">
<h3 class="name"><code>_setStateVal</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
<li class="arg">
<code>value</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method__setStateVal">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l536"><code>lib/yui3/src/attribute/js/AttributeCore.js:536</code></a>
</p>
</div>
<div class="description">
<p>Sets the stored value for the attribute, in either the
internal state object, or the state proxy if it exits</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute</p>
</div>
</li>
<li class="param">
<code class="param-name">value</code>
<span class="type">Any</span>
<div class="param-description">
<p>The value of the attribute</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_addAttr" class="method item inherited">
<h3 class="name"><code>addAttr</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
<li class="arg">
<code>config</code>
</li>
<li class="arg">
<code>lazy</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method_addAttr">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l124"><code>lib/yui3/src/attribute/js/AttributeCore.js:124</code></a>
</p>
</div>
<div class="description">
<p>
Adds an attribute with the provided configuration to the host object.
</p>
<p>
The config argument object supports the following properties:
</p>
<dl>
<dt>value <Any></dt>
<dd>The initial value to set on the attribute</dd>
<dt>valueFn <Function | String></dt>
<dd>
<p>A function, which will return the initial value to set on the attribute. This is useful
for cases where the attribute configuration is defined statically, but needs to
reference the host instance ("this") to obtain an initial value. If both the value and valueFn properties are defined,
the value returned by the valueFn has precedence over the value property, unless it returns undefined, in which
case the value property is used.</p>
<p>valueFn can also be set to a string, representing the name of the instance method to be used to retrieve the value.</p>
</dd>
<dt>readOnly <boolean></dt>
<dd>Whether or not the attribute is read only. Attributes having readOnly set to true
cannot be modified by invoking the set method.</dd>
<dt>writeOnce <boolean> or <string></dt>
<dd>
Whether or not the attribute is "write once". Attributes having writeOnce set to true,
can only have their values set once, be it through the default configuration,
constructor configuration arguments, or by invoking set.
<p>The writeOnce attribute can also be set to the string "initOnly", in which case the attribute can only be set during initialization
(when used with Base, this means it can only be set during construction)</p>
</dd>
<dt>setter <Function | String></dt>
<dd>
<p>The setter function used to massage or normalize the value passed to the set method for the attribute.
The value returned by the setter will be the final stored value. Returning
<a href="#property_Attribute.INVALID_VALUE">Attribute.INVALID_VALUE</a>, from the setter will prevent
the value from being stored.
</p>
<p>setter can also be set to a string, representing the name of the instance method to be used as the setter function.</p>
</dd>
<dt>getter <Function | String></dt>
<dd>
<p>
The getter function used to massage or normalize the value returned by the get method for the attribute.
The value returned by the getter function is the value which will be returned to the user when they
invoke get.
</p>
<p>getter can also be set to a string, representing the name of the instance method to be used as the getter function.</p>
</dd>
<dt>validator <Function | String></dt>
<dd>
<p>
The validator function invoked prior to setting the stored value. Returning
false from the validator function will prevent the value from being stored.
</p>
<p>validator can also be set to a string, representing the name of the instance method to be used as the validator function.</p>
</dd>
<dt>lazyAdd <boolean></dt>
<dd>Whether or not to delay initialization of the attribute until the first call to get/set it.
This flag can be used to over-ride lazy initialization on a per attribute basis, when adding multiple attributes through
the <a href="#method_addAttrs">addAttrs</a> method.</dd>
</dl>
<p>The setter, getter and validator are invoked with the value and name passed in as the first and second arguments, and with
the context ("this") set to the host object.</p>
<p>Configuration properties outside of the list mentioned above are considered private properties used internally by attribute,
and are not intended for public use.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute.</p>
</div>
</li>
<li class="param">
<code class="param-name">config</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with attribute configuration property/value pairs, specifying the configuration for the attribute.</p>
<p>
<strong>NOTE:</strong> The configuration object is modified when adding an attribute, so if you need
to protect the original values, you will need to merge the object.
</p>
</div>
</li>
<li class="param">
<code class="param-name">lazy</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>(optional) Whether or not to add this attribute lazily (on the first call to get/set).</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A reference to the host object.
</div>
</div>
</div>
<div id="method_addAttrs" class="method item inherited">
<h3 class="name"><code>addAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>cfgs</code>
</li>
<li class="arg">
<code>values</code>
</li>
<li class="arg">
<code>lazy</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method_addAttrs">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l709"><code>lib/yui3/src/attribute/js/AttributeCore.js:709</code></a>
</p>
</div>
<div class="description">
<p>Configures a group of attributes, and sets initial values.</p>
<p>
<strong>NOTE:</strong> This method does not isolate the configuration object by merging/cloning.
The caller is responsible for merging/cloning the configuration object if required.
</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">cfgs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with attribute name/configuration pairs.</p>
</div>
</li>
<li class="param">
<code class="param-name">values</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with attribute name/value pairs, defining the initial values to apply.
Values defined in the cfgs argument will be over-written by values in this argument unless defined as read only.</p>
</div>
</li>
<li class="param">
<code class="param-name">lazy</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>Whether or not to delay the intialization of these attributes until the first call to get/set.
Individual attributes can over-ride this behavior by defining a lazyAdd configuration property in their configuration.
See <a href="#method_addAttr">addAttr</a>.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A reference to the host object.
</div>
</div>
</div>
<div id="method_addTarget" class="method item inherited">
<h3 class="name"><code>addTarget</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>o</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_addTarget">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-facade.js.html#l387"><code>lib/yui3/src/event-custom/js/event-facade.js:387</code></a>
</p>
</div>
<div class="description">
<p>Registers another EventTarget as a bubble target. Bubble order
is determined by the order registered. Multiple targets can
be specified.</p>
<p>Events can only bubble if emitFacade is true.</p>
<p>Included in the event-custom-complex submodule.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">o</code>
<span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span>
<div class="param-description">
<p>the target to add</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_after" class="method item inherited">
<h3 class="name"><code>after</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>fn</code>
</li>
<li class="arg">
<code class="optional">[context]</code>
</li>
<li class="arg">
<code class="optional">[arg*]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_after">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l744"><code>lib/yui3/src/event-custom/js/event-target.js:744</code></a>
</p>
</div>
<div class="description">
<p>Subscribe to a custom event hosted by this object. The
supplied callback will execute after any listeners add
via the subscribe method, and after the default function,
if configured for the event, has executed.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the event</p>
</div>
</li>
<li class="param">
<code class="param-name">fn</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span>
<div class="param-description">
<p>The callback to execute in response to the event</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[context]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Override <code>this</code> object in callback</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[arg*]</code>
<span class="type">Any</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>0..n additional arguments to supply to the subscriber</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>:
A subscription handle capable of detaching the
subscription
</div>
</div>
</div>
<div id="method_attachEvents" class="method item inherited">
<h3 class="name"><code>attachEvents</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code class="optional">[events]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="View.html#method_attachEvents">View</a>:
<a href="../../files/lib_yui3_src_app_js_view.js.html#l181"><code>lib/yui3/src/app/js/view.js:181</code></a>
</p>
</div>
<div class="description">
<p>Attaches delegated event handlers to this view's container element. This
method is called internally to subscribe to events configured in the
<code>events</code> attribute when the view is initialized.</p>
<p>You may override this method to customize the event attaching logic.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[events]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Hash of events to attach. See the docs for the
<code>events</code> attribute for details on the format. If not specified, this
view's <code>events</code> property will be used.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_attrAdded" class="method item inherited">
<h3 class="name"><code>attrAdded</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method_attrAdded">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l272"><code>lib/yui3/src/attribute/js/AttributeCore.js:272</code></a>
</p>
</div>
<div class="description">
<p>Checks if the given attribute has been added to the host</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute to check.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
true if an attribute with the given name has been added, false if it hasn't. This method will return true for lazily added attributes.
</div>
</div>
</div>
<div id="method_before" class="method item inherited">
<h3 class="name"><code>before</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"></span>
</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_before">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l781"><code>lib/yui3/src/event-custom/js/event-target.js:781</code></a>
</p>
</div>
<div class="description">
<p>Executes the callback before a DOM event, custom event
or method. If the first argument is a function, it
is assumed the target is a method. For DOM and custom
events, this is an alias for Y.on.</p>
<p>For DOM and custom events:
type, callback, context, 0-n arguments</p>
<p>For methods:
callback, object (method host), methodName, context, 0-n arguments</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
detach handle
</div>
</div>
</div>
<div id="method_bindUI" class="method item protected">
<h3 class="name"><code>bindUI</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l570"><code>lib/yui3/src/datatable/js/body.js:570</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Binds event subscriptions from the UI and the host (if assigned).</p>
</div>
</div>
<div id="method_bubble" class="method item inherited">
<h3 class="name"><code>bubble</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>evt</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_bubble">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-facade.js.html#l424"><code>lib/yui3/src/event-custom/js/event-facade.js:424</code></a>
</p>
</div>
<div class="description">
<p>Propagate an event. Requires the event-custom-complex module.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">evt</code>
<span class="type"><a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span>
<div class="param-description">
<p>the custom event to propagate</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
the aggregated return value from Event.Custom.fire
</div>
</div>
</div>
<div id="method_create" class="method item inherited">
<h3 class="name"><code>create</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code class="optional">[container]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="View.html#method_create">View</a>:
<a href="../../files/lib_yui3_src_app_js_view.js.html#l233"><code>lib/yui3/src/app/js/view.js:233</code></a>
</p>
</div>
<div class="description">
<p>Creates and returns a container node for this view.</p>
<p>By default, the container is created from the HTML template specified in the
<code>containerTemplate</code> property, and is <em>not</em> added to the DOM automatically.</p>
<p>You may override this method to customize how the container node is created
(such as by rendering it from a custom template format). Your method must
return a <code>Y.Node</code> instance.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[container]</code>
<span class="type"><a href="https://developer.mozilla.org/en/Document_Object_Model_(DOM)/HTMLElement" class="crosslink external" target="_blank">HTMLElement</a> | <a href="../classes/Node.html" class="crosslink">Node</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Selector string, <code>Y.Node</code>
instance, or DOM element to use at the container node.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
Node instance of the created container node.
</div>
</div>
</div>
<div id="method_destroy" class="method item inherited">
<h3 class="name"><code>destroy</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code class="optional">[options]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#method_destroy">
BaseCore
</a>
but overwritten in
<a href="../../files/lib_yui3_src_app_js_view.js.html#l146"><code>lib/yui3/src/app/js/view.js:146</code></a>
</p>
</div>
<div class="description">
<p>Destroys this View, detaching any DOM events and optionally also destroying
its container node.</p>
<p>By default, the container node will not be destroyed. Pass an <em>options</em>
object with a truthy <code>remove</code> property to destroy the container as well.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[options]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Options.</p>
</div>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[remove=false]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>If <code>true</code>, this View's container
will be removed from the DOM and destroyed as well.</p>
</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div id="method_destructor" class="method item protected">
<h3 class="name"><code>destructor</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l777"><code>lib/yui3/src/datatable/js/body.js:777</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Destroys the instance.</p>
</div>
</div>
<div id="method_detach" class="method item inherited">
<h3 class="name"><code>detach</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>fn</code>
</li>
<li class="arg">
<code>context</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_detach">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l344"><code>lib/yui3/src/event-custom/js/event-target.js:344</code></a>
</p>
</div>
<div class="description">
<p>Detach one or more listeners the from the specified event</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>Either the handle to the subscriber or the
type of event. If the type
is not specified, it will attempt to remove
the listener from all hosted events.</p>
</div>
</li>
<li class="param">
<code class="param-name">fn</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span>
<div class="param-description">
<p>The subscribed function to unsubscribe, if not
supplied, all subscribers will be removed.</p>
</div>
</li>
<li class="param">
<code class="param-name">context</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The custom object passed to subscribe. This is
optional, but if supplied will be used to
disambiguate multiple listeners that are the same
(e.g., you subscribe many object using a function
that lives on the prototype)</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span>:
the host
</div>
</div>
</div>
<div id="method_detachAll" class="method item inherited">
<h3 class="name"><code>detachAll</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_detachAll">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l464"><code>lib/yui3/src/event-custom/js/event-target.js:464</code></a>
</p>
</div>
<div class="description">
<p>Removes all listeners from the specified event. If the event type
is not specified, all listeners from all hosted custom events will
be removed.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The type, or name of the event</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_detachEvents" class="method item inherited">
<h3 class="name"><code>detachEvents</code></h3>
<span class="paren">()</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="View.html#method_detachEvents">View</a>:
<a href="../../files/lib_yui3_src_app_js_view.js.html#l253"><code>lib/yui3/src/app/js/view.js:253</code></a>
</p>
</div>
<div class="description">
<p>Detaches DOM events that have previously been attached to the container by
<code>attachEvents()</code>.</p>
</div>
</div>
<div id="method_fire" class="method item inherited">
<h3 class="name"><code>fire</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>arguments</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_fire">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l641"><code>lib/yui3/src/event-custom/js/event-target.js:641</code></a>
</p>
</div>
<div class="description">
<p>Fire a custom event by name. The callback functions will be executed
from the context specified when the event was created, and with the
following parameters.</p>
<p>If the custom event object hasn't been created, then the event hasn't
been published and it has no subscribers. For performance sake, we
immediate exit in this case. This means the event won't bubble, so
if the intention is that a bubble target be notified, the event must
be published on this object first.</p>
<p>The first argument is the event type, and any additional arguments are
passed to the listeners as parameters. If the first of these is an
object literal, and the event is configured to emit an event facade,
that object is mixed into the event facade and the facade is provided
in place of the original object.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The type of the event, or an object that contains
a 'type' property.</p>
</div>
</li>
<li class="param">
<code class="param-name">arguments</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object*</a></span>
<div class="param-description">
<p>an arbitrary set of parameters to pass to
the handler. If the first of these is an object literal and the event is
configured to emit an event facade, the event facade will replace that
parameter after the properties the object literal contains are copied to
the event facade.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span>:
the event host
</div>
</div>
</div>
<div id="method_get" class="method item inherited">
<h3 class="name"><code>get</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type">Any</span>
</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method_get">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l283"><code>lib/yui3/src/attribute/js/AttributeCore.js:283</code></a>
</p>
</div>
<div class="description">
<p>Returns the current value of the attribute. If the attribute
has been configured with a 'getter' function, this method will delegate
to the 'getter' to obtain the value of the attribute.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute. If the value of the attribute is an Object,
dot notation can be used to obtain the value of a property of the object (e.g. <code>get("x.y.z")</code>)</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">Any</span>:
The value of the attribute
</div>
</div>
</div>
<div id="method_getAttrs" class="method item inherited">
<h3 class="name"><code>getAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrs</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="AttributeCore.html#method_getAttrs">AttributeCore</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l666"><code>lib/yui3/src/attribute/js/AttributeCore.js:666</code></a>
</p>
</div>
<div class="description">
<p>Gets multiple attribute values.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a> | boolean</span>
<div class="param-description">
<p>Optional. An array of attribute names. If omitted, all attribute values are
returned. If set to true, all attributes modified from their initial values are returned.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
An object with attribute name/value pairs.
</div>
</div>
</div>
<div id="method_getCell" class="method item">
<h3 class="name"><code>getCell</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>seed</code>
</li>
<li class="arg">
<code class="optional">[shift]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l172"><code>lib/yui3/src/datatable/js/body.js:172</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Returns the <code><td></code> Node from the given row and column index. Alternately,
the <code>seed</code> can be a Node. If so, the nearest ancestor cell is returned.
If the <code>seed</code> is a cell, it is returned. If there is no cell at the given
coordinates, <code>null</code> is returned.</p>
<p>Optionally, include an offset array or string to return a cell near the
cell identified by the <code>seed</code>. The offset can be an array containing the
number of rows to shift followed by the number of columns to shift, or one
of "above", "below", "next", or "previous".</p>
<p><pre class="code"><code class="prettyprint">// Previous cell in the previous row
var cell = table.getCell(e.target, [-1, -1]);</p>
<p>// Next cell
var cell = table.getCell(e.target, 'next');
var cell = table.getCell(e.taregt, [0, 1];</pre></code></p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">seed</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number[]</a> | <a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>Array of row and column indexes, or a Node that
is either the cell itself or a descendant of one.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[shift]</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number[]</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Offset by which to identify the returned
cell Node</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
</div>
</div>
</div>
<div id="method_getClassName" class="method item protected">
<h3 class="name"><code>getClassName</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>token</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l236"><code>lib/yui3/src/datatable/js/body.js:236</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Returns the generated CSS classname based on the input. If the <code>host</code>
attribute is configured, it will attempt to relay to its <code>getClassName</code>
or use its static <code>NAME</code> property as a string base.</p>
<p>If <code>host</code> is absent or has neither method nor <code>NAME</code>, a CSS classname
will be generated using this class's <code>NAME</code>.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">token</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag multiple" title="This argument may occur one or more times.">multiple</span>
<div class="param-description">
<p>Any number of token strings to assemble the
classname from.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>:
</div>
</div>
</div>
<div id="method_getEvent" class="method item inherited">
<h3 class="name"><code>getEvent</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>prefixed</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_getEvent">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l726"><code>lib/yui3/src/event-custom/js/event-target.js:726</code></a>
</p>
</div>
<div class="description">
<p>Returns the custom event of the provided type has been created, a
falsy value otherwise</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>the type, or name of the event</p>
</div>
</li>
<li class="param">
<code class="param-name">prefixed</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>if true, the type is prefixed already</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span>:
the custom event or null
</div>
</div>
</div>
<div id="method_getRecord" class="method item">
<h3 class="name"><code>getRecord</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>seed</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Model.html" class="crosslink">Model</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l265"><code>lib/yui3/src/datatable/js/body.js:265</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Returns the Model associated to the row Node or id provided. Passing the
Node or id for a descendant of the row also works.</p>
<p>If no Model can be found, <code>null</code> is returned.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">seed</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>Row Node or <code>id</code>, or one for a descendant of a row</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Model.html" class="crosslink">Model</a></span>:
</div>
</div>
</div>
<div id="method_getRow" class="method item">
<h3 class="name"><code>getRow</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>id</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l300"><code>lib/yui3/src/datatable/js/body.js:300</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Returns the <code><tr></code> Node from the given row index, Model, or Model's
<code>clientId</code>. If the rows haven't been rendered yet, or if the row can't be
found by the input, <code>null</code> is returned.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">id</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/Model.html" class="crosslink">Model</a></span>
<div class="param-description">
<p>Row index, Model instance, or clientId</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
</div>
</div>
</div>
<div id="method_getTargets" class="method item inherited">
<h3 class="name"><code>getTargets</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"></span>
</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_getTargets">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-facade.js.html#l405"><code>lib/yui3/src/event-custom/js/event-facade.js:405</code></a>
</p>
</div>
<div class="description">
<p>Returns an array of bubble targets for this object.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
EventTarget[]
</div>
</div>
</div>
<div id="method_init" class="method item inherited">
<h3 class="name"><code>init</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>config</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Base.html" class="crosslink">Base</a></span>
</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#method_init">
BaseCore
</a>
but overwritten in
<a href="../../files/lib_yui3_src_base_js_Base.js.html#l191"><code>lib/yui3/src/base/js/Base.js:191</code></a>
</p>
</div>
<div class="description">
<p>Init lifecycle method, invoked during construction.
Fires the init event prior to setting up attributes and
invoking initializers for the class hierarchy.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">config</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>Object with configuration property name/value pairs</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Base.html" class="crosslink">Base</a></span>:
A reference to this object
</div>
</div>
</div>
<div id="method_initializer" class="method item protected">
<h3 class="name"><code>initializer</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>config</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l821"><code>lib/yui3/src/datatable/js/body.js:821</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Initializes the instance. Reads the following configuration properties in
addition to the instance attributes:</p>
<ul>
<li><code>columns</code> - (REQUIRED) The initial column information</li>
<li><code>host</code> - The object to serve as source of truth for column info and
for generating class names</li>
</ul>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">config</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>Configuration data</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_modifyAttr" class="method item inherited">
<h3 class="name"><code>modifyAttr</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
<li class="arg">
<code>config</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="AttributeExtras.html#method_modifyAttr">AttributeExtras</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeExtras.js.html#l39"><code>lib/yui3/src/attribute/js/AttributeExtras.js:39</code></a>
</p>
</div>
<div class="description">
<p>Updates the configuration of an attribute which has already been added.</p>
<p>
The properties which can be modified through this interface are limited
to the following subset of attributes, which can be safely modified
after a value has already been set on the attribute: readOnly, writeOnce,
broadcast and getter.
</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute whose configuration is to be updated.</p>
</div>
</li>
<li class="param">
<code class="param-name">config</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with configuration property/value pairs, specifying the configuration properties to modify.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_on" class="method item inherited">
<h3 class="name"><code>on</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>fn</code>
</li>
<li class="arg">
<code class="optional">[context]</code>
</li>
<li class="arg">
<code class="optional">[arg*]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_on">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l191"><code>lib/yui3/src/event-custom/js/event-target.js:191</code></a>
</p>
</div>
<div class="description">
<p>Subscribe a callback function to a custom event fired by this object or
from an object that bubbles its events to this object.</p>
<p>Callback functions for events published with <code>emitFacade = true</code> will
receive an <code>EventFacade</code> as the first argument (typically named "e").
These callbacks can then call <code>e.preventDefault()</code> to disable the
behavior published to that event's <code>defaultFn</code>. See the <code>EventFacade</code>
API for all available properties and methods. Subscribers to
non-<code>emitFacade</code> events will receive the arguments passed to <code>fire()</code>
after the event name.</p>
<p>To subscribe to multiple events at once, pass an object as the first
argument, where the key:value pairs correspond to the eventName:callback,
or pass an array of event names as the first argument to subscribe to
all listed events with the same callback.</p>
<p>Returning <code>false</code> from a callback is supported as an alternative to
calling <code>e.preventDefault(); e.stopPropagation();</code>. However, it is
recommended to use the event methods whenever possible.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the event</p>
</div>
</li>
<li class="param">
<code class="param-name">fn</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span>
<div class="param-description">
<p>The callback to execute in response to the event</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[context]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Override <code>this</code> object in callback</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[arg*]</code>
<span class="type">Any</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>0..n additional arguments to supply to the subscriber</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>:
A subscription handle capable of detaching that
subscription
</div>
</div>
</div>
<div id="method_once" class="method item inherited">
<h3 class="name"><code>once</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>fn</code>
</li>
<li class="arg">
<code class="optional">[context]</code>
</li>
<li class="arg">
<code class="optional">[arg*]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_once">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l127"><code>lib/yui3/src/event-custom/js/event-target.js:127</code></a>
</p>
</div>
<div class="description">
<p>Listen to a custom event hosted by this object one time.
This is the equivalent to <code>on</code> except the
listener is immediatelly detached when it is executed.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the event</p>
</div>
</li>
<li class="param">
<code class="param-name">fn</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span>
<div class="param-description">
<p>The callback to execute in response to the event</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[context]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Override <code>this</code> object in callback</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[arg*]</code>
<span class="type">Any</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>0..n additional arguments to supply to the subscriber</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>:
A subscription handle capable of detaching the
subscription
</div>
</div>
</div>
<div id="method_onceAfter" class="method item inherited">
<h3 class="name"><code>onceAfter</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>fn</code>
</li>
<li class="arg">
<code class="optional">[context]</code>
</li>
<li class="arg">
<code class="optional">[arg*]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_onceAfter">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l149"><code>lib/yui3/src/event-custom/js/event-target.js:149</code></a>
</p>
</div>
<div class="description">
<p>Listen to a custom event hosted by this object one time.
This is the equivalent to <code>after</code> except the
listener is immediatelly detached when it is executed.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the event</p>
</div>
</li>
<li class="param">
<code class="param-name">fn</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span>
<div class="param-description">
<p>The callback to execute in response to the event</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[context]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Override <code>this</code> object in callback</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[arg*]</code>
<span class="type">Any</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>0..n additional arguments to supply to the subscriber</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>:
A subscription handle capable of detaching that
subscription
</div>
</div>
</div>
<div id="method_parseType" class="method item inherited">
<h3 class="name"><code>parseType</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code class="optional">[pre=this._yuievt.config.prefix]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_parseType">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l171"><code>lib/yui3/src/event-custom/js/event-target.js:171</code></a>
</p>
<p>Available since 3.3.0</p>
</div>
<div class="description">
<p>Takes the type parameter passed to 'on' and parses out the
various pieces that could be included in the type. If the
event type is passed without a prefix, it will be expanded
to include the prefix one is supplied or the event target
is configured with a default prefix.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>the type</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[pre=this._yuievt.config.prefix]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>the prefix</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>:
an array containing:
* the detach category, if supplied,
* the prefixed event type,
* whether or not this is an after listener,
* the supplied event type
</div>
</div>
</div>
<div id="method_publish" class="method item inherited">
<h3 class="name"><code>publish</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>opts</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_publish">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l488"><code>lib/yui3/src/event-custom/js/event-target.js:488</code></a>
</p>
</div>
<div class="description">
<p>Creates a new custom event of the specified type. If a custom event
by that name already exists, it will not be re-created. In either
case the custom event is returned.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>the type, or name of the event</p>
</div>
</li>
<li class="param">
<code class="param-name">opts</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>optional config params. Valid properties are:</p>
<p><ul>
<li>
'broadcast': whether or not the YUI instance and YUI global are notified when the event is fired (false)
</li>
<li>
'bubbles': whether or not this event bubbles (true)
Events can only bubble if emitFacade is true.
</li>
<li>
'context': the default execution context for the listeners (this)
</li>
<li>
'defaultFn': the default function to execute when this event fires if preventDefault was not called
</li>
<li>
'emitFacade': whether or not this event emits a facade (false)
</li>
<li>
'prefix': the prefix for this targets events, e.g., 'menu' in 'menu:click'
</li>
<li>
'fireOnce': if an event is configured to fire once, new subscribers after
the fire will be notified immediately.
</li>
<li>
'async': fireOnce event listeners will fire synchronously if the event has already
fired unless async is true.
</li>
<li>
'preventable': whether or not preventDefault() has an effect (true)
</li>
<li>
'preventedFn': a function that is executed when preventDefault is called
</li>
<li>
'queuable': whether or not this event can be queued during bubbling (false)
</li>
<li>
'silent': if silent is true, debug messages are not provided for this event.
</li>
<li>
'stoppedFn': a function that is executed when stopPropagation is called
</li></p>
<p><li>
'monitored': specifies whether or not this event should send notifications about
when the event has been attached, detached, or published.
</li>
<li>
'type': the event type (valid option if not provided as the first parameter to publish)
</li>
</ul></p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span>:
the custom event
</div>
</div>
</div>
<div id="method_remove" class="method item inherited">
<h3 class="name"><code>remove</code></h3>
<span class="paren">()</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="View.html#method_remove">View</a>:
<a href="../../files/lib_yui3_src_app_js_view.js.html#l272"><code>lib/yui3/src/app/js/view.js:272</code></a>
</p>
</div>
<div class="description">
<p>Removes this view's container element from the DOM (if it's in the DOM),
but doesn't destroy it or any event listeners attached to it.</p>
</div>
</div>
<div id="method_removeAttr" class="method item inherited">
<h3 class="name"><code>removeAttr</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="AttributeExtras.html#method_removeAttr">AttributeExtras</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeExtras.js.html#l77"><code>lib/yui3/src/attribute/js/AttributeExtras.js:77</code></a>
</p>
</div>
<div class="description">
<p>Removes an attribute from the host object</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute to be removed.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_removeTarget" class="method item inherited">
<h3 class="name"><code>removeTarget</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>o</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_removeTarget">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-facade.js.html#l414"><code>lib/yui3/src/event-custom/js/event-facade.js:414</code></a>
</p>
</div>
<div class="description">
<p>Removes a bubble target</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">o</code>
<span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span>
<div class="param-description">
<p>the target to remove</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_render" class="method item">
<h3 class="name"><code>render</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type">BodyView</span>
</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="View.html#method_render">
View
</a>
but overwritten in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l327"><code>lib/yui3/src/datatable/js/body.js:327</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Creates the table's <code><tbody></code> content by assembling markup generated by
populating the <code>ROW\_TEMPLATE</code>, and <code>CELL\_TEMPLATE</code> templates with content
from the <code>columns</code> and <code>modelList</code> attributes.</p>
<p>The rendering process happens in three stages:</p>
<ol>
<li><p>A row template is assembled from the <code>columns</code> attribute (see
<code>_createRowTemplate</code>)</p></li>
<li><p>An HTML string is built up by concatening the application of the data in
each Model in the <code>modelList</code> to the row template. For cells with
<code>formatter</code>s, the function is called to generate cell content. Cells
with <code>nodeFormatter</code>s are ignored. For all other cells, the data value
from the Model attribute for the given column key is used. The
accumulated row markup is then inserted into the container.</p></li>
<li><p>If any column is configured with a <code>nodeFormatter</code>, the <code>modelList</code> is
iterated again to apply the <code>nodeFormatter</code>s.</p></li>
</ol>
<p>Supported properties of the column objects include:</p>
<ul>
<li><code>key</code> - Used to link a column to an attribute in a Model.</li>
<li><code>name</code> - Used for columns that don't relate to an attribute in the Model
(<code>formatter</code> or <code>nodeFormatter</code> only) if the implementer wants a
predictable name to refer to in their CSS.</li>
<li><code>cellTemplate</code> - Overrides the instance's <code>CELL_TEMPLATE</code> for cells in
this column only.</li>
<li><code>formatter</code> - Used to customize or override the content value from the
Model. These do not have access to the cell or row Nodes and should
return string (HTML) content.</li>
<li><code>nodeFormatter</code> - Used to provide content for a cell as well as perform
any custom modifications on the cell or row Node that could not be
performed by <code>formatter</code>s. Should be used sparingly for better
performance.</li>
<li><code>emptyCellValue</code> - String (HTML) value to use if the Model data for a
column, or the content generated by a <code>formatter</code>, is the empty string,
<code>null</code>, or <code>undefined</code>.</li>
<li><code>allowHTML</code> - Set to <code>true</code> if a column value, <code>formatter</code>, or
<code>emptyCellValue</code> can contain HTML. This defaults to <code>false</code> to protect
against XSS.</li>
<li><code>className</code> - Space delimited CSS classes to add to all <code><td></code>s in a
column.</li>
</ul>
<p>Column <code>formatter</code>s are passed an object (<code>o</code>) with the following
properties:</p>
<ul>
<li><code>value</code> - The current value of the column's associated attribute, if
any.</li>
<li><code>data</code> - An object map of Model keys to their current values.</li>
<li><code>record</code> - The Model instance.</li>
<li><code>column</code> - The column configuration object for the current column.</li>
<li><code>className</code> - Initially empty string to allow <code>formatter</code>s to add CSS
classes to the cell's <code><td></code>.</li>
<li><code>rowIndex</code> - The zero-based row number.</li>
<li><code>rowClass</code> - Initially empty string to allow <code>formatter</code>s to add CSS
classes to the cell's containing row <code><tr></code>.</li>
</ul>
<p>They may return a value or update <code>o.value</code> to assign specific HTML
content. A returned value has higher precedence.</p>
<p>Column <code>nodeFormatter</code>s are passed an object (<code>o</code>) with the following
properties:</p>
<ul>
<li><code>value</code> - The current value of the column's associated attribute, if
any.</li>
<li><code>td</code> - The <code><td></code> Node instance.</li>
<li><code>cell</code> - The <code><div></code> liner Node instance if present, otherwise, the
<code><td></code>. When adding content to the cell, prefer appending into this
property.</li>
<li><code>data</code> - An object map of Model keys to their current values.</li>
<li><code>record</code> - The Model instance.</li>
<li><code>column</code> - The column configuration object for the current column.</li>
<li><code>rowIndex</code> - The zero-based row number.</li>
</ul>
<p>They are expected to inject content into the cell's Node directly, including
any "empty" cell content. Each <code>nodeFormatter</code> will have access through the
Node API to all cells and rows in the <code><tbody></code>, but not to the <code><table></code>,
as it will not be attached yet.</p>
<p>If a <code>nodeFormatter</code> returns <code>false</code>, the <code>o.td</code> and <code>o.cell</code> Nodes will be
<code>destroy()</code>ed to remove them from the Node cache and free up memory. The
DOM elements will remain as will any content added to them. <em>It is highly
advisable to always return <code>false</code> from your <code>nodeFormatter</code>s</em>.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">BodyView</span>:
The instance
</div>
</div>
</div>
<div id="method_reset" class="method item inherited">
<h3 class="name"><code>reset</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="AttributeExtras.html#method_reset">AttributeExtras</a>:
<a href="../../files/lib_yui3_src_attribute_js_AttributeExtras.js.html#l87"><code>lib/yui3/src/attribute/js/AttributeExtras.js:87</code></a>
</p>
</div>
<div class="description">
<p>Resets the attribute (or all attributes) to its initial value, as long as
the attribute is not readOnly, or writeOnce.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>Optional. The name of the attribute to reset. If omitted, all attributes are reset.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A reference to the host object.
</div>
</div>
</div>
<div id="method_set" class="method item inherited">
<h3 class="name"><code>set</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
<li class="arg">
<code>value</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="AttributeEvents.html#method_set">
AttributeEvents
</a>
but overwritten in
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l328"><code>lib/yui3/src/attribute/js/AttributeCore.js:328</code></a>
</p>
</div>
<div class="description">
<p>Sets the value of an attribute.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute. If the
current value of the attribute is an Object, dot notation can be used
to set the value of a property within the object (e.g. <code>set("x.y.z", 5)</code>).</p>
</div>
</li>
<li class="param">
<code class="param-name">value</code>
<span class="type">Any</span>
<div class="param-description">
<p>The value to set the attribute to.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A reference to the host object.
</div>
</div>
</div>
<div id="method_setAttrs" class="method item inherited">
<h3 class="name"><code>setAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrs</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="AttributeEvents.html#method_setAttrs">
AttributeEvents
</a>
but overwritten in
<a href="../../files/lib_yui3_src_attribute_js_AttributeCore.js.html#l635"><code>lib/yui3/src/attribute/js/AttributeCore.js:635</code></a>
</p>
</div>
<div class="description">
<p>Sets multiple attribute values.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with attributes name/value pairs.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A reference to the host object.
</div>
</div>
</div>
<div id="method_subscribe" class="method item deprecated inherited">
<h3 class="name"><code>subscribe</code></h3>
<span class="paren">()</span>
<span class="flag deprecated" title="use on">deprecated</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_subscribe">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l334"><code>lib/yui3/src/event-custom/js/event-target.js:334</code></a>
</p>
<p>Deprecated: use on</p>
</div>
<div class="description">
<p>subscribe to an event</p>
</div>
</div>
<div id="method_toString" class="method item inherited">
<h3 class="name"><code>toString</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#method_toString">BaseCore</a>:
<a href="../../files/lib_yui3_src_base_js_BaseCore.js.html#l596"><code>lib/yui3/src/base/js/BaseCore.js:596</code></a>
</p>
</div>
<div class="description">
<p>Default toString implementation. Provides the constructor NAME
and the instance guid, if set.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>:
String representation for this object
</div>
</div>
</div>
<div id="method_unsubscribe" class="method item deprecated inherited">
<h3 class="name"><code>unsubscribe</code></h3>
<span class="paren">()</span>
<span class="flag deprecated" title="use detach">deprecated</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_unsubscribe">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l454"><code>lib/yui3/src/event-custom/js/event-target.js:454</code></a>
</p>
<p>Deprecated: use detach</p>
</div>
<div class="description">
<p>detach a listener</p>
</div>
</div>
<div id="method_unsubscribeAll" class="method item deprecated inherited">
<h3 class="name"><code>unsubscribeAll</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag deprecated" title="use detachAll">deprecated</span>
<div class="meta">
<p>Inherited from
<a href="EventTarget.html#method_unsubscribeAll">
EventTarget
</a>
but overwritten in
<a href="../../files/lib_yui3_src_event-custom_js_event-target.js.html#l475"><code>lib/yui3/src/event-custom/js/event-target.js:475</code></a>
</p>
<p>Deprecated: use detachAll</p>
</div>
<div class="description">
<p>Removes all listeners from the specified event. If the event type
is not specified, all listeners from all hosted custom events will
be removed.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The type, or name of the event</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<div id="properties" class="aui-tabview-content-item api-class-tabpanel">
<h2 class="off-left">Properties</h2>
<div id="property__allowAdHocAttrs" class="property item protected inherited">
<h3 class="name"><code>_allowAdHocAttrs</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#property__allowAdHocAttrs">
BaseCore
</a>
but overwritten in
<a href="../../files/lib_yui3_src_app_js_view.js.html#l111"><code>lib/yui3/src/app/js/view.js:111</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>This tells <code>Y.Base</code> that it should create ad-hoc attributes for config
properties passed to View's constructor. This makes it possible to
instantiate a view and set a bunch of attributes without having to subclass
<code>Y.View</code> and declare all those attributes first.</p>
</div>
<p><strong>Default:</strong> true</p>
</div>
<div id="property__eventHandles" class="property item protected">
<h3 class="name"><code>_eventHandles</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l788"><code>lib/yui3/src/datatable/js/body.js:788</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Holds the event subscriptions needing to be detached when the instance is
<code>destroy()</code>ed.</p>
</div>
<p><strong>Default:</strong> undefined (initially unset)</p>
</div>
<div id="property__idMap" class="property item protected">
<h3 class="name"><code>_idMap</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l812"><code>lib/yui3/src/datatable/js/body.js:812</code></a>
</p>
</div>
<div class="description">
<p>Map of Model clientIds to row ids.</p>
</div>
</div>
<div id="property__rowTemplate" class="property item protected">
<h3 class="name"><code>_rowTemplate</code></h3>
<span class="type">HTML</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l848"><code>lib/yui3/src/datatable/js/body.js:848</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>The HTML template used to create a full row of markup for a single Model in
the <code>modelList</code> plus any customizations defined in the column
configurations.</p>
</div>
<p><strong>Default:</strong> (initially unset)</p>
</div>
<div id="property_CELL_TEMPLATE" class="property item">
<h3 class="name"><code>CELL_TEMPLATE</code></h3>
<span class="type">HTML</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l103"><code>lib/yui3/src/datatable/js/body.js:103</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>HTML template used to create table cells.</p>
</div>
<p><strong>Default:</strong> '<td {headers} class="{className}">{content}</td>'</p>
</div>
<div id="property_CLASS_EVEN" class="property item">
<h3 class="name"><code>CLASS_EVEN</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l113"><code>lib/yui3/src/datatable/js/body.js:113</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>CSS class applied to even rows. This is assigned at instantiation.</p>
<p>For DataTable, this will be <code>yui3-datatable-even</code>.</p>
</div>
<p><strong>Default:</strong> 'yui3-table-even'</p>
</div>
<div id="property_CLASS_ODD" class="property item">
<h3 class="name"><code>CLASS_ODD</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l125"><code>lib/yui3/src/datatable/js/body.js:125</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>CSS class applied to odd rows. This is assigned at instantiation.</p>
<p>When used by DataTable instances, this will be <code>yui3-datatable-odd</code>.</p>
</div>
<p><strong>Default:</strong> 'yui3-table-odd'</p>
</div>
<div id="property_containerTemplate" class="property item inherited">
<h3 class="name"><code>containerTemplate</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="meta">
<p>Inherited from
<a href="View.html#property_containerTemplate">View</a>:
<a href="../../files/lib_yui3_src_app_js_view.js.html#l40"><code>lib/yui3/src/app/js/view.js:40</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Template for this view's container.</p>
</div>
<p><strong>Default:</strong> "<div/>"</p>
</div>
<div id="property_events" class="property item inherited">
<h3 class="name"><code>events</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>Inherited from
<a href="View.html#property_events">View</a>:
<a href="../../files/lib_yui3_src_app_js_view.js.html#l50"><code>lib/yui3/src/app/js/view.js:50</code></a>
</p>
</div>
<div class="description">
<p>Hash of CSS selectors mapped to events to delegate to elements matching
those selectors.</p>
<p>CSS selectors are relative to the <code>container</code> element. Events are attached
to the container, and delegation is used so that subscribers are only
notified of events that occur on elements inside the container that match
the specified selectors. This allows the container's contents to be re-
rendered as needed without losing event subscriptions.</p>
<p>Event handlers can be specified either as functions or as strings that map
to function names on this view instance or its prototype.</p>
<p>The <code>this</code> object in event handlers will refer to this view instance. If
you'd prefer <code>this</code> to be something else, use <code>Y.bind()</code> to bind a custom
<code>this</code> object.</p>
</div>
<p><strong>Default:</strong> {}</p>
<div class="example">
<h4>Example:</h4>
<div class="example-content">
<pre class="code"><code class="prettyprint">var view = new Y.View({
events: {
// Call <code>this.toggle()</code> whenever the element with the id
// "toggle-button" is clicked.
'#toggle-button': {click: 'toggle'},
// Call <code>this.hoverOn()</code> when the mouse moves over any element
// with the "hoverable" class, and <code>this.hoverOff()</code> when the
// mouse moves out of any element with the "hoverable" class.
'.hoverable': {
mouseover: 'hoverOn',
mouseout : 'hoverOff'
}
}
});
</code></pre>
</div>
</div>
</div>
<div id="property_host" class="property item">
<h3 class="name"><code>host</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/lib_yui3_src_datatable_js_body.js.html#l147"><code>lib/yui3/src/datatable/js/body.js:147</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>The object that serves as the source of truth for column and row data.
This property is assigned at instantiation from the <code>host</code> property of
the configuration object passed to the constructor.</p>
</div>
<p><strong>Default:</strong> (initially unset)</p>
</div>
<div id="property_name" class="property item deprecated inherited">
<h3 class="name"><code>name</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag deprecated" title="Use this.constructor.NAME">deprecated</span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#property_name">BaseCore</a>:
<a href="../../files/lib_yui3_src_base_js_BaseCore.js.html#l197"><code>lib/yui3/src/base/js/BaseCore.js:197</code></a>
</p>
<p>Deprecated: Use this.constructor.NAME</p>
</div>
<div class="description">
<p>The string used to identify the class of this object.</p>
</div>
</div>
<div id="property_ROW_TEMPLATE" class="property item">
<h3 class="name"><code>ROW_TEMPLATE</code></h3>
<span class="type">HTML</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l137"><code>lib/yui3/src/datatable/js/body.js:137</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>HTML template used to create table rows.</p>
</div>
<p><strong>Default:</strong> '<tr id="{rowId}" data-yui3-record="{clientId}" class="{rowClass}">{content}</tr>'</p>
</div>
<div id="property_TBODY_TEMPLATE" class="property item">
<h3 class="name"><code>TBODY_TEMPLATE</code></h3>
<span class="type">HTML</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_datatable_js_body.js.html#l160"><code>lib/yui3/src/datatable/js/body.js:160</code></a>
</p>
<p>Available since 3.6.0</p>
</div>
<div class="description">
<p>HTML templates used to create the <code><tbody></code> containing the table rows.</p>
</div>
<p><strong>Default:</strong> '<tbody class="{className}">{content}</tbody>'</p>
</div>
<div id="property_template" class="property item inherited">
<h3 class="name"><code>template</code></h3>
<span class="type">Mixed</span>
<div class="meta">
<p>Inherited from
<a href="View.html#property_template">View</a>:
<a href="../../files/lib_yui3_src_app_js_view.js.html#l91"><code>lib/yui3/src/app/js/view.js:91</code></a>
</p>
</div>
<div class="description">
<p>Template for this view's contents.</p>
<p>This is a convenience property that has no default behavior of its own.
It's only provided as a convention to allow you to store whatever you
consider to be a template, whether that's an HTML string, a <code>Y.Node</code>
instance, a Mustache template, or anything else your little heart
desires.</p>
<p>How this template gets used is entirely up to you and your custom
<code>render()</code> method.</p>
</div>
<p><strong>Default:</strong> ''</p>
</div>
</div>
<div id="attrs" class="aui-tabview-content-item api-class-tabpanel">
<h2 class="off-left">Attributes</h2>
<div id="attr_container" class="attr item inherited">
<a name="config_container"></a>
<h3 class="name"><code>container</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/Document_Object_Model_(DOM)/HTMLElement" class="crosslink external" target="_blank">HTMLElement</a> | <a href="../classes/Node.html" class="crosslink">Node</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="meta">
<p>Inherited from
<a href="View.html#attr_container">View</a>:
<a href="../../files/lib_yui3_src_app_js_view.js.html#l376"><code>lib/yui3/src/app/js/view.js:376</code></a>
</p>
</div>
<div class="description">
<p>Container node into which this view's content will be rendered.</p>
<p>The container node serves as the host for all DOM events attached by the
view. Delegation is used to handle events on children of the container,
allowing the container's contents to be re-rendered at any time without
losing event subscriptions.</p>
<p>The default container is a <code><div></code> Node, but you can override this in
a subclass, or by passing in a custom <code>container</code> config value at
instantiation time. If you override the default container in a subclass
using <code>ATTRS</code>, you must use the <code>valueFn</code> property. The view's constructor
will ignore any assignments using <code>value</code>.</p>
<p>When <code>container</code> is overridden by a subclass or passed as a config
option at instantiation time, you can provide it as a selector string, a
DOM element, a <code>Y.Node</code> instance, or (if you are subclassing and modifying
the attribute), a <code>valueFn</code> function that returns a <code>Y.Node</code> instance.
The value will be converted into a <code>Y.Node</code> instance if it isn't one
already.</p>
<p>The container is not added to the page automatically. This allows you to
have full control over how and when your view is actually rendered to
the page.</p>
</div>
<p><strong>Default:</strong> Y.Node.create(this.containerTemplate)</p>
<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"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_destroyed" class="attr item inherited">
<a name="config_destroyed"></a>
<h3 class="name"><code>destroyed</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#attr_destroyed">BaseCore</a>:
<a href="../../files/lib_yui3_src_base_js_BaseCore.js.html#l158"><code>lib/yui3/src/base/js/BaseCore.js:158</code></a>
</p>
</div>
<div class="description">
<p>Flag indicating whether or not this object
has been through the destroy lifecycle phase.</p>
</div>
<p><strong>Default:</strong> false</p>
<div class="emits box">
<h4>Fires event <code>destroyedChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>destroyed</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_initialized" class="attr item inherited">
<a name="config_initialized"></a>
<h3 class="name"><code>initialized</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="meta">
<p>Inherited from
<a href="BaseCore.html#attr_initialized">BaseCore</a>:
<a href="../../files/lib_yui3_src_base_js_BaseCore.js.html#l144"><code>lib/yui3/src/base/js/BaseCore.js:144</code></a>
</p>
</div>
<div class="description">
<p>Flag indicating whether or not this object
has been through the init lifecycle phase.</p>
</div>
<p><strong>Default:</strong> false</p>
<div class="emits box">
<h4>Fires event <code>initializedChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>initialized</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="events" class="aui-tabview-content-item api-class-tabpanel">
<h2 class="off-left">Events</h2>
<div id="event_destroy" class="events item inherited">
<h3 class="name"><code>destroy</code></h3>
<span class="type"></span>
<div class="meta">
<p>Inherited from
<a href="Base.html#event_destroy">Base</a>:
<a href="../../files/lib_yui3_src_base_js_Base.js.html#l285"><code>lib/yui3/src/base/js/Base.js:285</code></a>
</p>
</div>
<div class="description">
<p>
Lifecycle event for the destroy phase,
fired prior to destruction. Invoking the preventDefault
method on the event object provided to subscribers will
prevent destruction from proceeding.
</p>
<p>
Subscribers to the "after" moment of this event, will be notified
after destruction is complete (and as a result cannot prevent
destruction).
</p>
</div>
<div class="params">
<h4>Event Payload:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>Event object</p>
</div>
</li>
</ul>
</div>
</div>
<div id="event_init" class="events item inherited">
<h3 class="name"><code>init</code></h3>
<span class="type"></span>
<div class="meta">
<p>Inherited from
<a href="Base.html#event_init">Base</a>:
<a href="../../files/lib_yui3_src_base_js_Base.js.html#l202"><code>lib/yui3/src/base/js/Base.js:202</code></a>
</p>
</div>
<div class="description">
<p>
Lifecycle event for the init phase, fired prior to initialization.
Invoking the preventDefault() method on the event object provided
to subscribers will prevent initialization from occuring.
</p>
<p>
Subscribers to the "after" momemt of this event, will be notified
after initialization of the object is complete (and therefore
cannot prevent initialization).
</p>
</div>
<div class="params">
<h4>Event Payload:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>Event object, with a cfg property which
refers to the configuration object passed to the constructor.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<!--script src="../assets/js/tabs.js"></script-->
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
|
giros/alloy-ui
|
api/classes/DataTable.BodyView.html
|
HTML
|
bsd-3-clause
| 392,391
|
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="../../../../support/github-web/physcomp.css" />
<title>Unit 1A: Basic Circuits</title>
</head>
<body>
<h2>Unit 1A: Basic Circuits</h2>
<h4>Objective </h4>
<p>Learn to employ Touch and Activate sensing using PureData (<a href="https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CCcQFjAB&url=http%3A//dl.acm.org/citation.cfm?id=2501989&ei=YLJNVMavD-TIsATl6oDQDQ&usg=AFQjCNEDaQDV5uBclW4WzTQ135fazwCSjw&sig2=f5wvLG88ucOHDd2yJ8pT9w&bvm=bv.77880786,d.cWc">paper</a>, <a href="www.youtube.com/watch?v=XgxXi6w8IQc">YouTube video</a>)</p>
<h4>Steps and observations</h4>
<p>Begin by setting up a mobile phone to send accelerometer data to a computer using UDP over a wireless network. </p>
<ol>
<li>Instructions are in the patch</li>
</ol>
<h4>Comments</h4>
<ul>
<li>How else can this technique be used?</li>
<li>What material work best for this technique?</li>
<li>How does the shape of the material affect this sensing technique?</li>
</ul>
<h4>Other Files</h4>
<ol>
<li><a href="2.a.iii.3_touch-and-activate.pd">2.a.iii.3_touch-and-activate.pd</a></li>
</ol>
</body>
</html>
|
cmuphyscomp/physcomp-examples
|
2_super-machines/a_smart-machines/iii_machine-learning/2.a.iii.3_touch-and-activate/index.html
|
HTML
|
bsd-3-clause
| 1,350
|
<html xmlns:concordion="http://www.concordion.org/2007/concordion">
<link href="../../concordion.css" rel="stylesheet" type="text/css" />
<body>
<h1>Partial Matches</h1>
<p>
Username searches return partial matches, i.e. all usernames containing
the search string are returned.
</p>
<div class="example">
<h3>Example</h3>
<p>Given these users:</p>
<table concordion:execute="setUpUser(#username)">
<tr><th concordion:set="#username">Username</th></tr>
<tr><td>john.lennon</td></tr>
<tr><td>ringo.starr</td></tr>
<tr><td>george.harrison</td></tr>
<tr><td>paul.mccartney</td></tr>
</table>
<p>Searching for "<b concordion:set="#searchString">arr</b>" will return:</p>
<table concordion:verifyRows="#username : getSearchResultsFor(#searchString)">
<tr><th concordion:assertEquals="#username">Matching Usernames</th></tr>
<tr><td>george.harrison</td></tr>
<tr><td>ringo.starr</td></tr>
</table>
<p>Here's a table with gratuitous use of COLSPAN and ROWSPAN:</p>
<table concordion:execute="#results = getSearchResultsFor(#searchString)">
<thead>
<tr>
<th concordion:set="#searchString">Search String</th>
<th concordion:assertEquals="getMatchFromResults(#results, #TEXT)" colspan="3">Possible Matches</th>
</tr>
</thead>
<tbody>
<tr>
<td>ar</td>
<td>george.harrison</td>
<td>paul.mccartney</td>
<td rowspan="3">ringo.starr</td>
</tr>
<tr>
<td>s</td>
<td colspan="2">george.harrison</td>
</tr>
<tr>
<td>n</td>
<td>george.harrison</td>
<td>john.lennon</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
|
pobrelkey/xcordion
|
xcordion/spec/spec/examples/PartialMatches.html
|
HTML
|
bsd-3-clause
| 2,006
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"></meta><link rel="stylesheet" type="text/css" href="v8help://service_book/service_style"></link><meta name="GENERATOR" content="MSHTML 9.00.8112.16448"></meta></head><body>
<h1>Оплата платежными картами</h1>
<h3 style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 5px; MARGIN-LEFT: 0px">См. в глоссарии</h3>
<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 5px; MARGIN-LEFT: 20px"><a href="Subsystem.Глоссарий/Help#21f2e1cdabaf4037aafc453e660bd9f1988001001a6411a09811dd0bbe03c77b32">Чеки ККМ</a></p>
<p style="MARGIN-BOTTOM: 18px"></p>
<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 5px; MARGIN-LEFT: 20px"><a href="#ebf9777b737347d59d19de2295b6fd7297a682001a6411a09811dfd5053bbdd2a3">Как отменить оплату платежной картой вручную?</a></p>
<p></p><a name="ebf9777b737347d59d19de2295b6fd7297a682001a6411a09811dfd5053bbdd2a3">
<h3 style="MARGIN-LEFT: 20px">Как отменить оплату платежной картой вручную?</h3></a>
<p style="MARGIN-LEFT: 20px">Для отмены оплаты платежной картой необходимо перейти на страницу "<b>Оплата платежными картами</b>" и выполнить действие "<b>Отменить оплату</b>" по каждому виду оплаты платежной картой. </p>
<p></p>
<p> </p></body></html>
|
stop-time/pm_ut11
|
src/Document/ЧекККМ/Form/ТабличнаяЧастьОплатаПлатежнымиКартами/Help/ru.html
|
HTML
|
bsd-3-clause
| 1,556
|
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
console.log("h5vcc.runtime.initialDeepLink: " +
h5vcc.runtime.initialDeepLink);
h5vcc.runtime.onDeepLink.addListener(function(link) {
console.log("h5vcc.runtime.onDeepLink: " + link);
});
</script>
</head>
<body style="background-color:#48C"></body>
</html>
|
youtube/cobalt
|
cobalt/demos/content/deep-link-demo/deep-link-demo.html
|
HTML
|
bsd-3-clause
| 359
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>decode method - MessageNull class - hetimatorrent library - Dart API</title>
<!-- required because all the links are pseudo-absolute -->
<base href="../..">
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:500,400italic,300,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="static-assets/prettify.css">
<link rel="stylesheet" href="static-assets/css/bootstrap.min.css">
<link rel="stylesheet" href="static-assets/styles.css">
<meta name="description" content="API docs for the decode method from the MessageNull class, for the Dart programming language.">
<link rel="icon" href="static-assets/favicon.png">
<!-- Do not remove placeholder -->
<!-- Header Placeholder -->
</head>
<body>
<div id="overlay-under-drawer"></div>
<header class="container-fluid" id="title">
<nav class="navbar navbar-fixed-top">
<div class="container">
<button id="sidenav-left-toggle" type="button"> </button>
<ol class="breadcrumbs gt-separated hidden-xs">
<li><a href="index.html">hetimatorrent</a></li>
<li><a href="hetimatorrent/hetimatorrent-library.html">hetimatorrent</a></li>
<li><a href="hetimatorrent/MessageNull-class.html">MessageNull</a></li>
<li class="self-crumb">decode</li>
</ol>
<div class="self-name">decode</div>
</div>
</nav>
<div class="container masthead">
<ol class="breadcrumbs gt-separated visible-xs">
<li><a href="index.html">hetimatorrent</a></li>
<li><a href="hetimatorrent/hetimatorrent-library.html">hetimatorrent</a></li>
<li><a href="hetimatorrent/MessageNull-class.html">MessageNull</a></li>
<li class="self-crumb">decode</li>
</ol>
<div class="title-description">
<h1 class="title">
<div class="kind">method</div> decode
</h1>
<!-- p class="subtitle">
</p -->
</div>
<ul class="subnav">
<li><a href="hetimatorrent/MessageNull/decode.html#source">Source</a></li>
</ul>
</div>
</header>
<div class="container body">
<div class="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left">
<h5><a href="index.html">hetimatorrent</a></h5>
<h5><a href="hetimatorrent/hetimatorrent-library.html">hetimatorrent</a></h5>
<h5><a href="hetimatorrent/MessageNull-class.html">MessageNull</a></h5>
<ol>
<li class="section-title"><a href="hetimatorrent/MessageNull-class.html#static-methods">Static methods</a></li>
<li><a href="hetimatorrent/MessageNull/decode.html">decode</a></li>
<li class="section-title"><a href="hetimatorrent/MessageNull-class.html#instance-properties">Properties</a></li>
<li>id
</li>
<li><a href="hetimatorrent/MessageNull/messageContent.html">messageContent</a>
</li>
<li class="section-title"><a href="hetimatorrent/MessageNull-class.html#constructors">Constructors</a></li>
<li><a href="hetimatorrent/MessageNull/MessageNull.html">MessageNull</a></li>
<li class="section-title"><a href="hetimatorrent/MessageNull-class.html#methods">Methods</a></li>
<li><a href="hetimatorrent/MessageNull/encode.html">encode</a>
</li>
<li><a href="hetimatorrent/MessageNull/toString.html">toString</a>
</li>
</ol>
</div><!--/.sidebar-offcanvas-->
<div class="col-xs-12 col-sm-9 col-md-6 main-content">
<section class="multi-line-signature">
<span class="returntype">Future<<a href="hetimatorrent.messagenull/MessageNull-class.html">MessageNull</a>></span>
<span class="name ">decode</span>(
<br>
<div class="parameters">
<span class="parameter" id="decode-param-parser"><span class="type-annotation">EasyParser</span> <span class="parameter-name">parser</span></span>,<br>{<span class="parameter" id="decode-param-maxOfMessageSize"><span class="type-annotation">int</span> <span class="parameter-name">maxOfMessageSize</span>: <span class="default-value">2 * 1024 * 1024</span></span>}
</div>
) </section>
<section class="desc markdown">
<p class="no-docs">Not documented.</p>
</section>
<section class="summary source-code" id="source">
<h2>Source</h2>
<pre><code class="prettyprint lang-dart">static Future<MessageNull> decode(EasyParser parser, {int maxOfMessageSize:2*1024*1024}) {
Completer c = new Completer();
MessageNull message = null;
int messageLength = 0;
parser.push();
parser.readInt(ByteOrder.BYTEORDER_BIG_ENDIAN).then((int size) {
messageLength = size;
if(size >= maxOfMessageSize) {
throw "";
}
if (size == 0) {
return TorrentMessage.DUMMY_SIGN_KEEPALIVE;
} else {
return parser.readByte();
}
}).then((int v) {
message = new MessageNull._empty(v);
if (messageLength > 0) {
messageLength -= 1;
}
return parser.nextBuffer(messageLength);
}).then((List<int> v) {
print("##size, length= ${messageLength} ${v.length}");
message._mMessageContent.addAll(v);
parser.pop();
c.complete(message);
}).catchError((e) {
parser.back();
parser.pop();
c.completeError(e);
});
return c.future;
}</code></pre>
</section>
</div> <!-- /.main-content -->
</div> <!-- container -->
<footer>
<div class="container-fluid">
<div class="container">
<p class="text-center">
<span class="no-break">
hetimatorrent 0.0.1 api docs
</span>
•
<span class="copyright no-break">
<a href="https://www.dartlang.org">
<img src="static-assets/favicon.png" alt="Dart" title="Dart"width="16" height="16">
</a>
</span>
•
<span class="copyright no-break">
<a href="http://creativecommons.org/licenses/by-sa/4.0/">cc license</a>
</span>
</p>
</div>
</div>
</footer>
<script src="static-assets/prettify.js"></script>
<script src="static-assets/script.js"></script>
<!-- Do not remove placeholder -->
<!-- Footer Placeholder -->
</body>
</html>
|
kyorohiro/dart_hetimatorrent
|
doc/api/hetimatorrent/MessageNull/decode.html
|
HTML
|
bsd-3-clause
| 6,666
|
<!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.discrete_model.ProbitResults.aic — 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.discrete.discrete_model.ProbitResults.bic" href="statsmodels.discrete.discrete_model.ProbitResults.bic.html" />
<link rel="prev" title="statsmodels.discrete.discrete_model.ProbitResults.wald_test_terms" href="statsmodels.discrete.discrete_model.ProbitResults.wald_test_terms.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.discrete_model.ProbitResults.aic" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.13.0</span>
<span class="md-header-nav__topic"> statsmodels.discrete.discrete_model.ProbitResults.aic </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">

</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="../discretemod.html" class="md-tabs__link">Regression with Discrete Dependent Variable</a></li>
<li class="md-tabs__item"><a href="statsmodels.discrete.discrete_model.ProbitResults.html" class="md-tabs__link">statsmodels.discrete.discrete_model.ProbitResults</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.13.0</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../regression.html" class="md-nav__link">Linear Regression</a>
</li>
<li class="md-nav__item">
<a href="../glm.html" class="md-nav__link">Generalized Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../gee.html" class="md-nav__link">Generalized Estimating Equations</a>
</li>
<li class="md-nav__item">
<a href="../gam.html" class="md-nav__link">Generalized Additive Models (GAM)</a>
</li>
<li class="md-nav__item">
<a href="../rlm.html" class="md-nav__link">Robust Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../mixed_linear.html" class="md-nav__link">Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../discretemod.html" class="md-nav__link">Regression with Discrete Dependent Variable</a>
</li>
<li class="md-nav__item">
<a href="../mixed_glm.html" class="md-nav__link">Generalized Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../anova.html" class="md-nav__link">ANOVA</a>
</li>
<li class="md-nav__item">
<a href="../other_models.html" class="md-nav__link">Other Models <code class="xref py py-mod docutils literal notranslate"><span class="pre">othermod</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.discrete.discrete_model.ProbitResults.aic.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-discrete-model-probitresults-aic--page-root">statsmodels.discrete.discrete_model.ProbitResults.aic<a class="headerlink" href="#generated-statsmodels-discrete-discrete-model-probitresults-aic--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py attribute">
<dt class="sig sig-object py" id="statsmodels.discrete.discrete_model.ProbitResults.aic">
<span class="sig-prename descclassname"><span class="pre">ProbitResults.</span></span><span class="sig-name descname"><span class="pre">aic</span></span><a class="headerlink" href="#statsmodels.discrete.discrete_model.ProbitResults.aic" title="Permalink to this definition">¶</a></dt>
<dd><p>Akaike information criterion. <cite>-2*(llf - p)</cite> where <cite>p</cite> is the number
of regressors including the intercept.</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.discrete_model.ProbitResults.wald_test_terms.html" title="statsmodels.discrete.discrete_model.ProbitResults.wald_test_terms"
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.discrete_model.ProbitResults.wald_test_terms </span>
</div>
</a>
<a href="statsmodels.discrete.discrete_model.ProbitResults.bic.html" title="statsmodels.discrete.discrete_model.ProbitResults.bic"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.discrete.discrete_model.ProbitResults.bic </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
</div>
Last updated on
Oct 06, 2021.
<br/>
Created using
<a href="http://www.sphinx-doc.org/">Sphinx</a> 4.0.3.
and
<a href="https://github.com/bashtage/sphinx-material/">Material for
Sphinx</a>
</div>
</div>
</div>
</footer>
<script src="../_static/javascripts/application.js"></script>
<script>app.initialize({version: "1.0.4", url: {base: ".."}})</script>
</body>
</html>
|
statsmodels/statsmodels.github.io
|
v0.13.0/generated/statsmodels.discrete.discrete_model.ProbitResults.aic.html
|
HTML
|
bsd-3-clause
| 18,386
|
<?php
use yii\widgets\LinkPager
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="renderer" content="webkit">
<title>素材火www.sucaihuo.com - 数据表格</title>
<meta name="keywords" content="H+后台主题,后台bootstrap框架,会员中心主题,后台HTML,响应式后台">
<meta name="description" content="H+是一个完全响应式,基于Bootstrap3最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术">
<link href="css/bootstrap.min.css?v=3.4.0" rel="stylesheet">
<link href="font-awesome/css/font-awesome.css?v=4.3.0" rel="stylesheet">
<!-- Data Tables -->
<link href="css/plugins/dataTables/dataTables.bootstrap.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css?v=2.2.0" rel="stylesheet">
</head>
<body style="background-color:#fff;">
<div id="wrapper">
<div class="row wrapper border-bottom white-bg page-heading">
<div class="col-lg-10">
<h2>数据表格</h2>
<ol class="breadcrumb">
<li>
<a href="index.html">招聘信息</a>
</li>
<li>
<a>招聘信息列表</a>
</li>
</ol>
</div>
<div class="col-lg-2">
</div>
</div>
<div class="wrapper wrapper-content animated fadeInRight">
<div class="row">
<div class="col-lg-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>招聘信息</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="table_data_tables.html#">
<i class="fa fa-wrench"></i>
</a>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<div class="">
<a onclick="delAll();" href="javascript:void(0)" class="btn btn-primary ">批量删除</a>
</div>
<!-- <table class="table table-striped table-bordered table-hover " id="editable"> -->
<table class="table table-striped table-bordered table-hover dataTables-example">
<thead>
<tr>
<th>序号</th>
<th>所属企业</th>
<th>所属地区</th>
<th>职位名称</th>
<th>职位薪资</th>
<th>工作年限</th>
<th>学历要求</th>
<th>专业要求</th>
<th>语言要求</th>
<th>职位描述</th>
<th>是否全日志统招</th>
<th>年龄要求</th>
<th>性别要求</th>
<th>发布时长</th>
<th>发布时间</th>
<th>推广类型</th>
<th>推广价格</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<?php foreach ($arr as $key => $val): ?>
<tr id="<?php echo $val['recr_id']?>">
<td>
<input type="checkbox" value="<?php echo $val['recr_id']; ?>">
<?php echo $val['recr_id']; ?>
</td>
<td><?php echo $val['m_name']; ?></td>
<td><?php echo $val['pl_name']; ?></td>
<td class="up" ziduan="r_name"><?php echo $val['r_name']; ?></td>
<td class="up" ziduan="r_pay"><?php echo $val['r_pay']; ?></td>
<td >
<?php if ($val['r_suffer']=='0'): ?>
应届生
<?php elseif ($val['r_suffer']=='1'): ?>
无经验
<?php elseif ($val['r_suffer']=='2'): ?>
1年以下
<?php elseif ($val['r_suffer']=='3'): ?>
1-3年
<?php elseif ($val['r_suffer']=='4'): ?>
3-5年
<?php elseif ($val['r_suffer']=='5'): ?>
5-10年
<?php elseif ($val['r_suffer']=='6'): ?>
10年以上
<?php else: ?>
无符合资格
<?php endif ?>
</td>
<td >
<?php if ($val['r_edu']=='0'): ?>
初中
<?php elseif ($val['r_edu']=='1'): ?>
高中
<?php elseif ($val['r_edu']=='2'): ?>
中技
<?php elseif ($val['r_edu']=='3'): ?>
中专
<?php elseif ($val['r_edu']=='4'): ?>
大专
<?php elseif ($val['r_edu']=='5'): ?>
本科
<?php elseif ($val['r_edu']=='6'): ?>
硕士
<?php elseif ($val['r_edu']=='7'): ?>
博士
<?php elseif ($val['r_edu']=='8'): ?>
博后
<?php else: ?>
小学
<?php endif ?>
</td>
<td class="up" ziduan="r_major"><?php echo $val['r_major']; ?>
</td>
<td >
<?php if ($val['r_language']=='0'): ?>
不限
<?php elseif ($val['r_language']=='1'): ?>
中文
<?php elseif ($val['r_language']=='2'): ?>
英文
<?php else: ?>
不限
<?php endif ?>
<td class="up" ziduan="r_describe"><?php echo $val['r_describe']; ?></td>
<td >
<?php if ($val['r_iflogbook']=='0'): ?>
不限
<?php elseif ($val['r_iflogbook']=='1'): ?>
是
<?php else: ?>
不限
<?php endif ?>
</td>
<td class="up" ziduan="r_age"><?php echo $val['r_age']; ?></td>
<td>
<?php if ($val['r_sex']=='0'): ?>
不限
<?php elseif ($val['r_sex']=='1'): ?>
女
<?php elseif ($val['r_sex']=='2'): ?>
男
<?php else: ?>
默认
<?php endif ?>
</td>
<td><?php echo $val['r_time']; ?></td>
<td><?php echo $val['r_addtime']; ?></td>
<td><?php echo $val['g_type_name']; ?></td>
<td><?php echo $val['g_price']; ?></td>
<td class="center">
<a href="index.php?r=recruit/delete&rec_id=<?php echo $val['recr_id']; ?>">
<img class="operation delban" src="img/delete.png">
</a>
</td>
</tr>
<?php endforeach ?>
</tbody>
</table>
<div style="float:right;">
<?php echo LinkPager::widget([
'pagination' => $pages,
]); ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Mainly scripts -->
<script src="js/jquery-2.1.1.min.js"></script>
<script src="js/bootstrap.min.js?v=3.4.0"></script>
<script src="js/plugins/metisMenu/jquery.metisMenu.js"></script>
<script src="js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
<script src="js/plugins/jeditable/jquery.jeditable.js"></script>
<!-- Data Tables -->
<script src="js/plugins/dataTables/jquery.dataTables.js"></script>
<script src="js/plugins/dataTables/dataTables.bootstrap.js"></script>
<!-- Custom and plugin javascript -->
<script src="js/hplus.js?v=2.2.0"></script>
<script src="js/plugins/pace/pace.min.js"></script>
<!-- Page-Level Scripts -->
<script type="text/javascript">
//即点即改
$(document).on('click','.up',function () {
var td=$(this);
var old_val=$(this).text();
var id=$(this).parent().attr('id');
var input=$("<input type='text'/>");
$(this).html(input);
input.focus().val($.trim(old_val));
input.click(function(){
return false;
})
input.blur(function(){
var new_val=$(this).val();
var ziduan=$(this).parent().attr('ziduan');
if(new_val!=old_val){
$.ajax({
type: "post",
url: "index.php?r=recruit/oneupdate",
data: "rec_id="+id+"&value="+new_val+"&ziduan="+ziduan,
success: function(msg)
{
if(msg==1){
td.text(new_val);
}
else{
td.text(old_val);
}
}
});
}else{
td.text(old_val);
}
});
});
/**批量删除*/
function delAll(){
// 首先获取当前页最后一个tr的第二个td间的值,作为要查询的条件
var obj=$(":checkbox");
var arr=Array();
for (var i = 0; i < obj.length; i++) {
if(obj[i].checked==true){
arr.push(obj[i].value);
}
}
var id=arr.join(',');
//var last_id=$("tr:last td:nth-child(2)").html();
var last_id = $('tr:last').attr('id');
$.ajax({
type:'post',
url:"index.php?r=recruit/delete",
data:'rec_id='+id+'&last_id='+last_id,
success:function(msg)
{
var data=eval("("+msg+")");
var str="";
for(i=0;i<data.length;i++)
{
str+="<tr id='"+data[i].recr_id+"'>";
str+="<td>"+"<input type='checkbox' value='"+data[i].recr_id+"'>"+data[i].recr_id+"</td>";
str+="<td>"+data[i].m_name+"</td>";
str+="<td>"+data[i].pl_name+"</td>";
str+="<td class='up' ziduan='r_name'>"+data[i].r_name+"</td>";
str+="<td class='up' ziduan='r_pay'>"+data[i].r_pay+"</td>";
if(data[i].r_suffer=='0'){
str+="<td>应届生</td>";
}else if(data[i].r_suffer=='1'){
str+="<td>无经验</td>";
}else if(data[i].r_suffer=='2'){
str+="<td>1年以下</td>";
}else if(data[i].r_suffer=='3'){
str+="<td>1-3年</td>";
}else if(data[i].r_suffer=='4'){
str+="<td> 3-5年</td>";
}else if(data[i].r_suffer=='5'){
str+="<td>5-10年</td>";
}else if(data[i].r_suffer=='6'){
str+="<td>10年以上</td>";
}else{
str+="<td>无符合资格</td>";
}
if(data[i].r_edu=='0'){
str+="<td>初中</td>";
}else if(data[i].r_edu=='1'){
str+="<td>高中</td>";
}else if(data[i].r_edu=='2'){
str+="<td>中技</td>";
}else if(data[i].r_edu=='3'){
str+="<td>中专</td>";
}else if(data[i].r_edu=='4'){
str+="<td>大专</td>";
}else if(data[i].r_edu=='5'){
str+="<td>本科</td>";
}else if(data[i].r_edu=='6'){
str+="<td>硕士</td>";
}else if(data[i].r_edu=='7'){
str+="<td>博士</td>";
}else if(data[i].r_edu=='8'){
str+="<td>博后</td>";
}else{
str+="<td>小学</td>";
}
str+="<td class='up' ziduan='r_major'>"+data[i].r_major+"</td>";
if(data[i].r_language=='0'){
str+="<td>不限</td>";
}else if(data[i].r_language=='1'){
str+="<td>中文</td>";
}else if(data[i].r_language=='2'){
str+="<td>英文</td>";
}else{
str+="<td>不限</td>";
}
str+="<td class='up' ziduan='r_describe'>"+data[i].r_describe+"</td>";
if(data[i].r_iflogbook=='0'){
str+="<td>不限</td>";
}else if(data[i].r_iflogbook=='1'){
str+="<td>是</td>";
}else{
str+="<td>不限</td>";
}
str+="<td class='up' ziduan='r_age'>"+data[i].r_age+"</td>";
if(data[i].r_sex=='0'){
str+="<td>不限</td>";
}else if(data[i].r_sex=='1'){
str+="<td>男</td>";
}else if(data[i].r_sex=='2'){
str+="<td>女</td>";
}else{
str+="<td>默认</td>";
}
str+="<td>"+data[i].r_time+"</td>";
str+="<td>"+data[i].r_addtime+"</td>";
str+="<td>"+data[i].g_type_name+"</td>";
str+="<td>"+data[i].g_price+"</td>";
str+="<td>";
str+="<a href='index.php?r=recruit/delete&rec_id="+data[i].recr_id+"'>"+"<img class='operation' src=img/delete.png >"+"</a>";
str+="</td>";
str+="</tr>";
}
$("#"+last_id).after(str);
for (var i = 0; i < arr.length; i++) {
$("#"+arr[i]).remove();
}
}
})
}
</script>
</body>
</html>
|
754070473/allance1
|
admin/frontend/views/recruit/show.html
|
HTML
|
bsd-3-clause
| 19,399
|
<!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>Stack loss data — 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="Star98 Educational Dataset" href="star98.html" />
<link rel="prev" title="Spector and Mazzeo (1980) - Program Effectiveness Data" href="spector.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="#datasets/generated/stackloss" 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"> Stack loss data </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">

</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="../index.html" class="md-tabs__link">The Datasets Package</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>
</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>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../index.html" class="md-nav__link">The Datasets Package</a>
</li></ul>
</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">
<label class="md-nav__title" for="__toc">Contents</label>
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a href="#datasets-generated-stackloss--page-root" class="md-nav__link">Stack loss data</a><nav class="md-nav">
<ul class="md-nav__list">
<li class="md-nav__item"><a href="#description" class="md-nav__link">Description</a>
</li>
<li class="md-nav__item"><a href="#notes" class="md-nav__link">Notes</a>
</li>
<li class="md-nav__item"><a href="#source" class="md-nav__link">Source</a>
</li>
<li class="md-nav__item"><a href="#copyright" class="md-nav__link">Copyright</a>
</li></ul>
</nav>
</li>
<li class="md-nav__item"><a class="md-nav__extra_link" href="../../_sources/datasets/generated/stackloss.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="stack-loss-data">
<h1 id="datasets-generated-stackloss--page-root">Stack loss data<a class="headerlink" href="#datasets-generated-stackloss--page-root" title="Permalink to this headline">¶</a></h1>
<section id="description">
<h2 id="description">Description<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2>
<p>The stack loss plant data of Brownlee (1965) contains
21 days of measurements from a plant’s oxidation of ammonia to nitric acid.
The nitric oxide pollutants are captured in an absorption tower.</p>
</section>
<section id="notes">
<h2 id="notes">Notes<a class="headerlink" href="#notes" title="Permalink to this headline">¶</a></h2>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">Number</span> <span class="n">of</span> <span class="n">Observations</span> <span class="o">-</span> <span class="mi">21</span>
<span class="n">Number</span> <span class="n">of</span> <span class="n">Variables</span> <span class="o">-</span> <span class="mi">4</span>
<span class="n">Variable</span> <span class="n">name</span> <span class="n">definitions</span><span class="p">::</span>
<span class="n">STACKLOSS</span> <span class="o">-</span> <span class="mi">10</span> <span class="n">times</span> <span class="n">the</span> <span class="n">percentage</span> <span class="n">of</span> <span class="n">ammonia</span> <span class="n">going</span> <span class="n">into</span> <span class="n">the</span> <span class="n">plant</span>
<span class="n">that</span> <span class="n">escapes</span> <span class="kn">from</span> <span class="nn">the</span> <span class="n">absoroption</span> <span class="n">column</span>
<span class="n">AIRFLOW</span> <span class="o">-</span> <span class="n">Rate</span> <span class="n">of</span> <span class="n">operation</span> <span class="n">of</span> <span class="n">the</span> <span class="n">plant</span>
<span class="n">WATERTEMP</span> <span class="o">-</span> <span class="n">Cooling</span> <span class="n">water</span> <span class="n">temperature</span> <span class="ow">in</span> <span class="n">the</span> <span class="n">absorption</span> <span class="n">tower</span>
<span class="n">ACIDCONC</span> <span class="o">-</span> <span class="n">Acid</span> <span class="n">concentration</span> <span class="n">of</span> <span class="n">circulating</span> <span class="n">acid</span> <span class="n">minus</span> <span class="mi">50</span> <span class="n">times</span> <span class="mf">10.</span>
</pre></div>
</div>
</section>
<section id="source">
<h2 id="source">Source<a class="headerlink" href="#source" title="Permalink to this headline">¶</a></h2>
<p>Brownlee, K. A. (1965), “Statistical Theory and Methodology in
Science and Engineering”, 2nd edition, New York:Wiley.</p>
</section>
<section id="copyright">
<h2 id="copyright">Copyright<a class="headerlink" href="#copyright" title="Permalink to this headline">¶</a></h2>
<p>This is public domain.</p>
</section>
</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="spector.html" title="Spector and Mazzeo (1980) - Program Effectiveness Data"
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> Spector and Mazzeo (1980) - Program Effectiveness Data </span>
</div>
</a>
<a href="star98.html" title="Star98 Educational Dataset"
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> Star98 Educational Dataset </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">
© 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/datasets/generated/stackloss.html
|
HTML
|
bsd-3-clause
| 19,434
|
<dom-module id='browse-list'>
<style>
:host {
display: block;
position: relative;
}
</style>
<template>
<paper-menu class="list">
<template is="dom-repeat" items="{{filteredItems}}">
<paper-item on-click="add">
<paper-icon-button icon="add"></paper-icon-button>
<b>{{item.name}}</b>
</paper-item>
</template>
</paper-menu>
</template>
</dom-module>
<script>
(function() {
var app = document.getElementById('app');
Polymer({
is: 'browse-list',
properties: {
filter: {
type: String,
notify: true,
value: '',
observer: '_applyFilter'
},
filteredItems: {
type: Array,
notify: true,
}
},
ready: function() {
this.load();
},
load: function() {
var items = [],
sounds = document.getElementById('app').data.sounds;
for (var key in sounds) {
items.push(sounds[key]);
sounds[key].id = key;
}
this.items = items;
this.filteredItems = this.items;
},
add: function(e) {
// Get the selected ID
var id = e.model.__data__.item.id;
// Fire the add event
app.fire('sound:add', id);
// Retart filter
this.filter = '';
},
_applyFilter: function(filter){
if (!filter.trim().length) {
this.filteredItems = this.items;
return;
}
filter = filter.toLowerCase();
this.filteredItems = this.items.filter(function(i){
return (i.name.toLowerCase().indexOf(filter) >= 0);
});
}
});
})();
</script>
|
juampi92/outspire
|
app/elements/sound-lists/browse-list.html
|
HTML
|
bsd-3-clause
| 1,830
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.regression.linear_model.RegressionResults.centered_tss — 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.linear_model.RegressionResults.compare_f_test" href="statsmodels.regression.linear_model.RegressionResults.compare_f_test.html" />
<link rel="prev" title="statsmodels.regression.linear_model.RegressionResults.bse" href="statsmodels.regression.linear_model.RegressionResults.bse.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.linear_model.RegressionResults.compare_f_test.html" title="statsmodels.regression.linear_model.RegressionResults.compare_f_test"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="statsmodels.regression.linear_model.RegressionResults.bse.html" title="statsmodels.regression.linear_model.RegressionResults.bse"
accesskey="P">previous</a> |</li>
<li><a href ="../install.html">Install</a></li> |
<li><a href="https://groups.google.com/forum/?hl=en#!forum/pystatsmodels">Support</a></li> |
<li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> |
<li><a href="../dev/index.html">Develop</a></li> |
<li><a href="../examples/index.html">Examples</a></li> |
<li><a href="../faq.html">FAQ</a></li> |
<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.linear_model.RegressionResults.html" accesskey="U">statsmodels.regression.linear_model.RegressionResults</a> |</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="statsmodels-regression-linear-model-regressionresults-centered-tss">
<h1>statsmodels.regression.linear_model.RegressionResults.centered_tss<a class="headerlink" href="#statsmodels-regression-linear-model-regressionresults-centered-tss" title="Permalink to this headline">¶</a></h1>
<p>method</p>
<dl class="method">
<dt id="statsmodels.regression.linear_model.RegressionResults.centered_tss">
<code class="sig-prename descclassname">RegressionResults.</code><code class="sig-name descname">centered_tss</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/regression/linear_model.html#RegressionResults.centered_tss"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.regression.linear_model.RegressionResults.centered_tss" title="Permalink to this definition">¶</a></dt>
<dd><p>The total (weighted) sum of squares centered about the mean.</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.linear_model.RegressionResults.bse.html"
title="previous chapter">statsmodels.regression.linear_model.RegressionResults.bse</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="statsmodels.regression.linear_model.RegressionResults.compare_f_test.html"
title="next chapter">statsmodels.regression.linear_model.RegressionResults.compare_f_test</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/generated/statsmodels.regression.linear_model.RegressionResults.centered_tss.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">
© 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.linear_model.RegressionResults.centered_tss.html
|
HTML
|
bsd-3-clause
| 7,847
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>mne.viz.plot_ica_scores — MNE 0.18.2 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/gallery.css" />
<link rel="stylesheet" type="text/css" href="../_static/bootstrap_divs.css" />
<link rel="stylesheet" href="../_static/reset-syntax.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/language_data.js"></script>
<script type="text/javascript" src="../_static/bootstrap_divs.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/favicon.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<script type="text/javascript" src="../_static/copybutton.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37225609-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<link rel="stylesheet" href="../_static/style.css " type="text/css" />
<link rel="stylesheet" href="../_static/font-awesome.css" type="text/css" />
<link rel="stylesheet" href="../_static/flag-icon.css" type="text/css" />
<script type="text/javascript">
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);
js.id=id;js.src="https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
<script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js "></script>
<script type="text/javascript" src="../_static/js/jquery-fix.js "></script>
<script type="text/javascript" src="../_static/bootstrap-3.3.7/js/bootstrap.min.js "></script>
<script type="text/javascript" src="../_static/bootstrap-sphinx.js "></script>
<link rel="canonical" href="https://mne.tools/stable/index.html" />
</head><body>
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/mne_logo_small.png"></span>
</a>
<span class="navbar-text navbar-version pull-left"><b>0.18.2</b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">
<li><a href="../getting_started.html">Install</a></li>
<li><a href="../documentation.html">Documentation</a></li>
<li><a href="../python_reference.html">API</a></li>
<li><a href="../glossary.html">Glossary</a></li>
<li><a href="../auto_examples/index.html">Examples</a></li>
<li><a href="../contributing.html">Contribute</a></li>
<li class="dropdown globaltoc-container">
<a role="button"
id="dLabelGlobalToc"
data-toggle="dropdown"
data-target="#"
href="../index.html">Site <b class="caret"></b></a>
<ul class="dropdown-menu globaltoc"
role="menu"
aria-labelledby="dLabelGlobalToc"></ul>
</li>
<li class="hidden-sm"></li>
</ul>
<div class="navbar-form navbar-right navbar-btn dropdown btn-group-sm" style="margin-left: 20px; margin-top: 5px; margin-bottom: 5px">
<button type="button" class="btn btn-primary navbar-btn dropdown-toggle" id="dropdownMenu1" data-toggle="dropdown">
v0.18.2
<span class="caret"></span>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li><a href="https://mne-tools.github.io/dev/index.html">Development</a></li>
<li><a href="https://mne-tools.github.io/stable/index.html">v0.18 (stable)</a></li>
<li><a href="https://mne-tools.github.io/0.17/index.html">v0.17</a></li>
<li><a href="https://mne-tools.github.io/0.16/index.html">v0.16</a></li>
<li><a href="https://mne-tools.github.io/0.15/index.html">v0.15</a></li>
<li><a href="https://mne-tools.github.io/0.14/index.html">v0.14</a></li>
<li><a href="https://mne-tools.github.io/0.13/index.html">v0.13</a></li>
<li><a href="https://mne-tools.github.io/0.12/index.html">v0.12</a></li>
<li><a href="https://mne-tools.github.io/0.11/index.html">v0.11</a></li>
</ul>
</div>
<form class="navbar-form navbar-right" action="../search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="../index.html">
<img class="logo" src="../_static/mne_logo_small.png" alt="Logo"/>
</a></p><ul>
<li><a class="reference internal" href="#">mne.viz.plot_ica_scores</a></li>
</ul>
<form action="../search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="body col-md-12 content" role="main">
<div class="section" id="mne-viz-plot-ica-scores">
<h1>mne.viz.plot_ica_scores<a class="headerlink" href="#mne-viz-plot-ica-scores" title="Permalink to this headline">¶</a></h1>
<dl class="function">
<dt id="mne.viz.plot_ica_scores">
<code class="sig-prename descclassname">mne.viz.</code><code class="sig-name descname">plot_ica_scores</code><span class="sig-paren">(</span><em class="sig-param">ica</em>, <em class="sig-param">scores</em>, <em class="sig-param">exclude=None</em>, <em class="sig-param">labels=None</em>, <em class="sig-param">axhline=None</em>, <em class="sig-param">title='ICA component scores'</em>, <em class="sig-param">figsize=None</em>, <em class="sig-param">show=True</em><span class="sig-paren">)</span><a class="reference external" href="http://github.com/mne-tools/mne-python/blob/maint/0.18/mne/viz/ica.py#L573-L667"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#mne.viz.plot_ica_scores" title="Permalink to this definition">¶</a></dt>
<dd><p>Plot scores related to detected components.</p>
<p>Use this function to asses how well your score describes outlier
sources and how well you were detecting them.</p>
<dl class="field-list">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><dl>
<dt><strong>ica</strong><span class="classifier">instance of <a class="reference internal" href="mne.preprocessing.ICA.html#mne.preprocessing.ICA" title="mne.preprocessing.ICA"><code class="xref py py-obj docutils literal notranslate"><span class="pre">mne.preprocessing.ICA</span></code></a></span></dt><dd><p>The ICA object.</p>
</dd>
<dt><strong>scores</strong><span class="classifier"><a class="reference external" href="https://www.numpy.org/devdocs/glossary.html#term-array-like" title="(in NumPy v1.18.dev0)"><span>array_like</span></a> of <a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.7)"><code class="docutils literal notranslate"><span class="pre">float</span></code></a>, shape (n_ica_components,) | <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.7)"><code class="docutils literal notranslate"><span class="pre">list</span></code></a> of <a class="reference external" href="https://www.numpy.org/devdocs/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.18.dev0)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">array</span></code></a></span></dt><dd><p>Scores based on arbitrary metric to characterize ICA components.</p>
</dd>
<dt><strong>exclude</strong><span class="classifier"><a class="reference external" href="https://www.numpy.org/devdocs/glossary.html#term-array-like" title="(in NumPy v1.18.dev0)"><span>array_like</span></a> of <a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.7)"><code class="docutils literal notranslate"><span class="pre">int</span></code></a></span></dt><dd><p>The components marked for exclusion. If None (default), ICA.exclude
will be used.</p>
</dd>
<dt><strong>labels</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.7)"><code class="docutils literal notranslate"><span class="pre">str</span></code></a> | <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.7)"><code class="docutils literal notranslate"><span class="pre">list</span></code></a> | ‘ecg’ | ‘eog’ | <a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.7)"><code class="docutils literal notranslate"><span class="pre">None</span></code></a></span></dt><dd><p>The labels to consider for the axes tests. Defaults to None.
If list, should match the outer shape of <em class="xref py py-obj">scores</em>.
If ‘ecg’ or ‘eog’, the <code class="docutils literal notranslate"><span class="pre">labels_</span></code> attributes will be looked up.
Note that ‘/’ is used internally for sublabels specifying ECG and
EOG channels.</p>
</dd>
<dt><strong>axhline</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.7)"><code class="docutils literal notranslate"><span class="pre">float</span></code></a></span></dt><dd><p>Draw horizontal line to e.g. visualize rejection threshold.</p>
</dd>
<dt><strong>title</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.7)"><code class="docutils literal notranslate"><span class="pre">str</span></code></a></span></dt><dd><p>The figure title.</p>
</dd>
<dt><strong>figsize</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.7)"><code class="docutils literal notranslate"><span class="pre">tuple</span></code></a> of <a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.7)"><code class="docutils literal notranslate"><span class="pre">int</span></code></a> | <a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.7)"><code class="docutils literal notranslate"><span class="pre">None</span></code></a></span></dt><dd><p>The figure size. If None it gets set automatically.</p>
</dd>
<dt><strong>show</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#bltin-boolean-values" title="(in Python v3.7)"><span class="xref std std-ref">bool</span></a></span></dt><dd><p>Show figure if True.</p>
</dd>
</dl>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><dl>
<dt><strong>fig</strong><span class="classifier">instance of <a class="reference external" href="https://matplotlib.org/api/_as_gen/matplotlib.figure.Figure.html#matplotlib.figure.Figure" title="(in Matplotlib v3.1.1)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Figure</span></code></a></span></dt><dd><p>The figure object</p>
</dd>
</dl>
</dd>
</dl>
</dd></dl>
<div style='clear:both'></div></div>
</div>
</div>
</div>
<footer class="footer">
<div class="container institutions">
<a href="https://www.massgeneral.org/"><img class="institution_lg" src="../_static/institution_logos/MGH.svg" title="Massachusetts General Hospital" alt="Massachusetts General Hospital"/></a>
<a href="https://martinos.org/"><img class="institution_lg" src="../_static/institution_logos/Martinos.png" title="Athinoula A. Martinos Center for Biomedical Imaging" alt="Athinoula A. Martinos Center for Biomedical Imaging"/></a>
<a href="https://hms.harvard.edu/"><img class="institution_lg" src="../_static/institution_logos/Harvard.png" title="Harvard Medical School" alt="Harvard Medical School"/></a>
<a href="https://web.mit.edu/"><img class="institution_sm" src="../_static/institution_logos/MIT.svg" title="Massachusetts Institute of Technology" alt="Massachusetts Institute of Technology"/></a>
<a href="https://www.nyu.edu/"><img class="institution_md" src="../_static/institution_logos/NYU.png" title="New York University" alt="New York University"/></a>
<a href="http://www.cea.fr/"><img class="institution_md" src="../_static/institution_logos/CEA.png" title="Commissariat à l´énergie atomique et aux énergies alternatives" alt="Commissariat à l´énergie atomique et aux énergies alternatives"/></a>
<a href="https://sci.aalto.fi/"><img class="institution_md" src="../_static/institution_logos/Aalto.svg" title="Aalto-yliopiston perustieteiden korkeakoulu" alt="Aalto-yliopiston perustieteiden korkeakoulu"/></a>
<a href="https://www.telecom-paris.fr/"><img class="institution_md" src="../_static/institution_logos/Telecom_Paris_Tech.png" title="Télécom ParisTech" alt="Télécom ParisTech"/></a>
<a href="https://www.washington.edu/"><img class="institution_sm" src="../_static/institution_logos/Washington.png" title="University of Washington" alt="University of Washington"/></a>
<a href="https://icm-institute.org/"><img class="institution_lg" src="../_static/institution_logos/ICM.jpg" title="Institut du Cerveau et de la Moelle épinière" alt="Institut du Cerveau et de la Moelle épinière"/></a>
<a href="https://www.bu.edu/"><img class="institution_sm" src="../_static/institution_logos/BU.svg" title="Boston University" alt="Boston University"/></a>
<a href="https://www.inserm.fr/"><img class="institution_xs" src="../_static/institution_logos/Inserm.svg" title="Institut national de la santé et de la recherche médicale" alt="Institut national de la santé et de la recherche médicale"/></a>
<a href="https://www.fz-juelich.de/"><img class="institution_sm" src="../_static/institution_logos/Julich.svg" title="Forschungszentrum Jülich" alt="Forschungszentrum Jülich"/></a>
<a href="https://www.tu-ilmenau.de/"><img class="institution_sm" src="../_static/institution_logos/Ilmenau.gif" title="Technische Universität Ilmenau" alt="Technische Universität Ilmenau"/></a>
<a href="https://bids.berkeley.edu/"><img class="institution_md" src="../_static/institution_logos/BIDS.png" title="Berkeley Institute for Data Science" alt="Berkeley Institute for Data Science"/></a>
<a href="https://www.inria.fr/"><img class="institution_sm" src="../_static/institution_logos/inria.png" title="Institut national de recherche en informatique et en automatique" alt="Institut national de recherche en informatique et en automatique"/></a>
<a href="https://www.au.dk/"><img class="institution_sm" src="../_static/institution_logos/Aarhus.png" title="Aarhus Universitet" alt="Aarhus Universitet"/></a>
<a href="https://www.uni-graz.at/"><img class="institution_md" src="../_static/institution_logos/Graz.jpg" title="Karl-Franzens-Universität Graz" alt="Karl-Franzens-Universität Graz"/></a>
</div>
<div class="container">
<ul class="list-inline">
<li><a href="https://github.com/mne-tools/mne-python">GitHub</a></li>
<li>·</li>
<li><a href="https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis">Mailing list</a></li>
<li>·</li>
<li><a href="https://gitter.im/mne-tools/mne-python">Gitter</a></li>
<li>·</li>
<li><a href="whats_new.html">What's new</a></li>
<li>·</li>
<li><a href="faq.html#cite">Cite MNE</a></li>
<li class="pull-right"><a href="#">Back to top</a></li>
</ul>
<p>© Copyright 2012-2019, MNE Developers. Last updated on 2019-07-11.</p>
</div>
</footer>
<script src="https://mne.tools/versionwarning.js"></script>
</body>
</html>
|
mne-tools/mne-tools.github.io
|
0.18/generated/mne.viz.plot_ica_scores.html
|
HTML
|
bsd-3-clause
| 18,355
|
<!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.regression.mixed_linear_model.MixedLMResults — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/stylesheets/deprecation.css">
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/material.css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.regression.mixed_linear_model.MixedLMResults.bootstrap" href="statsmodels.regression.mixed_linear_model.MixedLMResults.bootstrap.html" />
<link rel="prev" title="statsmodels.regression.mixed_linear_model.MixedLM.exog_names" href="statsmodels.regression.mixed_linear_model.MixedLM.exog_names.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.regression.mixed_linear_model.MixedLMResults" 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.regression.mixed_linear_model.MixedLMResults </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">

</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="../mixed_linear.html" class="md-tabs__link">Linear Mixed Effects Models</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.13.1</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../regression.html" class="md-nav__link">Linear Regression</a>
</li>
<li class="md-nav__item">
<a href="../glm.html" class="md-nav__link">Generalized Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../gee.html" class="md-nav__link">Generalized Estimating Equations</a>
</li>
<li class="md-nav__item">
<a href="../gam.html" class="md-nav__link">Generalized Additive Models (GAM)</a>
</li>
<li class="md-nav__item">
<a href="../rlm.html" class="md-nav__link">Robust Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../mixed_linear.html" class="md-nav__link">Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../discretemod.html" class="md-nav__link">Regression with Discrete Dependent Variable</a>
</li>
<li class="md-nav__item">
<a href="../mixed_glm.html" class="md-nav__link">Generalized Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../anova.html" class="md-nav__link">ANOVA</a>
</li>
<li class="md-nav__item">
<a href="../other_models.html" class="md-nav__link">Other Models <code class="xref py py-mod docutils literal notranslate"><span class="pre">othermod</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.regression.mixed_linear_model.MixedLMResults.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-regression-mixed-linear-model-mixedlmresults">
<h1 id="generated-statsmodels-regression-mixed-linear-model-mixedlmresults--page-root">statsmodels.regression.mixed_linear_model.MixedLMResults<a class="headerlink" href="#generated-statsmodels-regression-mixed-linear-model-mixedlmresults--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py class">
<dt class="sig sig-object py" id="statsmodels.regression.mixed_linear_model.MixedLMResults">
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">statsmodels.regression.mixed_linear_model.</span></span><span class="sig-name descname"><span class="pre">MixedLMResults</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">model</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">params</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">cov_params</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/regression/mixed_linear_model.html#MixedLMResults"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#statsmodels.regression.mixed_linear_model.MixedLMResults" title="Permalink to this definition">¶</a></dt>
<dd><p>Class to contain results of fitting a linear mixed effects model.</p>
<p>MixedLMResults inherits from statsmodels.LikelihoodModelResults</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><dl class="simple">
<dt><strong>See statsmodels.LikelihoodModelResults</strong></dt><dd></dd>
</dl>
</dd>
</dl>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<dl class="simple">
<dt><code class="xref py py-obj docutils literal notranslate"><span class="pre">statsmodels.LikelihoodModelResults</span></code></dt><dd></dd>
</dl>
</div>
<dl class="field-list">
<dt class="field-odd">Attributes</dt>
<dd class="field-odd"><dl>
<dt><strong>model</strong><span class="classifier"><code class="xref py py-obj docutils literal notranslate"><span class="pre">class</span></code> <code class="xref py py-obj docutils literal notranslate"><span class="pre">instance</span></code></span></dt><dd><p>Pointer to MixedLM model instance that called fit.</p>
</dd>
<dt><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.normalized_cov_params.html#statsmodels.regression.mixed_linear_model.MixedLMResults.normalized_cov_params" title="statsmodels.regression.mixed_linear_model.MixedLMResults.normalized_cov_params"><code class="xref py py-obj docutils literal notranslate"><span class="pre">normalized_cov_params</span></code></a><span class="classifier"><a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.21)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ndarray</span></code></a></span></dt><dd><p>See specific model class docstring</p>
</dd>
<dt><strong>params</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.21)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ndarray</span></code></a></span></dt><dd><p>A packed parameter vector for the profile parameterization.
The first <cite>k_fe</cite> elements are the estimated fixed effects
coefficients. The remaining elements are the estimated
variance parameters. The variance parameters are all divided
by <cite>scale</cite> and are not the variance parameters shown
in the summary.</p>
</dd>
<dt><strong>fe_params</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.21)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ndarray</span></code></a></span></dt><dd><p>The fitted fixed-effects coefficients</p>
</dd>
<dt><strong>cov_re</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.21)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ndarray</span></code></a></span></dt><dd><p>The fitted random-effects covariance matrix</p>
</dd>
<dt><strong>bse_fe</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.21)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ndarray</span></code></a></span></dt><dd><p>The standard errors of the fitted fixed effects coefficients</p>
</dd>
<dt><strong>bse_re</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.21)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ndarray</span></code></a></span></dt><dd><p>The standard errors of the fitted random effects covariance
matrix and variance components. The first <cite>k_re * (k_re + 1)</cite>
parameters are the standard errors for the lower triangle of
<cite>cov_re</cite>, the remaining elements are the standard errors for
the variance components.</p>
</dd>
</dl>
</dd>
</dl>
<p class="rubric">Methods</p>
<table class="longtable docutils align-default">
<colgroup>
<col style="width: 10%"/>
<col style="width: 90%"/>
</colgroup>
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.bootstrap.html#statsmodels.regression.mixed_linear_model.MixedLMResults.bootstrap" title="statsmodels.regression.mixed_linear_model.MixedLMResults.bootstrap"><code class="xref py py-obj docutils literal notranslate"><span class="pre">bootstrap</span></code></a>([nrep, method, disp, store])</p></td>
<td><p>simple bootstrap to get mean and variance of estimator</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.conf_int.html#statsmodels.regression.mixed_linear_model.MixedLMResults.conf_int" title="statsmodels.regression.mixed_linear_model.MixedLMResults.conf_int"><code class="xref py py-obj docutils literal notranslate"><span class="pre">conf_int</span></code></a>([alpha, cols])</p></td>
<td><p>Construct confidence interval for the fitted parameters.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.cov_params.html#statsmodels.regression.mixed_linear_model.MixedLMResults.cov_params" title="statsmodels.regression.mixed_linear_model.MixedLMResults.cov_params"><code class="xref py py-obj docutils literal notranslate"><span class="pre">cov_params</span></code></a>([r_matrix, column, scale, cov_p, ...])</p></td>
<td><p>Compute the variance/covariance matrix.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.f_test.html#statsmodels.regression.mixed_linear_model.MixedLMResults.f_test" title="statsmodels.regression.mixed_linear_model.MixedLMResults.f_test"><code class="xref py py-obj docutils literal notranslate"><span class="pre">f_test</span></code></a>(r_matrix[, cov_p, invcov])</p></td>
<td><p>Compute the F-test for a joint linear hypothesis.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.get_nlfun.html#statsmodels.regression.mixed_linear_model.MixedLMResults.get_nlfun" title="statsmodels.regression.mixed_linear_model.MixedLMResults.get_nlfun"><code class="xref py py-obj docutils literal notranslate"><span class="pre">get_nlfun</span></code></a>(fun)</p></td>
<td><p>This is not Implemented</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.initialize.html#statsmodels.regression.mixed_linear_model.MixedLMResults.initialize" title="statsmodels.regression.mixed_linear_model.MixedLMResults.initialize"><code class="xref py py-obj docutils literal notranslate"><span class="pre">initialize</span></code></a>(model, params, **kwargs)</p></td>
<td><p>Initialize (possibly re-initialize) a Results instance.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.load.html#statsmodels.regression.mixed_linear_model.MixedLMResults.load" title="statsmodels.regression.mixed_linear_model.MixedLMResults.load"><code class="xref py py-obj docutils literal notranslate"><span class="pre">load</span></code></a>(fname)</p></td>
<td><p>Load a pickled results instance</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.normalized_cov_params.html#statsmodels.regression.mixed_linear_model.MixedLMResults.normalized_cov_params" title="statsmodels.regression.mixed_linear_model.MixedLMResults.normalized_cov_params"><code class="xref py py-obj docutils literal notranslate"><span class="pre">normalized_cov_params</span></code></a>()</p></td>
<td><p>See specific model class docstring</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.predict.html#statsmodels.regression.mixed_linear_model.MixedLMResults.predict" title="statsmodels.regression.mixed_linear_model.MixedLMResults.predict"><code class="xref py py-obj docutils literal notranslate"><span class="pre">predict</span></code></a>([exog, transform])</p></td>
<td><p>Call self.model.predict with self.params as the first argument.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.profile_re.html#statsmodels.regression.mixed_linear_model.MixedLMResults.profile_re" title="statsmodels.regression.mixed_linear_model.MixedLMResults.profile_re"><code class="xref py py-obj docutils literal notranslate"><span class="pre">profile_re</span></code></a>(re_ix, vtype[, num_low, ...])</p></td>
<td><p>Profile-likelihood inference for variance parameters.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.remove_data.html#statsmodels.regression.mixed_linear_model.MixedLMResults.remove_data" title="statsmodels.regression.mixed_linear_model.MixedLMResults.remove_data"><code class="xref py py-obj docutils literal notranslate"><span class="pre">remove_data</span></code></a>()</p></td>
<td><p>Remove data arrays, all nobs arrays from result and model.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.save.html#statsmodels.regression.mixed_linear_model.MixedLMResults.save" title="statsmodels.regression.mixed_linear_model.MixedLMResults.save"><code class="xref py py-obj docutils literal notranslate"><span class="pre">save</span></code></a>(fname[, remove_data])</p></td>
<td><p>Save a pickle of this instance.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.summary.html#statsmodels.regression.mixed_linear_model.MixedLMResults.summary" title="statsmodels.regression.mixed_linear_model.MixedLMResults.summary"><code class="xref py py-obj docutils literal notranslate"><span class="pre">summary</span></code></a>([yname, xname_fe, xname_re, title, ...])</p></td>
<td><p>Summarize the mixed model regression results.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.t_test.html#statsmodels.regression.mixed_linear_model.MixedLMResults.t_test" title="statsmodels.regression.mixed_linear_model.MixedLMResults.t_test"><code class="xref py py-obj docutils literal notranslate"><span class="pre">t_test</span></code></a>(r_matrix[, use_t])</p></td>
<td><p>Compute a t-test for a each linear hypothesis of the form Rb = q</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.t_test_pairwise.html#statsmodels.regression.mixed_linear_model.MixedLMResults.t_test_pairwise" title="statsmodels.regression.mixed_linear_model.MixedLMResults.t_test_pairwise"><code class="xref py py-obj docutils literal notranslate"><span class="pre">t_test_pairwise</span></code></a>(term_name[, method, alpha, ...])</p></td>
<td><p>Perform pairwise t_test with multiple testing corrected p-values.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.wald_test.html#statsmodels.regression.mixed_linear_model.MixedLMResults.wald_test" title="statsmodels.regression.mixed_linear_model.MixedLMResults.wald_test"><code class="xref py py-obj docutils literal notranslate"><span class="pre">wald_test</span></code></a>(r_matrix[, cov_p, invcov, use_f, ...])</p></td>
<td><p>Compute a Wald-test for a joint linear hypothesis.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.wald_test_terms.html#statsmodels.regression.mixed_linear_model.MixedLMResults.wald_test_terms" title="statsmodels.regression.mixed_linear_model.MixedLMResults.wald_test_terms"><code class="xref py py-obj docutils literal notranslate"><span class="pre">wald_test_terms</span></code></a>([skip_single, ...])</p></td>
<td><p>Compute a sequence of Wald tests for terms over multiple columns.</p></td>
</tr>
</tbody>
</table>
<p class="rubric">Properties</p>
<table class="longtable docutils align-default">
<colgroup>
<col style="width: 10%"/>
<col style="width: 90%"/>
</colgroup>
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.aic.html#statsmodels.regression.mixed_linear_model.MixedLMResults.aic" title="statsmodels.regression.mixed_linear_model.MixedLMResults.aic"><code class="xref py py-obj docutils literal notranslate"><span class="pre">aic</span></code></a></p></td>
<td><p>Akaike information criterion</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.bic.html#statsmodels.regression.mixed_linear_model.MixedLMResults.bic" title="statsmodels.regression.mixed_linear_model.MixedLMResults.bic"><code class="xref py py-obj docutils literal notranslate"><span class="pre">bic</span></code></a></p></td>
<td><p>Bayesian information criterion</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.bse.html#statsmodels.regression.mixed_linear_model.MixedLMResults.bse" title="statsmodels.regression.mixed_linear_model.MixedLMResults.bse"><code class="xref py py-obj docutils literal notranslate"><span class="pre">bse</span></code></a></p></td>
<td><p>The standard errors of the parameter estimates.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.bse_fe.html#statsmodels.regression.mixed_linear_model.MixedLMResults.bse_fe" title="statsmodels.regression.mixed_linear_model.MixedLMResults.bse_fe"><code class="xref py py-obj docutils literal notranslate"><span class="pre">bse_fe</span></code></a></p></td>
<td><p>Returns the standard errors of the fixed effect regression coefficients.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.bse_re.html#statsmodels.regression.mixed_linear_model.MixedLMResults.bse_re" title="statsmodels.regression.mixed_linear_model.MixedLMResults.bse_re"><code class="xref py py-obj docutils literal notranslate"><span class="pre">bse_re</span></code></a></p></td>
<td><p>Returns the standard errors of the variance parameters.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.bsejac.html#statsmodels.regression.mixed_linear_model.MixedLMResults.bsejac" title="statsmodels.regression.mixed_linear_model.MixedLMResults.bsejac"><code class="xref py py-obj docutils literal notranslate"><span class="pre">bsejac</span></code></a></p></td>
<td><p>standard deviation of parameter estimates based on covjac</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.bsejhj.html#statsmodels.regression.mixed_linear_model.MixedLMResults.bsejhj" title="statsmodels.regression.mixed_linear_model.MixedLMResults.bsejhj"><code class="xref py py-obj docutils literal notranslate"><span class="pre">bsejhj</span></code></a></p></td>
<td><p>standard deviation of parameter estimates based on covHJH</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.covjac.html#statsmodels.regression.mixed_linear_model.MixedLMResults.covjac" title="statsmodels.regression.mixed_linear_model.MixedLMResults.covjac"><code class="xref py py-obj docutils literal notranslate"><span class="pre">covjac</span></code></a></p></td>
<td><p>covariance of parameters based on outer product of jacobian of log-likelihood</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.covjhj.html#statsmodels.regression.mixed_linear_model.MixedLMResults.covjhj" title="statsmodels.regression.mixed_linear_model.MixedLMResults.covjhj"><code class="xref py py-obj docutils literal notranslate"><span class="pre">covjhj</span></code></a></p></td>
<td><p>covariance of parameters based on HJJH</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.df_modelwc.html#statsmodels.regression.mixed_linear_model.MixedLMResults.df_modelwc" title="statsmodels.regression.mixed_linear_model.MixedLMResults.df_modelwc"><code class="xref py py-obj docutils literal notranslate"><span class="pre">df_modelwc</span></code></a></p></td>
<td><p>Model WC</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.fittedvalues.html#statsmodels.regression.mixed_linear_model.MixedLMResults.fittedvalues" title="statsmodels.regression.mixed_linear_model.MixedLMResults.fittedvalues"><code class="xref py py-obj docutils literal notranslate"><span class="pre">fittedvalues</span></code></a></p></td>
<td><p>Returns the fitted values for the model.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.hessv.html#statsmodels.regression.mixed_linear_model.MixedLMResults.hessv" title="statsmodels.regression.mixed_linear_model.MixedLMResults.hessv"><code class="xref py py-obj docutils literal notranslate"><span class="pre">hessv</span></code></a></p></td>
<td><p>cached Hessian of log-likelihood</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.llf.html#statsmodels.regression.mixed_linear_model.MixedLMResults.llf" title="statsmodels.regression.mixed_linear_model.MixedLMResults.llf"><code class="xref py py-obj docutils literal notranslate"><span class="pre">llf</span></code></a></p></td>
<td><p></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.pvalues.html#statsmodels.regression.mixed_linear_model.MixedLMResults.pvalues" title="statsmodels.regression.mixed_linear_model.MixedLMResults.pvalues"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pvalues</span></code></a></p></td>
<td><p>The two-tailed p values for the t-stats of the params.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.random_effects.html#statsmodels.regression.mixed_linear_model.MixedLMResults.random_effects" title="statsmodels.regression.mixed_linear_model.MixedLMResults.random_effects"><code class="xref py py-obj docutils literal notranslate"><span class="pre">random_effects</span></code></a></p></td>
<td><p>The conditional means of random effects given the data.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.random_effects_cov.html#statsmodels.regression.mixed_linear_model.MixedLMResults.random_effects_cov" title="statsmodels.regression.mixed_linear_model.MixedLMResults.random_effects_cov"><code class="xref py py-obj docutils literal notranslate"><span class="pre">random_effects_cov</span></code></a></p></td>
<td><p>Returns the conditional covariance matrix of the random effects for each group given the data.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.resid.html#statsmodels.regression.mixed_linear_model.MixedLMResults.resid" title="statsmodels.regression.mixed_linear_model.MixedLMResults.resid"><code class="xref py py-obj docutils literal notranslate"><span class="pre">resid</span></code></a></p></td>
<td><p>Returns the residuals for the model.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.score_obsv.html#statsmodels.regression.mixed_linear_model.MixedLMResults.score_obsv" title="statsmodels.regression.mixed_linear_model.MixedLMResults.score_obsv"><code class="xref py py-obj docutils literal notranslate"><span class="pre">score_obsv</span></code></a></p></td>
<td><p>cached Jacobian of log-likelihood</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.tvalues.html#statsmodels.regression.mixed_linear_model.MixedLMResults.tvalues" title="statsmodels.regression.mixed_linear_model.MixedLMResults.tvalues"><code class="xref py py-obj docutils literal notranslate"><span class="pre">tvalues</span></code></a></p></td>
<td><p>Return the t-statistic for a given parameter estimate.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="statsmodels.regression.mixed_linear_model.MixedLMResults.use_t.html#statsmodels.regression.mixed_linear_model.MixedLMResults.use_t" title="statsmodels.regression.mixed_linear_model.MixedLMResults.use_t"><code class="xref py py-obj docutils literal notranslate"><span class="pre">use_t</span></code></a></p></td>
<td><p>Flag indicating to use the Student's distribution in inference.</p></td>
</tr>
</tbody>
</table>
</dd></dl>
</section>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.regression.mixed_linear_model.MixedLM.exog_names.html" title="statsmodels.regression.mixed_linear_model.MixedLM.exog_names"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.regression.mixed_linear_model.MixedLM.exog_names </span>
</div>
</a>
<a href="statsmodels.regression.mixed_linear_model.MixedLMResults.bootstrap.html" title="statsmodels.regression.mixed_linear_model.MixedLMResults.bootstrap"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.regression.mixed_linear_model.MixedLMResults.bootstrap </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">
© 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.regression.mixed_linear_model.MixedLMResults.html
|
HTML
|
bsd-3-clause
| 40,805
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>statsmodels.genmod.generalized_estimating_equations.GEE.mean_deriv — statsmodels 0.8.0 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.8.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.genmod.generalized_estimating_equations.GEE.mean_deriv_exog" href="statsmodels.genmod.generalized_estimating_equations.GEE.mean_deriv_exog.html" />
<link rel="prev" title="statsmodels.genmod.generalized_estimating_equations.GEE.from_formula" href="statsmodels.genmod.generalized_estimating_equations.GEE.from_formula.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>
</head>
<body role="document">
<div class="headerwrap">
<div class = "header">
<a href = "../index.html">
<img src="../_static/statsmodels_hybi_banner.png" alt="Logo"
style="padding-left: 15px"/></a>
</div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="statsmodels.genmod.generalized_estimating_equations.GEE.mean_deriv_exog.html" title="statsmodels.genmod.generalized_estimating_equations.GEE.mean_deriv_exog"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="statsmodels.genmod.generalized_estimating_equations.GEE.from_formula.html" title="statsmodels.genmod.generalized_estimating_equations.GEE.from_formula"
accesskey="P">previous</a> |</li>
<li><a href ="../install.html">Install</a></li> |
<li><a href="https://groups.google.com/group/pystatsmodels?hl=en">Support</a></li> |
<li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> |
<li><a href="../dev/index.html">Develop</a></li> |
<li><a href="../examples/index.html">Examples</a></li> |
<li><a href="../faq.html">FAQ</a></li> |
<li class="nav-item nav-item-1"><a href="../gee.html" >Generalized Estimating Equations</a> |</li>
<li class="nav-item nav-item-2"><a href="statsmodels.genmod.generalized_estimating_equations.GEE.html" accesskey="U">statsmodels.genmod.generalized_estimating_equations.GEE</a> |</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="statsmodels-genmod-generalized-estimating-equations-gee-mean-deriv">
<h1>statsmodels.genmod.generalized_estimating_equations.GEE.mean_deriv<a class="headerlink" href="#statsmodels-genmod-generalized-estimating-equations-gee-mean-deriv" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="statsmodels.genmod.generalized_estimating_equations.GEE.mean_deriv">
<code class="descclassname">GEE.</code><code class="descname">mean_deriv</code><span class="sig-paren">(</span><em>exog</em>, <em>lin_pred</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/genmod/generalized_estimating_equations.html#GEE.mean_deriv"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.genmod.generalized_estimating_equations.GEE.mean_deriv" title="Permalink to this definition">¶</a></dt>
<dd><p>Derivative of the expected endog with respect to the parameters.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><p class="first"><strong>exog</strong> : array-like</p>
<blockquote>
<div><p>The exogeneous data at which the derivative is computed.</p>
</div></blockquote>
<p><strong>lin_pred</strong> : array-like</p>
<blockquote>
<div><p>The values of the linear predictor.</p>
</div></blockquote>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">The value of the derivative of the expected endog with respect</p>
<p class="last">to the parameter vector.</p>
</td>
</tr>
</tbody>
</table>
<p class="rubric">Notes</p>
<p>If there is an offset or exposure, it should be added to
<cite>lin_pred</cite> prior to calling this function.</p>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="statsmodels.genmod.generalized_estimating_equations.GEE.from_formula.html"
title="previous chapter">statsmodels.genmod.generalized_estimating_equations.GEE.from_formula</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="statsmodels.genmod.generalized_estimating_equations.GEE.mean_deriv_exog.html"
title="next chapter">statsmodels.genmod.generalized_estimating_equations.GEE.mean_deriv_exog</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/generated/statsmodels.genmod.generalized_estimating_equations.GEE.mean_deriv.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© Copyright 2009-2017, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.3.
</div>
</body>
</html>
|
statsmodels/statsmodels.github.io
|
0.8.0/generated/statsmodels.genmod.generalized_estimating_equations.GEE.mean_deriv.html
|
HTML
|
bsd-3-clause
| 7,706
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>statsmodels.tsa.ar_model.ARResults.aic — statsmodels 0.6.1 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.6.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="top" title="statsmodels 0.6.1 documentation" href="../index.html" />
<link rel="up" title="statsmodels.tsa.ar_model.ARResults" href="statsmodels.tsa.ar_model.ARResults.html" />
<link rel="next" title="statsmodels.tsa.ar_model.ARResults.bic" href="statsmodels.tsa.ar_model.ARResults.bic.html" />
<link rel="prev" title="statsmodels.tsa.ar_model.ARResults" href="statsmodels.tsa.ar_model.ARResults.html" />
<link rel="stylesheet" href="../../_static/facebox.css" type="text/css" />
<link rel="stylesheet" href="../_static/examples.css" type="text/css" />
<script type="text/javascript" src="../_static/scripts.js">
</script>
<script type="text/javascript" src="../_static/facebox.js">
</script>
</head>
<body role="document">
<div class="headerwrap">
<div class = "header">
<a href = "../index.html">
<img src="../_static/statsmodels_hybi_banner.png" alt="Logo"
style="padding-left: 15px"/></a>
</div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="statsmodels.tsa.ar_model.ARResults.bic.html" title="statsmodels.tsa.ar_model.ARResults.bic"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="statsmodels.tsa.ar_model.ARResults.html" title="statsmodels.tsa.ar_model.ARResults"
accesskey="P">previous</a> |</li>
<li><a href ="../install.html">Install</a></li> |
<li><a href="https://groups.google.com/group/pystatsmodels?hl=en">Support</a></li> |
<li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> |
<li><a href="../dev/index.html">Develop</a></li> |
<li><a href="../examples/index.html">Examples</a></li> |
<li><a href="../faq.html">FAQ</a></li> |
<li class="nav-item nav-item-1"><a href="../tsa.html" >Time Series analysis <code class="docutils literal"><span class="pre">tsa</span></code></a> |</li>
<li class="nav-item nav-item-2"><a href="statsmodels.tsa.ar_model.ARResults.html" accesskey="U">statsmodels.tsa.ar_model.ARResults</a> |</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="statsmodels-tsa-ar-model-arresults-aic">
<h1>statsmodels.tsa.ar_model.ARResults.aic<a class="headerlink" href="#statsmodels-tsa-ar-model-arresults-aic" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="statsmodels.tsa.ar_model.ARResults.aic">
<code class="descclassname">ARResults.</code><code class="descname">aic</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/tsa/ar_model.html#ARResults.aic"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.tsa.ar_model.ARResults.aic" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="statsmodels.tsa.ar_model.ARResults.html"
title="previous chapter">statsmodels.tsa.ar_model.ARResults</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="statsmodels.tsa.ar_model.ARResults.bic.html"
title="next chapter">statsmodels.tsa.ar_model.ARResults.bic</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/generated/statsmodels.tsa.ar_model.ARResults.aic.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© Copyright 2009-2013, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.
</div>
</body>
</html>
|
statsmodels/statsmodels.github.io
|
0.6.1/generated/statsmodels.tsa.ar_model.ARResults.aic.html
|
HTML
|
bsd-3-clause
| 6,072
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>statsmodels.tsa.stattools.q_stat — statsmodels 0.9.0 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript" src="../_static/documentation_options.js"></script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.tsa.stattools.grangercausalitytests" href="statsmodels.tsa.stattools.grangercausalitytests.html" />
<link rel="prev" title="statsmodels.tsa.stattools.bds" href="statsmodels.tsa.stattools.bds.html" />
<link rel="stylesheet" href="../_static/examples.css" type="text/css" />
<link rel="stylesheet" href="../_static/facebox.css" type="text/css" />
<script type="text/javascript" src="../_static/scripts.js">
</script>
<script type="text/javascript" src="../_static/facebox.js">
</script>
<script type="text/javascript">
$.facebox.settings.closeImage = "../_static/closelabel.png"
$.facebox.settings.loadingImage = "../_static/loading.gif"
</script>
</head><body>
<div class="headerwrap">
<div class = "header">
<a href = "../index.html">
<img src="../_static/statsmodels_hybi_banner.png" alt="Logo"
style="padding-left: 15px"/></a>
</div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="statsmodels.tsa.stattools.grangercausalitytests.html" title="statsmodels.tsa.stattools.grangercausalitytests"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="statsmodels.tsa.stattools.bds.html" title="statsmodels.tsa.stattools.bds"
accesskey="P">previous</a> |</li>
<li><a href ="../install.html">Install</a></li> |
<li><a href="https://groups.google.com/forum/?hl=en#!forum/pystatsmodels">Support</a></li> |
<li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> |
<li><a href="../dev/index.html">Develop</a></li> |
<li><a href="../examples/index.html">Examples</a></li> |
<li><a href="../faq.html">FAQ</a></li> |
<li class="nav-item nav-item-1"><a href="../tsa.html" accesskey="U">Time Series analysis <code class="docutils literal notranslate"><span class="pre">tsa</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-tsa-stattools-q-stat">
<h1>statsmodels.tsa.stattools.q_stat<a class="headerlink" href="#statsmodels-tsa-stattools-q-stat" title="Permalink to this headline">¶</a></h1>
<dl class="function">
<dt id="statsmodels.tsa.stattools.q_stat">
<code class="descclassname">statsmodels.tsa.stattools.</code><code class="descname">q_stat</code><span class="sig-paren">(</span><em>x</em>, <em>nobs</em>, <em>type='ljungbox'</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/tsa/stattools.html#q_stat"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.tsa.stattools.q_stat" title="Permalink to this definition">¶</a></dt>
<dd><p>Return’s Ljung-Box Q Statistic</p>
<dl class="docutils">
<dt>x <span class="classifier-delimiter">:</span> <span class="classifier">array-like</span></dt>
<dd>Array of autocorrelation coefficients. Can be obtained from acf.</dd>
<dt>nobs <span class="classifier-delimiter">:</span> <span class="classifier">int</span></dt>
<dd>Number of observations in the entire sample (ie., not just the length
of the autocorrelation function results.</dd>
</dl>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><ul class="simple">
<li><strong>q-stat</strong> (<em>array</em>) – Ljung-Box Q-statistic for autocorrelation parameters</li>
<li><strong>p-value</strong> (<em>array</em>) – P-value of the Q statistic</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p class="rubric">Notes</p>
<p>Written to be used with acf.</p>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="statsmodels.tsa.stattools.bds.html"
title="previous chapter">statsmodels.tsa.stattools.bds</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="statsmodels.tsa.stattools.grangercausalitytests.html"
title="next chapter">statsmodels.tsa.stattools.grangercausalitytests</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/generated/statsmodels.tsa.stattools.q_stat.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© Copyright 2009-2017, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
</div>
</body>
</html>
|
statsmodels/statsmodels.github.io
|
0.9.0/generated/statsmodels.tsa.stattools.q_stat.html
|
HTML
|
bsd-3-clause
| 7,156
|
<!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.simulation_smoother.SimulationSmoother.memory_no_predicted_cov — 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.simulation_smoother.SimulationSmoother.memory_no_predicted_mean" href="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.memory_no_predicted_mean.html" />
<link rel="prev" title="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.memory_no_predicted" href="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.memory_no_predicted.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.simulation_smoother.SimulationSmoother.memory_no_predicted_cov" 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.simulation_smoother.SimulationSmoother.memory_no_predicted_cov </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">

</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.simulation_smoother.SimulationSmoother.html" class="md-tabs__link">statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother</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.simulation_smoother.SimulationSmoother.memory_no_predicted_cov.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-simulation-smoother-simulationsmoother-memory-no-predicted-cov">
<h1 id="generated-statsmodels-tsa-statespace-simulation-smoother-simulationsmoother-memory-no-predicted-cov--page-root">statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.memory_no_predicted_cov<a class="headerlink" href="#generated-statsmodels-tsa-statespace-simulation-smoother-simulationsmoother-memory-no-predicted-cov--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py attribute">
<dt class="sig sig-object py" id="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.memory_no_predicted_cov">
<span class="sig-prename descclassname"><span class="pre">SimulationSmoother.</span></span><span class="sig-name descname"><span class="pre">memory_no_predicted_cov</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">False</span></em><a class="headerlink" href="#statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.memory_no_predicted_cov" title="Permalink to this definition">¶</a></dt>
<dd><p>(bool) Flag to prevent storing predicted state covariance matrices.</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.simulation_smoother.SimulationSmoother.memory_no_predicted.html" title="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.memory_no_predicted"
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.simulation_smoother.SimulationSmoother.memory_no_predicted </span>
</div>
</a>
<a href="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.memory_no_predicted_mean.html" title="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.memory_no_predicted_mean"
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.simulation_smoother.SimulationSmoother.memory_no_predicted_mean </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">
© 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.simulation_smoother.SimulationSmoother.memory_no_predicted_cov.html
|
HTML
|
bsd-3-clause
| 18,634
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Sprint Messenger</title>
<LINK REL="stylesheet" type="text/css" HREF="static.css">
<META NAME="Keywords" CONTENT="PCS, Messenger, universal, messaging, communication, communicate, services, unified, Sprint, Messenger, wireless phone, business, wireless, email, email,wireless text messaging,instant messenger, WAP, Sprint Messenger, Calendar notification, phone trees, emergency contact, calendar reminders, reminders, notification, voice broadcast, broadcast messaging, reply, respond, multiple devices, send messages, universal messaging">
<META NAME="Description" CONTENT="Sprint Messenger enables anyone, anywhere to send, receive, reply, and forward text, voice or image messages to and from any communication device">
<META NAME="robots" CONTENT="index | noindex | follow | nofollow">
<script type="text/javascript" language="JavaScript" src="/javaScript/cookie.js"></script>
<script type="text/javascript" language="JavaScript" src="/javaScript/md5.js"></script>
<script type="text/javascript" language="JavaScript">
<!--
var now = new Date();
document.write('<script src="/javaScript/random.jsp?' + now.getTime() + '"><\/script>');
//--></script>
<script type="text/javascript">
<!-- //hide it
var isCookieEnable = testCookie();
function init() {
if (isCookieEnable && (document.TheForm.userid.value=="")) {
var username = getCookie("userid");
if (username == '""')
username = "";
document.TheForm.userid.value = username;
}
if ((document.TheForm.userid.value == null)||(document.TheForm.userid.value.length == 0)) {
document.TheForm.userid.focus();
} else {
document.rememberidForm.rememberid.checked = true;
document.loginForm.password.focus();
}
return true;
}
function verifyForm() {
if (testCookie()) {
document.TheForm.password.value = document.loginForm.password.value;
document.TheForm.rememberid.value = document.rememberidForm.rememberid.checked ? 1 : 0;
if (document.TheForm.userid.value.length == 0) {
alert("Please enter your username");
document.TheForm.userid.focus();
return false;
}
if (document.loginForm.password.value.length == 0) {
alert("Please enter your password");
document.loginForm.password.focus();
return false;
}
if (!checkNumber(document.loginForm.password)) {
document.loginForm.password.focus();
return false;
}
//if the remember id checked than set the cookie
var today = new Date();
var expiry = new Date(today.getTime() + 28 * 24 * 60 * 60 * 1000); // plus 28 days
if (document.rememberidForm.rememberid.checked){
var value = document.TheForm.userid.value;
setCookie("userid",unescape(value),expiry);
} else {
setCookie("userid","",expiry);
}
var password = document.TheForm.password.value;
document.TheForm.challenge.value = generateRandSeq();
var challenge = document.TheForm.challenge.value;
var hash2 = calcMD5(password) + challenge;
var hash = calcMD5(hash2);
document.TheForm.password.value = hash;
document.TheForm.submit();
}
}
function checkNumber(entry) {
var result = true;
if (entry.value.length !=0) {
if (String(entry.value*1)=="NaN"){
alert("Please use digits only");
entry.value = "";
result = false;
}
}
return result;
}
function verifyLoginForm() {
document.TheForm.password.value = document.loginForm.password.value;
document.TheForm.rememberid.value = document.rememberidForm.rememberid.checked ? 1 : 0;
if (!verifyForm()){
return false;
}
}
function pressLogin() {
verifyLoginForm();
}
function statusMsg(s) {
window.status = (s ? s : '');
return true
}
var demo = null;
function showDemo() {
var features = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=350';
if (demo && !demo.closed)
demo.focus();
else
demo = window.open('/partners/laf33/demo.html','SprintMessenger_Demo',features);
}
var demoGo = null;
function showDemoGO() {
var features = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=506,height=356';
if (demoGo && !demoGo.closed)
demoGo.focus();
else
demoGo = window.open('/partners/laf33/flash/2233/demo.htm','SprintMessenger_EmailOnTheGo_Demo',features);
}
// -->
</script>
</head>
<body class="index" onload="init()" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<noscript><h1>Please enable javascript to use this site</h1><br><br><br><br></noscript>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- header start -->
<script type="text/javascript" language="JavaScript" src="/partners/laf33/include/full_header_new.js"></script>
<script type="text/javascript" language="JavaScript">
writeHeader('');
</script>
<!-- header end -->
<table width="960" align = "center" border="0" cellspacing="0" cellpadding="0" >
<tr>
<td valign="top"><!-- page content -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top"></td>
<td><!-- Empty --></td>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><!-- START inner page content -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<tr><td valign = "top">
<!-- login+text table start -->
<table width="200" align="left" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" class="b-gray"><b><font color="#666666">Member Log in</font></b></td>
</tr>
<tr>
<td>
<!-- login start -->
<table cellspacing="0" cellpadding="0" border="0" width="160">
<tr>
<td class="indexBgColorDarkSp" colspan="3"><img alt="" height=1 src="/partners/laf33/images/private/spacer.gif" width=130 border=0></td>
</tr>
<tr>
<td colspan="3" class="indexBgColorLight"><img alt="" height=10 src="/partners/laf33/images/private/spacer.gif" width=130></td>
</tr>
<tr>
<form action="/jsp/index.jsp" method="post" name="TheForm" onSubmit="return verifyForm()">
<input type="hidden" name="password">
<input type="hidden" name="pid" value="-1">
<input type="hidden" name="challenge">
<input type="hidden" name="rememberid" value="ON">
<td class="indexBgColorLight"><img alt="" height=10 src="/partners/laf33/images/private/spacer.gif" width=4></td>
<td class="indexBgColorLight">Username<br>
<span style=""><input name="userid" size="15" tabindex="1" maxlength="25"></span>
</td>
<td class="indexBgColorLight"><img alt="" height=5 src="/partners/laf33/images/private/spacer.gif" width=4></td>
</form>
</tr>
<tr>
<td class="indexBgColorLight" colspan="3"><img alt="" height=5 src="/partners/laf33/images/private/spacer.gif" width=4></td>
</tr>
<tr>
<form method="post" action="/jsp/index.jsp" name="loginForm" onSubmit="return verifyLoginForm();">
<input type="hidden" name="userid">
<input type="hidden" name="pid" value="-1">
<input type="hidden" name="challenge">
<input type="hidden" name="rememberid" value="ON">
<td class="indexBgColorLight"><img alt="" height=10 src="/partners/laf33/images/private/spacer.gif" width=4></td>
<td class="indexBgColorLight">Password<br>
<input type="password" name="password" size="15" tabindex="2" maxlength="25">
</td>
<td class="indexBgColorLight"><img alt="" height=5 src="/partners/laf33/images/private/spacer.gif" width=4></td>
</form>
</tr>
<tr class="signoffBgColorLight">
<td class="indexBgColorLight" colspan="3"><img alt="" height=5 src="/partners/laf33/images/private/spacer.gif" width=4></td>
</tr>
<form method="post" action="/jsp/index.jsp" name="rememberidForm" onSubmit="return verifyLoginForm();">
<input type="hidden" name="password">
<input type="hidden" name="userid">
<input type="hidden" name="pid" value="-1">
<input type="hidden" name="challenge">
<tr>
<td class="indexBgColorLight"><img alt="" height=10 src="/partners/laf33/images/private/spacer.gif" width=4></td>
<td class="indexBgColorLight">
<input type="checkbox" name="rememberid" value="ON" tabindex="3">
<font size="1"><b>Remember username</b></font><BR>
</td>
<td class="indexBgColorLight"><img alt="" height="5" src="/partners/laf33/images/private/spacer.gif" width=4></td>
</tr>
</form>
<tr>
<td colspan="4" align="center" valign="center" class="indexBgColorLight">
<a href="javaScript:pressLogin();" onmouseover="return statusMsg('Login');" onmouseout="return statusMsg();"><img alt="" src="/partners/laf33/images/private/btn_login.gif" border="0" align="center"></A>
</td>
</tr>
<tr>
<td colspan="3" class="indexBgColorLight" align="left">
<font size="1"><A href="/jsp/231/passwordForgot.jsp">Forgot your password?</A></font></td>
</tr>
<tr class="indexBgColorLight" >
<td colspan="3"><img alt="" height=5 src="/partners/laf33/images/private/spacer.gif" width=1></td>
</tr>
<tr class="indexBgColorDark">
<td colspan="3"><img alt="" height=1 src="/partners/laf33/images/private/spacer.gif" width=160></td>
</tr>
<tr>
<td class="indexBgColorWhite" colspan="3"><img alt="" height=5 src="/partners/laf33/images/private/spacer.gif" width=130 border=0></td>
</tr>
</table>
<!-- login end -->
</td>
</tr>
</table>
<!-- login+text table end -->
<!-- Sprint Content Start-->
</td>
<td height = "500" width="760">
<table width="99%" height ="100%" rules = "none" cellpadding="20" style="border: 30px solid #ECEDEE;" >
<tr><td valign="top">
<h2 class = "corporate">Enterprise Messaging Gateway</h2>
<h3 class = "corporate">Connectivity solution to stay in touch with Employees and Partners - Notification and Response</h3>
<h3 class = "corporate">Enterprise Messaging (EMG) is an end-to-end group notification and messaging solution that works seamlessly with most business notification applications to enable enhanced wireless notification and response features</h3>
<h3 class = "corporate" >Benefits of Enterprise Messaging</h3>
<ul class="bullets">
<li class="bullets" >Increase communication effectiveness with delivery confirmations and long message capability</li>
<li class="bullets" >Save time using by sending notifications to large groups </li>
<li class="bullets" >Plan ahead with the Scheduled Message Delivery function</li>
<li class="bullets" >Manual and automated messaging tools to address a variety of implementations and uses:</li>
<ol class="bullets">
<li class="bullets">A variety of API and messaging protocols: SNPP, WCTP, SMTP</li>
<li class="bullets">Web portal for group notification, message management and reports </li>
<li class="bullets">PC and Outlook integration with access to enterprise address book</li>
</ol>
<li class="bullets" >Delivery and response tracking in all messaging tools enables end-to-end communications</li>
<li class="bullets" >Excel Bulk Messaging delivery to groups</li>
<li class="bullets" >Compatible with any Sprint device capable of receiving text messages for massive reach</li>
</ul>
</td></tr>
<tr><td class = "signUpText" valign="top"><a class="button_converted" width = "87" height = "23" href="/partners/sprintEMG/signUpForm.jsp">Sign up now!</a> or contact your Sprint Account Representative to get an EMG account.</td></tr>
</table>
</td>
</tr>
</table>
<!-- Sprint Content End-->
<!-- END inner page content --></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top"></td>
<td><IMG alt="" height=1 src="/partners/laf33/images/private/spacer.gif" width="20" border="0"></td>
<td>
<!-- START Footer -->
<table border="0" cellpadding="0" cellspacing="0" width="960" align="center">
<tr><td colspan="1" height="10"></td></td></tr>
<tr><td><div style="border:solid 1px #FFE100;"><!-- Empty--></div></td></tr>
<tr><td colspan="1" height="10"></td></tr>
<tr>
<td align="center">
<script language="JavaScript" type="text/javascript">
printFooter();
</script>
</td>
</tr>
</table>
<!-- END Footer -->
</td>
</tr>
</table>
<!-- END page content -->
</td></tr>
</table> <!-- end of main table -->
<br> <br>
</body>
</html>
|
todor-dk/HTML-Renderer
|
Source/Testing/HtmlRenderer.ExperimentalApp/Data/Files/messenger/FCB3E1DDE197573CEC32D3ADD9A9E5FF.html
|
HTML
|
bsd-3-clause
| 14,063
|
{% extends "admin/base.html" %}
{% load i18n %}
{% block title %}{{ title }}{% if CUSTOM_ADMIN.branding %} | {{CUSTOM_ADMIN.branding}}{% endif %}{% endblock %}
{% block extrahead %}
{% if USE_CUSTOM_ADMIN %}<link rel="stylesheet" type="text/css" href="/upy_custom_admin_layout.css" />{% endif %}
{% endblock extrahead %}
{% block rosetta %}{% endblock %}
{% block branding %}
<h1 id="site-name">
{% if CUSTOM_ADMIN %}
{% if CUSTOM_ADMIN.branding_link %}<a href="http://{{CUSTOM_ADMIN.branding_link}}" title="{{CUSTOM_ADMIN.branding}}">{% endif %}
{% if CUSTOM_ADMIN.branding_image %}<img src = "{{CUSTOM_ADMIN.branding_image_url}}" alt = "{{CUSTOM_ADMIN.branding}}" />
<span>{{CUSTOM_ADMIN.branding}}</span>
{% else %}{{CUSTOM_ADMIN.branding}}
{% endif %}
{% if CUSTOM_ADMIN.branding_link %}</a>{% endif %}
{% else %}
{% trans "UPY - upyproject.com " %}
{% endif %}
</h1>
{% endblock branding %}
{% block nav-global %}
<style type="text/css">
.ml {margin:0 10px 10px;display:block;float:left}
</style>
<a href="/" class="ml">{% trans "Website home" %}</a>
<a href="/admin/" class="ml">{% trans "Admin home" %}</a>
{% if user.is_superuser %}<a href="{% url "upy.contrib.inspect.views.browse" %}" class="ml">{% trans "Inspect models" %}</a>{% endif %}
{% endblock nav-global %}
|
20tab/upy
|
upy/templates/admin/base_site.html
|
HTML
|
bsd-3-clause
| 1,330
|
{% extends "sentry/layout.html" %}
{% block heading %}
Everything
{% endblock %}
{% block sidebar %}
{% if chart_url %}
<h2>{{ gettext('Last 24 Hours') }}</h2>
<img src="{{ chart_url }}" class="chart" alt="chart"/>
{% endif %}
{% for filter in filter_list %}
<div class="sidebar-module sidebar-module-{{ filter.column }}">
{% if filter.show_label %}
<h2>{{ gettext(filter.label) }}</h2>
{% endif %}
<form method="get" action="{{ filter.get_query_string|safe }}">
{{ filter.render() }}
</form>
</div>
{% endfor %}
{% endblock %}
{% block main %}
<div class="paging-wrap">
<div class="clearfix">
<form method="GET" action="">
{% for k, v in request.args.iteritems() %}
<input type="hidden" name="{{ k }}" value="{{ v }}"/>
{% endfor %}
<div class="sort-by">{{ gettext('Sort by') }} <select name="sort" onchange="this.form.submit()">
<option value=""{% if sort == 'priority' %} selected="selected"{% endif %}>{{ gettext('Priority') }}</option>
<option value="date"{% if sort == 'date' %} selected="selected"{% endif %}>{{ gettext('Last Seen') }}</option>
<option value="new"{% if sort == 'new' %} selected="selected"{% endif %}>{{ gettext('First Seen') }}</option>
<option value="count"{% if sort == 'count' %} selected="selected"{% endif %}>{{ gettext('Count') }}</option>
</select>
</div>
{% if has_realtime %}
<a id="sentry_realtime" class="realtime realtime-pause">Pause Feed</a>
{% endif %}
</form>
</div>
</div>
{% if event_list %}
<ul class="events" id="event_list">
{% for group, priority in event_list|with_priority %}
{% include "sentry/partial/group.html" %}
{% endfor %}
</ul>
{% else %}
<ul class="events" id="event_list">
<li class="no-events" id="no_events">{{ gettext('No events match your filters.') }}</li>
</ul>
{% endif %}
{% endblock %}
|
dcramer/sentry-old
|
sentry/templates/sentry/index.html
|
HTML
|
bsd-3-clause
| 2,272
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.gam.generalized_additive_model.LogitGam.cov_params_func_l1 — statsmodels v0.10.1 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/language_data.js"></script>
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.gam.generalized_additive_model.LogitGam.fit" href="statsmodels.gam.generalized_additive_model.LogitGam.fit.html" />
<link rel="prev" title="statsmodels.gam.generalized_additive_model.LogitGam.cdf" href="statsmodels.gam.generalized_additive_model.LogitGam.cdf.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.gam.generalized_additive_model.LogitGam.fit.html" title="statsmodels.gam.generalized_additive_model.LogitGam.fit"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="statsmodels.gam.generalized_additive_model.LogitGam.cdf.html" title="statsmodels.gam.generalized_additive_model.LogitGam.cdf"
accesskey="P">previous</a> |</li>
<li><a href ="../install.html">Install</a></li> |
<li><a href="https://groups.google.com/forum/?hl=en#!forum/pystatsmodels">Support</a></li> |
<li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> |
<li><a href="../dev/index.html">Develop</a></li> |
<li><a href="../examples/index.html">Examples</a></li> |
<li><a href="../faq.html">FAQ</a></li> |
<li class="nav-item nav-item-1"><a href="../gam.html" >Generalized Additive Models (GAM)</a> |</li>
<li class="nav-item nav-item-2"><a href="statsmodels.gam.generalized_additive_model.LogitGam.html" accesskey="U">statsmodels.gam.generalized_additive_model.LogitGam</a> |</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="statsmodels-gam-generalized-additive-model-logitgam-cov-params-func-l1">
<h1>statsmodels.gam.generalized_additive_model.LogitGam.cov_params_func_l1<a class="headerlink" href="#statsmodels-gam-generalized-additive-model-logitgam-cov-params-func-l1" title="Permalink to this headline">¶</a></h1>
<p>method</p>
<dl class="method">
<dt id="statsmodels.gam.generalized_additive_model.LogitGam.cov_params_func_l1">
<code class="sig-prename descclassname">LogitGam.</code><code class="sig-name descname">cov_params_func_l1</code><span class="sig-paren">(</span><em class="sig-param">likelihood_model</em>, <em class="sig-param">xopt</em>, <em class="sig-param">retvals</em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.gam.generalized_additive_model.LogitGam.cov_params_func_l1" title="Permalink to this definition">¶</a></dt>
<dd><p>Computes cov_params on a reduced parameter space
corresponding to the nonzero parameters resulting from the
l1 regularized fit.</p>
<p>Returns a full cov_params matrix, with entries corresponding
to zero’d values set to np.nan.</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.gam.generalized_additive_model.LogitGam.cdf.html"
title="previous chapter">statsmodels.gam.generalized_additive_model.LogitGam.cdf</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="statsmodels.gam.generalized_additive_model.LogitGam.fit.html"
title="next chapter">statsmodels.gam.generalized_additive_model.LogitGam.fit</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/generated/statsmodels.gam.generalized_additive_model.LogitGam.cov_params_func_l1.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">
© Copyright 2009-2018, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.2.
</div>
</body>
</html>
|
statsmodels/statsmodels.github.io
|
v0.10.1/generated/statsmodels.gam.generalized_additive_model.LogitGam.cov_params_func_l1.html
|
HTML
|
bsd-3-clause
| 7,900
|
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>check_units — MetPy 0.5.1</title>
<link rel="shortcut icon" href="../../_static/metpy_32x32.ico"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/api/generated/metpy.units.check_units.html"/>
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/gallery.css" type="text/css" />
<link rel="stylesheet" href="../../_static/theme_override.css" type="text/css" />
<link rel="index" title="Index"
href="../../genindex.html"/>
<link rel="search" title="Search" href="../../search.html"/>
<link rel="top" title="MetPy 0.5.1" href="../../index.html"/>
<link rel="up" title="units" href="metpy.units.html"/>
<link rel="next" title="concatenate" href="metpy.units.concatenate.html"/>
<link rel="prev" title="atleast_2d" href="metpy.units.atleast_2d.html"/>
<script src="../../_static/js/modernizr.min.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="../../index.html" class="icon icon-home"> MetPy
<img src="../../_static/metpy_150x150.png" class="logo" />
</a>
<div class="version">
0.5.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../installguide.html">Installation Guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../units.html">Unit Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../examples/index.html">MetPy Examples</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../tutorials/index.html">MetPy Tutorials</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">The MetPy API</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="metpy.constants.html">constants</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="metpy.units.html">units</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="metpy.units.atleast_1d.html">atleast_1d</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.units.atleast_2d.html">atleast_2d</a></li>
<li class="toctree-l3 current"><a class="current reference internal" href="#">check_units</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.units.concatenate.html">concatenate</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.units.iterable.html">iterable</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.units.masked_array.html">masked_array</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.units.PintConverter.html">PintConverter</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.units.DimensionalityError.html">DimensionalityError</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.units.UndefinedUnitError.html">UndefinedUnitError</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="metpy.io.html">io</a></li>
<li class="toctree-l2"><a class="reference internal" href="metpy.io.cdm.html">cdm</a></li>
<li class="toctree-l2"><a class="reference internal" href="metpy.calc.html">calc</a></li>
<li class="toctree-l2"><a class="reference internal" href="metpy.plots.html">plots</a></li>
<li class="toctree-l2"><a class="reference internal" href="metpy.plots.ctables.html">ctables</a></li>
<li class="toctree-l2"><a class="reference internal" href="metpy.gridding.html">gridding</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../../developerguide.html">Developer’s Guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../citing.html">Citing MetPy</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../references.html">References</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">MetPy</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html">Docs</a> »</li>
<li><a href="../index.html">The MetPy API</a> »</li>
<li><a href="metpy.units.html">units</a> »</li>
<li>check_units</li>
<li class="wy-breadcrumbs-aside">
<a href="../../_sources/api/generated/metpy.units.check_units.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="check-units">
<h1>check_units<a class="headerlink" href="#check-units" title="Permalink to this headline">¶</a></h1>
<dl class="function">
<dt id="metpy.units.check_units">
<code class="descclassname">metpy.units.</code><code class="descname">check_units</code><span class="sig-paren">(</span><em>*units_by_pos</em>, <em>**units_by_name</em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/metpy/units.html#check_units"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#metpy.units.check_units" title="Permalink to this definition">¶</a></dt>
<dd><p>Create a decorator to check units of function arguments.</p>
</dd></dl>
<div style='clear:both'></div></div>
</div>
<div class="articleComments">
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="metpy.units.concatenate.html" class="btn btn-neutral float-right" title="concatenate" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="metpy.units.atleast_2d.html" class="btn btn-neutral" title="atleast_2d" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2016, MetPy Developers.
Last updated on Jul 01, 2017 at 19:04:50.
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-92978945-1', 'auto');
ga('send', 'pageview');
</script>
<p>Do you enjoy using MetPy?
<a href="https://saythanks.io/to/unidata" class="btn btn-neutral" title="Installation Guide" accesskey="n">Say Thanks!</a>
</p>
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../',
VERSION:'0.5.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="../../_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
</body>
</html>
|
metpy/MetPy
|
v0.5/api/generated/metpy.units.check_units.html
|
HTML
|
bsd-3-clause
| 9,688
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>String - Itsa</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="../assets/css/logo.png" title="Itsa"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 0.0.1</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/Array.html">Array</a></li>
<li><a href="../classes/Constrain.html">Constrain</a></li>
<li><a href="../classes/DB.html">DB</a></li>
<li><a href="../classes/DD.html">DD</a></li>
<li><a href="../classes/Dialog.html">Dialog</a></li>
<li><a href="../classes/document.html">document</a></li>
<li><a href="../classes/Element.html">Element</a></li>
<li><a href="../classes/ElementArray.html">ElementArray</a></li>
<li><a href="../classes/Event.html">Event</a></li>
<li><a href="../classes/Event.Emitter.html">Event.Emitter</a></li>
<li><a href="../classes/Event.Listener.html">Event.Listener</a></li>
<li><a href="../classes/FocusManager.html">FocusManager</a></li>
<li><a href="../classes/Function.html">Function</a></li>
<li><a href="../classes/HTMLButtonElement.html">HTMLButtonElement</a></li>
<li><a href="../classes/HTMLElement.html">HTMLElement</a></li>
<li><a href="../classes/HTMLInputElement.html">HTMLInputElement</a></li>
<li><a href="../classes/Icons.html">Icons</a></li>
<li><a href="../classes/IndexedDB.html">IndexedDB</a></li>
<li><a href="../classes/IO.html">IO</a></li>
<li><a href="../classes/ITSA.html">ITSA</a></li>
<li><a href="../classes/JSON.html">JSON</a></li>
<li><a href="../classes/LocalStorage.html">LocalStorage</a></li>
<li><a href="../classes/Math.html">Math</a></li>
<li><a href="../classes/Messages.html">Messages</a></li>
<li><a href="../classes/Node.html">Node</a></li>
<li><a href="../classes/NodePlugin.html">NodePlugin</a></li>
<li><a href="../classes/NS-vdom.html">NS-vdom</a></li>
<li><a href="../classes/Object.html">Object</a></li>
<li><a href="../classes/Panel.html">Panel</a></li>
<li><a href="../classes/Promise.html">Promise</a></li>
<li><a href="../classes/Scrollable.html">Scrollable</a></li>
<li><a href="../classes/Storage.html">Storage</a></li>
<li><a href="../classes/String.html">String</a></li>
<li><a href="../classes/SVGElement.html">SVGElement</a></li>
<li><a href="../classes/Uploader.html">Uploader</a></li>
<li><a href="../classes/USERAGENT.html">USERAGENT</a></li>
<li><a href="../classes/Utils.html">Utils</a></li>
<li><a href="../classes/vnode.html">vnode</a></li>
<li><a href="../classes/window.html">window</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/attribute-extractor.html">attribute-extractor</a></li>
<li><a href="../modules/client-db.html">client-db</a></li>
<li><a href="../modules/client-storage.html">client-storage</a></li>
<li><a href="../modules/constrain.html">constrain</a></li>
<li><a href="../modules/dialog.html">dialog</a></li>
<li><a href="../modules/drag.html">drag</a></li>
<li><a href="../modules/drag-drop.html">drag-drop</a></li>
<li><a href="../modules/element-array.html">element-array</a></li>
<li><a href="../modules/event.html">event</a></li>
<li><a href="../modules/event-blurnode.html">event-blurnode</a></li>
<li><a href="../modules/event-dom.html">event-dom</a></li>
<li><a href="../modules/event-emitter.html">event-emitter</a></li>
<li><a href="../modules/event-focusnode.html">event-focusnode</a></li>
<li><a href="../modules/event-hover.html">event-hover</a></li>
<li><a href="../modules/event-listener.html">event-listener</a></li>
<li><a href="../modules/event-mobile.html">event-mobile</a></li>
<li><a href="../modules/extend-document.html">extend-document</a></li>
<li><a href="../modules/extend-element.html">extend-element</a></li>
<li><a href="../modules/focusmanager.html">focusmanager</a></li>
<li><a href="../modules/html-parser.html">html-parser</a></li>
<li><a href="../modules/icons.html">icons</a></li>
<li><a href="../modules/indexeddb.html">indexeddb</a></li>
<li><a href="../modules/io.html">io</a></li>
<li><a href="../modules/io-assets.html">io-assets</a></li>
<li><a href="../modules/io-cors.html">io-cors</a></li>
<li><a href="../modules/io-filetransfer.html">io-filetransfer</a></li>
<li><a href="../modules/io-jsonp.html">io-jsonp</a></li>
<li><a href="../modules/io-transfer.html">io-transfer</a></li>
<li><a href="../modules/io-xml.html">io-xml</a></li>
<li><a href="../modules/itsa.build.html">itsa.build</a></li>
<li><a href="../modules/js-ext.html">js-ext</a></li>
<li><a href="../modules/lib_array.js.html">lib/array.js</a></li>
<li><a href="../modules/lib_function.js.html">lib/function.js</a></li>
<li><a href="../modules/lib_json.js.html">lib/json.js</a></li>
<li><a href="../modules/lib_math.js.html">lib/math.js</a></li>
<li><a href="../modules/lib_object.js.html">lib/object.js</a></li>
<li><a href="../modules/lib_promise.s.html">lib/promise.s</a></li>
<li><a href="../modules/lib_string.js.html">lib/string.js</a></li>
<li><a href="../modules/localstorage.html">localstorage</a></li>
<li><a href="../modules/messages.html">messages</a></li>
<li><a href="../modules/node-parser.html">node-parser</a></li>
<li><a href="../modules/node-plugin.html">node-plugin</a></li>
<li><a href="../modules/node-win.html">node-win</a></li>
<li><a href="../modules/panel.html">panel</a></li>
<li><a href="../modules/scrollable.html">scrollable</a></li>
<li><a href="../modules/uploader.html">uploader</a></li>
<li><a href="../modules/useragent.html">useragent</a></li>
<li><a href="../modules/utils.html">utils</a></li>
<li><a href="../modules/vdom.html">vdom</a></li>
<li><a href="../modules/vdom-ns.html">vdom-ns</a></li>
<li><a href="../modules/vnode.html">vnode</a></li>
<li><a href="../modules/window-ext.html">window-ext</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1>String Class</h1>
<div class="box meta">
<div class="foundat">
Defined in: <a href="../files/src_itsa-jsext_lib_string.js.html#l1"><code>src/itsa-jsext/lib/string.js:1</code></a>
</div>
Module: <a href="../modules/lib_string.js.html">lib/string.js</a><br>
Parent Module: <a href="../modules/js-ext.html">js-ext</a>
</div>
<div class="box intro">
<p>Pollyfils for often used functionality for Strings
<i>Copyright (c) 2014 ITSA - <a href="https://github.com/itsa">https://github.com/itsa</a></i>
New BSD License - <a href="http://choosealicense.com/licenses/bsd-3-clause/">http://choosealicense.com/licenses/bsd-3-clause/</a></p>
</div>
<div 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 methods"><a href="#methods">Methods</a></li>
</ul>
<div>
<div id="index" class="api-class-tabpanel index">
<h2 class="off-left">Item Index</h2>
<div class="index-section methods">
<h3>Methods</h3>
<ul class="index-list methods">
<li class="index-item method">
<a href="#method_itsa_contains">itsa_contains</a>
</li>
<li class="index-item method">
<a href="#method_itsa_endsWith">itsa_endsWith</a>
</li>
<li class="index-item method">
<a href="#method_itsa_isParsable">itsa_isParsable</a>
</li>
<li class="index-item method">
<a href="#method_itsa_isValidBoolean">itsa_isValidBoolean</a>
</li>
<li class="index-item method">
<a href="#method_itsa_isValidDate">itsa_isValidDate</a>
</li>
<li class="index-item method">
<a href="#method_itsa_isValidEmail">itsa_isValidEmail</a>
</li>
<li class="index-item method">
<a href="#method_itsa_isValidFloat">itsa_isValidFloat</a>
</li>
<li class="index-item method">
<a href="#method_itsa_isValidHexaColor">itsa_isValidHexaColor</a>
</li>
<li class="index-item method">
<a href="#method_itsa_isValidNumber">itsa_isValidNumber</a>
</li>
<li class="index-item method">
<a href="#method_itsa_isValidURL">itsa_isValidURL</a>
</li>
<li class="index-item method">
<a href="#method_itsa_replace">itsa_replace</a>
</li>
<li class="index-item method">
<a href="#method_itsa_replaceAll">itsa_replaceAll</a>
</li>
<li class="index-item method">
<a href="#method_itsa_startsWith">itsa_startsWith</a>
</li>
<li class="index-item method">
<a href="#method_itsa_substitute">itsa_substitute</a>
</li>
<li class="index-item method">
<a href="#method_itsa_toDate">itsa_toDate</a>
</li>
<li class="index-item method">
<a href="#method_itsa_trim">itsa_trim</a>
</li>
<li class="index-item method">
<a href="#method_itsa_trimLeft">itsa_trimLeft</a>
</li>
<li class="index-item method">
<a href="#method_itsa_trimRight">itsa_trimRight</a>
</li>
</ul>
</div>
</div>
<div id="methods" class="api-class-tabpanel">
<h2 class="off-left">Methods</h2>
<div id="method_itsa_contains" class="method item">
<h3 class="name"><code>itsa_contains</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>substring</code>
</li>
<li class="arg">
<code class="optional">[caseInsensitive=false]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l36"><code>src/itsa-jsext/lib/string.js:36</code></a>
</p>
</div>
<div class="description">
<p>Checks whether the substring is part if this String.
Alias for (String.indexOf(substring) > -1)</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">substring</code>
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>
<div class="param-description">
<p>the substring to test for</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[caseInsensitive=false]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>whether to ignore case-sensivity</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
<p>whether the substring is found</p>
</div>
</div>
</div>
<div id="method_itsa_endsWith" class="method item">
<h3 class="name"><code>itsa_endsWith</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>test</code>
</li>
<li class="arg">
<code class="optional">[caseInsensitive=false]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l49"><code>src/itsa-jsext/lib/string.js:49</code></a>
</p>
</div>
<div class="description">
<p>Checks if the string ends with the value specified by <code>test</code></p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">test</code>
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>
<div class="param-description">
<p>the string to test for</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[caseInsensitive=false]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>whether to ignore case-sensivity</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
<p>whether the string ends with <code>test</code></p>
</div>
</div>
</div>
<div id="method_itsa_isParsable" class="method item">
<h3 class="name"><code>itsa_isParsable</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l62"><code>src/itsa-jsext/lib/string.js:62</code></a>
</p>
</div>
<div class="description">
<p>Checks if the string can be parsed into a number when using <code>parseInt()</code></p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
<p>whether the string is parsable</p>
</div>
</div>
</div>
<div id="method_itsa_isValidBoolean" class="method item">
<h3 class="name"><code>itsa_isValidBoolean</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l226"><code>src/itsa-jsext/lib/string.js:226</code></a>
</p>
</div>
<div class="description">
<p>Validates if the String's value represents a valid boolean.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
<p>whether the String's value is a valid boolean.</p>
</div>
</div>
</div>
<div id="method_itsa_isValidDate" class="method item">
<h3 class="name"><code>itsa_isValidDate</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l242"><code>src/itsa-jsext/lib/string.js:242</code></a>
</p>
</div>
<div class="description">
<p>Validates if the String's value represents a valid Date.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
<p>whether the String's value is a valid Date object.</p>
</div>
</div>
</div>
<div id="method_itsa_isValidEmail" class="method item">
<h3 class="name"><code>itsa_isValidEmail</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l184"><code>src/itsa-jsext/lib/string.js:184</code></a>
</p>
</div>
<div class="description">
<p>Validates if the String's value represents a valid emailaddress.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
<p>whether the String's value is a valid emailaddress.</p>
</div>
</div>
</div>
<div id="method_itsa_isValidFloat" class="method item">
<h3 class="name"><code>itsa_isValidFloat</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code class="optional">[comma]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l194"><code>src/itsa-jsext/lib/string.js:194</code></a>
</p>
</div>
<div class="description">
<p>Validates if the String's value represents a valid floated number.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[comma]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>whether to use a comma as decimal separator instead of a dot</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
<p>whether the String's value is a valid floated number.</p>
</div>
</div>
</div>
<div id="method_itsa_isValidHexaColor" class="method item">
<h3 class="name"><code>itsa_isValidHexaColor</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code class="optional">[alpha=false]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l205"><code>src/itsa-jsext/lib/string.js:205</code></a>
</p>
</div>
<div class="description">
<p>Validates if the String's value represents a hexadecimal color.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[alpha=false]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>whether to accept alpha transparancy</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
<p>whether the String's value is a valid hexadecimal color.</p>
</div>
</div>
</div>
<div id="method_itsa_isValidNumber" class="method item">
<h3 class="name"><code>itsa_isValidNumber</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l216"><code>src/itsa-jsext/lib/string.js:216</code></a>
</p>
</div>
<div class="description">
<p>Validates if the String's value represents a valid integer number.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
<p>whether the String's value is a valid integer number.</p>
</div>
</div>
</div>
<div id="method_itsa_isValidURL" class="method item">
<h3 class="name"><code>itsa_isValidURL</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code class="optional">[options]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l252"><code>src/itsa-jsext/lib/string.js:252</code></a>
</p>
</div>
<div class="description">
<p>Validates if the String's value represents a valid URL.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[options]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
</div>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[http]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>to force matching starting with <code>http://</code></p>
</div>
</li>
<li class="param">
<code class="param-name optional">[https]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>to force matching starting with <code>https://</code></p>
</div>
</li>
</ul>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
<p>whether the String's value is a valid URL.</p>
</div>
</div>
</div>
<div id="method_itsa_replace" class="method item">
<h3 class="name"><code>itsa_replace</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>search</code>
</li>
<li class="arg">
<code>replacement</code>
</li>
<li class="arg">
<code class="optional">[caseInsensitive=false]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l156"><code>src/itsa-jsext/lib/string.js:156</code></a>
</p>
</div>
<div class="description">
<p>Replaces search-characters by a replacement. Replaces only the firts occurence.
Does not alter the String itself, but returns a new String with the replacement.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">search</code>
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>
<div class="param-description">
<p>the character(s) to be replaced</p>
</div>
</li>
<li class="param">
<code class="param-name">replacement</code>
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>
<div class="param-description">
<p>the replacement</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[caseInsensitive=false]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>whether to do search case-insensitive</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>:
<p>new String with the replacement</p>
</div>
</div>
</div>
<div id="method_itsa_replaceAll" class="method item">
<h3 class="name"><code>itsa_replaceAll</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>search</code>
</li>
<li class="arg">
<code>replacement</code>
</li>
<li class="arg">
<code class="optional">[caseInsensitive=false]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l170"><code>src/itsa-jsext/lib/string.js:170</code></a>
</p>
</div>
<div class="description">
<p>Replaces search-characters by a replacement. Replaces all occurences.
Does not alter the String itself, but returns a new String with the replacements.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">search</code>
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>
<div class="param-description">
<p>the character(s) to be replaced</p>
</div>
</li>
<li class="param">
<code class="param-name">replacement</code>
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>
<div class="param-description">
<p>the replacement</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[caseInsensitive=false]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>whether to do search case-insensitive</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>:
<p>new String with the replacements</p>
</div>
</div>
</div>
<div id="method_itsa_startsWith" class="method item">
<h3 class="name"><code>itsa_startsWith</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>test</code>
</li>
<li class="arg">
<code class="optional">[caseInsensitive=false]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l75"><code>src/itsa-jsext/lib/string.js:75</code></a>
</p>
</div>
<div class="description">
<p>Checks if the string starts with the value specified by <code>test</code></p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">test</code>
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>
<div class="param-description">
<p>the string to test for</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[caseInsensitive=false]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>whether to ignore case-sensivity</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
<p>whether the string starts with <code>test</code></p>
</div>
</div>
</div>
<div id="method_itsa_substitute" class="method item">
<h3 class="name"><code>itsa_substitute</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>obj</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l88"><code>src/itsa-jsext/lib/string.js:88</code></a>
</p>
</div>
<div class="description">
<p>Performs <code>{placeholder}</code> substitution on a string. The object passed
provides values to replace the <code>{placeholder}</code>s.
<code>{placeholder}</code> token names must match property names of the object.</p>
<p><code>{placeholder}</code> tokens that are undefined on the object map will be removed.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">obj</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>Object containing replacement values.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>:
<p>the substitute result.</p>
</div>
</div>
<div class="example">
<h4>Example:</h4>
<div class="example-content">
<p>var greeting = '{message} {who}!';
greeting.itsa_substitute({message: 'Hello'}); // results into 'Hello !'</p>
</div>
</div>
</div>
<div id="method_itsa_toDate" class="method item">
<h3 class="name"><code>itsa_toDate</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date" class="crosslink external" target="_blank">Date</a> | Null</span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l109"><code>src/itsa-jsext/lib/string.js:109</code></a>
</p>
</div>
<div class="description">
<p>Returns a ISO-8601 Date-object build by the String's value.
If the String-value doesn't match ISO-8601, <code>null</code> will be returned.</p>
<p>ISO-8601 Date's are generated by JSON.stringify(), so it's very handy to be able to reconvert them.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date" class="crosslink external" target="_blank">Date</a> | Null</span>:
<p>the Date represented by the String's value or null when invalid</p>
</div>
</div>
<div class="example">
<h4>Example:</h4>
<div class="example-content">
<p>var birthday = '2010-02-10T14:45:30.000Z';
birthday.itsa_toDate(); // --> Wed Feb 10 2010 15:45:30 GMT+0100 (CET)</p>
</div>
</div>
</div>
<div id="method_itsa_trim" class="method item">
<h3 class="name"><code>itsa_trim</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l126"><code>src/itsa-jsext/lib/string.js:126</code></a>
</p>
</div>
<div class="description">
<p>Generated the string without any white-spaces at the start or end.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>:
<p>new String without leading and trailing white-spaces</p>
</div>
</div>
</div>
<div id="method_itsa_trimLeft" class="method item">
<h3 class="name"><code>itsa_trimLeft</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l136"><code>src/itsa-jsext/lib/string.js:136</code></a>
</p>
</div>
<div class="description">
<p>Generated the string without any white-spaces at the beginning.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>:
<p>new String without leading white-spaces</p>
</div>
</div>
</div>
<div id="method_itsa_trimRight" class="method item">
<h3 class="name"><code>itsa_trimRight</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_itsa-jsext_lib_string.js.html#l146"><code>src/itsa-jsext/lib/string.js:146</code></a>
</p>
</div>
<div class="description">
<p>Generated the string without any white-spaces at the end.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/String.html" class="crosslink">String</a></span>:
<p>new String without trailing white-spaces</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
|
ItsAsbreuk/itsa.github.io
|
api/classes/String.html
|
HTML
|
bsd-3-clause
| 60,774
|
<!DOCTYPE html>
<style>
.spacer {
height: 1000px;
width: 1000px;
}
#scroller, body {
height: 100px;
width: 100px;
overflow: scroll;
}
</style>
<body class=scroller>
<div id=console></div>
<div id=scroller>
<div class=spacer></div>
</div>
<div class=spacer></div>
</body>
<script src="../../resources/js-test.js"></script>
<script>
description("Verifies that scrolling APIs support fractional offsets.");
// Note we current support fractional scrolling only for the special case of
// browser zoom. When http://crbug.com/414283 is fixed, we should test
// other cases like device scale.
// FIXME: Make this smaller. crbug.com/414283.
var floatPrecision = 0.01;
function testScroll(scrollOffset) {
debug('Scrolling DIV with scrollTop/scrollLeft');
scroller.scrollTop = scrollOffset;
shouldBeCloseTo('scroller.scrollTop', scrollOffset, floatPrecision);
scroller.scrollLeft = scrollOffset;
shouldBeCloseTo('scroller.scrollLeft', scrollOffset, floatPrecision);
// Note that the body element is a special case - we don't attempt to
// test it here as it's semantics are in flux (http://goo.gl/BFHtMR).
debug('Scrolling the document with window.scroll');
window.scroll(0,0);
scrollOffset++;
window.scroll(scrollOffset, scrollOffset);
shouldBeCloseTo('window.scrollY', scrollOffset, floatPrecision);
shouldBeCloseTo('window.scrollX', scrollOffset, floatPrecision);
debug('Scrolling the document with window.scrollTo');
window.scroll(0,0);
window.scrollTo(scrollOffset, scrollOffset);
shouldBeCloseTo('window.pageYOffset', scrollOffset, floatPrecision);
shouldBeCloseTo('window.pageXOffset', scrollOffset, floatPrecision);
debug('Scrolling the document with window.scrollBy');
window.scroll(1,1);
window.scrollBy(scrollOffset - 1, scrollOffset - 1);
shouldBeCloseTo('window.scrollY', scrollOffset, floatPrecision);
shouldBeCloseTo('window.scrollX', scrollOffset, floatPrecision);
debug('');
}
function testPageZoom(zoom) {
debug('---- Testing page zoom = ' + zoom + ' ----');
eventSender.setPageZoomFactor(zoom);
testScroll(4);
testScroll(4.5);
}
testScroll(4.2);
testPageZoom(2);
</script>
|
smilusingjavascript/blink
|
LayoutTests/fast/scrolling/scrolling-apis-subpixel.html
|
HTML
|
bsd-3-clause
| 2,223
|
<router-outlet></router-outlet>
<h1>{{blogPost.title}}</h1>
<div class="d-block" [innerHTML]="blogPost.body"></div>
|
jonzielen/zielenkievicz
|
src/app/blog-post/blog-post.component.html
|
HTML
|
bsd-3-clause
| 118
|
<!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>suggestion</title>
<!--qunit js -->
<script type="text/javascript" src="../../../tools/jquery-1.3.2.js">
</script>
<script type="text/javascript" src="../../../tools/testrunner.js">
</script>
<link media="screen" href="../../../tools/testsuite.css" type="text/css"
rel="stylesheet" />
<script type="text/javascript" src="../../../tools/include.js"></script>
<script>
var interfaces = {
cases : [
"js/tools.js",
"js/create.js",
"js/Suggestion.js",
"js/Suggestion$data.js",
"js/Suggestion$fixWidth.js",
"js/Suggestion$input.js"
],
tangramsrc:[]
};
include(interfaces);
</script>
</head>
<body>
<h1 id="qunit-header">ui suggestion test</h1>
<h2 id="qunit-banner"></h2>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
</body>
</html>
|
BaiduFE/Tangram-component
|
test/baidu/ui/Suggestion/test.html
|
HTML
|
bsd-3-clause
| 1,074
|
<footer class="footer">
<div class="wrap">
<p class="footer__text">{{ site.data.settings.footer_settings.footer_tagline }}</p>
<div class="footer__copyright">
<span>© {{ 'now' | date: "%Y" }} {{ site.data.settings.basic_settings.site_title }}</span>
<a href="https://jekyllthemes.io" target="_blank">Jekyll Themes</a>
</div>
{% include socials.html %}
</div>
</footer>
|
rfalford12/rfalford12.github.io
|
_includes/footer.html
|
HTML
|
mit
| 391
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>dispatch</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="../reference.html" title="Reference">
<link rel="prev" href="disable_cancellation.html" title="disable_cancellation">
<link rel="next" href="dispatch/overload1.html" title="dispatch (1 of 3 overloads)">
</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="disable_cancellation.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.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="dispatch/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="boost_asio.reference.dispatch"></a><a class="link" href="dispatch.html" title="dispatch">dispatch</a>
</h3></div></div></div>
<p>
<a class="indexterm" name="boost_asio.indexterm.dispatch"></a>
Submits a completion token or function
object for execution.
</p>
<pre class="programlisting">template<
typename CompletionToken>
<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.automatic_deduction_of_initiating_function_return_type"><span class="emphasis"><em>DEDUCED</em></span></a> <a class="link" href="dispatch/overload1.html" title="dispatch (1 of 3 overloads)">dispatch</a>(
CompletionToken && token);
<span class="emphasis"><em>» <a class="link" href="dispatch/overload1.html" title="dispatch (1 of 3 overloads)">more...</a></em></span>
template<
typename <a class="link" href="Executor1.html" title="Executor requirements">Executor</a>,
typename CompletionToken = <a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.default_completion_tokens"><span class="emphasis"><em>DEFAULT</em></span></a>>
<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.automatic_deduction_of_initiating_function_return_type"><span class="emphasis"><em>DEDUCED</em></span></a> <a class="link" href="dispatch/overload2.html" title="dispatch (2 of 3 overloads)">dispatch</a>(
const Executor & ex,
CompletionToken && token = <a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.default_completion_tokens"><span class="emphasis"><em>DEFAULT</em></span></a>,
typename constraint< execution::is_executor< Executor >::value||is_executor< Executor >::value >::type = 0);
<span class="emphasis"><em>» <a class="link" href="dispatch/overload2.html" title="dispatch (2 of 3 overloads)">more...</a></em></span>
template<
typename ExecutionContext,
typename CompletionToken = <a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.default_completion_tokens"><span class="emphasis"><em>DEFAULT</em></span></a>>
<a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.automatic_deduction_of_initiating_function_return_type"><span class="emphasis"><em>DEDUCED</em></span></a> <a class="link" href="dispatch/overload3.html" title="dispatch (3 of 3 overloads)">dispatch</a>(
ExecutionContext & ctx,
CompletionToken && token = <a class="link" href="asynchronous_operations.html#boost_asio.reference.asynchronous_operations.default_completion_tokens"><span class="emphasis"><em>DEFAULT</em></span></a>,
typename constraint< is_convertible< ExecutionContext &, execution_context & >::value >::type = 0);
<span class="emphasis"><em>» <a class="link" href="dispatch/overload3.html" title="dispatch (3 of 3 overloads)">more...</a></em></span>
</pre>
<h5>
<a name="boost_asio.reference.dispatch.h0"></a>
<span class="phrase"><a name="boost_asio.reference.dispatch.requirements"></a></span><a class="link" href="dispatch.html#boost_asio.reference.dispatch.requirements">Requirements</a>
</h5>
<p>
<span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/dispatch.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 © 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="disable_cancellation.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.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="dispatch/overload1.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/dispatch.html
|
HTML
|
mit
| 6,239
|
<div>
<h1>Widgets Sample</h1>
<div data-bind="expander:{items:projects}">
<h3 data-part="header">Project: <span data-bind="text: name"></span></h3>
</div>
<button class="btn" data-bind="click: addNewProject">Add</button>
</div>
|
biggeorge9900/tomato
|
samples/widgets/index.html
|
HTML
|
mit
| 260
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- React -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react-dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.34/browser.min.js"></script>
<!-- UU5 -->
<!-- <link rel="stylesheet" href="../../lib/uu5/uu5-03.min.css" /> -->
<script type="application/javascript" src="../../lib/uu5g03/uu5g03.min.js"></script>
<title>Example UU5.Bricks.Box 04</title>
</head>
<body>
<div id="renderHere"></div>
<script type="text/babel">
var Page = React.createClass({
statics: {
pageHeader: "Příklad UU5.Bricks.Box 04",
pageFooter: "Vytvořeno pomocí frameworku <UU5.DocKit.Bricks.LinkUU5/>",
sourceCode: "exampleUU5BricksBox04.html"
},
render() {
return (
<UU5.Layout.Root>
{/*@@viewOn:0*/}
<UU5.Bricks.Box
colorSchema='info'
disableClick
ref_={(box) => this._box = box}
infoContent={
<div>
<UU5.Bricks.Button
content={<UU5.Bricks.Glyphicon content='neco' glyphicon='glyphicon-remove-circle' />}
onClick={() => this._box.closeInfo(() => alert('closed with closeInfo()'))}
/>
<UU5.Bricks.Span content=' Close with closeInfo() method' />
</div>
}
>
<UU5.Bricks.TouchIcon onClick={() => this._box.openInfo()} />
<UU5.Bricks.Span
content='This box has disabledClick property, you can open the modal by clicking the TouchIcon ' />
</UU5.Bricks.Box>
<UU5.Bricks.Box
colorSchema='orange'
ref_={(box) => this._secondBox = box}
infoHeader='This is infoHeader'
content='This Box has dynamic content of its modal windnow.'
infoContent={<UU5.Bricks.Well colorSchema='warning'> This is the content from props</UU5.Bricks.Well>}
/>
<br />
<UU5.Bricks.Button
colorSchema='danger'
content='second Box - new content'
onClick={() => this._secondBox.openInfo({
content: <UU5.Bricks.Well colorSchema='danger'
content='New content!!!' />
})}
/>
<UU5.Bricks.Button
colorSchema='warning'
content='second Box - original content'
onClick={() => this._secondBox.openInfo({ content: this._secondBox.props.infoContent })}
/>
{/*@@viewOff:0*/}
</UU5.Layout.Root>
)
}
}
);
ReactDOM.render(React.createElement(Page, null), document.getElementById('renderHere'));
</script>
</body>
</html>
|
UnicornCollege/ucl.itkpd.configurator
|
client/node_modules/uu5g03/doc/main/server/public/data/examples/exampleUU5BricksBox04.html
|
HTML
|
mit
| 3,585
|
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="../../../../css/bootstrap.min.css">
<link rel="stylesheet" href="../../../../css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body ng-app="animationAnchor">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#/">Home</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Bla</a></li>
<li><a href="#">Bla</a></li>
</ul>
</div>
</div>
</nav>
<div class="view" ui-view></div>
<script type="text/javascript" src="../../../../js/jquery.min.js"></script>
<script type="text/javascript" src="../../../../js/bootstrap.min.js"></script>
<script type="text/javascript" src="../../../../js/angular.min.js"></script>
<script type="text/javascript" src="../../../js/angular-animate.min.js"></script>
<script type="text/javascript" src="../../../js/angular-ui-router.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html>
|
dabeng/amiable-angularjs
|
source-code/angularjs-and-ui-design/view/animation/animation-anchor/index.html
|
HTML
|
mit
| 1,164
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_71) on Wed Mar 18 19:08:13 PDT 2015 -->
<title>Assignment</title>
<meta name="date" content="2015-03-18">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Assignment";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../assignment/AssignmentCategory.html" title="class in assignment"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?assignment/Assignment.html" target="_top">Frames</a></li>
<li><a href="Assignment.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: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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">assignment</div>
<h2 title="Interface Assignment" class="title">Interface Assignment</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="../util/GraderObject.html" title="interface in util">GraderObject</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">Assignment</span>
extends <a href="../util/GraderObject.html" title="interface in util">GraderObject</a></pre>
<div class="block">An Assignment has a category, a collection of submissions and a
collection of assignment grades.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../assignment/AssignmentCategory.html" title="class in assignment">AssignmentCategory</a></code></td>
<td class="colLast"><code><strong><a href="../assignment/Assignment.html#getCategory()">getCategory</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Collection<<a href="../assignment/AssignmentGrade.html" title="class in assignment">AssignmentGrade</a>></code></td>
<td class="colLast"><code><strong><a href="../assignment/Assignment.html#getGrades()">getGrades</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Collection<<a href="../assignment/AssignmentSubmission.html" title="class in assignment">AssignmentSubmission</a>></code></td>
<td class="colLast"><code><strong><a href="../assignment/Assignment.html#getSubmissions()">getSubmissions</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getCategory()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCategory</h4>
<pre><a href="../assignment/AssignmentCategory.html" title="class in assignment">AssignmentCategory</a> getCategory()</pre>
</li>
</ul>
<a name="getSubmissions()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSubmissions</h4>
<pre>java.util.Collection<<a href="../assignment/AssignmentSubmission.html" title="class in assignment">AssignmentSubmission</a>> getSubmissions()</pre>
</li>
</ul>
<a name="getGrades()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getGrades</h4>
<pre>java.util.Collection<<a href="../assignment/AssignmentGrade.html" title="class in assignment">AssignmentGrade</a>> getGrades()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../assignment/AssignmentCategory.html" title="class in assignment"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?assignment/Assignment.html" target="_top">Frames</a></li>
<li><a href="Assignment.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: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
7imeout/Grader-OLD
|
specification/.javadoc/assignment/Assignment.html
|
HTML
|
mit
| 7,692
|
<link rel="import" href="../../bower_components/polymer/polymer-element.html">
<link rel="import" href="../../bower_components/polymer/lib/mixins/gesture-event-listeners.html">
<link rel="import" href="../../bower_components/plastic-image/plastic-image.html">
<link rel="import" href="../../bower_components/iron-icon/iron-icon.html">
<link rel="import" href="../mixins/utils-functions.html">
<link rel="import" href="../mixins/redux-mixin.html">
<link rel="import" href="../mixins/speakers-hoc.html">
<link rel="import" href="../elements/text-truncate.html">
<link rel="import" href="./shared-styles.html">
<dom-module id="speakers-block">
<template>
<style is="custom-style" include="shared-styles flex flex-alignment positioning"></style>
<style>
:host {
display: block;
}
.speakers-wrapper {
margin: 40px 0 32px;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 32px 16px;
}
.speaker {
text-align: center;
cursor: pointer;
}
.photo {
width: 72px;
height: 72px;
background-color: var(--accent-color);
border-radius: 50%;
overflow: hidden;
transform: translateZ(0);
}
.badges {
position: absolute;
top: 0;
left: calc(50% + 24px);
}
.badge {
margin-left: -10px;
width: 24px;
height: 24px;
border-radius: 50%;
border: 2px solid #fff;
transition: transform var(--animation);
}
.badge:hover {
transform: scale(1.1);
}
.badge:nth-of-type(2) {
transform: translate(0, 100%);
}
.badge:nth-of-type(2):hover {
transform: translate3d(0, 100%, 20px) scale(1.1);
}
.badge-icon {
--iron-icon-width: 12px;
--iron-icon-height: 12px;
color: #fff;
}
.company-logo {
margin-top: 6px;
width: 100%;
height: 16px;
}
.description {
color: var(--primary-text-color);
}
.name {
margin-top: 8px;
line-height: 1.1;
}
.origin {
margin-top: 4px;
font-size: 14px;
line-height: 1.1;
}
.cta-button {
margin-top: 24px;
}
@media (min-width: 640px) {
.photo {
width: 128px;
height: 128px;
}
.name {
font-size: 24px;
}
}
@media (min-width: 812px) {
.speakers-wrapper {
grid-template-columns: repeat(3, 1fr);
}
.speaker:last-of-type {
display: none;
}
.badges {
left: calc(50% + 32px);
}
.badge:nth-of-type(2) {
transform: translate(25%, 75%);
}
.badge:nth-of-type(2):hover {
transform: translate3d(25%, 75%, 20px) scale(1.1);
}
}
@media (min-width: 1024px) {
.speakers-wrapper {
grid-template-columns: repeat(4, 1fr);
}
.speaker:last-of-type {
display: block;
}
}
</style>
<div class="container">
<h1 class="container-title">{$ speakersBlock.title $}</h1>
<div class="speakers-wrapper">
<template is="dom-repeat" items="[[featuredSpeakers]]" as="speaker">
<div class="speaker"
on-tap="_openSpeaker"
ga-on="click"
ga-event-category="speaker"
ga-event-action="open details"
ga-event-label$="[[speaker.name]]">
<div relative>
<plastic-image
class="photo"
srcset="[[speaker.photoUrl]]"
sizing="cover"
lazy-load preload fade
></plastic-image>
<div class="badges" layout horizontal>
<template is="dom-repeat" items="[[speaker.badges]]" as="badge">
<a
class$="badge [[badge.name]]-b"
href$="[[badge.link]]"
target="_blank"
rel="noopener noreferrer"
title$="[[badge.description]]"
layout horizontal center-center
>
<iron-icon class="badge-icon" icon="hoverboard:[[badge.name]]"></iron-icon>
</a>
</template>
</div>
</div>
<plastic-image
class="company-logo"
srcset="{{speaker.companyLogoUrl}}"
sizing="contain"
lazy-load preload fade
></plastic-image>
<div class="description">
<text-truncate lines="1">
<h3 class="name">[[speaker.name]]</h3>
</text-truncate>
<text-truncate lines="1">
<div class="origin">[[speaker.country]]</div>
</text-truncate>
</div>
</div>
</template>
</div>
<a href="{$ speakersBlock.callToAction.link $}">
<paper-button class="cta-button animated icon-right">
<span>{$ speakersBlock.callToAction.label $}</span>
<iron-icon icon="hoverboard:arrow-right-circle"></iron-icon>
</paper-button>
</a>
</div>
</template>
<script>
// eslint-disable-next-line no-undef
class SpeakersBlock extends UtilsFunctions(SpeakersHoC(
// eslint-disable-next-line no-undef
ReduxMixin(Polymer.GestureEventListeners(Polymer.Element))
)) {
static get is() {
return 'speakers-block';
}
static get properties() {
return {
speakersRaw: {
type: Object,
statePath: 'speakers.list',
observer: '_generateSpeakers',
},
};
}
_openSpeaker(e) {
window.history.pushState({}, null, '/speakers/');
window.history.pushState({}, null, `/speakers/${e.model.speaker.id}/`);
window.dispatchEvent(new CustomEvent('location-changed'));
}
_generateSpeakers(speakers) {
const filteredSpeakers = this.speakers
.filter((speaker) => speaker.featured);
this.set('featuredSpeakers', this.randomOrder(filteredSpeakers).slice(0, 4));
}
}
window.customElements.define(SpeakersBlock.is, SpeakersBlock);
</script>
</dom-module>
|
GDGYangon/gdg-yangon-devfest-2015-website
|
src/elements/speakers-block.html
|
HTML
|
mit
| 6,459
|
{{ define "title"}} {{ .Site.Title}} {{end}}
{{ define "header"}} {{ partial "menu" .}} {{end}}
{{ define "main" }}
<head>
<style>
/* Style for our header texts
* --------------------------------------- */
* {
font-family: 'Lato', 'Open Sans', 'Lora', 'Lucida Sans Unicode', Arial, sans-serif;
}
#tab-content section {
display: none;
}
#tab-content section.is-active {
display: block;
}
/* .box:not(:last-child) {
margin-bottom: 0rem
}*/
ul.tileBullet {
margin-top: 5%;
margin-left: 5%;
margin-right: 5%;
padding: 0;
}
.background {
position: relative;
height: 300px;
}
.description {
position: relative;
height: 300px;
}
.containerMargins {
padding-left: 2.5%;
padding-right: 2.5%;
}
.michael {
-webkit-filter: grayscale(.9);
-moz-filter: grayscale(.9);
filter: grayscale(.9);
}
/* styling for portfolio examples */
div.imageWrap {
background-color: white;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-filter: grayscale(.5);
-moz-filter: grayscale(.5);
filter: grayscale(.5);
border: 2px solid #f5f5f5;
}
div.imageWrap:hover {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
filter: grayscale(0);
border: 2px solid black;
}
.coverTitle {
position: absolute;
width: 100%;
background: black;
visibility: hidden;
opacity: 0;
align-items: center;
justify-content: center;
transition: 0s;
}
div.background:hover .coverTitle {
visibility: visible;
color: white;
opacity: 1;
}
div.backgroundImage {
width: 100%;
height: 100%;
background-position: center center;
background-size: cover;
}
/*.has-bg-img {
background: url('/img/hex.png') center center;
background-size:120%;
}*/
/* styling for portfolio examples, mobile */
@media screen and (max-width: 800px) {
div.imageWrap {
background-color: white;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
filter: grayscale(0);
border: 2px solid black;
visibility: visible;
}
div.background {
position: relative;
background: black;
height: 200px;
opacity: 1;
font-size: 1.2em;
}
div.background .coverTitle {
background: #f1f1f1;
position: absolute;
color: black;
visibility: visible;
opacity: 1;
}
div.background:hover .coverTitle {
background: #f1f1f1;
color: black;
visibility: visible;
opacity: 1;
}
.coverTitle {
position: absolute;
width: 100%;
font-size: 1.2em;
visibility: visible;
opacity: 0;
align-items: center;
justify-content: center;
transition: 0s;
}
div.backgroundImage {
width: 100%;
height: 100%;
background-position: center center;
background-size: cover;
}
#faIcon {
font-size: 1em;
}
#mobileText {
font-size: 1em;
}
#lessPadding {
padding-left: .1em;
padding-right: .2em;
padding-top: .2em;
padding-bottom: .2em;
}
}
</style>
</head>
<section class="hero is-medium is-light">
<div class="hero-body containerMargins">
<div class="columns has-text-left is-marginless">
<div class="column is-marginless is-paddingless">
<h1 class="title is-1"><strong>
Blog
</strong></h1>
<h2 class="subtitle is-5">
</h2>
</div>
<div class="column is-marginless is-paddingless is-hidden-touch">
</div>
</div>
</div>
</section>
<section class="hero is-medium is-light has-text-centered" id="workSamples" >
<div class="container is-fluid" style="margin-left: 2.5%;margin-right: 2.5%;">
<!-- div that contains the content of the tab selected -->
<section class="is-active" data-content="1">
<div class="columns is-multiline">
{{ range where .Data.Pages "Type" "posts" }} <!-- start type: posts -->
<div class="column is-4 grid-item posts">
<a href="{{ .Permalink }}">
<div class="imageWrap">
<div class="background">
<p class="title coverTitle">{{ .Title }}</p>
{{range .Params.bigimg}} <!-- start image -->
<div class="backgroundImage" style="background-image: url('{{ .src }}');"></div>
{{ end }} <!-- end image -->
</div>
</div>
</a>
</div>
<div class="column is-8 description is-hidden-touch has-text-left">
<a href="{{ .Permalink }}"><p class="title is-2 is-spaced">{{ .Title }}</p></a>
<h2 class="content" itemprop="description">
{{ .Summary }}
<div class="button is-small">
<a href="{{ .RelPermalink }}" itemprop="url">Read More…</a>
</div>
</h2>
</div>
{{ end }} <!-- end type: posts -->
</div>
</section>
</div>
</section>
{{ end }}
{{ define "footer" }} {{ partial "footer" .}} {{ end }}
|
mdlee12/mdlee12.github.com
|
layouts/section/posts.html
|
HTML
|
mit
| 5,243
|
{{<layout}}
{{$pageTitle}}
Local government links
{{/pageTitle}}
{{$content}}
<main id="content" role="main">
<div class="grid-row">
<div class="column-two-thirds">
<div class="back">
<p><a href="pay-council-tax">Back</a></p>
</div>
<p> <h1 class="heading-xlarge">Pay your Council Tax</h1>
<!--
<p>Pay Council Tax online or by other methods such as direct debit.</p>
<h2 class="heading-medium">Pay council tax to Royal Borough of Greenwich</h2>
-->
<p>You entered </br>
<span class="heading-large">High Street</span>. </p>
<p>There are 7 results. Which <span class="heading-small">High Street</span> do you mean?</p>
<!--
<ul>
<li><a href="start-now-simple2">High St, Brentford, Greater London</a></li>
<li><a href="start-now-simple2">High St, Cambridge</a></li>
<li><a href="start-now-simple2">High St, Dartford</a></li>
<li><a href="start-now-simple2">High St, Feltham</a></li>
<li><a href="start-now-simple2">High St, Haringey, High St, Kidlington</a></li>
<li><a href="start-now-simple2">High St, Oxford</a></li>
<li><a href="start-now-simple2">High St, Watford</a></li>
</ul>
-->
<div class="city-options">
<label class="block-label" for="radio-1">
<input id="radio-1" type="radio" name="radio-group" value="">
High St, Brentford, Greater London
</label>
<label class="block-label" for="radio-2">
<input id="radio-2" type="radio" name="radio-group" value="">
High St, Cambridge
</label>
<label class="block-label" for="radio-3">
<input id="radio-3" type="radio" name="radio-group" value="">
High St, Dartford
</label>
<label class="block-label" for="radio-4">
<input id="radio-3" type="radio" name="radio-group" value="">
High St, Feltham
</label>
<label class="block-label" for="radio-5">
<input id="radio-3" type="radio" name="radio-group" value="">
High St, Haringey
</label>
<label class="block-label" for="radio-5">
<input id="radio-3" type="radio" name="radio-group" value="">
High St, Oxford
</label>
<label class="block-label" for="radio-5">
<input id="radio-3" type="radio" name="radio-group" value="">
High St, Watford
</label>
</div>
<p><a href="start-now-simple2"><button class="button">Next</button></p></a>
</p>
</div>
<div class="column-third">
<div class="service-links">
<h2 class="heading-medium">Council Tax</h2>
<ul><li>
<a href="/council-tax">Council Tax</a>
</li>
<li>
<a href="/council-tax-bands">Check your Council Tax band</a>
</li>
<li>
<a href="/council-tax-reduction">Council Tax Reduction</a>
</li>
<li class="related-topic"><a href="/browse/housing-local-services/council-tax">More <span class="visuallyhidden">in Council Tax</span></a></li>
</ul></nav>
</div>
</div>
</div>
</main>
{{/content}}
{{/layout}}
|
rivalee/local-gov-links
|
app/views/city-list.html
|
HTML
|
mit
| 2,956
|
---
layout: default
nav: examples
---
<script>
//---------------------------------------------------------------------------------
// This is all junk to simulate an actual remote server
//---------------------------------------------------------------------------------
var counter = 1;
setInterval(function () {
counter++;
}, 2500);
var clicks = 0;
function paramsToHash(str) {
var searchString = str,
params = searchString.split("&"),
hash = {};
if (searchString == "") return {};
for (var i = 0; i < params.length; i++) {
var val = params[i].split("=");
hash[unescape(val[0])] = unescape(val[1]);
}
return hash;
}
var firstName = "";
var lastName = "";
Intercooler.setRemote({
get: function (url, callback) {
if (url == "/polling_div") {
callback("<div ic-src='/polling_div' ic-poll='1s'>Sample Polling Div. Value is " + counter + "</div>")
}
if (url == "/manual_div") {
callback("<div id='manual-update' ic-src='/manual_div'>Sample Manual Div. Value is " + counter + "</div>")
}
if (url == "/dependency_div") {
callback("<div ic-src='/dependency_div'>Sample Dependency Dectection. You have clicked " + clicks + " times</div>")
}
if (url == "/progress_bar") {
callback((counter % 12) / 12 * 100 + "%")
}
if (url == "/attr_update") {
if(counter % 3 == 0) {
callback("");
} else if(counter % 3 == 1) {
callback("font-style:italic");
} else {
callback("font-weight:bold");
}
}
if(url == "/contacts/1/info_div") {
callback("<div ic-src='/contacts/1/info_div' ic-deps='/contacts/1'>Hello " + firstName + " " + lastName + "</div>");
}
},
post : function(url, data, callback) {
if (url == "/dependency_div") {
clicks++;
callback("");
}
if (url == "/contacts/1/first_name") {
firstName = paramsToHash(data)['first_name'];
callback("");
}
if (url == "/contacts/1/last_name") {
lastName = paramsToHash(data)['last_name'];
callback("");
}
if (url == "/contacts/2/email") {
var email = paramsToHash(data)['email'];
if(/\S+@\S+\.\S+/.test(email)){
callback('<div class="form-group" ic-post-to="/contacts/2/email" ic-transition="none">' +
'<label>Enter An Email</label>' +
'<input type="text" name="email" class="form-control" placeholder="Enter An Email" value="' + email + '">' +
'</div>');
} else {
callback('<div class="form-group has-error" ic-post-to="/contacts/2/email" ic-transition="none">' +
'<label>Enter An Email</label>' +
'<input type="text" name="email" class="form-control" placeholder="Enter An Email" value="' + email + '">' +
'<span class="help-block">Please enter a valid email.</span>' +
'</div>');
}
}
}
});
</script>
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Intercooler.JS Examples</h2>
<p>Below are some examples of Intercooler functionality, each with a working demo below the code sample.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h3>Polling</h3>
<p>This is a simple div that polls an http endpoint for updates every 1 second</p>
<h4>Code</h4>
<pre>
<div ic-src="/polling_div" ic-poll="1s">Sample Polling Div. Value is 0</div>
</pre>
<h4>Live Example</h4>
<div ic-src="/polling_div" ic-poll="1s">Sample Polling Div. Value is 0</div>
</div>
</div>
<hr/>
<div class="row">
<div class="col-md-12">
<h3>Manual Update</h3>
<p>This is a div that is refreshed explicitly using events and the Intercooler library</p>
<h4>Code</h4>
<pre>
<div id="manual-update" ic-src="/manual_div">Sample Manual Div. Value is 0</div>
<button onclick="Intercooler.refresh($('#manual-update'));">Update It!</button>
</pre>
<h4>Live Example</h4>
<div id="manual-update" ic-src="/manual_div">Sample Manual Div. Value is 0</div>
<button class="btn btn-primary" onclick="Intercooler.refresh($('#manual-update'));">Update It!</button>
</div>
</div>
<hr/>
<div class="row">
<div class="col-md-12">
<h3>Dependency Detection</h3>
<p>This is a div that is refreshed automatically when the button is clicked due to the fact that it depends
on a URL that the button targets for update.</p>
<h4>Code</h4>
<pre>
<div ic-src="/dependency_div">Sample Dependency Dectection. You have clicked 0 times</div>
<button ic-post-to="/dependency_div">Increment Counter</button>
</pre>
<h4>Live Example</h4>
<div ic-src="/dependency_div">Sample Dependency Dectection. You have clicked 0 times</div>
<button class="btn btn-primary" ic-post-to="/dependency_div">Increment Counter</button>
</div>
</div>
<hr/>
<div class="row">
<div class="col-md-12">
<h3>CSS Value Targeting</h3>
<p>You may want to target the value of an style attribute with an endpoint for a smoother UI experience. Below is an
example targeting the 'width' attribute of the style on the progress bar, allowing for smooth easing as it updates.</p>
<h4>Code</h4>
<pre>
<div class="progress progress-striped active">
<div class="progress-bar" ic-style-src="width:/progress_bar" ic-poll="2s" style="width:1%"></div>
</div>
</pre>
<h4>Live Example</h4>
<div class="progress progress-striped active">
<div class="progress-bar" ic-style-src="width:/progress_bar" ic-poll="2s" style="width:1%"></div>
</div>
</div>
</div>
<hr/>
<div class="row">
<div class="col-md-12">
<h3>Attribute Value Targeting</h3>
<p>You may want to target the value of an attribute with an endpoint for a smoother UI experience. Below
we update the entire style block of the element</p>
<h4>Code</h4>
<pre>
<div class="progress progress-striped active">
<div class="progress-bar" ic-attr-src="style:/attr_update" ic-poll="2s" style="width:1%">Here is some text!</div>
</div>
</pre>
<h4>Live Example</h4>
<div ic-attr-src="style:/attr_update" ic-poll="2s">Here is some text!</div>
</div>
</div>
<hr/>
<div class="row">
<div class="col-md-12">
<h3>Input Binding Example</h3>
<p>This example binds two inputs to two different endpoints. The div below them then depends on a parent path, but sources from
a different URL. When you change the value in the inputs (tab out) the div below will update.</p>
<h4>Code</h4>
<pre>
<form role="form">
<div class="form-group">
<label>First Name</label>
<input type="text" name="first_name" class="form-control" placeholder="Enter Your First Name" ic-post-to="/contacts/1/first_name">
</div>
<div class="form-group">
<label>Last Name</label>
<input type="text" name="last_name" class="form-control" placeholder="Enter Your Last Name" ic-post-to="/contacts/1/last_name">
</div>
</form>
<div ic-src="/contacts/1/info_div" ic-deps="/contacts/1">Nothing Entered Yet...</div>
</pre>
<h4>Live Example</h4>
<form role="form">
<div class="form-group">
<label>First Name</label>
<input type="text" name="first_name" class="form-control" placeholder="Enter Your First Name" ic-post-to="/contacts/1/first_name">
</div>
<div class="form-group">
<label>Last Name</label>
<input type="text" name="last_name" class="form-control" placeholder="Enter Your Last Name" ic-post-to="/contacts/1/last_name">
</div>
</form>
<div ic-src="/contacts/1/info_div" ic-deps="/contacts/1">Nothing Entered Yet...</div>
</div>
</div>
<hr/>
<div class="row">
<div class="col-md-12">
<h3>Input Validation Example</h3>
<p>Intercooler.js makes it easy to do incremental inline form element validations against your server. Below
is an example that will only allow properly formatted emails.</p>
<h4>Code</h4>
<pre>
<div class="form-group" ic-post-to="/contacts/2/email" ic-transition="none">
<label>Enter An Email</label>
<input type="text" name="email" class="form-control" placeholder="Enter An Email">
</div>
</pre>
<h4>Live Example</h4>
<form role="form">
<div class="form-group" ic-post-to="/contacts/2/email" ic-transition="none">
<label>Enter An Email</label>
<input type="text" name="email" class="form-control" placeholder="Enter An Email">
</div>
</form>
</div>
</div>
</div>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
|
niv/intercooler-js
|
www/examples.html
|
HTML
|
mit
| 9,099
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../libc/constant.KEY_SPEC_SESSION_KEYRING.html">
</head>
<body>
<p>Redirecting to <a href="../../../../libc/constant.KEY_SPEC_SESSION_KEYRING.html">../../../../libc/constant.KEY_SPEC_SESSION_KEYRING.html</a>...</p>
<script>location.replace("../../../../libc/constant.KEY_SPEC_SESSION_KEYRING.html" + location.search + location.hash);</script>
</body>
</html>
|
malept/guardhaus
|
main/libc/unix/linux_like/linux/constant.KEY_SPEC_SESSION_KEYRING.html
|
HTML
|
mit
| 461
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MentorMe Example Page</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="application/ecmascript" rel="script" src="js/script.js" ></script>
</head>
<body onload="main()">
<h1>MentorMe</h1>
<p>If you can see this, it means that serving static assets is working.</p>
<p class="script-test"></p>
<img src="img/caturday.png" alt="It would be Caturday if this image loaded" />
<p>The background should be a near-black, and the font should be white.</p>
</body>
</html>
|
TheBeege/mentooo
|
static/example.html
|
HTML
|
mit
| 583
|
<div class="device-widget sensor %.alive|"offline;online"%" onclick="var url=('<#ROOTHTML#>pChart/?p=%.object_title%'+'.value&op=log&subop=24h&minimal=1');parent.$.fancybox.open({ src: url, type: 'iframe',iframe:{preload:false} });return false;">
<div class="device-icon power-sensor %.status|"off;on"%"></div>
<div class="device-header">%.value% <#LANG_M_WATT#></div>
<div class="device-details">%.object_description%</div>
</div>
|
sergejey/majordomo
|
templates/classes/views/SPowerSensors.html
|
HTML
|
mit
| 444
|
<p>
gallery works!
</p>
|
gitDW01/adminpanel10
|
src/app/gallery/gallery.component.html
|
HTML
|
mit
| 26
|
<html>
<META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8">
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/04819/0481996061400.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:26:09 GMT -->
<head><title>法編號:04819 版本:096061400</title>
<link rel="stylesheet" type="text/css" href="../../version.css" >
</HEAD>
<body><left>
<table><tr><td><FONT COLOR=blue SIZE=5>地方民意代表費用支給及村里長事務補助費補助條例(04819)</font>
<table><tr><td> </td><td>
<table><tr><td> </td><td>
<table><tr><td> </td>
<tr><td align=left valign=top>
<a href=0481989011100.html target=law04819><nobr><font size=2>中華民國 89 年 1 月 11 日</font></nobr></a>
</td>
<td valign=top><font size=2>制定10條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 89 年 1 月 26 日公布</font></nobr></td>
<tr><td align=left valign=top>
<a href=0481995042800.html target=law04819><nobr><font size=2>中華民國 95 年 4 月 28 日</font></nobr></a>
</td>
<td valign=top><font size=2>修正第6條</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=0481996061400.html target=law04819><nobr><font size=2>中華民國 96 年 6 月 14 日</font></nobr></a>
</td>
<td valign=top><font size=2>修正第5條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 96 年 7 月 11 日公布</font></nobr></td>
<tr><td align=left valign=top>
<a href=0481998051200.html target=law04819><nobr><font size=2>中華民國 98 年 5 月 12 日</font></nobr></a>
</td>
<td valign=top><font size=2>修正第6條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 98 年 5 月 27 日公布</font></nobr></td>
<tr><td align=left valign=top>
<a href=0481998061200.html target=law04819><nobr><font size=2>中華民國 98 年 6 月 12 日</font></nobr></a>
</td>
<td valign=top><font size=2>修正第7條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 98 年 7 月 8 日公布</font></nobr></td>
</table></table></table></table>
<p><table><tr><td><font color=blue size=4>民國96年6月14日(非現行條文)</font></td>
<td><a href=http://lis.ly.gov.tw/lghtml/lawstat/reason2/0481996061400.htm target=reason><font size=2>立法理由</font></a></td>
<td><a href=http://lis.ly.gov.tw/lgcgi/lglawproc?0481996061400 target=proc><font size=2>立法紀錄</font></a></td>
</table>
<table><tr><td> </td><td><font color=8000ff>第一條</font>
</font>
<table><tr><td> </td>
<td>
本條例依地方制度法第五十二條第三項及第六十一條第三項規定制定之。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第二條</font>
</font>
<table><tr><td> </td>
<td>
本條例所稱地方民意代表,係指直轄市議會議長、副議長、議員;縣(市)議會議長、副議長、議員;鄉(鎮、市)民代表會主席、副主席、代表。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第三條</font>
</font>
<table><tr><td> </td>
<td>
地方民意代表每月得支給之研究費,不得超過下列標準:<br>
一、直轄市議會議長:參照直轄市長月俸及公費。<br>
二、直轄市議會副議長:參照直轄市副市長本俸、專業加給及主管職務加給。<br>
三、直轄市議會議員:參照直轄市政府所屬一級機關首長本俸、專業加給及主管職務加給。<br>
四、縣(市)議會議長:參照縣(市)長本俸、專業加給及主管職務加給。<br>
五、縣(市)議會副議長:參照副縣(市)長本俸、專業加給及主管職務加給。<br>
六、縣(市)議會議員:參照縣(市)政府一級單位主管簡任第十一職等本俸一級及專業加給。<br>
七、鄉(鎮、市)民代表會主席:參照鄉(鎮、市)長本俸、專業加給及主管職務加給。<br>
八、鄉(鎮、市)民代表會副主席:參照縣轄市副市長本俸、專業加給及主管職務加給。<br>
九、鄉(鎮、市)民代表會代表:參照鄉(鎮、市)公所單位主管薦任第八職等本俸一級及專業加給。<br>
前項所稱專業加給,係指一般公務人員專業加給。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第四條</font>
</font>
<table><tr><td> </td>
<td>
地方民意代表依法開會期間,得支給之出席費、交通費及膳食費,不得超過下列標準:<br>
一、出席費:每人每日支給新臺幣一千元。<br>
二、交通費:每人每日支給新臺幣一千元。<br>
三、膳食費:每人每日支給新臺幣四百五十元。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第五條</font>
</font>
<table><tr><td> </td>
<td>
地方民意代表因職務關係,得由各該地方民意機關編列預算,支應其健康檢查費、保險費、為民服務費、春節慰勞金及出國考察費。<br>
直轄市議會議長、副議長、縣(市)議會議長、副議長及鄉(鎮、市)民代表會主席、副主席,得由各該地方民意機關編列預算,支應因公支出之特別費。<br>
前二項費用編列最高標準如附表。<br>
<a href=http://lis.ly.gov.tw/lgcgi/lylawatt?cfcbc7cec6c7c6cfcecececfce target=pdf ><font size=2>附表:</font></a><br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第六條</font>
</font>
<table><tr><td> </td>
<td>
直轄市議會議員每人最多得遴用助理六人,縣(市)議會議員每人最多得遴用助理二人。<br>
前項助理補助費用總額,直轄市議會議員每人每月不得超過新臺幣二十四萬元,但助理每人每月支領金額,最多不得超過新臺幣八萬元,縣(市)議會議員每人每月不得超過新臺幣八萬元,並得比照軍公教人員年終工作獎金酌給春節慰勞金。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第七條</font>
</font>
<table><tr><td> </td>
<td>
村(里)長由鄉(鎮、市、區)公所編列村(里)長事務補助費,其補助標準,每村(里)每月不得超過新臺幣四萬五千元。<br>
前項事務補助費,係指文具費、郵電費、水電費及其他因公支出之費用。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第八條</font>
</font>
<table><tr><td> </td>
<td>
地方民意代表費用之支給及村(里)長事務補助費之補助項目及標準,依本條例之規定;本條例未規定者,不得編列預算支付。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第九條</font>
</font>
<table><tr><td> </td>
<td>
本條例規定之費用,應依地方制度法第七十條第二項、財政收支劃分法第三十七條第一項、第二項規定,由地方自治團體編列預算辦理之。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十條</font>
</font>
<table><tr><td> </td>
<td>
本條例自公布日施行。<br>
</td>
</table>
</table>
</table>
<hr border=1><table cellspacing=1 cellpadding=1>
<th align=left>附<tr><td>
<a href=http://lis.ly.gov.tw/lgcgi/lylawatt?cfcbc7cec6c7c6cfcecececfce target=pdf ><font size=2>附表:</font></a><br>
</td></table>
</left>
</body>
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/04819/0481996061400.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:26:09 GMT -->
</html>
|
czchen/laweasyread-data
|
rawdata/utf8_lawstat/version2/04819/0481996061400.html
|
HTML
|
mit
| 8,267
|
---
---
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>UrlRuleMatchFn | @uirouter/angular</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/uirouter.css">
<script src="../assets/js/modernizr.js"></script>
<script src="../assets/js/reset.js"></script>
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">@uirouter/angular</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<!--
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
-->
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Internal UI-Router API</label>
<!--
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
-->
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../index.html">@uirouter/angular</a>
</li>
<li>
<a href="../modules/url.html">url</a>
</li>
<li>
<a href="url.urlrulematchfn.html">UrlRuleMatchFn</a>
</li>
</ul>
<h1>Interface UrlRuleMatchFn</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-comment">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A function that matches the URL for a <a href="url.urlrule.html">UrlRule</a></p>
</div>
<p>Implementations should match against the provided <a href="url.urlparts.html">UrlParts</a> and return the matched value (truthy) if the rule matches.
If this rule is selected, the matched value is passed to the <a href="url.urlrulehandlerfn.html">UrlRuleHandlerFn</a>.</p>
</div>
</section>
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">UrlRuleMatchFn</span>
</li>
</ul>
</section>
<section class="tsd-panel">
<h3 class="tsd-before-signature">Callable</h3>
<ul class="tsd-signatures tsd-kind-interface tsd-parent-kind-external-module">
<li class="tsd-signature tsd-kind-icon">__call<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">?: </span><a href="url.urlparts.html" class="tsd-signature-type">UrlParts</a>, router<span class="tsd-signature-symbol">?: </span><a href="../classes/core.uirouter.html" class="tsd-signature-type">UIRouter</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
<li class="tsd-header">
<p> A function that matches the URL for a <a href="url.urlrule.html">UrlRule</a> </p>
</li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A function that matches the URL for a <a href="url.urlrule.html">UrlRule</a></p>
</div>
<p>Implementations should match against the provided <a href="url.urlparts.html">UrlParts</a> and return the matched value (truthy) if the rule matches.
If this rule is selected, the matched value is passed to the <a href="url.urlrulehandlerfn.html">UrlRuleHandlerFn</a>.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>url: <span class="tsd-flag ts-flagOptional">Optional</span> <a href="url.urlparts.html" class="tsd-signature-type">UrlParts</a></h5>
</li>
<li>
<h5>router: <span class="tsd-flag ts-flagOptional">Optional</span> <a href="../classes/core.uirouter.html" class="tsd-signature-type">UIRouter</a></h5>
</li>
</ul>
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
: <p>the matched value, either truthy or falsey</p>
</div>
<hr>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/c22f694/src/url/interface.ts#L448">core/src/url/interface.ts:448</a></li>
</ul>
</aside> </li>
</ul>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../index.html"><em>@uirouter/angular</em></a>
</li>
<li class="label tsd-is-external">
<span>Public API</span>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/core.html">core</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/directives.html">directives</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/params.html">params</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/resolve.html">resolve</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/state.html">state</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/trace.html">trace</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/transition.html">transition</a>
</li>
<li class="current tsd-kind-external-module">
<a href="../modules/url.html">url</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/view.html">view</a>
</li>
<li class="label tsd-is-external">
<span>Internal UI-<wbr><wbr>Router API</span>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common.html">common</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_hof.html">common_<wbr>hof</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_predicates.html">common_<wbr>predicates</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_strings.html">common_<wbr>strings</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/hooks.html">hooks</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/ng2.html">ng2</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/path.html">path</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/vanilla.html">vanilla</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external">
<a href="../classes/url.baseurlrule.html" class="tsd-kind-icon">Base<wbr>Url<wbr>Rule</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/url.urlmatcher.html" class="tsd-kind-icon">Url<wbr>Matcher</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external">
<a href="../classes/url.urlmatcherfactory.html" class="tsd-kind-icon">Url<wbr>Matcher<wbr>Factory</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external">
<a href="../classes/url.urlrouter.html" class="tsd-kind-icon">Url<wbr>Router</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external">
<a href="../classes/url.urlrulefactory.html" class="tsd-kind-icon">Url<wbr>Rule<wbr>Factory</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/url.urlservice.html" class="tsd-kind-icon">Url<wbr>Service</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="url.matchresult.html" class="tsd-kind-icon">Match<wbr>Result</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="url.matcherurlrule.html" class="tsd-kind-icon">Matcher<wbr>Url<wbr>Rule</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="url.paramfactory.html" class="tsd-kind-icon">Param<wbr>Factory</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="url.regexprule.html" class="tsd-kind-icon">Reg<wbr>Exp<wbr>Rule</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="url.staterule.html" class="tsd-kind-icon">State<wbr>Rule</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="url.urlconfigapi.html" class="tsd-kind-icon">Url<wbr>Config<wbr>Api</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="url.urlmatcherconfig.html" class="tsd-kind-icon">Url<wbr>Matcher<wbr>Config</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="url.urlparts.html" class="tsd-kind-icon">Url<wbr>Parts</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="url.urlrule.html" class="tsd-kind-icon">Url<wbr>Rule</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="url.urlrulehandlerfn.html" class="tsd-kind-icon">Url<wbr>Rule<wbr>Handler<wbr>Fn</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-parent-kind-external-module">
<a href="url.urlrulematchfn.html" class="tsd-kind-icon">Url<wbr>Rule<wbr>Match<wbr>Fn</a>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="url.urlrulesapi.html" class="tsd-kind-icon">Url<wbr>Rules<wbr>Api</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="url.urlsyncapi.html" class="tsd-kind-icon">Url<wbr>Sync<wbr>Api</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-external">
<a href="../modules/url.html#urlruletype" class="tsd-kind-icon">Url<wbr>Rule<wbr>Type</a>
</li>
<li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/url.html#defaultrulesortfn" class="tsd-kind-icon">default<wbr>Rule<wbr>Sort<wbr>Fn</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported">
<a href="../modules/url.html#gethandlerfn" class="tsd-kind-icon">get<wbr>Handler<wbr>Fn</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html>
|
ui-router/ui-router.github.io
|
_ng2_docs/1.0.0-beta.6/interfaces/url.urlrulematchfn.html
|
HTML
|
mit
| 17,410
|
<html>
<META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8">
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01723/01723102011100.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:14:42 GMT -->
<head><title>法編號:01723 版本:102011100</title>
<link rel="stylesheet" type="text/css" href="../../version.css" >
</HEAD>
<body><left>
<table><tr><td><FONT COLOR=blue SIZE=5>補習及進修教育法(01723)</font>
<table><tr><td> </td><td>
<table><tr><td> </td><td>
<table><tr><td> </td>
<tr><td align=left valign=top>
<a href=0172333092000.html target=law01723><nobr><font size=2>中華民國 33 年 9 月 20 日</font></nobr></a>
</td>
<td valign=top><font size=2>制定15條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 33 年 10 月 7 日公布</font></nobr></td>
<tr><td align=left valign=top>
<a href=0172365062900.html target=law01723><nobr><font size=2>中華民國 65 年 6 月 29 日</font></nobr></a>
</td>
<td valign=top><font size=2>修正全文25條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 65 年 7 月 12 日公布</font></nobr></td>
<tr><td align=left valign=top>
<a href=0172371052500.html target=law01723><nobr><font size=2>中華民國 71 年 5 月 25 日</font></nobr></a>
</td>
<td valign=top><font size=2>修正第5, 7, 8, 10, 13, 16, 19條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 71 年 6 月 9 日公布</font></nobr></td>
<tr><td align=left valign=top>
<a href=0172385123100.html target=law01723><nobr><font size=2>中華民國 85 年 12 月 31 日</font></nobr></a>
</td>
<td valign=top><font size=2>修正第14至16條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 86 年 1 月 15 日公布</font></nobr></td>
<tr><td align=left valign=top>
<a href=0172386042900.html target=law01723><nobr><font size=2>中華民國 86 年 4 月 29 日</font></nobr></a>
</td>
<td valign=top><font size=2>修正第7, 13, 15, 20, 21條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 86 年 5 月 21 日公布</font></nobr></td>
<tr><td align=left valign=top>
<a href=0172388060100.html target=law01723><nobr><font size=2>中華民國 88 年 6 月 1 日</font></nobr></a>
</td>
<td valign=top><font size=2>修正前[補習教育法]為本法<br>
並修正全文28條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 88 年 6 月 16 日公布</font></nobr></td>
<tr><td align=left valign=top>
<a href=0172391051700.html target=law01723><nobr><font size=2>中華民國 91 年 5 月 17 日</font></nobr></a>
</td>
<td valign=top><font size=2>修正第18條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 91 年 6 月 12 日公布</font></nobr></td>
<tr><td align=left valign=top>
<a href=0172391062000.html target=law01723><nobr><font size=2>中華民國 91 年 6 月 20 日</font></nobr></a>
</td>
<td valign=top><font size=2>修正第2, 7, 13, 14, 17, 23條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 91 年 7 月 10 日公布</font></nobr></td>
<tr><td align=left valign=top>
<a href=0172393060400.html target=law01723><nobr><font size=2>中華民國 93 年 6 月 4 日</font></nobr></a>
</td>
<td valign=top><font size=2>修正第17條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 93 年 6 月 23 日公布</font></nobr></td>
<tr><td align=left valign=top>
<a href=01723102011100.html target=law01723><nobr><font size=2>中華民國 102 年 1 月 11 日</font></nobr></a>
</td>
<td valign=top><font size=2>修正第9條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 102 年 1 月 30 日公布</font></nobr></td>
</table></table></table></table>
<p><table><tr><td><font color=blue size=4>民國102年1月11日</font></td>
<td><a href=http://lis.ly.gov.tw/lghtml/lawstat/reason2/01723102011100.htm target=reason><font size=2>立法理由</font></a></td>
<td><a href=http://lis.ly.gov.tw/lgcgi/lglawproc?01723102011100 target=proc><font size=2>立法紀錄</font></a></td>
</table>
<table><tr><td> </td><td><font color=8000ff>第一條</font>
<font size=2>(立法目的)</font>
<table><tr><td> </td>
<td>
補習及進修教育,以補充國民生活知識,提高教育程度,傳授實用技藝,培養健全公民,促進社會進步為目的。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第二條</font>
<font size=2>(主管機關)</font>
<table><tr><td> </td>
<td>
本法所稱主管教育行政機關:在中央為教育部;在直轄市為直轄市政府;在縣(市)為縣(市)政府。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第三條</font>
<font size=2>(補習及進修教育之分類)</font>
<table><tr><td> </td>
<td>
補習及進修教育區分為國民補習教育、進修教育及短期補習教育三種;凡已逾學齡未受九年國民教育之國民,予以國民補習教育;已受九年國民教育之國民,得受進修教育;志願增進生活知能之國民,得受短期補習教育。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第四條</font>
<font size=2>(國民補習教育之實施)</font>
<table><tr><td> </td>
<td>
國民補習教育,由國民小學及國民中學附設國民補習學校實施之。國民小學補習學校分初、高級二部,初級部相當於國民小學前三年,修業期限為六個月至一年;高級部相當於國民小學後三年,修業年限為一年六個月至二年。國民中學補習學校相當於國民中學,修業年限不得少於三年。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第五條</font>
<font size=2>(進修教育之實施)</font>
<table><tr><td> </td>
<td>
進修教育,由高級中等以上學校依需要附設進修學校實施之。進修學校分高級中學及職業進修學校、專科進修學校、大學進修學校三級。各級進修學校,由同級、同類以上學校附設為限。<br>
偏遠地區應加強進修學校之設立。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第六條</font>
<font size=2>(短期補習教育之實施)</font>
<table><tr><td> </td>
<td>
短期補習教育,由學校、機關、團體或私人辦理,分技藝補習班及文理補習班二類;修業期限為一個月至一年六個月。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第七條</font>
<font size=2>(補習教育之方式)</font>
<table><tr><td> </td>
<td>
國民補習教育、高級中學及職業進修教育,得視需要以在監、隨營補習或進修等方式為之;其師資、課程與教材、成績考核、修業期限、學籍管理、證書之頒發、撤銷、廢止及其他相關事項,由中央主管教育行政機關會同相關主管機關訂定辦法實施之。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第八條</font>
<font size=2>(部分時間之職業進修教育)</font>
<table><tr><td> </td>
<td>
國民中學畢業未繼續受教育者,得實施部分時間之職業進修教育,至十八足歲為止,其實施辦法,由中央主管教育行政機關定之。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第九條</font>
<font size=2>(各級補校之管理規則與負責人及教職員工之消極資格)</font>
<table><tr><td> </td>
<td>
國民補習學校、進修學校及短期補習班之設立、變更或停辦,依下列各款之規定:<br>
一、國民小學及國民中學補習學校,由各級主管教育行政機關核准。<br>
二、高級中學及職業進修學校,由各級主管教育行政機關核准。<br>
三、專科以上進修學校,由中央主管教育行政機關核准。<br>
四、短期補習班,由直轄市、縣(市)主管教育行政機關核准;其設立、變更、停辦及立案之條件與程序、名稱、類科與課程、修業期間、設備與管理、負責人與教職員工之條件、收費、退費方式、基準、班級人數與學生權益之保障、檢查、評鑑、輔導、獎勵、廢止設立之條件及其他應遵行事項,由中央主管教育行政機關為準則規定;其相關管理規則,並由直轄市、縣(市)主管教育行政機關依上開準則定之。<br>
前項第四款之負責人與教職員工,有下列情形之一者不得擔任:<br>
一、有性侵害、性騷擾或虐待兒童行為,經判刑確定或通緝有案尚未結案。<br>
二、對他人為性騷擾,經依性騷擾防治法第二十條科處罰鍰確定。<br>
三、行為不檢損害兒童權益,其情節重大,經有關機關查證屬實。<br>
四、經學校性別平等教育委員會調查確認有性侵害行為屬實。<br>
短期補習班負責人有前項情形者,應廢止其設立許可,教職員工有前項情形者,應予解聘或解僱。<br>
短期補習班聘用、僱用之教職員工有第二項規定之情形,或聘用教職員工前,應準用不適任教育人員之通報與資訊蒐集及查詢辦法之規定,辦理通報、資訊蒐集及查詢事項。<br>
第一項第四款所定學生權益之保障,包括短期補習班應與學生訂定書面契約,明訂其權利義務關係,其書面契約之格式、內容,中央主管教育行政機關應訂定定型化契約範本及其應記載及不得記載事項。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十條</font>
<font size=2>(授課方式)</font>
<table><tr><td> </td>
<td>
各級國民補習學校及進修學校之授課,得採按日制、間日制或週末制。其教學內容,以適應學生學習及社會需要為準。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十一條</font>
<font size=2>(教學有關事項之決定)</font>
<table><tr><td> </td>
<td>
各級國民補習學校及進修學校之教學科目,每週教學時(節)數、課程標準、設備標準、畢業條件及實習規範,由中央主管教育行政機關定之。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十二條</font>
<font size=2>(施教方式)</font>
<table><tr><td> </td>
<td>
補習及進修教育,除以一般方式施教外,得以函授、廣播、電視、電腦網路等教學方式辦理。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十三條</font>
<font size=2>(入學資格)</font>
<table><tr><td> </td>
<td>
國民小學補習學校無入學資格限制。國民中學補習學校及各級進修學校之入學資格,以具有規定學歷,或經自學進修學力鑑定考試及格,或具有同等學力者為限。<br>
各級國民補習學校及進修學校之入學方式,須經入學考試合格、甄試錄取、登記、分發或保送入學,其注意事項由各校自訂。<br>
第一項自學進修學力鑑定之範圍、考試辦理機關、每年舉辦之次數與時間、考試科目、應考資格、證書之頒發、撤銷、廢止與其他相關事項之辦法,及同等學力之標準,由中央主管教育行政機關定之。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十四條</font>
<font size=2>(申請緩徵)</font>
<table><tr><td> </td>
<td>
進修學校之學生申請緩徵,依兵役法及其相關規定辦理。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十五條</font>
<font size=2>(畢業)</font>
<table><tr><td> </td>
<td>
國民補習學校、高級中學及職業進修學校學生,修業期滿成績及格者,准予畢業,並由學校給予畢業證書,具有同級、同類學校之畢業資格。<br>
專科以上進修學校學生,修滿規定學分,成績及格者,准予畢業,並由學校給予畢業證書(或學位證書),具有同級、同類學校之畢業資格。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十六條</font>
<font size=2>(同級同類學校之入學)</font>
<table><tr><td> </td>
<td>
各級國民補習學校及進修學校學生修畢與同級、同類學校相當年級之主要科目,成績及格者,得申請轉學同級、同類學校程度相銜接之班級。但有入學年齡之限制者,從其規定。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十七條</font>
<font size=2>(校長設置)</font>
<table><tr><td> </td>
<td>
各級國民補習學校及進修學校,置校長一人,綜理校務。各學校附設國民補習學校或進修學校之校長,得由各該學校校長兼任。<br>
各級國民補習學校及進修學校,置校務主任一人,由原屬學校專任教師兼任,襄助校長推展校務。<br>
各級國民補習學校及進修學校,其員額編制表由各校依各級主管教育行政機關所定之員額編制標準定之。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十八條</font>
<font size=2>(教職員之聘任)</font>
<table><tr><td> </td>
<td>
各學校附設之國民補習學校及進修學校之教師,由校長依法聘請合格人員充任之;職員由校長指派現有人員兼任或依聘僱相關法規進用。<br>
各級國民補習學校及進修學校之教職員資格、待遇及保障等,適用同級、同類學校之有關規定。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十九條</font>
<font size=2>(選修學分)</font>
<table><tr><td> </td>
<td>
專科以上學校,得依實際需要,設置與各該學校程度相當之進修科目,選取合格學生,修業完畢,成績及格者,由學校給予各該科目之學分證明書。經入學同級學校者,如所修之學分與所習系、科之學科名稱、學分數目均相同時,應酌予採認。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第二十條</font>
<font size=2>(推廣教育之辦理)</font>
<table><tr><td> </td>
<td>
專科以上學校,應就其所設系、科(組)性質相近者,配合社會需要,辦理推廣教育。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第二十一條</font>
<font size=2>(收費)</font>
<table><tr><td> </td>
<td>
各級國民補習學校免收學費,得酌收其他費用;各級進修學校得比照各同級、同類學校收費,其收費標準,由各級主管教育行政機關規定之;專科以上學校辦理推廣教育之收費,須經中央主管教育行政機關核准。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第二十二條</font>
<font size=2>(有關法令之適用)</font>
<table><tr><td> </td>
<td>
私立國民補習學校及進修學校,依本法之規定辦理。本法未規定者,依私立學校法及有關法令之規定。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第二十三條</font>
<font size=2>(外國人之招收及管理)</font>
<table><tr><td> </td>
<td>
短期補習班得招收外國人;其招生條件與方式、管理及其他應遵行事項之辦法,由中央主管教育行政機關會同相關主管機關定之。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第二十四條</font>
<font size=2>(罰則)</font>
<table><tr><td> </td>
<td>
未依法申請核准立案,而以補習班或類似補習班名義擅自招生者,由直轄市、縣(市)主管教育行政機關命其立即停辦,並公告之;其所使用之器材、設備得沒入;其負責人處新臺幣五萬元以上二十五萬元以下罰鍰;經處罰鍰後仍不遵令停辦者,得按日連續處罰。<br>
依前項規定所處之罰鍰,經限期繳納,屆期仍未繳納者,由直轄市、縣(市)主管教育行政機關移送強制執行。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第二十五條</font>
<font size=2>(罰則)</font>
<table><tr><td> </td>
<td>
短期補習班辦理不善、違反本法或有關法令或違反設立許可條件者,直轄市、縣(市)主管教育行政機關得視情節分別為下列處分:<br>
一、糾正。<br>
二、限期整頓改善。<br>
三、停止招生。<br>
四、撤銷立案。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第二十六條</font>
<font size=2>(本法施行前之適用)</font>
<table><tr><td> </td>
<td>
本法修正施行前,依本法單獨設立辦理補習及進修教育之學校,其變更及相關事項,依同級、同類學校之規定辦理。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第二十七條</font>
<font size=2>(施行細則)</font>
<table><tr><td> </td>
<td>
本法施行細則,由中央主管教育行政機關定之。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第二十八條</font>
<font size=2>(公布日)</font>
<table><tr><td> </td>
<td>
本法自公布日施行。<br>
</td>
</table>
</table>
</left>
</body>
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01723/01723102011100.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:14:42 GMT -->
</html>
|
g0v/laweasyread-data
|
rawdata/utf8_lawstat/version2/01723/01723102011100.html
|
HTML
|
mit
| 19,189
|
<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<!-- Standard Head Part -->
<head>
<title>NUnit - CollectionConstraints</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-US">
<link rel="stylesheet" type="text/css" href="nunit.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<!-- End Standard Head Part -->
<body>
<!-- Standard Header for NUnit.org -->
<div id="header">
<a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a>
<div id="nav">
<a href="http://www.nunit.org">NUnit</a>
<a class="active" href="index.html">Documentation</a>
</div>
</div>
<!-- End of Header -->
<div id="content">
<h2>Collection Constraints (NUnit 2.4 / 2.5)</h2>
<p>Collection constraints perform tests that are specific to collections.
The following collection constraints are provided. Before NUnit 2.4.6,
these constraints only operated on true Collections. Beginning with 2.4.6,
they can work with any object that implements IEnumerable.
<p>Beginning with NUnit 2.4.2, use of an improper argument type caused tests
to fail. Later releases give an error rather than a failure, so that negated
constraints will not appear to succeed.
<p>For example, both of the following statements give an error in later releases,
but the second would have succeeded in earlier versions of NUnit.
<div class="code"><pre>
int[] iarray = new int[] { 1, 2, 3 };
Assert.That( 5, Is.SubsetOf( iarray ) ); // Fails in early releases
Assert.That( 5, Is.Not.SubsetOf( iarray ) ); /
</pre></div>
<h3>AllItemsConstraint</h3>
<h4>Action</h4>
<p>Applies a constraint to each item in a collection, succeeding only if all of them succeed.
<h4>Constructor</h4>
<div class="code"><pre>
AllItemsConstraint(Constraint itemConstraint)
</pre></div>
<h4>Syntax</h4>
<div class="code"><pre>
Is.All...
Has.All...
</pre></div>
<h4>Examples of Use</h4>
<div class="code"><pre>
int[] iarray = new int[] { 1, 2, 3 };
string[] sarray = new string[] { "a", "b", "c" };
Assert.That( iarray, Is.All.Not.Null );
Assert.That( sarray, Is.All.InstanceOf<string>() );
Assert.That( iarray, Is.All.GreaterThan(0) );
Assert.That( iarray, Has.All.GreaterThan(0) );
</pre></div>
<h3>SomeItemsConstraint</h3>
<h4>Action</h4>
<p>Applies a constraint to each item in a collection, succeeding if at least one of them succeeds.
<h4>Constructor</h4>
<div class="code"><pre>
SomeItemsConstraint(Constraint itemConstraint)
</pre></div>
<h4>Syntax</h4>
<div class="code"><pre>
Has.Some...
</pre></div>
<h4>Examples of Use</h4>
<div class="code"><pre>
int[] iarray = new int[] { 1, 2, 3 };
string[] sarray = new string[] { "a", "b", "c" };
Assert.That( iarray, Has.Some.GreaterThan(2) );
Assert.That( sarray, Has.Some.Length(1) );
</pre></div>
<h3>NoItemConstraint</h3>
<h4>Action</h4>
<p>Applies a constraint to each item in a collection, succeeding only if all of them fail.
<h4>Constructor</h4>
<div class="code"><pre>
NoItemConstraint(Constraint itemConstraint)
</pre></div>
<h4>Syntax</h4>
<div class="code"><pre>
Has.None...
Has.No...
</pre></div>
<h4>Examples of Use</h4>
<div class="code"><pre>
int[] iarray = new int[] { 1, 2, 3 };
string[] sarray = new string[] { "a", "b", "c" };
Assert.That( iarray, Has.None.Null );
Assert.That( iarray, Has.No.Null );
Assert.That( sarray, Has.None.EqualTo("d") );
Assert.That( iarray, Has.None.LessThan(0) );
</pre></div>
<h3>UniqueItemsConstraint</h3>
<h4>Action</h4>
<p>Tests that a collection contains only unique items.
<h4>Constructor</h4>
<div class="code"><pre>
UniqueItemsConstraint()
</pre></div>
<h4>Syntax</h4>
<div class="code"><pre>
Is.Unique
</pre></div>
<h4>Example of Use</h4>
<div class="code"><pre>
string[] sarray = new string[] { "a", "b", "c" };
Assert.That( sarray, Is.Unique );
</pre></div>
<h4>Notes</h4>
<ol>
<li>??
</ol>
<h3>CollectionContainsConstraint</h3>
<h4>Action</h4>
<p>Tests that a collection contains an object.
<h4>Constructor</h4>
<div class="code"><pre>
CollectionContainsConstraint( object )
</pre></div>
<h4>Syntax</h4>
<div class="code"><pre>
Has.Member( object )
Contains.Item( object )
</pre></div>
<h4>Examples of Use</h4>
<div class="code"><pre>
int[] iarray = new int[] { 1, 2, 3 };
string[] sarray = new string[] { "a", "b", "c" };
Assert.That( iarray, Has.Member(3) );
Assert.That( sarray, Has.Member("b") );
Assert.That( sarray, Contains.Item("c") );
Assert.That( sarray, Has.No.Member("x") );
</pre></div>
<h4>Notes</h4>
<ol>
<li>For references, <b>Has.Member</b> uses object equality to find a member in a
collection. To check for an object equal to an item the collection, use
<b>Has.Some.EqualTo(...)</b>.
</ol>
<h3>CollectionEquivalentConstraint</h3>
<h4>Action</h4>
<p>Tests that two collections are equivalent - that they contain
the same items, in any order.
<h4>Constructor</h4>
<div class="code"><pre>
CollectionEquivalentConstraint( IEnumerable other )
</pre></div>
<h4>Syntax</h4>
<div class="code"><pre>
Is.EquivalentTo( IEnumerable other )
</pre></div>
<h4>Examples of Use</h4>
<div class="code"><pre>
int[] iarray = new int[] { 1, 2, 3 };
string[] sarray = new string[] { "a", "b", "c" };
Assert.That( new string[] { "c", "a", "b" }, Is.EquivalentTo( sarray ) );
Assert.That( new int[] { 1, 2, 2 }, Is.Not.EquivalentTo( iarray ) );
</pre></div>
<h4>Notes</h4>
<ol>
<li>To compare collections for equality, use Is.EqualTo().
</ol>
<h3>CollectionSubsetConstraint</h3>
<h4>Action</h4>
<p>Tests that one collection is a subset of another.
<h4>Constructor</h4>
<div class="code"><pre>
CollectionSubsetConstraint( ICollection )
</pre></div>
<h4>Syntax</h4>
<div class="code"><pre>
Is.SubsetOf( IEnumerable )
</pre></div>
<h4>Example of Use</h4>
<div class="code"><pre>
int[] iarray = new int[] { 1, 2, 3 };
Assert.That( new int[] { 1, 3 }, Is.SubsetOf( iarray ) );
</pre></div>
<h3>CollectionOrderedConstraint (NUnit 2.5)</h3>
<h4>Action</h4>
<p>Tests that a collection is ordered.
<h4>Constructor</h4>
<div class="code"><pre>
CollectionOrderedConstraint()
</pre></div>
<h4>Syntax</h4>
<div class="code"><pre>
Is.Ordered
</pre></div>
<h4>Modifiers</h4>
<div class="code"><pre>
...Descending
...By(string propertyName)
...Using(IComparer comparer)
...Using<T>(IComparer<T> comparer)
...Using<T>(Comparison<T> comparer)
</pre></div>
<h4>Examples of Use</h4>
<div class="code"><pre>
int[] iarray = new int[] { 1, 2, 3 };
string[] sarray = new string[] { "c", "b", "a" };
string[] sarray2 = new string[] ( "a", "aa", "aaa" );
Assert.That( iarray, Is.Ordered );
Assert.That( sarray, Is.Ordered.Descending );
Assert.That( sarray2, Is.Ordered.By("Length");
</pre></div>
<h4>Notes</h4>
<ol>
<li>Modifiers may be combined and may appear in any order. If the
same modifier is used more than once, the result is undefined.
<li>The syntax of Is.Ordered has changed from earlier betas.
</ol>
</div>
<!-- Submenu -->
<div id="subnav">
<ul>
<li><a href="index.html">NUnit 2.5.7</a></li>
<ul>
<li><a href="getStarted.html">Getting Started</a></li>
<li><a href="assertions.html">Assertions</a></li>
<li><a href="constraintModel.html">Constraints</a></li>
<ul>
<li><a href="equalConstraint.html">Equal Constraint</a></li>
<li><a href="sameasConstraint.html">SameAs Constraint</a></li>
<li><a href="conditionConstraints.html">Condition Constraints</a></li>
<li><a href="comparisonConstraints.html">Comparison Constrants</a></li>
<li><a href="pathConstraints.html">Path Constraints</a></li>
<li><a href="typeConstraints.html">Type Constraints</a></li>
<li><a href="stringConstraints.html">String Constraints</a></li>
<li id="current"><a href="collectionConstraints.html">Collection Constraints</a></li>
<li><a href="propertyConstraint.html">Property Constraint</a></li>
<li><a href="throwsConstraint.html">Throws Constraint</a></li>
<li><a href="compoundConstraints.html">Compound Constraints</a></li>
<li><a href="delayedConstraint.html">Delayed Constraint</a></li>
<li><a href="listMapper.html">List Mapper</a></li>
<li><a href="reusableConstraint.html">Reusable Constraint</a></li>
</ul>
<li><a href="attributes.html">Attributes</a></li>
<li><a href="runningTests.html">Running Tests</a></li>
<li><a href="extensibility.html">Extensibility</a></li>
<li><a href="releaseNotes.html">Release Notes</a></li>
<li><a href="samples.html">Samples</a></li>
<li><a href="license.html">License</a></li>
</ul>
</ul>
</div>
<!-- End of Submenu -->
<!-- Standard Footer for NUnit.org -->
<div id="footer">
Copyright © 2009 Charlie Poole. All Rights Reserved.
</div>
<!-- End of Footer -->
</body>
</html>
|
continuoustests/AutoTest.Net
|
lib/celer/src/lib/NUnit-2.5.7.10213/doc/collectionConstraints.html
|
HTML
|
mit
| 9,104
|
<!doctype html>
<html>
<head>
<meta charste="utf-8">
<title>个人博客—如影随形</title>
<link href="statics/css/base.css" rel="stylesheet">
<link href="statics/css/style.css" rel="stylesheet">
<link href="statics/css/media.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<!--[if lt IE 9]>
<script src="js/modernizr.js"></script>
<![endif]-->
</head>
<body>
<div class="ibody">
<header>
<h1>如影随形</h1>
<h2>影子是一个会撒谎的精灵,它在虚空中流浪和等待被发现之间;在存在与不存在之间....</h2>
<div class="logo"><a href="/"></a></div>
<nav id="topnav"><a href="index.html">首页</a><a href="about.html">关于我</a><a href="newlist.html">慢生活</a><a href="share.html">模板分享</a><a href="new.html">模板主题</a></nav>
</header>
<article>
<h2 class="about_h">您现在的位置是:<a href="/">首页</a>><a href="1/">模板分享</a>><a href="1/">个人博客模板</a></h2>
<div class="template">
<h3>
<p><span>个人博客</span>模板</p>
<a href="/" class="more">更多>></a> </h3>
<ul>
<li><a href="/" target="_blank"><img src="images/t00.jpg"></a><span>黑色Html5个人博客模板主题《如影随形》</span></li>
<li><a href="/" target="_blank"><img src="images/t01.jpg"></a><span>仿新浪博客风格·梅——古典个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/t02.jpg"></a><span>黑色质感时间轴html5个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/t03.jpg"></a><span>Green绿色小清新的夏天-个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/t04.jpg"></a><span>女生清新个人博客网站模板</span></li>
<li><a href="/" target="_blank"><img src="images/t05.jpg"></a><span>黑色质感时间轴html5个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/t06.jpg"></a><span>Green绿色小清新的夏天-个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/01.jpg"></a><span>仿新浪博客风格·梅——古典个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/02.jpg"></a><span>黑色质感时间轴html5个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/04.jpg"></a><span>女生清新个人博客网站模板</span></li>
<li><a href="/" target="_blank"><img src="images/02.jpg"></a><span>黑色质感时间轴html5个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/03.jpg"></a><span>Green绿色小清新的夏天-个人博客模板</span></li>
</ul>
<h3>
<p><span>企业</span>网站模板</p>
<a href="/" class="more">更多>></a> </h3>
<ul>
<li><a href="/" target="_blank"><img src="images/01.jpg"></a><span>仿新浪博客风格·梅——古典个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/02.jpg"></a><span>黑色质感时间轴html5个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/03.jpg"></a><span>Green绿色小清新的夏天-个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/04.jpg"></a><span>女生清新个人博客网站模板</span></li>
<li><a href="/" target="_blank"><img src="images/02.jpg"></a><span>黑色质感时间轴html5个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/03.jpg"></a><span>Green绿色小清新的夏天-个人博客模板</span></li>
</ul>
<h3>
<p>个人<span>作品</span></p>
<a href="/" class="more">更多>></a> </h3>
<ul>
<li><a href="/" target="_blank"><img src="images/01.jpg"></a><span>仿新浪博客风格·梅——古典个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/02.jpg"></a><span>黑色质感时间轴html5个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/03.jpg"></a><span>Green绿色小清新的夏天-个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/04.jpg"></a><span>女生清新个人博客网站模板</span></li>
<li><a href="/" target="_blank"><img src="images/02.jpg"></a><span>黑色质感时间轴html5个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/03.jpg"></a><span>Green绿色小清新的夏天-个人博客模板</span></li>
</ul>
<h3>
<p><span>国外</span>Html5模板</p>
<a href="/" class="more">更多>></a> </h3>
<ul>
<li><a href="/" target="_blank"><img src="images/01.jpg"></a><span>仿新浪博客风格·梅——古典个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/02.jpg"></a><span>黑色质感时间轴html5个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/03.jpg"></a><span>Green绿色小清新的夏天-个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/04.jpg"></a><span>女生清新个人博客网站模板</span></li>
<li><a href="/" target="_blank"><img src="images/02.jpg"></a><span>黑色质感时间轴html5个人博客模板</span></li>
<li><a href="/" target="_blank"><img src="images/03.jpg"></a><span>Green绿色小清新的夏天-个人博客模板</span></li>
</ul>
</div>
<div class="page"><a title="Total record"><b>113</b></a><b>1</b><a href="/">2</a><a href="/">3</a><a href="/">4</a><a href="/">5</a><a href="/">></a><a href="/">>></a></div>
</article>
<aside>
<div class="rnav">
<li class="rnav1 "><a href="/">个人博客模板</a></li>
<li class="rnav2 "><a href="/">企业网站模板</a></li>
<li class="rnav3 "><a href="/">个人作品</a></li>
<li class="rnav4 "><a href="/">国外html5模板</a></li>
</div>
<div class="ph_news">
<h2>
<p>点击排行</p>
</h2>
<ul class="ph_n">
<li><span class="num1">1</span><a href="/">有一种思念,是淡淡的幸福,一个心情一行文字</a></li>
<li><span class="num2">2</span><a href="/">励志人生-要做一个潇洒的女人</a></li>
<li><span class="num3">3</span><a href="/">女孩都有浪漫的小情怀——浪漫的求婚词</a></li>
<li><span>4</span><a href="/">Green绿色小清新的夏天-个人博客模板</a></li>
<li><span>5</span><a href="/">女生清新个人博客网站模板</a></li>
<li><span>6</span><a href="/">Wedding-婚礼主题、情人节网站模板</a></li>
<li><span>7</span><a href="/">Column 三栏布局 个人网站模板</a></li>
<li><span>8</span><a href="/">时间煮雨-个人网站模板</a></li>
<li><span>9</span><a href="/">花气袭人是酒香—个人网站模板</a></li>
</ul>
<h2>
<p>栏目推荐</p>
</h2>
<ul>
<li><a href="/">有一种思念,是淡淡的幸福,一个心情一行文字</a></li>
<li><a href="/">励志人生-要做一个潇洒的女人</a></li>
<li><a href="/">女孩都有浪漫的小情怀——浪漫的求婚词</a></li>
<li><a href="/">Green绿色小清新的夏天-个人博客模板</a></li>
<li><a href="/">女生清新个人博客网站模板</a></li>
<li><a href="/">Wedding-婚礼主题、情人节网站模板</a></li>
<li><a href="/">Column 三栏布局 个人网站模板</a></li>
<li><a href="/">时间煮雨-个人网站模板</a></li>
<li><a href="/">花气袭人是酒香—个人网站模板</a></li>
</ul>
<script src="statics/js/silder.js"></script>
<div class="clear"></div>
<!-- 清除浮动 -->
</div>
</body>
</html>
|
qin1013273644/BlogForMe
|
share.html
|
HTML
|
mit
| 8,023
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>URL</title>
<link type="text/css" rel="stylesheet" href="style.css"/>
</head>
<body>
<h1 id="url">URL</h1>
<p>By Ross Smith</p>
<ul>
<li><code>#include "rs-core/url.hpp"</code></li>
</ul>
<h2 id="contents">Contents</h2>
<div class="toc">
<ul>
<li><a href="#url">URL</a><ul>
<li><a href="#contents">Contents</a></li>
<li><a href="#url-class">URL class</a></li>
</ul>
</li>
</ul>
</div>
<h2 id="url-class">URL class</h2>
<div class="defns">
<ul>
<li><code>class</code> <strong><code>Url</code></strong></li>
</ul>
<p>This class holds a URL, assumed to follow the format:</p>
<pre><code>scheme: [//] [ [user [:password] @] host [:port] ] [/path] [?query] [#fragment]
</code></pre>
</div>
<div class="defns">
<ul>
<li><code>Url::</code><strong><code>Url</code></strong><code>()</code></li>
<li><code>explicit Url::</code><strong><code>Url</code></strong><code>(Uview s)</code></li>
<li><code>Url::</code><strong><code>Url</code></strong><code>(Uview scheme, Uview user, Uview password, Uview host, uint16_t port = 0, Uview path = {}, Uview query = {}, Uview fragment = {})</code></li>
</ul>
<p>Constructors. The default constructor produces an empty URL; the second
constructor parses a URL supplied as a string; the third assembles a URL from
its component parts (following the same rules as the individual <code>set_*()</code>
functions described below). The second and third constructors will throw
<code>std::invalid_argument</code> if their arguments do not form a valid URL.</p>
</div>
<div class="defns">
<ul>
<li><code>Url::</code><strong><code>~Url</code></strong><code>() noexcept</code></li>
<li><code>Url::</code><strong><code>Url</code></strong><code>(const Url& u)</code></li>
<li><code>Url::</code><strong><code>Url</code></strong><code>(Url&& u) noexcept</code></li>
<li><code>Url& Url::</code><strong><code>operator=</code></strong><code>(const Url& u)</code></li>
<li><code>Url& Url::</code><strong><code>operator=</code></strong><code>(Url&& u) noexcept</code></li>
</ul>
<p>Other life cycle functions.</p>
</div>
<div class="defns">
<ul>
<li><code>bool Url::</code><strong><code>has_scheme</code></strong><code>() const noexcept</code></li>
<li><code>bool Url::</code><strong><code>has_slashes</code></strong><code>() const noexcept</code></li>
<li><code>bool Url::</code><strong><code>has_user</code></strong><code>() const noexcept</code></li>
<li><code>bool Url::</code><strong><code>has_password</code></strong><code>() const noexcept</code></li>
<li><code>bool Url::</code><strong><code>has_host</code></strong><code>() const noexcept</code></li>
<li><code>bool Url::</code><strong><code>has_port</code></strong><code>() const noexcept</code></li>
<li><code>bool Url::</code><strong><code>has_path</code></strong><code>() const noexcept</code></li>
<li><code>bool Url::</code><strong><code>has_query</code></strong><code>() const noexcept</code></li>
<li><code>bool Url::</code><strong><code>has_fragment</code></strong><code>() const noexcept</code></li>
</ul>
<p>Query whether a given URL element is present.</p>
</div>
<div class="defns">
<ul>
<li><code>Ustring Url::</code><strong><code>scheme</code></strong><code>() const</code></li>
<li><code>Ustring Url::</code><strong><code>user</code></strong><code>() const</code></li>
<li><code>Ustring Url::</code><strong><code>password</code></strong><code>() const</code></li>
<li><code>Ustring Url::</code><strong><code>host</code></strong><code>() const</code></li>
<li><code>uint16_t Url::</code><strong><code>port</code></strong><code>() const noexcept</code></li>
<li><code>Ustring Url::</code><strong><code>path</code></strong><code>() const</code></li>
<li><code>Ustring Url::</code><strong><code>query</code></strong><code>() const</code></li>
<li><code>Ustring Url::</code><strong><code>fragment</code></strong><code>() const</code></li>
</ul>
<p>Query the value of a given URL element. The returned strings do not include
the associated punctuation (e.g. <code>scheme()</code> will not have a trailing colon).
In some cases this means that the corresponding <code>has_*()</code> function must also
be checked in order to distinguish between an element that is absent and one
that is present but with an empty value (e.g. a URL ending in a question mark
is considered to include an empty query string, which is not the same thing as
one with no query part).</p>
</div>
<div class="defns">
<ul>
<li><code>void Url::</code><strong><code>set_scheme</code></strong><code>(Uview new_scheme)</code></li>
<li><code>void Url::</code><strong><code>set_user</code></strong><code>(Uview new_user)</code></li>
<li><code>void Url::</code><strong><code>set_password</code></strong><code>(Uview new_password)</code></li>
<li><code>void Url::</code><strong><code>set_host</code></strong><code>(Uview new_host)</code></li>
<li><code>void Url::</code><strong><code>set_port</code></strong><code>(uint16_t new_port)</code></li>
<li><code>void Url::</code><strong><code>set_path</code></strong><code>(Uview new_path)</code></li>
<li><code>void Url::</code><strong><code>set_query</code></strong><code>(Uview new_query)</code></li>
<li><code>void Url::</code><strong><code>set_fragment</code></strong><code>(Uview new_fragment)</code></li>
</ul>
<p>Change the value of a given URL element. The string supplied will be escaped
when necessary. Passing an empty string is equivalent to clearing the element
only for elements that do not distinguish between an empty value and a missing
element; this is not true of the query and fragment elements (e.g.
<code>set_user("")</code> is equivalent to <code>clear_user()</code>, but <code>set_query("")</code> is not
equivalent to <code>clear_query()</code>). By default, <code>set_scheme()</code> will follow the
scheme with two slashes if the previous URL had slashes there, or if it was
empty; this can be overridden by explicitly ending the new scheme in <code>":"</code> or
<code>"://"</code>. All of these can throw <code>std::invalid_argument</code>: all except
<code>set_scheme()</code> will throw if the URL is empty and (for elements other than
query and fragment) the value is not empty; <code>set_scheme()</code> will throw if the
scheme is invalid (it is expected to start with an ASCII letter and contain
only letters, digits, dots, and plus and minus signs); <code>set_user()</code> will throw
if the host is empty; <code>set_password()</code> will throw if the user or host is
empty; <code>set_path()</code> will throw if the path contains two consecutive slashes.</p>
</div>
<div class="defns">
<ul>
<li><code>void Url::</code><strong><code>clear_user</code></strong><code>() noexcept</code></li>
<li><code>void Url::</code><strong><code>clear_password</code></strong><code>() noexcept</code></li>
<li><code>void Url::</code><strong><code>clear_host</code></strong><code>() noexcept</code></li>
<li><code>void Url::</code><strong><code>clear_port</code></strong><code>() noexcept</code></li>
<li><code>void Url::</code><strong><code>clear_path</code></strong><code>() noexcept</code></li>
<li><code>void Url::</code><strong><code>clear_query</code></strong><code>() noexcept</code></li>
<li><code>void Url::</code><strong><code>clear_fragment</code></strong><code>() noexcept</code></li>
</ul>
<p>Remove a given URL element. There is no function to clear the scheme because
the scheme is always required.</p>
</div>
<div class="defns">
<ul>
<li><code>void Url::</code><strong><code>append_path</code></strong><code>(Uview new_path)</code></li>
<li><code>Url& Url::</code><strong><code>operator/=</code></strong><code>(Uview rhs)</code></li>
<li><code>Url</code> <strong><code>operator/</code></strong><code>(const Url& lhs, Uview rhs)</code></li>
</ul>
<p>Append one or more file path elements to the URL's path. Appending an absolute
path (one that starts with a slash) will discard the original path and behave
like <code>set_path()</code>. These will throw <code>std::invalid_argument</code> if the path is
invalid (contains two consecutive slashes).</p>
</div>
<div class="defns">
<ul>
<li><code>void Url::</code><strong><code>clear</code></strong><code>() noexcept;</code></li>
</ul>
<p>Resets the URL to an empty string.</p>
</div>
<div class="defns">
<ul>
<li><code>Url Url::</code><strong><code>doc</code></strong><code>() const</code></li>
<li><code>Url Url::</code><strong><code>base</code></strong><code>() const</code></li>
<li><code>Url Url::</code><strong><code>parent</code></strong><code>() const</code></li>
<li><code>Url Url::</code><strong><code>root</code></strong><code>() const</code></li>
</ul>
<p>These return related URLs. The <code>doc()</code> function discards the fragment part
(equivalent to <code>clear_fragment()</code>); <code>base()</code> discards the query and fragment
parts; <code>parent()</code> discards the last element of the path, if any; <code>root()</code>
discards the entire path and returns the root of the host directory tree
(equivalent to <code>set_path("/")</code>).</p>
</div>
<div class="defns">
<ul>
<li><code>bool Url::</code><strong><code>empty</code></strong><code>() const noexcept</code></li>
</ul>
<p>True if the URL is an empty string.</p>
</div>
<div class="defns">
<ul>
<li><code>bool Url::</code><strong><code>is_root</code></strong><code>() const noexcept</code></li>
</ul>
<p>True if the URL refers to the root of the host directory tree (the path part
is empty or <code>"/"</code>).</p>
</div>
<div class="defns">
<ul>
<li><code>Ustring Url::</code><strong><code>path_dir</code></strong><code>() const</code></li>
<li><code>Ustring Url::</code><strong><code>path_leaf</code></strong><code>() const</code></li>
</ul>
<p>Split the path element into a directory path and a leaf name. If <code>path_dir()</code>
is not empty, it will always start and end with a slash. If the whole path
ends with a slash, it is assumed to be a directory name, and <code>path_leaf()</code> is
empty.</p>
</div>
<div class="defns">
<ul>
<li><code>Ustring Url::</code><strong><code>str</code></strong><code>() const</code></li>
<li><code>std::ostream&</code> <strong><code>operator<<</code></strong><code>(std::ostream& out, const Url& u)</code></li>
<li><code>Ustring</code> <strong><code>to_str</code></strong><code>(const Url& u)</code></li>
</ul>
<p>Return the URL as a string.</p>
</div>
<div class="defns">
<ul>
<li><code>bool Url::</code><strong><code>try_parse</code></strong><code>(Uview s)</code></li>
</ul>
<p>Attempts to parse the given string as a URL. On success, this changes the
current object to hold the new URL and returns true; on failure, it returns
false and leaves the object unchanged.</p>
</div>
<div class="defns">
<ul>
<li><code>static Ustring Url::</code><strong><code>encode</code></strong><code>(Uview s, Uview exempt = "")</code></li>
<li><code>static Ustring Url::</code><strong><code>decode</code></strong><code>(Uview s)</code></li>
</ul>
<p>These apply percent encoding to a string. Safe bytes, left unencoded, are the
ASCII alphanumerics plus <code>[-._~]</code>; all other bytes are encoded unless they
appear in the exempt string.</p>
</div>
<div class="defns">
<ul>
<li><code>template <typename R> static Ustring Url::</code><strong><code>make_query</code></strong><code>(const R& range, char delimiter = '&', uint32_t flags = 0)</code></li>
<li><code>static std::vector<std::pair<Ustring, Ustring>> Url::</code><strong><code>parse_query</code></strong><code>(Uview query, char delimiter = '\0')</code></li>
</ul>
<p>Construct or deconstruct a query string. The range argument to <code>make_query()</code>
is expected to contain pairs whose first and second fields are string views or
convertible to them; the delimiter character is inserted between key/value
pairs; an equals sign is inserted between keys and values, except that it will
be left out if the value is empty and the <code>lone_keys</code> flag is set. The
<code>parse_query()</code> function breaks down a query string into a vector of key/value
pairs; if no delimiter is explicitly supplied, the first of <code>'&'</code> or <code>';'</code>
that appears in the string will be used. Key and value strings are percent
encoded by <code>make_query()</code> and decoded by <code>parse_query()</code>.</p>
</div>
<div class="defns">
<ul>
<li><code>bool</code> <strong><code>operator==</code></strong><code>(const Url& lhs, const Url& rhs) noexcept</code></li>
<li><code>bool</code> <strong><code>operator!=</code></strong><code>(const Url& lhs, const Url& rhs) noexcept</code></li>
<li><code>bool</code> <strong><code>operator<</code></strong><code>(const Url& lhs, const Url& rhs) noexcept</code></li>
<li><code>bool</code> <strong><code>operator></code></strong><code>(const Url& lhs, const Url& rhs) noexcept</code></li>
<li><code>bool</code> <strong><code>operator<=</code></strong><code>(const Url& lhs, const Url& rhs) noexcept</code></li>
<li><code>bool</code> <strong><code>operator>=</code></strong><code>(const Url& lhs, const Url& rhs) noexcept</code></li>
</ul>
<p>Comparison operators. These perform a simple string comparison on the URL
string.</p>
</div>
<div class="defns">
<ul>
<li><code>namespace RS::Literals</code><ul>
<li><code>Url</code> <strong><code>operator""_url</code></strong><code>(const char* p, size_t n)</code></li>
</ul>
</li>
</ul>
<p>URL literal operator. This calls the constructor from a string view,
and will throw the same exceptions.</p></body>
</html>
|
CaptainCrowbar/rs-core-lib
|
doc/url.html
|
HTML
|
mit
| 13,567
|
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<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>
<a class="navbar-brand" href="/#page-top">{{ site.title }}</a>
</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 navbar-right">
<li class="hidden">
<a href="/#page-top"></a>
</li>
<!--<li class="page-scroll">
<a href="{{ site.url }}/#donate">Donate</a>
</li>-->
<li class="page-scroll">
<a href="/#issue">Vote No</a>
</li>
<!--<li class="page-scroll">
<a href="{{ site.url }}/#about">Details</a>
</li>-->
<li class="page-scroll">
<a href="/#share">Share</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
|
votenoeastlakeissue1-staging/votenoeastlakeissue1-staging.github.io
|
_includes/navbar.html
|
HTML
|
mit
| 1,613
|
<!DOCTYPE html>
<html lang="en">
<!-- #BeginTemplate "../assets/templates/b-template.dwt" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- #BeginEditable "title" -->
<title>Conduct Assessment Service</title>
<!-- #EndEditable -->
<!--[if gt IE 8]><!-->
<link type="text/css" rel="stylesheet" media="screen" href="../assets/stylesheets/govuk-template.css"><!--<![endif]-->
<!--[if IE 6]>
<link href="../assets/stylesheets/govuk-template-ie6.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 7]>
<link href="../assets/stylesheets/govuk-template-ie7.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 8]>
<link href="../assets/stylesheets/govuk-template-ie8.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<link type="text/css" rel="stylesheet" media="print" href="../assets/stylesheets/govuk-template-print.css">
<!--[if IE 8]>
<script type="text/javascript">
(function(){if(window.opera){return;}
setTimeout(function(){var a=document,g,b={families:(g=
["nta"]),urls:["/public/stylesheets/fonts-ie8.css"]},
c="/public/javascripts/vendor/goog/webfont-debug.js",d="script",
e=a.createElement(d),f=a.getElementsByTagName(d)[0],h=g.length;WebFontConfig
={custom:b},e.src=c,f.parentNode.insertBefore(e,f);for(;h=h-1;a.documentElement
.className+=' wf-'+g[h].replace(/\s/g,'').toLowerCase()+'-n4-loading');},0)
})()
</script>
<![endif]-->
<!--[if gte IE 9]><!-->
<link type="text/css" rel="stylesheet" media="all" href="../assets/stylesheets/fonts.css">
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="../assets/javascripts/ie.js" type="text/javascript"></script>
<![endif]-->
<link type="image/x-icon" href="../assets/images/favicon.ico" rel="shortcut icon">
<!-- For third-generation iPad with high-resolution Retina display: -->
<link href="../assets/images/apple-touch-icon-144x144.png" sizes="144x144" rel="apple-touch-icon-precomposed">
<!-- For iPhone with high-resolution Retina display: -->
<link href="../assets/images/apple-touch-icon-114x114.png" sizes="114x114" rel="apple-touch-icon-precomposed">
<!-- For first- and second-generation iPad: -->
<link href="../assets/images/apple-touch-icon-72x72.png" sizes="72x72" rel="apple-touch-icon-precomposed">
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link href="../assets/images/apple-touch-icon-57x57.png" rel="apple-touch-icon-precomposed">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="assets/images/opengraph-image.png" property="og:image">
<link type="text/css" rel="stylesheet" href="../assets/stylesheets/elements-page.css">
<!--[if gt IE 8]><!-->
<link type="text/css" rel="stylesheet" href="../assets/stylesheets/main.css"><!--<![endif]-->
<!--[if IE 6]>
<link href="../assets/stylesheets/main-ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 7]>
<link href="../assets/stylesheets/main-ie7.css" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 8]>
<link href="../assets/stylesheets/main-ie8.css" rel="stylesheet" type="text/css" /><![endif]-->
<link type="text/css" rel="stylesheet" media="screen" href="../assets/stylesheets/overrides.css">
<link type="text/css" rel="stylesheet" media="screen" href="../assets/stylesheets/complete.css">
<!-- #BeginEditable "styles" -->
<link type="text/css" rel="stylesheet" media="screen" href="../assets/js/bootstrap-switch/bootstrap.min.css">
<style type="text/css">
.row img {
width: 60px;
text-align: right;
float: right;
}
.row > div {
padding-top: 15px;
}
.row > div:first-child {
padding-top: 0px;
}
a.well {
padding-top: 8px;
display: block;
height: 90px;
min-width: 99%;
font-size: 16px;
}
widget {
float:right;
padding-left: 10px;
padding-top: 20px;
border-left: 1px solid #bfc1c3;
font-size: 95%;
}
</style>
<!-- #EndEditable -->
</head>
<body class="js-enabled js-enabled">
<script type="text/javascript">document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');</script>
<div id="global-cookie-message" style="display: none; height:0">
<div class="outer-block" style="display: none;">
<div class="inner-block">
<p>The Redundancy Payments Service uses cookies to make the site simpler. <a href="https://www.gov.uk/help/cookies">Find out more about cookies</a></p>
</div>
</div>
</div>
<div id="skiplink-container">
<div>
<a class="skiplink" href="/claims/start#content">Skip to main content</a>
</div>
</div>
<header class="with-proposition" id="global-header" role="banner">
<div class="header-wrapper">
<div class="header-global">
<div class="header-logo">
<a class="content" id="logo" title="Go to the GOV.UK homepage" href="https://www.gov.uk/">
<img alt="" src="../assets/images/govuk/gov.uk_logotype_crown.png"> GOV.UK
</a>
</div>
</div>
<div class="header-proposition">
<div class="content">
<nav id="proposition-menu">
<span id="proposition-name" href="https://www.gov.uk/service-manual">Conduct Assessment Service</span>
</nav>
</div>
</div>
</div>
</header>
<!--end header-->
<div id="global-header-bar">
<div class="inner-block">
<div class="header-bar"></div>
</div>
</div>
<main role="main" id="wrapper">
<div id="content">
<div class="inner-block">
<div class="phase-banner">
<p>
<strong class="phase-tag">BETA</strong>
This is a new service - your <a href="#" target="_blank">feedback</a> will help us improve it
</p>
<br />
<a href="dashboard.html">Dashboard</a> |
<a href="ipadmins.html">Manage Staff</a> |
<a href="changepassword.html">Change Password</a>
<div style="float: right; clear: both;"><a href="logout.html">Logout (Mr D Smith)</a> </div>
</div>
</div>
<!-- #BeginEditable "content" -->
<div class="content">
<div class="row" style="margin-left:15px;margin-right:15px;">
<div class="col-sm-8">
<h1 class="form-title heading-large">Case - Further Information</h1>
<form class="form" method="post">
<div class="form-navigation form-group">
<fieldset class="inline">
<div class="form-group ">
<label class="form-label-bold">Is there any evidence that the company continued to trade after it was unable to pay its debts when they became due?</label>
<div id="title" class="form-group">
<label id="title_label0" for="majorityyes" class="block-label">
<input id="majorityyes" value="Mr." name="x21" type="radio" aria-describedby="title_error title_help">Yes
</label>
<label id="title_label1" for="check7x" class="block-label">
<input id="check7x" value="Mrs." name="x21" type="radio" aria-describedby="title_error title_help">No
</label>
</div>
<br /><p><br /> </p>
</div>
</fieldset>
<fieldset class="inline">
<div class="form-group ">
<label class="form-label-bold">Is there evidence that not all creditors have been treated equally?</label>
<div id="title" class="form-group">
<label id="title_label0" for="majorityyes1" class="block-label">
<input id="majorityyes1" value="Mr." name="x2" type="radio" aria-describedby="title_error title_help">Yes
</label>
<label id="title_label1" for="check7x1" class="block-label">
<input id="check7x1" value="Mrs." name="x2" type="radio" aria-describedby="title_error title_help">No
</label>
</div>
<br /><p><br /> </p>
</div>
</fieldset>
<fieldset class="inline">
<div class="form-group ">
<label class="form-label-bold">Is there any evidence that company assets have been disposed of, without explanation, or for less than their true value?</label>
<div id="title" class="form-group">
<label id="title_label0" for="xx2" class="block-label">
<input id="xx2" value="Mr." name="x211" type="radio" aria-describedby="title_error title_help">Yes
</label>
<label id="title_label1" for="xx22" class="block-label">
<input id="xx22" value="Mrs." name="x211" type="radio" aria-describedby="title_error title_help">No
</label>
</div>
<br /><p><br /> </p>
</div>
</fieldset>
</div>
<p><br /> </p>
<a href="case_further_information_2.html" class="button">Continue</a><br>
<a style="padding-right: 30px" href="ase_books_and_records.html" id="back">Back</a>
</form>
</div>
<widget>
<p><b>Case:</b> NCL12345<br /><b>Company:</b> Cars R Us Ltd <br /> <b>Reg:</b> 01234567<br /><br /> <a href="#">View PDF </a></p>
</widget>
</div>
</div>
</div>
<!-- #EndEditable -->
<!--start footer-->
<footer role="contentinfo" id="footer" class="group js-footer">
<div class="footer-meta">
<div class="footer-meta-inner">
<ul class="footer__nav" style="width:100%">
<li class="small-btm-margin" style="text-align:left; display:block"><a class="bold-medium" href="../contact-us.html">Contact us</a></li>
</ul>
<ul class="footer__nav" style="clear:left; text-align:left; display:block">
<li class="footer__link" style=" "><a href="../privacy.html">Privacy</a></li>
<li class="footer__link" style=""><a href="../cookies.html">Cookies</a></li>
<li class="footer__link" style=" ">Built by <a href="http://www.gov.uk/insolvency-service" target="_blank">The Insolvency Service</a></li>
</ul>
<div class="open-government-licence">
<h2><a href="http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2">Open Government Licence</a></h2>
<p>All content is available under the <a href="http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2">Open Government Licence v2.0</a>, except where otherwise stated</p>
</div>
</div>
<div class="copyright">
<a href="http://www.nationalarchives.gov.uk/information-management/our-services/crown-copyright.htm">© Crown copyright</a>
</div>
</div>
</footer>
<!--end footer-->
<div class="app-error hidden" id="global-app-error"></div>
<script type="text/javascript" src="../assets/js/bootstrap-switch/jquery.min.js"></script>
<script type="text/javascript">
function showMajority()
{
if (document.getElementById('majorityyes').checked) {
document.getElementById('div-majority').style.visibility = 'visible';
document.getElementById('div-majority').style.height = '125px';
document.getElementById('div-majority2').style.visibility = 'visible';
document.getElementById('div-majority2').style.height = '100px';
} else {
document.getElementById('div-majority').style.visibility = 'hidden';
document.getElementById('div-majority').style.height = '0px';
document.getElementById('div-majority2').style.visibility = 'hidden';
document.getElementById('div-majority2').style.height = '0px';
}
}
function showDividend() {
if (document.getElementById('dividendyes').checked) {
document.getElementById('div-dividend').style.visibility = 'visible';
document.getElementById('div-dividend').style.height = '190px';
} else {
document.getElementById('div-dividend').style.visibility = 'hidden';
document.getElementById('div-dividend').style.height = '0px';
}
}
function DoContinue()
{
if (
document.getElementById('check7x1').checked && document.getElementById('check7x1').checked
&& document.getElementById('xx22').checked && document.getElementById('xx33').checked
&& document.getElementById('xx44').checked
)
{
//window.location = "http://insolvencyservice.github.io/cas-prototypes/UR_0/case_confirm.html";
window.location.href = "./case_confirm.html";
}
else
{
//window.location = "http://insolvencyservice.github.io/cas-prototypes/UR_0/case_director_conduct.html";
window.location.href = "./case_director_conduct.html";
}
}
</script>
<div id="window-resizer-tooltip" style="display: none;">
<a href="/claims/start#" title="Edit settings" style="background-image: url(chrome-extension://kkelicaakdanhinjdeammmilcgefonfh/images/icon_19.png);"></a>
<span class="tooltipTitle">Window size: </span>
<span class="tooltipWidth" id="winWidth">1194</span> x <span class="tooltipHeight" id="winHeight">754</span>
<br><span class="tooltipTitle">Viewport size: </span>
<span class="tooltipWidth" id="vpWidth">1178</span> x <span class="tooltipHeight" id="vpHeight">623</span>
</div>
</div>
</main>
</body><!-- #EndTemplate -->
</html>
|
InsolvencyService/cas-prototypes
|
UR_6/case_further_information.html
|
HTML
|
mit
| 13,827
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PNChannelGroupHereNowCompletionBlock Block Reference</title>
<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
<meta name="generator" content="appledoc 2.2.1 (build 1333)">
</head>
<body class="appledoc">
<header>
<div class="container" class="hide-in-xcode">
<h1 id="library-title">
<a href="../index.html">PubNub 4.0b3 for iOS </a>
</h1>
<p id="developer-home">
<a href="../index.html">PubNub</a>
</p>
</div>
</header>
<aside>
<div class="container">
<nav>
<ul id="header-buttons" role="toolbar">
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
<li id="on-this-page" role="navigation">
<label>
On This Page
<div class="chevron">
<div class="chevy chevron-left"></div>
<div class="chevy chevron-right"></div>
</div>
<select id="jump-to">
<option value="top">Jump To…</option>
</select>
</label>
</li>
</ul>
</nav>
</div>
</aside>
<article>
<div id="overview_contents" class="container">
<div id="content">
<main role="main">
<h1 class="title">PNChannelGroupHereNowCompletionBlock Block Reference</h1>
<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<th>Declared in</th>
<td>PubNub+Presence.h</td>
</tr><tr>
<th>Availability</th>
<td>4.0</td>
</tr>
</tbody></table></div>
<a title="Block Definition" name="instance_methods"></a>
<h4 class="method-subtitle parameter-title">Block Definition</h4>
<h3 class="subsubtitle method-title">PNChannelGroupHereNowCompletionBlock</h3>
<div class="method-subsection brief-description">
<p>Channel group here now completion block.</p>
</div>
<code>typedef void (^PNChannelGroupHereNowCompletionBlock) (PNPresenceWhereNowResult *result, PNErrorStatus *status)</code>
<div class="method-subsection availability">
<h4 class="method-subtitle parameter-title">Availability</h4>
<p>4.0</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">PubNub+Presence.h</code><br />
</div>
</main>
<footer>
<div class="footer-copyright">
<p class="copyright">Copyright © 2015 PubNub. All rights reserved. Updated: 2015-06-24</p>
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
</div>
</footer>
</div>
</div>
</article>
<script src="../js/script.js"></script>
</body>
</html>
|
640Labs/pubnub
|
docs/core/html/Blocks/PNChannelGroupHereNowCompletionBlock.html
|
HTML
|
mit
| 2,911
|
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Advanced Programming in R</title>
<meta name="description" content="Advanced Programming in R">
<meta name="generator" content="bookdown 0.5.4 and GitBook 2.6.7">
<meta property="og:title" content="Advanced Programming in R" />
<meta property="og:type" content="book" />
<meta name="github-repo" content="marburg-open-courseware/publication-quality-graphics" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Advanced Programming in R" />
<meta name="author" content="Florian Detsch">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="prev" href="towards-a-structured-workflow.html">
<link rel="next" href="rproj.html">
<script src="libs/jquery-2.2.3/jquery.min.js"></script>
<link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-bookdown.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-highlight.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-search.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-fontsettings.css" rel="stylesheet" />
<style type="text/css">
div.sourceCode { overflow-x: auto; }
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode {
margin: 0; padding: 0; vertical-align: baseline; border: none; }
table.sourceCode { width: 100%; line-height: 100%; }
td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; }
td.sourceCode { padding-left: 5px; }
code > span.kw { color: #007020; font-weight: bold; } /* Keyword */
code > span.dt { color: #902000; } /* DataType */
code > span.dv { color: #40a070; } /* DecVal */
code > span.bn { color: #40a070; } /* BaseN */
code > span.fl { color: #40a070; } /* Float */
code > span.ch { color: #4070a0; } /* Char */
code > span.st { color: #4070a0; } /* String */
code > span.co { color: #60a0b0; font-style: italic; } /* Comment */
code > span.ot { color: #007020; } /* Other */
code > span.al { color: #ff0000; font-weight: bold; } /* Alert */
code > span.fu { color: #06287e; } /* Function */
code > span.er { color: #ff0000; font-weight: bold; } /* Error */
code > span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
code > span.cn { color: #880000; } /* Constant */
code > span.sc { color: #4070a0; } /* SpecialChar */
code > span.vs { color: #4070a0; } /* VerbatimString */
code > span.ss { color: #bb6688; } /* SpecialString */
code > span.im { } /* Import */
code > span.va { color: #19177c; } /* Variable */
code > span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
code > span.op { color: #666666; } /* Operator */
code > span.bu { } /* BuiltIn */
code > span.ex { } /* Extension */
code > span.pp { color: #bc7a00; } /* Preprocessor */
code > span.at { color: #7d9029; } /* Attribute */
code > span.do { color: #ba2121; font-style: italic; } /* Documentation */
code > span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code > span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
</style>
</head>
<body>
<div class="book without-animation with-summary font-size-2 font-family-1" data-basepath=".">
<div class="book-summary">
<nav role="navigation">
<ul class="summary">
<li><a href="./">Advanced Programming in R</a></li>
<li class="divider"></li>
<li class="chapter" data-level="" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i>Preface</a></li>
<li class="chapter" data-level="1" data-path="towards-a-structured-workflow.html"><a href="towards-a-structured-workflow.html"><i class="fa fa-check"></i><b>1</b> Towards a structured workflow</a><ul>
<li class="chapter" data-level="1.1" data-path="git.html"><a href="git.html"><i class="fa fa-check"></i><b>1.1</b> Git version control</a></li>
<li class="chapter" data-level="1.2" data-path="rproj.html"><a href="rproj.html"><i class="fa fa-check"></i><b>1.2</b> RStudio projects</a></li>
</ul></li>
<li class="chapter" data-level="2" data-path="data-handling-and-visualization.html"><a href="data-handling-and-visualization.html"><i class="fa fa-check"></i><b>2</b> Data handling and visualization</a><ul>
<li class="chapter" data-level="2.1" data-path="summarizing-data.html"><a href="summarizing-data.html"><i class="fa fa-check"></i><b>2.1</b> Summarizing data</a></li>
<li class="chapter" data-level="2.2" data-path="data-format-conversions.html"><a href="data-format-conversions.html"><i class="fa fa-check"></i><b>2.2</b> Data format conversions</a></li>
<li class="chapter" data-level="2.3" data-path="visualizing-data-using-ggplot2.html"><a href="visualizing-data-using-ggplot2.html"><i class="fa fa-check"></i><b>2.3</b> Visualizing data using <strong>ggplot2</strong></a></li>
</ul></li>
<li class="chapter" data-level="3" data-path="iteration-procedures.html"><a href="iteration-procedures.html"><i class="fa fa-check"></i><b>3</b> Iteration procedures</a><ul>
<li class="chapter" data-level="3.1" data-path="for.html"><a href="for.html"><i class="fa fa-check"></i><b>3.1</b> <code>for()</code> loops</a></li>
<li class="chapter" data-level="3.2" data-path="the-apply-family.html"><a href="the-apply-family.html"><i class="fa fa-check"></i><b>3.2</b> The <code>*apply</code> family</a><ul>
<li class="chapter" data-level="3.2.1" data-path="the-apply-family.html"><a href="the-apply-family.html#apply"><i class="fa fa-check"></i><b>3.2.1</b> <code>apply()</code></a></li>
<li class="chapter" data-level="3.2.2" data-path="the-apply-family.html"><a href="the-apply-family.html#lapply-and-sapply"><i class="fa fa-check"></i><b>3.2.2</b> <code>lapply()</code> and <code>sapply()</code></a></li>
</ul></li>
<li class="chapter" data-level="3.3" data-path="functional-programming.html"><a href="functional-programming.html"><i class="fa fa-check"></i><b>3.3</b> Functional programming</a><ul>
<li class="chapter" data-level="3.3.1" data-path="functional-programming.html"><a href="functional-programming.html#custom-functions"><i class="fa fa-check"></i><b>3.3.1</b> Custom functions</a></li>
<li class="chapter" data-level="3.3.2" data-path="functional-programming.html"><a href="functional-programming.html#functionals"><i class="fa fa-check"></i><b>3.3.2</b> Functionals</a></li>
<li class="chapter" data-level="3.3.3" data-path="functional-programming.html"><a href="functional-programming.html#closures"><i class="fa fa-check"></i><b>3.3.3</b> Closures</a></li>
</ul></li>
</ul></li>
<li class="chapter" data-level="4" data-path="speeding-up-iteration-procedures.html"><a href="speeding-up-iteration-procedures.html"><i class="fa fa-check"></i><b>4</b> Speeding up iteration procedures</a><ul>
<li class="chapter" data-level="4.1" data-path="parallelization.html"><a href="parallelization.html"><i class="fa fa-check"></i><b>4.1</b> Parallelization</a></li>
<li class="chapter" data-level="4.2" data-path="c-interconnectivity-via-rcpp.html"><a href="c-interconnectivity-via-rcpp.html"><i class="fa fa-check"></i><b>4.2</b> C++ interconnectivity via <strong>Rcpp</strong></a></li>
</ul></li>
<li class="chapter" data-level="5" data-path="final-remarks.html"><a href="final-remarks.html"><i class="fa fa-check"></i><b>5</b> Final remarks</a></li>
<li class="chapter" data-level="" data-path="references.html"><a href="references.html"><i class="fa fa-check"></i>References</a></li>
<li class="divider"></li>
<li><a href="https://bookdown.org" target="blank">Published with <b>bookdown</b></a></li>
</ul>
</nav>
</div>
<div class="book-body">
<div class="body-inner">
<div class="book-header" role="navigation">
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i><a href="./">Advanced Programming in R</a>
</h1>
</div>
<div class="page-wrapper" tabindex="-1" role="main">
<div class="page-inner">
<section class="normal" id="section-">
<div id="git" class="section level2">
<h2><span class="header-section-number">1.1</span> Git version control</h2>
<p><b>What is it actually?</b></p>
<p>GitHub is an online interface which hosts and provides access to the <a href="https://git-scm.com/">Git</a> version control system. Briefly, the software enables multiple users to work on a single (code) project, or workflow, without the need to share a common network. Following the principles of distributed revision control, each change to a file or folder is recorded, thus making any edit you’ve made comprehensible for other developers – and also making it easy to undo changes if something went terribly wrong!</p>
<p>For example, a short web-based tutorial to get started with the program is available from <a href="https://try.github.io/levels/1/challenges/1">Try Git</a>. At this point, we would like to invite you to take this roughly ten-minute tour to get used to the basic <code>git</code> commands that we are going to use repeatedly during the subsequent lessons.</p>
<br>
<center>
<img src="https://upload.wikimedia.org/wikipedia/commons/2/25/Hourglass_2.svg" alt="hourglass" style="width: 125px;"/>
</center>
<p><br></p>
<p><br><b>Initialize a new online code repository</b></p>
<p>Let’s get back to our own personal R business now. In order to be able to add version control to an RStudio project later on, you are required to create a user account at <a href="https://github.com/">GitHub</a>. This involves the specification of a username, e-mail address, and password only and goes without giving away personal data.</p>
<p>Once your account has been created and you’ve successfully logged in, select ‘New repository’ from the ‘Create new…’ (plus sign) drop-down menu in the top-right corner to create a new GitHub code repository.</p>
<br>
<center>
<img src="http://i.imgur.com/N4ni6RY.png" />
</center>
<p><br></p>
<p>Now, enter ‘advanced-programming-in-r’ as repository name and, optionally, provide a short description of the data it contains (or, more precisely, the data that it is supposed to contain in the future). Finally, hit the ‘Create repository’ button to complete the setup process.</p>
<br>
<center>
<img src="http://i.imgur.com/K9D6NQr.png" />
</center>
<p><br></p>
<p>So far, the code repository thus created is available online only. In order to get a local copy on your hard disk, copy the link to be found when hitting the green ‘Clone or download’ button on the main webpage of your GitHub repository. Next, open up a Git Bash or Terminal (depending on your operating system) and navigate to the folder where you intend to save local copies of your Git repositories in the future. Finally, run</p>
<pre><code>git clone https://github.com/fdetsch/advanced-programming-in-r.git</code></pre>
<p>(remember to replace the name) et voilà, all files associated with your online code repository are being downloaded to your destination folder. From now on, this will be the place for you to realize your coding work and, at the end of a day’s work, commit any changes to the online repository to better keep track of the latest changes to your code.</p>
<p><br><b>Task: Create a local SSH key</b></p>
<p>Before we can push files to the newly created online code repository, we have to create a SSH key (if not already present) for the local machine you are currently working on. For this purpose, follow the official GitHub tutorial on <a href="https://help.github.com/articles/generating-ssh-keys/">Generating SSH keys</a> and, if necessary, create a SSH key locally and add it in your online account settings.</p>
<br>
<center>
<img src="https://upload.wikimedia.org/wikipedia/commons/2/25/Hourglass_2.svg" alt="hourglass" style="width: 125px;"/>
</center>
<p><br></p>
<p>Now that you successfully set up your (maybe first) own code repository, it is time to move on to the second crucial step towards establishing a consistently structured workflow in R: Setting up an RStudio Project and trace your tedious coding work using Git version control.</p>
</div>
</section>
</div>
</div>
</div>
<a href="towards-a-structured-workflow.html" class="navigation navigation-prev " aria-label="Previous page"><i class="fa fa-angle-left"></i></a>
<a href="rproj.html" class="navigation navigation-next " aria-label="Next page"><i class="fa fa-angle-right"></i></a>
</div>
</div>
<script src="libs/gitbook-2.6.7/js/app.min.js"></script>
<script src="libs/gitbook-2.6.7/js/lunr.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-search.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-sharing.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-fontsettings.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-bookdown.js"></script>
<script src="libs/gitbook-2.6.7/js/jquery.highlight.js"></script>
<script>
gitbook.require(["gitbook"], function(gitbook) {
gitbook.start({
"sharing": {
"github": false,
"facebook": true,
"twitter": true,
"google": false,
"weibo": false,
"instapper": false,
"vk": false,
"all": ["facebook", "google", "twitter", "weibo", "instapaper"]
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 2
},
"edit": {
"link": null,
"text": null
},
"download": null,
"toc": {
"collapse": "subsection"
}
});
});
</script>
</body>
</html>
|
marburg-open-courseware/gmoc
|
docs/advanced-programming-in-r/book/git.html
|
HTML
|
mit
| 13,706
|
<!DOCTYPE html>
<html>
<head>
<title>Flat water and particles visual test</title>
<style>
#goo {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<script src="../../../../lib/goo.js"></script>
<script src="../../../../lib/waterpack.js"></script>
<script src="../../../lib/RNG.js"></script>
<script src="../../../lib/purl.js"></script>
<script src="../../../lib/V.js"></script>
<script src="../../../lib/vtest.js"></script>
<script src="FlatwaterAndParticles-vtest.js"></script>
</body>
</html>
|
GooTechnologies/goojs
|
visual-test/goo/misc/FlatwaterAndParticles/FlatwaterAndParticles-vtest.html
|
HTML
|
mit
| 704
|
{% extends "layout.html" %}
{% block title %}
Identifying Condition Recovery date
{% endblock %}
{% block content %}
<main id="content" role="main">
{% include "../includes/phase_banner_alpha.html" %}
<div class="grid-row">
<div class="column-two-thirds">
<a class="link-back" href="claim-date">Back</a>
<h1 class="heading-large">Fit for work</h1>
<form action="consent" method="#" class="form">
<div class="form-group">
<fieldset>
<legend class="form-label-bold">
When do you expect you to be fit for work?
</legend>
<p></p>
<label for="radio-part-2" class="block-label">
<input id="radio-part-2" type="radio" name="esaApply" value="Yes">
in the next 3 months
</label>
<label for="radio-part-3" class="block-label">
<input id="radio-part-3" type="radio" name="esaApply" value="I dont know">
in the next 3 to 6 months
</label>
<label for="radio-part-4" class="block-label">
<input id="radio-part-4" type="radio" name="esaApply" value="Never">
in the next 6 months to a year
</label>
<label class="block-label" data-target="pay-other" for="yearly1">
<input id="yearly1" type="radio" name="esaApply" value="other">
Other
</label>
<div class="form-group js-hidden" id="pay-other">
<label class="form-label-bold" for="surgery-name">
<input type="text" class="form-control" id="surgery-name">
</label>
</div>
</fieldset>
</div>
<input class="button" type="submit" value="Continue"></input>
</form>
</div>
<div class="column-one-third">
{% include "../includes/help.html" %}
</div>
</div>
</main>
{% endblock %}
|
ballzy/apply-for-esa
|
app/views/matts/expected-return-date.html
|
HTML
|
mit
| 1,941
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ip::basic_address_range< address_v4 >::end</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__basic_address_range_lt__address_v4__gt_.html" title="ip::basic_address_range< address_v4 >">
<link rel="prev" href="empty.html" title="ip::basic_address_range< address_v4 >::empty">
<link rel="next" href="find.html" title="ip::basic_address_range< address_v4 >::find">
</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="empty.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__basic_address_range_lt__address_v4__gt_.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="find.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__basic_address_range_lt__address_v4__gt_.end"></a><a class="link" href="end.html" title="ip::basic_address_range< address_v4 >::end">ip::basic_address_range<
address_v4 >::end</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="boost_asio.indexterm.ip__basic_address_range_lt__address_v4__gt_.end"></a>
Obtain an iterator that points to the end of the range.
</p>
<pre class="programlisting">iterator end() 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="empty.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__basic_address_range_lt__address_v4__gt_.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="find.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__basic_address_range_lt__address_v4__gt_/end.html
|
HTML
|
mit
| 3,378
|
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="https://adinasarapu.github.io/markdown/">
<script>location="https://adinasarapu.github.io/markdown/"</script>
<meta http-equiv="refresh" content="0; url=https://adinasarapu.github.io/markdown/">
<meta name="robots" content="noindex">
<h1>Redirecting…</h1>
<a href="https://adinasarapu.github.io/markdown/">Click here if you are not redirected.</a>
</html>
|
adinasarapu/adinasarapu.github.io
|
_site/md/index.html
|
HTML
|
mit
| 501
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href="style.css" type="text/css" rel="stylesheet">
<title>AESDECLAST—Perform Last Round of an AES Decryption Flow </title></head>
<body>
<h1>AESDECLAST—Perform Last Round of an AES Decryption Flow</h1>
<table>
<tr>
<th>Opcode/Instruction</th>
<th>Op/En</th>
<th>64/32-bit Mode</th>
<th>CPUID Feature Flag</th>
<th>Description</th></tr>
<tr>
<td>66 0F 38 DF /r AESDECLAST xmm1, xmm2/m128</td>
<td>RM</td>
<td>V/V</td>
<td>AES</td>
<td>Perform the last round of an AES decryption flow, using the Equivalent Inverse Cipher, operating on a 128-bit data (state) from xmm1 with a 128-bit round key from xmm2/m128.</td></tr>
<tr>
<td>VEX.NDS.128.66.0F38.WIG DF /r VAESDECLAST xmm1, xmm2, xmm3/m128</td>
<td>RVM</td>
<td>V/V</td>
<td>Both AES and AVX flags</td>
<td>Perform the last round of an AES decryption flow, using the Equivalent Inverse Cipher, operating on a 128-bit data (state) from xmm2 with a 128-bit round key from xmm3/m128; store the result in xmm1.</td></tr></table>
<h3>Instruction Operand Encoding</h3>
<table>
<tr>
<td>Op/En</td>
<td>Operand 1</td>
<td>Operand2</td>
<td>Operand3</td>
<td>Operand4</td></tr>
<tr>
<td>RM</td>
<td>ModRM:reg (r, w)</td>
<td>ModRM:r/m (r)</td>
<td>NA</td>
<td>NA</td></tr>
<tr>
<td>RVM</td>
<td>ModRM:reg (w)</td>
<td>VEX.vvvv (r)</td>
<td>ModRM:r/m (r)</td>
<td>NA</td></tr></table>
<h2>Description</h2>
<p>This instruction performs the last round of the AES decryption flow using the Equivalent Inverse Cipher, with the round key from the second source operand, operating on a 128-bit data (state) from the first source operand, and store the result in the destination operand.</p>
<p>128-bit Legacy SSE version: The first source operand and the destination operand are the same and must be an XMM register. The second source operand can be an XMM register or a 128-bit memory location. Bits (VLMAX-1:128) of the corresponding YMM destination register remain unchanged.</p>
<p>VEX.128 encoded version: The first source operand and the destination operand are XMM registers. The second source operand can be an XMM register or a 128-bit memory location. Bits (VLMAX-1:128) of the destination YMM register are zeroed.</p>
<h2>Operation</h2>
<p><strong>AESDECLAST</strong></p>
<pre>STATE ← SRC1;
RoundKey ← SRC2;
STATE ← InvShiftRows( STATE );
STATE ← InvSubBytes( STATE );
DEST[127:0] ← STATE XOR RoundKey;
DEST[VLMAX-1:128] (Unmodified)</pre>
<p><strong>VAESDECLAST</strong></p>
<pre>STATE ← SRC1;
RoundKey ← SRC2;
STATE ← InvShiftRows( STATE );
STATE ← InvSubBytes( STATE );
DEST[127:0] ← STATE XOR RoundKey;
DEST[VLMAX-1:128] ← 0</pre>
<h2>Intel C/C++ Compiler Intrinsic Equivalent</h2>
<p>(V)AESDECLAST:</p>
<p>__m128i _mm_aesdeclast (__m128i, __m128i)</p>
<h2>SIMD Floating-Point Exceptions</h2>
<p>None</p>
<h2>Other Exceptions</h2>
<p>See Exceptions Type 4.</p></body></html>
|
HJLebbink/x86doc
|
html/AESDECLAST.html
|
HTML
|
mit
| 2,910
|
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0">
<style>
body {
font-family: sans-serif;
}
canvas {
max-width: 100%;
}
</style>
</head>
<body>
<h1>Decoding MPEG</h1>
<script src="jsmpeg-stream.js"></script>
<script>
fetch('cat.mpg').then(response => {
const reader = response.body.getReader();
const jsmpeg = new JSMPEG();
reader.read().then(function process(result) {
if (result.done) {
jsmpeg.writeEnd();
return;
}
jsmpeg.write(result.value);
return reader.read().then(process);
});
jsmpeg.ready.then(() => {
const canvas = document.createElement('canvas');
canvas.width = jsmpeg.width;
canvas.height = jsmpeg.height;
document.body.appendChild(canvas);
const context = canvas.getContext('2d');
const reader = jsmpeg.readable.getReader();
return reader.read().then(function process(result) {
if (result.done) return;
const img = context.createImageData(canvas.width, canvas.height);
img.data.set(result.value);
context.putImageData(img, 0, 0);
// using raf to yield to event loop for render
return new Promise(r => requestAnimationFrame(r)).then(() => reader.read()).then(process);
});
});
});
</script>
</body>
</html>
|
toxic-johann/is-pwa-ready
|
demos/gif-stream/stream.html
|
HTML
|
mit
| 1,439
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>reveal.js - Barebones</title>
<link rel="stylesheet" href="../../css/reveal.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h2>Barebones Presentation</h2>
<p>This example contains the bare minimum includes and markup required to run a reveal.js
presentation.</p>
</section>
<section>
<h2>No Theme</h2>
<p>There's no theme included, so it will fall back on browser defaults.</p>
</section>
</div>
</div>
<script src="../../js/reveal.js"></script>
<script>
Reveal.initialize();
</script>
</body>
</html>
|
Ilyes-Hammadi/Jobi-presentation
|
test/examples/barebones.html
|
HTML
|
mit
| 899
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <!-- So that mobile will display zoomed in -->
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- enable media queries for windows phone 8 -->
<meta name="format-detection" content="telephone=no"> <!-- disable auto telephone linking in iOS -->
<title>Two Columns to Rows (Simple)</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="responsive.css">
</head>
<body style="margin:0; padding:0;" bgcolor="#F0F0F0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- 100% background wrapper (grey background) -->
<table border="0" width="100%" height="100%" cellpadding="0" cellspacing="0" bgcolor="#F0F0F0">
<tr>
<td align="center" valign="top" bgcolor="#F0F0F0" style="background-color: #F0F0F0;">
<br>
<!-- 600px container (white background) -->
<table border="0" width="600" cellpadding="0" cellspacing="0" class="container">
<tr>
<td class="container-padding header" align="left">
Antwort v1.0
</td>
</tr>
<tr>
<td class="container-padding content" align="left">
<br>
<div class="title">Two Columns (simple)</div>
<br>
<div class="body-text">
This is an example of transforming two columns on desktop into rows on mobile.
<br><br>
</div>
<div class="hr"> </div>
<br>
<!-- example: two columns (simple) -->
<!--[if mso]>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td width="50%" valign="top"><![endif]-->
<table width="264" border="0" cellpadding="0" cellspacing="0" align="left" class="force-row">
<tr>
<td class="col" valign="top">
<strong>Herman Melville</strong>
<br><br>
It's worse than being in the whirled woods, the last day of the year! Who'd go climbing after chestnuts now? But there they go, all cursing, and here I don't.
<br><br>
</td>
</tr>
</table>
<!--[if mso]></td><td width="50%" valign="top"><![endif]-->
<table width="264" border="0" cellpadding="0" cellspacing="0" align="right" class="force-row">
<tr>
<td class="col" valign="top">
<strong>I am Ishmael</strong>
<br><br>
White squalls? white whale, shirr! shirr! Here have I heard all their chat just now, and the white whale—shirr! shirr!—but spoken of once! and…
<br><br>
</td>
</tr>
</table>
<!--[if mso]></td></tr></table><![endif]-->
<!--/ end example -->
<div class="hr" style="clear: both;"> </div>
<br>
<div class="subtitle">
Code Walkthrough
</div>
<div class="body-text">
<ol>
<li>
Create a columns container <code><table></code> just for Outlook using <code>if mso</code> conditionals.<br>
The container's <code><td></code>'s have a width of <code>50%.</code>
<br><br>
</li>
<li>
Wrap our columns in a <code><table></code> with a <strong>fixed width</strong> of <code>264px</code>.
<ul>
<li>
264px = (600 - 24*3) / 2 - container width minus margins divided by number of columns
</li>
<li>
First table is aligned left.
</li>
<li>
Second table is aligned right.
</li>
</ul>
<br>
</li>
<li>
Apply <code>clear: both;</code> to first element after our wrapper table.
</li>
</ol>
<br>
<em><small>Last updated: 10 October 2014</small></em>
</div>
<br>
</td>
</tr>
<tr>
<td class="container-padding footer-text" align="left">
<br><br>
Sample Footer text: © 2015 Acme, Inc.
<br><br>
You are receiving this email because you opted in on our website. Update your <a href="#">email preferences</a> or <a href="#">unsubscribe</a>.
<br><br>
<strong>Acme, Inc.</strong><br>
<span class="ios-footer">
123 Main St.<br>
Springfield, MA 12345<br>
</span>
<a href="http://www.acme-inc.com">www.acme-inc.com</a><br>
<br><br>
</td>
</tr>
</table><!--/600px container -->
</td>
</tr>
</table><!--/100% background wrapper-->
</body>
</html>
|
aMailToRyan/antwort
|
two-cols-simple/source/two-cols-simple.html
|
HTML
|
mit
| 4,588
|
{% extends "_layouts/default.html" %}
{% block content %}
<div class="row">
<div class="col-md-8">
{{ render_markdown(filename + ".md", directory = "base/static/content/news/") }}
</div>
<div class = 'col-md-4'>
<ul class="list-group">
{% for f in files %}
<a class="list-group-item {% if f.strip(".md") == filename %}active{% endif %}" href="{{ url_for('primary.news_item', filename = f.strip('.md')) }}">
<small class="pull-right">{{ f[:10] }}</small><strong>{{ f[11:].strip(".md").replace("-", " ") }}</strong>
</a>
</li>
{% endfor %}
</ul>
</div>
{% endblock %}
|
AndersenLab/cegwas-web
|
base/templates/news_item.html
|
HTML
|
mit
| 655
|
<!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>CalendarContract.Events - Android SDK | Android Developers</title>
<!-- STYLESHEETS -->
<link rel="stylesheet"
href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto">
<link href="../../../assets/css/default.css" 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 devsite = false;
</script>
<script src="../../../assets/js/docs.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-5831155-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="gc-documentation
develop" itemscope itemtype="http://schema.org/Article">
<div id="doc-api-level" class="14" style="display:none"></div>
<a name="top"></a>
<a name="top"></a>
<!-- Header -->
<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" 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>
<!-- New Search -->
<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/">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>
<div class="bottom"></div>
</div>
<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>
</div>
<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"> </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>
<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>
<!-- /New Search>
<!-- Expanded quicknav -->
<div id="quicknav" class="col-9">
<ul>
<li class="design">
<ul>
<li><a href="../../../design/index.html">Get Started</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/components/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="../../../tools/index.html"
zh-tw-lang="相關工具"
zh-cn-lang="工具"
ru-lang="Инструменты"
ko-lang="도구"
ja-lang="ツール"
es-lang="Herramientas"
>Tools</a>
<ul><li><a href="../../../sdk/index.html">Get the SDK</a></li></ul>
</li>
<li><a href="../../../google/index.html">Google Services</a>
</li>
</ul>
</li>
<li class="distribute last">
<ul>
<li><a href="../../../distribute/index.html">Google Play</a></li>
<li><a href="../../../distribute/googleplay/publish/index.html">Publishing</a></li>
<li><a href="../../../distribute/googleplay/promote/index.html">Promoting</a></li>
<li><a href="../../../distribute/googleplay/quality/index.html">App Quality</a></li>
<li><a href="../../../distribute/googleplay/spotlight/index.html">Spotlight</a></li>
<li><a href="../../../distribute/open.html">Open Distribution</a></li>
</ul>
</li>
</ul>
</div>
<!-- /Expanded quicknav -->
</div>
</div>
<!-- /Header -->
<div id="searchResults" class="wrap" style="display:none;">
<h2 id="searchTitle">Results</h2>
<div id="leftSearchControl" class="search-control">Loading...</div>
</div>
<!-- Secondary x-nav -->
<div id="nav-x">
<div class="wrap">
<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/components/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="../../../tools/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 -->
<div class="wrap clearfix" id="body-content">
<div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
<div id="devdoc-nav">
<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
<div id="api-nav-header">
<div id="api-level-toggle">
<label for="apiLevelCheckbox" class="disabled">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 = [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19' ];
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-1">
<a href="../../../reference/android/package-summary.html">android</a></li>
<li class="api apilevel-4">
<a href="../../../reference/android/accessibilityservice/package-summary.html">android.accessibilityservice</a></li>
<li class="api apilevel-5">
<a href="../../../reference/android/accounts/package-summary.html">android.accounts</a></li>
<li class="api apilevel-11">
<a href="../../../reference/android/animation/package-summary.html">android.animation</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/app/package-summary.html">android.app</a></li>
<li class="api apilevel-8">
<a href="../../../reference/android/app/admin/package-summary.html">android.app.admin</a></li>
<li class="api apilevel-8">
<a href="../../../reference/android/app/backup/package-summary.html">android.app.backup</a></li>
<li class="api apilevel-3">
<a href="../../../reference/android/appwidget/package-summary.html">android.appwidget</a></li>
<li class="api apilevel-5">
<a href="../../../reference/android/bluetooth/package-summary.html">android.bluetooth</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/content/package-summary.html">android.content</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/content/pm/package-summary.html">android.content.pm</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/content/res/package-summary.html">android.content.res</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/database/package-summary.html">android.database</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/database/sqlite/package-summary.html">android.database.sqlite</a></li>
<li class="api apilevel-11">
<a href="../../../reference/android/drm/package-summary.html">android.drm</a></li>
<li class="api apilevel-4">
<a href="../../../reference/android/gesture/package-summary.html">android.gesture</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/graphics/package-summary.html">android.graphics</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/graphics/drawable/package-summary.html">android.graphics.drawable</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/graphics/drawable/shapes/package-summary.html">android.graphics.drawable.shapes</a></li>
<li class="api apilevel-19">
<a href="../../../reference/android/graphics/pdf/package-summary.html">android.graphics.pdf</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/hardware/package-summary.html">android.hardware</a></li>
<li class="api apilevel-17">
<a href="../../../reference/android/hardware/display/package-summary.html">android.hardware.display</a></li>
<li class="api apilevel-16">
<a href="../../../reference/android/hardware/input/package-summary.html">android.hardware.input</a></li>
<li class="api apilevel-18">
<a href="../../../reference/android/hardware/location/package-summary.html">android.hardware.location</a></li>
<li class="api apilevel-12">
<a href="../../../reference/android/hardware/usb/package-summary.html">android.hardware.usb</a></li>
<li class="api apilevel-3">
<a href="../../../reference/android/inputmethodservice/package-summary.html">android.inputmethodservice</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/location/package-summary.html">android.location</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/media/package-summary.html">android.media</a></li>
<li class="api apilevel-9">
<a href="../../../reference/android/media/audiofx/package-summary.html">android.media.audiofx</a></li>
<li class="api apilevel-14">
<a href="../../../reference/android/media/effect/package-summary.html">android.media.effect</a></li>
<li class="api apilevel-12">
<a href="../../../reference/android/mtp/package-summary.html">android.mtp</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/net/package-summary.html">android.net</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/net/http/package-summary.html">android.net.http</a></li>
<li class="api apilevel-16">
<a href="../../../reference/android/net/nsd/package-summary.html">android.net.nsd</a></li>
<li class="api apilevel-12">
<a href="../../../reference/android/net/rtp/package-summary.html">android.net.rtp</a></li>
<li class="api apilevel-9">
<a href="../../../reference/android/net/sip/package-summary.html">android.net.sip</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/net/wifi/package-summary.html">android.net.wifi</a></li>
<li class="api apilevel-14">
<a href="../../../reference/android/net/wifi/p2p/package-summary.html">android.net.wifi.p2p</a></li>
<li class="api apilevel-16">
<a href="../../../reference/android/net/wifi/p2p/nsd/package-summary.html">android.net.wifi.p2p.nsd</a></li>
<li class="api apilevel-9">
<a href="../../../reference/android/nfc/package-summary.html">android.nfc</a></li>
<li class="api apilevel-19">
<a href="../../../reference/android/nfc/cardemulation/package-summary.html">android.nfc.cardemulation</a></li>
<li class="api apilevel-10">
<a href="../../../reference/android/nfc/tech/package-summary.html">android.nfc.tech</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/opengl/package-summary.html">android.opengl</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/os/package-summary.html">android.os</a></li>
<li class="api apilevel-9">
<a href="../../../reference/android/os/storage/package-summary.html">android.os.storage</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/preference/package-summary.html">android.preference</a></li>
<li class="api apilevel-19">
<a href="../../../reference/android/print/package-summary.html">android.print</a></li>
<li class="api apilevel-19">
<a href="../../../reference/android/print/pdf/package-summary.html">android.print.pdf</a></li>
<li class="api apilevel-19">
<a href="../../../reference/android/printservice/package-summary.html">android.printservice</a></li>
<li class="selected api apilevel-1">
<a href="../../../reference/android/provider/package-summary.html">android.provider</a></li>
<li class="api apilevel-11">
<a href="../../../reference/android/renderscript/package-summary.html">android.renderscript</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/sax/package-summary.html">android.sax</a></li>
<li class="api apilevel-14">
<a href="../../../reference/android/security/package-summary.html">android.security</a></li>
<li class="api apilevel-17">
<a href="../../../reference/android/service/dreams/package-summary.html">android.service.dreams</a></li>
<li class="api apilevel-18">
<a href="../../../reference/android/service/notification/package-summary.html">android.service.notification</a></li>
<li class="api apilevel-14">
<a href="../../../reference/android/service/textservice/package-summary.html">android.service.textservice</a></li>
<li class="api apilevel-7">
<a href="../../../reference/android/service/wallpaper/package-summary.html">android.service.wallpaper</a></li>
<li class="api apilevel-3">
<a href="../../../reference/android/speech/package-summary.html">android.speech</a></li>
<li class="api apilevel-4">
<a href="../../../reference/android/speech/tts/package-summary.html">android.speech.tts</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v13/app/package-summary.html">android.support.v13.app</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v4/accessibilityservice/package-summary.html">android.support.v4.accessibilityservice</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v4/app/package-summary.html">android.support.v4.app</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v4/content/package-summary.html">android.support.v4.content</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v4/content/pm/package-summary.html">android.support.v4.content.pm</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v4/database/package-summary.html">android.support.v4.database</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v4/graphics/drawable/package-summary.html">android.support.v4.graphics.drawable</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v4/hardware/display/package-summary.html">android.support.v4.hardware.display</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v4/media/package-summary.html">android.support.v4.media</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v4/net/package-summary.html">android.support.v4.net</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v4/os/package-summary.html">android.support.v4.os</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v4/print/package-summary.html">android.support.v4.print</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v4/text/package-summary.html">android.support.v4.text</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v4/util/package-summary.html">android.support.v4.util</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v4/view/package-summary.html">android.support.v4.view</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v4/view/accessibility/package-summary.html">android.support.v4.view.accessibility</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v4/widget/package-summary.html">android.support.v4.widget</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v7/app/package-summary.html">android.support.v7.app</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v7/appcompat/package-summary.html">android.support.v7.appcompat</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v7/gridlayout/package-summary.html">android.support.v7.gridlayout</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v7/media/package-summary.html">android.support.v7.media</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v7/mediarouter/package-summary.html">android.support.v7.mediarouter</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v7/view/package-summary.html">android.support.v7.view</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v7/widget/package-summary.html">android.support.v7.widget</a></li>
<li class="api apilevel-">
<a href="../../../reference/android/support/v8/renderscript/package-summary.html">android.support.v8.renderscript</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/telephony/package-summary.html">android.telephony</a></li>
<li class="api apilevel-5">
<a href="../../../reference/android/telephony/cdma/package-summary.html">android.telephony.cdma</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/telephony/gsm/package-summary.html">android.telephony.gsm</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/test/package-summary.html">android.test</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/test/mock/package-summary.html">android.test.mock</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/test/suitebuilder/package-summary.html">android.test.suitebuilder</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/text/package-summary.html">android.text</a></li>
<li class="api apilevel-3">
<a href="../../../reference/android/text/format/package-summary.html">android.text.format</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/text/method/package-summary.html">android.text.method</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/text/style/package-summary.html">android.text.style</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/text/util/package-summary.html">android.text.util</a></li>
<li class="api apilevel-19">
<a href="../../../reference/android/transition/package-summary.html">android.transition</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/util/package-summary.html">android.util</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/view/package-summary.html">android.view</a></li>
<li class="api apilevel-4">
<a href="../../../reference/android/view/accessibility/package-summary.html">android.view.accessibility</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/view/animation/package-summary.html">android.view.animation</a></li>
<li class="api apilevel-3">
<a href="../../../reference/android/view/inputmethod/package-summary.html">android.view.inputmethod</a></li>
<li class="api apilevel-14">
<a href="../../../reference/android/view/textservice/package-summary.html">android.view.textservice</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/webkit/package-summary.html">android.webkit</a></li>
<li class="api apilevel-1">
<a href="../../../reference/android/widget/package-summary.html">android.widget</a></li>
<li class="api apilevel-1">
<a href="../../../reference/dalvik/bytecode/package-summary.html">dalvik.bytecode</a></li>
<li class="api apilevel-1">
<a href="../../../reference/dalvik/system/package-summary.html">dalvik.system</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/awt/font/package-summary.html">java.awt.font</a></li>
<li class="api apilevel-3">
<a href="../../../reference/java/beans/package-summary.html">java.beans</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/io/package-summary.html">java.io</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/lang/package-summary.html">java.lang</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/lang/annotation/package-summary.html">java.lang.annotation</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/lang/ref/package-summary.html">java.lang.ref</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/lang/reflect/package-summary.html">java.lang.reflect</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/math/package-summary.html">java.math</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/net/package-summary.html">java.net</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/nio/package-summary.html">java.nio</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/nio/channels/package-summary.html">java.nio.channels</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/nio/channels/spi/package-summary.html">java.nio.channels.spi</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/nio/charset/package-summary.html">java.nio.charset</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/nio/charset/spi/package-summary.html">java.nio.charset.spi</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/security/package-summary.html">java.security</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/security/acl/package-summary.html">java.security.acl</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/security/cert/package-summary.html">java.security.cert</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/security/interfaces/package-summary.html">java.security.interfaces</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/security/spec/package-summary.html">java.security.spec</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/sql/package-summary.html">java.sql</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/text/package-summary.html">java.text</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/util/package-summary.html">java.util</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/util/concurrent/package-summary.html">java.util.concurrent</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/util/concurrent/atomic/package-summary.html">java.util.concurrent.atomic</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/util/concurrent/locks/package-summary.html">java.util.concurrent.locks</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/util/jar/package-summary.html">java.util.jar</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/util/logging/package-summary.html">java.util.logging</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/util/prefs/package-summary.html">java.util.prefs</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/util/regex/package-summary.html">java.util.regex</a></li>
<li class="api apilevel-1">
<a href="../../../reference/java/util/zip/package-summary.html">java.util.zip</a></li>
<li class="api apilevel-1">
<a href="../../../reference/javax/crypto/package-summary.html">javax.crypto</a></li>
<li class="api apilevel-1">
<a href="../../../reference/javax/crypto/interfaces/package-summary.html">javax.crypto.interfaces</a></li>
<li class="api apilevel-1">
<a href="../../../reference/javax/crypto/spec/package-summary.html">javax.crypto.spec</a></li>
<li class="api apilevel-1">
<a href="../../../reference/javax/microedition/khronos/egl/package-summary.html">javax.microedition.khronos.egl</a></li>
<li class="api apilevel-1">
<a href="../../../reference/javax/microedition/khronos/opengles/package-summary.html">javax.microedition.khronos.opengles</a></li>
<li class="api apilevel-1">
<a href="../../../reference/javax/net/package-summary.html">javax.net</a></li>
<li class="api apilevel-1">
<a href="../../../reference/javax/net/ssl/package-summary.html">javax.net.ssl</a></li>
<li class="api apilevel-1">
<a href="../../../reference/javax/security/auth/package-summary.html">javax.security.auth</a></li>
<li class="api apilevel-1">
<a href="../../../reference/javax/security/auth/callback/package-summary.html">javax.security.auth.callback</a></li>
<li class="api apilevel-1">
<a href="../../../reference/javax/security/auth/login/package-summary.html">javax.security.auth.login</a></li>
<li class="api apilevel-1">
<a href="../../../reference/javax/security/auth/x500/package-summary.html">javax.security.auth.x500</a></li>
<li class="api apilevel-1">
<a href="../../../reference/javax/security/cert/package-summary.html">javax.security.cert</a></li>
<li class="api apilevel-1">
<a href="../../../reference/javax/sql/package-summary.html">javax.sql</a></li>
<li class="api apilevel-1">
<a href="../../../reference/javax/xml/package-summary.html">javax.xml</a></li>
<li class="api apilevel-8">
<a href="../../../reference/javax/xml/datatype/package-summary.html">javax.xml.datatype</a></li>
<li class="api apilevel-8">
<a href="../../../reference/javax/xml/namespace/package-summary.html">javax.xml.namespace</a></li>
<li class="api apilevel-1">
<a href="../../../reference/javax/xml/parsers/package-summary.html">javax.xml.parsers</a></li>
<li class="api apilevel-8">
<a href="../../../reference/javax/xml/transform/package-summary.html">javax.xml.transform</a></li>
<li class="api apilevel-8">
<a href="../../../reference/javax/xml/transform/dom/package-summary.html">javax.xml.transform.dom</a></li>
<li class="api apilevel-8">
<a href="../../../reference/javax/xml/transform/sax/package-summary.html">javax.xml.transform.sax</a></li>
<li class="api apilevel-8">
<a href="../../../reference/javax/xml/transform/stream/package-summary.html">javax.xml.transform.stream</a></li>
<li class="api apilevel-8">
<a href="../../../reference/javax/xml/validation/package-summary.html">javax.xml.validation</a></li>
<li class="api apilevel-8">
<a href="../../../reference/javax/xml/xpath/package-summary.html">javax.xml.xpath</a></li>
<li class="api apilevel-1">
<a href="../../../reference/junit/framework/package-summary.html">junit.framework</a></li>
<li class="api apilevel-1">
<a href="../../../reference/junit/runner/package-summary.html">junit.runner</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/package-summary.html">org.apache.http</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/auth/package-summary.html">org.apache.http.auth</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/auth/params/package-summary.html">org.apache.http.auth.params</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/client/package-summary.html">org.apache.http.client</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/client/entity/package-summary.html">org.apache.http.client.entity</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/client/methods/package-summary.html">org.apache.http.client.methods</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/client/params/package-summary.html">org.apache.http.client.params</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/client/protocol/package-summary.html">org.apache.http.client.protocol</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/client/utils/package-summary.html">org.apache.http.client.utils</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/conn/package-summary.html">org.apache.http.conn</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/conn/params/package-summary.html">org.apache.http.conn.params</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/conn/routing/package-summary.html">org.apache.http.conn.routing</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/conn/scheme/package-summary.html">org.apache.http.conn.scheme</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/conn/ssl/package-summary.html">org.apache.http.conn.ssl</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/conn/util/package-summary.html">org.apache.http.conn.util</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/cookie/package-summary.html">org.apache.http.cookie</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/cookie/params/package-summary.html">org.apache.http.cookie.params</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/entity/package-summary.html">org.apache.http.entity</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/impl/package-summary.html">org.apache.http.impl</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/impl/auth/package-summary.html">org.apache.http.impl.auth</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/impl/client/package-summary.html">org.apache.http.impl.client</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/impl/conn/package-summary.html">org.apache.http.impl.conn</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/impl/conn/tsccm/package-summary.html">org.apache.http.impl.conn.tsccm</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/impl/cookie/package-summary.html">org.apache.http.impl.cookie</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/impl/entity/package-summary.html">org.apache.http.impl.entity</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/impl/io/package-summary.html">org.apache.http.impl.io</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/io/package-summary.html">org.apache.http.io</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/message/package-summary.html">org.apache.http.message</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/params/package-summary.html">org.apache.http.params</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/protocol/package-summary.html">org.apache.http.protocol</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/apache/http/util/package-summary.html">org.apache.http.util</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/json/package-summary.html">org.json</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/w3c/dom/package-summary.html">org.w3c.dom</a></li>
<li class="api apilevel-8">
<a href="../../../reference/org/w3c/dom/ls/package-summary.html">org.w3c.dom.ls</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/xml/sax/package-summary.html">org.xml.sax</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/xml/sax/ext/package-summary.html">org.xml.sax.ext</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/xml/sax/helpers/package-summary.html">org.xml.sax.helpers</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/xmlpull/v1/package-summary.html">org.xmlpull.v1</a></li>
<li class="api apilevel-1">
<a href="../../../reference/org/xmlpull/v1/sax2/package-summary.html">org.xmlpull.v1.sax2</a></li>
</ul><br/>
</div> <!-- end packages-nav -->
</div> <!-- end resize-packages -->
<div id="classes-nav" class="scroll-pane">
<ul>
<li><h2>Interfaces</h2>
<ul>
<li class="api apilevel-1"><a href="../../../reference/android/provider/BaseColumns.html">BaseColumns</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.AttendeesColumns.html">CalendarContract.AttendeesColumns</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.CalendarAlertsColumns.html">CalendarContract.CalendarAlertsColumns</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.CalendarCacheColumns.html">CalendarContract.CalendarCacheColumns</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html">CalendarContract.CalendarColumns</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.CalendarSyncColumns.html">CalendarContract.CalendarSyncColumns</a></li>
<li class="api apilevel-15"><a href="../../../reference/android/provider/CalendarContract.ColorsColumns.html">CalendarContract.ColorsColumns</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.EventDaysColumns.html">CalendarContract.EventDaysColumns</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html">CalendarContract.EventsColumns</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.ExtendedPropertiesColumns.html">CalendarContract.ExtendedPropertiesColumns</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.RemindersColumns.html">CalendarContract.RemindersColumns</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.SyncColumns.html">CalendarContract.SyncColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.ContactMethodsColumns.html">Contacts.ContactMethodsColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.ExtensionsColumns.html">Contacts.ExtensionsColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.GroupsColumns.html">Contacts.GroupsColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.OrganizationColumns.html">Contacts.OrganizationColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.PeopleColumns.html">Contacts.PeopleColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.PhonesColumns.html">Contacts.PhonesColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.PhotosColumns.html">Contacts.PhotosColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.PresenceColumns.html">Contacts.PresenceColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.SettingsColumns.html">Contacts.SettingsColumns</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.BaseSyncColumns.html">ContactsContract.BaseSyncColumns</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.BaseTypes.html">ContactsContract.CommonDataKinds.BaseTypes</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.CommonColumns.html">ContactsContract.CommonDataKinds.CommonColumns</a></li>
<li class="api apilevel-11"><a href="../../../reference/android/provider/ContactsContract.ContactNameColumns.html">ContactsContract.ContactNameColumns</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.ContactOptionsColumns.html">ContactsContract.ContactOptionsColumns</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.ContactsColumns.html">ContactsContract.ContactsColumns</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.ContactStatusColumns.html">ContactsContract.ContactStatusColumns</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.DataColumns.html">ContactsContract.DataColumns</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.DataColumnsWithJoins.html">ContactsContract.DataColumnsWithJoins</a></li>
<li class="api apilevel-18"><a href="../../../reference/android/provider/ContactsContract.DataUsageStatColumns.html">ContactsContract.DataUsageStatColumns</a></li>
<li class="api apilevel-18"><a href="../../../reference/android/provider/ContactsContract.DeletedContactsColumns.html">ContactsContract.DeletedContactsColumns</a></li>
<li class="api apilevel-11"><a href="../../../reference/android/provider/ContactsContract.DisplayNameSources.html">ContactsContract.DisplayNameSources</a></li>
<li class="api apilevel-11"><a href="../../../reference/android/provider/ContactsContract.FullNameStyle.html">ContactsContract.FullNameStyle</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.GroupsColumns.html">ContactsContract.GroupsColumns</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.PhoneLookupColumns.html">ContactsContract.PhoneLookupColumns</a></li>
<li class="api apilevel-11"><a href="../../../reference/android/provider/ContactsContract.PhoneticNameStyle.html">ContactsContract.PhoneticNameStyle</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.PresenceColumns.html">ContactsContract.PresenceColumns</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.RawContactsColumns.html">ContactsContract.RawContactsColumns</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.SettingsColumns.html">ContactsContract.SettingsColumns</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.StatusColumns.html">ContactsContract.StatusColumns</a></li>
<li class="api apilevel-15"><a href="../../../reference/android/provider/ContactsContract.StreamItemPhotosColumns.html">ContactsContract.StreamItemPhotosColumns</a></li>
<li class="api apilevel-15"><a href="../../../reference/android/provider/ContactsContract.StreamItemsColumns.html">ContactsContract.StreamItemsColumns</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.SyncColumns.html">ContactsContract.SyncColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.AlbumColumns.html">MediaStore.Audio.AlbumColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.ArtistColumns.html">MediaStore.Audio.ArtistColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.AudioColumns.html">MediaStore.Audio.AudioColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.GenresColumns.html">MediaStore.Audio.GenresColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.PlaylistsColumns.html">MediaStore.Audio.PlaylistsColumns</a></li>
<li class="api apilevel-11"><a href="../../../reference/android/provider/MediaStore.Files.FileColumns.html">MediaStore.Files.FileColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Images.ImageColumns.html">MediaStore.Images.ImageColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.MediaColumns.html">MediaStore.MediaColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Video.VideoColumns.html">MediaStore.Video.VideoColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/OpenableColumns.html">OpenableColumns</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/SyncStateContract.Columns.html">SyncStateContract.Columns</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.BaseMmsColumns.html">Telephony.BaseMmsColumns</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.CanonicalAddressesColumns.html">Telephony.CanonicalAddressesColumns</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.TextBasedSmsColumns.html">Telephony.TextBasedSmsColumns</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.ThreadsColumns.html">Telephony.ThreadsColumns</a></li>
</ul>
</li>
<li><h2>Classes</h2>
<ul>
<li class="api apilevel-9"><a href="../../../reference/android/provider/AlarmClock.html">AlarmClock</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Browser.html">Browser</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Browser.BookmarkColumns.html">Browser.BookmarkColumns</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Browser.SearchColumns.html">Browser.SearchColumns</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.html">CalendarContract</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.Attendees.html">CalendarContract.Attendees</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.CalendarAlerts.html">CalendarContract.CalendarAlerts</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.CalendarCache.html">CalendarContract.CalendarCache</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.CalendarEntity.html">CalendarContract.CalendarEntity</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.Calendars.html">CalendarContract.Calendars</a></li>
<li class="api apilevel-15"><a href="../../../reference/android/provider/CalendarContract.Colors.html">CalendarContract.Colors</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.EventDays.html">CalendarContract.EventDays</a></li>
<li class="selected api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.Events.html">CalendarContract.Events</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.EventsEntity.html">CalendarContract.EventsEntity</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.ExtendedProperties.html">CalendarContract.ExtendedProperties</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.Instances.html">CalendarContract.Instances</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.Reminders.html">CalendarContract.Reminders</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.SyncState.html">CalendarContract.SyncState</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/CallLog.html">CallLog</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/CallLog.Calls.html">CallLog.Calls</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.html">Contacts</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.ContactMethods.html">Contacts.ContactMethods</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Extensions.html">Contacts.Extensions</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.GroupMembership.html">Contacts.GroupMembership</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Groups.html">Contacts.Groups</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Intents.html">Contacts.Intents</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Intents.Insert.html">Contacts.Intents.Insert</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Intents.UI.html">Contacts.Intents.UI</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Organizations.html">Contacts.Organizations</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.People.html">Contacts.People</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.People.ContactMethods.html">Contacts.People.ContactMethods</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.People.Extensions.html">Contacts.People.Extensions</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.People.Phones.html">Contacts.People.Phones</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Phones.html">Contacts.Phones</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Photos.html">Contacts.Photos</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Settings.html">Contacts.Settings</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.html">ContactsContract</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.AggregationExceptions.html">ContactsContract.AggregationExceptions</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.html">ContactsContract.CommonDataKinds</a></li>
<li class="api apilevel-18"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Contactables.html">ContactsContract.CommonDataKinds.Contactables</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Email.html">ContactsContract.CommonDataKinds.Email</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Event.html">ContactsContract.CommonDataKinds.Event</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.GroupMembership.html">ContactsContract.CommonDataKinds.GroupMembership</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Identity.html">ContactsContract.CommonDataKinds.Identity</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Im.html">ContactsContract.CommonDataKinds.Im</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Nickname.html">ContactsContract.CommonDataKinds.Nickname</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Note.html">ContactsContract.CommonDataKinds.Note</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Organization.html">ContactsContract.CommonDataKinds.Organization</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Phone.html">ContactsContract.CommonDataKinds.Phone</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Photo.html">ContactsContract.CommonDataKinds.Photo</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Relation.html">ContactsContract.CommonDataKinds.Relation</a></li>
<li class="api apilevel-9"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.SipAddress.html">ContactsContract.CommonDataKinds.SipAddress</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.StructuredName.html">ContactsContract.CommonDataKinds.StructuredName</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.StructuredPostal.html">ContactsContract.CommonDataKinds.StructuredPostal</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Website.html">ContactsContract.CommonDataKinds.Website</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Contacts.html">ContactsContract.Contacts</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Contacts.AggregationSuggestions.html">ContactsContract.Contacts.AggregationSuggestions</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Contacts.Data.html">ContactsContract.Contacts.Data</a></li>
<li class="api apilevel-11"><a href="../../../reference/android/provider/ContactsContract.Contacts.Entity.html">ContactsContract.Contacts.Entity</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Contacts.Photo.html">ContactsContract.Contacts.Photo</a></li>
<li class="api apilevel-15"><a href="../../../reference/android/provider/ContactsContract.Contacts.StreamItems.html">ContactsContract.Contacts.StreamItems</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Data.html">ContactsContract.Data</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/ContactsContract.DataUsageFeedback.html">ContactsContract.DataUsageFeedback</a></li>
<li class="api apilevel-18"><a href="../../../reference/android/provider/ContactsContract.DeletedContacts.html">ContactsContract.DeletedContacts</a></li>
<li class="api apilevel-11"><a href="../../../reference/android/provider/ContactsContract.Directory.html">ContactsContract.Directory</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/ContactsContract.DisplayPhoto.html">ContactsContract.DisplayPhoto</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Groups.html">ContactsContract.Groups</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Intents.html">ContactsContract.Intents</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Intents.Insert.html">ContactsContract.Intents.Insert</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.PhoneLookup.html">ContactsContract.PhoneLookup</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Presence.html">ContactsContract.Presence</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/ContactsContract.Profile.html">ContactsContract.Profile</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/ContactsContract.ProfileSyncState.html">ContactsContract.ProfileSyncState</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.QuickContact.html">ContactsContract.QuickContact</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.RawContacts.html">ContactsContract.RawContacts</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.RawContacts.Data.html">ContactsContract.RawContacts.Data</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/ContactsContract.RawContacts.DisplayPhoto.html">ContactsContract.RawContacts.DisplayPhoto</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.RawContacts.Entity.html">ContactsContract.RawContacts.Entity</a></li>
<li class="api apilevel-15"><a href="../../../reference/android/provider/ContactsContract.RawContacts.StreamItems.html">ContactsContract.RawContacts.StreamItems</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.RawContactsEntity.html">ContactsContract.RawContactsEntity</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Settings.html">ContactsContract.Settings</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.StatusUpdates.html">ContactsContract.StatusUpdates</a></li>
<li class="api apilevel-15"><a href="../../../reference/android/provider/ContactsContract.StreamItemPhotos.html">ContactsContract.StreamItemPhotos</a></li>
<li class="api apilevel-15"><a href="../../../reference/android/provider/ContactsContract.StreamItems.html">ContactsContract.StreamItems</a></li>
<li class="api apilevel-15"><a href="../../../reference/android/provider/ContactsContract.StreamItems.StreamItemPhotos.html">ContactsContract.StreamItems.StreamItemPhotos</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.SyncState.html">ContactsContract.SyncState</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/DocumentsContract.html">DocumentsContract</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/DocumentsContract.Document.html">DocumentsContract.Document</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/DocumentsContract.Root.html">DocumentsContract.Root</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/DocumentsProvider.html">DocumentsProvider</a></li>
<li class="api apilevel-3"><a href="../../../reference/android/provider/LiveFolders.html">LiveFolders</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.html">MediaStore</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.html">MediaStore.Audio</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.Albums.html">MediaStore.Audio.Albums</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.Artists.html">MediaStore.Audio.Artists</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.Artists.Albums.html">MediaStore.Audio.Artists.Albums</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.Genres.html">MediaStore.Audio.Genres</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.Genres.Members.html">MediaStore.Audio.Genres.Members</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.Media.html">MediaStore.Audio.Media</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.Playlists.html">MediaStore.Audio.Playlists</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.Playlists.Members.html">MediaStore.Audio.Playlists.Members</a></li>
<li class="api apilevel-11"><a href="../../../reference/android/provider/MediaStore.Files.html">MediaStore.Files</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Images.html">MediaStore.Images</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Images.Media.html">MediaStore.Images.Media</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Images.Thumbnails.html">MediaStore.Images.Thumbnails</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Video.html">MediaStore.Video</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Video.Media.html">MediaStore.Video.Media</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/MediaStore.Video.Thumbnails.html">MediaStore.Video.Thumbnails</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/SearchRecentSuggestions.html">SearchRecentSuggestions</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Settings.html">Settings</a></li>
<li class="api apilevel-17"><a href="../../../reference/android/provider/Settings.Global.html">Settings.Global</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Settings.NameValueTable.html">Settings.NameValueTable</a></li>
<li class="api apilevel-3"><a href="../../../reference/android/provider/Settings.Secure.html">Settings.Secure</a></li>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Settings.System.html">Settings.System</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/SyncStateContract.html">SyncStateContract</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/SyncStateContract.Constants.html">SyncStateContract.Constants</a></li>
<li class="api apilevel-5"><a href="../../../reference/android/provider/SyncStateContract.Helpers.html">SyncStateContract.Helpers</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.html">Telephony</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Carriers.html">Telephony.Carriers</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.html">Telephony.Mms</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.Addr.html">Telephony.Mms.Addr</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.Draft.html">Telephony.Mms.Draft</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.Inbox.html">Telephony.Mms.Inbox</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.Intents.html">Telephony.Mms.Intents</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.Outbox.html">Telephony.Mms.Outbox</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.Part.html">Telephony.Mms.Part</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.Rate.html">Telephony.Mms.Rate</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.Sent.html">Telephony.Mms.Sent</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.MmsSms.html">Telephony.MmsSms</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.MmsSms.PendingMessages.html">Telephony.MmsSms.PendingMessages</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Sms.html">Telephony.Sms</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Sms.Conversations.html">Telephony.Sms.Conversations</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Sms.Draft.html">Telephony.Sms.Draft</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Sms.Inbox.html">Telephony.Sms.Inbox</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Sms.Intents.html">Telephony.Sms.Intents</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Sms.Outbox.html">Telephony.Sms.Outbox</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Sms.Sent.html">Telephony.Sms.Sent</a></li>
<li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Threads.html">Telephony.Threads</a></li>
<li class="api apilevel-3"><a href="../../../reference/android/provider/UserDictionary.html">UserDictionary</a></li>
<li class="api apilevel-3"><a href="../../../reference/android/provider/UserDictionary.Words.html">UserDictionary.Words</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/VoicemailContract.html">VoicemailContract</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/VoicemailContract.Status.html">VoicemailContract.Status</a></li>
<li class="api apilevel-14"><a href="../../../reference/android/provider/VoicemailContract.Voicemails.html">VoicemailContract.Voicemails</a></li>
</ul>
</li>
<li><h2>Exceptions</h2>
<ul>
<li class="api apilevel-1"><a href="../../../reference/android/provider/Settings.SettingNotFoundException.html">Settings.SettingNotFoundException</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="#inhconstants">Inherited Constants</a>
| <a href="#lfields">Fields</a>
| <a href="#inhmethods">Inherited Methods</a>
| <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
</div><!-- end sum-details-links -->
<div class="api-level">
Added in <a href="../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 14</a>
</div>
</div><!-- end api-info-block -->
<!-- ======== START OF CLASS DATA ======== -->
<div id="jd-header">
public
static
final
class
<h1 itemprop="name">CalendarContract.Events</h1>
extends <a href="../../../reference/java/lang/Object.html">Object</a><br/>
implements
<a href="../../../reference/android/provider/BaseColumns.html">BaseColumns</a>
<a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html">CalendarContract.CalendarColumns</a>
<a href="../../../reference/android/provider/CalendarContract.EventsColumns.html">CalendarContract.EventsColumns</a>
<a href="../../../reference/android/provider/CalendarContract.SyncColumns.html">CalendarContract.SyncColumns</a>
</div><!-- end header -->
<div id="naMessage"></div>
<div id="jd-content" class="api apilevel-14">
<table class="jd-inheritance-table">
<tr>
<td colspan="2" class="jd-inheritance-class-cell"><a href="../../../reference/java/lang/Object.html">java.lang.Object</a></td>
</tr>
<tr>
<td class="jd-inheritance-space"> ↳</td>
<td colspan="1" class="jd-inheritance-class-cell">android.provider.CalendarContract.Events</td>
</tr>
</table>
<div class="jd-descr">
<h2>Class Overview</h2>
<p itemprop="articleBody">Constants and helpers for the Events table, which contains details for
individual events. <h3>Operations</h3> All operations can be done either
as an app or as a sync adapter. To perform an operation as a sync adapter
<code><a href="../../../reference/android/provider/CalendarContract.html#CALLER_IS_SYNCADAPTER">CALLER_IS_SYNCADAPTER</a></code> should be set to true and
<code><a href="../../../reference/android/provider/CalendarContract.SyncColumns.html#ACCOUNT_NAME">ACCOUNT_NAME</a></code> and <code><a href="../../../reference/android/provider/CalendarContract.SyncColumns.html#ACCOUNT_TYPE">ACCOUNT_TYPE</a></code> must be set in the Uri
parameters. See
<code><a href="../../../reference/android/net/Uri.Builder.html#appendQueryParameter(java.lang.String, java.lang.String)">appendQueryParameter(java.lang.String, java.lang.String)</a></code>
for details on adding parameters. Sync adapters have write access to more
columns but are restricted to a single account at a time.
<dl>
<dt><b>Insert</b></dt>
<dd>When inserting a new event the following fields must be included:
<ul>
<li>dtstart</li>
<li>dtend if the event is non-recurring</li>
<li>duration if the event is recurring</li>
<li>rrule or rdate if the event is recurring</li>
<li>eventTimezone</li>
<li>a calendar_id</li>
</ul>
There are also further requirements when inserting or updating an event.
See the section on Writing to Events.</dd>
<dt><b>Update</b></dt>
<dd>To perform an update of an Event the <code><a href="../../../reference/android/provider/BaseColumns.html#_ID">_ID</a></code> of the event
should be provided either as an appended id to the Uri (
<code><a href="../../../reference/android/content/ContentUris.html#withAppendedId(android.net.Uri, long)">withAppendedId(Uri, long)</a></code>) or as the first selection item--the
selection should start with "_id=?" and the first selectionArg should be
the _id of the event. Updates may also be done using a selection and no
id. Updating an event must respect the same rules as inserting and is
further restricted in the fields that can be written. See the section on
Writing to Events.</dd>
<dt><b>Delete</b></dt>
<dd>Events can be deleted either by the <code><a href="../../../reference/android/provider/BaseColumns.html#_ID">_ID</a></code> as an appended
id on the Uri or using any standard selection. If an appended id is used
a selection is not allowed. There are two versions of delete: as an app
and as a sync adapter. An app delete will set the deleted column on an
event and remove all instances of that event. A sync adapter delete will
remove the event from the database and all associated data.</dd>
<dt><b>Query</b></dt>
<dd>Querying the Events table will get you all information about a set of
events except their reminders, attendees, and extended properties. There
will be one row returned for each event that matches the query selection,
or at most a single row if the <code><a href="../../../reference/android/provider/BaseColumns.html#_ID">_ID</a></code> is appended to the Uri.
Recurring events will only return a single row regardless of the number
of times that event repeats.</dd>
</dl>
<h3>Writing to Events</h3> There are further restrictions on all Updates
and Inserts in the Events table:
<ul>
<li>If allDay is set to 1 eventTimezone must be <code><a href="../../../reference/android/text/format/Time.html#TIMEZONE_UTC">TIMEZONE_UTC</a></code>
and the time must correspond to a midnight boundary.</li>
<li>Exceptions are not allowed to recur. If rrule or rdate is not empty,
original_id and original_sync_id must be empty.</li>
<li>In general a calendar_id should not be modified after insertion. This
is not explicitly forbidden but many sync adapters will not behave in an
expected way if the calendar_id is modified.</li>
</ul>
The following Events columns are writable by both an app and a sync
adapter.
<ul>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#CALENDAR_ID">CALENDAR_ID</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ORGANIZER">ORGANIZER</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#TITLE">TITLE</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#EVENT_LOCATION">EVENT_LOCATION</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#DESCRIPTION">DESCRIPTION</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#EVENT_COLOR">EVENT_COLOR</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#DTSTART">DTSTART</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#DTEND">DTEND</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#EVENT_TIMEZONE">EVENT_TIMEZONE</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#EVENT_END_TIMEZONE">EVENT_END_TIMEZONE</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#DURATION">DURATION</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ALL_DAY">ALL_DAY</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#RRULE">RRULE</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#RDATE">RDATE</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#EXRULE">EXRULE</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#EXDATE">EXDATE</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ORIGINAL_ID">ORIGINAL_ID</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ORIGINAL_SYNC_ID">ORIGINAL_SYNC_ID</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ORIGINAL_INSTANCE_TIME">ORIGINAL_INSTANCE_TIME</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ORIGINAL_ALL_DAY">ORIGINAL_ALL_DAY</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ACCESS_LEVEL">ACCESS_LEVEL</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#AVAILABILITY">AVAILABILITY</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#GUESTS_CAN_MODIFY">GUESTS_CAN_MODIFY</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#GUESTS_CAN_INVITE_OTHERS">GUESTS_CAN_INVITE_OTHERS</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#GUESTS_CAN_SEE_GUESTS">GUESTS_CAN_SEE_GUESTS</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#CUSTOM_APP_PACKAGE">CUSTOM_APP_PACKAGE</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#CUSTOM_APP_URI">CUSTOM_APP_URI</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#UID_2445">UID_2445</a></code></li>
</ul>
The following Events columns are writable only by a sync adapter
<ul>
<li><code><a href="../../../reference/android/provider/CalendarContract.SyncColumns.html#DIRTY">DIRTY</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.SyncColumns.html#MUTATORS">MUTATORS</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.SyncColumns.html#_SYNC_ID">_SYNC_ID</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA1">SYNC_DATA1</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA2">SYNC_DATA2</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA3">SYNC_DATA3</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA4">SYNC_DATA4</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA5">SYNC_DATA5</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA6">SYNC_DATA6</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA7">SYNC_DATA7</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA8">SYNC_DATA8</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA9">SYNC_DATA9</a></code></li>
<li><code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA10">SYNC_DATA10</a></code></li>
</ul>
The remaining columns are either updated by the provider only or are
views into other tables and cannot be changed through the Events table.
</p>
</div><!-- jd-descr -->
<div class="jd-descr">
<h2>Summary</h2>
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<table id="inhconstants" class="jd-sumtable"><tr><th>
<a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
<div style="clear:left;">Inherited Constants</div></th></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.provider.BaseColumns" class="jd-expando-trigger closed"
><img id="inherited-constants-android.provider.BaseColumns-trigger"
src="../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>From interface
<a href="../../../reference/android/provider/BaseColumns.html">android.provider.BaseColumns</a>
<div id="inherited-constants-android.provider.BaseColumns">
<div id="inherited-constants-android.provider.BaseColumns-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-constants-android.provider.BaseColumns-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-1" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/BaseColumns.html#_COUNT">_COUNT</a></td>
<td class="jd-descrcol" width="100%">The count of rows in a directory.</td>
</tr>
<tr class=" api apilevel-1" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/BaseColumns.html#_ID">_ID</a></td>
<td class="jd-descrcol" width="100%">The unique ID for a row.</td>
</tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.provider.CalendarContract.CalendarColumns" class="jd-expando-trigger closed"
><img id="inherited-constants-android.provider.CalendarContract.CalendarColumns-trigger"
src="../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>From interface
<a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html">android.provider.CalendarContract.CalendarColumns</a>
<div id="inherited-constants-android.provider.CalendarContract.CalendarColumns">
<div id="inherited-constants-android.provider.CalendarContract.CalendarColumns-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-constants-android.provider.CalendarContract.CalendarColumns-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-15" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#ALLOWED_ATTENDEE_TYPES">ALLOWED_ATTENDEE_TYPES</a></td>
<td class="jd-descrcol" width="100%">A comma separated list of attendee types supported for this calendar
in the format "#,#,#".</td>
</tr>
<tr class=" api apilevel-15" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#ALLOWED_AVAILABILITY">ALLOWED_AVAILABILITY</a></td>
<td class="jd-descrcol" width="100%">A comma separated list of availability types supported for this
calendar in the format "#,#,#".</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#ALLOWED_REMINDERS">ALLOWED_REMINDERS</a></td>
<td class="jd-descrcol" width="100%">A comma separated list of reminder methods supported for this
calendar in the format "#,#,#".</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CALENDAR_ACCESS_LEVEL">CALENDAR_ACCESS_LEVEL</a></td>
<td class="jd-descrcol" width="100%">The level of access that the user has for the calendar
<P>Type: INTEGER (one of the values below)</P>
</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CALENDAR_COLOR">CALENDAR_COLOR</a></td>
<td class="jd-descrcol" width="100%">The color of the calendar.</td>
</tr>
<tr class=" api apilevel-15" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CALENDAR_COLOR_KEY">CALENDAR_COLOR_KEY</a></td>
<td class="jd-descrcol" width="100%">A key for looking up a color from the <code><a href="../../../reference/android/provider/CalendarContract.Colors.html">CalendarContract.Colors</a></code> table.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CALENDAR_DISPLAY_NAME">CALENDAR_DISPLAY_NAME</a></td>
<td class="jd-descrcol" width="100%">The display name of the calendar.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CALENDAR_TIME_ZONE">CALENDAR_TIME_ZONE</a></td>
<td class="jd-descrcol" width="100%">The time zone the calendar is associated with.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_CONTRIBUTOR">CAL_ACCESS_CONTRIBUTOR</a></td>
<td class="jd-descrcol" width="100%">Full access to modify the calendar, but not the access control
settings
</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_EDITOR">CAL_ACCESS_EDITOR</a></td>
<td class="jd-descrcol" width="100%">Full access to modify the calendar, but not the access control
settings
</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_FREEBUSY">CAL_ACCESS_FREEBUSY</a></td>
<td class="jd-descrcol" width="100%">Can only see free/busy information about the calendar </td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_NONE">CAL_ACCESS_NONE</a></td>
<td class="jd-descrcol" width="100%">Cannot access the calendar </td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_OVERRIDE">CAL_ACCESS_OVERRIDE</a></td>
<td class="jd-descrcol" width="100%">not used </td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_OWNER">CAL_ACCESS_OWNER</a></td>
<td class="jd-descrcol" width="100%">Full access to the calendar </td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_READ">CAL_ACCESS_READ</a></td>
<td class="jd-descrcol" width="100%">Can read all event details </td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_RESPOND">CAL_ACCESS_RESPOND</a></td>
<td class="jd-descrcol" width="100%">Can reply yes/no/maybe to an event </td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_ROOT">CAL_ACCESS_ROOT</a></td>
<td class="jd-descrcol" width="100%">Domain admin </td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CAN_MODIFY_TIME_ZONE">CAN_MODIFY_TIME_ZONE</a></td>
<td class="jd-descrcol" width="100%">Can the organizer modify the time zone of the event? Column name.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CAN_ORGANIZER_RESPOND">CAN_ORGANIZER_RESPOND</a></td>
<td class="jd-descrcol" width="100%">Can the organizer respond to the event? If no, the status of the
organizer should not be shown by the UI.</td>
</tr>
<tr class=" api apilevel-17" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#IS_PRIMARY">IS_PRIMARY</a></td>
<td class="jd-descrcol" width="100%">Is this the primary calendar for this account.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#MAX_REMINDERS">MAX_REMINDERS</a></td>
<td class="jd-descrcol" width="100%">The maximum number of reminders allowed for an event.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#OWNER_ACCOUNT">OWNER_ACCOUNT</a></td>
<td class="jd-descrcol" width="100%">The owner account for this calendar, based on the calendar feed.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#SYNC_EVENTS">SYNC_EVENTS</a></td>
<td class="jd-descrcol" width="100%">Is this calendar synced and are its events stored on the device?
0 - Do not sync this calendar or store events for this calendar.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#VISIBLE">VISIBLE</a></td>
<td class="jd-descrcol" width="100%">Is the calendar selected to be displayed?
0 - do not show events associated with this calendar.</td>
</tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.provider.CalendarContract.CalendarSyncColumns" class="jd-expando-trigger closed"
><img id="inherited-constants-android.provider.CalendarContract.CalendarSyncColumns-trigger"
src="../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>From interface
<a href="../../../reference/android/provider/CalendarContract.CalendarSyncColumns.html">android.provider.CalendarContract.CalendarSyncColumns</a>
<div id="inherited-constants-android.provider.CalendarContract.CalendarSyncColumns">
<div id="inherited-constants-android.provider.CalendarContract.CalendarSyncColumns-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-constants-android.provider.CalendarContract.CalendarSyncColumns-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC1">CAL_SYNC1</a></td>
<td class="jd-descrcol" width="100%">Generic column for use by sync adapters.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC10">CAL_SYNC10</a></td>
<td class="jd-descrcol" width="100%">Generic column for use by sync adapters.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC2">CAL_SYNC2</a></td>
<td class="jd-descrcol" width="100%">Generic column for use by sync adapters.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC3">CAL_SYNC3</a></td>
<td class="jd-descrcol" width="100%">Generic column for use by sync adapters.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC4">CAL_SYNC4</a></td>
<td class="jd-descrcol" width="100%">Generic column for use by sync adapters.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC5">CAL_SYNC5</a></td>
<td class="jd-descrcol" width="100%">Generic column for use by sync adapters.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC6">CAL_SYNC6</a></td>
<td class="jd-descrcol" width="100%">Generic column for use by sync adapters.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC7">CAL_SYNC7</a></td>
<td class="jd-descrcol" width="100%">Generic column for use by sync adapters.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC8">CAL_SYNC8</a></td>
<td class="jd-descrcol" width="100%">Generic column for use by sync adapters.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC9">CAL_SYNC9</a></td>
<td class="jd-descrcol" width="100%">Generic column for use by sync adapters.</td>
</tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.provider.CalendarContract.EventsColumns" class="jd-expando-trigger closed"
><img id="inherited-constants-android.provider.CalendarContract.EventsColumns-trigger"
src="../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>From interface
<a href="../../../reference/android/provider/CalendarContract.EventsColumns.html">android.provider.CalendarContract.EventsColumns</a>
<div id="inherited-constants-android.provider.CalendarContract.EventsColumns">
<div id="inherited-constants-android.provider.CalendarContract.EventsColumns-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-constants-android.provider.CalendarContract.EventsColumns-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ACCESS_CONFIDENTIAL">ACCESS_CONFIDENTIAL</a></td>
<td class="jd-descrcol" width="100%">Confidential is not used by the app.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ACCESS_DEFAULT">ACCESS_DEFAULT</a></td>
<td class="jd-descrcol" width="100%">Default access is controlled by the server and will be treated as
public on the device.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ACCESS_LEVEL">ACCESS_LEVEL</a></td>
<td class="jd-descrcol" width="100%">Defines how the event shows up for others when the calendar is
shared.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ACCESS_PRIVATE">ACCESS_PRIVATE</a></td>
<td class="jd-descrcol" width="100%">Private shares the event as a free/busy slot with no details.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ACCESS_PUBLIC">ACCESS_PUBLIC</a></td>
<td class="jd-descrcol" width="100%">Public makes the contents visible to anyone with access to the
calendar.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ALL_DAY">ALL_DAY</a></td>
<td class="jd-descrcol" width="100%">Is the event all day (time zone independent).</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#AVAILABILITY">AVAILABILITY</a></td>
<td class="jd-descrcol" width="100%">If this event counts as busy time or is still free time that can be
scheduled over.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#AVAILABILITY_BUSY">AVAILABILITY_BUSY</a></td>
<td class="jd-descrcol" width="100%">Indicates that this event takes up time and will conflict with other
events.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#AVAILABILITY_FREE">AVAILABILITY_FREE</a></td>
<td class="jd-descrcol" width="100%">Indicates that this event is free time and will not conflict with
other events.</td>
</tr>
<tr class=" api apilevel-15" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#AVAILABILITY_TENTATIVE">AVAILABILITY_TENTATIVE</a></td>
<td class="jd-descrcol" width="100%">Indicates that the owner's availability may change, but should be
considered busy time that will conflict.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#CALENDAR_ID">CALENDAR_ID</a></td>
<td class="jd-descrcol" width="100%">The <code><a href="../../../reference/android/provider/BaseColumns.html#_ID">_ID</a></code> of the calendar the event belongs to.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#CAN_INVITE_OTHERS">CAN_INVITE_OTHERS</a></td>
<td class="jd-descrcol" width="100%">Whether the user can invite others to the event.</td>
</tr>
<tr class="alt-color api apilevel-16" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#CUSTOM_APP_PACKAGE">CUSTOM_APP_PACKAGE</a></td>
<td class="jd-descrcol" width="100%">The package name of the custom app that can provide a richer
experience for the event.</td>
</tr>
<tr class=" api apilevel-16" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#CUSTOM_APP_URI">CUSTOM_APP_URI</a></td>
<td class="jd-descrcol" width="100%">The URI used by the custom app for the event.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#DESCRIPTION">DESCRIPTION</a></td>
<td class="jd-descrcol" width="100%">The description of the event.</td>
</tr>
<tr class=" api apilevel-16" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#DISPLAY_COLOR">DISPLAY_COLOR</a></td>
<td class="jd-descrcol" width="100%">This will be <code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#EVENT_COLOR">EVENT_COLOR</a></code> if it is not null; otherwise, this will be
<code><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html#CALENDAR_COLOR">CALENDAR_COLOR</a></code>.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#DTEND">DTEND</a></td>
<td class="jd-descrcol" width="100%">The time the event ends in UTC millis since epoch.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#DTSTART">DTSTART</a></td>
<td class="jd-descrcol" width="100%">The time the event starts in UTC millis since epoch.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#DURATION">DURATION</a></td>
<td class="jd-descrcol" width="100%">The duration of the event in RFC2445 format.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#EVENT_COLOR">EVENT_COLOR</a></td>
<td class="jd-descrcol" width="100%">A secondary color for the individual event.</td>
</tr>
<tr class="alt-color api apilevel-15" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#EVENT_COLOR_KEY">EVENT_COLOR_KEY</a></td>
<td class="jd-descrcol" width="100%">A secondary color key for the individual event.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#EVENT_END_TIMEZONE">EVENT_END_TIMEZONE</a></td>
<td class="jd-descrcol" width="100%">The timezone for the end time of the event.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#EVENT_LOCATION">EVENT_LOCATION</a></td>
<td class="jd-descrcol" width="100%">Where the event takes place.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#EVENT_TIMEZONE">EVENT_TIMEZONE</a></td>
<td class="jd-descrcol" width="100%">The timezone for the event.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#EXDATE">EXDATE</a></td>
<td class="jd-descrcol" width="100%">The recurrence exception dates for the event.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#EXRULE">EXRULE</a></td>
<td class="jd-descrcol" width="100%">The recurrence exception rule for the event.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#GUESTS_CAN_INVITE_OTHERS">GUESTS_CAN_INVITE_OTHERS</a></td>
<td class="jd-descrcol" width="100%">Whether guests can invite other guests.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#GUESTS_CAN_MODIFY">GUESTS_CAN_MODIFY</a></td>
<td class="jd-descrcol" width="100%">Whether guests can modify the event.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#GUESTS_CAN_SEE_GUESTS">GUESTS_CAN_SEE_GUESTS</a></td>
<td class="jd-descrcol" width="100%">Whether guests can see the list of attendees.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#HAS_ALARM">HAS_ALARM</a></td>
<td class="jd-descrcol" width="100%">Whether the event has an alarm or not.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#HAS_ATTENDEE_DATA">HAS_ATTENDEE_DATA</a></td>
<td class="jd-descrcol" width="100%">Whether the event has attendee information.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#HAS_EXTENDED_PROPERTIES">HAS_EXTENDED_PROPERTIES</a></td>
<td class="jd-descrcol" width="100%">Whether the event has extended properties or not.</td>
</tr>
<tr class="alt-color api apilevel-17" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#IS_ORGANIZER">IS_ORGANIZER</a></td>
<td class="jd-descrcol" width="100%">Are we the organizer of this event.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#LAST_DATE">LAST_DATE</a></td>
<td class="jd-descrcol" width="100%">The last date this event repeats on, or NULL if it never ends.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#LAST_SYNCED">LAST_SYNCED</a></td>
<td class="jd-descrcol" width="100%">Used to indicate that a row is not a real event but an original copy of a locally
modified event.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ORGANIZER">ORGANIZER</a></td>
<td class="jd-descrcol" width="100%">Email of the organizer (owner) of the event.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ORIGINAL_ALL_DAY">ORIGINAL_ALL_DAY</a></td>
<td class="jd-descrcol" width="100%">The allDay status (true or false) of the original recurring event
for which this event is an exception.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ORIGINAL_ID">ORIGINAL_ID</a></td>
<td class="jd-descrcol" width="100%">The <code><a href="../../../reference/android/provider/BaseColumns.html#_ID">_ID</a></code> of the original recurring event for which this
event is an exception.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ORIGINAL_INSTANCE_TIME">ORIGINAL_INSTANCE_TIME</a></td>
<td class="jd-descrcol" width="100%">The original instance time of the recurring event for which this
event is an exception.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#ORIGINAL_SYNC_ID">ORIGINAL_SYNC_ID</a></td>
<td class="jd-descrcol" width="100%">The _sync_id of the original recurring event for which this event is
an exception.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#RDATE">RDATE</a></td>
<td class="jd-descrcol" width="100%">The recurrence dates for the event.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#RRULE">RRULE</a></td>
<td class="jd-descrcol" width="100%">The recurrence rule for the event.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SELF_ATTENDEE_STATUS">SELF_ATTENDEE_STATUS</a></td>
<td class="jd-descrcol" width="100%">This is a copy of the attendee status for the owner of this event.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#STATUS">STATUS</a></td>
<td class="jd-descrcol" width="100%">The event status.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#STATUS_CANCELED">STATUS_CANCELED</a></td>
<td class="jd-descrcol" width="100%"></td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#STATUS_CONFIRMED">STATUS_CONFIRMED</a></td>
<td class="jd-descrcol" width="100%"></td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol">int</td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#STATUS_TENTATIVE">STATUS_TENTATIVE</a></td>
<td class="jd-descrcol" width="100%"></td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA1">SYNC_DATA1</a></td>
<td class="jd-descrcol" width="100%">This column is available for use by sync adapters.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA10">SYNC_DATA10</a></td>
<td class="jd-descrcol" width="100%">This column is available for use by sync adapters.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA2">SYNC_DATA2</a></td>
<td class="jd-descrcol" width="100%">This column is available for use by sync adapters.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA3">SYNC_DATA3</a></td>
<td class="jd-descrcol" width="100%">This column is available for use by sync adapters.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA4">SYNC_DATA4</a></td>
<td class="jd-descrcol" width="100%">This column is available for use by sync adapters.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA5">SYNC_DATA5</a></td>
<td class="jd-descrcol" width="100%">This column is available for use by sync adapters.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA6">SYNC_DATA6</a></td>
<td class="jd-descrcol" width="100%">This column is available for use by sync adapters.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA7">SYNC_DATA7</a></td>
<td class="jd-descrcol" width="100%">This column is available for use by sync adapters.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA8">SYNC_DATA8</a></td>
<td class="jd-descrcol" width="100%">This column is available for use by sync adapters.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#SYNC_DATA9">SYNC_DATA9</a></td>
<td class="jd-descrcol" width="100%">This column is available for use by sync adapters.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#TITLE">TITLE</a></td>
<td class="jd-descrcol" width="100%">The title of the event.</td>
</tr>
<tr class="alt-color api apilevel-17" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#UID_2445">UID_2445</a></td>
<td class="jd-descrcol" width="100%">The UID for events added from the RFC 2445 iCalendar format.</td>
</tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.provider.CalendarContract.SyncColumns" class="jd-expando-trigger closed"
><img id="inherited-constants-android.provider.CalendarContract.SyncColumns-trigger"
src="../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>From interface
<a href="../../../reference/android/provider/CalendarContract.SyncColumns.html">android.provider.CalendarContract.SyncColumns</a>
<div id="inherited-constants-android.provider.CalendarContract.SyncColumns">
<div id="inherited-constants-android.provider.CalendarContract.SyncColumns-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-constants-android.provider.CalendarContract.SyncColumns-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.SyncColumns.html#ACCOUNT_NAME">ACCOUNT_NAME</a></td>
<td class="jd-descrcol" width="100%">The account that was used to sync the entry to the device.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.SyncColumns.html#ACCOUNT_TYPE">ACCOUNT_TYPE</a></td>
<td class="jd-descrcol" width="100%">The type of the account that was used to sync the entry to the
device.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.SyncColumns.html#CAN_PARTIALLY_UPDATE">CAN_PARTIALLY_UPDATE</a></td>
<td class="jd-descrcol" width="100%">If set to 1 this causes events on this calendar to be duplicated with
<code><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html#LAST_SYNCED">LAST_SYNCED</a></code> set to 1 whenever the event
transitions from non-dirty to dirty.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.SyncColumns.html#DELETED">DELETED</a></td>
<td class="jd-descrcol" width="100%">Whether the row has been deleted but not synced to the server.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.SyncColumns.html#DIRTY">DIRTY</a></td>
<td class="jd-descrcol" width="100%">Used to indicate that local, unsynced, changes are present.</td>
</tr>
<tr class=" api apilevel-18" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.SyncColumns.html#MUTATORS">MUTATORS</a></td>
<td class="jd-descrcol" width="100%">Used in conjunction with <code><a href="../../../reference/android/provider/CalendarContract.SyncColumns.html#DIRTY">DIRTY</a></code> to indicate what packages wrote local changes.</td>
</tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.SyncColumns.html#_SYNC_ID">_SYNC_ID</a></td>
<td class="jd-descrcol" width="100%">The unique ID for a row assigned by the sync source.</td>
</tr>
</table>
</div>
</div>
</td></tr>
</table>
<!-- =========== FIELD SUMMARY =========== -->
<table id="lfields" class="jd-sumtable"><tr><th colspan="12">Fields</th></tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><nobr>
public
static
final
<a href="../../../reference/android/net/Uri.html">Uri</a></nobr></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.Events.html#CONTENT_EXCEPTION_URI">CONTENT_EXCEPTION_URI</a></td>
<td class="jd-descrcol" width="100%">The content:// style URI for recurring event exceptions.</td>
</tr>
<tr class=" api apilevel-14" >
<td class="jd-typecol"><nobr>
public
static
final
<a href="../../../reference/android/net/Uri.html">Uri</a></nobr></td>
<td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.Events.html#CONTENT_URI">CONTENT_URI</a></td>
<td class="jd-descrcol" width="100%">The content:// style URL for interacting with events.</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
<a href="../../../reference/java/lang/Object.html">java.lang.Object</a>
<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-1" >
<td class="jd-typecol"><nobr>
<a href="../../../reference/java/lang/Object.html">Object</a></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../reference/java/lang/Object.html#clone()">clone</a></span>()</nobr>
<div class="jd-descrdiv">Creates and returns a copy of this <code>Object</code>.</div>
</td></tr>
<tr class=" api apilevel-1" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../reference/java/lang/Object.html#equals(java.lang.Object)">equals</a></span>(<a href="../../../reference/java/lang/Object.html">Object</a> o)</nobr>
<div class="jd-descrdiv">Compares this instance with the specified object and indicates if they
are equal.</div>
</td></tr>
<tr class="alt-color api apilevel-1" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../reference/java/lang/Object.html#finalize()">finalize</a></span>()</nobr>
<div class="jd-descrdiv">Invoked when the garbage collector has detected that this instance is no longer reachable.</div>
</td></tr>
<tr class=" api apilevel-1" >
<td class="jd-typecol"><nobr>
final
<a href="../../../reference/java/lang/Class.html">Class</a><?></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../reference/java/lang/Object.html#getClass()">getClass</a></span>()</nobr>
<div class="jd-descrdiv">Returns the unique instance of <code><a href="../../../reference/java/lang/Class.html">Class</a></code> that represents this
object's class.</div>
</td></tr>
<tr class="alt-color api apilevel-1" >
<td class="jd-typecol"><nobr>
int</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../reference/java/lang/Object.html#hashCode()">hashCode</a></span>()</nobr>
<div class="jd-descrdiv">Returns an integer hash code for this object.</div>
</td></tr>
<tr class=" api apilevel-1" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../reference/java/lang/Object.html#notify()">notify</a></span>()</nobr>
<div class="jd-descrdiv">Causes a thread which is waiting on this object's monitor (by means of
calling one of the <code>wait()</code> methods) to be woken up.</div>
</td></tr>
<tr class="alt-color api apilevel-1" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../reference/java/lang/Object.html#notifyAll()">notifyAll</a></span>()</nobr>
<div class="jd-descrdiv">Causes all threads which are waiting on this object's monitor (by means
of calling one of the <code>wait()</code> methods) to be woken up.</div>
</td></tr>
<tr class=" api apilevel-1" >
<td class="jd-typecol"><nobr>
<a href="../../../reference/java/lang/String.html">String</a></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../reference/java/lang/Object.html#toString()">toString</a></span>()</nobr>
<div class="jd-descrdiv">Returns a string containing a concise, human-readable description of this
object.</div>
</td></tr>
<tr class="alt-color api apilevel-1" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../reference/java/lang/Object.html#wait()">wait</a></span>()</nobr>
<div class="jd-descrdiv">Causes the calling thread to wait until another thread calls the <code>notify()</code> or <code>notifyAll()</code> method of this object.</div>
</td></tr>
<tr class=" api apilevel-1" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../reference/java/lang/Object.html#wait(long, int)">wait</a></span>(long millis, int nanos)</nobr>
<div class="jd-descrdiv">Causes the calling thread to wait until another thread calls the <code>notify()</code> or <code>notifyAll()</code> method of this object or until the
specified timeout expires.</div>
</td></tr>
<tr class="alt-color api apilevel-1" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../reference/java/lang/Object.html#wait(long)">wait</a></span>(long millis)</nobr>
<div class="jd-descrdiv">Causes the calling thread to wait until another thread calls the <code>notify()</code> or <code>notifyAll()</code> method of this object or until the
specified timeout expires.</div>
</td></tr>
</table>
</div>
</div>
</td></tr>
</table>
</div><!-- jd-descr (summary) -->
<!-- Details -->
<!-- XML Attributes -->
<!-- Enum Values -->
<!-- Constants -->
<!-- Fields -->
<!-- ========= FIELD DETAIL ======== -->
<h2>Fields</h2>
<A NAME="CONTENT_EXCEPTION_URI"></A>
<div class="jd-details api apilevel-14">
<h4 class="jd-details-title">
<span class="normal">
public
static
final
<a href="../../../reference/android/net/Uri.html">Uri</a>
</span>
CONTENT_EXCEPTION_URI
</h4>
<div class="api-level">
Added in <a href="../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 14</a>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>The content:// style URI for recurring event exceptions. Insertions require an
appended event ID. Deletion of exceptions requires both the original event ID and
the exception event ID (see <code><a href="../../../reference/android/net/Uri.Builder.html#appendPath(java.lang.String)">appendPath(String)</a></code>).
</p></div>
</div>
</div>
<A NAME="CONTENT_URI"></A>
<div class="jd-details api apilevel-14">
<h4 class="jd-details-title">
<span class="normal">
public
static
final
<a href="../../../reference/android/net/Uri.html">Uri</a>
</span>
CONTENT_URI
</h4>
<div class="api-level">
Added in <a href="../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 14</a>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>The content:// style URL for interacting with events. Appending an
event id using <code><a href="../../../reference/android/content/ContentUris.html#withAppendedId(android.net.Uri, long)">withAppendedId(Uri, long)</a></code> will
specify a single event.
</p></div>
</div>
</div>
<!-- Public ctors -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- Protected ctors -->
<!-- ========= METHOD DETAIL ======== -->
<!-- Public methdos -->
<!-- ========= 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 4.4 r1 —
<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> |
<a href="../../../legal.html">Legal</a> |
<a href="../../../support.html">Support</a>
</p>
</div>
</div> <!-- end footer -->
</div> <!-- jd-content -->
</div><!-- end doc-content -->
</div> <!-- end body-content -->
</body>
</html>
|
AzureZhao/android-developer-cn
|
reference/android/provider/CalendarContract.Events.html
|
HTML
|
mit
| 142,841
|
<h2>grep</h2>
<h4>(search within a file for text that matches a pattern)</h4>
<img src="img/grep.png" alt="grep">
|
gdichicago/intro-to-command-line
|
slideshow/slides/grep.html
|
HTML
|
mit
| 113
|
{% load i18n admin_modify admin_static %}
{% block extrahead %}
<style>
h2.nested {
background: none;
background-color: #AA0;
color: white;
font-size: 11px;
font-weight: bold;
margin: 0;
padding: 2px 5px 3px;
text-align: left;
}
tr {
background: none repeat scroll 0 0 #EDF3FE;
}
tr.nested {
background: none repeat scroll 0 0 #FFE;
}
tr.nested-empty {
display: none;
}
</style>
{% endblock %}
<div class="inline-group" id="{{ inline_admin_formset.formset.prefix }}-group">
<div class="tabular inline-related {% if forloop.last %}last-related{% endif %}">
{{ inline_admin_formset.formset.management_form }}
<fieldset class="module">
<h2>{{ inline_admin_formset.opts.verbose_name_plural|capfirst }}</h2>
{{ inline_admin_formset.formset.non_form_errors }}
<table>
<thead><tr>
{% for field in inline_admin_formset.fields %}
{% if not field.widget.is_hidden %}
<th{% if forloop.first %} colspan="2"{% endif %}{% if field.required %} class="required"{% endif %}>{{ field.label|capfirst }}</th>
{% endif %}
{% endfor %}
{% if inline_admin_formset.formset.can_delete %}<th>{% trans "Delete?" %}</th>{% endif %}
</tr></thead>
<tbody>
{% for inline_admin_form in inline_admin_formset %}
{% if inline_admin_form.form.non_field_errors %}
<tr><td colspan="{{ inline_admin_form|cell_count }}">{{ inline_admin_form.form.non_field_errors }}</td></tr>
{% endif %}
<tr class="{% if inline_admin_form.original or inline_admin_form.show_url %}has_original{% endif %}{% if forloop.last %} empty-form{% endif %}"
id="{{ inline_admin_formset.formset.prefix }}-{% if not forloop.last %}{{ forloop.counter0 }}{% else %}empty{% endif %}">
<td class="original">
{% if inline_admin_form.original or inline_admin_form.show_url %}<p>
{% if inline_admin_form.original %} {{ inline_admin_form.original }}{% endif %}
{% if inline_admin_form.show_url %}<a href="../../../r/{{ inline_admin_form.original_content_type_id }}/{{ inline_admin_form.original.id }}/">{% trans "View on site" %}</a>{% endif %}
</p>{% endif %}
{% if inline_admin_form.has_auto_field %}{{ inline_admin_form.pk_field.field }}{% endif %}
{{ inline_admin_form.fk_field.field }}
{% spaceless %}
{% for fieldset in inline_admin_form %}
{% for line in fieldset %}
{% for field in line %}
{% if field.is_hidden %} {{ field.field }} {% endif %}
{% endfor %}
{% endfor %}
{% endfor %}
{% endspaceless %}
</td>
{% for fieldset in inline_admin_form %}
{% for line in fieldset %}
{% for field in line %}
<td class="{{ field.field.name }}">
{% if field.is_readonly %}
<p>{{ field.contents }}</p>
{% else %}
{{ field.field.errors.as_ul }}
{{ field.field }}
{% endif %}
</td>
{% endfor %}
{% endfor %}
{% endfor %}
{% if inline_admin_formset.formset.can_delete %}
<td class="delete">{% if inline_admin_form.original %}{{ inline_admin_form.deletion_field.field }}{% endif %}</td>
{% endif %}
</tr>
{% if inline_admin_formset.inlines %}
{% for nested in inline_admin_form.form.inlines %}
{% if forloop.first %}
<tr class="nested">
<td colspan="{{ inline_admin_form.field_count }}">
{% endif %}
{% include 'common/admin/nested.html' %}
{% if forloop.last %}
</td>
{% endif %}
{% endfor %}
</tr>
{% endif %}
{% endfor %}
</tbody>
</table>
</fieldset>
</div>
</div>
<script type="text/javascript">
/**
* Django admin inlines
*
* Based on jQuery Formset 1.1
* @author Stanislaus Madueke (stan DOT madueke AT gmail DOT com)
* @requires jQuery 1.2.6 or later
*
* Copyright (c) 2009, Stanislaus Madueke
* All rights reserved.
*
* Spiced up with Code from Zain Memon's GSoC project 2009
* and modified for Django by Jannis Leidel
*
* Licensed under the New BSD License
* See: http://www.opensource.org/licenses/bsd-license.php
*/
(function($) {
$.fn.formset = function(opts) {
var options = $.extend({}, $.fn.formset.defaults, opts);
var updateElementIndex = function(el, prefix, ndx) {
var id_regex = new RegExp("(" + prefix + "-(\\d+|__prefix__))");
var replacement = prefix + "-" + ndx;
if ($(el).attr("for")) {
$(el).attr("for", $(el).attr("for").replace(id_regex, replacement));
}
if (el.id) {
el.id = el.id.replace(id_regex, replacement);
}
if (el.name) {
el.name = el.name.replace(id_regex, replacement);
}
};
var totalForms = $("#id_" + options.prefix + "-TOTAL_FORMS").attr("autocomplete", "off");
var nextIndex = parseInt(totalForms.val());
var maxForms = $("#id_" + options.prefix + "-MAX_NUM_FORMS").attr("autocomplete", "off");
// only show the add button if we are allowed to add more items,
// note that max_num = None translates to a blank string.
var showAddButton = maxForms.val() == '' || (maxForms.val()-totalForms.val()) > 0;
$(this).each(function(i) {
$(this).not("." + options.emptyCssClass).addClass(options.formCssClass);
});
if ($(this).length && showAddButton) {
var addButton;
var addNestedButton;
if (($(this).attr("tagName") == "TR")) {
// If forms are laid out as table rows, insert the
// "add" button in a new table row:
var numCols = this.eq(0).children().length;
$(this).parent().append('<tr class="' + options.addCssClass + '"><td colspan="' + numCols + '"><a href="javascript:void(0)">' + options.addText + "</a></tr>");
addButton = $(this).parent().find("tr:last a");
} else {
// Otherwise, insert it immediately after the last form:
$(this).filter(":last").after('<div class="' + options.addCssClass + '"><a href="javascript:void(0)">' + options.addText + "</a></div>");
addButton = $(this).filter(":last").next().find("a");
}
addButton.click(function() {
var totalForms = $("#id_" + options.prefix + "-TOTAL_FORMS");
var template = $("#" + options.prefix + "-empty");
var row = template.clone(true);
row.removeClass(options.emptyCssClass)
.addClass(options.formCssClass)
.attr("id", options.prefix + "-" + nextIndex);
if (row.is("tr")) {
// If the forms are laid out in table rows, insert
// the remove button into the last table cell:
row.children(":last").append('<div><a class="' + options.deleteCssClass +'" href="javascript:void(0)">' + options.deleteText + "</a></div>");
} else if (row.is("ul") || row.is("ol")) {
// If they're laid out as an ordered/unordered list,
// insert an <li> after the last list item:
row.append('<li><a class="' + options.deleteCssClass +'" href="javascript:void(0)">' + options.deleteText + "</a></li>");
} else {
// Otherwise, just insert the remove button as the
// last child element of the form's container:
row.children(":first").append('<span><a class="' + options.deleteCssClass + '" href="javascript:void(0)">' + options.deleteText + "</a></span>");
}
row.find("*").each(function() {
updateElementIndex(this, options.prefix, totalForms.val());
});
// Insert the new form when it has been fully edited
row.insertBefore($(this).parent().parent());
// Update number of total forms
$(totalForms).val(parseInt(totalForms.val()) + 1);
nextIndex += 1;
// Hide add button in case we've hit the max, except we want to add infinitely
if ((maxForms.val() != '') && (maxForms.val()-totalForms.val()) <= 0) {
addButton.parent().hide();
}
// The delete button of each row triggers a bunch of other things
row.find("a." + options.deleteCssClass).click(function() {
// Remove the parent form containing this button:
var row = $(this).parents("." + options.formCssClass);
row.remove();
nextIndex -= 1;
// If a post-delete callback was provided, call it with the deleted form:
if (options.removed) {
options.removed(row);
}
// Update the TOTAL_FORMS form count.
var forms = $("." + options.formCssClass);
$("#id_" + options.prefix + "-TOTAL_FORMS").val(forms.length);
// Show add button again once we drop below max
if ((maxForms.val() == '') || (maxForms.val()-forms.length) > 0) {
addButton.parent().show();
}
// Also, update names and ids for all remaining form controls
// so they remain in sequence:
for (var i=0, formCount=forms.length; i<formCount; i++)
{
updateElementIndex($(forms).get(i), options.prefix, i);
$(forms.get(i)).find("*").each(function() {
updateElementIndex(this, options.prefix, i);
});
}
return false;
});
// START OF ADDING NESTED
var empty = $('.nested')[0];
var new_items = $(empty).clone().insertBefore($(this).parent().parent());
var updateNestedElementParentIndex = function(el, prefix, ndx) {
if ($(el).attr("for")) {
$(el).attr("for", $(el).attr("for").replace(prefix + '-0', prefix + '-' + ndx));
}
if (el.id) {
el.id = el.id.replace(prefix + '-0', prefix + '-' + ndx)
}
if (el.name) {
el.name = el.name.replace(prefix + '-0', prefix + '-' + ndx)
}
};
new_items.find("*").each(function() {
updateNestedElementParentIndex(this, "{{ inline_admin_formset.formset.prefix }}", nextIndex-1);
});
// END OF ADDING NESTED
// If a post-add callback was supplied, call it with the added form:
if (options.added) {
options.added(row);
}
return false;
});
}
return this;
}
$.fn.formset_nested = function(opts) {
var options = $.extend({}, $.fn.formset_nested.defaults, opts);
var updateElementIndex = function(el, prefix, ndx) {
if ($(el).attr("for")) {
$(el).attr("for", $(el).attr("for").replace('__prefix__', ndx));
}
if (el.id) {
el.id = el.id.replace('__prefix__', ndx);
}
if (el.name) {
el.name = el.name.replace('__prefix__', ndx);
}
};
var reorderElementIndex = function(el, base, ndx) {
if ($(el).attr("for")) {
var string = $(el).attr("for");
}
if (el.id) {
var string = el.id;
}
if (el.name) {
var string = el.name;
}
if(string){
var last = string.lastIndexOf('-');
var substring = string.substring(0, last);
var postfix = string.substring(last, string.length);
var prefix = substring.substring(0, substring.lastIndexOf('-')+1);
var new_string = prefix + ndx + postfix;
}
if ($(el).attr("for")) {
$(el).attr("for", new_string);
}
if (el.id) {
el.id = new_string;
}
if (el.name) {
el.name = new_string;
}
};
var totalForms = $("#id_" + options.prefix + "-TOTAL_FORMS").attr("autocomplete", "off");
var nextIndex = parseInt(totalForms.val());
var maxForms = $("#id_" + options.prefix + "-MAX_NUM_FORMS").attr("autocomplete", "off");
// only show the add button if we are allowed to add more items,
// note that max_num = None translates to a blank string.
var showAddButton = maxForms.val() == '' || (maxForms.val()-totalForms.val()) > 0;
$(this).each(function(i) {
$(this).not("." + options.emptyCssClass).addClass(options.formCssClass);
});
if ($(this).length && showAddButton) {
var addButton;
var addNestedButton;
if (($(this).attr("tagName") == "TR")) {
// If forms are laid out as table rows, insert the
// "add" button in a new table row:
$(this).parent().parent().parent().filter('td').append('<a href="javascript:void(0)">' + options.addText + "</a>");
addNestedButton = $(this).parent().parent().parent().find("a");
} else {
// Otherwise, insert it immediately after the last form:
//$(this).filter(":last").after('<div class="' + options.addCssClass + '"><a href="javascript:void(0)">' + options.addText + "</a></div>");
//addButton = $(this).filter(":last").next().find("a");
}
addNestedButton.click(function() {
// id_scenariocondition_set-TOTAL_FORMS
// id_scenariocondition_set-0-scenarioconditionscore_set-TOTAL_FORMS
totalForms = $(this).parent().find('input[name*="TOTAL_FORMS"]');
nextIndex = parseInt(totalForms.val());//$("#id_" + options.prefix + "-TOTAL_FORMS");
var template = $(this).prev().find("tr.nested-empty");
var row = template.clone(true);
row.removeClass(options.emptyCssClass)
.addClass(options.formCssClass);
if (row.is("tr")) {
// If the forms are laid out in table rows, insert
// the remove button into the last table cell:
row.append('<td><div><a class="' + options.deleteCssClass +'" href="javascript:void(0)">' + options.deleteText + "</a></div></td>");
}
row.find("*").each(function() {
updateElementIndex(this, options.prefix, nextIndex);
});
// Insert the new form when it has been fully edited
row.insertBefore($(template));
// Update number of total forms
$(totalForms).val(parseInt(totalForms.val()) + 1);
nextIndex += 1;
// Hide add button in case we've hit the max, except we want to add infinitely
if ((maxForms.val() != '') && (maxForms.val()-totalForms.val()) <= 0) {
addButton.parent().hide();
}
// The delete button of each row triggers a bunch of other things
row.find("a." + options.deleteCssClass).click(function() {
// Remove the parent form containing this button:
var row = $(this).parent().parent().parent();
totalForms = $(row).parent().parent().parent().find('input[name*="TOTAL_FORMS"]');
nextIndex = parseInt(totalForms.val()-1);//$("#id_" + options.prefix + "-TOTAL_FORMS");
row.remove();
// Update the TOTAL_FORMS form count.
$(totalForms).val(nextIndex);
// Show add button again once we drop below max
if ((maxForms.val() == '') || (maxForms.val()-forms.length) > 0) {
addNestedButton.parent().show();
}
// Also, update names and ids for all remaining form controls
// so they remain in sequence:
$.each($(totalForms).parent().find('tbody tr').not('.nested-empty'), function(index, value) {
$(value).find("*").each(function() {
reorderElementIndex(this, options.prefix, index);
});
});
//for (var i=0; i<nextIndex; i++)
//{
// updateElementIndex($(forms).get(i), options.prefix, i);
//}
return false;
});
// If a post-add callback was supplied, call it with the added form:
if (options.added) {
options.added(row);
}
return false;
});
}
return this;
}
/* Setup plugin defaults */
$.fn.formset.defaults = {
prefix: "form", // The form prefix for your django formset
addText: "add another", // Text for the add link
deleteText: "remove", // Text for the delete link
addCssClass: "add-row", // CSS class applied to the add link
deleteCssClass: "delete-row", // CSS class applied to the delete link
emptyCssClass: "empty-row", // CSS class applied to the empty row
formCssClass: "dynamic-form", // CSS class applied to each form in a formset
added: null, // Function called each time a new form is added
removed: null,
nested: false // Function called each time a form is deleted
}
/* Setup nested plugin defaults */
$.fn.formset_nested.defaults = {
prefix: "form", // The form prefix for your django formset
addText: "add another", // Text for the add link
deleteText: "remove", // Text for the delete link
addCssClass: "add-row", // CSS class applied to the add link
deleteCssClass: "delete-row", // CSS class applied to the delete link
emptyCssClass: "empty-row", // CSS class applied to the empty row
formCssClass: "dynamic-form", // CSS class applied to each form in a formset
added: null, // Function called each time a new form is added
removed: null,
nested: true // Function called each time a form is deleted
}
})(django.jQuery);
(function($) {
$(document).ready(function($) {
var rows = "#{{ inline_admin_formset.formset.prefix }}-group .tabular.inline-related tbody tr";
var rows_nested = "#{{ inline_admin_formset.formset.prefix }}-group .tabular.inline-related tbody tr.nested";
var alternatingRows = function(row) {
$(rows).not(".add-row").removeClass("row1 row2")
.filter(":even").addClass("row1").end()
.filter(rows + ":odd").addClass("row2");
}
var reinitDateTimeShortCuts = function() {
// Reinitialize the calendar and clock widgets by force
if (typeof DateTimeShortcuts != "undefined") {
$(".datetimeshortcuts").remove();
DateTimeShortcuts.init();
}
}
var updateSelectFilter = function() {
// If any SelectFilter widgets are a part of the new form,
// instantiate a new SelectFilter instance for it.
if (typeof SelectFilter != "undefined"){
$(".selectfilter").each(function(index, value){
var namearr = value.name.split('-');
SelectFilter.init(value.id, namearr[namearr.length-1], false, '{% static "admin" %}');
});
$(".selectfilterstacked").each(function(index, value){
var namearr = value.name.split('-');
SelectFilter.init(value.id, namearr[namearr.length-1], true, '{% static "admin" %}');
});
}
}
var initPrepopulatedFields = function(row) {
row.find('.prepopulated_field').each(function() {
var field = $(this);
var input = field.find('input, select, textarea');
var dependency_list = input.data('dependency_list') || [];
var dependencies = [];
$.each(dependency_list, function(i, field_name) {
dependencies.push('#' + row.find(field_name).find('input, select, textarea').attr('id'));
});
if (dependencies.length) {
input.prepopulate(dependencies, input.attr('maxlength'));
}
});
}
$(rows).not("tr.nested").formset({
prefix: "{{ inline_admin_formset.formset.prefix }}",
addText: "{% blocktrans with inline_admin_formset.opts.verbose_name|title as verbose_name %}Add another {{ verbose_name }}{% endblocktrans %}",
formCssClass: "dynamic-{{ inline_admin_formset.formset.prefix }}",
deleteCssClass: "inline-deletelink",
deleteText: "{% trans "Remove" %}",
emptyCssClass: "empty-form",
removed: alternatingRows,
added: (function(row) {
initPrepopulatedFields(row);
reinitDateTimeShortCuts();
updateSelectFilter();
})
});
$(rows_nested).formset_nested({
prefix: "{{ inline_admin_formset.formset.prefix }}",
addText: "Add nested entry",
formCssClass: "dynamic-{{ inline_admin_formset.formset.prefix }}",
deleteCssClass: "inline-deletelink",
deleteText: "{% trans "Remove" %}",
emptyCssClass: "nested-empty",
removed: alternatingRows,
added: (function(row) {
initPrepopulatedFields(row);
reinitDateTimeShortCuts();
updateSelectFilter();
})
});
});
})(django.jQuery);
</script>
|
WikiRealtyInc/django-common
|
django_common/templates/common/admin/nested_tabular.html
|
HTML
|
mit
| 21,043
|
<!doctype html>
<html lang="zh-TW">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>最新消息 - page 3 | Arch Linux 臺灣社群 / Arch Linux Taiwan Community</title>
<link rel="shortcut icon" href="/images/favicon.ico" />
<!-- Twitter Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4"
crossorigin="anonymous">
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/main.css">
<!-- Web fonts -->
<link href='//fonts.googleapis.com/css?family=Roboto:400,700|Roboto+Condensed:400,700|Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<!-- RSS Feeds -->
<link type="application/atom+xml" rel="alternate" href="https://archlinux.tw/feed.xml" title="Arch Linux 臺灣社群" />
</head>
<body data-itemid="news">
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" role="navigation">
<a class="site-title navbar-brand" href="https://archlinux.tw">Arch Linux 臺灣社群</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item" id="nav-home">
<a class="nav-link" href="/">首頁</a>
</li>
<li class="nav-item" id="nav-news">
<a class="nav-link" href="/news/">最新消息</a>
</li>
<li class="nav-item" id="nav-getting-started">
<a class="nav-link" href="/getting-started/">新手上路</a>
</li>
<li class="nav-item" id="nav-links">
<a class="nav-link" href="/resources/">線上資源</a>
</li>
<li class="nav-item" id="nav-contribute">
<a class="nav-link" href="/contribute/">加入我們</a>
</li>
</ul>
</div>
</nav>
</header>
<section class="content container">
<article itemscope itemtype="http://schema.org/Article" class="post">
<h1 itemprop="name" class="post__title">
<a href="/2017/02/28/mesa-with-libglvnd-support-is-now-in-testing.html" title="啟用 libglvnd 支援的 mesa 已在 testing 套件庫">啟用 libglvnd 支援的 mesa 已在 testing 套件庫</a>
</h1>
<div class="meta"><span itemprop="author">Huei-Horng Yo</span> 發表於 <span itemprop="datePublished">Tue, 28 Feb 2017 04:15:02 +0800</span></div>
<div itemprop="articleBody">
<p><strong>原文:</strong><a href="https://www.archlinux.org/news/mesa-with-libglvnd-support-is-now-in-testing/">mesa with libglvnd support is now in testing</a></p>
<p>由於 Fedora 團隊的協助,以及 xorg-server 上游貢獻的修補,<code class="language-plaintext highlighter-rouge">mesa</code>-17.0.0-3 現在可與 <code class="language-plaintext highlighter-rouge">nvidia</code>-378.13 驅動程式併存,無須再使用各種 libgl/libglx 的 hacks 了。</p>
<ul>
<li>
<p>首先要做的是透過解除安裝某些 <code class="language-plaintext highlighter-rouge">libgl</code> 的相關套件,來移除 <code class="language-plaintext highlighter-rouge">libglx</code> 與 <code class="language-plaintext highlighter-rouge">xorg-server</code>-1.19.1-3 的符號連結,以及相關的 mesa/nvidia 驅動程式。這項工作非常艱難,因為會導致 optimus 系統失效,也需要手動更新 <code class="language-plaintext highlighter-rouge">xorg-server</code> 的設定。</p>
</li>
<li>
<p>接下來這步驟是藉由更新過的 <a href="https://git.archlinux.org/svntogit/packages.git/tree/trunk/nvidia-drm-outputclass.conf?h=packages/nvidia-utils">10-nvidia-drm-outputclass.conf</a> 設定檔的輔助,可以提供您的 <code class="language-plaintext highlighter-rouge">xorg-server</code> 在搭配 optimus 系統的環境下一個基本可用的體驗。</p>
</li>
</ul>
<p>敬請多加測試,並將您的意見反饋發表到<a href="https://bbs.archlinux.org/viewtopic.php?id=223603">論壇討論串</a>或是 <a href="https://bugs.archlinux.org/">bugtracker</a> 上。</p>
</div>
</article>
<article itemscope itemtype="http://schema.org/Article" class="post">
<h1 itemprop="name" class="post__title">
<a href="/2017/01/25/phasing-out-i686-support.html" title="分階段取消對 i686 處理器家族的支援">分階段取消對 i686 處理器家族的支援</a>
</h1>
<div class="meta"><span itemprop="author">Huei-Horng Yo</span> 發表於 <span itemprop="datePublished">Wed, 25 Jan 2017 12:00:00 +0800</span></div>
<div itemprop="articleBody">
<p><strong>原文:</strong><a href="https://www.archlinux.org/news/phasing-out-i686-support/">Phasing out i686 support</a></p>
<p>因為 i686 處理器家族在我們的開發者與社群用戶裡的能見度愈來愈低,我們決定要逐步取消這個平台的支援。</p>
<p>這項決策意謂著今年二月份的 ISO 映像檔會是最後一份可供安裝 32 位元版本 Arch Linux 的安裝媒體。接下來的為期九個月是不建議使用期,在這期間的 i686 處理器版本仍會收到更新的套件。自 2017 年 11 月開始,套件與套件庫相關工具的維護者將不再需要去特別標註他們維護的項目不支援 i686 處理器。</p>
<p>然而,還是有人對繼續維持 i686 版本感興趣,我們鼓勵社群在我們的指引下來從事這項工作。透過 <code class="language-plaintext highlighter-rouge">arch-ports</code> 郵遞列表以及在 Freenode 上的 <code class="language-plaintext highlighter-rouge">#archlinux-ports</code> IRC 頻道這些媒體,我們會有進一步的協調討論。</p>
<p><code class="language-plaintext highlighter-rouge">[multilib]</code> 套件庫不受此變動的影響。</p>
</div>
</article>
<article itemscope itemtype="http://schema.org/Article" class="post">
<h1 itemprop="name" class="post__title">
<a href="/2016/03/24/required-update-to-pacman-501-before-2016-04-23.html" title="請務必在 2016-04-23 前升級到 pacman-5.0.1">請務必在 2016-04-23 前升級到 pacman-5.0.1</a>
</h1>
<div class="meta"><span itemprop="author">Huei-Horng Yo</span> 發表於 <span itemprop="datePublished">Thu, 24 Mar 2016 12:00:00 +0800</span></div>
<div itemprop="articleBody">
<p><strong>原文:</strong><a href="https://www.archlinux.org/news/required-update-to-pacman-501-before-2016-04-23/">Required update to pacman-5.0.1 before 2016-04-23</a></p>
<p>從 <code class="language-plaintext highlighter-rouge">pacman-5.0</code> 版開始,新增了 “transactional hooks” 的支援。這項功能可以讓我們做到像是「在某次升級時,若有多組字型套件,以往每升級一組字型套件就要重建一次字型快取,現在則只需統一重建一次就好」如此的改進,無論在升級流程的速度提升,以及減少開發者與被信賴用戶 (Trusted Users) 的套件打包負擔都有所助益。</p>
<p>為了讓 “transactional hooks” 可以啟用,我們需要所有用戶配合,請在 2016-04-23 前將 <code class="language-plaintext highlighter-rouge">pacman</code> 至少升級 5.0.1 版。Pacman-5.0.1 已於 2016-02-23 釋出,所以各位有兩個月的時間可以升級您們的系統。</p>
</div>
</article>
<article itemscope itemtype="http://schema.org/Article" class="post">
<h1 itemprop="name" class="post__title">
<a href="/2015/08/15/openssh-70p1-deprecates-ssh-dss-keys.html" title="openssh-7.0p1 棄用 ssh-dss 類金鑰">openssh-7.0p1 棄用 ssh-dss 類金鑰</a>
</h1>
<div class="meta"><span itemprop="author">Huei-Horng Yo</span> 發表於 <span itemprop="datePublished">Sat, 15 Aug 2015 12:00:00 +0800</span></div>
<div itemprop="articleBody">
<p><strong>原文:</strong><a href="https://www.archlinux.org/news/openssh-70p1-deprecates-ssh-dss-keys/">openssh-7.0p1 deprecates ssh-dss keys</a></p>
<p>因為近期揭露的安全弱點,新推出的 openssh-7.0p1 棄用了 ssh-dss 類型、亦即所謂的 DSA 型金鑰。詳情請參見<a href="http://lists.mindrot.org/pipermail/openssh-unix-announce/2015-August/000122.html">官方公告</a>。</p>
<p>在更新與重新啟動遠端的 sshd 之前,請確認您沒有使用此類的金鑰來連接這台機器。要檢查機器上個別用戶是否採用了 DSA 型金鑰來獲取存取權限,可使用:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>grep ssh-dss ~/.ssh/authorized_keys
</code></pre></div></div>
<p>如果您發現有使用此類金鑰,務必確認您有替代的登入方法,像是使用不同類型的金鑰,或是密碼驗證。</p>
<p>最後,ssh-dss 型的機器用金鑰 (host keys) 同樣也被棄用了,當您連上更新後的機器時,也需要重新確認新產生的金鑰指紋(針對不同金鑰類型的 host key)。</p>
</div>
</article>
<article itemscope itemtype="http://schema.org/Article" class="post">
<h1 itemprop="name" class="post__title">
<a href="/2015/05/22/data-corruption-on-software-raid-0-when-discard-is-used.html" title="若使用了 discard 參數,軟體型 RAID 0 會發生資料毀損">若使用了 discard 參數,軟體型 RAID 0 會發生資料毀損</a>
</h1>
<div class="meta"><span itemprop="author">Huei-Horng Yo</span> 發表於 <span itemprop="datePublished">Fri, 22 May 2015 12:00:00 +0800</span></div>
<div itemprop="articleBody">
<p><strong>原文:</strong><a href="https://www.archlinux.org/news/data-corruption-on-software-raid-0-when-discard-is-used/">Data corruption on software RAID 0 when discard is used</a></p>
<p>幾週前送進 [core] 套件庫的 Linux 核心 (4.0.2+, LTS 3.14.41+) 有一個錯誤,檔案系統若以 <code class="language-plaintext highlighter-rouge">discard</code> 參數掛載、且配置在軟體型 RAID 0 陣列內就會引發資料毀損。然而即使未指定使用 <code class="language-plaintext highlighter-rouge">discard</code> 參數,當使用 <code class="language-plaintext highlighter-rouge">fstrim</code> 命令也同樣會觸發這個錯誤。 <strong>(如果您並未使用軟體型 RAID 0 搭配 <code class="language-plaintext highlighter-rouge">discard</code> 參數,那麼本問題並不會對您造成影響。)</strong></p>
<p>本問題已經在 <code class="language-plaintext highlighter-rouge">linux 4.0.4-2</code> 與 <code class="language-plaintext highlighter-rouge">linux-lts 3.14.43-2</code> 修正。但是由於這個問題的發生原理使然,很可能系統資料已經在前述有問題的核心版本上發生毀損情況了。強烈建議您在受到影響的檔案系統上做資料完整性檢查,可使用 <code class="language-plaintext highlighter-rouge">fsck</code> 工具,並(或)從現存的完整備份那邊還原資料。</p>
<p>若需要進一步的資訊,請參考 Holger Kiehl 在 LKML 發表的<a href="https://lkml.org/lkml/2015/5/21/167">貼文</a>、Phoronix 上的<a href="http://www.phoronix.com/scan.php?page=news_item&px=Linux-4-EXT4-RAID-Issue-Found">相關文章</a>以及被 backport 到 Arch 核心的<a href="http://git.neil.brown.name/?p=md.git;a=commitdiff;h=a81157768a00e8cf8a7b43b5ea5cac931262374f">修正</a>。</p>
</div>
</article>
<!-- Pagination links -->
<div class="pagination">
<!-- Don't build paginator if we have only one page -->
<a href="/news/news/page2/" class="previous">前頁</a>
<span class="page_number ">第 3 頁,共 5 頁</span>
<a href="/news/news/page4/" class="next">次頁</a>
</div>
</section>
<!-- /content -->
<footer class="container">
<h1>Arch Linux 臺灣社群</h1>
<p>除另有註明外,本站內容皆採
<a href="http://creativecommons.org/licenses/by-sa/4.0/deed.zh_TW">Creative Commons — 姓名標示-相同方式分享 4.0 國際 — CC BY-SA 4.0</a> 或更新版本授權大眾使用。本站原始碼可自
<a href="https://github.com/linux-taiwan/arch.linux.org.tw">GitHub</a> 取得,歡迎貢獻、改進內容。</p>
<p>本站使用
<a href="https://fontawesome.com/">Font Awesome</a> 提供之圖示字型服務,特此謝忱。</p>
</footer>
<!-- Twitter Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm"
crossorigin="anonymous"></script>
<!-- some tweaks -->
<script src="/javascripts/set-active-menu-item.js"></script>
<script src="/javascripts/redirect-https.js"></script>
</body>
</html>
|
xatier/arch.linux.org.tw
|
docs/news/news/page3/index.html
|
HTML
|
mit
| 13,791
|
<html>
<head>
<script src="../node_modules/babel-polyfill/dist/polyfill.js"></script>
<script src="../node_modules/d3/build/d3.js"></script>
<script src="../node_modules/d3fc-extent/build/d3fc-extent.js"></script>
<script src="../node_modules/d3fc-random-data/build/d3fc-random-data.js"></script>
<script src="../node_modules/d3fc-shape/build/d3fc-shape.js"></script>
<script src="../node_modules/d3fc-data-join/build/d3fc-data-join.js"></script>
<script src="../node_modules/d3fc-rebind/build/d3fc-rebind.js"></script>
<script src="../node_modules/d3fc-group/build/d3fc-group.js"></script>
<script src="../build/d3fc-series.js"></script>
<style>
svg {
border: 1px solid #ddd;
}
</style>
</head>
<body>
<svg id="grouped-svg-autobandwidth-bandscale"></svg>
<svg id="grouped-svg-autobandwidth-linearscale"></svg>
<svg id="grouped-svg-variable-bandwidth"></svg>
<canvas id="grouped-canvas" width="500" height="250"></canvas>
<script src="grouped.js"></script>
</body>
</html>
|
ColinEberhardt/d3fc-series
|
examples/grouped.html
|
HTML
|
mit
| 1,052
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.