path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
public/assets/app/tinymce/css/content.css | Mikel1961/contentinum.5.1 | button, .button {
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-align: center;
text-decoration: none;
display: inline-block;
padding: 1rem 2rem 1.0625rem 2rem;
font-size: 1rem;
background-color: #008CBA;
border-color: #007095;
color: #FFFFFF;
transition: background-color 300ms ease-out; }
button:hover, button:focus, .button:hover, .button:focus {
background-color: #007095; }
button:hover, button:focus, .button:hover, .button:focus {
color: #FFFFFF; }
button.secondary, .button.secondary {
background-color: #e7e7e7;
border-color: #b9b9b9;
color: #333333; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
background-color: #b9b9b9; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
color: #333333; }
button.success, .button.success {
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
background-color: #368a55; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
color: #FFFFFF; }
button.alert, .button.alert {
background-color: #f04124;
border-color: #cf2a0e;
color: #FFFFFF; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
background-color: #cf2a0e; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
color: #FFFFFF; }
button.warning, .button.warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: #FFFFFF; }
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
background-color: #cf6e0e; }
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
color: #FFFFFF; }
button.info, .button.info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #333333; }
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
background-color: #61b6d9; }
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
color: #FFFFFF; }
button.large, .button.large {
padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
font-size: 1.25rem; }
button.small, .button.small {
padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
font-size: 0.8125rem; }
button.tiny, .button.tiny {
padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
font-size: 0.6875rem; }
button.expand, .button.expand {
padding-left: 0;
padding-right: 0;
width: 100%; }
button.left-align, .button.left-align {
text-align: left;
text-indent: 0.75rem; }
button.right-align, .button.right-align {
text-align: right;
padding-right: 0.75rem; }
button.radius, .button.radius {
border-radius: 3px; }
button.round, .button.round {
border-radius: 1000px; }
button.disabled, button[disabled], .button.disabled, .button[disabled] {
background-color: #008CBA;
border-color: #007095;
color: #FFFFFF;
box-shadow: none;
cursor: default;
opacity: 0.7; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #007095; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
color: #FFFFFF; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #008CBA; }
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
background-color: #e7e7e7;
border-color: #b9b9b9;
color: #333333;
box-shadow: none;
cursor: default;
opacity: 0.7; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
background-color: #b9b9b9; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
color: #333333; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
background-color: #e7e7e7; }
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF;
box-shadow: none;
cursor: default;
opacity: 0.7; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #368a55; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
color: #FFFFFF; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #43AC6A; }
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
background-color: #f04124;
border-color: #cf2a0e;
color: #FFFFFF;
box-shadow: none;
cursor: default;
opacity: 0.7; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #cf2a0e; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
color: #FFFFFF; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #f04124; }
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: #FFFFFF;
box-shadow: none;
cursor: default;
opacity: 0.7; }
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #cf6e0e; }
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
color: #FFFFFF; }
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #f08a24; }
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #333333;
box-shadow: none;
cursor: default;
opacity: 0.7; }
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
background-color: #61b6d9; }
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
color: #FFFFFF; }
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
background-color: #a0d3e8; }
button::-moz-focus-inner {border: 0;padding: 0; }
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
|
module/AlbumRest/test/report/vendor_zendframework_zendframework_library_Zend_Form.html | luizbrandao/ZF2-CRUD | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /var/www/html/Album/vendor/zendframework/zendframework/library/Zend/Form</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="span12">
<ul class="breadcrumb">
<li><a href="index.html">/var/www/html/Album</a> <span class="divider">/</span></li>
<li><a href="vendor.html">vendor</a> <span class="divider">/</span></li>
<li><a href="vendor_zendframework.html">zendframework</a> <span class="divider">/</span></li>
<li><a href="vendor_zendframework_zendframework.html">zendframework</a> <span class="divider">/</span></li>
<li><a href="vendor_zendframework_zendframework_library.html">library</a> <span class="divider">/</span></li>
<li><a href="vendor_zendframework_zendframework_library_Zend.html">Zend</a> <span class="divider">/</span></li>
<li class="active">Form</li>
<li>(<a href="vendor_zendframework_zendframework_library_Zend_Form.dashboard.html">Dashboard</a>)</li>
</ul>
</div>
</div>
</div>
</header>
<div class="container">
<table class="table table-bordered">
<thead>
<tr>
<td> </td>
<td colspan="9"><div align="center"><strong>Code Coverage</strong></div></td>
</tr>
<tr>
<td> </td>
<td colspan="3"><div align="center"><strong>Lines</strong></div></td>
<td colspan="3"><div align="center"><strong>Functions and Methods</strong></div></td>
<td colspan="3"><div align="center"><strong>Classes and Traits</strong></div></td>
</tr>
</thead>
<tbody>
<tr>
<td class="danger">Total</td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 27.72%;"></div>
</div>
</td>
<td class="danger small"><div align="right">27.72%</div></td>
<td class="danger small"><div align="right">237 / 855</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 21.30%;"></div>
</div>
</td>
<td class="danger small"><div align="right">21.30%</div></td>
<td class="danger small"><div align="right">23 / 108</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 12.50%;"></div>
</div>
</td>
<td class="danger small"><div align="right">12.50%</div></td>
<td class="danger small"><div align="right">1 / 8</div></td>
</tr>
<tr>
<td class="None"><i class="icon-folder-open"></i> <a href="vendor_zendframework_zendframework_library_Zend_Form_Element.html">Element</a></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
<td class="success big"> <div class="progress progress-success" style="width: 100px;">
<div class="bar" style="width: 100.00%;"></div>
</div>
</td>
<td class="success small"><div align="right">100.00%</div></td>
<td class="success small"><div align="right">1 / 1</div></td>
</tr>
<tr>
<td class="danger"><i class="icon-folder-open"></i> <a href="vendor_zendframework_zendframework_library_Zend_Form_View.html">View</a></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 4</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
</tr>
<tr>
<td class="warning"><i class="icon-file"></i> <a href="vendor_zendframework_zendframework_library_Zend_Form_Element.php.html">Element.php</a></td>
<td class="warning big"> <div class="progress progress-warning" style="width: 100px;">
<div class="bar" style="width: 42.11%;"></div>
</div>
</td>
<td class="warning small"><div align="right">42.11%</div></td>
<td class="warning small"><div align="right">32 / 76</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 30.43%;"></div>
</div>
</td>
<td class="danger small"><div align="right">30.43%</div></td>
<td class="danger small"><div align="right">7 / 23</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
</tr>
<tr>
<td class="None"><i class="icon-file"></i> <a href="vendor_zendframework_zendframework_library_Zend_Form_ElementAttributeRemovalInterface.php.html">ElementAttributeRemovalInterface.php</a></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
</tr>
<tr>
<td class="None"><i class="icon-file"></i> <a href="vendor_zendframework_zendframework_library_Zend_Form_ElementInterface.php.html">ElementInterface.php</a></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
</tr>
<tr>
<td class="None"><i class="icon-file"></i> <a href="vendor_zendframework_zendframework_library_Zend_Form_ElementPrepareAwareInterface.php.html">ElementPrepareAwareInterface.php</a></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
</tr>
<tr>
<td class="danger"><i class="icon-file"></i> <a href="vendor_zendframework_zendframework_library_Zend_Form_Factory.php.html">Factory.php</a></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 17.68%;"></div>
</div>
</td>
<td class="danger small"><div align="right">17.68%</div></td>
<td class="danger small"><div align="right">35 / 198</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 20.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">20.00%</div></td>
<td class="danger small"><div align="right">4 / 20</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
</tr>
<tr>
<td class="danger"><i class="icon-file"></i> <a href="vendor_zendframework_zendframework_library_Zend_Form_Fieldset.php.html">Fieldset.php</a></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 30.92%;"></div>
</div>
</td>
<td class="danger small"><div align="right">30.92%</div></td>
<td class="danger small"><div align="right">64 / 207</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 25.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">25.00%</div></td>
<td class="danger small"><div align="right">7 / 28</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
</tr>
<tr>
<td class="None"><i class="icon-file"></i> <a href="vendor_zendframework_zendframework_library_Zend_Form_FieldsetInterface.php.html">FieldsetInterface.php</a></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
</tr>
<tr>
<td class="danger"><i class="icon-file"></i> <a href="vendor_zendframework_zendframework_library_Zend_Form_Form.php.html">Form.php</a></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 31.89%;"></div>
</div>
</td>
<td class="danger small"><div align="right">31.89%</div></td>
<td class="danger small"><div align="right">96 / 301</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 14.29%;"></div>
</div>
</td>
<td class="danger small"><div align="right">14.29%</div></td>
<td class="danger small"><div align="right">4 / 28</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
</tr>
<tr>
<td class="danger"><i class="icon-file"></i> <a href="vendor_zendframework_zendframework_library_Zend_Form_FormAbstractServiceFactory.php.html">FormAbstractServiceFactory.php</a></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 46</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 5</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
</tr>
<tr>
<td class="warning"><i class="icon-file"></i> <a href="vendor_zendframework_zendframework_library_Zend_Form_FormElementManager.php.html">FormElementManager.php</a></td>
<td class="warning big"> <div class="progress progress-warning" style="width: 100px;">
<div class="bar" style="width: 43.48%;"></div>
</div>
</td>
<td class="warning small"><div align="right">43.48%</div></td>
<td class="warning small"><div align="right">10 / 23</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 33.33%;"></div>
</div>
</td>
<td class="danger small"><div align="right">33.33%</div></td>
<td class="danger small"><div align="right">1 / 3</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
</tr>
<tr>
<td class="None"><i class="icon-file"></i> <a href="vendor_zendframework_zendframework_library_Zend_Form_FormFactoryAwareInterface.php.html">FormFactoryAwareInterface.php</a></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
</tr>
<tr>
<td class="None"><i class="icon-file"></i> <a href="vendor_zendframework_zendframework_library_Zend_Form_FormInterface.php.html">FormInterface.php</a></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
<td class="None big"> </td>
<td class="None small"><div align="right"></div></td>
<td class="None small"><div align="right"> </div></td>
</tr>
</tbody>
</table>
<footer>
<h4>Legend</h4>
<p>
<span class="danger"><strong>Low</strong>: 0% to 35%</span>
<span class="warning"><strong>Medium</strong>: 35% to 70%</span>
<span class="success"><strong>High</strong>: 70% to 100%</span>
</p>
<p>
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 1.2.13</a> using <a href="http://www.php.net/" target="_top">PHP 5.6.0-1+deb.sury.org~trusty+1</a> and <a href="http://phpunit.de/">PHPUnit 3.7.28</a> at Wed Oct 8 12:51:47 AMT 2014.</small>
</p>
</footer>
</div>
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>
|
test/resources/templates/html/form_input_variable.html | tokushima/rhaco1 | <html>
<body>
<form rt:reference="true">
<input type="text" name="{$var1}" />
<input type="hidden" name="{$var2}" />
<input type="checkbox" name="{$var3}" value="hoge" />
<input type="radio" name="{$var4}" value="gako" />
<input type="radio" name="abc" value="true" />
<input type="radio" name="def" value="false" />
<select name="jkl" rt:param="ghi">
</select>
<rt:loop param="ghi" var="v">
<input type="checkbox" name="jkl" value="{$v}" />
</rt:loop>
</form>
</body>
</html> |
app/templates/index-overview-template.html | codarchlab/gapvis | <br/>
<div class="thumbs">
<img src="images/thumb1.jpg" alt="Map view" title="Map view" class="panel">
<img src="images/thumb2.jpg" alt="Reading view" title="Reading view" class="panel">
<img src="images/thumb5.jpg" alt="Event List" title="Event List" class="panel">
<img src="images/thumb3.jpg" alt="Secondary Literature" title="Secondary Literature" class="panel">
<img src="images/thumb6.jpg" alt="Event Detail" title="Event Detail" class="panel">
<img src="images/thumb4.jpg" alt="Tree view" title="Tree view" class="panel">
</div>
<p>
<b>GapVis</b> is an interface for exploring and reading texts that reference ancient entities and was originally developed for the <a href="http://googleancientplaces.wordpress.com/gapvis/" target="_blank">Google Ancient Places project</a>. <br/>It was then adapted by the Hellespont project and modified for our needs. GapVis includes maps and data visualizations that show what entities are referred to a different points in the narrative and allows you to dig into the details to learn more.
</p>
<!--[if lt IE 9]>
<p class="warning">
To use all features of this application, we strongly recommend using a modern browser, such as IE9, Chrome, or Firefox.
</p>
<![endif]-->
<h3>Passage Summary</h3>
<p>
The Summary View gives you a big-picture perspective on what entities are referenced in The Pentecontaetia and where they appear in the narrative structure.
<br/><b><a href="#book/1">›› Go to Summary View</a></b>
</p>
<h3>Reading View</h3>
<p>
The Reading View offers an interface for reading the text, including a narrative timeline and a map of recently-referenced entities which are based on manual TEI annotation. <br/>
<b><a href="#book/1/read/90/pers1398714?readingview=timemap">›› Example for Time Map View with referenced entity</a></b><br/>
<br/>Additionally, there is the possibility to view related events (historical as well a linguistic) and secondary literature (extracted from <a href="http://www.jstor.org/" target="_blank">JSTOR</a>) of the current test passage.
<br/><b><a href="#book/1/read/104?bookid=1&pageid=104&pageview=grc&readingview=eventlist">›› Example for Event List View</a></b>
<br/><b><a href="#book/1/read/104?bookid=1&pageid=104&pageview=grc&readingview=secondaryliterature">›› Example for Secondary Literature View</a></b>
</p>
<h3>Entity Detail</h3>
<p>
The Entity Detail view provides deeper information about a particular entity, including its geographic location, links to other databases and a network map of related entities based on narrative co-reference.
<br/><b><a href="#book/1/entity/pers1398714">›› Example for Entity Detail View</a></b>
</p>
<h3>Event Detail</h3>
<p>
In the Event Detail View you can see information about a particular event: What other events is it connected to? What are its actors and where did it take place? There is also a timeline of all historical events with chronology taken from secondary literature.
<br/><b><a href="#book/1/event/58">›› Example for Event Detail View</a></b>
</p>
<h3>Tree View</h3>
<p>
The Tree View includes two kind of linguistic trees (syntactical and tectrogrammatical) for the currently active sentence based on Treebank annotation.
<b><a href="#book/1/read/89/tree/1">›› Example for Tree View</a></b>
</p> |
docs/constant-values.html | nrmay/mytardis-client | <!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_17) on Thu Jun 05 01:04:40 EST 2014 -->
<title>Constant Field Values</title>
<meta name="date" content="2014-06-05">
<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="Constant Field Values";
}
//-->
</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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#org.mytardis">org.mytardis.*</a></li>
</ul>
</div>
<div class="constantValuesContainer"><a name="org.mytardis">
<!-- -->
</a>
<h2 title="org.mytardis">org.mytardis.*</h2>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.mytardis.api.client.<a href="org/mytardis/api/client/TardisClient.html" title="class in org.mytardis.api.client">TardisClient</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.mytardis.api.client.TardisClient.API_VERSION_1">
<!-- -->
</a><code>public static final java.lang.String</code></td>
<td><code><a href="org/mytardis/api/client/TardisClient.html#API_VERSION_1">API_VERSION_1</a></code></td>
<td class="colLast"><code>"/api/v1"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.mytardis.api.client.TardisClient.NO_DEFAULT_PROVIDED">
<!-- -->
</a><code>public static final java.lang.String</code></td>
<td><code><a href="org/mytardis/api/client/TardisClient.html#NO_DEFAULT_PROVIDED">NO_DEFAULT_PROVIDED</a></code></td>
<td class="colLast"><code>"No default provided."</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.mytardis.api.client.<a href="org/mytardis/api/client/TardisObject.html" title="class in org.mytardis.api.client">TardisObject</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.mytardis.api.client.TardisObject.NO_DEFAULT">
<!-- -->
</a><code>public static final java.lang.String</code></td>
<td><code><a href="org/mytardis/api/client/TardisObject.html#NO_DEFAULT">NO_DEFAULT</a></code></td>
<td class="colLast"><code>"No default provided."</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
mysql/help/edit_table.hu.html | xtso520ok/webmin | <header>Táblázat módosítása</header>
Az ezen oldal legnagyobb részét elfoglaló táblázat az adatbázisból kiválasztott táblázat szerkezetét mutatja be. Minden egyes sor egy mezõt képvisel a táblázatban, a név, adattípus és egyéb opciók megjelenítésével. <p>
A bal alsó sarokban található gomb segítségével új mezõt adhat a táblázathoz. Mielõtt rákattint, meg kell adnia a létrehozandó mezõ típusát - a MySQL dokumentációban további információt talál a mezõtípusokról. Szintén a lap alján találja azokat a gombokat, melyek segítségével megjelenítheti a táblázat összes adatát, illetve elhagyhatja a teljes táblázatot és annak adatait. <p>
<hr>
|
0.12/generated/mne.stats.spatio_temporal_cluster_1samp_test.html | mne-tools/mne-tools.github.io | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>mne.stats.spatio_temporal_cluster_1samp_test — MNE 0.12.0 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.4/flatly/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/style.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.12.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<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.4/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="top" title="MNE 0.12.0 documentation" href="../index.html" />
<link rel="up" title="Python API Reference" href="../python_reference.html" />
<link rel="next" title="mne.stats.ttest_1samp_no_p" href="mne.stats.ttest_1samp_no_p.html" />
<link rel="prev" title="mne.stats.spatio_temporal_cluster_test" href="mne.stats.spatio_temporal_cluster_test.html" />
<link href='http://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>
<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="http://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 role="document">
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html"><img src="../_static/mne_logo_small.png">
</a>
<span class="navbar-text navbar-version pull-left"><b>0.12.0</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">Gallery</a></li>
<li><a href="../python_reference.html">API</a></li>
<li><a href="../manual/index.html">Manual</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 class="toctree-l1"><a class="reference internal" href="../getting_started.html">Getting started</a></li>
<li class="toctree-l1"><a class="reference internal" href="../tutorials.html">Tutorials</a></li>
<li class="toctree-l1"><a class="reference internal" href="../auto_examples/index.html">Examples Gallery</a></li>
<li class="toctree-l1"><a class="reference internal" href="../faq.html">Frequently Asked Questions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contribute to MNE</a></li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="../python_reference.html">Python API Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="../manual/index.html">User Manual</a></li>
<li class="toctree-l1"><a class="reference internal" href="../whats_new.html">What’s new</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../cite.html">How to cite MNE</a></li>
<li class="toctree-l1"><a class="reference internal" href="../references.html">Related publications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../cited.html">Publications from MNE users</a></li>
</ul>
</ul>
</li>
<li class="dropdown">
<a role="button"
id="dLabelLocalToc"
data-toggle="dropdown"
data-target="#"
href="#">Page <b class="caret"></b></a>
<ul class="dropdown-menu localtoc"
role="menu"
aria-labelledby="dLabelLocalToc"><ul>
<li><a class="reference internal" href="#">mne.stats.spatio_temporal_cluster_1samp_test</a></li>
</ul>
</ul>
</li>
</ul>
<form class="navbar-form navbar-right" action="../search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="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.stats.spatio_temporal_cluster_1samp_test</a></li>
</ul>
<li>
<a href="mne.stats.spatio_temporal_cluster_test.html" title="Previous Chapter: mne.stats.spatio_temporal_cluster_test"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« mne.stats.spa...</span>
</a>
</li>
<li>
<a href="mne.stats.ttest_1samp_no_p.html" title="Next Chapter: mne.stats.ttest_1samp_no_p"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">mne.stats.tte... »</span>
</a>
</li>
<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-stats-spatio-temporal-cluster-1samp-test">
<h1>mne.stats.spatio_temporal_cluster_1samp_test<a class="headerlink" href="#mne-stats-spatio-temporal-cluster-1samp-test" title="Permalink to this headline">¶</a></h1>
<dl class="function">
<dt id="mne.stats.spatio_temporal_cluster_1samp_test">
<code class="descclassname">mne.stats.</code><code class="descname">spatio_temporal_cluster_1samp_test</code><span class="sig-paren">(</span><em>X</em>, <em>threshold=None</em>, <em>n_permutations=1024</em>, <em>tail=0</em>, <em>stat_fun=<function ttest_1samp_no_p></em>, <em>connectivity=None</em>, <em>verbose=None</em>, <em>n_jobs=1</em>, <em>seed=None</em>, <em>max_step=1</em>, <em>spatial_exclude=None</em>, <em>step_down_p=0</em>, <em>t_power=1</em>, <em>out_type='indices'</em>, <em>check_disjoint=False</em>, <em>buffer_size=1000</em><span class="sig-paren">)</span><a class="headerlink" href="#mne.stats.spatio_temporal_cluster_1samp_test" title="Permalink to this definition">¶</a></dt>
<dd><p>Non-parametric cluster-level 1 sample T-test for spatio-temporal data</p>
<p>This function provides a convenient wrapper for data organized in the form
(observations x time x space) to use permutation_cluster_1samp_test.</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>X</strong> : array</p>
<blockquote>
<div><p>Array of shape observations x time x vertices.</p>
</div></blockquote>
<p><strong>threshold</strong> : float | dict | None</p>
<blockquote>
<div><p>If threshold is None, it will choose a t-threshold equivalent to
p < 0.05 for the given number of (within-subject) observations.
If a dict is used, then threshold-free cluster enhancement (TFCE)
will be used.</p>
</div></blockquote>
<p><strong>n_permutations</strong> : int</p>
<blockquote>
<div><p>The number of permutations to compute.</p>
</div></blockquote>
<p><strong>tail</strong> : -1 or 0 or 1 (default = 0)</p>
<blockquote>
<div><p>If tail is 1, the statistic is thresholded above threshold.
If tail is -1, the statistic is thresholded below threshold.
If tail is 0, the statistic is thresholded on both sides of
the distribution.</p>
</div></blockquote>
<p><strong>stat_fun</strong> : function</p>
<blockquote>
<div><p>Function used to compute the statistical map.</p>
</div></blockquote>
<p><strong>connectivity</strong> : sparse matrix or None</p>
<blockquote>
<div><p>Defines connectivity between features. The matrix is assumed to
be symmetric and only the upper triangular half is used.
This matrix must be square with dimension (n_vertices * n_times) or
(n_vertices). Default is None, i.e, a regular lattice connectivity.
Use square n_vertices matrix for datasets with a large temporal
extent to save on memory and computation time.</p>
</div></blockquote>
<p><strong>verbose</strong> : bool, str, int, or None</p>
<blockquote>
<div><p>If not None, override default verbose level (see mne.verbose).</p>
</div></blockquote>
<p><strong>n_jobs</strong> : int</p>
<blockquote>
<div><p>Number of permutations to run in parallel (requires joblib package).</p>
</div></blockquote>
<p><strong>seed</strong> : int or None</p>
<blockquote>
<div><p>Seed the random number generator for results reproducibility.
Note that if n_permutations >= 2^(n_samples) [or (2^(n_samples-1)) for
two-tailed tests], this value will be ignored since an exact test
(full permutation test) will be performed.</p>
</div></blockquote>
<p><strong>max_step</strong> : int</p>
<blockquote>
<div><p>When connectivity is a n_vertices x n_vertices matrix, specify the
maximum number of steps between vertices along the second dimension
(typically time) to be considered connected. This is not used for full
or None connectivity matrices.</p>
</div></blockquote>
<p><strong>spatial_exclude</strong> : list of int or None</p>
<blockquote>
<div><p>List of spatial indices to exclude from clustering.</p>
</div></blockquote>
<p><strong>step_down_p</strong> : float</p>
<blockquote>
<div><p>To perform a step-down-in-jumps test, pass a p-value for clusters to
exclude from each successive iteration. Default is zero, perform no
step-down test (since no clusters will be smaller than this value).
Setting this to a reasonable value, e.g. 0.05, can increase sensitivity
but costs computation time.</p>
</div></blockquote>
<p><strong>t_power</strong> : float</p>
<blockquote>
<div><p>Power to raise the statistical values (usually t-values) by before
summing (sign will be retained). Note that t_power == 0 will give a
count of nodes in each cluster, t_power == 1 will weight each node by
its statistical score.</p>
</div></blockquote>
<p><strong>out_type</strong> : str</p>
<blockquote>
<div><p>For arrays with connectivity, this sets the output format for clusters.
If ‘mask’, it will pass back a list of boolean mask arrays.
If ‘indices’, it will pass back a list of lists, where each list is the
set of vertices in a given cluster. Note that the latter may use far
less memory for large datasets.</p>
</div></blockquote>
<p><strong>check_disjoint</strong> : bool</p>
<blockquote>
<div><p>If True, the connectivity matrix (or list) will be examined to
determine of it can be separated into disjoint sets. In some cases
(usually with connectivity as a list and many “time” points), this
can lead to faster clustering, but results should be identical.</p>
</div></blockquote>
<p><strong>buffer_size: int or None</strong> :</p>
<blockquote>
<div><p>The statistics will be computed for blocks of variables of size
“buffer_size” at a time. This is option significantly reduces the
memory requirements when n_jobs > 1 and memory sharing between
processes is enabled (see set_cache_dir()), as X will be shared
between processes and each process only needs to allocate space
for a small block of variables.</p>
</div></blockquote>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"><strong>T_obs</strong> : array of shape [n_tests]</p>
<blockquote>
<div><p>T-statistic observed for all variables.</p>
</div></blockquote>
<p><strong>clusters</strong> : list</p>
<blockquote>
<div><p>List type defined by out_type above.</p>
</div></blockquote>
<p><strong>cluster_pv: array</strong> :</p>
<blockquote>
<div><p>P-value for each cluster</p>
</div></blockquote>
<p><strong>H0</strong> : array of shape [n_permutations]</p>
<blockquote class="last">
<div><p>Max cluster level stats observed under permutation.</p>
</div></blockquote>
</td>
</tr>
</tbody>
</table>
<p class="rubric">Notes</p>
<p>Reference:
Cluster permutation algorithm as described in
Maris/Oostenveld (2007),
“Nonparametric statistical testing of EEG- and MEG-data”
Journal of Neuroscience Methods, Vol. 164, No. 1., pp. 177-190.
doi:10.1016/j.jneumeth.2007.03.024</p>
<p>TFCE originally described in Smith/Nichols (2009),
“Threshold-free cluster enhancement: Addressing problems of
smoothing, threshold dependence, and localisation in cluster
inference”, NeuroImage 44 (2009) 83-98.</p>
</dd></dl>
<div style='clear:both'></div></div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="pull-right">
<a href="#">Back to top</a>
<br/>
</p>
<p>
© Copyright 2012-2016, MNE Developers. Last updated on 2016-05-10.<br/>
</p>
</div>
</footer>
<script src="https://mne.tools/versionwarning.js"></script>
</body>
</html> |
app/test/o-footer-basic.html | CO-OPEN/avocados | <!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>o-footer</title>
<script src="../../bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../bower_components/web-component-tester/browser.js"></script>
<script src="../../bower_components/test-fixture/test-fixture-mocha.js"></script>
<link rel="import" href="../../bower_components/test-fixture/test-fixture.html">
<!-- Step 1: import the element to test -->
<link rel="import" href="../elements/o-footer/o-footer.html">
</head>
<body>
<test-fixture id="basic">
<template>
<o-footer></o-footer>
</template>
</test-fixture>
<script>
suite('o-footer tests', function() {
var element;
setup(function() {
element = fixture('basic');
});
test('', function() {
});
});
</script>
</body>
</html>
|
doc/api/polymer_app_layout/SourceInfo/kind.html | lejard-h/polymer_app_layout_templates | <!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>kind property - SourceInfo class - polymer_app_layout library - Dart API</title>
<!-- required because all the links are pseudo-absolute -->
<base href="../..">
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:500,400italic,300,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="static-assets/prettify.css">
<link rel="stylesheet" href="static-assets/css/bootstrap.min.css">
<link rel="stylesheet" href="static-assets/styles.css">
<meta name="description" content="API docs for the kind property from the SourceInfo 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">polymer_app_layout_template</a></li>
<li><a href="polymer_app_layout/polymer_app_layout-library.html">polymer_app_layout</a></li>
<li><a href="polymer_app_layout/SourceInfo-class.html">SourceInfo</a></li>
<li class="self-crumb">kind</li>
</ol>
<div class="self-name">kind</div>
</div>
</nav>
<div class="container masthead">
<ol class="breadcrumbs gt-separated visible-xs">
<li><a href="index.html">polymer_app_layout_template</a></li>
<li><a href="polymer_app_layout/polymer_app_layout-library.html">polymer_app_layout</a></li>
<li><a href="polymer_app_layout/SourceInfo-class.html">SourceInfo</a></li>
<li class="self-crumb">kind</li>
</ol>
<div class="title-description">
<h1 class="title">
<div class="kind">property</div> kind
</h1>
<!-- p class="subtitle">
</p -->
</div>
<ul class="subnav">
</ul>
</div>
</header>
<div class="container body">
<div class="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left">
<h5><a href="index.html">polymer_app_layout_template</a></h5>
<h5><a href="polymer_app_layout/polymer_app_layout-library.html">polymer_app_layout</a></h5>
<h5><a href="polymer_app_layout/SourceInfo-class.html">SourceInfo</a></h5>
<ol>
<li class="section-title"><a href="polymer_app_layout/SourceInfo-class.html#instance-properties">Properties</a></li>
<li><a href="polymer_app_layout/SourceInfo/facing.html">facing</a>
</li>
<li><a href="polymer_app_layout/SourceInfo/id.html">id</a>
</li>
<li><a href="polymer_app_layout/SourceInfo/kind.html">kind</a>
</li>
<li><a href="polymer_app_layout/SourceInfo/label.html">label</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">String</span>
<span class="name ">kind</span>
<div class="readable-writable">
read-only
</div>
</section>
<section class="desc markdown">
<p class="no-docs">Not documented.</p>
</section>
</div> <!-- /.main-content -->
</div> <!-- container -->
<footer>
<div class="container-fluid">
<div class="container">
<p class="text-center">
<span class="no-break">
polymer_app_layout_template 0.1.0 api docs
</span>
•
<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>
|
tests/templates/inner_extend_override_4.html | aromanovich/jinja2schema | {% extends "extend_override_4.html" %}
{% block head %}
<p>Inners name is {{ name }}</p>
{% endblock %}
{% block body %}
<p>Inner lives at {{ location }}</p>
{% endblock %}
{% block footer %}
<p>Inner is {{ mood }}</p>
{% endblock %}
|
index.html | eniac314/mairieMurol | <!DOCTYPE HTML>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="description" content="Site officiel de la commune de Murol">
<meta name="author" content="mairie de Murol">
<title>La commune de Murol</title>
<script type="text/javascript" src="./js/murol.js"></script>
<script type="text/javascript" src="./js/iframeResizer.min.js"></script>
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="/fonts/font-awesome-4.5.0/css/font-awesome.min.css">
<script>
// function resizeIframe(obj) {
// obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
// }
</script>
</head>
<body>
<a name="top" id="top"></a>
<header id="header">
<!--<img src="/images/banner.jpg">-->
<h1 id="pageTitle">
Murol
</h1>
<h2 id="subTitle">
La municipalité de Murol vous souhaite la bienvenue
</h2>
</header>
<div id="elm-app"></div>
<script type="text/javascript">
var today = new Date();
var dd = today.getDate();
var mm = today.getMonth()+1; //January is 0!
var yyyy = today.getFullYear();
var time = today.getTime();
if(dd<10) {
dd='0'+dd
}
if(mm<10) {
mm='0'+mm
}
today = mm+'/'+dd+'/'+yyyy;
var elmDiv = document.getElementById('elm-app');
// var elmApp = Elm.embed(Elm.Murol, elmDiv, {scrollY: 0});
var elmApp = Elm.embed(Elm.Murol, elmDiv, {today: today, time: time, focus: true});
window.onscroll = function(){
elmApp.ports.scrollY.send(document.body.scrollTop)
}
window.onfocus = function(){
elmApp.ports.focus.send(true)
}
window.onblur = function(){
elmApp.ports.focus.send(false)
}
</script>
<script>iFrameResize({log:true, scrolling:true}, '#searchIframe')</script>
</body>
</html>
<?php
if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip'))
{
ob_start("ob_gzhandler");
else ob_start();
}
?> |
doc/examples/making-things-move/chap05/09-gravity_acceleration.html | lamberta/doodle-js | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Doodle.js -- Making Things Move: Ch.5, p.138: Gravity as Acceleration</title>
<script type="application/javascript" src="../../../../build/doodle.js"></script>
<script type="application/javascript" src="./classes/Ball.js"></script>
<script type="application/javascript">
/* Examples from "Foundation ActionScript 3.0 Animation: Making Things Move",
* written by Keith Peters, Copyright 2007.
* http://www.amazon.com/gp/product/1590597915?tag=de05f-20
*
* Ported to JavaScript by Billy Lamberta using the Doodle.js library
* available at http://github.com/billyist/doodle-js
*/
function init_scene () {
var vx = 0,
vy = 0,
ax = 0,
ay = 0,
gravity = 0.1;
var display = doodle.createDisplay("#display");
display.frameRate = 20;
var layer0 = display.createLayer();
var ball = createBall();
ball.x = display.width/2;
ball.y = display.height/2;
layer0.addChild(ball);
display.addListener(doodle.events.Event.ENTER_FRAME, onEnterFrame);
display.addListener(doodle.events.KeyboardEvent.KEY_DOWN, onKeyDown);
display.addListener(doodle.events.KeyboardEvent.KEY_UP, onKeyUp);
function onKeyDown (event) {
switch (event.keyCode) {
case doodle.Keyboard.LEFT:
ax = -0.2;
break;
case doodle.Keyboard.RIGHT:
ax = 0.2;
break;
case doodle.Keyboard.UP:
ay = -0.2;
break;
case doodle.Keyboard.DOWN:
ay = 0.2;
break;
default:
break;
}
}
function onKeyUp (event) {
ax = 0;
ay = 0;
}
function onEnterFrame (event) {
vx += ax;
vy += ay;
vy += gravity;
ball.x += vx;
ball.y += vy
}
}
</script>
</head>
<body style="background-color: #bbbbbb;" onload="init_scene();">
<div id="display" style="background-color: #fff; width: 800px; height: 600px;"></div>
</body>
</html>
|
v0.13.0/generated/statsmodels.miscmodels.count.PoissonGMLE.score_obs.html | statsmodels/statsmodels.github.io |
<!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.PoissonGMLE.score_obs — 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.miscmodels.count.PoissonGMLE.endog_names" href="statsmodels.miscmodels.count.PoissonGMLE.endog_names.html" />
<link rel="prev" title="statsmodels.miscmodels.count.PoissonGMLE.score" href="statsmodels.miscmodels.count.PoissonGMLE.score.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.miscmodels.count.PoissonGMLE.score_obs" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.13.0</span>
<span class="md-header-nav__topic"> statsmodels.miscmodels.count.PoissonGMLE.score_obs </span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" action="../search.html" method="get" name="search">
<input type="text" class="md-search__input" name="q" placeholder="Search"
autocapitalize="off" autocomplete="off" spellcheck="false"
data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</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="../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.PoissonGMLE.html" class="md-tabs__link">statsmodels.miscmodels.count.PoissonGMLE</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.13.0</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
</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.PoissonGMLE.score_obs.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<h1 id="generated-statsmodels-miscmodels-count-poissongmle-score-obs--page-root">statsmodels.miscmodels.count.PoissonGMLE.score_obs<a class="headerlink" href="#generated-statsmodels-miscmodels-count-poissongmle-score-obs--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py method">
<dt class="sig sig-object py" id="statsmodels.miscmodels.count.PoissonGMLE.score_obs">
<span class="sig-prename descclassname"><span class="pre">PoissonGMLE.</span></span><span class="sig-name descname"><span class="pre">score_obs</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">params</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwds</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.miscmodels.count.PoissonGMLE.score_obs" title="Permalink to this definition">¶</a></dt>
<dd><p>Jacobian/Gradient of log-likelihood evaluated at params for each
observation.</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.PoissonGMLE.score.html" title="statsmodels.miscmodels.count.PoissonGMLE.score"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.miscmodels.count.PoissonGMLE.score </span>
</div>
</a>
<a href="statsmodels.miscmodels.count.PoissonGMLE.endog_names.html" title="statsmodels.miscmodels.count.PoissonGMLE.endog_names"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.miscmodels.count.PoissonGMLE.endog_names </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© 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> |
my-app/public/index.html | sThig/jabbascrypt | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<!--
Notice the use of %PUBLIC_URL% in the tag above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Jabba's Crypt. A react Sandbox</title>
</head>
<body>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start`.
To create a production bundle, use `npm run build`.
-->
</body>
</html>
|
core/features/dateParsing/TestCases/individual/PointSeparator/725.html | operasoftware/presto-testo | <!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>Date parser test — 70<=x<=99 and 70<=y<=99 and 1000<=z<=9999 — 99.99.9999</title>
<script src="../date_test.js"></script>
<p>Failed (Script did not run)</p>
<script>
test_date_invalid("99.99.9999", "Invalid Date")
</script>
</html> |
devel/generated/statsmodels.genmod.families.family.Gaussian.safe_links.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.genmod.families.family.Gaussian.safe_links — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/stylesheets/deprecation.css">
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/material.css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.genmod.families.family.Gaussian.valid" href="statsmodels.genmod.families.family.Gaussian.valid.html" />
<link rel="prev" title="statsmodels.genmod.families.family.Gaussian.links" href="statsmodels.genmod.families.family.Gaussian.links.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.genmod.families.family.Gaussian.safe_links" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.14.0.dev0 (+325)</span>
<span class="md-header-nav__topic"> statsmodels.genmod.families.family.Gaussian.safe_links </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="../glm.html" class="md-tabs__link">Generalized Linear Models</a></li>
<li class="md-tabs__item"><a href="statsmodels.genmod.families.family.Gaussian.html" class="md-tabs__link">statsmodels.genmod.families.family.Gaussian</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.14.0.dev0 (+325)</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../regression.html" class="md-nav__link">Linear Regression</a>
</li>
<li class="md-nav__item">
<a href="../glm.html" class="md-nav__link">Generalized Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../gee.html" class="md-nav__link">Generalized Estimating Equations</a>
</li>
<li class="md-nav__item">
<a href="../gam.html" class="md-nav__link">Generalized Additive Models (GAM)</a>
</li>
<li class="md-nav__item">
<a href="../rlm.html" class="md-nav__link">Robust Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../mixed_linear.html" class="md-nav__link">Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../discretemod.html" class="md-nav__link">Regression with Discrete Dependent Variable</a>
</li>
<li class="md-nav__item">
<a href="../mixed_glm.html" class="md-nav__link">Generalized Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../anova.html" class="md-nav__link">ANOVA</a>
</li>
<li class="md-nav__item">
<a href="../other_models.html" class="md-nav__link">Other Models <code class="xref py py-mod docutils literal notranslate"><span class="pre">othermod</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.genmod.families.family.Gaussian.safe_links.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<section id="statsmodels-genmod-families-family-gaussian-safe-links">
<h1 id="generated-statsmodels-genmod-families-family-gaussian-safe-links--page-root">statsmodels.genmod.families.family.Gaussian.safe_links<a class="headerlink" href="#generated-statsmodels-genmod-families-family-gaussian-safe-links--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py attribute">
<dt class="sig sig-object py" id="statsmodels.genmod.families.family.Gaussian.safe_links">
<span class="sig-prename descclassname"><span class="pre">Gaussian.</span></span><span class="sig-name descname"><span class="pre">safe_links</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">[<class</span> <span class="pre">'statsmodels.genmod.families.links.Log'>,</span> <span class="pre"><class</span> <span class="pre">'statsmodels.genmod.families.links.identity'>,</span> <span class="pre"><class</span> <span class="pre">'statsmodels.genmod.families.links.inverse_power'>]</span></em><a class="headerlink" href="#statsmodels.genmod.families.family.Gaussian.safe_links" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</section>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.genmod.families.family.Gaussian.links.html" title="statsmodels.genmod.families.family.Gaussian.links"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.genmod.families.family.Gaussian.links </span>
</div>
</a>
<a href="statsmodels.genmod.families.family.Gaussian.valid.html" title="statsmodels.genmod.families.family.Gaussian.valid"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.genmod.families.family.Gaussian.valid </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> |
docs/javadoc/allclasses-frame.html | johanley/date4j | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Tue Jul 07 12:11:24 ADT 2015 -->
<TITLE>
All Classes (DATE4J Javadoc)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="highlight.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameHeadingFont">
<B>All Classes</B></FONT>
<BR>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="hirondelle/date4j/DateTime.html" title="class in hirondelle.date4j" target="classFrame">DateTime</A>
<BR>
<A HREF="hirondelle/date4j/DateTime.DayOverflow.html" title="enum in hirondelle.date4j" target="classFrame">DateTime.DayOverflow</A>
<BR>
<A HREF="hirondelle/date4j/DateTime.Unit.html" title="enum in hirondelle.date4j" target="classFrame">DateTime.Unit</A>
<BR>
</FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
Source/Testing/HtmlRenderer.ExperimentalApp/Data/Files/yahoo/6D2EC530BB56FBDAB72550A582C3AF27.html | todor-dk/HTML-Renderer | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Yahoo! software updates and reviews: Yahoo! Messenger, Yahoo! Search Protection, Yahoo! BrowserPlus, Yahoo! Widgets, ...</title>
<meta name="description" content="Over 1707424 users downloaded software by Yahoo!. See developer information and full list of programs." />
<meta property="fb:app_id" content="290876971021585"/>
<link rel="shortcut icon" href="http://software.informer.com/favicon.ico" type="image/x-icon" />
<link rel="icon" href="http://software.informer.com/favicon.ico" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:100,300,400%7CRoboto:100,300,400,500,700" rel="stylesheet" />
<link href="http://software.informer.com/style/v3/main.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">var canRunAds=1, design_v3=1;</script>
<script type="text/javascript" src="http://software.informer.com/js/blockadblock.js?r=1"></script> <link href="http://software.informer.com/style/v3/main_blocks.css" rel="stylesheet" type="text/css" />
<link href="http://software.informer.com/style/v3/developer.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://software.informer.com/js/jquery-1.12.3.min.js"></script>
<script type="text/javascript" src="http://software.informer.com/js/jscripts0.js?v=9"></script>
<script type="text/javascript">
softadvice_cookie_name = '_gsid';
softadvice_cookie_name_sengine = '_from_sengine';
var auth_cb_data = {
blocks:{},
handlers:{}
};
window.windowIsLoaded = false;
window.windowIsLoadedFunc = [];
function wOnLoad(load_f){
if (window.windowIsLoaded){
if (typeof load_f == 'function')
load_f();
}
else{
window.windowIsLoadedFunc.push(load_f);
}
}
window.onload = function(){
eval_onload_funtions();
};
document.onreadystatechange = function () {
if (document.readyState == "complete") {
eval_onload_funtions();
}
}
document.addEventListener("DOMContentLoaded", function(event) {
eval_onload_funtions();
});
function eval_onload_funtions(){
if (!window.windowIsLoaded){
window.windowIsLoaded = true;
window.windowIsLoadedFunc.forEach(function(f){
if (typeof f == 'function')
f();
});
}
}
function document_width()
{
var clientWidth = typeof document.documentElement["clientWidth"] !== 'undefined' ? parseInt(document.documentElement["clientWidth"]) : 0;
var d_scrollWidth = typeof document.documentElement["scrollWidth"] !== 'undefined' ? parseInt(document.documentElement["scrollWidth"]) : 0;
var d_offsetWidth = typeof document.documentElement["offsetWidth"] !== 'undefined' ? parseInt(document.documentElement["offsetWidth"]) : 0;
var b_scrollWidth = document.body !== null && typeof document.body === 'object' && typeof document.body["scrollWidth"] !== 'null' ? parseInt(document.body["scrollWidth"]) : 0;
var b_offsetWidth = document.body !== null && typeof document.body === 'object' && typeof document.body["offsetWidth"] !== 'null' ? parseInt(document.body["offsetWidth"]) : 0;
return Math.max(clientWidth, d_scrollWidth, d_offsetWidth, b_scrollWidth, b_offsetWidth);
}
function site_login_callback(){}
</script>
<link rel="next" href="http://yahoo.software.informer.com/pages/2/" />
<script>
$j(document).ready(function () {
if($j('.scroll-container').length > 0)
var scroll = new ScrollPagination($j('.scroll-container'));
$j('.pagination').addClass('hide');
});
function ScrollPagination (element) {
this.target = element;
this.next_page_url = 'http://yahoo.software.informer.com/pages/2/';
this.page = 1;
this.is_loading = 0;
this.finished = 0;
var $this = this;
$j(window).scroll(function() {
float_top();
//console.log(($j(window).scrollTop() + $j(window).height()) + ' >= '+ (element.height() - 450) )
if(this.finished!=1 && $j(window).scrollTop() + $j(window).height() >= element.height() - 450) {
$this.load_next_page();
}
});
}
ScrollPagination.prototype = {
constructor: ScrollPagination,
load_next_page: function() {
var url = this.get_next_page_url();
if (url == '' || this.is_loading || this.finished == 1)
return;
var $this = this;
$this.before_load();
console.log('URL: '+url)
$j.ajax({
type: 'GET',
url: url,
dataType: 'json',
success: function(data) {
//console.log('DATA: '+data)
$j('.pagination').addClass('hide');
$this.next_page_url = data.link_next;
$j(data.html).appendTo($this.target);
if($j.scroll_callback instanceof Function) {
$j.scroll_callback();
}
$this.after_load();
},
error: function(e){
//console.log(e)
$this.after_load();
}
});
},
before_load: function(){
this.is_loading = 1;
var loading = $j('<div>').addClass('loading');
if(this.next_page_url == null || this.target.is( "ul" )) {
loading.insertBefore('.pagination');
} else {
loading.appendTo(this.target);
}
},
after_load: function(){
this.is_loading = 0;
$j('.loading').remove();
},
get_next_page_url: function() {
if($j('.pagination').length == 0) {
return '';
} else if(this.next_page_url == null) {
this.finished = 1; // last page, disable loading more
return '';
} else{
return this.next_page_url;
}
}
};
function float_top()
{
if (jQuery('#float_top').length)
{
var h = 400; // scroll from top
var y = jQuery(window).scrollTop();
if (y > h)
jQuery("#float_top").stop().fadeIn();
else
jQuery("#float_top").stop().fadeOut();
}
}
</script>
</head>
<body>
<div class="header" id="top">
<div class="wrapper_content">
<a href="javascript:void(0)" class="menu_button"></a>
<a href="http://software.informer.com/" class="logo"
title="Software downloads and reviews">
<img src="http://img.informer.com/images/v3/logo_si.svg" alt="Software Informer"/>
</a>
<div class="wrapper_search">
<form onsubmit="if(this.search.value==='Search software...' || this.search.value.replace(/\s/g, '')==='')
{alert('Please type in your search query');return false;}
this.go.disabled=true; this.go.className='search_btn search_btn2';" id="search_form"
action="http://software.informer.com/search/" method="get" accept-charset="utf-8" class="searchform">
<input type="text" name="search" size="18" maxlength="256" id="search_inp"
onfocus="this.setAttribute('autocomplete','off');if(this.value=='Search software...')
{this.value=''; this.style.color='#000'}"
onblur="if(this.value==='') {this.value='Search software...'; this.style.color='#999';}"
onkeyup="ajax_showOptions(this,'',event);search_field_show();"
style="color:#999"
value="Search software..." />
<input type="submit" class="search_btn" name="go" value=" " id="go"/>
</form>
</div>
<div class="right">
<div class="auth-wrap">
<a class="login_btn" href="http://software.informer.com/login.php"
onclick="(function(){
si_login_modal.test_fb_login = true;
si_login_modal.get_form()})();
return false;"
title="Log in / Sign up"
>Log in / Sign up</a>
</div>
</div>
<a href="javascript:void(0);" onclick="wrpr_search()" class="search_button"></a>
</div>
</div>
<div class="right_overlay" onclick="um_hide()"></div>
<div class="top_nav">
<div class="wrapper_content">
<div class="navigation"> <a href="javascript:void(0)" onclick="show_cat()" class="windows">Windows</a>
<div class="wrapper_nav">
<div id="leftColumn"></div>
<ul class="categories">
<li>
<a href="http://software.informer.com/Audio-Video/"
class="cat_201">Audio & Video</a>
</li>
<li>
<a href="http://software.informer.com/Games/"
class="cat_243">Games</a>
</li>
<li>
<a href="http://software.informer.com/System-Tools/"
class="cat_288">System Tools</a>
</li>
<li>
<a href="http://software.informer.com/Design-Photo/"
class="cat_221">Design & Photo</a>
</li>
<li>
<a href="http://software.informer.com/Mobile-Phone-Utilities/"
class="cat_317">Mobile Phone Utilities</a>
</li>
<li>
<a href="http://software.informer.com/Developer-Tools/"
class="cat_228">Developer Tools</a>
</li>
<li>
<a href="http://software.informer.com/Business/"
class="cat_208">Business</a>
</li>
<li>
<a href="http://software.informer.com/Internet-Tools/"
class="cat_260">Internet Tools</a>
</li>
<li>
<a href="http://software.informer.com/Education/"
class="cat_236">Education</a>
</li>
<li>
<a href="http://software.informer.com/Communication/"
class="cat_216">Communication</a>
</li>
<li>
<a href="http://software.informer.com/Security/"
class="cat_284">Antivirus & Security</a>
</li>
<li>
<a href="http://software.informer.com/Theming/"
class="cat_307">Theming</a>
</li>
<li>
<a href="http://software.informer.com/Productivity/"
class="cat_277">Productivity</a>
</li>
<li>
<a href="http://software.informer.com/Lifestyle/"
class="cat_266">Lifestyle</a>
</li>
<li>
<a href="http://software.informer.com/General/"
class="cat_314">General</a>
</li>
</ul>
<div class="wrapper_tags">
<div class="headline">Tags</div>
<div>
<h3><a href="http://games.software.informer.com/" style="font-size:120%;">Games</a></h3>
<h3><a href="http://freeware.software.informer.com/" style="font-size:100%;">Freeware</a></h3>
<h3><a href="http://instant-messaging.software.informer.com/">Instant Messaging</a></h3>
<h3><a href="http://instant-messenger.software.informer.com/">Instant Messenger</a></h3>
<h3><a href="http://music-player1.software.informer.com/">Music Player</a></h3>
<h3><a href="http://video-chat.software.informer.com/">Video Chat</a></h3>
<h3><a href="http://voice-chat.software.informer.com/">Voice Chat</a></h3>
<h3><a href="http://windows-messenger1.software.informer.com/">Windows Messenger</a></h3>
<h3><a href="http://windows-vista2.software.informer.com/">Windows Vista</a></h3>
<h3><a href="http://yahoo-messenger2.software.informer.com/">Yahoo Messenger</a></h3>
</div>
</div>
</div>
<div class="platforms" style="display:none;">
<a href="http://macdownload.informer.com/" class="mac">Mac</a>
<a href="https://droidinformer.org/" class="android">Android</a>
</div>
</div> <div class="container">
<div class="breadcrumbs">
<a href="http://software.informer.com/">Windows</a>
› <a href="http://software.informer.com/topdevelopers.html">Developers</a> › Yahoo! </div>
<div class="wrapper_social"> <a href="javascript:void(0)" onclick="open_social_share(this)" class="share_btn">Share</a>
</div>
</div>
</div>
</div>
<div class="wrapper_content with_line">
<div class="container main_container">
<div id="content" class="scroll-container">
<h1>Yahoo!</h1>
<p class="dev_descr">Yahoo! is a developer of internet tools and communication software. The current developer portfolio contains 31 programs. The most popular software is Yahoo! Messenger with over 17 thousand installations on Windows PC.</p>
<div class="top_b">
<div class="top_b">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Software Informer / Vendor Page / 970x90 ATF -->
<ins class="adsbygoogle"
style="display:inline-block;width:970px;height:90px"
data-ad-client="ca-pub-4821006852914359"
data-ad-slot="6443647021"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<div class="title_block">
<h2 class="headline">
<span>Best software by Yahoo!</span>
</h2>
</div>
<div class="right_column">
<div class="r_block aa-336 with_label">
<span class="spnsd"></span>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Software Informer / Vendor Page / 336x280 -->
<ins class="adsbygoogle"
style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-4821006852914359"
data-ad-slot="7920380227"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<div class="wrapper_cnt">
<div class="wrapper_program_list">
<div class="list">
<div class="item" title="Yahoo! Messenger" onclick="location.href='http://yahoo-messenger.informer.com/';">
<div class="top">
<div class="icon80 small">
<div class="blur_bg" style="background-image: url(http://img.informer.com/icons/png/48/3547/3547014.png);"></div>
<img src="http://img.informer.com/icons/png/48/3547/3547014.png" alt="Yahoo! Messenger"/>
</div>
</div>
<div class="info">
<div class="title">
<a href="http://yahoo-messenger.informer.com/" title="Yahoo! Messenger"
class="link_ttl">Yahoo! Messenger</a>
</div>
<div class="stars">
<div class="fill" style="width:82%;">
<img src="http://img.informer.com/images/v3/red_stars_73.svg" width="73" height="12" alt=""/>
</div>
</div>
<div class="description">
Chat with friends and enjoy stealth settings, video calls, PC calls. </div>
<div class="version"></div>
<div class="label_free">FREE</div>
</div>
</div>
<div class="item" title="Yahoo! Search Protection" onclick="location.href='http://downloads.informer.com/yahoo-search-protection/';">
<div class="top">
<div class="icon80 small">
<div class="blur_bg" style="background-image: url(http://img.informer.com/icons/png/48/424/424487.png);"></div>
<img src="http://img.informer.com/icons/png/48/424/424487.png" alt="Yahoo! Search Protection"/>
</div>
</div>
<div class="info">
<div class="title">
<a href="http://downloads.informer.com/yahoo-search-protection/" title="Yahoo! Search Protection"
class="link_ttl">Yahoo! Search Protection</a>
</div>
<div class="stars">
<div class="fill" style="width:80%;">
<img src="http://img.informer.com/images/v3/red_stars_73.svg" width="73" height="12" alt=""/>
</div>
</div>
<div class="description">
Yahoo search protection :- An effective software to get protected. </div>
<div class="version"></div>
<div class="label_free">FREE</div>
</div>
</div>
<div class="item" title="Yahoo! BrowserPlus" onclick="location.href='http://yahoo-browserplus.informer.com/';">
<div class="top">
<div class="icon80 small">
<div class="blur_bg" style="background-image: url(http://img.informer.com/icons/png/48/2575/2575256.png);"></div>
<img src="http://img.informer.com/icons/png/48/2575/2575256.png" alt="Yahoo! BrowserPlus"/>
</div>
</div>
<div class="info">
<div class="title">
<a href="http://yahoo-browserplus.informer.com/" title="Yahoo! BrowserPlus"
class="link_ttl">Yahoo! BrowserPlus</a>
</div>
<div class="stars">
<div class="fill" style="width:78%;">
<img src="http://img.informer.com/images/v3/red_stars_73.svg" width="73" height="12" alt=""/>
</div>
</div>
<div class="description">
Yahoo! BrowserPlus will improve your browsing experience. </div>
<div class="version"></div>
<div class="label_free">FREE</div>
</div>
</div>
</div>
</div>
</div>
<div class="wrapper_articles">
<div class="title_block">
<h2 class="headline"><span>Stories about Yahoo!</span></h2>
<a href="https://software.informer.com/Stories/" class="all_link">See all</a>
</div>
<div class="articles_block">
<div class="article_block" onclick="location.href='https://software.informer.com/Stories/yahoo-admits-to-a-breach-that-compromised-1-billion-accounts.html';">
<img src="//img.informer.com/articles_uploads/3/3980/thumb/YahooNewBreachMain-300x.png" alt="Yahoo admits to a breach that compromised 1 billion accounts"/>
<div class="wrapper_snippet">
<h3>
<a href="https://software.informer.com/Stories/yahoo-admits-to-a-breach-that-compromised-1-billion-accounts.html" class="link_ttl">Yahoo admits to a breach that compromised 1 billion accounts</a>
</h3>
<div class="snippet">
...(The <b>Yahoo</b> Security page will ...unacceptable. Furthermore, <b>Yahoo</b> seems to be... </div>
</div>
</div>
<div class="article_block" onclick="location.href='https://software.informer.com/Stories/yahoo-to-outlaw-logging-in-via-facebook-and-google.html';">
<img src="//img.informer.com/articles_uploads/2014/03/Yahoo-logo-300x185.jpg" alt="Yahoo to 'outlaw' logging in via Facebook and Google"/>
<div class="wrapper_snippet">
<h3>
<a href="https://software.informer.com/Stories/yahoo-to-outlaw-logging-in-via-facebook-and-google.html" class="link_ttl">Yahoo to 'outlaw' logging in via Facebook and Google</a>
</h3>
<div class="snippet">
...explained that <b>Yahoo</b> is moving ...show. <b>Yahoo</b> services include <b>Yahoo</b> Sports... </div>
</div>
</div>
<div class="article_block" onclick="location.href='https://software.informer.com/Stories/best-alternative-instant-messenger.html';">
<img src="//img.informer.com/articles_uploads/2013/08/IMG_20082013_164607-300x185.png" alt="Best Alternative Instant Messenger"/>
<div class="wrapper_snippet">
<h3>
<a href="https://software.informer.com/Stories/best-alternative-instant-messenger.html" class="link_ttl">Best Alternative Instant Messenger</a>
</h3>
<div class="snippet">
...each time I launch <b>Yahoo</b>! Messenger, I ...something like <b>Yahoo</b>! Messenger's... </div>
</div>
</div>
<div class="article_block" onclick="location.href='https://software.informer.com/Stories/websengers.html';">
<img src="//img.informer.com/articles_uploads/fdd2500de75f2994ee690b71027de8e0-300x185.png" alt="Websengers"/>
<div class="wrapper_snippet">
<h3>
<a href="https://software.informer.com/Stories/websengers.html" class="link_ttl">Websengers</a>
</h3>
<div class="snippet">
...services: YIM (<b>Yahoo</b> Messenger), AIM ...the native <b>Yahoo</b> application). Unencrypted... </div>
</div>
</div>
<div class="article_block" onclick="location.href='https://software.informer.com/Stories/im_clients_excess_or_necessity.html';">
<img src="//img.informer.com/articles_uploads/03b33c448a67252ecf1eba59e4fbe971-300x185.png" alt="IM Clients - Excess or Necessity?"/>
<div class="wrapper_snippet">
<h3>
<a href="https://software.informer.com/Stories/im_clients_excess_or_necessity.html" class="link_ttl">IM Clients - Excess or Necessity?</a>
</h3>
<div class="snippet">
...confusing features. 2. <b>Yahoo</b>! Messenger <b>Yahoo</b>! Messenger <b>Yahoo</b>! Messenger was... </div>
</div>
</div>
</div>
</div>
<div class="top_b">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Software Informer / Vendor Page / 970x90 BTF -->
<ins class="adsbygoogle"
style="display:inline-block;width:970px;height:90px"
data-ad-client="ca-pub-4821006852914359"
data-ad-slot="9397113429"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div class="wrapper_program_list" style="clear: both">
<div class="title_block">
<h2 class="headline">
<span>Popular programs by Yahoo!</span>
</h2>
</div>
<div class="list">
<div class="item" title="Yahoo! Widgets" onclick="location.href='http://yahoo-widgets.informer.com/';">
<div class="top">
<div class="icon80 small">
<div class="blur_bg" style="background-image: url(http://img.informer.com/icons/png/48/2/2214.png);"></div>
<img src="http://img.informer.com/icons/png/48/2/2214.png" alt="Yahoo! Widgets"/>
</div>
</div>
<div class="info">
<div class="title">
<a href="http://yahoo-widgets.informer.com/" title="Yahoo! Widgets"
class="link_ttl">Yahoo! Widgets</a>
</div>
<div class="stars">
<div class="fill" style="width:84%;">
<img src="http://img.informer.com/images/v3/red_stars_73.svg" width="73" height="12" alt=""/>
</div>
</div>
<div class="description">
Bring all the things you love right to your Windows or Mac desktop. </div>
<div class="version"></div>
<div class="label_free">FREE</div>
</div>
</div>
<div class="item" title="Flickr Uploadr" onclick="location.href='http://downloads.informer.com/flickr-uploadr/';">
<div class="top">
<div class="icon80 small">
<div class="blur_bg" style="background-image: url(http://img.informer.com/icons/png/48/4259/4259697.png);"></div>
<img src="http://img.informer.com/icons/png/48/4259/4259697.png" alt="Flickr Uploadr"/>
</div>
</div>
<div class="info">
<div class="title">
<a href="http://downloads.informer.com/flickr-uploadr/" title="Flickr Uploadr"
class="link_ttl">Flickr Uploadr</a>
</div>
<div class="stars">
<div class="fill" style="width:82%;">
<img src="http://img.informer.com/images/v3/red_stars_73.svg" width="73" height="12" alt=""/>
</div>
</div>
<div class="description">
Allows you to upload pictures on your FLickr account from your desktop. </div>
<div class="version"></div>
<div class="label_free">FREE</div>
</div>
</div>
<div class="item" title="Monopoly - SpongeBob SquarePants Edition" onclick="location.href='http://downloads.informer.com/monopoly-spongebob-squarepants-edition/';">
<div class="top">
<div class="icon80 small">
<div class="blur_bg" style="background-image: url(http://img.informer.com/icons/png/48/473/473081.png);"></div>
<img src="http://img.informer.com/icons/png/48/473/473081.png" alt="Monopoly - SpongeBob SquarePants Edition"/>
</div>
</div>
<div class="info">
<div class="title">
<a href="http://downloads.informer.com/monopoly-spongebob-squarepants-edition/" title="Monopoly - SpongeBob SquarePants Edition"
class="link_ttl">Monopoly - SpongeBob SquarePants</a>
</div>
<div class="stars">
<div class="fill" style="width:84%;">
<img src="http://img.informer.com/images/v3/red_stars_73.svg" width="73" height="12" alt=""/>
</div>
</div>
<div class="description">
Variant of the Monopoly game. </div>
<div class="version"></div>
</div>
</div>
<div class="item" title="Yahoo! Music Jukebox" onclick="location.href='http://yahoo-music-jukebox.informer.com/';">
<div class="top">
<div class="icon80 small">
<div class="blur_bg" style="background-image: url(http://img.informer.com/icons/png/48/10/10392.png);"></div>
<img src="http://img.informer.com/icons/png/48/10/10392.png" alt="Yahoo! Music Jukebox"/>
</div>
</div>
<div class="info">
<div class="title">
<a href="http://yahoo-music-jukebox.informer.com/" title="Yahoo! Music Jukebox"
class="link_ttl">Yahoo! Music Jukebox</a>
</div>
<div class="stars">
<div class="fill" style="width:68%;">
<img src="http://img.informer.com/images/v3/red_stars_73.svg" width="73" height="12" alt=""/>
</div>
</div>
<div class="description">
Yahoo! Music Jukebox, an amazing way to manage and play your audio files. </div>
<div class="version"></div>
<div class="label_free">FREE</div>
</div>
</div>
<div class="item" title="widget manager" onclick="location.href='http://downloads.informer.com/widget-manager/';">
<div class="top">
<div class="icon80">
<img src="http://img.informer.com/icons/png/128/2980/2980033.png" alt="widget manager"/>
</div>
</div>
<div class="info">
<div class="title">
<a href="http://downloads.informer.com/widget-manager/" title="widget manager"
class="link_ttl">widget manager</a>
</div>
<div class="stars">
<div class="fill" style="width:100%;">
<img src="http://img.informer.com/images/v3/red_stars_73.svg" width="73" height="12" alt=""/>
</div>
</div>
<div class="description">
Dock bar which manages the user's widgets in a simple way. </div>
<div class="version"></div>
<div class="label_free">FREE</div>
</div>
</div>
</div>
</div>
<div class="pagination">
<ul>
<li><div class="current">1</div></li><li><a href="http://yahoo.software.informer.com/pages/2/">2</a></li><li class="next"><a href="http://yahoo.software.informer.com/pages/2/"> </a></li> </ul>
</div>
</div>
<a href="#top" id="float_top" style="display:none;" class="top_button scroll">Top</a>
</div>
</div>
<footer id="footer">
<div class="footer_content">
<div class="footer_menu">
<ul>
<li><a href="http://software.informer.com/software/">Software</a></li>
<li><a href="http://software.informer.com/topdevelopers.html">Developers</a></li>
<li><a href="http://users.software.informer.com/">Members</a></li>
</ul>
</div>
<div class="footer_items_wrap">
<div class="footer_item">
<p>About us:</p>
<ul>
<li><a href="http://software.informer.com/about.html">Who we are</a></li>
<li><a href="http://software.informer.com/privacy.html">Terms & privacy</a></li>
<li><a href="http://news.software.informer.com/">News</a></li>
</ul>
</div>
<div class="footer_item">
<p>For users:</p>
<ul>
<li><a href="http://software.informer.com/help.html">FAQ</a></li>
<li><a href="http://software.informer.com/forum/">Forum</a></li>
<li><a href="http://answers.informer.com/">Answers</a></li>
<li><a href="http://formac.informer.com/">forMac</a></li>
<li><a href="http://support.informer.com/?start&win">Feedback & support</a></li>
</ul>
</div>
<div class="footer_item">
<p>For developers:</p>
<ul>
<li><a href="http://software.informer.com/partners.php">General information</a></li>
<li><a href="http://software.informer.com/dmca.php">DMCA</a></li>
</ul>
</div>
<div class="footer_item footer_social">
<p>Follow us:</p>
<ul>
<li class="fb"><a href="https://www.facebook.com/softwareinformercom/" target="_blank"></a></li><li class="gg"><a href="https://plus.google.com/109065392995436727422/" target="_blank"></a></li><li class="tw"><a href="https://twitter.com/soft_informer" target="_blank"></a></li>
</ul>
</div>
</div>
<div class="copy">Copyright © 2017, <a href="http://www.informer.com/">Informer Technologies, Inc.</a></div>
</div>
<script async type="text/javascript"
src="http://software.informer.com/js/cache/hilight_software.js?rnd=1735824928">
</script>
<script type="text/javascript">
var urlid = "";
var jsparams = "1,50,6385,303";
</script>
<script async type="text/javascript" src="http://software.informer.com/js/footer4.js"></script>
<script async type="text/javascript" src="http://software.informer.com/js/footer_scripts.js"></script>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72773940-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
var pt = 'developers';
var ptd = 'developers';
var rest_from = 'si';
</script>
<script type="text/javascript" src="http://software.informer.com/js/achecker.js"></script>
</footer>
</body>
</html>
|
templates/home.html | firetix/BoringFriends | {% extends "bootstrap_responsive.html" %}
{% block body_content %}
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container" id="header_container">
<a class="brand" href="#">Boring Friends</a>
</div>
</div>
</div>
<div id="main_content" class="container">
<div class="hero-unit">
<h2>Login to Foursqurare to find your 'cool' friends!</h1>
<p id="foursquare_login_container"></p>
</div>
</div>
<div class="loader_wrapper">
<div class="loader_container">
<div class='ring blue'></div>
<div id="loader_text_container">
<span>Thinking...</span>
</div>
</div>
</div>
<script src='static/js/vendor/jquery/dist/jquery.js'></script>
<script src='static/js/vendor/underscore/underscore.js'></script>
<script src='static/js/vendor/inflection/inflection.min.js'></script>
<script src='static/js/vendor/classify/dist/classify.js'></script>
<script src='static/js/vendor/marelle.js'></script>
<script src='static/js/vendor/backbone/backbone.js'></script>
<script src='static/js/vendor/marionette/lib/backbone.marionette.js'></script>
<script src='static/js/backbone/boring_friends_app.js'></script>
<script type="text/javascript">
$(function(){
BoringFriend.start();
});
</script>
{% endblock %}
|
movieGraphs/templates/sample_graph.html | ANKRAJG/movieStats | {% extends "base.html" %}
{% block content %}
<div class = "mainContent">
<div class = "content1">
<p><img src = "{% url 'sample_graph' %}"></p>
</div>
</div>
{% endblock %} |
hhg/hhg_app/templates/index-new-login.html | zackster/HipHopGoblin | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Parallelus" />
<meta name="description" content="A brief description of this website or your business." />
<meta name="keywords" content="keywords, or phrases, associated, with each page, are best" />
<title>HipHopGoblin.Com</title>
<!-- Favorites icon -->
<link rel="shortcut icon" href="http://para.llel.us/favicon.ico" />
<!-- Style sheets -->
<link rel="stylesheet" type="text/css" href="/static/new-css/reset.min.css" />
<link rel="stylesheet" type="text/css" href="/static/new-css/menu.min.css" />
<link rel="stylesheet" type="text/css" href="/static/new-css/fancybox.css" />
<link rel="stylesheet" type="text/css" href="/static/new-css/tooltip.min.css" />
<link rel="stylesheet" type="text/css" href="/static/new-css/default.css" />
<link rel="stylesheet" type="text/css" href="/static/skin/jplayer.css" />
<link rel="stylesheet" type="text/css" href="/static/skin/default.css" />
<!-- jQuery framework and utilities -->
<script type="text/javascript" src="/static/new-js/jquery-1.4.min.js"></script>
<script type="text/javascript" src="/static/new-js/jquery-ui-1.7.2.min.js"></script>
<script type="text/javascript" src="/static/new-js/jquery.easing.1.3.min.js"></script>
<script type="text/javascript" src="/static/new-js/hoverIntent.min.js"></script>
<script type="text/javascript" src="/static/new-js/jquery.bgiframe.min.js"></script>
<!-- Drop down menus -->
<script type="text/javascript" src="/static/new-js/superfish.min.js"></script>
<script type="text/javascript" src="/static/new-js/supersubs.min.js"></script>
<!-- Tooltips -->
<script type="text/javascript" src="/static/new-js/jquery.cluetip.min.js"></script>
<!-- Input labels -->
<script type="text/javascript" src="/static/new-js/jquery.overlabel.min.js"></script>
<!-- Anchor tag scrolling effects -->
<script type="text/javascript" src="/static/new-js/jquery.scrollTo-min.js"></script>
<script type="text/javascript" src="/static/new-js/jquery.localscroll-min.js"></script>
<!-- Inline popups/modal windows -->
<script type="text/javascript" src="/static/new-js/jquery.fancybox-1.2.6.pack.js"></script>
<script type="text/javascript" src="/static/js/jquery.jplayer.min.js"></script>
<script type="text/javascript" src="http://www.google.com/jsapi/?key=ABQIAAAACtkr2i5rQG5ebcf-ZvpH7BS1Usn4xbezV19kQDrLJKHXbEQMixQAZxHTj8FLMwvYw3Jlk3oq2C98Jg"></script>
<script type="text/javascript" src="http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js"></script>
<script type="text/javascript" src="/static/new-js/viz_draw.js"></script>
<script type="text/javascript">
var req = new XMLHttpRequest();
function initPlayer(){
var jpPlayTime = $("#jplayer_play_time");
var jpTotalTime = $("#jplayer_total_time");
$("#jquery_jplayer").jPlayer({
ready: function() {
next();
$("#next").show();
$("#heard").show();
},
swfPath:"/static/js",
nativeSupport:true,
warningAlerts: true,
errorAlerts: true,
}).jPlayer("onProgressChange", function(loadPercent, playedPercentRelative, playedPercentAbsolute, playedTime, totalTime) {
jpPlayTime.text($.jPlayer.convertTime(playedTime));
jpTotalTime.text("/ "+$.jPlayer.convertTime(totalTime));
}).jPlayer("onSoundComplete", next);
$("#jplayer_next").click( function() {
next();
$(this).blur();
return false;
});
}
function search_clear(){$('#search_output').html('');}
function search_ajax(){
var q = $('#search_input').val();
var qs = q.split(' ').join('+');
$.ajax({
url: 'http://hiphopgoblin.com/search/'+qs,
success:function(data){
$('#search_output').html(data);},
statusCode:{404:function(){$('#search_output').html('');}}
});
}
function next(id) {
if (id) {
var url = "/hot/" + id;
req.open("GET", url ,true);
req.onreadystatechange = playTrack;
req.send(null);
}
else {
var url = "/random/";
req.open("GET", url ,true);
req.onreadystatechange = playTrack;
req.send(null);
}
}
function playTrack() {
if (req.readyState == 4) {
var song = eval('(' + req.responseText + ')');
$("#jquery_jplayer").jPlayer("setFile", song.filename).jPlayer("play");
$("#title").fadeOut(function(){$("#title").text(song.title);$("#title").fadeIn();});
//$("#artist").fadeOut(function(){$("#artist").text(song.artist);$("#artist").fadeIn();});
document.title = song.title + ' - Hip Hop Goblin';
like_comment(song.id);
refresh_likes();
}
}
function unlike_song(id){
$.ajax({
type : "GET",
cache : false,
url : "/unlike/"+id,
success : function(){
like_comment(id);
refresh_likes();
}
});
}
function like_song(id) {
$.ajax({
type : "GET",
cache : false,
url : "/like/"+id,
success : function(){
like_comment(id);
refresh_likes();
}
});
}
function refresh_likes() {
$.ajax({
type : "GET",
cache : false,
url : "/get_likes/",
success : function(data){
$('#slide_m').html(data);
}
});
}
function like_comment(id) {
$.ajax({
type : "GET",
cache : false,
url : "/song_info/"+id,
success : function(data){
$('#like_comment').html(data);
}
});
}
/**
function hearted(){
var heart = document.getElementById('h_a');
if (heart.style.color == "green"){
heart.style.color = "#333";
var count = parseInt($('#count').html())-1;
$('#count').html(count);
$.ajax({
type : "GET",
cache : false,
url : "/like/" + $('#songid').html() + "/un",
success: function(data) {
}
});
}else{
heart.style.color = "green";
var count = parseInt($('#count').html())+1;
$('#count').html(count);
$.ajax({
type : "GET",
cache : false,
url : "/like/" + $('#songid').html() + "/",
success: function(data) {
}
});
}
}
**/
function setInner(str){
var ex = document.getElementById('extras');
ex.innerHTML = str;
}
function fancybox_close(){
$('#fancy_outer').hide();
$('#fancy_overlay').hide();
$('#fancy_title').hide();
$('#fancy_loading').hide();
$('#fancy_ajax').remove();
}
function hideerrors() {
$("#err_required1").hide();
$("#err_required2").hide();
$("#err_required3").hide();
}
$(document).ready(function() {
initPlayer();
$('#title').css('font-size','16px');
//$('#jplayer_play_bar').css('height', '20px');
//$('#lowercontrols').css('height','0px');
//$('#lowercontrols').hide();
hideerrors();
$("a#fregister").fancybox({
'padding' : 0,
'width' : 600,
'height' : 750,
'hideOnContentClick' : false,
'autoDimensions': false,
'titleShow' : false,
'onClosed' : function() { hideerrors(); }
});
$("a#flogin").fancybox({
'padding' : 0,
'width' : 600,
'hideOnContentClick' : false,
'height' : 300,
'autoDimensions': false,
'titleShow' : false,
'onClosed' : function() { hideerrors(); }
});
$("#login_form").bind("submit", function() {
$.ajax({
type : "POST",
cache : false,
url : "/login/",
data : $(this).serializeArray(),
success: function(data) {
$.fancybox(data);
}
});
fancybox_close();
return false;
});
$("#register_form").bind("submit", function() {
$.fancybox.showActivity();
$.ajax({
type : "POST",
cache : false,
url : "/register/",
data : $(this).serializeArray(),
success: function(data) {
$.fancybox(data);
}
});
fancybox_close();
return false;
});
});
google.load("feeds", "1");
function initialize() {
var feedControl = new google.feeds.FeedControl();
feedControl.addFeed("http://blog.hiphopgoblin.com/?feed=rss2");
feedControl.draw(document.getElementById("feedControl2"));
}
google.setOnLoadCallback(initialize);
var timeout = 500;
var closetimer = 0;
var ddmenuitem = 0;
function jsddm_open()
{ jsddm_canceltimer();
jsddm_close();
ddmenuitem = $(this).find('ul').css('visibility', 'visible');}
function jsddm_close()
{ if(ddmenuitem) ddmenuitem.css('visibility', 'hidden');}
function jsddm_timer()
{ closetimer = window.setTimeout(jsddm_close, timeout);}
function jsddm_canceltimer()
{ if(closetimer)
{ window.clearTimeout(closetimer);
closetimer = null;}}
$(document).ready(function()
{ $('#jsddm > li').bind('mouseover', jsddm_open)
$('#jsddm > li').bind('mouseout', jsddm_timer)});
document.onclick = jsddm_close;
</script>
<style type="text/css">
#feedControl2 .gf-author,
#feedControl2 .gf-spacer {
display : none;
}
#feedControl2 .gf-title {
font-size: 24px;
font-family:'DroidSansRegular', arial, serif;
}
#feedControl2 {
text-align:left;
float:left;
width:250px;
font-family:'DroidSansRegular', arial, serif;
font-size: 17px;
}
</style>
<!-- Font replacement (cufón) -->
<script src="/static/new-js/cufon-yui.js" type="text/javascript"></script>
<script src="/static/new-js/LiberationSans.font.js" type="text/javascript"></script>
<!-- IE only includes (PNG Fix and other things for sucky browsers -->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="css/ie-only.css">
<script type="text/javascript" src="js/pngFix.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(document.body).supersleight();
});
</script>
<![endif]-->
<!--[if IE]><link rel="stylesheet" type="text/css" href="css/ie-only-all-versions.css"><![endif]-->
<!-- Functions to initialize after page load -->
<script type="text/javascript" src="/static/new-js/onLoad.min.js"></script>
</head>
{% load avatar_tags %}
<body>
<!-- Top reveal (slides open, add class "topReveal" to links for open/close toggle ) -->
<div id="ContentPanel">
<!-- close button -->
<a href="#" class="topReveal closeBtn">Close</a>
<div class="contentArea">
<!-- New member registration -->
<div class="right" style="margin:10px 0 0;">
<h1>
Not a member yet?
<span>Register now and get started.</span>
</h1>
<button type="button">Register for an account</button>
</div>
<!-- Alternate Login -->
<div>
<form class="loginForm" method="post" action="" style="height:auto;">
<div id="loginBg"><img src="static/new-images/icons/lock-and-key-110.png" width="110" height="110" alt="lock and key" /></div>
<h2 style="margin-top: 20px;">Sign in to your account.</h2>
<fieldset>
<legend>Account Login</legend>
<p class="left" style="margin: 0 8px 0 0;">
<label for="RevealUsername" class="overlabel">Username</label>
<input id="RevealUsername" name="RevealUsername" type="text" class="loginInput textInput rounded" />
</p>
<p class="left" style="margin: 0 5px 0 0;">
<label for="RevealPassword" class="overlabel">Password</label>
<input id="RevealPassword" name="RevealPassword" type="password" class="loginInput textInput rounded" />
</p>
<p class="left" style="margin: -7px 0 0;">
<button type="submit" class="btn" style="margin:0;"><span>Sign in</span></button>
</p>
</fieldset>
<p class="left noMargin">
<a href="#">Forgot your password?</a>
</p>
</form>
</div>
<!-- End of Content -->
<div class="clear"></div>
</div>
</div>
<!-- Site Container -->
<div id="Wrapper">
<div id="PageWrapper">
<div class="pageTop"></div>
<div id="Header">
<!-- Main Menu -->
<div id="Logo"><a href="#"></a></div>
<div id="MenuWrapper">
<div id="MainMenu">
<div id="MmLeft"></div>
<div id="MmBody">
<!-- Main Menu Links -->
<ul class="sf-menu">
<!-- <li class="current"><a href="index.html">Home</a></li>-->
<li>
<a href="#">My Playlists</a>
<ul>
<li><a href="#">Create a Playlist</a></li>
</ul>
</li>
<li>
<a href="#">My Liked Songs</a>
<ul>
<li><a href="#">Create a Playlist</a></li>
</ul>
</li>
<!--<li><a href="sample-contact.html">Contact</a></li>-->
<li><a href="#">About</a></li>
</ul>
<div class="mmDivider"></div>
<!-- Extra Menu Links -->
<ul id="MmOtherLinks" class="sf-menu">
<div style="font-size:1.1em;color:#fff;margin-top:.6em;height:2em;"><strong>{{user.username}} ({{up_num}})</strong> <a href="/logout/" style="margin:0;padding:0;">logout</a></div>
</ul>
</div>
<div id="MmRight"></div>
</div>
</div>
<!-- Search -->
<!--div id="Search">
<form action="#" id="SearchForm" method="post">
<p style="margin:0;"><input type="text" name="SearchInput" id="SearchInput" value="" /></p>
<p style="margin:0;"><input type="submit" name="SearchSubmit" id="SearchSubmit" class="noStyle" value="" /></p>
</form>
</div-->
<!-- Logo -->
<!--<div id="Logo">
<a href="#"></a>
</div>
-->
<!-- End of Content -->
<div class="clear"></div>
</div>
<!-- Slide show: jQuery Cycle (default) -->
<div id="Slideshow">
<div id="SlideTop"></div>
<div id="SlideRepeat">
<div id="slide_l"><div id="slide_avatar">{% avatar user %}</div><div id="slide_info"> What's up, <strong>{{user.username}}</strong>?<br/><br/><a href="/upload/" target="_blank">Upload tracks</a> ({{up_left}} uploads left),<br/><br/>or <a href="/edit/" target="_blank">edit your info</a></div></div>
<div id="slide_m"><!--<canvas id="slide_canvas"></canvas>-->
</div>
<div id="slide_r">
<div>
<form target="hidden_frame" action="http://twitter.com/friendships/create/hiphopgoblin.xml" method="POST" style="display:none;">
<!--<a href="http://twitter.com/hiphopgoblin">Hip Hop Goblin on Twitter</a> -->
<input type="submit" value="Join the conversation" onclick="this.value='Following'; return true">
</form>
</div>
<div style="display:none;visible:hidden;">
<iframe src="" height="1" width="1" border="0" scrolling="no" name="hidden_frame" id="hidden_frame"></iframe>
</div>
<div id="audioplayer">
<div style="margin-left:25px;" id="main2">
<div id="jquery_jplayer"></div>
<div class="jp-single-player">
<div class="jp-interface">
<div class="jp-progress">
<div id="jplayer_load_bar">
<div id="jplayer_play_bar"></div>
</div>
</div>
<div id="heart"><div id="count">23</div><a href="#login_form" id="flogin" id="h_a">♥</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="SlideBottom"></div>
</div>
<div class="pageMain">
<!-- Showcase Content -->
<div id="Showcase">
<div class="two-thirds">
<img src="/static/new-images/live.png" alt="Now Playing" style="float:left; margin: -2px 30px 0 15px;" />
<div id="songid" style="display:none;"></div>
<div style="margin-top:5px;padding-top:5px;" id="title"> </div>
<div id="buttons">
<a href="javascript:void(0);" id="jplayer_play" tabindex="1">Play</a>
<a href="javascript:void(0);" id="jplayer_pause" tabindex="1">Pause</a>
<a href="javascript:void(0);" id="jplayer_next" class="hide">Next song</a>
<div id="times">
<div id="jplayer_play_time"></div>
<div id="jplayer_total_time"></div>
</div>
</div>
</div>
<div class="one-third" id="like_comment">
<p>Loading...</p>
</div>
<div class="hr"></div>
</div>
<!-- Page Content -->
<div class="contentArea">
<div class="two-thirds">
<!-- Welcome Message / Page Headline -->
<!-- <h1 class="headline">Welcome to <strong>Hip Hop Goblin</strong>, bringing the <strong>hottest</strong> tracks and <strong>dopest </strong> rhymes on the <strong>interwebs</strong>.</h1>-->
<!--p class="impact">Unite takes a clean, organized approach to presenting content so it’s easier to find what you want. The theme includes page layouts for: <a href="sample-layout.html#full_page">full page</a>, <a href="sample-layout.html#multi_column_page">multi-column</a>, <a href="sample-blog.html">blog</a>, <a href="sample-portfolio.html">portfolio</a>, <br /><a href="sample-contact.html">contact form</a> and an <a href="sample-login.html" class="login" title="Custom Login Page|This theme includes 2 different login forms. Apply either with your admin portal for a cohesive, stylish website. (click for preveiw)">administrative login</a> (<a href="#ContentPanel" class="topReveal" title="Alternate Admin Login|Preview the alternate login.">alternate</a>).</p-->
<!-- Featured Content -->
<!--<div class="ribbon">
<div class="wrapAround"></div>
<div class="tab">
<span>Goblin Blog</span>
</div>-->
<!--
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'search',
search:'hiphopgoblin',
rpp: 30,
interval: 6000,
title: 'what\'s going on',
subject: '@hiphopgoblin',
width: 550,
height: 350,
theme: {
shell: {
background: '#A3A3A3',
color: '#fff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#6B061F'
}
},
features: {
scrollbar: true,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'default'
}
}).render().start();
</script><br/>
<p><img src="/static/new-images/img/brodoc.jpg" width=95%></p>-->
<a href="javascript:search_ajax();">Search</a> | <a href="javascript:search_clear();">Clear</a><br/><br/>
<p><input id="search_input" type="text" onkeydown="if (event.keyCode==13){search_ajax();}"></p><p id="search_output"></p>
<div class="hr"></div>
<img src="/static/new-images/tumblr_logo.png" width="95em"><br/><br/>
<script type="text/javascript" src="http://hiphopgoblin.tumblr.com/js"></script>
</div>
<div class="one-third">
<center>
</center>
<br/>
<h1 id="newest_head">Newest Uploads</h1>
<!-- Skin Changer -->
<div style="text-align:center;"></div>
<table id="topsongs">
{% for song in top %}
<tr class="row"><td><a onClick="next({{song.id}});">{{ song.title }}</a></td></tr>
{% endfor %}
</table>
<div class="hr"></div>
<br/><div class="hr"></div>
<h1 id="newest_head">Most Likes</h1>
<table id="topsongs">
{% for song in top10 %}
<tr class="row"><td><a onClick="next({{song.id}});">{{ song.title }}</a></td></tr>
{% endfor %}
</table>
<div class="hr"></div>
<div class="hr"></div>
</div>
<!-- End of Content -->
<div class="clear"></div>
</div>
</div>
<div style="display:none;padding:20px 0 0 50px;width:400px;height:600px;">
<form method=post id='login_form' action='/login/'>{% csrf_token %}
<div style="background-color:#757575;color:white;">
<span></span><br/>
<span style="margin-left:10px;font-family:'DroidSansRegular',arial,serif;font-size:25px;">HipHopGoblin Login</span><br/>
<span style="margin-left:10px;font-family:'DroidSansRegular',Arial, serif;font-size:16px;">Welcome back to the Goblin!</span><br/>
<span style="margin-left:10px;font-family:'DroidSansRegular',Arial, serif;font-size:16px;">Login for quick access to your playlists and liked music</span><br/><br/>
<span style="margin-left:10px;font-family:'DroidSansRegular',Arial, serif;font-size:16px;">Don't have an account? <a style="color:white;text-decoration:underline;" id="fregister" href="#register_form">Register here</a></span><br/>
<span></span><br/>
</div>
<div style="margin-left:60px;">
{{login.as_p}}
</div>
<a href='javascript:$("#login_form").submit();'>Login link</a>
<input class="submit" type="submit" value="Login">
</form>
<form id="register_form" method="post" action="/register/">{% csrf_token %}
<p class="form_error" id="err_required1">All fields are required!</p>
<p class="form_error" id="err_required2">Mismatched passwords!</p>
<p class="form_error" id="err_required3">Improperly formatted email address!</p>
<div style="background-color:#757575;color:white;">
<span></span><br/>
<span style="margin-left:10px;font-family:'DroidSansRegular',arial,serif;font-size:25px;">Register for HipHopGoblin</span><br/><!--
<span style="margin-left:10px;font-family:'DroidSansRegular',Arial,serif;font-size:16px;">Heart your favorite tracks, add them to your personal playlist </span><BR/>
<span style="margin-left:10px;font-family:'DroidSansRegular',Arial, serif;font-size:16px;">and share them with your friends</span><br/><br/>
<span style="margin-left:10px;font-family:'DroidSansRegular',Arial, serif;font-size:16px;">Already have an account? <a style="color:white;text-decoration:underline;" id="flogin" href="#login_form">Login here</a></span><br/>-->
<span></span><br/>
</div>
<div style="margin-left:60px;">
{{register.as_p}}
</div>
<a href='javascript:$("#register_form").submit();'>Signup link</a>
<input class="submit" type="submit" value="Signup">
</form>
</div>
<!-- Footer -->
<div id="Footer">
<div id="FooterTop"></div>
<div id="FooterContent">
<div class="contentArea">
<!-- Column 1 -->
<div class="one-third">
<p> </p><p> </p><p> </p>
</div>
<!-- Column 2 -->
<div class="one-third">
<h3>Join the Battle</h3>
<ul class="horizList">
<li><a href="#"><img src="/static/new-images/icons/social/delicious.png" width="40" height="40" alt="Delicious" /></a></li>
<li><a href="#"><img src="/static/new-images/icons/social/flickr.png" width="40" height="40" alt="Flickr" /></a></li>
<li><a href="#"><img src="/static/new-images/icons/social/linkedin.png" width="40" height="40" alt="LinkedIn" /></a></li>
<li><a href="#"><img src="/static/new-images/icons/social/skype.png" width="40" height="40" alt="Skype" /></a></li>
<li><a href="#"><img src="/static/new-images/icons/social/twitter.png" width="40" height="40" alt="Twitter" /></a></li>
<li><a href="#"><img src="/static/new-images/icons/social/yahoo.png" width="40" height="40" alt="Yahoo!" /></a></li>
</ul>
</div>
<!-- Column 3 -->
<div class="one-third last">
<h3>Contact Information</h3>
<p>Need to get a hold of the goblin? <a href="mailto:goblin@hiphopgoblin.com">goblin@hiphopgoblin.com</a><br /></p>
</div>
<!-- End of Content -->
<div class="clear"></div>
</div>
</div>
<div id="FooterBottom"></div>
</div>
<!-- Copyright/legal text -->
<div id="Copyright">
<p>Copyright © 2010 - All rights reserved. </p>
</div>
</div>
</div>
<!-- Activate Font Replacement (cufón) -->
<script type="text/javascript"> Cufon.now(); </script>
</body>
</html>
|
doc/source/_static/custom.css | ozak/geopandas | /*This ensures that clickable links in the SG examples are the right color*/
div.section a span {
color: #2980B9 !important
}
|
docs/tags/law.html | isovector/we-can-really-solve-this | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Posts tagged "law" :: Reasonably Polymorphic</title>
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<link href="/atom.xml" rel="alternate" title="Reasonably Polymorphic - Atom" type="application/atom+xml" />
<link href="/feed.rss" rel="alternate" title="Reasonably Polymorphic - RSS" type="application/rss+xml" />
<link href='https://fonts.googleapis.com/css?family=Amiri|Muli' rel='stylesheet' type='text/css' />
<link href="/css/style.css" type="text/css" rel="stylesheet" />
<link href="/css/syntax.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
"HTML-CSS": {
scale: 100
},
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true
},
TeX: {extensions: [ "AMSmath.js"
, "AMSsymbols.js"
, "color.js"
, "cancel.js"
, "http://sonoisa.github.io/xyjax_ext/xypic.js"
]}
});
</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML' async></script>
</head>
<body>
<div class="main">
<article>
<header>
<h1><a href="/tags/law.html">Posts tagged "law"</a></h1>
</header>
<p class="meta"></p>
<div class="content">
<ul>
<li>
<a href="/blog/exploring-case-law/index.html">Exploring Case Law</a> <span class="date">February 8, 2021</span>
</li>
</ul>
</div>
</article>
</div>
<nav>
<h1><a href="/">REASONABLY<br/>POLYMORPHIC</a></h1>
<p> Hi there. I'm <strong>Sandy Maguire</strong>. I like improving life and
making cool things.</p>
<p>If you want to get in touch, I'd love to hear from you! Send me an
email; you can contact me via <tt><b>sandy</b></tt> at <tt><b>sandymaguire.me</b></tt>.</p>
<h2>SITE LINKS</h2>
<ul>
<li><a href="/blog/archives/">Archives</a></li>
<li><a href="/talks">Talks</a></li>
</ul>
<h2>THINGS I MAKE</h2>
<ul>
<li>Code on <a href="http://github.com/isovector">github</a></li>
<li>Book <a href="/book/preface.html">archive</a></li>
<li>My other <a href="http://sandymaguire.me">blog</a></li>
</ul>
<h2>WHAT I'M DOING</h2>
<ul>
<li><a href="/erdos">Erdos Project</a></li>
<li>Music at <a href="http://last.fm/user/Paamayim">last.fm</a></li>
<li>Books at <a href="https://www.goodreads.com/review/list/14945161-sandy-maguire?shelf=currently-reading">goodreads</a></li>
<li>Papers at <a href="https://www.mendeley.com/groups/7295141/read/papers/">mendeley</a></li>
</ul>
<p>
© 2015-2020 Sandy Maguire
</p>
</nav>
<div id="smallnav">
<div class="smallhome"><a href="/">REASONABLY POLYMORPHIC</a></div>
<div class="smallarchives"><a href="/blog/archives/">ARCHIVES</a></div>
</div>
</body>
</html>
|
v0.13.0/generated/statsmodels.genmod.generalized_linear_model.GLM.score_factor.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.genmod.generalized_linear_model.GLM.score_factor — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/stylesheets/deprecation.css">
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/material.css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.genmod.generalized_linear_model.GLM.score_obs" href="statsmodels.genmod.generalized_linear_model.GLM.score_obs.html" />
<link rel="prev" title="statsmodels.genmod.generalized_linear_model.GLM.score" href="statsmodels.genmod.generalized_linear_model.GLM.score.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.genmod.generalized_linear_model.GLM.score_factor" 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.genmod.generalized_linear_model.GLM.score_factor </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="../glm.html" class="md-tabs__link">Generalized Linear Models</a></li>
<li class="md-tabs__item"><a href="statsmodels.genmod.generalized_linear_model.GLM.html" class="md-tabs__link">statsmodels.genmod.generalized_linear_model.GLM</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.genmod.generalized_linear_model.GLM.score_factor.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<h1 id="generated-statsmodels-genmod-generalized-linear-model-glm-score-factor--page-root">statsmodels.genmod.generalized_linear_model.GLM.score_factor<a class="headerlink" href="#generated-statsmodels-genmod-generalized-linear-model-glm-score-factor--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py method">
<dt class="sig sig-object py" id="statsmodels.genmod.generalized_linear_model.GLM.score_factor">
<span class="sig-prename descclassname"><span class="pre">GLM.</span></span><span class="sig-name descname"><span class="pre">score_factor</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">params</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">scale</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/genmod/generalized_linear_model.html#GLM.score_factor"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#statsmodels.genmod.generalized_linear_model.GLM.score_factor" title="Permalink to this definition">¶</a></dt>
<dd><p>weights for score for each observation</p>
<p>This can be considered as score residuals.</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.21)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ndarray</span></code></a></span></dt><dd><p>parameter at which score is evaluated</p>
</dd>
<dt><strong>scale</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.9)"><code class="docutils literal notranslate"><span class="pre">None</span></code></a> or <a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.9)"><code class="docutils literal notranslate"><span class="pre">float</span></code></a></span></dt><dd><p>If scale is None, then the default scale will be calculated.
Default scale is defined by <cite>self.scaletype</cite> and set in fit.
If scale is not None, then it is used as a fixed scale.</p>
</dd>
</dl>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><dl>
<dt><strong>score_factor</strong><span class="classifier"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ndarray_1d</span></code></span></dt><dd><p>A 1d weight vector used in the calculation of the score_obs.
The score_obs are obtained by <cite>score_factor[:, None] * exog</cite></p>
</dd>
</dl>
</dd>
</dl>
</dd></dl>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.genmod.generalized_linear_model.GLM.score.html" title="statsmodels.genmod.generalized_linear_model.GLM.score"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.genmod.generalized_linear_model.GLM.score </span>
</div>
</a>
<a href="statsmodels.genmod.generalized_linear_model.GLM.score_obs.html" title="statsmodels.genmod.generalized_linear_model.GLM.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.genmod.generalized_linear_model.GLM.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
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> |
src/Java/BouncyCastle/BouncyCastle-1.54/bcprov-jdk15on-154/javadoc/org/bouncycastle/jce/ECGOST3410NamedCurveTable.html | GaloisInc/hacrypto | <!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:43:43 AEDT 2015 -->
<title>ECGOST3410NamedCurveTable (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="ECGOST3410NamedCurveTable (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>Prev Class</li>
<li><a href="../../../org/bouncycastle/jce/ECKeyUtil.html" title="class in org.bouncycastle.jce"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/bouncycastle/jce/ECGOST3410NamedCurveTable.html" target="_top">Frames</a></li>
<li><a href="ECGOST3410NamedCurveTable.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.jce</div>
<h2 title="Class ECGOST3410NamedCurveTable" class="title">Class ECGOST3410NamedCurveTable</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.bouncycastle.jce.ECGOST3410NamedCurveTable</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">ECGOST3410NamedCurveTable</span>
extends java.lang.Object</pre>
<div class="block">a table of locally supported named curves.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </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/jce/ECGOST3410NamedCurveTable.html#ECGOST3410NamedCurveTable()">ECGOST3410NamedCurveTable</a></strong>()</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 java.util.Enumeration</code></td>
<td class="colLast"><code><strong><a href="../../../org/bouncycastle/jce/ECGOST3410NamedCurveTable.html#getNames()">getNames</a></strong>()</code>
<div class="block">return an enumeration of the names of the available curves.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/bouncycastle/jce/spec/ECNamedCurveParameterSpec.html" title="class in org.bouncycastle.jce.spec">ECNamedCurveParameterSpec</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/bouncycastle/jce/ECGOST3410NamedCurveTable.html#getParameterSpec(java.lang.String)">getParameterSpec</a></strong>(java.lang.String name)</code>
<div class="block">return a parameter spec representing the passed in named
curve.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ECGOST3410NamedCurveTable()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ECGOST3410NamedCurveTable</h4>
<pre>public ECGOST3410NamedCurveTable()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getParameterSpec(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getParameterSpec</h4>
<pre>public static <a href="../../../org/bouncycastle/jce/spec/ECNamedCurveParameterSpec.html" title="class in org.bouncycastle.jce.spec">ECNamedCurveParameterSpec</a> getParameterSpec(java.lang.String name)</pre>
<div class="block">return a parameter spec representing the passed in named
curve. The routine returns null if the curve is not present.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the curve requested</dd>
<dt><span class="strong">Returns:</span></dt><dd>a parameter spec for the curve, null if it is not available.</dd></dl>
</li>
</ul>
<a name="getNames()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getNames</h4>
<pre>public static java.util.Enumeration getNames()</pre>
<div class="block">return an enumeration of the names of the available curves.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>an enumeration of the names of the available curves.</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>Prev Class</li>
<li><a href="../../../org/bouncycastle/jce/ECKeyUtil.html" title="class in org.bouncycastle.jce"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/bouncycastle/jce/ECGOST3410NamedCurveTable.html" target="_top">Frames</a></li>
<li><a href="ECGOST3410NamedCurveTable.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>
|
Modeler/explorer/src/css/xtheme-specific.css | iotsap/FiWare-Template-Handler | body {
background-color: #ffffff;
font-family : tahoma,arial,san-serif;
font-size : 11px;
margin: 0px;
padding:0px;
}
body, td, input, textarea {
font-size: 12px;
}
:focus {
outline: 0;
}
.x-gecko-3-6 .x-form-text {
padding-bottom:1px;
padding-top:1px;
}
.x-border-layout-ct {
background:white none repeat scroll 0 0;
}
a {
color : #ad0f5b;
}
a.x-item-disabled:hover, a.x-item-disabled:focus, a.x-item-disabled:active {
color : white;
}
a:hover, a:focus, a:active {
color : #82566B;
}
a.x-button-plain, .x-panel-btns a.x-link-button {
color:white;
font-size:11px;
line-height:13px;
display:block;
vertical-align:middle;
padding:4px;
}
a.x-button-plain:hover,
a.x-button-plain:focus,
a.x-button-plain:active,
.x-panel-btns a.x-link-button:hover,
.x-panel-btns a.x-link-button:focus,
.x-panel-btns a.x-link-button:active {
color:#E1E1E1;
}
.x-nowrap {
white-space:nowrap;
}
.x-tree-node-el a.x-link {
color:#AD0F5B;
text-decoration: underline;
}
.x-tree-node-el a.x-link:hover, .x-tree-node-el a.x-link:focus, .x-tree-node-el a.x-link:active {
color : #82566B;
}
.x-combo-list-item {
height:14px;
}
.x-mask.x-background-white {
background:white;
bottom:0;
height:100%;
left:0;
position:absolute;
right:0;
top:0;
width:100%;
z-index:100000;
}
/** UX **/
.x-form-add-trigger {
background-image:url(../img/signavio/trigger-add.png) !important
}
.x-form-textfield-list ol {
list-style-position:outside !important;
list-style-type:decimal !important;
margin-left:25px;
}
.x-form-textfield-list ol li {
border: 1px solid white;
white-space:normal;
}
.x-form-textfield-list ol li.x-editing {
border: 1px dotted silver;
color:silver;
}
.x-form-textfield-list ol li span {
font-size: 10px;
}
.x-form-textfield-list ol li.x-editing span {
display: none;
}
/** removes icons from treepanel */
/*.x-tree-node-icon {*/
.no-icon {
display: none;
}
.ajax_loader {
background-image: url(../../data/images/repository/ajax-loader.gif);
background-repeat: no-repeat;
background-position: center center;
}
.repository_ext_btn_align_center {
background-position: 0px center !important;
padding: 2px 0 3px 18px !important;
}
.repository_ext_icon_align_center {
height:auto;
vertical-align:middle;
}
.repository_ext_icon_arrow_up {
background-image:url(../../data/images/silk/arrow_up.png);
}
.repository_ext_icon_arrow_down {
background-image:url(../../data/images/silk/arrow_down.png);
}
.repository_rating_filter .x-grid3-scroller{
overflow: hidden;
}
/** FIXES FOR EXT 2.0.2 **/
.x-date-middle {
width: 160px;
}
.x-grid3 table {
table-layout:fixed;
}
.x-grid3-row-table {
table-layout: fixed;
}
.x-item-disabled * {
color:silver !important;
}
.x-menu-list-item.x-item-disabled * {
color:grey !important;
}
.x-menu-list-item-large {
vertical-align: middle;
line-height: 20px !important;
}
.x-menu-item-icon {
margin: 0 10px 0 0;
}
.x-menu a.x-menu-item {
padding: 3px 21px 3px 2px;
}
.item-large {
background-image:url(../img/signavio/list-item-large.gif);
background-repeat: repeat-x;
background-position:top;
}
.x-menu-item-icon-large {
width: 22px;
height: 22px;
}
.x-menu {
background-repeat: repeat;
}
.x-menu-large {
background: #c4c4c4 url(../img/signavio/menu-large.gif) repeat-y scroll 0 0;
}
input.x-tree-node-cb {
position:relative;
top:2px;
}
.x-tree-check-panel .x-panel-body {
background: #FFFFFF url(../../../libs/ext-2.0.2/resources/images/default/form/text-bg.gif) repeat-x scroll 0 0;
border:1px solid #A5A5A5;
overflow-x:hidden !important;
}
.x-grid3-dirty-cell {
background:transparent url(../../../libs/ext-2.0.2/resources/images/default/grid/dirty.gif) no-repeat scroll 0 0 !important;
}
.x-dirty-cell-overlay {
height:5px;
position:absolute;
top:0;
width:5px;
left:0px;
}
.x-layer.x-menu {
width: auto !important;
}
.x-window-dlg .ext-mb-question {
background:transparent url(../img/nuvola/32x32/actions/help.png) no-repeat scroll left top;
}
.x-window-dlg .ext-mb-warning {
background:transparent url(../img/nuvola/32x32/actions/messagebox_warning.png) no-repeat scroll left top;
}
.x-window-dlg .ext-mb-info {
background:transparent url(../img/nuvola/32x32/actions/messagebox_info.png) no-repeat scroll left top;
}
.x-window-dlg .ext-mb-error {
background:transparent url(../img/nuvola/32x32/actions/no.png) no-repeat scroll left top;
}
.x-tree-arrows .x-tree-elbow-line {
visibility: hidden;
}
/******************************************************************************
* the central widget that contains the list of all models of a user
*/
.no_items {
text-align: center;
color: #999;
font-style: italic;
font-size: 10px;
padding: 15px;
}
.oryx_repository_list_container {
padding: 0% 0 0 2%;
}
.oryx_repository_list_item {
width: 47%;
min-width: 300px;
margin: 1% 2% 1% 0;
float: left;
font-size: 11px;
position:relative;
border: 1px solid #D0D0D0;
}
.oryx_repository_list_item:hover {
border-color: #aaa;
}
.oryx_repository_list_item .ctrl {
display: none;
position: absolute;
right: 0px;
height: 20px;
}
.oryx_repository_list_item:hover .ctrl {
display: block;
}
.oryx_repository_list_item h3 {
padding: 3px 60px 3px 0px;
background-color: #D0D0D0;
min-height: 12px;
border-bottom: 1px solid #d0d0d0;
}
.oryx_repository_list_item h3,
.oryx_repository_list_item h3 a {
color: #222;
text-decoration: none;
}
.oryx_repository_list_item h3:hover a:hover {
color: #fff;
}
.oryx_repository_list_item:hover h3 a{
color: #dedede;
}
.oryx_repository_list_item:hover h3{
border-color: #888;
background-color: #888;
}
.oryx_repository_list_item p {
padding: 3px 3px 3px 0px;
margin-top: 3px;
color: #222;
}
.oryx_repository_list_item .owner {
color: #666;
}
.oryx_repository_list_item img {
float: left;
margin: 5px;
max-width: 80px;
}
.oryx_repository_list_item h3,
.oryx_repository_list_item p,
.oryx_repository_list_item span,
.oryx_repository_list_item div,
.oryx_repository_list_item em {
padding-left: 90px;
}
/*******************************************************************
* login area for the repository
*/
#header {
background-image:url(../img/signavio/header_logo.png);
background-position:center bottom;
background-repeat:repeat-x;
padding:5px 0 30px;
width:100%;
position:fixed;
top:0px;
z-index:100;
}
#header a {
margin-left:40px
}
#header img {
border:none;
}
.content {
margin:10px;
margin-top:60px;
}
.content img {
margin:5px;
}
.content .label {
width:50px;
float:left;
}
.content .value {
font-weight:bold;
}
.content .model {
margin-top:30px;
}
#signavio_repository_header {
background:transparent url(../img/signavio/header_background2.png) repeat-x scroll center 0;
height:100%;
width:100%;
}
.signavio_repository_header_shadow, .signavio_repository_header_shadow2 {
background:transparent url(../img/signavio/header_background2.png) repeat-x scroll center bottom;
width:100%;
height:10px;
position:absolute;
top:63px;
z-index:1000;
}
.ext-ie7 .north_view .header_view div.signavio_repository_header_shadow {
behavior:expression((this.runtimeStyle.behavior="none")&&
(!this._loaded)&&
(this._loaded=true)&&
(this.className="signavio_repository_header_shadow2")&&
(document.body.appendChild(this.cloneNode(true)))&&
(this.parentNode.removeChild(this)));
}
.x-panel.north_view .x-panel-bwrap,
.x-panel.north_view .x-panel-body {
overflow:visible;
}
#signavio_repository_header #signavio_repository_logo {
background:transparent url(../img/signavio/smoky/logo2.svg) no-repeat scroll 0 0;
height:34px;
margin-left:20px;
margin-top:0;
width:150px;
}
#signavio_repository_header span{
left:110px;
position:absolute;
display:block;
top:3px;
}
#signavio_repository_header span img{
position:relative;
right:6px;
margin-right:6px;
width:16px;
}
#signavio_repository_header.mouseover span{
display:inline;
}
#openid_login {
position:absolute;
right:10px;
top:5px;
color:white;
}
#openid_login input {
font-size:12px;
margin:0px 1px;
padding:1px;
width:40px;
}
#openid_login input.button {
background-color:transparent;
border-width:0px;
color:white;
cursor:pointer;
font-weight:bold;
width:auto;
}
#openid_login input.text {
background:#FFFFFF url(../../data/images/style/openid_login_bg.gif) no-repeat scroll 5px 50%;
border:1px solid #AA0000;
padding-left:25px;
width:200px;
}
#openid_login .login_name {
line-height: 21px;
}
#openid_login input.text.logged_id {
background-color:#F1F1F1;
color:#333333;
}
.x-toolbar.north_view {
background:transparent url(../img/signavio/header_background2.png) repeat-x scroll left -40px;
border:none;
height:24px !important;
}
.x-toolbar.north_view.x-no-text-right .x-arrange-right button,
.x-toolbar.north_view.x-no-text-left .x-arrange-left button,
.x-toolbar.north_view.x-no-text button,
.x-toolbar.north_view .x-btn-icon button {
color:transparent !important;
width:16px !important;
overflow:hidden;
padding:3px 0 2px 18px !important;
}
.x-toolbar.north_view .ytb-sep {
background-image: url(../img/signavio/vLine.png);
margin:0 6px;
}
.x-toolbar .x-item-disabled, .x-toolbar .x-disabled{
filter: alpha(opacity=60);
}
.x-window .x-window-info {
background: transparent url(../img/nuvola/48x48/apps/kworldclock.png) no-repeat scroll left top;
width:48px;
height:48px;
margin-right:10px;
}
.view_view .x-grid3-header-offset {
border-left:1px solid gray;
border-top:1px solid gray;
}
.view_view .x-grid3-hd.x-grid3-td-0 {
border-left:none !important;
}
.view_view .x-view-selector-toolbar {
background:none repeat scroll 0 0 transparent;
border:medium none;
opacity:0.7;
position:absolute;
right:5px;
top:10px;
}
.view_view .x-view-selector-toolbar {
background:none repeat scroll 0 0 transparent;
border:medium none;
opacity:0.8;
filter:alpha(opacity=80);
position:absolute;
right:5px;
top:10px;
}
.view_view .x-view-selector-toolbar button:focus {
outline: 0;
}
.view_view .x-view-selector-toolbar .x-btn-over .x-btn-left,
.view_view .x-view-selector-toolbar .x-btn-click .x-btn-left,
.view_view .x-view-selector-toolbar .x-btn-pressed .x-btn-left,
.view_view .x-view-selector-toolbar .x-btn-menu-active .x-btn-left,
.view_view .x-view-selector-toolbar .x-btn-over .x-btn-center,
.view_view .x-view-selector-toolbar .x-btn-click .x-btn-center,
.view_view .x-view-selector-toolbar .x-btn-pressed .x-btn-center,
.view_view .x-view-selector-toolbar .x-btn-menu-active .x-btn-center,
.view_view .x-view-selector-toolbar .x-btn-over .x-btn-right,
.view_view .x-view-selector-toolbar .x-btn-click .x-btn-right,
.view_view .x-view-selector-toolbar .x-btn-pressed .x-btn-right,
.view_view .x-view-selector-toolbar .x-btn-menu-active .x-btn-right {
background-image:url(../../../libs/ext-2.0.2/resources/images/gray/toolbar/tb-btn-sprite.gif);
}
.view_view .x-view-selector-toolbar .x-btn-icon td {
background-color:white;
}
.view_view .x-view-selector-toolbar .ytb-sep {
background-image:url(../../../libs/ext-2.0.2/resources/images/vista/grid/grid-split.gif);
}
.view_view .x-grid3-row {
overflow:hidden;
}
.view_view .x-grid3-row-selected {
border:1px solid #99BBE8;
border-top:1px solid #CDDFF4;
}
.view_view .x-grid3-row-selected.x-grid3-row-first-selected {
border-top:1px solid #99BBE8;
}
/*******************************************************************
* some ext extensions
*/
.create_model_menu {
background-image: url(../../data/images/silk/shape_square_add.png) !important;
background-repeat: no-repeat;
}
.start_model_button,
.edit_model_button,
.delete_model_button,
.view_model_button {
background-image: url(../../data/images/silk/pencil.png) !important;
background-repeat: no-repeat;
position: absolute;
right: 20px;
height: 18px;
width: 18px;
background-position: 1px 1px;
text-decoration: none;
}
.start_model_button:hover,
.edit_model_button:hover,
.view_model_button:hover,
.delete_model_button:hover {
background-color: #eee;
}
.view_model_button {
background-image: url(../../data/images/silk/magnifier.png) !important;
}
.start_model_button {
right: 40px;
background-image: url(../../data/images/silk/shape_square_go.png) !important;
}
.delete_model_button {
right: 0px;
background-image: url(../../data/images/silk/delete.png) !important;
}
/* Some test stuff for the new repository
*/
.test_selected_item {
border-color:#FF0000;
border-width: 2px;
}
.test_unselected_item {
border-color:#000000;
border-width: 2px;
}
.test_selected_text {
font-weight: bold;
}
.test_unselected_text {
font-weight: normal;
}
/** ***********************************
* ************************************
* Icon View Plugin
* ************************************
**/
.repository_iconview dl {
width : 100%;
max-width : 1000px;
}
.repository_iconview dd{
width : 200px;
height : 105px;
padding : 10px;
border : 1px solid #EEEEEE;
font-family : tahoma,arial,san-serif;
font-size : 9px;
display : block;
margin : 5px;
text-align : left;
float : left;
}
.repository_iconview dd.over{
background-color : #fff5e1;
}
.repository_iconview dd.selected{
border-color: #FC8B03;
}
.repository_iconview dd img{
max-width : 190px;
max-height : 70px;
}
.repository_iconview dd .image{
width : 200px;
height : 80px;
padding-bottom : 10px;
text-align : center;
vertical-align : middle;
display :table-cell;
}
.repository_iconview dd .title{
font-weight : bold;
font-size : 11px;
color : #555555;
}
.repository_iconview dd .author{
margin-left : 5px;
}
.repository_iconview dd .type{
}
.view_plugin {
overflow:auto;
}
.view_plugin .x-panel-body{
background: white;
font: 11px Arial, Helvetica, sans-serif;
}
.view_plugin .thumb{
padding: 3px;
text-align:center;
height:64px;
line-height:64px;
vertical-align:middle;
}
.view_plugin .thumb.model {
background:transparent url(../img/signavio/icon-model-background.png) no-repeat scroll center center;
}
.view_plugin .thumb img{
}
.view_plugin .thumb.model img.x-thumb-icon {
max-height: 55px;
max-width:50px;
vertical-align: middle;
margin-top:-4px;
position: relative;
top: expression(((68-clientHeight)/2)+"px");
}
.view_plugin .thumb-wrap {
-moz-user-select:none !important;
border:1px solid transparent;
cursor:pointer;
float:left;
margin:4px 0 4px 4px;
padding:4px;
position:relative;
-moz-border-radius:4px;
-webkit-border-radius:4px;
width:90px;
}
.view_plugin .thumb-wrap span {
-moz-user-select:none !important;
display:block;
font-size:11px;
overflow:visible;
text-align:center;
width:90px;
white-space:nowrap;
height:26px;
}
.view_plugin .thumb-wrap .x-badge {
left:19px;
position:absolute;
top:57px;
}
.view_plugin .thumb-wrap .x-badge img {
height: 16px;
width: 16px;
opacity: 0.8;
}
.view_plugin.trash .thumb-wrap span{
color:gray;
font-style:italic;
}
.view_plugin.trash .thumb-wrap img{
opacity:0.7;
}
.view_plugin .empty-directory {
float: left;
margin: 4px;
margin-right: 0;
padding: 5px;
cursor:pointer;
position:relative;
width:90px;
}
.view_plugin .empty-directory img{
opacity:0.1;
filter: alpha(opacity=10);
}
.view_plugin .empty-directory span{
color:gray;
display:block;
font-style:italic;
overflow:hidden;
position:absolute;
text-align:center;
top:35px;
width:90px;
}
.view_plugin .x-view-over{
border:1px solid #dddddd;
background: #efefef;
}
.view_plugin .x-view-selected{
background: #eff5fb;
border:1px solid #99bbe8;
padding: 4px;
}
.x-window .x-panel-body .y-stencilgrid .x-grid3-cell-inner{
padding: 3px 3px 0 5px;
overflow: visible;
}
.x-window .x-panel-body .y-stencilgrid .x-grid3-cell-first{
width: 16px;
padding-right:0px !important;
}
.x-window .x-panel-body .y-stencilgrid .x-grid3-td-stencils div{
padding-left: 20px !important;
}
.x-window .x-panel-body .y-stencilgrid .x-grid3-td-stencils img{
left: 0px !important;
}
.x-window .x-panel-body .y-stencilgrid .x-grid3-row td{
line-height:12px !important;
}
.x-window .x-panel-body .y-stencilgrid .x-view-over,
.x-window .x-panel-body .y-stencilgrid .x-view-selected,
{
border: none;
}
.x-window .x-panel-body .y-glossary-categories img{
height:16px;
margin-right:5px;
position:relative;
top:2px;
width:16px;
}
.x-window .x-panel-body .y-glossary-categories img.x-org_unit {
background: transparent url(../img/famfamfam/building.png) no-repeat center center !important;
}
.x-window .x-panel-body .y-glossary-categories img.x-document {
background: transparent url(../img/famfamfam/page.png) no-repeat center center !important;
}
.x-window .x-panel-body .y-glossary-categories img.x-it_system {
background: transparent url(../img/nuvola/16x16/apps/mycomputer.png) no-repeat center center !important;
}
.x-window .x-panel-body .y-glossary-categories img.x-activity {
background: transparent url(../img/nuvola/16x16/apps/kcmdf.png) no-repeat center center !important;
}
.x-window .x-panel-body .y-glossary-categories img.x-state {
background: transparent url(../img/nuvola/16x16/apps/ksysv.png) no-repeat center center !important;
}
/** ***********************************
* ************************************
* Table View Plugin
* ************************************
**/
.x-tableview-plugin {
padding:5px;
}
.x-tableview-plugin .folder.x-tree-node-collapsed .x-tree-node-icon,
.folder.x-tree-node-collapsed .x-tree-node-icon {
background:transparent url(../img/nuvola/16x16/filesystems/folder_grey.png) no-repeat scroll 0 0;
}
.x-tableview-plugin .folder .x-tree-node-icon,
.folder .x-tree-node-icon {
background:transparent url(../img/nuvola/16x16/filesystems/folder_grey.png) no-repeat scroll 0 0;
}
.x-tableview-plugin .folder.x-tree-node-expanded .x-tree-node-icon,
.folder.x-tree-node-expanded .x-tree-node-icon {
background:transparent url(../img/nuvola/16x16/filesystems/folder_grey_open.png) no-repeat scroll 0 0;
}
.x-tableview-plugin .x-glossary .x-tree-node-icon {
background:transparent url(../img/famfamfam/book_silver.png) no-repeat scroll 0 0;
}
.x-tableview-plugin .folder.x-tree-node-leaf.x-disabled .x-tree-node-icon {
background:transparent url(../img/nuvola/16x16/filesystems/folder_grey.png) no-repeat scroll 0 0;
opacity:0.6;
color:silver;
}
.x-tree-node .x-tree-node-inline-icon {
height:16px !important;
margin:1px 0 0 !important;
background:transparent none repeat scroll 0 0 !important;
}
.x-tableview-plugin .folder.x-locked.x-tree-node-leaf.x-disabled .x-tree-node-icon,
.x-tableview-plugin .folder.x-locked.x-tree-node-collapsed .x-tree-node-icon {
background-image:url(../img/nuvola/16x16/filesystems/folder_grey_locked.png);
}
.x-tableview-plugin .folder.x-locked .x-tree-node-icon {
background-image:url(../img/nuvola/16x16/filesystems/folder_grey_open_locked.png);
}
.x-tableview-plugin .model.x-tree-node-leaf .x-tree-node-icon {
background:transparent url(../img/nuvola/16x16/mimetypes/kig_doc.png) no-repeat scroll 0 0;
}
.x-tableview-plugin .x-no-directory.x-tree-node-leaf .x-tree-node-icon {
background:transparent url(../img/nuvola/16x16/filesystems/folder_grey.png) no-repeat scroll 0 0;
opacity:0.5;
filter: alpha(opacity=50);
}
.x-tableview-plugin .x-no-directory.x-tree-node-leaf span {
color:silver;
font-style:italic;
}
/** ***********************************
* ************************************
* Info Plugin
* ************************************
**/
.info_plugin .details {
padding:10px;
}
.info_plugin .details .key {
color:gray;
font-weight:bold;
padding-right:5px;
width:70px;
text-align:right;
display:table-cell;
}
.info_plugin .details .value {
display:block;
width:100%;
min-height:16px;
white-space:pre;
}
.info_plugin .details th {
vertical-align:top;
}
.info_plugin .details td {
width:100%;
}
.info_plugin .details .value.read {
color:gray;
font-style:italic;
}
.info_plugin .details .preview img.inactive {
max-width:100px;
opacity:0.2;
}
.info_plugin .details .preview {
text-align:center;
}
.info_plugin .details .preview table {
margin:auto;
width:100%;
}
.info_plugin .details .preview td {
border:1px solid #e1e1e1;
vertical-align:middle;
text-align:center;
}
.info_plugin .details .preview .items-1 td {
border:none;
}
.info_plugin .details .preview table.inactive td {
border:none;
}
.info_plugin hr {
border:none;
border-top:1px solid #ad0f5b;
}
.x-info * {
background-color:transparent;
}
.x-info {
position:absolute;
top:100%;
background:transparent url(../img/signavio/bgr_left_small.png) repeat-y left;
}
.x-info.x-info-fullview {
}
.x-info .x-info-box {
padding-left:5px;
}
.x-info-box .x-panel-body {
padding:5px;
background-color:white;
}
.x-info-box .x-info-updated,
.x-info-box .x-info-author {
color:gray;
display:inline;
padding-left:6px;
font-size:11px;
}
.x-info-box .x-info-count {
display:inline;
}
.x-info-box .x-info-updated span,
.x-info-box .x-info-author span {
font-weight:bold;
}
.x-info-box .x-info-name {
display:inline;
font-weight:bold;
}
.x-info-box .x-info-name.x-editable {
background-image:url(../img/famfamfam/pencil_small.png);
background-position:right center;
background-repeat:no-repeat;
padding-right:15px;
}
.x-info-fullview .x-info-description br {
display:inline;
}
.x-info-description br {
display:none;
}
.x-info-box .x-info-description {
margin-top:5px;
}
.x-info-box .x-info-name.x-default,
.x-info-box .x-info-description.x-default,
.x-info-box .x-no-selection {
font-style:italic;
color:gray;
}
.x-info-box .x-over {
background-color:#F1F1F1;
}
.x-info-box img {
max-width:100%;
max-height:100%;
position:absolute;
top:0px;
left:0px;
}
* html .x-info .x-info-box img {
background-color:white !important;
}
.x-info-box .x-msg-loading{
left:50%;
position:absolute;
top:50%;
z-index:1000;
}
.x-info-box .x-scrollable img {
max-width:none;
max-height:none;
}
div.x-info-box div.x-info-details div.x-info-model {
position:relative;
width:100%;
height:100%;
overflow:auto;
display:none;
}
.x-info-fullview .x-info-box .x-scrollenable.x-info-model {
cursor:-moz-zoom-in;
}
.x-info-fullview .x-info-box .x-scrollenable.x-scrollable.x-info-model {
cursor:-moz-zoom-out;
}
.x-info-model {
display:none;
}
.x-info-fullview .x-info-model {
display:block;
}
.x-info .x-header-info {
border:none;
background:none;
}
.x-info .x-panel-body {
border-bottom:none;
border-right:none;
}
.x-info .x-header-info .x-tool{
background:transparent url(../img/signavio/btn_sprite.png) no-repeat;
height:30px;
width:30px;
position:absolute;
z-index:1000;
}
.x-info .x-header-info .x-tool-toggle {
background-position:0 0;
top:-7px;
right:10px;
}
.x-info.x-info-fullview .x-header-info .x-tool-toggle {
background-position:0 -32px;
}
.x-info.x-info-fullview .x-header-info .x-tool-toggle-over {
background-position:-34px -32px;
}
.x-info .x-header-info .x-tool.x-disabled {
cursor:default;
opacity:0.5;
background-position:-34px -61px !important;
}
.x-info .x-header-info .x-tool-open {
background-position:0 0;
right:40px;
}
.x-info .x-header-info .x-tool-open-over {
background-position:-34px bottom;
}
.x-info .x-header-info .x-tool-toggle {
background-position:0 -61px;
}
.x-info .x-header-info .x-tool-toggle-over {
background-position:-34px -61px;
}
.x-info.x-panel-collapsed .x-header-info .x-tool-toggle {
background-position:0 -62px;
top:-20px;
}
.x-info.x-panel-collapsed .x-header-info .x-tool-toggle-over {
background-position:-34px -62px;
}
.x-info .x-header-info.x-panel-header {
height:10px;
padding:0;
background:transparent url(../img/signavio/bgr_top_small.png) repeat-x top;
}
.x-info .x-header-info.x-panel-header span {
background:white url(../img/signavio/bgr_lefttop_small.png) no-repeat left top;
display:block;
height:9px;
width:9px;
}
.x-info .x-layout-collapsed.x-layout-collapsed-east {
width:30px;
border:none;
overflow:hidden;
}
.x-info .x-tool.x-tool-expand-east {
background:transparent url(../img/signavio/revision.png) no-repeat left top;
height:100px;
position:absolute;
right:0px;
top:50px;
width:25px;
}
.x-info .x-tool.x-tool-expand-east-over {
background-position: -34px top;
}
body .ext-overlay-model {
max-height:90%;
max-width:90%;
}
body .ext-overlay-model div {
cursor:default;
background:white;
}
body .ext-overlay-model img {
width:100%;
height:100%;
}
body .ext-overlay-model div div{
border:none;
color:#ad0f5b;
font-weight:bold;
padding:5px;
}
/** ***********************************
* ************************************
* Folder Plugin
* ************************************
**/
.left_view * {
background:none;
}
.left_view .x-panel-body {
background:#b1b1b1 url(../img/signavio/bgr_left.png) repeat-y right;
}
.left_view .x-panel-body .x-tree-root-ct {
margin-top:10px;
}
.x-layout-split-west {
background:white;
}
#folder_plugin .x-tree-node-el {
padding:5px;
font-weight:bold;
font-size:13px;
font-family:Tahoma;
color:#FFFFFF;
}
#folder_plugin .x-panel-body {
overflow:visible;
}
/*#folder_plugin .x-tree-node .x-tree-node div.x-tree-node-el {
padding-left:20px;
}
*/
#folder_plugin .x-tree-node a span {
padding-left:10px;
color:#FFFFFF;
}
/*
#folder_plugin .x-tree-node-indent,
#folder_plugin .x-tree-ec-icon.x-tree-elbow,
#folder_plugin .x-tree-ec-icon.x-tree-elbow-end,
#folder_plugin .x-tree-ec-icon.x-tree-elbow-minus,
#folder_plugin .x-tree-ec-icon.x-tree-elbow-end-minus,
#folder_plugin .x-tree-ec-icon.x-tree-elbow-plus,
#folder_plugin .x-tree-ec-icon.x-tree-elbow-end-plus,
#folder_plugin .root .x-tree-node-icon {
display:none;
}
*/
#folder_plugin img.x-tree-node-icon {
height:22px;
width:22px;
}
#folder_plugin .folder.x-tree-node-collapsed .x-tree-node-icon {
background:transparent url(../img/nuvola/22x22/filesystems/folder_grey.png) no-repeat scroll 0 0;
}
#folder_plugin .folder .x-tree-node-icon {
background:transparent url(../img/nuvola/22x22/filesystems/folder_grey_open.png) no-repeat scroll 0 2px;
}
#folder_plugin .x-tree-node-loading .x-tree-node-icon {
background-position:center;
}
#folder_plugin .folder.x-tree-node-leaf.x-disabled .x-tree-node-icon {
background:transparent url(../img/nuvola/22x22/filesystems/folder_grey.png) no-repeat scroll 0 0;
opacity:0.6;
filter: alpha(opacity=60);
color:silver;
}
#folder_plugin .x-tree-arrows .x-tree-elbow-plus,
#folder_plugin .x-tree-arrows .x-tree-elbow-end-plus {
background:transparent url(../img/signavio/arrows.png) no-repeat 0 0;
}
#folder_plugin .x-tree-arrows .x-tree-elbow-minus,
#folder_plugin .x-tree-arrows .x-tree-elbow-end-minus {
background:transparent url(../img/signavio/arrows.png) no-repeat -19px 0px;
}
#folder_plugin .trash .x-tree-node-icon {
background:transparent url(../img/nuvola/22x22/filesystems/trashcan_grey_full.png) no-repeat scroll 0 0;
}
#folder_plugin .x-glossary .x-tree-node-icon {
background:transparent url(../img/nuvola/22x22/filesystems/glossary.add.png) no-repeat scroll 0 0;
}
#folder_plugin .x-glossary .x-tree-node-anchor span img {
position:relative;
top:-2px;
}
#folder_plugin .root .x-tree-ec-icon,
#folder_plugin .root .x-tree-node-icon {
display:none;
}
/*
#folder_plugin .x-tree-node-leaf .x-tree-node-icon {
background:transparent url(../img/nuvola/22x22/filesystems/folder_grey.png) no-repeat scroll 0 0;
}
#folder_plugin .x-tree-selected.x-tree-node-leaf .x-tree-node-icon {
background:transparent url(../img/nuvola/22x22/filesystems/folder_grey_open.png) no-repeat scroll 0 2px;
}
#folder_plugin .trash.x-tree-node-leaf .x-tree-node-icon,
#folder_plugin .trash.x-tree-node-leaf.x-tree-selected .x-tree-node-icon {
background:transparent url(../img/nuvola/22x22/filesystems/trashcan_grey_full.png) no-repeat scroll 0 0;
}
#folder_plugin .x-tree-node-expanded .x-tree-node-icon {
background:transparent url(../img/nuvola/16x16/actions/1downarrow.png) no-repeat scroll 0 1px;
display:none;
}
#folder_plugin .x-tree-node-collapsed .x-tree-node-icon {
background:transparent url(../img/nuvola/16x16/actions/1rightarrow.png) no-repeat scroll 0 1px;
display:none;
}
*/
#folder_plugin .x-tree-node .x-tree-node-over{
background:#919191 url(../img/signavio/bgr_left.png) repeat-y scroll right center;
}
#folder_plugin .x-tree-node .x-tree-selected {
background:gray url(../img/signavio/bgr_left.png) repeat-y scroll right center;
}
/** ***********************************
* ************************************
* Message Plugin
* ************************************
**/
.x-message {
}
.x-message .x-message-item {
padding:10px;
/*border:1px solid #ad0f5b;
background:white;*/
border-top:none;
position:relative;
top:-5px;
}
/** ***********************************
* ************************************
* Access Plugin
* ************************************
**/
.access_plugin .access_plugin_content {
padding:10px;
}
.access_plugin .details .header {
color:gray;
font-weight:bold;
font-style:italic;
margin: 10px 0px 5px 0px;
}
.x-hoverbutton {
float:right;
display:block;
position:relative;
cursor:pointer;
}
.access_plugin .details .nouser {
color:gray;
font-style:italic;
}
.access_plugin #access_plugin_contentpane {
margin-bottom:20px;
}
.access_plugin .x-form-field-wrap {
margin-left:-1px;
}
.x-panel-access th {
width:100%;
padding-bottom:3px;
}
.x-panel-added-item .cb-access-right {
text-align:center;
width:20px;
}
.x-disabled .x-panel-access th {
color:silver;
}
.cb-access {
font-size:10px !important;
height:13px !important;
width:90% !important;
margin-right:5px;
margin-top:-4px;
}
.x-panel-access {
width:100%;
padding:10px;
}
.x-panel-access td, .x-panel-access th {
white-space:nowrap;
}
.x-disable-hidden {
display:none;
}
div.x-cb-enabled {
width:10px;
height:10px;
background:transparent url(../img/nuvola/16x16/actions/ok_small.png) no-repeat scroll center center;
margin:auto;
}
.x-access-no-rights {
color:silver;
font-style:italic;
}
.x-tool-access-over {
background-position:-15px -90px !important;
}
.x-tree-admin-user.x-tree-access .x-checked .x-tree-node-icon {
background:transparent url(../img/nuvola/16x16/actions/ok_small.png) no-repeat scroll center center;
}
.x-tree-admin-user.x-tree-access .x-tree-node-icon {
background:transparent url(../../../libs/ext-2.0.2/resources/images/default/s.gif);
}
.x-tree-admin-user.x-tree-access.x-editable .x-tree-node-icon,
.x-tree-admin-user.x-tree-access input {
display:none;
}
.x-tree-admin-user.x-tree-access.x-editable input {
display:inline;
}
.x-tree-admin-user.x-tree-access .x-checked .x-tree-node-anchor span {
color:black;
}
.x-tree-admin-user.x-tree-access .x-tree-node-anchor span,
.x-tree-admin-user.x-tree-access .x-access-inherited .x-tree-node-anchor span {
color:silver;
}
.x-tree-admin-user.x-tree-access .x-access-inherited .x-tree-node-anchor span span{
font-style:italic;
}
/** ***********************************
* ************************************
* Breadcrumb Plugin
* ************************************
**/
.breadcrumb_plugin {
margin-top:8px;
}
.breadcrumb_plugin .details {
padding:10px;
white-space:nowrap;
}
.breadcrumb_plugin .details a {
cursor:pointer;
font-weight:bold;
padding:0px 5px;
}
.breadcrumb_plugin .details a.x-disabled {
cursor:default;
font-style: normal;
color: silver !important;
}
.breadcrumb_plugin .search_title {
color:gray;
}
.breadcrumb_plugin .search_query {
font-weight:bold;
color:#ad0f5b;
}
.x-disabled {
color:silver;
font-style:italic;
}
.breadcrumb_plugin .x-breadcrumb-wrapper {
line-height:30px;
position:absolute;
white-space:nowrap;
}
.x-msg-loading {
height:16px;
width:16px;
margin-bottom:-3px;
margin-top:5px;
background: transparent url(../../../libs/ext-2.0.2/resources/images/default/tree/loading.gif) no-repeat center;
position:absolute;
right:-10px;
top:2px;
}
.x-bread-search-pages {
margin-right:15px;
}
.x-breadcrumb-bottom-bar {
text-align:center;
}
.x-breadcrumb-bottom-bar .x-bread-search-pages {
display:block;
padding-bottom:20px;
padding-top:10px;
}
.x-bread-search-pages .x-disabled {
font-style:normal;
}
.x-bread-search-pages a {
text-decoration:none;
}
.x-bread-search-pages .x-first,
.x-bread-search-pages .x-last {
letter-spacing:-2px;
}
/** ***********************************
* ************************************
* Drawer Button Plugin
* ************************************
**/
.x-layout-collapsed-east {
overflow:visible;
}
.drawer_plugin {
left:-70px;
position:absolute;
text-align:right;
top:20px;
z-index:100;
}
.drawer_plugin .x-btn {
display:block;
width:60px;
margin-top:20px;
cursor:pointer;
color:silver;
}
.drawer_plugin .x-btn.activated {
font-weight:bold;
color:black;
}
.drawer_plugin .x-btn:hover {
color:gray;
}
/** ***********************************
* ************************************
* Search Plugin
* ************************************
**/
.search_plugin {
margin-bottom:-1px;
margin-left:10px;
margin-right:25px;
}
.search_plugin .x-panel-body {
background:transparent;
}
.search_plugin.activated,
.search_plugin.activated * {
}
.search_plugin .x-form-field {
border:none;
padding:3px;
background: none;
}
.search_plugin .x-table-layout-cell {
background: url(../img/signavio/search_background2.png) repeat-x 0 -80px;
}
.search_plugin .x-table-layout-cell .search_field_left {
height:22px;
padding-top:3px;
background: url(../img/signavio/search_background2.png) no-repeat 0px -54px;
}
.search_plugin .x-table-layout-cell .search_field_right {
height:22px;
padding-top:3px;
background: url(../img/signavio/search_background2.png) no-repeat -40px -54px;
}
div.search_plugin .x-table-layout-cell.x-focus,
div.search_plugin.activated .x-table-layout-cell {
background-position:0 -28px !important;
}
div.search_plugin .x-focus .x-table-layout-cell div.search_field_right,
div.search_plugin.activated .x-table-layout-cell div.search_field_right {
background-position:-40px -2px !important;
}
div.search_plugin .x-focus .x-table-layout-cell div.search_field_left,
div.search_plugin.activated .x-table-layout-cell div.search_field_left {
background-position:0px -2px !important;
}
.search_plugin .x-btn {
height:22px;
margin-top:-3px;
background: url(../img/signavio/search_button.png) no-repeat 0 0;
}
.search_plugin .x-btn.x-btn-over {
background-position:-45px 0px;
}
.search_plugin .x-btn.x-btn-click {
background-position:-90px 0px;
}
.search_plugin .x-btn .x-btn-center {
width:28px;
padding-bottom:2px;
}
.search_plugin .x-btn .x-btn-center button {
padding-left:6px;
}
.search_plugin .x-btn * {
background: none;
}
.search_plugin .x-form-field.x-form-focus {
}
/** ***********************************
* ************************************
* Mask Loading
* ************************************
**/
.mask-logo {
display:block;
width:391px;
}
.mask-version {
color:#ad0f5b;
padding-right:10px;
}
.mask-text {
display:block;
position:relative;
text-align:right;
top:0;
width:100%;
height:20px;
}
.mask-title {
color:#ad0f5b;
font-weight:bold;
padding-right:10px;
}
.mask-logo span img {
height:16px;
width:16px;
margin-bottom:-4px;
background: transparent url(../../../libs/ext-2.0.2/resources/images/default/tree/loading.gif) no-repeat center;
}
.mask-logo div img {
padding-bottom:10px;
border-bottom:1px solid #ad0f5b;
}
/** ***********************************
* ************************************
* Revision Plugin
* ************************************
**/
.x-panel-body .x-revision-plugin {
padding:5px;
}
.x-revision {
background:#F1F1F1 url(../img/signavio/bgr_right.png) repeat-y left center;
}
.x-revision .x-panel-header {
background:transparent url(../img/signavio/bgr_bottom.png) repeat-x scroll center top;
border:none;
height:5px;
overflow:visible;
position:absolute;
top:0;
width:100%;
}
.x-revision .x-panel-body {
padding-left:1px;
}
.x-revision .x-panel-body .x-revision-plugin {
}
.x-revision .x-tool-toggle {
background:transparent url(../img/signavio/btn_sprite.png) no-repeat left -90px;
height:30px;
position:absolute;
right:18px;
width:30px;
z-index:100;
top:-15px;
}
.x-revision .x-tool-toggle-over {
background-position:-34px -90px;
}
.x-revision-plugin .x-revision-item{
padding:5px;
margin-bottom:5px;
cursor:pointer;
border:1px solid white;
}
.x-revision-plugin .x-revision-item .revision {
font-weight:bold;
}
.x-revision-plugin .x-revision-item .revision {
font-weight:bold;
}
.x-revision-plugin .x-revision-item .author,
.x-revision-plugin .x-revision-item .date {
color:gray;
font-size:11px;
}
.x-revision-plugin .x-revision-item .author span,
.x-revision-plugin .x-revision-item .date span{
font-weight:bold;
}
.x-revision-plugin .x-revision-item .author {
display:block;
}
.x-revision-plugin .x-revision-item .comment {
padding-top:10px;
white-space:pre;
overflow:hidden;
white-space:normal;
}
.x-revision-plugin .x-revision-item.x-view-selected {
background:white;
border:1px solid #B70F5B;
}
.x-revision-plugin .x-view-select.x-view-selected {
color:gray !important;
text-decoration:none !important;
}
.x-revision-plugin .x-views img {
margin-left:4px;
position:relative;
top:2px;
}
.x-revision-plugin .x-revision-item-over {
background:white;
border:1px solid #DDDDDD;
}
.x-revision-plugin .x-revision-item .x-revision-item-header {
white-space:nowrap;
overflow:hidden;
}
.x-revision-item-header img {
height:16px;
margin-right:5px;
margin-top:-4px;
position:relative;
top:4px;
width:16px;
}
.x-revision-item-extension img{
width:100%;
height:100%;
}
.x-revision-item-extension {
padding:5px;
margin-top:5px;
background:#F9FBFD;
border:1px solid #B4CDEE;
}
.x-revision-collapsed .x-revision-item-extension {
display:none;
}
.x-revision-model {
border-top:1px solid #AD0F5B;
color:gray;
margin:20px 0 5px;
padding-bottom:5px;
padding-top:15px;
}
.x-revision-mode-first {
border-top:none;
margin-top:5px;
padding-top:0px;
}
.x-revision-model span{
font-weight:bold;
text-decoration:underline;
color:#ad0f5b;
}
.x-revision-plugin .x-revision-no {
padding:5px;
font-style:italic;
color:silver;
}
.x-revision-plugin .x-form-cb-label {
padding:0px;
}
.x-revision-plugin .x-revert {
height:31px;
position:relative;
text-align:right;
vertical-align:bottom;
}
.x-revision-plugin .x-link-revert,
.x-revision-plugin .x-link-approve {
font-size:11px;
font-style:italic;
position:relative;
text-align:right;
top:18px;
margin-left:10px;
}
.x-revision-plugin .x-views {
}
/** ***********************************
* ************************************
* Move Plugin
* ************************************
**/
.x-plugin-move-window .x-window-body {
padding:5px;
background:white;
}
.x-plugin-move-window .x-tableview-plugin {
padding:0px;
}
.x-plugin-move-window label {
display:block;
padding-bottom:5px;
}
.x-plugin-move-window .x-form-checkbox {
position:relative;
top:2px;
}
.x-plugin-move-window .x-disabled a span {
color:#999 !important;
font-style: italic;
}
.x-tableview-plugin.x-div-textbackground .x-panel-body {
padding: 2px 0px !important;
}
/** ***********************************
* ************************************
* Configuration/Administration Plugin
* ************************************
**/
.configuration_window_form .x-panel-body {
padding:10px;
}
.configuration_window_form .x-panel-body .x-panel-body {
padding:0px;
}
.configuration_window_form .x-form-item label {
}
.configuration_window_form .x-form-item {
text-align:right;
}
.configuration_window_form .x-form-item .x-form-element {
text-align:left;
}
.configuration_window_form .x-item-disabled {
filter:none !important;
}
.x-form-item .x-disable .x-form-element {
color:silver;
}
.administration_plugin_tree .folder.x-tree-node-collapsed .x-tree-node-icon.x-tree-node-inline-icon {
background:transparent url(../img/nuvola/16x16/filesystems/folder_grey.png) no-repeat scroll 0 0;
}
.administration_plugin_tree .folder.x-tree-node-expanded .x-tree-node-icon.x-tree-node-inline-icon {
background:transparent url(../img/nuvola/16x16/filesystems/folder_grey_open.png) no-repeat scroll 0 0;
}
.administration_plugin_tree .user.x-tree-node-leaf .x-tree-node-icon,
.administration_plugin_tree .user.x-tree-node-el .x-tree-node-icon {
background:transparent url(../img/famfamfam/user.png) no-repeat scroll 0 0;
}
.administration_plugin_tree .x-tree-removed {
text-decoration:line-through;
opacity:0.6;
filter: alpha(opacity=60);
}
.administration_plugin_tree .group.x-tree-node-leaf .x-tree-node-icon,
.administration_plugin_tree .group.x-tree-node-el .x-tree-node-icon {
background:transparent url(../img/famfamfam/group.png) no-repeat scroll 0 0;
}
.administration_plugin_tree .application.x-tree-node-leaf .x-tree-node-icon,
.administration_plugin_tree .application.x-tree-node-el .x-tree-node-icon {
background:transparent url(../img/famfamfam/application.png) no-repeat scroll 0 0;
}
.administration_panel_window .x-layout-split-west {
background:#ABADAF;
width:2px;
}
.administration_panel_window .x-default {
color:gray;
font-style:italic;
}
.x-tree-admin-user .x-tree-ec-icon {
display:none;
}
.administration_panel_window .ext-el-mask {
background-color:#EEEEEE;
border:1px solid #A5A5A5;
}
.x-admin-btn {
padding-left:105px;
}
.x-admin-btn table{
display:inline;
margin-right:5px;
}
.x-admin-btn .x-panel-bwrap,
.x-admin-btn .x-panel-body {
overflow:visible;
}
.x-admin-btn img {
width:16px;
height:16px;
left:-22px;
top:2px;
position:absolute;
display:none;
}
.x-admin-btn img.x-ok{
background:white url(../img/nuvola/16x16/actions/ok.png) no-repeat scroll center center;
}
.x-admin-btn img.x-failed{
background:white url(../img/nuvola/16x16/actions/button_cancel.png) no-repeat scroll center center;
}
.x-admin-purchaseHint {
margin-bottom:10px;
}
.x-window-settings-btn {
padding:5px;
}
.x-window-settings-btn table{
display:inline;
margin-right:5px;
}
.x-form-right-label {
color:gray;
font-style:italic;
margin-left:360px;
margin-top:-22px;
position:absolute;
}
.x-administration-iframe {
border:none;
width:100%;
height:100%;
}
.x-waiting {
width:16px;
height:16px;
position:absolute;
top:5px;
left:5px;
background: transparent url(../../../libs/ext-2.0.2/resources/images/default/tree/loading.gif) no-repeat scroll 0 0;
}
.x-waiting-box div {
margin-left:10px;
padding-left:30px;
background: transparent url(../../../libs/ext-2.0.2/resources/images/default/tree/loading.gif) no-repeat scroll left center;
border: none;
}
.x-panel-added .x-panel-added-list {
margin-top:3px;
}
.x-panel-added .x-no-group .x-panel-added-list {
color:gray;
font-style:italic;
}
.x-panel-added .x-no-group .x-panel-added-list img{
opacity:0.5;
filter:alpha(opacity=50);
}
.x-panel-added .x-panel-added-item img {
margin-right:5px;
position:relative;
top:-1px;
}
.x-panel-added .x-panel-added-item span {
vertical-align:top;
}
.x-panel-added-trigger {
background-image:url(../../../libs/ext-2.0.2/resources/images/darkgray/form/add-trigger.gif) !important;
}
.x-panel-added-cb-list .search-item {
padding:3px;
border:1px solid white;
}
.x-panel-added-cb-list .x-combo-list-inner {
overflow-x:hidden !important;
}
.search-item .name, .search-item .mail, .search-item .principal {
display:block;
font-style:italic;
}
.search-item .name {
font-weight:bold;
font-style:normal;
}
.x-admin-check.x-admin-trial {
margin-top:-8px;
}
.x-admin-check .x-form-check-wrap {
padding:3px;
}
.x-admin-check small {
font-size:11px;
}
.x-admin-check .x-form-check-wrap label{
top:-2px;
}
input.x-plain {
border-color:white !important;
background:white !important;
color:black !important;
opacity:1;
}
/** ***********************************
* ************************************
* Buy Plugin
* ************************************
**/
.x-purchase-payment .x-panel-body {
padding:5px !important;
}
/** ***********************************
* ************************************
* TalkAbout Plugin
* ************************************
**/
.x-talkabout-iframe {
width:100%;
height:100%;
border:none;
}
.x-talkabout-iframe html {
border:none;
}
.x-talkabout {
display:block;
height:96% !important;
left:2% !important;
top:2% !important;
width:96% !important;
}
.x-talkabout * {
overflow:visible;
}
.x-hint {
position:absolute;
bottom:100%;
font-weight:bold;
}
.x-talkabout .x-panel,
.x-talkabout .x-panel-bwrap,
.x-talkabout .x-panel-body,
.x-talkabout .x-window-bwrap,
.x-talkabout .x-window-mr,
.x-talkabout .x-window-mc,
.x-talkabout .x-window-body {
height:100%;
}
.x-talkabout .x-window-ml {
height:92%;
}
.x-talkabout .x-tool-close {
position:absolute;
background:transparent url(../img/signavio/btn_sprite.png) no-repeat scroll 0 0;
height:30px;
width:30px;
right:40px;
top:-5px;
}
.x-talkabout .x-tool-close-over {
background-position:-34px 0;
}
.x-talkabout .x-window-bwrap {
z-index:500;
}
.x-talkabout .x-window-tl {
background-image:url(../img/signavio/bgr_lefttop.png);
padding-left:18px;
z-index:1000;
}
.x-talkabout .x-window-tr {
background-image:url(../img/signavio/bgr_righttop.png);
padding-right:18px;
}
.x-talkabout .x-window-tc {
background-image:url(../img/signavio/bgr_top.png);
height:13px;
}
.x-talkabout .x-window-ml {
background-image:url(../img/signavio/bgr_left.png);
background-position:left center;
padding-left:15px;
}
.x-talkabout .x-window-mr {
background-image:url(../img/signavio/bgr_right.png);
padding-right:17px;
}
.x-talkabout .x-window-bl {
background-image:url(../img/signavio/bgr_leftbottom.png);
background-position:-1px 50%;
height:14px;
padding-left:17px;
}
.x-talkabout .x-window-br {
background-image:url(../img/signavio/bgr_rightbottom.png);
height:14px;
padding-right:18px;
}
.x-talkabout .x-window-bc {
background-image:url(../img/signavio/bgr_bottom.png);
height:14px;
}
.x-talkabout .x-panel-nofooter .x-window-bc {
height:14px;
}
.x-talkabout .x-window-mc {
background:white none repeat scroll 0 0;
border:medium none;
}
.x-talkabout .x-window-header-text {
cursor:pointer;
display:none;
}
/** ***********************************
* ************************************
* New Plugin
* ************************************
**/
.x-window .x-window-ffonly {
background:transparent url(../img/nuvola/48x48/actions/fileclose.png) no-repeat scroll left top;
height:48px;
margin-right:10px;
width:48px;
}
/** ***********************************
* ************************************
* Help - Feedback-Plugin
* ************************************
**/
.x-help-iframe {
width:100%;
height:100%;
border:none;
}
.x-help-iframe html {
border:none;
}
.x-help {
display:block;
height:96% !important;
width:96% !important;
}
.x-help.x-help-screencasts {
display:block;
height:96% !important;
width:850px !important;
}
.x-help * {
overflow:visible;
}
.x-help .x-panel,
.x-help .x-panel-bwrap,
.x-help .x-panel-body,
.x-help .x-window-bwrap,
.x-help .x-window-mr,
.x-help .x-window-mc,
.x-help .x-window-body {
height:100%;
}
.x-help .x-window-ml {
height:92%;
}
.x-help .x-help-a {
color:white;
padding:5px 5px 7px 4px;
position:absolute;
right:20px;
top:-23px;
z-index:100;
}
/** ***********************************
* ************************************
* Purchase
* ************************************
**/
.x-plugin-purchase form {
padding:10px;
font-size:13px;
}
.x-plugin-purchase form label {
margin-left:10px;
position:relative;
top:-1px;
}
.x-plugin-purchase form .x-purchase-license-count {
margin-right:5px;
width:25px;
}
.x-plugin-purchase .x-disabled {
color:gray;
font-style:italic;
}
.x-plugin-purchase .x-purchase-box {
border:1px solid #AD0F5B;
margin:10px 0px 20px;
padding:10px;
overflow:auto;
}
.x-plugin-purchase .x-purchase-box.x-purchase-license {
max-height:110px;
position:relative;
}
.x-plugin-purchase .x-purchase-license.x-label-title {
margin-top:-9px;
}
.x-plugin-purchase input {
margin-bottom:5px;
}
.x-ie7 .x-plugin-purchase input {
margin-bottom:0px !important;
}
.x-ie7 .x-plugin-purchase .x-purchase-box {
padding-bottom:5px !important;
}
.x-ie7 .administration_panel_window .x-administration-general .x-panel-body {
height:350px !important;
}
.x-ie7 .administration_panel_window .x-administration-general .x-panel-body .x-panel-body {
height:auto !important;
}
.x-plugin-purchase input.x-more-licences{
margin-bottom:0px;
margin-top:10px;
}
.x-plugin-purchase .x-calc {
display:block;
left:190px;
position:absolute;
text-align:right;
top:0;
}
.x-plugin-purchase .x-purchase-line-calc {
height:50px;
position:relative;
}
.x-plugin-purchase .x-purchase-dates {
display:block;
}
.x-plugin-purchase .x-purchase-dates img {
position:absolute;
margin-left:10px;
}
.x-plugin-purchase .x-purchase-line {
margin-bottom:5px;
}
.x-plugin-purchase .x-purchase-line.x-purchase-interval {
margin-bottom:15px;
}
.x-plugin-purchase .x-label-title {
background:white;
color:#AD0F5B;
font-size:11px;
font-weight:bold;
margin-top:-20px;
position:absolute;
left:8px;
padding:2px;
z-index:10000;
}
.x-plugin-purchase .x-purchase-label {
float:left;
width:190px;
height:20px;
}
.x-plugin-purchase .x-sum {
border-top:3px double silver;
display:block;
margin-top:4px;
font-weight:bold;
}
.x-plugin-purchase .x-purchase-invoice-hint{
font-size:11px;
color:gray;
}
.x-plugin-purchase form .x-purchase-billing label {
color:#AD0F5B;
margin-left:0;
margin-right:10px;
position:relative;
top:-1px;
}
.x-plugin-purchase .x-purchase-billing .x-purchase-method img {
position:relative;
top:4px;
}
.x-plugin-purchase .x-purchase-billing .x-purchase-method input {
width:auto;
}
.x-plugin-purchase .x-purchase-billing .x-purchase-method label {
color:black;
margin-left:5px;
}
.x-plugin-purchase .x-purchase-billing input.x-default {
color:silver;
font-style:italic;
}
.x-plugin-purchase .x-purchase-billing input {
display:inline;
margin-bottom:5px;
padding:2px;
width:300px;
}
.x-plugin-purchase .x-purchase-billing input.x-purchase-zip,
.x-plugin-purchase .x-purchase-billing input.x-purchase-phone {
display:block;
float:left;
margin-right:0px;
width:52px;
}
.x-plugin-purchase .x-purchase-intro {
padding:5px 0px 10px 0px;
}
.x-plugin-purchase .x-label-hint {
display:block;
font-size:11px;
margin-bottom:7px;
}
.x-plugin-purchase .x-purchase-billing input.x-purchase-phone,
.x-plugin-purchase .x-purchase-billing input.x-purchase-fax {
width:138px;
}
.x-plugin-purchase .x-purchase-billing input.x-purchase-city {
width:224px;
}
/*.x-plugin-purchase .x-purchase-billing input.x-invalid {
background:transparent url(../img/famfamfam/arrow_left_light.png) no-repeat right center;
border-width:1px;
}*/
.x-plugin-purchase .x-purchase-billing .x-invalid {
font-weight:bold;
}
.x-plugin-purchase .x-purchase-summary .x-purchase-hints {
font-size:10px;
}
.x-plugin-purchase .x-purchase-summary .agb {
text-align:right;
}
.x-plugin-purchase .x-purchase-summary .agb label {
position:relative;
top:-2px;
margin-left:10px;
}
.x-purchase-link {
background:transparent url(../img/signavio/purchase3.png) no-repeat scroll center center;
color:white;
margin-right:-100px;
padding:15px 30px;
position:absolute;
right:33%;
text-decoration:none;
top:-7px;
z-index:1000;
}
.x-purchase-link u {
font-weight:bold;
}
a.x-purchase-link:hover, a.x-purchase-link:active, a.x-purchase-link:focus {
color:#f1f1f1;
}
.x-purchase-link img {
background:transparent url(../img/signavio/purchase.png) no-repeat scroll left 0;
height:49px;
width:170px;
}
.x-plugin-purchase .x-purchase-has-license {
font-style:italic;
}
.x-purchase-link span {
color:white;
display:block;
font-size:12px;
position:absolute;
right:105px;
text-align:center;
top:9px;
width:30px;
}
.en .x-purchase-link span {
right:69px;
}
.en .x-purchase-link img {
background:transparent url(../img/signavio/purchase.png) no-repeat scroll right 0;
}
/**
* SECURITY CENTER
*/
.x-purl-panel.x-editable .x-remove-entry {
display:inline;
}
.x-purl-panel .x-remove-entry {
display:none;
}
.x-window-security-center .ext-el-mask {
background:transparent;
filter:none;
}
.x-window-security-center .x-item-disabled,
.x-window-security-center .x-item-disabled:hover {
opacity:1;
color:silver;
}
.x-window-security-center textarea,
.x-window-security-center input {
font-size:11px;
}
.x-window-security-center .x-info-img {
left:3px;
position:relative;
top:3px;
margin-top:-4px;
}
.x-window-security-center .x-form-cb-label {
bottom:2px;
position:relative;
}
.ext-ie7 .x-window-security-center .x-form-cb-label {
bottom:0px;
}
.x-window-security-center .x-item-disabled .x-panel-footer {
opacity:0.1
}
.x-div-textbackground .x-panel-body {
border: 1px solid #A5A5A5 !important;
padding: 1px !important;
background: transparent url(../../../libs/ext-2.0.2/resources/images/default/form/text-bg.gif) repeat-x 0 0;
}
.x-groups-parent.x-div-textbackground .x-panel-body {
padding: 1px 3px !important;
}
.x-div-textbackground {
background: white;
}
.x-div-textbackground.x-loading {
background: white url(../../../libs/ext-2.0.2/resources/images/default/tree/loading.gif) no-repeat center center;
}
.x-div-textbackground .ext-el-mask {
background-color:white;
opacity:0.2;
}
.x-div-textbackground .x-panel-body .x-panel-body {
border: none !important;
padding: 0;
background: none;
}
.x-window-security-center-manage-entry img.x-remove-entry {
right:10px;
position:absolute;
top:3px;
cursor: pointer;
}
.x-window-security-center-manage-entry .x-remove-entry.x-hover {
}
.x-window-security-center-manage-entry .x-remove-entry.x-disabled {
color:grey !important;
}
.x-window-security-center-manage-entry span {
position: absolute;
top:1px;
left:20px;
white-space: nowrap;
}
.x-window-security-center-manage-entry a.x-remove-entry {
float:right;
position:absolute;
top:1px;
right:5px;
}
.x-window-security-center-manage-entry.x-empty {
color:grey;
font-style: italic;
}
.x-window-security-center .x-window-security-center-mail .x-form-check-wrap {
position: relative;
top:5px;
}
.ext-ie7 .x-window-security-center .x-window-security-center-mail .x-form-check-wrap {
position: relative;
top:2px;
}
.x-window-security-center .x-window-security-center-mail .x-div-textbackground .x-form-check-wrap {
top: 0px;
}
.x-window-security-center .x-link-deselect-all {
margin-left:5px;
}
.x-security-center-cb-user {
padding-left:20px;
position:relative;
}
.x-security-center-cb-user img {
position: absolute;
left: 2px;
top: 2px;
}
.x-info-notify {
display:inline;
font-size:11px;
font-style:italic;
padding-left:10px;
color:grey;
}
.x-info-notify-link {
padding-left:5px;
}
.x-plugin-archive .x-form-check-wrap {
margin-top:3px;
}
.x-plugin-archive .x-form-check-wrap .x-form-cb-label {
bottom:2px;
position:relative;
}
.x-grid3-row-selected {
color:#000000 !important;
background:#D9E8FB none repeat scroll 0 0 !important;
}
.x-waiting-panel .ext-el-mask {
opacity:1;
background: transparent url(../../../libs/ext-2.0.2/resources/images/default/tree/loading.gif) no-repeat center center;
}
.x-grid3-header {
background-image:url(../../../libs/ext-2.0.2/resources/images/darkgray/grid/grid3-hrow-over.gif);
border:none;
padding:0px;
}
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
border-left:1px solid white;
border-right:1px solid silver;
}
.x-grid3-row-over {
background:#EEEEEE;
border:1px solid #DDDDDD;
}
.x-grid3 table {
border-right:1px solid #EEEEEE;
}
.x-security-center-tab-panel .x-grid3-cell-inner img {
position: absolute;
top:2px;
left:2px;
}
.x-security-center-tab-panel .x-grid3-cell-inner .x-column-user {
padding-left:18px;
position:relative;
}
.x-security-center-tab-panel .x-grid3-cell-inner .x-column-user img {
left:-2px;
position:absolute;
top:-1px;
}
.x-window-login .x-form-item-label {
float:none;
}
.x-window-login .x-form-element {
padding-left:0px !important;
}
.x-gecko-3-0 .x-security-center-tab-panel .ext-el-mask {
opacity:0;
}
/**
* MAP EXPORT
*
*/
.x-plugin-map-view {
position:relative;
}
.x-plugin-map-view .thumb-wrap {
float: left;
margin: 4px;
margin-right: 0;
padding: 5px;
cursor:pointer;
width:140px;
height: 95px;
-moz-user-select:none !important;
text-align: center;
border: 1px solid transparent;
}
.x-form-map-export-branding {
padding-top:5px;
padding-bottom:5px;
}
.x-form-map-export-branding .x-form-item {
overflow: hidden !important;
}
* html .x-plugin-map-view .thumb-wrap {
width:135px;
}
.x-plugin-process-documentation {
height:117px;
}
.x-plugin-process-documentation .thumb-wrap {
width : 100px !important;
position:relative;
}
.x-plugin-process-documentation .thumb-wrap .thumb {
left:0;
position:absolute;
text-align:center;
top:40px;
width:100%;
}
.x-plugin-map-view .thumb-wrap .thumb {
position:relative;
text-align:center;
top:10px;
}
.x-plugin-map-view .thumb-wrap.x-view-over{
border:1px solid #dddddd;
background: #efefef;
}
.x-plugin-map-view .thumb-wrap.x-view-selected{
background: #eff5fb;
border:1px solid #99bbe8;
}
.x-plugin-map-view .thumb-wrap .thumb-format {
display:block;
text-align: center;
font-style: italic;
font-size: 11px;
}
#plugin-purl-embedPanel label {
position: relative;
top: -3px;
}
#plugin-purl-embedPanel label img {
position: relative;
top: 3px;
}
#plugin-purl-embedPanel.x-item-disabled {
opacity:0.5
}
#plugin-purl-embedPanel input.auto {
color:gray;
font-style:italic;
}
#plugin-purl-embedPanel ul.x-tab-strip-top {
background: white none;
}
#plugin-purl-embedPanel .x-tab-panel-header {
border-style: none;
background: none;
border-style: none none solid none;
border-color: 646464;
border-width: 2px;
padding: 0 1px 0px 1px;
}
.plugin-purl-previewimg {
border: 1px solid gray;
}
/*** Master Thesis ***/
.thumb-wrap.x-variation-type {
padding:5px;
border: 1px solid white;
margin:1px;
}
.thumb-wrap.x-variation-type.x-view-over,
.thumb-wrap.x-variation-type.x-view-selected {
background:none repeat scroll 0 0 #EFF5FB;
border:1px solid #99BBE8;
}
/*** MANAGE META DATA ***/
/* description in meta window */
.x-window .x-panel-body .y-stencilsets-description{
}
.x-window .x-panel-body .y-glossary-description{
}
/* grid container in meta window*/
.x-window .x-panel-body .y-grids{
}
.x-window .x-panel-body .y-stencilset-tree{
margin-right:10px;
}
.x-window .x-panel-body .y-stencilgrid{
margin-right:10px;
}
.x-window .x-panel-body .x-grid3-row{
border: none;
}
.x-window .x-panel-body .y-glossary-categories{
margin-right:10px;
}
.x-window .x-panel-body .y-ownAttrgrid{
margin-bottom:10px;
}
.x-window .x-panel-body .y-ownAttrgrid .x-grid3-dirty-cell,
.x-window .x-panel-body .y-glossary-attrgrid .x-grid3-dirty-cell {
background: none !important;
}
.x-window .x-panel-body .y-glossary-attrgrid{
margin-bottom:10px;
}
.x-window .x-panel-body .y-attr-desc{
color:#888888;
font-size:11px;
padding-left:5px;
padding-right:10px;
padding-top:5px;
text-align:left;
vertical-align:top;
min-width:60px;
}
.x-window .x-panel-body .y-attr-val{
padding-top:5px;
}
.x-window .x-panel-body .y-used-in-annotation{
font-size:11px;
font-style:italic;
color:#888888;
}
.x-window .x-panel-body .y-stencilset-checkbox{
position:relative;
top:1px;
margin-right:2px;
}
.x-window-body .y-export-window-description{
padding-top:5px;
padding-bottom: 5px;
padding-left:5px;
display:block;
}
.x-window-body .y-export-radio-original{
font-size:11px;
margin-left:5px;
}
.x-window-body .y-export-radio{
font-size:11px;
margin-left:5px;
}
.x-window #stencilGrid .x-grid-empty img {
margin-right:5px;
margin-top:-5px;
opacity:0.5;
position:relative;
top:3px;
}
.x-toolbar button {
color:white;
}
.x-btn-over {
color:white;
}
.x-window-body .y-stencilgrid{
border: none;
}
.x-window-body .y-stencil-row div{
position:relative;
padding-left:20px;
}
.x-checkbox-left {
left: 1px !important;
top:3px !important;
}
.x-window-socialize .x-form-cb-label,
.x-window-socialize .x-form-item {
font-size: 11px;
top:-2px;
}
.x-window-socialize .x-form-checkbox {
float: left;
margin-bottom: 30px;
margin-right: 5px;
}
.x-window-socialize .x-form-cb-label {
margin-left:0;
padding:0;
} |
doc/api/hetimatorrent/TrackerServer-class.html | kyorohiro/dart_hetimatorrent | <!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>TrackerServer 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 TrackerServer class from the hetimatorrent library, for the Dart programming language.">
<link rel="icon" href="static-assets/favicon.png">
<!-- Do not remove placeholder -->
<!-- Header Placeholder -->
</head>
<body>
<div id="overlay-under-drawer"></div>
<header class="container-fluid" id="title">
<nav class="navbar navbar-fixed-top">
<div class="container">
<button id="sidenav-left-toggle" type="button"> </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 class="self-crumb">TrackerServer</li>
</ol>
<div class="self-name">TrackerServer</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 class="self-crumb">TrackerServer</li>
</ol>
<div class="title-description">
<h1 class="title">
<div class="kind">class</div> TrackerServer
</h1>
<!-- p class="subtitle">
</p -->
</div>
<ul class="subnav">
<li><a href="hetimatorrent/TrackerServer-class.html#instance-properties">Properties</a></li>
<li><a href="hetimatorrent/TrackerServer-class.html#constructors">Constructors</a></li>
<li><a href="hetimatorrent/TrackerServer-class.html#instance-methods">Methods</a></li>
</ul>
</div>
</header>
<div class="container body">
<div class="col-xs-6 col-sm-3 col-md-3 sidebar sidebar-offcanvas-left">
<h5><a href="index.html">hetimatorrent</a></h5>
<h5><a href="hetimatorrent/hetimatorrent-library.html">hetimatorrent</a></h5>
<ol>
<li class="section-title"><a href="hetimatorrent/hetimatorrent-library.html#functions">Functions</a></li>
<li><a href="hetimatorrent/objectToString.html">objectToString</a></li>
<li class="section-title"><a href="hetimatorrent/hetimatorrent-library.html#classes">Classes</a></li>
<li><a href="hetimatorrent/Bdecoder-class.html">Bdecoder</a></li>
<li><a href="hetimatorrent/BdecoderAsync-class.html">BdecoderAsync</a></li>
<li><a href="hetimatorrent/Bencode-class.html">Bencode</a></li>
<li><a href="hetimatorrent/BencodeAsync-class.html">BencodeAsync</a></li>
<li><a href="hetimatorrent/Bencoder-class.html">Bencoder</a></li>
<li><a href="hetimatorrent/Bitfield-class.html">Bitfield</a></li>
<li><a href="hetimatorrent/BitfieldInter-class.html">BitfieldInter</a></li>
<li><a href="hetimatorrent/BitfieldPlus-class.html">BitfieldPlus</a></li>
<li><a href="hetimatorrent/BlockData-class.html">BlockData</a></li>
<li><a href="hetimatorrent/CreatePieceHashResult-class.html">CreatePieceHashResult</a></li>
<li><a href="hetimatorrent/KBucket-class.html">KBucket</a></li>
<li><a href="hetimatorrent/KGetPeerNodes-class.html">KGetPeerNodes</a></li>
<li><a href="hetimatorrent/KGetPeerValue-class.html">KGetPeerValue</a></li>
<li><a href="hetimatorrent/KId-class.html">KId</a></li>
<li><a href="hetimatorrent/KNode-class.html">KNode</a></li>
<li><a href="hetimatorrent/KNodeSendInfo-class.html">KNodeSendInfo</a></li>
<li><a href="hetimatorrent/KPeerInfo-class.html">KPeerInfo</a></li>
<li><a href="hetimatorrent/KRootingTable-class.html">KRootingTable</a></li>
<li><a href="hetimatorrent/KrpcAnnounce-class.html">KrpcAnnounce</a></li>
<li><a href="hetimatorrent/KrpcError-class.html">KrpcError</a></li>
<li><a href="hetimatorrent/KrpcFindNode-class.html">KrpcFindNode</a></li>
<li><a href="hetimatorrent/KrpcGetPeers-class.html">KrpcGetPeers</a></li>
<li><a href="hetimatorrent/KrpcMessage-class.html">KrpcMessage</a></li>
<li><a href="hetimatorrent/KrpcPing-class.html">KrpcPing</a></li>
<li><a href="hetimatorrent/KrpcQuery-class.html">KrpcQuery</a></li>
<li><a href="hetimatorrent/KrpcResponse-class.html">KrpcResponse</a></li>
<li><a href="hetimatorrent/PeerIdCreator-class.html">PeerIdCreator</a></li>
<li><a href="hetimatorrent/PieceInfo-class.html">PieceInfo</a></li>
<li><a href="hetimatorrent/PieceInfoItem-class.html">PieceInfoItem</a></li>
<li><a href="hetimatorrent/RequestSingleWaitReturn-class.html">RequestSingleWaitReturn</a></li>
<li><a href="hetimatorrent/SHA1Iso-class.html">SHA1Iso</a></li>
<li><a href="hetimatorrent/SHA1IsoInfo-class.html">SHA1IsoInfo</a></li>
<li><a href="hetimatorrent/SHA1IsoSub-class.html">SHA1IsoSub</a></li>
<li><a href="hetimatorrent/ShuffleLinkedList-class.html">ShuffleLinkedList</a></li>
<li><a href="hetimatorrent/StartResult-class.html">StartResult</a></li>
<li><a href="hetimatorrent/StopResult-class.html">StopResult</a></li>
<li><a href="hetimatorrent/TMessageBitfield-class.html">TMessageBitfield</a></li>
<li><a href="hetimatorrent/TMessageCancel-class.html">TMessageCancel</a></li>
<li><a href="hetimatorrent/TMessageChoke-class.html">TMessageChoke</a></li>
<li><a href="hetimatorrent/TMessageHandshake-class.html">TMessageHandshake</a></li>
<li><a href="hetimatorrent/TMessageHave-class.html">TMessageHave</a></li>
<li><a href="hetimatorrent/TMessageInterested-class.html">TMessageInterested</a></li>
<li><a href="hetimatorrent/TMessageKeepAlive-class.html">TMessageKeepAlive</a></li>
<li><a href="hetimatorrent/TMessageNotInterested-class.html">TMessageNotInterested</a></li>
<li><a href="hetimatorrent/TMessageNull-class.html">TMessageNull</a></li>
<li><a href="hetimatorrent/TMessagePiece-class.html">TMessagePiece</a></li>
<li><a href="hetimatorrent/TMessagePort-class.html">TMessagePort</a></li>
<li><a href="hetimatorrent/TMessageRequest-class.html">TMessageRequest</a></li>
<li><a href="hetimatorrent/TMessageUnchoke-class.html">TMessageUnchoke</a></li>
<li><a href="hetimatorrent/TorrenAIEmpty-class.html">TorrenAIEmpty</a></li>
<li><a href="hetimatorrent/TorrentAI-class.html">TorrentAI</a></li>
<li><a href="hetimatorrent/TorrentAIBasic-class.html">TorrentAIBasic</a></li>
<li><a href="hetimatorrent/TorrentAIChokeTest-class.html">TorrentAIChokeTest</a></li>
<li><a href="hetimatorrent/TorrentAIChokeTestResult-class.html">TorrentAIChokeTestResult</a></li>
<li><a href="hetimatorrent/TorrentClient-class.html">TorrentClient</a></li>
<li><a href="hetimatorrent/TorrentClientFront-class.html">TorrentClientFront</a></li>
<li><a href="hetimatorrent/TorrentClientFrontNerve-class.html">TorrentClientFrontNerve</a></li>
<li><a href="hetimatorrent/TorrentClientManager-class.html">TorrentClientManager</a></li>
<li><a href="hetimatorrent/TorrentClientMessage-class.html">TorrentClientMessage</a></li>
<li><a href="hetimatorrent/TorrentClientPeerInfo-class.html">TorrentClientPeerInfo</a></li>
<li><a href="hetimatorrent/TorrentClientPeerInfoBasic-class.html">TorrentClientPeerInfoBasic</a></li>
<li><a href="hetimatorrent/TorrentClientPeerInfoEmpty-class.html">TorrentClientPeerInfoEmpty</a></li>
<li><a href="hetimatorrent/TorrentClientPeerInfos-class.html">TorrentClientPeerInfos</a></li>
<li><a href="hetimatorrent/TorrentClientSignal-class.html">TorrentClientSignal</a></li>
<li><a href="hetimatorrent/TorrentClientSignalWithFront-class.html">TorrentClientSignalWithFront</a></li>
<li><a href="hetimatorrent/TorrentClientSignalWithPeerInfo-class.html">TorrentClientSignalWithPeerInfo</a></li>
<li><a href="hetimatorrent/TorrentEngine-class.html">TorrentEngine</a></li>
<li><a href="hetimatorrent/TorrentEngineAI-class.html">TorrentEngineAI</a></li>
<li><a href="hetimatorrent/TorrentEngineProgress-class.html">TorrentEngineProgress</a></li>
<li><a href="hetimatorrent/TorrentEngineTorrent-class.html">TorrentEngineTorrent</a></li>
<li><a href="hetimatorrent/TorrentFile-class.html">TorrentFile</a></li>
<li><a href="hetimatorrent/TorrentFileCreator-class.html">TorrentFileCreator</a></li>
<li><a href="hetimatorrent/TorrentFileCreatorResult-class.html">TorrentFileCreatorResult</a></li>
<li><a href="hetimatorrent/TorrentFileFile-class.html">TorrentFileFile</a></li>
<li><a href="hetimatorrent/TorrentFileFiles-class.html">TorrentFileFiles</a></li>
<li><a href="hetimatorrent/TorrentFileInfo-class.html">TorrentFileInfo</a></li>
<li><a href="hetimatorrent/TorrentInfoHashCreator-class.html">TorrentInfoHashCreator</a></li>
<li><a href="hetimatorrent/TorrentMessage-class.html">TorrentMessage</a></li>
<li><a href="hetimatorrent/TorrentPieceHashCreator-class.html">TorrentPieceHashCreator</a></li>
<li><a href="hetimatorrent/TrackerClient-class.html">TrackerClient</a></li>
<li><a href="hetimatorrent/TrackerPeerInfo-class.html">TrackerPeerInfo</a></li>
<li><a href="hetimatorrent/TrackerPeerManager-class.html">TrackerPeerManager</a></li>
<li><a href="hetimatorrent/TrackerRequest-class.html">TrackerRequest</a></li>
<li><a href="hetimatorrent/TrackerRequestResult-class.html">TrackerRequestResult</a></li>
<li><a href="hetimatorrent/TrackerResponse-class.html">TrackerResponse</a></li>
<li><a href="hetimatorrent/TrackerServer-class.html">TrackerServer</a></li>
<li><a href="hetimatorrent/TrackerUrl-class.html">TrackerUrl</a></li>
<li class="section-title"><a href="hetimatorrent/hetimatorrent-library.html#exceptions">Exceptions</a></li>
<li><a href="hetimatorrent/BencodeParseError-class.html">BencodeParseError</a></li>
<li><a href="hetimatorrent/HetiBencodeParseError-class.html">HetiBencodeParseError</a></li>
</ol>
</div>
<div class="col-xs-12 col-sm-9 col-md-6 main-content">
<section class="desc markdown">
<p class="no-docs">Not documented.</p>
</section>
<section class="summary" id="instance-properties">
<h2>Properties</h2>
<dl class="properties">
<dt id="address" class="property">
<span class="top-level-variable-type">String</span>
<a href="hetimatorrent/TrackerServer/address.html">address</a>
</dt>
<dd>
<div class="readable-writable">
read / write
</div>
</dd>
<dt id="isStart" class="property">
<span class="top-level-variable-type">bool</span>
<a href="hetimatorrent/TrackerServer/isStart.html">isStart</a>
</dt>
<dd>
<div class="readable-writable">
read-only
</div>
</dd>
<dt id="outputLog" class="property">
<span class="top-level-variable-type">bool</span>
<a href="hetimatorrent/TrackerServer/outputLog.html">outputLog</a>
</dt>
<dd>
<div class="readable-writable">
read / write
</div>
</dd>
<dt id="port" class="property">
<span class="top-level-variable-type">int</span>
<a href="hetimatorrent/TrackerServer/port.html">port</a>
</dt>
<dd>
<div class="readable-writable">
read / write
</div>
</dd>
<dt id="res" class="property">
<span class="top-level-variable-type">StreamSubscription</span>
<a href="hetimatorrent/TrackerServer/res.html">res</a>
</dt>
<dd>
<div class="readable-writable">
read / write
</div>
</dd>
<dt id="trackerAnnounceAddressForTorrentFile" class="property">
<span class="top-level-variable-type">String</span>
<a href="hetimatorrent/TrackerServer/trackerAnnounceAddressForTorrentFile.html">trackerAnnounceAddressForTorrentFile</a>
</dt>
<dd>
<div class="readable-writable">
read / write
</div>
</dd>
</dl>
</section>
<section class="summary" id="constructors">
<h2>Constructors</h2>
<dl class="constructor-summary-list">
<dt id="TrackerServer" class="callable">
<span class="name"><a href="hetimatorrent/TrackerServer/TrackerServer.html">TrackerServer</a></span><span class="signature">(<span class="parameter" id="-param-socketBuilder"><span class="type-annotation">HetimaSocketBuilder</span> <span class="parameter-name">socketBuilder</span></span>, [<span class="parameter" id="-param-isTorrentfile"><span class="type-annotation">bool</span> <span class="parameter-name">isTorrentfile</span> = <span class="default-value">true</span></span>])</span>
</dt>
<dd>
</dd>
</dl>
</section>
<section class="summary" id="instance-methods">
<h2>Methods</h2>
<dl class="callables">
<dt id="addInfoHash" class="callable">
<a href="hetimatorrent/TrackerServer/addInfoHash.html"><span class="name ">addInfoHash</span></a><span class="signature">(<wbr><span class="parameter" id="addInfoHash-param-infoHash"><span class="type-annotation">List<int></span> <span class="parameter-name">infoHash</span></span>)
→
<span class="returntype">Future</span>
</span>
</dt>
<dd>
</dd>
<dt id="addTorrentFile" class="callable">
<a href="hetimatorrent/TrackerServer/addTorrentFile.html"><span class="name ">addTorrentFile</span></a><span class="signature">(<wbr><span class="parameter" id="addTorrentFile-param-f"><span class="type-annotation"><a href="hetimatorrent/TorrentFile-class.html">TorrentFile</a></span> <span class="parameter-name">f</span></span>)
→
<span class="returntype">Future</span>
</span>
</dt>
<dd>
</dd>
<dt id="createResponse" class="callable">
<a href="hetimatorrent/TrackerServer/createResponse.html"><span class="name ">createResponse</span></a><span class="signature">(<wbr><span class="parameter" id="createResponse-param-query"><span class="type-annotation">String</span> <span class="parameter-name">query</span></span>, <span class="parameter" id="createResponse-param-ip"><span class="type-annotation">List<int></span> <span class="parameter-name">ip</span></span>)
→
<span class="returntype">List<int></span>
</span>
</dt>
<dd>
</dd>
<dt id="find" class="callable">
<a href="hetimatorrent/TrackerServer/find.html"><span class="name ">find</span></a><span class="signature">(<wbr><span class="parameter" id="find-param-infoHash"><span class="type-annotation">List<int></span> <span class="parameter-name">infoHash</span></span>)
→
<span class="returntype"><a href="hetimatorrent/TrackerPeerManager-class.html">TrackerPeerManager</a></span>
</span>
</dt>
<dd>
</dd>
<dt id="getManagedHash" class="callable">
<a href="hetimatorrent/TrackerServer/getManagedHash.html"><span class="name ">getManagedHash</span></a><span class="signature">(<wbr>)
→
<span class="returntype">List<List<int>></span>
</span>
</dt>
<dd>
</dd>
<dt id="numOfPeer" class="callable">
<a href="hetimatorrent/TrackerServer/numOfPeer.html"><span class="name ">numOfPeer</span></a><span class="signature">(<wbr><span class="parameter" id="numOfPeer-param-infoHash"><span class="type-annotation">List<int></span> <span class="parameter-name">infoHash</span></span>)
→
<span class="returntype">int</span>
</span>
</dt>
<dd>
</dd>
<dt id="onListen" class="callable">
<a href="hetimatorrent/TrackerServer/onListen.html"><span class="name ">onListen</span></a><span class="signature">(<wbr><span class="parameter" id="onListen-param-item"><span class="type-annotation">HetiHttpServerPlusResponseItem</span> <span class="parameter-name">item</span></span>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
</dd>
<dt id="removeInfoHash" class="callable">
<a href="hetimatorrent/TrackerServer/removeInfoHash.html"><span class="name ">removeInfoHash</span></a><span class="signature">(<wbr><span class="parameter" id="removeInfoHash-param-infoHash"><span class="type-annotation">List<int></span> <span class="parameter-name">infoHash</span></span>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
</dd>
<dt id="start" class="callable">
<a href="hetimatorrent/TrackerServer/start.html"><span class="name ">start</span></a><span class="signature">(<wbr>)
→
<span class="returntype">Future<<a href="hetimatorrent.torrent.trackerrserver/StartResult-class.html">StartResult</a>></span>
</span>
</dt>
<dd>
</dd>
<dt id="stop" class="callable">
<a href="hetimatorrent/TrackerServer/stop.html"><span class="name ">stop</span></a><span class="signature">(<wbr>)
→
<span class="returntype">Future<<a href="hetimatorrent.torrent.trackerrserver/StopResult-class.html">StopResult</a>></span>
</span>
</dt>
<dd>
</dd>
<dt id="updateResponse" class="callable">
<a href="hetimatorrent/TrackerServer/updateResponse.html"><span class="name ">updateResponse</span></a><span class="signature">(<wbr><span class="parameter" id="updateResponse-param-parameter"><span class="type-annotation">Map<String,String></span> <span class="parameter-name">parameter</span></span>, <span class="parameter" id="updateResponse-param-ip"><span class="type-annotation">List<int></span> <span class="parameter-name">ip</span></span>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
</dd>
</dl>
</section>
</div> <!-- /.main-content -->
<div class="col-xs-6 col-sm-6 col-md-3 sidebar sidebar-offcanvas-right">
<h5>TrackerServer</h5>
<ol>
<li class="section-title"><a href="hetimatorrent/TrackerServer-class.html#instance-properties">Properties</a></li>
<li><a href="hetimatorrent/TrackerServer/address.html">address</a>
</li>
<li><a href="hetimatorrent/TrackerServer/isStart.html">isStart</a>
</li>
<li><a href="hetimatorrent/TrackerServer/outputLog.html">outputLog</a>
</li>
<li><a href="hetimatorrent/TrackerServer/port.html">port</a>
</li>
<li><a href="hetimatorrent/TrackerServer/res.html">res</a>
</li>
<li><a href="hetimatorrent/TrackerServer/trackerAnnounceAddressForTorrentFile.html">trackerAnnounceAddressForTorrentFile</a>
</li>
<li class="section-title"><a href="hetimatorrent/TrackerServer-class.html#constructors">Constructors</a></li>
<li><a href="hetimatorrent/TrackerServer/TrackerServer.html">TrackerServer</a></li>
<li class="section-title"><a href="hetimatorrent/TrackerServer-class.html#methods">Methods</a></li>
<li><a href="hetimatorrent/TrackerServer/addInfoHash.html">addInfoHash</a>
</li>
<li><a href="hetimatorrent/TrackerServer/addTorrentFile.html">addTorrentFile</a>
</li>
<li><a href="hetimatorrent/TrackerServer/createResponse.html">createResponse</a>
</li>
<li><a href="hetimatorrent/TrackerServer/find.html">find</a>
</li>
<li><a href="hetimatorrent/TrackerServer/getManagedHash.html">getManagedHash</a>
</li>
<li><a href="hetimatorrent/TrackerServer/numOfPeer.html">numOfPeer</a>
</li>
<li><a href="hetimatorrent/TrackerServer/onListen.html">onListen</a>
</li>
<li><a href="hetimatorrent/TrackerServer/removeInfoHash.html">removeInfoHash</a>
</li>
<li><a href="hetimatorrent/TrackerServer/start.html">start</a>
</li>
<li><a href="hetimatorrent/TrackerServer/stop.html">stop</a>
</li>
<li><a href="hetimatorrent/TrackerServer/updateResponse.html">updateResponse</a>
</li>
</ol>
</div><!--/.sidebar-offcanvas-->
</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>
|
docs/html/annotated.html | DevSDK/CometEngine | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CometEngine: 클래스 목록</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">CometEngine
 <span id="projectnumber">0.0.1</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- 다음에 의해 생성됨 : Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'검색');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','검색');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('annotated.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">클래스 목록</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock">다음은 클래스, 구조체, 공용체 그리고 인터페이스들입니다. (간략한 설명만을 보여줍니다) :</div><div class="directory">
<div class="levels">[상세 단계 <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span><span onclick="javascript:toggleLevel(4);">4</span><span onclick="javascript:toggleLevel(5);">5</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_comet_engine.html" target="_self">CometEngine</a></td><td class="desc"></td></tr>
<tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_comet_engine_1_1_client.html" target="_self">Client</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_comet_engine_1_1_client_1_1_comet_engine_client.html" target="_self">CometEngineClient</a></td><td class="desc"></td></tr>
<tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_comet_engine_1_1_client_1_1_comet_engine_client_win32.html" target="_self">CometEngineClientWin32</a></td><td class="desc"></td></tr>
<tr id="row_0_0_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_comet_engine_1_1_client_1_1_comet_engine_d_x_renderer.html" target="_self">CometEngineDXRenderer</a></td><td class="desc"></td></tr>
<tr id="row_0_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_1_" class="arrow" onclick="toggleFolder('0_1_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_comet_engine_1_1_core.html" target="_self">Core</a></td><td class="desc"></td></tr>
<tr id="row_0_1_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_1_0_" class="arrow" onclick="toggleFolder('0_1_0_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_comet_engine_1_1_core_1_1_memory.html" target="_self">Memory</a></td><td class="desc"></td></tr>
<tr id="row_0_1_0_0_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_comet_engine_1_1_core_1_1_memory_1_1_base_allocator.html" target="_self">BaseAllocator</a></td><td class="desc"></td></tr>
<tr id="row_0_1_0_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_0_1_0_1_" class="arrow" onclick="toggleFolder('0_1_0_1_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_comet_engine_1_1_core_1_1_memory_1_1_free_list_allocator.html" target="_self">FreeListAllocator</a></td><td class="desc">Free-List를 기반으로 하는 커스텀 메모리 할당자이다 </td></tr>
<tr id="row_0_1_0_1_0_"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_comet_engine_1_1_core_1_1_memory_1_1_free_list_allocator_1_1_free_block_type.html" target="_self">FreeBlockType</a></td><td class="desc"></td></tr>
<tr id="row_0_1_0_1_1_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_comet_engine_1_1_core_1_1_memory_1_1_free_list_allocator_1_1_memory_header.html" target="_self">MemoryHeader</a></td><td class="desc"></td></tr>
<tr id="row_0_2_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_2_" class="arrow" onclick="toggleFolder('0_2_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_comet_engine_1_1_renderer.html" target="_self">Renderer</a></td><td class="desc"></td></tr>
<tr id="row_0_2_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_comet_engine_1_1_renderer_1_1_comet_engine_d_x_renderer.html" target="_self">CometEngineDXRenderer</a></td><td class="desc"></td></tr>
<tr id="row_0_3_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_comet_engine_1_1_comet_engine_win32.html" target="_self">CometEngineWin32</a></td><td class="desc"></td></tr>
<tr id="row_1_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_comet_engine_tester.html" target="_self">CometEngineTester</a></td><td class="desc"></td></tr>
<tr id="row_1_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_comet_engine_tester_1_1_program.html" target="_self">Program</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">다음에 의해 생성됨 :
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
|
visda/VISDA-Developer/Month-7-yr1/visdaDev-V0.3/doc/edu/vt/cbil/visda/util/Platform.html | NCIP/visda | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_04) on Fri Sep 30 19:02:09 EDT 2005 -->
<TITLE>
Platform (VISDA API)
</TITLE>
<META NAME="keywords" CONTENT="edu.vt.cbil.visda.util.Platform class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Platform (VISDA API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Platform.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
VISDA API</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../edu/vt/cbil/visda/util/Common.html" title="class in edu.vt.cbil.visda.util"><B>PREV CLASS</B></A>
<A HREF="../../../../../edu/vt/cbil/visda/util/StatusBar.html" title="class in edu.vt.cbil.visda.util"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?edu/vt/cbil/visda/util/Platform.html" target="_top"><B>FRAMES</B></A>
<A HREF="Platform.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
edu.vt.cbil.visda.util</FONT>
<BR>
Class Platform</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>edu.vt.cbil.visda.util.Platform</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>Platform</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
Answer questions about the platform that Java is running on. A necessary evil.
<P>
<P>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../edu/vt/cbil/visda/util/Platform.html#Platform()">Platform</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../edu/vt/cbil/visda/util/Platform.html#getUserHomeDirectory()">getUserHomeDirectory</A></B>()</CODE>
<BR>
Answer the user home directory if possible, else the current dir.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../edu/vt/cbil/visda/util/Platform.html#isMac()">isMac</A></B>()</CODE>
<BR>
Answer the question, "am I running on a Mac?"</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../edu/vt/cbil/visda/util/Platform.html#isWindows()">isWindows</A></B>()</CODE>
<BR>
Answer the question, "am I running on Window?"</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="Platform()"><!-- --></A><H3>
Platform</H3>
<PRE>
public <B>Platform</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="isWindows()"><!-- --></A><H3>
isWindows</H3>
<PRE>
public static boolean <B>isWindows</B>()</PRE>
<DL>
<DD>Answer the question, "am I running on Window?"
<P>
<DD><DL>
<DT><B>Returns:</B><DD>true iff we are running on Windows, otherwise false</DL>
</DD>
</DL>
<HR>
<A NAME="isMac()"><!-- --></A><H3>
isMac</H3>
<PRE>
public static boolean <B>isMac</B>()</PRE>
<DL>
<DD>Answer the question, "am I running on a Mac?"
<P>
<DD><DL>
<DT><B>Returns:</B><DD>true, iff we are running on Windows, otherwise false</DL>
</DD>
</DL>
<HR>
<A NAME="getUserHomeDirectory()"><!-- --></A><H3>
getUserHomeDirectory</H3>
<PRE>
public static java.lang.String <B>getUserHomeDirectory</B>()</PRE>
<DL>
<DD>Answer the user home directory if possible, else the current dir.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the string value of the user's home directory or "."</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Platform.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
VISDA API</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../edu/vt/cbil/visda/util/Common.html" title="class in edu.vt.cbil.visda.util"><B>PREV CLASS</B></A>
<A HREF="../../../../../edu/vt/cbil/visda/util/StatusBar.html" title="class in edu.vt.cbil.visda.util"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?edu/vt/cbil/visda/util/Platform.html" target="_top"><B>FRAMES</B></A>
<A HREF="Platform.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i><center>Copyright © 2003 CBIL, VT. All Rights Reserved</center></i>
</BODY>
</HTML>
|
app/styles/shared.css | janostik/surikata-web | .blue-100 {
background: var(--google-blue-100);
}
.blue-grey-500 {
background: var(--paper-blue-grey-500);
}
.green-500 {
background: var(--google-green-500);
}
.green-500-color {
color: var(--google-green-500);
}
.row {
@apply(--layout-horizontal);
}
.column {
@apply(--layout-vertical);
}
.flex-child {
@apply(--layout-flex);
}
paper-material {
border-radius: 2px;
/*height: 100%;*/
padding: 16px 0 16px 0;
width: calc(98.66% - 16px);
margin: 16px auto;
background: white;
}
/* Small */
@media (max-width: 600px) {
paper-material {
--menu-container-display: none;
width: calc(97.33% - 32px);
padding-left: 16px;
padding-right: 16px;
}
}
/* Tablet+ */
@media (min-width: 601px) {
paper-material {
width: calc(98% - 46px);
margin-bottom: 32px;
padding-left: 30px;
padding-right: 30px;
}
}
paper-drawer-panel {
--paper-drawer-panel-left-drawer-container: {
background-color: var(--dark-primary-color);
};
}
.main-toolbar {
/*height: 100px;*/
}
.secondary-toolbar {
background-color: #e74c3c;
z-index: -1;
}
.poll-icon {
--iron-icon-height: 100px;
--iron-icon-width: 100px;
}
.main-toolbar::shadow #topBar {
/*height: 96px;*/
}
#menu-button {
position: absolute;
top: calc(100px - 28px);
right: 24px;
z-index: 1;
--paper-fab-background:#e74c3c;
--paper-fab-keyboard-focus-background:#c0392b;
}
.user-name {
@apply(--paper-font-common-nowrap);
@apply(--paper-font-title);
margin-left:80px;
}
.toolbar-icon {
--iron-icon-height: 64px;
--iron-icon-width: 64px;
position: absolute;
top: 16px;
z-index: 999;
}
.toolbar-icon ::content img {
border: 3px solid #607D8B;
border-radius: 50%;
}
.container {
margin: 0;
height: 100%;
}
|
admin/nagios.html | voltaire/minecraft-site-old | <!DOCTYPE html>
<html lang="en">
<head>
<title>voltaireMC | System Status</title>
<link href="http://mc.voltaire.sh/css/bootstrap.css" rel="stylesheet">
<link href="http://mc.voltaire.sh/css/bootstrap-responsive.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js" type="text/javascript"></script>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">voltaireMC</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="http://mc.voltaire.sh/admin/index.html">Admin</a></li>
<li><a href="http://mc.voltaire.sh/admin/buadmin.html">BUAdmin</a></li>
<li class="active"><a href="#">Nagios</a></li>
</ul>
</div><!--/nav-collapse-->
</div><!--/container-->
</div><!--/navbar-inner-->
</div><!--/navbar-->
<div class="container">
<div class="hero-unit">
<h1>voltaireMC System Status</h1>
<p>Here you'll be able to see the status of services relevant to the voltaireMC stack, most likely provided by nagios and cacti.</p>
</div><!--/hero-unit-->
</div><!--/container-->
<script src="http://mc.voltaire.sh/js/bootstrap.js" type="text/javascript"></script>
</body>
</html>
|
ApkSSL_Tester/libs/soot/doc/soot/jimple/internal/class-use/JTrap.html | Phortran/SicurezzaInformatica | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Sun Jan 22 14:18:59 CET 2012 -->
<TITLE>
Uses of Class soot.jimple.internal.JTrap (Soot API)
</TITLE>
<META NAME="date" CONTENT="2012-01-22">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class soot.jimple.internal.JTrap (Soot API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../soot/jimple/internal/JTrap.html" title="class in soot.jimple.internal"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?soot/jimple/internal//class-useJTrap.html" target="_top"><B>FRAMES</B></A>
<A HREF="JTrap.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>soot.jimple.internal.JTrap</B></H2>
</CENTER>
No usage of soot.jimple.internal.JTrap
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../soot/jimple/internal/JTrap.html" title="class in soot.jimple.internal"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?soot/jimple/internal//class-useJTrap.html" target="_top"><B>FRAMES</B></A>
<A HREF="JTrap.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
doc/api/polymer_app_layout.behaviors/Text/splitText.html | lejard-h/polymer_app_layout_templates | <!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>splitText method - Text class - polymer_app_layout.behaviors library - Dart API</title>
<!-- required because all the links are pseudo-absolute -->
<base href="../..">
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:500,400italic,300,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="static-assets/prettify.css">
<link rel="stylesheet" href="static-assets/css/bootstrap.min.css">
<link rel="stylesheet" href="static-assets/styles.css">
<meta name="description" content="API docs for the splitText method from the Text 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">polymer_app_layout_template</a></li>
<li><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html">polymer_app_layout.behaviors</a></li>
<li><a href="polymer_app_layout.behaviors/Text-class.html">Text</a></li>
<li class="self-crumb">splitText</li>
</ol>
<div class="self-name">splitText</div>
</div>
</nav>
<div class="container masthead">
<ol class="breadcrumbs gt-separated visible-xs">
<li><a href="index.html">polymer_app_layout_template</a></li>
<li><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html">polymer_app_layout.behaviors</a></li>
<li><a href="polymer_app_layout.behaviors/Text-class.html">Text</a></li>
<li class="self-crumb">splitText</li>
</ol>
<div class="title-description">
<h1 class="title">
<div class="kind">method</div> splitText
</h1>
<!-- p class="subtitle">
</p -->
</div>
<ul class="subnav">
<li><a href="polymer_app_layout.behaviors/Text/splitText.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">polymer_app_layout_template</a></h5>
<h5><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html">polymer_app_layout.behaviors</a></h5>
<h5><a href="polymer_app_layout.behaviors/Text-class.html">Text</a></h5>
<ol>
<li class="section-title"><a href="polymer_app_layout.behaviors/Text-class.html#instance-properties">Properties</a></li>
<li>baseUri
</li>
<li>childNodes
</li>
<li>data
</li>
<li>firstChild
</li>
<li>lastChild
</li>
<li>length
</li>
<li>nextElementSibling
</li>
<li>nextNode
</li>
<li>nodeName
</li>
<li>nodes
</li>
<li>nodeType
</li>
<li>nodeValue
</li>
<li>on
</li>
<li>ownerDocument
</li>
<li>parent
</li>
<li>parentNode
</li>
<li>previousElementSibling
</li>
<li>previousNode
</li>
<li>text
</li>
<li><a href="polymer_app_layout.behaviors/Text/wholeText.html">wholeText</a>
</li>
<li class="section-title"><a href="polymer_app_layout.behaviors/Text-class.html#constructors">Constructors</a></li>
<li><a href="polymer_app_layout.behaviors/Text/Text.html">Text</a></li>
<li class="section-title"><a href="polymer_app_layout.behaviors/Text-class.html#methods">Methods</a></li>
<li>addEventListener
</li>
<li>append
</li>
<li>appendData
</li>
<li>clone
</li>
<li>contains
</li>
<li>deleteData
</li>
<li>dispatchEvent
</li>
<li><a href="polymer_app_layout.behaviors/Text/getDestinationInsertionPoints.html">getDestinationInsertionPoints</a>
</li>
<li>hasChildNodes
</li>
<li>insertAllBefore
</li>
<li>insertBefore
</li>
<li>insertData
</li>
<li>remove
</li>
<li>removeEventListener
</li>
<li>replaceData
</li>
<li>replaceWith
</li>
<li><a href="polymer_app_layout.behaviors/Text/splitText.html">splitText</a>
</li>
<li>substringData
</li>
<li>toString
</li>
</ol>
</div><!--/.sidebar-offcanvas-->
<div class="col-xs-12 col-sm-9 col-md-6 main-content">
<section class="multi-line-signature">
<div>
<ol class="comma-separated metadata-annotations">
<li class="metadata-annotation">@DomName('Text.splitText')</li>
<li class="metadata-annotation">@DocsEditable()</li>
</ol>
</div>
<span class="returntype"><a href="polymer_app_layout.behaviors/Text-class.html">Text</a></span>
<span class="name ">splitText</span>(
<br>
<div class="parameters">
<span class="parameter" id="splitText-param-offset"><span class="type-annotation">int</span> <span class="parameter-name">offset</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">@DomName('Text.splitText')
@DocsEditable()
Text splitText(int offset) => wrap_jso(_blink.BlinkText.instance.splitText_Callback_1_(unwrap_jso(this), offset));</code></pre>
</section>
</div> <!-- /.main-content -->
</div> <!-- container -->
<footer>
<div class="container-fluid">
<div class="container">
<p class="text-center">
<span class="no-break">
polymer_app_layout_template 0.1.0 api docs
</span>
•
<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>
|
shop/templates/cart/cart.html | joeirimpan/shop | {% extends theme("layout.html") %}
{% block content %}
<div class="container-narrow">
{% if cart.is_empty %}
<h2>Your shopping cart is empty</h2>
{% else %}
<div class="row">
<div class="col-md-6">
<h2 class="cart-title">Shopping cart</h2>
</div>
<div class="col-md-6">
<div class="pull-right">
<form action="{{ url_for('cart.empty_cart') }}" method="POST">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
<input type="hidden" name="" value=""/>
<button type="submit" class="btn btn-danger">Clear Cart</button>
</form>
</div>
</div>
</div>
<table class="table table-striped">
<thead>
<tr>
<th>#</th>
<th>Price</th>
<th>Quantity</th>
<th>SubTotal</th>
</tr>
</thead>
<tbody>
{% for line in cart.sale.lines %}
<!-- TODO: Fill this with actual values-->
<tr>
<td>
<div class="row">
<div class="col-sm-2">
<img src="{{ line.product.image }}" alt="" class="img-rounded cart-line-thumbnail" width="140" height="140">
</div>
<div class="col-sm-10">
<p>
<a href="{{ url_for('products.product', handle=line.product.listing.product_identifier) }}"><span class="cart-line-title">{{ line.product.name }}</span></a>
{{ line.product.description }}
<br>
<form action="{{ url_for('cart.remove_from_cart') }}" method="POST" class="cart-form">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
<input type="hidden" name="line_id" value="{{line.id}}"/>
<button type="submit" class="btn btn-link cart-button">Remove</button>
</form>
| <a href="">Add to wishlist</a>
</p>
</div>
</div>
</td>
<td>{{ line.unit_price.format(current_locale) }}</td>
<td id="qty">
{% if line.quantity < 10 %}
<form action="{{ url_for('cart.add_to_cart') }}" method="POST" id="qty-form">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
<input type="hidden" name="product" value="{{line.product.id}}"/>
<select class="form-control cart-quantity" name="quantity"
data-initial="{{ line.quantity|int }}">
{% for i in range(1,10) %}
<option value="{{i}}"
{% if i == line.quantity|int %}selected{% endif %}>
{{i}}
</option>
{% endfor %}
<option disabled="">--</option>
<option value="10+">10+</option>
</select>
</form>
{% else %}
<form action="{{ url_for('cart.add_to_cart') }}" method="POST" id="qty-input-form">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
<input type="hidden" name="product" value="{{line.product.id}}"/>
<input type="number" name="quantity" value="{{ line.quantity|int }}"
data-initial="{{ line.quantity|int }}" class="form-control cart-quantity"
step="1" min="0" maxlength="3"/>
<button type="submit"
class="btn btn-default btn-xs cart-quantity-submit-button">Update</button>
</form>
{% endif %}
</td>
<td>{{ line.amount.format(current_locale) }}</td>
</tr>
{% endfor %}
</tbody>
</table>
{% endif %}
<div class="pull-right">
<a class="btn btn-primary" href="{{ url_for('checkout.sign_in')}}" role="button">Checkout</a>
</div>
</div>
{% endblock %}
{% block js %}
<script>
$(document).ready(function(){
var update_on_dirty = function() {
if ($(this).val() == $(this).attr('data-initial')) {
$(this).siblings('button').fadeOut('fast');
} else {
$(this).siblings('button').fadeIn('fast');
}
};
$("#qty-form select").change(function() {
var product_id = parseInt($(this).siblings('input[name="product"]').val());
if ($(this).val() == '10+') {
var initial_value = $(this).attr('data-initial');
$(this).after(
' <input type="number" name="quantity" value="'+ initial_value +'"'+
' data-initial="'+ initial_value +'" class="form-control cart-quantity"'+
' step="1" min="0" maxlength="3"/>'+
' <button type="submit"'+
' class="btn btn-default btn-xs cart-quantity-submit-button">Update</button>'
);
var qty_input_form = $(this).siblings("input[name='quantity']");
qty_input_form.on('input', update_on_dirty);
qty_input_form.focus();
$(this).detach();
} else {
$(this).parent().submit();
};
});
$("#qty-input-form input[name='quantity']").on('input', update_on_dirty);
});
</script>
{% endblock js %}
|
libraries/rescuecore2/docs/javadoc/gis2/scenario/package-frame.html | kymoyashi/RCRSViewer3D | <!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_40) on Mon Dec 16 20:22:29 JST 2013 -->
<title>gis2.scenario</title>
<meta name="date" content="2013-12-16">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar"><a href="../../gis2/scenario/package-summary.html" target="classFrame">gis2.scenario</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="Function.html" title="interface in gis2.scenario" target="classFrame"><i>Function</i></a></li>
<li><a href="Tool.html" title="interface in gis2.scenario" target="classFrame"><i>Tool</i></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="AbstractFunction.html" title="class in gis2.scenario" target="classFrame">AbstractFunction</a></li>
<li><a href="AbstractTool.html" title="class in gis2.scenario" target="classFrame">AbstractTool</a></li>
<li><a href="AgentOverlay.html" title="class in gis2.scenario" target="classFrame">AgentOverlay</a></li>
<li><a href="ClearAgentsFunction.html" title="class in gis2.scenario" target="classFrame">ClearAgentsFunction</a></li>
<li><a href="ClearAllFunction.html" title="class in gis2.scenario" target="classFrame">ClearAllFunction</a></li>
<li><a href="ClearFiresFunction.html" title="class in gis2.scenario" target="classFrame">ClearFiresFunction</a></li>
<li><a href="PlaceAgentsFunction.html" title="class in gis2.scenario" target="classFrame">PlaceAgentsFunction</a></li>
<li><a href="PlaceAmbulanceCentreTool.html" title="class in gis2.scenario" target="classFrame">PlaceAmbulanceCentreTool</a></li>
<li><a href="PlaceAmbulanceTeamTool.html" title="class in gis2.scenario" target="classFrame">PlaceAmbulanceTeamTool</a></li>
<li><a href="PlaceCivilianTool.html" title="class in gis2.scenario" target="classFrame">PlaceCivilianTool</a></li>
<li><a href="PlaceFireBrigadeTool.html" title="class in gis2.scenario" target="classFrame">PlaceFireBrigadeTool</a></li>
<li><a href="PlaceFireStationTool.html" title="class in gis2.scenario" target="classFrame">PlaceFireStationTool</a></li>
<li><a href="PlaceFireTool.html" title="class in gis2.scenario" target="classFrame">PlaceFireTool</a></li>
<li><a href="PlacePoliceForceTool.html" title="class in gis2.scenario" target="classFrame">PlacePoliceForceTool</a></li>
<li><a href="PlacePoliceOfficeTool.html" title="class in gis2.scenario" target="classFrame">PlacePoliceOfficeTool</a></li>
<li><a href="PlaceRefugeTool.html" title="class in gis2.scenario" target="classFrame">PlaceRefugeTool</a></li>
<li><a href="RandomiseFunction.html" title="class in gis2.scenario" target="classFrame">RandomiseFunction</a></li>
<li><a href="RemoveAmbulanceCentreTool.html" title="class in gis2.scenario" target="classFrame">RemoveAmbulanceCentreTool</a></li>
<li><a href="RemoveAmbulanceTeamTool.html" title="class in gis2.scenario" target="classFrame">RemoveAmbulanceTeamTool</a></li>
<li><a href="RemoveCivilianTool.html" title="class in gis2.scenario" target="classFrame">RemoveCivilianTool</a></li>
<li><a href="RemoveFireBrigadeTool.html" title="class in gis2.scenario" target="classFrame">RemoveFireBrigadeTool</a></li>
<li><a href="RemoveFireStationTool.html" title="class in gis2.scenario" target="classFrame">RemoveFireStationTool</a></li>
<li><a href="RemoveFireTool.html" title="class in gis2.scenario" target="classFrame">RemoveFireTool</a></li>
<li><a href="RemovePoliceForceTool.html" title="class in gis2.scenario" target="classFrame">RemovePoliceForceTool</a></li>
<li><a href="RemovePoliceOfficeTool.html" title="class in gis2.scenario" target="classFrame">RemovePoliceOfficeTool</a></li>
<li><a href="RemoveRefugeTool.html" title="class in gis2.scenario" target="classFrame">RemoveRefugeTool</a></li>
<li><a href="ScenarioEditor.html" title="class in gis2.scenario" target="classFrame">ScenarioEditor</a></li>
<li><a href="ShapeTool.html" title="class in gis2.scenario" target="classFrame">ShapeTool</a></li>
</ul>
<h2 title="Exceptions">Exceptions</h2>
<ul title="Exceptions">
<li><a href="CancelledByUserException.html" title="class in gis2.scenario" target="classFrame">CancelledByUserException</a></li>
</ul>
</div>
</body>
</html>
|
example/audio-element/index.html | katspaugh/wavesurfer.js | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>wavesurfer.js | Media Element Example</title>
<link href="data:image/gif;" rel="icon" type="image/x-icon" />
<!-- Bootstrap -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="../css/style.css" />
<link rel="stylesheet" href="../css/ribbon.css" />
<link rel="screenshot" itemprop="screenshot" href="https://katspaugh.github.io/wavesurfer.js/example/screenshot.png" />
<!-- wavesurfer.js -->
<script src="../../dist/wavesurfer.js"></script>
<script src="../../dist/plugin/wavesurfer.regions.js"></script>
<!-- Demo -->
<script src="main.js"></script>
<!-- highlight.js for syntax highlighting in this example -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/styles/default.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>
<body itemscope itemtype="http://schema.org/WebApplication">
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li><a href="/"><i class="glyphicon glyphicon-home"></i></a></li>
</ul>
<h1 itemprop="name">Media Element Fallback Example</h1>
</div>
<div id="demo">
<div id="waveform">
<!-- Here be the waveform -->
</div>
<div class="controls">
<button class="btn btn-primary" data-action="play">
<i class="glyphicon glyphicon-play"></i>
Play
/
<i class="glyphicon glyphicon-pause"></i>
Pause
</button>
</div>
</div>
<div class="row marketing">
<h3>How to Enable the Fallback</h3>
<hr />
<p>
<strong>wavesurfer.js</strong> will automatically
fallback to HTML5 Media if Web Audio is not
supported. However, you can choose to use audio
element manually. Simply set the <code>backend</code>
option to <code>"MediaElement"</code>.
</p>
<p>
<pre><code>var wavesurfer = WaveSurfer.create({
container: document.querySelector('#wave'),
backend: 'MediaElement'
});
</code></pre>
</p>
<h3>Pre-rendered Peaks</h3>
<p>
If you have pre-rendered peaks (on your server),
you can pass them into the <code>load</code>
function. This is optional–if you don't provide
any peaks,
<strong>wavesurfer.js</strong> will first draw a
thin line instead of a waveform, then attempt to
download the audio file via Ajax and decode it
with Web Audio if available.
</p>
<p>
Check the <a href="https://wavesurfer-js.org/faq/">FAQ</a> for instructions on how to generate peaks.
</p>
<p>
<pre><code>wavesurfer.load('example/media/demo.mp3');</code></pre>
</p>
<p>
Press this button to see the same demo with pre-decoded peaks:
<button class="btn btn-warning" data-action="peaks">
Load with pre-rendered peaks
</button>
</p>
</div>
<div class="footer row">
<div class="col-sm-12">
<a rel="license" href="https://opensource.org/licenses/BSD-3-Clause"><img alt="BSD-3-Clause License" style="border-width:0" src="https://img.shields.io/badge/License-BSD%203--Clause-blue.svg" /></a>
</div>
<div class="col-sm-7">
<span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">wavesurfer.js</span> by <a href="https://github.com/katspaugh/wavesurfer.js">katspaugh</a> is licensed under a <a style="white-space: nowrap" rel="license" href="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause License</a>.
</div>
<div class="col-sm-5">
<div class="pull-right">
<noindex>
The audio file is from <a rel="nofollow" href="http://spokencorpora.ru/">spokencorpora.ru</a>, used with permission.
</noindex>
</div>
</div>
</div>
</div>
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon">
<a itemprop="isBasedOnUrl" href="https://github.com/katspaugh/wavesurfer.js">Fork me on GitHub</a>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50026819-1', 'wavesurfer.fm');
ga('send', 'pageview');
</script>
</body>
</html>
|
Prototype/src/libsbml-5.10.0/docs/src/libsbml-papers.html | TheCoSMoCompany/biopredyn | <p>
<strong>Please note</strong>: article citations are crucial to our academic
careers. If you use libSBML and you publish papers about your software, we
ask that you please cite the libSBML paper:
<blockquote class="papers">
<b>Bornstein, B. J., Keating, S. M., Jouraku, A., and Hucka M.</b> (2008)
LibSBML: An API Library for SBML. <em>Bioinformatics</em>, 24(6):880-881.
</blockquote>
|
fbone/templates/macros/_misc.html | wpic/flask-appointment-calendar | {% macro render_user_table(users, class='') %}
<table class='{{ class }}'>
<thead>
<tr>
<td>#</td>
<td>Username</td>
<td>Email</td>
</tr>
</thead>
<tbody>
{% for user in users %}
<tr>
<td>{{ loop.index }}</td>
<td>{{ user.name }}</a></td>
<td>{{ user.email }}</td>
</tr>
{% endfor %}
</tbody>
</table>
{% endmacro %}
{% macro render_pagination(pagination, endpoint) %}
{% if pagination.pages > 1 %}
<div class='pagination'>
<ul>
<li class="prev {% if not pagination.has_prev %}disabled{% endif %}"><a href="{{ url_for(endpoint, page=pagination.page-1) }}">← Previous</a></li>
{% for page in pagination.iter_pages() %}
{% if page %}
<li class='{% if page == pagination.page %}active{% endif %}'>
<a href='{{ url_for(endpoint, page=page) }}'>{{ page }}</a>
</li>
{% else %}
<li>
<a href='#'>...</a>
</li>
{% endif %}
{% endfor %}
<li class="next {% if not pagination.has_next %}disabled{% endif %}"><a href="{{ url_for(endpoint, page=pagination.page+1) }}">Next →</a></li>
</ul>
</div>
{% endif %}
{% endmacro %}
|
build/lxml/doc/html/api/lxml.etree.XSLTApplyError-class.html | rajendrakrp/GeoMicroFormat | <?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>lxml.etree.XSLTApplyError</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="lxml-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://codespeak.net/lxml/">lxml API</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="lxml-module.html">Package lxml</a> ::
<a href="lxml.etree-module.html">Module etree</a> ::
Class XSLTApplyError
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="lxml.etree.XSLTApplyError-class.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class XSLTApplyError</h1><p class="nomargin-top"></p>
<pre class="base-tree">
object --+
|
exceptions.BaseException --+
|
exceptions.Exception --+
|
<a href="lxml.etree.Error-class.html">Error</a> --+
|
<a href="lxml.etree.LxmlError-class.html">LxmlError</a> --+
|
<a href="lxml.etree.XSLTError-class.html">XSLTError</a> --+
|
<strong class="uidshort">XSLTApplyError</strong>
</pre>
<hr />
Error running an XSL transformation.
<!-- ==================== INSTANCE METHODS ==================== -->
<a name="section-InstanceMethods"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Instance Methods</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-InstanceMethods"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.etree.LxmlError-class.html">LxmlError</a></code></b>:
<code><a href="lxml.etree.LxmlError-class.html#__init__">__init__</a></code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>:
<code>__new__</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
<code>__delattr__</code>,
<code>__getattribute__</code>,
<code>__getitem__</code>,
<code>__getslice__</code>,
<code>__reduce__</code>,
<code>__repr__</code>,
<code>__setattr__</code>,
<code>__setstate__</code>,
<code>__str__</code>,
<code>__unicode__</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__format__</code>,
<code>__hash__</code>,
<code>__reduce_ex__</code>,
<code>__sizeof__</code>,
<code>__subclasshook__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== PROPERTIES ==================== -->
<a name="section-Properties"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Properties</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-Properties"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
<code>args</code>,
<code>message</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__class__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="lxml-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://codespeak.net/lxml/">lxml API</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1 on Sun Feb 6 20:25:13 2011
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
|
src/website/templates/edit_song.html | forever-Agriculture/lyrics_site | {% extends "base.html" %}
<!--editing-->
{% load i18n %}
{% load static from staticfiles %}
{% block meta_title %}{% trans "Update the Song" %}{% endblock meta_title %}
{% block content %}
<div class="container">
<form action="" method="post"
enctype="multipart/form-data" class=”form-horizontal” style="width: 35%;">
{% csrf_token %}
<div class="form-group">
<label for="id_song_name" class="col-sm-6 control-label">{% trans "Song name" %}</label>
<input type="text" value="{{ object.song_name }}"
name="song_name" id="id_song_name" maxlength="27" class="form-control" />
</div>
<div class="form-group">
<label for="id_artist" class="col-sm-2 control-label">{% trans "Artist" %}</label>
<select name="artist" class="form-control" id="id_artist">
{% for band in bands %}
<option value="{{ band }}" {% if object.artist == band %} selected {% endif %}>{{ band }}</option>
{% endfor %}
</select>
</div>
<div class="form-group">
<label for="id_song_lyrics" class="col-sm-6 control-label">{% trans "Song lyrics" %}</label>
<textarea name="song_lyrics" maxlength="15000" class="form-control" rows="20" id="id_song_lyrics">{{ object.song_lyrics }}</textarea>
</div>
<div class="form-group">
<label class="col-sm-12 control-label"></label>
<button type="submit" name="update_button" class="btn btn-primary">{% trans "Update" %}</button>
<button type="submit" name="cancel_button" class="btn btn-link">{% trans "Cancel" %}</button>
</div>
</form>
</div>
{% endblock content %} |
api/classes/WidgetButtons.html | giros/alloy-ui | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WidgetButtons - 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>WidgetButtons Class</h1>
<div class="box meta">
<div class="foundat">
Defined in: <a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l29"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:29</code></a>
</div>
<p>Available since 3.4.0</p>
</div>
<div class="box intro">
<p>Provides header/body/footer button support for Widgets that use the
<code>WidgetStdMod</code> extension.</p>
<p>This Widget extension makes it easy to declaratively configure a widget's
buttons. It adds a <code>buttons</code> attribute along with button- accessor and mutator
methods. All button nodes have the <code>Y.Plugin.Button</code> plugin applied.</p>
<p>This extension also includes <code>HTML_PARSER</code> support to seed a widget's <code>buttons</code>
from those which already exist in its DOM.</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>
</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 protected">
<a href="#method__afterButtonsChange">_afterButtonsChange</a>
</li>
<li class="index-item method protected">
<a href="#method__afterContentChangeButtons">_afterContentChangeButtons</a>
</li>
<li class="index-item method protected">
<a href="#method__afterDefaultButtonChange">_afterDefaultButtonChange</a>
</li>
<li class="index-item method protected">
<a href="#method__afterVisibleChangeButtons">_afterVisibleChangeButtons</a>
</li>
<li class="index-item method protected">
<a href="#method__bindUIButtons">_bindUIButtons</a>
</li>
<li class="index-item method protected">
<a href="#method__createButton">_createButton</a>
</li>
<li class="index-item method protected">
<a href="#method__getButtonContainer">_getButtonContainer</a>
</li>
<li class="index-item method protected">
<a href="#method__getButtonDefault">_getButtonDefault</a>
</li>
<li class="index-item method protected">
<a href="#method__getButtonName">_getButtonName</a>
</li>
<li class="index-item method protected">
<a href="#method__getButtons">_getButtons</a>
</li>
<li class="index-item method protected">
<a href="#method__mapButton">_mapButton</a>
</li>
<li class="index-item method protected">
<a href="#method__mapButtons">_mapButtons</a>
</li>
<li class="index-item method protected">
<a href="#method__mergeButtonConfig">_mergeButtonConfig</a>
</li>
<li class="index-item method protected">
<a href="#method__parseButtons">_parseButtons</a>
</li>
<li class="index-item method protected">
<a href="#method__setButtons">_setButtons</a>
</li>
<li class="index-item method protected">
<a href="#method__syncUIButtons">_syncUIButtons</a>
</li>
<li class="index-item method protected">
<a href="#method__uiInsertButton">_uiInsertButton</a>
</li>
<li class="index-item method protected">
<a href="#method__uiRemoveButton">_uiRemoveButton</a>
</li>
<li class="index-item method protected">
<a href="#method__uiSetButtons">_uiSetButtons</a>
</li>
<li class="index-item method protected">
<a href="#method__uiSetDefaultButton">_uiSetDefaultButton</a>
</li>
<li class="index-item method protected">
<a href="#method__uiSetVisibleButtons">_uiSetVisibleButtons</a>
</li>
<li class="index-item method protected">
<a href="#method__unMapButton">_unMapButton</a>
</li>
<li class="index-item method protected">
<a href="#method__updateContentButtons">_updateContentButtons</a>
</li>
<li class="index-item method protected">
<a href="#method__updateDefaultButton">_updateDefaultButton</a>
</li>
<li class="index-item method">
<a href="#method_addButton">addButton</a>
</li>
<li class="index-item method">
<a href="#method_getButton">getButton</a>
</li>
<li class="index-item method">
<a href="#method_removeButton">removeButton</a>
</li>
</ul>
</div>
<div class="index-section properties">
<h3>Properties</h3>
<ul class="index-list properties">
<li class="index-item property protected">
<a href="#property__buttonsHandles">_buttonsHandles</a>
</li>
<li class="index-item property protected">
<a href="#property__buttonsMap">_buttonsMap</a>
</li>
<li class="index-item property protected">
<a href="#property__defaultButton">_defaultButton</a>
</li>
<li class="index-item property">
<a href="#property_BUTTONS">BUTTONS</a>
</li>
<li class="index-item property">
<a href="#property_BUTTONS_TEMPLATE">BUTTONS_TEMPLATE</a>
</li>
<li class="index-item property">
<a href="#property_CLASS_NAMES">CLASS_NAMES</a>
<span class="flag static">static</span>
</li>
<li class="index-item property">
<a href="#property_DEFAULT_BUTTONS_SECTION">DEFAULT_BUTTONS_SECTION</a>
</li>
<li class="index-item property">
<a href="#property_NON_BUTTON_NODE_CFG">NON_BUTTON_NODE_CFG</a>
<span class="flag static">static</span>
</li>
</ul>
</div>
<div class="index-section attrs">
<h3>Attributes</h3>
<ul class="index-list attrs">
<li class="index-item attr">
<a href="#attr_buttons">buttons</a>
</li>
<li class="index-item attr">
<a href="#attr_defaultButton">defaultButton</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__afterButtonsChange" class="method item protected">
<h3 class="name"><code>_afterButtonsChange</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_widget-buttons_js_widget-buttons.js.html#l1188"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:1188</code></a>
</p>
<p>Available since 3.4.0</p>
</div>
<div class="description">
<p>Handles this widget's <code>buttonsChange</code> event which fires anytime the
<code>buttons</code> attribute is modified.</p>
<p><strong>Note:</strong> This method special-cases the <code>buttons</code> modifications caused by
<code>addButton()</code> and <code>removeButton()</code>, both of which set the <code>src</code> property on
the event facade to "add" and "remove" respectively.</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">
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterContentChangeButtons" class="method item protected">
<h3 class="name"><code>_afterContentChangeButtons</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_widget-buttons_js_widget-buttons.js.html#l1237"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:1237</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Handles this widget's <code>headerContentChange</code>, <code>bodyContentChange</code>,
<code>footerContentChange</code> events by making sure the <code>buttons</code> remain rendered
after changes to the content areas.</p>
<p>These events are very chatty, so extra caution is taken to avoid doing extra
work or getting into an infinite loop.</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">
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterDefaultButtonChange" class="method item protected">
<h3 class="name"><code>_afterDefaultButtonChange</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_widget-buttons_js_widget-buttons.js.html#l1261"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:1261</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Handles this widget's <code>defaultButtonChange</code> event by adding the
"yui3-button-primary" CSS class to the new <code>defaultButton</code> and removing it
from the old default button.</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">
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterVisibleChangeButtons" class="method item protected">
<h3 class="name"><code>_afterVisibleChangeButtons</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_widget-buttons_js_widget-buttons.js.html#l1275"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:1275</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Handles this widget's <code>visibleChange</code> event by focusing the <code>defaultButton</code>
if there is one.</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">
</div>
</li>
</ul>
</div>
</div>
<div id="method__bindUIButtons" class="method item protected">
<h3 class="name"><code>_bindUIButtons</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l496"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:496</code></a>
</p>
<p>Available since 3.4.0</p>
</div>
<div class="description">
<p>Binds UI event listeners. This method is inserted via AOP, and will execute
after <code>bindUI()</code>.</p>
</div>
</div>
<div id="method__createButton" class="method item protected">
<h3 class="name"><code>_createButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</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>
Defined in
<a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l516"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:516</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Returns a button node based on the specified <code>button</code> node or configuration.</p>
<p>The button node will either be created via <code>Y.Plugin.Button.createNode()</code>,
or when <code>button</code> is specified as a node already, it will by <code>plug()</code>ed with
<code>Y.Plugin.Button</code>.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</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>Button node or configuration object.</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>:
The button node.
</div>
</div>
</div>
<div id="method__getButtonContainer" class="method item protected">
<h3 class="name"><code>_getButtonContainer</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>section</code>
</li>
<li class="arg">
<code>create</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>
Defined in
<a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l581"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:581</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Returns the buttons container for the specified <code>section</code>, passing a truthy
value for <code>create</code> will create the node if it does not already exist.</p>
<p><strong>Note:</strong> It is up to the caller to properly insert the returned container
node into the content section.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">section</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 <code>WidgetStdMod</code> section (header/body/footer).</p>
</div>
</li>
<li class="param">
<code class="param-name">create</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 the buttons container should be created if
it does not already exist.</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>:
The buttons container node for the specified <code>section</code>.
</div>
</div>
</div>
<div id="method__getButtonDefault" class="method item protected">
<h3 class="name"><code>_getButtonDefault</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</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 protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l616"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:616</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Returns whether or not the specified <code>button</code> is configured to be the
default button.</p>
<p>When a button node is specified, the button's <code>getData()</code> method will be
used to determine if the button is configured to be the default. When a
button config object is specified, the <code>isDefault</code> prop will determine
whether the button is the default.</p>
<p><strong>Note:</strong> <code><button data-default="true"></button></code> is supported via the
<code>button.getData('default')</code> API call.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</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 button node or configuration object.</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>:
Whether the button is configured to be the default button.
</div>
</div>
</div>
<div id="method__getButtonName" class="method item protected">
<h3 class="name"><code>_getButtonName</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</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_widget-buttons_js_widget-buttons.js.html#l645"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:645</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Returns the name of the specified <code>button</code>.</p>
<p>When a button node is specified, the button's <code>getData('name')</code> method is
preferred, but will fallback to <code>get('name')</code>, and the result will determine
the button's name. When a button config object is specified, the <code>name</code> prop
will determine the button's name.</p>
<p><strong>Note:</strong> <code><button data-name="foo"></button></code> is supported via the
<code>button.getData('name')</code> API call.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</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 button node or configuration object.</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>:
The name of the button.
</div>
</div>
</div>
<div id="method__getButtons" class="method item protected">
<h3 class="name"><code>_getButtons</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>buttons</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>
Defined in
<a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l674"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:674</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Getter for the <code>buttons</code> attribute. A copy of the <code>buttons</code> object is
returned so the stored state cannot be modified by the callers of
<code>get('buttons')</code>.</p>
<p>This will recreate a copy of the <code>buttons</code> object, and each section array
(the button nodes are <em>not</em> copied/cloned.)</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">buttons</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 widget's current <code>buttons</code> state.</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 copy of the widget's current <code>buttons</code> state.
</div>
</div>
</div>
<div id="method__mapButton" class="method item protected">
<h3 class="name"><code>_mapButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</code>
</li>
<li class="arg">
<code>section</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_widget-buttons_js_widget-buttons.js.html#l700"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:700</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Adds the specified <code>button</code> to the buttons map (both name -> button and
section:name -> button), and sets the button as the default if it is
configured as the default button.</p>
<p><strong>Note:</strong> If two or more buttons are configured with the same <code>name</code> and/or
configured to be the default button, the last one wins.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The button node to map.</p>
</div>
</li>
<li class="param">
<code class="param-name">section</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 <code>WidgetStdMod</code> section (header/body/footer).</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__mapButtons" class="method item protected">
<h3 class="name"><code>_mapButtons</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>buttons</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_widget-buttons_js_widget-buttons.js.html#l730"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:730</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Adds the specified <code>buttons</code> to the buttons map (both name -> button and
section:name -> button), and set the a button as the default if one is
configured as the default button.</p>
<p><strong>Note:</strong> This will clear all previous button mappings and null-out any
previous default button! If two or more buttons are configured with the same
<code>name</code> and/or configured to be the default button, the last one wins.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">buttons</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node[]</a></span>
<div class="param-description">
<p>The button nodes to map.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__mergeButtonConfig" class="method item protected">
<h3 class="name"><code>_mergeButtonConfig</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="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>
Defined in
<a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l757"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:757</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Returns a copy of the specified <code>config</code> object merged with any defaults
provided by a <code>srcNode</code> and/or a predefined configuration for a button
with the same <code>name</code> on the <code>BUTTONS</code> property.</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> | <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>Button configuration object, or string name.</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 copy of the button configuration object merged with any
defaults.
</div>
</div>
</div>
<div id="method__parseButtons" class="method item protected">
<h3 class="name"><code>_parseButtons</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>srcNode</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type">Null | <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>
Defined in
<a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l806"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:806</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p><code>HTML_PARSER</code> implementation for the <code>buttons</code> attribute.</p>
<p><strong>Note:</strong> To determine a button node's name its <code>data-name</code> and <code>name</code>
attributes are examined. Whether the button should be the default is
determined by its <code>data-default</code> attribute.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">srcNode</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>This widget's srcNode to search for buttons.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">Null | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
<code>buttons</code> Config object parsed from this widget's DOM.
</div>
</div>
</div>
<div id="method__setButtons" class="method item protected">
<h3 class="name"><code>_setButtons</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="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>
Defined in
<a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l847"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:847</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Setter for the <code>buttons</code> attribute. This processes the specified <code>config</code>
and returns a new <code>buttons</code> object which is stored as the new state; leaving
the original, specified <code>config</code> unmodified.</p>
<p>The button nodes will either be created via <code>Y.Plugin.Button.createNode()</code>,
or when a button is already a Node already, it will by <code>plug()</code>ed with
<code>Y.Plugin.Button</code>.</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/Array" class="crosslink external" target="_blank">Array</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 <code>buttons</code> configuration to process.</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 processed <code>buttons</code> object which represents the new
state.
</div>
</div>
</div>
<div id="method__syncUIButtons" class="method item protected">
<h3 class="name"><code>_syncUIButtons</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l903"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:903</code></a>
</p>
<p>Available since 3.4.0</p>
</div>
<div class="description">
<p>Syncs this widget's current button-related state to its DOM. This method is
inserted via AOP, and will execute after <code>syncUI()</code>.</p>
</div>
</div>
<div id="method__uiInsertButton" class="method item protected">
<h3 class="name"><code>_uiInsertButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</code>
</li>
<li class="arg">
<code>section</code>
</li>
<li class="arg">
<code>index</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_widget-buttons_js_widget-buttons.js.html#l917"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:917</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Inserts the specified <code>button</code> node into this widget's DOM at the specified
<code>section</code> and <code>index</code> and updates the section content.</p>
<p>The section and button container nodes will be created if they do not
already exist.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The button node to insert into this widget's DOM.</p>
</div>
</li>
<li class="param">
<code class="param-name">section</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 <code>WidgetStdMod</code> section (header/body/footer).</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>Index at which the <code>button</code> should be positioned.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiRemoveButton" class="method item protected">
<h3 class="name"><code>_uiRemoveButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</code>
</li>
<li class="arg">
<code>section</code>
</li>
<li class="arg">
<code class="optional">[options]</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_widget-buttons_js_widget-buttons.js.html#l943"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:943</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Removes the button node from this widget's DOM and detaches any event
subscriptions on the button that were created by this widget. The section
content will be updated unless <code>{preserveContent: true}</code> is passed in the
<code>options</code>.</p>
<p>By default the button container node will be removed when this removes the
last button of the specified <code>section</code>; and if no other content remains in
the section node, it will also be removed.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The button to remove and destroy.</p>
</div>
</li>
<li class="param">
<code class="param-name">section</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 <code>WidgetStdMod</code> section (header/body/footer).</p>
</div>
</li>
<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>Additional options.</p>
</div>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[preserveContent=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 the section
content should be updated.</p>
</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div id="method__uiSetButtons" class="method item protected">
<h3 class="name"><code>_uiSetButtons</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>buttons</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_widget-buttons_js_widget-buttons.js.html#l993"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:993</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Sets the current <code>buttons</code> state to this widget's DOM by rendering the
specified collection of <code>buttons</code> and updates the contents of each section
as needed.</p>
<p>Button nodes which already exist in the DOM will remain intact, or will be
moved if they should be in a new position. Old button nodes which are no
longer represented in the specified <code>buttons</code> collection will be removed,
and any event subscriptions on the button which were created by this widget
will be detached.</p>
<p>If the button nodes in this widget's DOM actually change, then each content
section will be updated (or removed) appropriately.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">buttons</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The current <code>buttons</code> state to visually represent.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetDefaultButton" class="method item protected">
<h3 class="name"><code>_uiSetDefaultButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>newButton</code>
</li>
<li class="arg">
<code>oldButton</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_widget-buttons_js_widget-buttons.js.html#l1077"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:1077</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Adds the "yui3-button-primary" CSS class to the new <code>defaultButton</code> and
removes it from the old default button.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">newButton</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The new <code>defaultButton</code>.</p>
</div>
</li>
<li class="param">
<code class="param-name">oldButton</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The old <code>defaultButton</code>.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetVisibleButtons" class="method item protected">
<h3 class="name"><code>_uiSetVisibleButtons</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>visible</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_widget-buttons_js_widget-buttons.js.html#l1094"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:1094</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Focuses this widget's <code>defaultButton</code> if there is one and this widget is
visible.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">visible</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 this widget is visible.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__unMapButton" class="method item protected">
<h3 class="name"><code>_unMapButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</code>
</li>
<li class="arg">
<code>section</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_widget-buttons_js_widget-buttons.js.html#l1112"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:1112</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Removes the specified <code>button</code> from the buttons map (both name -> button and
section:name -> button), and nulls-out the <code>defaultButton</code> if it is
currently the default button.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The button node to remove from the buttons map.</p>
</div>
</li>
<li class="param">
<code class="param-name">section</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 <code>WidgetStdMod</code> section (header/body/footer).</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__updateContentButtons" class="method item protected">
<h3 class="name"><code>_updateContentButtons</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>section</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_widget-buttons_js_widget-buttons.js.html#l1164"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:1164</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Updates the content attribute which corresponds to the specified <code>section</code>.</p>
<p>The method updates the section's content to its current <code>childNodes</code>
(text and/or HTMLElement), or will null-out its contents if the section is
empty. It also specifies a <code>src</code> of <code>buttons</code> on the change event facade.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">section</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 <code>WidgetStdMod</code> section (header/body/footer) to
update.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__updateDefaultButton" class="method item protected">
<h3 class="name"><code>_updateDefaultButton</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l1148"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:1148</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Updates the <code>defaultButton</code> attribute if it needs to be updated by comparing
its current value with the protected <code>_defaultButton</code> property.</p>
</div>
</div>
<div id="method_addButton" class="method item">
<h3 class="name"><code>addButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</code>
</li>
<li class="arg">
<code class="optional">[section="footer"]</code>
</li>
<li class="arg">
<code class="optional">[index]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l284"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:284</code></a>
</p>
<p>Available since 3.4.0</p>
</div>
<div class="description">
<p>Adds a button to this widget.</p>
<p>The new button node will have the <code>Y.Plugin.Button</code> plugin applied, be added
to this widget's <code>buttons</code>, and rendered in the specified <code>section</code> at the
specified <code>index</code> (or end of the section when no <code>index</code> is provided). If
the section does not exist, it will be created.</p>
<p>This fires the <code>buttonsChange</code> event and adds the following properties to
the event facade:</p>
<ul>
<li><p><code>button</code>: The button node or config object to add.</p></li>
<li><p><code>section</code>: The <code>WidgetStdMod</code> section (header/body/footer) where the
button will be added.</p></li>
<li><p><code>index</code>: The index at which the button will be in the section.</p></li>
<li><p><code>src</code>: "add"</p></li>
</ul>
<p><strong>Note:</strong> The <code>index</code> argument will be passed to the Array <code>splice()</code>
method, therefore a negative value will insert the <code>button</code> that many items
from the end. The <code>index</code> property on the <code>buttonsChange</code> event facade is
the index at which the <code>button</code> was added.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The button to add. This can be a <code>Y.Node</code>
instance, config Object, or String name for a predefined button on the
<code>BUTTONS</code> prototype property. When a config Object is provided, it will
be merged with any defaults provided by any <code>srcNode</code> and/or a button
with the same <code>name</code> defined on the <code>BUTTONS</code> property. The following
are the possible configuration properties beyond what Node plugins
accept by default:</p>
</div>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[action]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</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>The default handler that should
be called when the button is clicked. A String name of a Function that
exists on the <code>context</code> object can also be provided. <strong>Note:</strong>
Specifying a set of <code>events</code> will override this setting.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[classNames]</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/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>Additional CSS classes to add
to the button node.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[context=this]</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>Context which any <code>events</code> or
<code>action</code> should be called with. Defaults to <code>this</code>, the widget.
<strong>Note:</strong> <code>e.target</code> will access the button node in the event handlers.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[disabled=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 the button should be
disabled.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[events="click"]</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>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Event name, or set of
events and handlers to bind to the button node. <strong>See:</strong> <code>Y.Node.on()</code>,
this value is passed as the first argument to <code>on()</code>.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[isDefault=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 the button is the
default button.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[label]</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 visible text/value displayed in the
button.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[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>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>A name which can later be used to reference
this button. If a button is defined on the <code>BUTTONS</code> property with this
same name, its configuration properties will be merged in as defaults.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[section]</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 <code>WidgetStdMod</code> section (header, body,
footer) where the button should be added.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[srcNode]</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>An existing Node to use for the button,
default values will be seeded from this node, but are overriden by any
values specified in the config object. By default a new <button>
node will be created.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[template]</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>A specific template to use when creating
a new button node (e.g. "<a />"). <strong>Note:</strong> Specifying a <code>srcNode</code>
will overide this.</p>
</div>
</li>
</ul>
</li>
<li class="param">
<code class="param-name optional">[section="footer"]</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 <code>WidgetStdMod</code> section
(header/body/footer) where the button should be added. This takes
precedence over the <code>button.section</code> configuration property.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[index]</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>The index at which the button should be inserted. If
not specified, the button will be added to the end of the section. This
value is passed to the Array <code>splice()</code> method, therefore a negative
value will insert the <code>button</code> that many items from the end.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_getButton" class="method item">
<h3 class="name"><code>getButton</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 class="optional">[section="footer"]</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_widget-buttons_js_widget-buttons.js.html#l388"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:388</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Returns a button node from this widget's <code>buttons</code>.</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="../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>
<div class="param-description">
<p>The string name or index of the button.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[section="footer"]</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 <code>WidgetStdMod</code> section
(header/body/footer) where the button exists. Only applicable when
looking for a button by numerical index, or by name but scoped to a
particular section.</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>:
The button node.
</div>
</div>
</div>
<div id="method_removeButton" class="method item">
<h3 class="name"><code>removeButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</code>
</li>
<li class="arg">
<code class="optional">[section="footer"]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l418"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:418</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Removes a button from this widget.</p>
<p>The button will be removed from this widget's <code>buttons</code> and its DOM. Any
event subscriptions on the button which were created by this widget will be
detached. If the content section becomes empty after removing the button
node, then the section will also be removed.</p>
<p>This fires the <code>buttonsChange</code> event and adds the following properties to
the event facade:</p>
<ul>
<li><p><code>button</code>: The button node to remove.</p></li>
<li><p><code>section</code>: The <code>WidgetStdMod</code> section (header/body/footer) where the
button should be removed from.</p></li>
<li><p><code>index</code>: The index at which the button exists in the section.</p></li>
<li><p><code>src</code>: "remove"</p></li>
</ul>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <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>
<div class="param-description">
<p>The button to remove. This can be a
<code>Y.Node</code> instance, index, or String name of a button.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[section="footer"]</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 <code>WidgetStdMod</code> section
(header/body/footer) where the button exists. Only applicable when
removing a button by numerical index, or by name but scoped to a
particular section.</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__buttonsHandles" class="property item protected">
<h3 class="name"><code>_buttonsHandles</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_widget-buttons_js_widget-buttons.js.html#l225"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:225</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>A map of button node <code>_yuid</code> -> event-handle for all button nodes which were
created by this widget.</p>
</div>
</div>
<div id="property__buttonsMap" class="property item protected">
<h3 class="name"><code>_buttonsMap</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_widget-buttons_js_widget-buttons.js.html#l235"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:235</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>A map of this widget's <code>buttons</code>, both name -> button and
section:name -> button.</p>
</div>
</div>
<div id="property__defaultButton" class="property item protected">
<h3 class="name"><code>_defaultButton</code></h3>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l245"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:245</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Internal reference to this widget's default button.</p>
</div>
</div>
<div id="property_BUTTONS" class="property item">
<h3 class="name"><code>BUTTONS</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_widget-buttons_js_widget-buttons.js.html#l186"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:186</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Collection of predefined buttons mapped by name -> config.</p>
<p>These button configurations will serve as defaults for any button added to a
widget's buttons which have the same <code>name</code>.</p>
<p>See <code>addButton()</code> for a list of possible configuration values.</p>
</div>
<p><strong>Default:</strong> {}</p>
</div>
<div id="property_BUTTONS_TEMPLATE" class="property item">
<h3 class="name"><code>BUTTONS_TEMPLATE</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_widget-buttons_js_widget-buttons.js.html#l202"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:202</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>The HTML template to use when creating the node which wraps all buttons of a
section. By default it will have the CSS class: "yui3-widget-buttons".</p>
</div>
<p><strong>Default:</strong> "<span />"</p>
</div>
<div id="property_CLASS_NAMES" class="property item">
<h3 class="name"><code>CLASS_NAMES</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l150"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:150</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>CSS classes used by <code>WidgetButtons</code>.</p>
</div>
</div>
<div id="property_DEFAULT_BUTTONS_SECTION" class="property item">
<h3 class="name"><code>DEFAULT_BUTTONS_SECTION</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_widget-buttons_js_widget-buttons.js.html#l213"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:213</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>The default section to render buttons in when no section is specified.</p>
</div>
<p><strong>Default:</strong> Y.WidgetStdMod.FOOTER</p>
</div>
<div id="property_NON_BUTTON_NODE_CFG" class="property item">
<h3 class="name"><code>NON_BUTTON_NODE_CFG</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l170"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:170</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>The list of button configuration properties which are specific to
<code>WidgetButtons</code> and should not be passed to <code>Y.Plugin.Button.createNode()</code>.</p>
</div>
</div>
</div>
<div id="attrs" class="aui-tabview-content-item api-class-tabpanel">
<h2 class="off-left">Attributes</h2>
<div id="attr_buttons" class="attr item">
<a name="config_buttons"></a>
<h3 class="name"><code>buttons</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_widget-buttons_js_widget-buttons.js.html#l55"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:55</code></a>
</p>
<p>Available since 3.4.0</p>
</div>
<div class="description">
<p>Collection containing a widget's buttons.</p>
<p>The collection is an Object which contains an Array of <code>Y.Node</code>s for every
<code>WidgetStdMod</code> section (header, body, footer) which has one or more buttons.
All button nodes have the <code>Y.Plugin.Button</code> plugin applied.</p>
<p>This attribute is very flexible in the values it will accept. <code>buttons</code> can
be specified as a single Array, or an Object of Arrays keyed to a particular
section.</p>
<p>All specified values will be normalized to this type of structure:</p>
<pre class="code"><code class="prettyprint">{
header: [...],
footer: [...]
}
</code></pre>
<p>A button can be specified as a <code>Y.Node</code>, config Object, or String name for a
predefined button on the <code>BUTTONS</code> prototype property. When a config Object
is provided, it will be merged with any defaults provided by a button with
the same <code>name</code> defined on the <code>BUTTONS</code> property.</p>
<p>See <code>addButton()</code> for the detailed list of configuration properties.</p>
<p>For convenience, a widget's buttons will always persist and remain rendered
after header/body/footer content updates. Buttons should be removed by
updating this attribute or using the <code>removeButton()</code> method.</p>
</div>
<p><strong>Default:</strong> {}</p>
<div class="emits box">
<h4>Fires event <code>buttonsChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>buttons</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 class="example">
<h4>Example:</h4>
<div class="example-content">
<pre class="code"><code class="prettyprint">{
// Uses predefined "close" button by string name.
header: ['close'],
footer: [
{
name : 'cancel',
label : 'Cancel',
action: 'hide'
},
{
name : 'okay',
label : 'Okay',
isDefault: true,
events: {
click: function (e) {
this.hide();
}
}
}
]
}
</code></pre>
</div>
</div>
</div>
<div id="attr_defaultButton" class="attr item">
<a name="config_defaultButton"></a>
<h3 class="name"><code>defaultButton</code></h3>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="meta">
<p>
Defined in
<a href="../../files/lib_yui3_src_widget-buttons_js_widget-buttons.js.html#l121"><code>lib/yui3/src/widget-buttons/js/widget-buttons.js:121</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>The current default button as configured through this widget's <code>buttons</code>.</p>
<p>A button can be configured as the default button in the following ways:</p>
<ul>
<li><p>As a config Object with an <code>isDefault</code> property:
<code>{label: 'Okay', isDefault: true}</code>.</p></li>
<li><p>As a Node with a <code>data-default</code> attribute:
<code><button data-default="true">Okay</button></code>.</p></li>
</ul>
<p>This attribute is <strong>read-only</strong>; anytime there are changes to this widget's
<code>buttons</code>, the <code>defaultButton</code> will be updated if needed.</p>
<p><strong>Note:</strong> If two or more buttons are configured to be the default button,
the last one wins.</p>
</div>
<p><strong>Default:</strong> null</p>
<div class="emits box">
<h4>Fires event <code>defaultButtonChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>defaultButton</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>
</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>
|
zinnia/templates/404.html | jfdsmit/django-blog-zinnia | {% extends "zinnia/skeleton.html" %}
{% load i18n zinnia_tags %}
{% block breadcrumbs %}
{% trans "Error 404" %}
{% endblock %}
{% block title %}{% trans "Page not found" %}{% endblock %}
{% block content %}
<h2>{% trans "Page not found" %}</h2>
<p>{% trans "Sorry, but the requested page could not be found." %}</p>
<h3>{% trans "Useful links" %}</h3>
<div class="links">
<ul>
<li>
<a href="{% url zinnia_entry_archive_index %}" title="{% trans "Blog index" %}">
{% trans "Blog index" %}
</a>
</li>
<li>
<a href="{% url zinnia_sitemap %}" title="{% trans "Sitemap" %}">
{% trans "Sitemap" %}
</a>
</li>
</ul>
</div>
<h3>{% trans "Recent entries" %}</h3>
<div class="recents">
{% get_recent_entries 5 %}
</div>
<h3>{% trans "Search" %}</h3>
<div class="search">
<form method="get" id="searchform" action="{% url zinnia_entry_search %}">
<p>
<input type="text" value="{% trans "Keywords..." %}" name="pattern" id="searchbox" onfocus="this.value=''"/>
<input type="submit" class="submitbutton" value="OK" />
</p>
</form>
</div>
{% endblock %}
|
doc/api/polymer_app_layout/VttRegion/VttRegion.html | lejard-h/polymer_app_layout_templates | <!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></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="">
<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">polymer_app_layout_template</a></li>
<li><a href="polymer_app_layout/polymer_app_layout-library.html">polymer_app_layout</a></li>
<li><a href="polymer_app_layout/VttRegion-class.html">VttRegion</a></li>
<li class="self-crumb">VttRegion</li>
</ol>
<div class="self-name">VttRegion</div>
</div>
</nav>
<div class="container masthead">
<ol class="breadcrumbs gt-separated visible-xs">
<li><a href="index.html">polymer_app_layout_template</a></li>
<li><a href="polymer_app_layout/polymer_app_layout-library.html">polymer_app_layout</a></li>
<li><a href="polymer_app_layout/VttRegion-class.html">VttRegion</a></li>
<li class="self-crumb">VttRegion</li>
</ol>
<div class="title-description">
<h1 class="title">
<div class="kind">constructor</div> VttRegion
</h1>
<!-- p class="subtitle">
</p -->
</div>
<ul class="subnav">
</ul>
</div>
</header>
<div class="container body">
<div class="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left">
<h5><a href="index.html">polymer_app_layout_template</a></h5>
<h5><a href="polymer_app_layout/polymer_app_layout-library.html">polymer_app_layout</a></h5>
<h5><a href="polymer_app_layout/VttRegion-class.html">VttRegion</a></h5>
<ol>
<li class="section-title"><a href="polymer_app_layout/VttRegion-class.html#instance-properties">Properties</a></li>
<li><a href="polymer_app_layout/VttRegion/height.html">height</a>
</li>
<li><a href="polymer_app_layout/VttRegion/id.html">id</a>
</li>
<li><a href="polymer_app_layout/VttRegion/regionAnchorX.html">regionAnchorX</a>
</li>
<li><a href="polymer_app_layout/VttRegion/regionAnchorY.html">regionAnchorY</a>
</li>
<li><a href="polymer_app_layout/VttRegion/scroll.html">scroll</a>
</li>
<li><a href="polymer_app_layout/VttRegion/track.html">track</a>
</li>
<li><a href="polymer_app_layout/VttRegion/viewportAnchorX.html">viewportAnchorX</a>
</li>
<li><a href="polymer_app_layout/VttRegion/viewportAnchorY.html">viewportAnchorY</a>
</li>
<li><a href="polymer_app_layout/VttRegion/width.html">width</a>
</li>
<li class="section-title"><a href="polymer_app_layout/VttRegion-class.html#constructors">Constructors</a></li>
<li><a href="polymer_app_layout/VttRegion/VttRegion.html">VttRegion</a></li>
</ol>
</div><!--/.sidebar-offcanvas-left-->
<div class="col-xs-12 col-sm-9 col-md-6 main-content">
<section class="multi-line-signature">
<span class="name ">VttRegion</span>()
</section>
<section class="desc markdown">
<p class="no-docs">Not documented.</p>
</section>
</div> <!-- /.main-content -->
</div> <!-- container -->
<footer>
<div class="container-fluid">
<div class="container">
<p class="text-center">
<span class="no-break">
polymer_app_layout_template 0.1.0 api docs
</span>
•
<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>
|
inspiniaBootstrapTheme/Angular_Seed_Project_Gulp/src/index.html | Kheperos/ToDoList | <!doctype html>
<html class="no-js" ng-app="inspinia">
<head>
<meta charset="utf-8">
<title>inspinia</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css({.tmp/serve,src}) styles/vendor.css -->
<link rel="stylesheet" href="app/vendor.css">
<!-- bower:css -->
<!-- run `gulp wiredep` to automaticaly populate bower styles dependencies -->
<!-- endbower -->
<!-- endbuild -->
<!-- build:css({.tmp/serve,src}) styles/app.css -->
<!-- inject:css -->
<!-- css files will be automaticaly insert here -->
<!-- endinject -->
<!-- endbuild -->
</head>
<body ng-controller="MainCtrl as main">
<!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div ui-view></div>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
<!-- build:js(src) scripts/vendor.js -->
<!-- bower:js -->
<!-- run `gulp wiredep` to automaticaly populate bower script dependencies -->
<!-- endbower -->
<!-- endbuild -->
<!-- build:js({.tmp/serve,.tmp/partials,src}) scripts/app.js -->
<!-- inject:js -->
<!-- js files will be automaticaly insert here -->
<!-- endinject -->
<!-- inject:partials -->
<!-- angular templates will be automatically converted in js and inserted here -->
<!-- endinject -->
<!-- endbuild -->
</body>
</html>
|
javadoc/com/openxc/remote/package-summary.html | mray19027/openxc-android | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Tue Jun 16 15:55:31 EDT 2015 -->
<title>com.openxc.remote</title>
<meta name="date" content="2015-06-16">
<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="com.openxc.remote";
}
}
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 class="navBarCell1Rev">Package</li>
<li>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="../../../com/openxc/messages/streamers/package-summary.html">Prev Package</a></li>
<li><a href="../../../com/openxc/sinks/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/openxc/remote/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package com.openxc.remote</h1>
<div class="docSummary">
<div class="block">Provides a centralized process, exposed as an Android service, to control
access to measurements from the vehicle.</div>
</div>
<p>See: <a href="#package.description">Description</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/openxc/remote/VehicleServiceInterface.html" title="interface in com.openxc.remote">VehicleServiceInterface</a></td>
<td class="colLast">
<div class="block">The AIDL interface for a VehicleService running in a separate process.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/openxc/remote/VehicleServiceListener.html" title="interface in com.openxc.remote">VehicleServiceListener</a></td>
<td class="colLast">
<div class="block">The interface for receiving a measurement update callback from the
VehicleService over AIDL.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/openxc/remote/ViConnectionListener.html" title="interface in com.openxc.remote">ViConnectionListener</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/openxc/remote/VehicleService.html" title="class in com.openxc.remote">VehicleService</a></td>
<td class="colLast">
<div class="block">The VehicleService is the centralized source of all vehicle data.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/openxc/remote/VehicleServiceInterface.Stub.html" title="class in com.openxc.remote">VehicleServiceInterface.Stub</a></td>
<td class="colLast">
<div class="block">Local-side IPC implementation stub class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/openxc/remote/VehicleServiceListener.Stub.html" title="class in com.openxc.remote">VehicleServiceListener.Stub</a></td>
<td class="colLast">
<div class="block">Local-side IPC implementation stub class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/openxc/remote/ViConnectionListener.Stub.html" title="class in com.openxc.remote">ViConnectionListener.Stub</a></td>
<td class="colLast">
<div class="block">Local-side IPC implementation stub class.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
<caption><span>Exception Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/openxc/remote/VehicleServiceException.html" title="class in com.openxc.remote">VehicleServiceException</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="Package com.openxc.remote Description">Package com.openxc.remote Description</h2>
<div class="block">Provides a centralized process, exposed as an Android service, to control
access to measurements from the vehicle.</div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>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="../../../com/openxc/messages/streamers/package-summary.html">Prev Package</a></li>
<li><a href="../../../com/openxc/sinks/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/openxc/remote/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
0.8.0/generated/statsmodels.stats.weightstats.CompareMeans.std_meandiff_pooledvar.html | statsmodels/statsmodels.github.io |
<!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.stats.weightstats.CompareMeans.std_meandiff_pooledvar — 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.stats.weightstats.CompareMeans.std_meandiff_separatevar" href="statsmodels.stats.weightstats.CompareMeans.std_meandiff_separatevar.html" />
<link rel="prev" title="statsmodels.stats.weightstats.CompareMeans.from_data" href="statsmodels.stats.weightstats.CompareMeans.from_data.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.stats.weightstats.CompareMeans.std_meandiff_separatevar.html" title="statsmodels.stats.weightstats.CompareMeans.std_meandiff_separatevar"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="statsmodels.stats.weightstats.CompareMeans.from_data.html" title="statsmodels.stats.weightstats.CompareMeans.from_data"
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="../stats.html" >Statistics <code class="docutils literal"><span class="pre">stats</span></code></a> |</li>
<li class="nav-item nav-item-2"><a href="statsmodels.stats.weightstats.CompareMeans.html" accesskey="U">statsmodels.stats.weightstats.CompareMeans</a> |</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="statsmodels-stats-weightstats-comparemeans-std-meandiff-pooledvar">
<h1>statsmodels.stats.weightstats.CompareMeans.std_meandiff_pooledvar<a class="headerlink" href="#statsmodels-stats-weightstats-comparemeans-std-meandiff-pooledvar" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="statsmodels.stats.weightstats.CompareMeans.std_meandiff_pooledvar">
<code class="descclassname">CompareMeans.</code><code class="descname">std_meandiff_pooledvar</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/stats/weightstats.html#CompareMeans.std_meandiff_pooledvar"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.stats.weightstats.CompareMeans.std_meandiff_pooledvar" title="Permalink to this definition">¶</a></dt>
<dd><p>variance assuming equal variance in both data sets</p>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="statsmodels.stats.weightstats.CompareMeans.from_data.html"
title="previous chapter">statsmodels.stats.weightstats.CompareMeans.from_data</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="statsmodels.stats.weightstats.CompareMeans.std_meandiff_separatevar.html"
title="next chapter">statsmodels.stats.weightstats.CompareMeans.std_meandiff_separatevar</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.weightstats.CompareMeans.std_meandiff_pooledvar.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> |
0.11/generated/mne.viz.plot_raw_psd.html | mne-tools/mne-tools.github.io | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>mne.viz.plot_raw_psd — MNE 0.11.0 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.4/flatly/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/style.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.11.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<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.4/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="top" title="MNE 0.11.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="../python_reference.html" />
<link rel="next" title="mne.viz.plot_snr_estimate" href="mne.viz.plot_snr_estimate.html" />
<link rel="prev" title="mne.viz.plot_raw" href="mne.viz.plot_raw.html" />
<link href='http://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>
<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="http://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 role="document">
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html"><img src="../_static/mne_logo_small.png">
</a>
<span class="navbar-text navbar-version pull-left"><b>0.11.0</b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">
<li><a href="../tutorials.html">Tutorials</a></li>
<li><a href="../auto_examples/index.html">Gallery</a></li>
<li><a href="../manual/index.html">Manual</a></li>
<li><a href="../python_reference.html">API</a></li>
<li><a href="../faq.html">FAQ</a></li>
<li><a href="../cite.html">Cite</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 class="current">
<li class="toctree-l1"><a class="reference internal" href="../getting_started.html">Getting Started</a></li>
<li class="toctree-l1"><a class="reference internal" href="../whats_new.html">What’s new</a></li>
<li class="toctree-l1"><a class="reference internal" href="../cite.html">Cite MNE</a></li>
<li class="toctree-l1"><a class="reference internal" href="../references.html">Related publications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../tutorials.html">Tutorials</a></li>
<li class="toctree-l1"><a class="reference internal" href="../auto_examples/index.html">Examples Gallery</a></li>
<li class="toctree-l1"><a class="reference internal" href="../manual/index.html">Manual</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../python_reference.html">API Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="../faq.html">Frequently Asked Questions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../advanced_setup.html">Advanced installation and setup</a></li>
<li class="toctree-l1"><a class="reference internal" href="../mne_cpp.html">MNE with CPP</a></li>
</ul>
</ul>
</li>
<li class="dropdown">
<a role="button"
id="dLabelLocalToc"
data-toggle="dropdown"
data-target="#"
href="#">Page <b class="caret"></b></a>
<ul class="dropdown-menu localtoc"
role="menu"
aria-labelledby="dLabelLocalToc"><ul>
<li><a class="reference internal" href="#">mne.viz.plot_raw_psd</a></li>
</ul>
</ul>
</li>
</ul>
<form class="navbar-form navbar-right" action="../search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="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_raw_psd</a></li>
</ul>
<li>
<a href="mne.viz.plot_raw.html" title="Previous Chapter: mne.viz.plot_raw"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« mne.viz.plot_raw</span>
</a>
</li>
<li>
<a href="mne.viz.plot_snr_estimate.html" title="Next Chapter: mne.viz.plot_snr_estimate"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">mne.viz.plot_... »</span>
</a>
</li>
<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">
<div class="section" id="mne-viz-plot-raw-psd">
<h1>mne.viz.plot_raw_psd<a class="headerlink" href="#mne-viz-plot-raw-psd" title="Permalink to this headline">¶</a></h1>
<dl class="function">
<dt id="mne.viz.plot_raw_psd">
<code class="descclassname">mne.viz.</code><code class="descname">plot_raw_psd</code><span class="sig-paren">(</span><em>raw</em>, <em>tmin=0.0</em>, <em>tmax=inf</em>, <em>fmin=0</em>, <em>fmax=inf</em>, <em>proj=False</em>, <em>n_fft=2048</em>, <em>picks=None</em>, <em>ax=None</em>, <em>color='black'</em>, <em>area_mode='std'</em>, <em>area_alpha=0.33</em>, <em>n_overlap=0</em>, <em>dB=True</em>, <em>show=True</em>, <em>n_jobs=1</em>, <em>verbose=None</em><span class="sig-paren">)</span><a class="headerlink" href="#mne.viz.plot_raw_psd" title="Permalink to this definition">¶</a></dt>
<dd><p>Plot the power spectral density across channels</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>raw</strong> : instance of io.Raw</p>
<blockquote>
<div><p>The raw instance to use.</p>
</div></blockquote>
<p><strong>tmin</strong> : float</p>
<blockquote>
<div><p>Start time for calculations.</p>
</div></blockquote>
<p><strong>tmax</strong> : float</p>
<blockquote>
<div><p>End time for calculations.</p>
</div></blockquote>
<p><strong>fmin</strong> : float</p>
<blockquote>
<div><p>Start frequency to consider.</p>
</div></blockquote>
<p><strong>fmax</strong> : float</p>
<blockquote>
<div><p>End frequency to consider.</p>
</div></blockquote>
<p><strong>proj</strong> : bool</p>
<blockquote>
<div><p>Apply projection.</p>
</div></blockquote>
<p><strong>n_fft</strong> : int</p>
<blockquote>
<div><p>Number of points to use in Welch FFT calculations.</p>
</div></blockquote>
<p><strong>picks</strong> : array-like of int | None</p>
<blockquote>
<div><p>List of channels to use. Cannot be None if <cite>ax</cite> is supplied. If both
<cite>picks</cite> and <cite>ax</cite> are None, separate subplots will be created for
each standard channel type (<cite>mag</cite>, <cite>grad</cite>, and <cite>eeg</cite>).</p>
</div></blockquote>
<p><strong>ax</strong> : instance of matplotlib Axes | None</p>
<blockquote>
<div><p>Axes to plot into. If None, axes will be created.</p>
</div></blockquote>
<p><strong>color</strong> : str | tuple</p>
<blockquote>
<div><p>A matplotlib-compatible color to use.</p>
</div></blockquote>
<p><strong>area_mode</strong> : str | None</p>
<blockquote>
<div><p>Mode for plotting area. If ‘std’, the mean +/- 1 STD (across channels)
will be plotted. If ‘range’, the min and max (across channels) will be
plotted. Bad channels will be excluded from these calculations.
If None, no area will be plotted.</p>
</div></blockquote>
<p><strong>area_alpha</strong> : float</p>
<blockquote>
<div><p>Alpha for the area.</p>
</div></blockquote>
<p><strong>n_overlap</strong> : int</p>
<blockquote>
<div><p>The number of points of overlap between blocks. The default value
is 0 (no overlap).</p>
</div></blockquote>
<p><strong>dB</strong> : bool</p>
<blockquote>
<div><p>If True, transform data to decibels.</p>
</div></blockquote>
<p><strong>show</strong> : bool</p>
<blockquote>
<div><p>Show figure if True.</p>
</div></blockquote>
<p><strong>n_jobs</strong> : int</p>
<blockquote>
<div><p>Number of jobs to run in parallel.</p>
</div></blockquote>
<p><strong>verbose</strong> : bool, str, int, or None</p>
<blockquote>
<div><p>If not None, override default verbose level (see mne.verbose).</p>
</div></blockquote>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"><strong>fig</strong> : instance of matplotlib figure</p>
<blockquote class="last">
<div><p>Figure with frequency spectra of the data channels.</p>
</div></blockquote>
</td>
</tr>
</tbody>
</table>
</dd></dl>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="pull-right">
<a href="#">Back to top</a>
<br/>
</p>
<p>
© Copyright 2012-2015, MNE Developers.<br/>
</p>
</div>
</footer>
<script src="https://mne.tools/versionwarning.js"></script>
</body>
</html> |
webapp/src/main/webapp/src/widget/templates/Menu.css | vivo-project/Vitro | .dojoMenu {
border:1px solid #000000;
list-style-type:none;
margin:0;
padding:0;
padding-bottom: 1px;
background-color:#f4f4f4;
font-size: 8pt;
}
.dojoMenuSeparator {
list-style-type:none;
margin:0;
padding:1px 0;
border-bottom:1px solid #000000;
line-height:1px;
height:1px;
}
li:hover.dojoMenuSeparator {
background-color:#e5e5e5;
cursor:default;
}
.dojoContextMenu {
position: absolute;
display: none;
border: 2px solid;
border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
list-style-type: none;
margin: 0;
padding: 1px;
background-color: ThreeDFace;
font-size: 8pt;
}
.dojoMenuItem {
white-space: nowrap;
padding: 2px;
font: menu;
color: WindowText;
}
.dojoMenuItem a {
text-decoration: none;
color: WindowText;
font: inherit;
}
.dojoMenuItemHover {
padding: 2px;
background-color: blue;
cursor: pointer;
_cursor: hand;
background-color: Highlight;
color: HighlightText;
}
|
demos/Slider/orientation.html | BaiduFE/Magic | <!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Carousel 组件">
<title>Orientation</title>
<link rel="stylesheet" type="text/css" href="../../demos/common/demo.css">
<script type="text/javascript" src="http://fe.bdimg.com/tangram/2.0.1.2.js"></script>
<script type="text/javascript" src="../../demos/common/demo.js"></script>
<link rel="stylesheet" type="text/css" href="../../resources/default/common/common.css">
<link rel="stylesheet" type="text/css" href="../../resources/default/magic.control.Slider/magic.Slider.css">
<style type="text/css">
.slider{
margin:20px 0;
}
#slider2{
height:200px;
}
.demo{height:400px;}
.view{margin:20px 20px 10px;width:200px;height:50%;float:left;}
.wrap{width:200px;margin:10px auto;font-size:12px;}
.tang-slider-htl .tang-knob{top:0;margin-left:-11px;background:url("../../resources/default/magic.control.Slider/slider-h-knob.png") no-repeat left top;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../resources/default/magic.control.Slider/slider-h-knob.png");}
.tang-slider-htl .tang-knob:hover{background-image:url("../../resources/default/magic.control.Slider/slider-h-knobHover.png");_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../resources/default/magic.control.Slider/slider-h-knobHover.png");}
.tang-slider-htl .tang-knob:active{background-image:url("../../resources/default/magic.control.Slider/slider-h-knobHover.png");_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../resources/default/magic.control.Slider/slider-h-knobHover.png");}
.tang-slider-vtl .tang-knob{top:0;margin-top:-11px;background:url("../../resources/default/magic.control.Slider/slider-v-knob.png") no-repeat left top;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../resources/default/magic.control.Slider/slider-v-knob.png");}
.tang-slider-vtl .tang-knob:hover{background-image:url("../../resources/default/magic.control.Slider/slider-v-knobHover.png");_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../resources/default/magic.control.Slider/slider-v-knobHover.png");}
.tang-slider-vtl .tang-knob:active{background-image:url("../../resources/default/magic.control.Slider/slider-v-knobHover.png");_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../resources/default/magic.control.Slider/slider-v-knobHover.png");}
</style>
<script type="text/javascript" src='../../src/import.php?f=magic.Slider,magic.control.Slider.$fx,magic.control.Slider.$cache'></script>
</head>
<body>
<div class="content">
<div class="demo-list">
<h3>Demo列表</h3>
</div>
<div class="main-wrap">
<div class="demo-wrap">
<h3>滑动条组件 --- orientation</h3>
<p>配置参数中的 <b>orientation</b> 决定滑动条是水平还是垂直,'horizontal' 或 'vertical',默认 vertical</p>
<p>下面的示例中,两个滑动条分别是 horizontal 和 vertical</p>
<div class="demo-view">
</div>
</div>
<p>滑动条一:</p>
<div id="slider1" class="slider"></div>
<p>滑动条二:</p>
<div id="slider2" class="slider"></div>
<div class="console-wrap">
<h3>控制台</h3>
<div id="J_console" class="console"></div>
</div>
</div>
</div>
<script>
// orientation : horizontal
var instance1 = new magic.Slider({
orientation: 'horizontal'
});
instance1.render('slider1');
instance1.on('change', function(evt){
log('info', "滑动条一,当前值: " + evt.value);
});
// orientation : vertical
var instance2 = new magic.Slider({
orientation: 'vertical'
});
instance2.render('slider2');
instance2.on('change', function(evt){
log('info', "滑动条二,当前值: " + evt.value);
});
</script>
</body>
</html>
|
include/addons/ctracker/templates/spamfilter.html | exhibia/exhibia | <table style="width:800px; border:1px solid #999999; background-color:#c2e7d8" cellspacing="0" cellpadding="0">
<tr>
<td width="10px"> </td>
<td style="text-align:left; line-height:20px"><b>!--txt_spamfilter5--</b></td>
</tr>
</table>
<table style="width:800px; height:50px; border:1px solid #999999; background-color:#E7E7E7" cellspacing="8" cellpadding="0">
<tr>
<td style="vertical-align:top; text-align:left;">
!--txt_spamfilter6--<br />
<span style="font-weight:bold">!--txt_spamfilter7-- !--select_auto_spamlist--.</span> [ <a href="index.php?settings=true">!--txt_spamfilter8--</a> ] !--txt_spamfilter9-- <a href="?help=true">!--txt_spamfilter10--</a>.
</tr>
</tr>
</table>
<table style="width:800px; border:0px" cellspacing="0" cellpadding="0">
<tr>
<td style="line-height:!--ct_block_space--px"> </td>
</tr>
</table>
<table style="width:800px; border:1px solid #999999; background-color:#c2e7d8" cellspacing="0" cellpadding="0">
<tr>
<td width="10px"> </td>
<td style="text-align:left; line-height:20px"><b>!--txt_spamfilter11--</b></td>
</tr>
</table>
<table style="width:800px; height:150px; border:1px solid #999999; background-color:#E7E7E7" cellspacing="15" cellpadding="0">
<tr>
<td style="vertical-align:top; text-align:left;">
<b>!--count_spamwords-- !--txt_spamfilter12--</b>
<table style="width:340px" cellspacing="0" cellpadding="0">
<tr>
<td sytle="text-align:left; vertical-align:top">
<form action="index.php?spamfilter=true" method="post">
<textarea name="spamlist" cols="40" rows="10">!--loggedspam--</textarea><br />
<input type="submit" name="submit_spamlist" value="!--txt_spamfilter13--" /> !--info_speichern--
</form>
</td>
</tr>
</table>
</td>
<td style="text-align:center; vertical-align:middle; width:55px">
<span style="font-size:20px">←<br /><br />←</span>
</td>
<td style="vertical-align:top; text-align:left;">
<b>!--session_online_spamwords-- !--txt_spamfilter14--</b>
<table style="width:350px" cellspacing="0" cellpadding="0">
<tr>
<td sytle="text-align:left; vertical-align:top">
<form action="index.php?spamfilter=true" method="post">
<textarea name="spamlist_add" cols="40" rows="10" readonly="readonly" !--textarea_font_color-->!--chop--</textarea>
!--online_spamlist--
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="width:800px; border:0px" cellspacing="0" cellpadding="0">
<tr>
<td style="line-height:!--ct_block_space--px"> </td>
</tr>
</table>
<table style="width:800px; border:1px solid #999999; background-color:#c2e7d8" cellspacing="0" cellpadding="0">
<tr>
<td width="10px"> </td>
<td style="text-align:left; line-height:20px"><b>!--count_loged_spam-- !--txt_spamfilter17--</b> [ !--select_bbc_spam-- ] !--download_logfile--</td>
</tr>
</table>
<table style="width:800px; height:150px; border:1px solid #999999; background-color:#E7E7E7" cellspacing="15" cellpadding="0">
<tr>
<td style="vertical-align:top; text-align:left;">
<form action="index.php?spamfilter=true" method="post">
<div style="width: 100%; !--div_height-- overflow: !--div_overflow--; scrollbar-base-color:#E7E7E7; text-align:left;">
<table width="97%">
!--count_spam_list--
</table>
</div>
!--count_zeilen_button--
</form>
</td>
</tr>
</table>
|
docs/html/group__magma__gesv__driver.html | shengren/magma-1.6.1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>MAGMA: LU solve: driver</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="magma-logo.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">MAGMA
 <span id="projectnumber">1.6.1</span>
</div>
<div id="projectbrief">Matrix Algebra for GPU and Multicore Architectures</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<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><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><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('group__magma__gesv__driver.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#groups">Modules</a> </div>
<div class="headertitle">
<div class="title">LU solve: driver<div class="ingroups"><a class="el" href="group__magma__gesv.html">LU solve</a></div></div> </div>
</div><!--header-->
<div class="contents">
<p>Whole \( Ax=b \) problem.
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="groups"></a>
Modules</h2></td></tr>
<tr class="memitem:group__magma__sgesv__driver"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__magma__sgesv__driver.html">single precision</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__magma__dgesv__driver"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__magma__dgesv__driver.html">double precision</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__magma__cgesv__driver"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__magma__cgesv__driver.html">single-complex precision</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__magma__zgesv__driver"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__magma__zgesv__driver.html">double-complex precision</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>Whole \( Ax=b \) problem. </p>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri Jan 30 2015 19:00:45 for MAGMA by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
</div>
</body>
</html>
|
servicewrapper/doc/uk/ac/ebi/ncbiblast/class-use/THeader.html | NCIP/taverna-grid | <!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_14) on Fri Sep 18 14:09:17 BST 2009 -->
<TITLE>
Uses of Class uk.ac.ebi.ncbiblast.THeader
</TITLE>
<META NAME="date" CONTENT="2009-09-18">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class uk.ac.ebi.ncbiblast.THeader";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/ac/ebi/ncbiblast/THeader.html" title="class in uk.ac.ebi.ncbiblast"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?uk/ac/ebi/ncbiblast/\class-useTHeader.html" target="_top"><B>FRAMES</B></A>
<A HREF="THeader.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>uk.ac.ebi.ncbiblast.THeader</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../uk/ac/ebi/ncbiblast/THeader.html" title="class in uk.ac.ebi.ncbiblast">THeader</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#uk.ac.ebi.ncbiblast"><B>uk.ac.ebi.ncbiblast</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="uk.ac.ebi.ncbiblast"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../uk/ac/ebi/ncbiblast/THeader.html" title="class in uk.ac.ebi.ncbiblast">THeader</A> in <A HREF="../../../../../uk/ac/ebi/ncbiblast/package-summary.html">uk.ac.ebi.ncbiblast</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../uk/ac/ebi/ncbiblast/package-summary.html">uk.ac.ebi.ncbiblast</A> that return <A HREF="../../../../../uk/ac/ebi/ncbiblast/THeader.html" title="class in uk.ac.ebi.ncbiblast">THeader</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../uk/ac/ebi/ncbiblast/THeader.html" title="class in uk.ac.ebi.ncbiblast">THeader</A></CODE></FONT></TD>
<TD><CODE><B>EBIApplicationResult.</B><B><A HREF="../../../../../uk/ac/ebi/ncbiblast/EBIApplicationResult.html#getHeader()">getHeader</A></B>()</CODE>
<BR>
Gets the header value for this EBIApplicationResult.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../uk/ac/ebi/ncbiblast/package-summary.html">uk.ac.ebi.ncbiblast</A> with parameters of type <A HREF="../../../../../uk/ac/ebi/ncbiblast/THeader.html" title="class in uk.ac.ebi.ncbiblast">THeader</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>EBIApplicationResult.</B><B><A HREF="../../../../../uk/ac/ebi/ncbiblast/EBIApplicationResult.html#setHeader(uk.ac.ebi.ncbiblast.THeader)">setHeader</A></B>(<A HREF="../../../../../uk/ac/ebi/ncbiblast/THeader.html" title="class in uk.ac.ebi.ncbiblast">THeader</A> header)</CODE>
<BR>
Sets the header value for this EBIApplicationResult.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../uk/ac/ebi/ncbiblast/package-summary.html">uk.ac.ebi.ncbiblast</A> with parameters of type <A HREF="../../../../../uk/ac/ebi/ncbiblast/THeader.html" title="class in uk.ac.ebi.ncbiblast">THeader</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../uk/ac/ebi/ncbiblast/EBIApplicationResult.html#EBIApplicationResult(uk.ac.ebi.ncbiblast.THeader, uk.ac.ebi.ncbiblast.TSSSR)">EBIApplicationResult</A></B>(<A HREF="../../../../../uk/ac/ebi/ncbiblast/THeader.html" title="class in uk.ac.ebi.ncbiblast">THeader</A> header,
<A HREF="../../../../../uk/ac/ebi/ncbiblast/TSSSR.html" title="class in uk.ac.ebi.ncbiblast">TSSSR</A> sequenceSimilaritySearchResult)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../uk/ac/ebi/ncbiblast/THeader.html" title="class in uk.ac.ebi.ncbiblast"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?uk/ac/ebi/ncbiblast/\class-useTHeader.html" target="_top"><B>FRAMES</B></A>
<A HREF="THeader.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
qa/index.css | ibelem/the-web | body {
background:#eee;
margin :0;
padding:15px 40px;
font-family:'trebuchet ms',verdana,sans-serif;
font-size:13px;
text-align:center;
}
#wrap1 {
max-width:980px;
min-width:600px;
margin:auto;
background-color:#bdc3c4;
padding:1px;
border:2px solid #c5cacb;
text-align:left;
}
#content_div {
padding:20px 20px 10px 20px;
background:#fff;}
#footer {
clear:both;
margin-top:20px;
padding-top:5px;
}
h1 {
font-size:22px;
margin:0 0 12px 0;
}
h4 {
border: 1px solid #333;
padding:6px 16px;
width:110px;
background-color:#eee;
margin-top:40px;
}
h5 {
font-size:13px;
margin:24px 0 12px 0;
}
abbr {
border:none;
}
table {
width:100%;
border-collapse:collapse;
border:1px solid #333;
margin:12px 0 12px 0;
}
th, td {
text-align:left;
font-size:13px;
line-height:23px;
padding-left:5px;
background-color:#fff;
}
th {
background-color:#e4e4ee;
border:1px solid #333;
}
td {
border-top:1px dotted #999;
border-right:1px solid #000;
border-bottom:1px dotted #999;
border-left:1px solid #000;
empty-cells:show;
}
td a:link, td a:visited {
text-decoration:none;
}
a:link, a:active {
color:#0070C0;
text-decoration:none;
}
a:visited {
color:#95B3D7;
text-decoration:line-through;
}
a:hover {
color: #7030A0;
background-color:#feeefe;
border-bottom:1px #7030A0 dashed;
}
img {
border:none;
max-width:100%;
}
p, li {
text-align:justify;
}
.iBy {
color: #666;
font-size: x-small;
font-style: italic;
}
.inpro {
font-style: italic;
color:#888;
background-color:yellow;
font-size: x-small;
}
abbr {
border-bottom:1px dotted gray;
font-size:small;
}
|
web/css/items/news.css | alexander-git/news | .news {
padding : 20px;
}
.news .news__header {
margin-bottom : 10px;
}
.news__header .news__title {
float : left;
font-size : 22px;
}
.news__header .news__date {
float : right;
font-size : 14px;
}
.news .news__content {
}
.news__content .news__image {
float : left;
max-width : 400px;
max-height : 400px;
margin-right : 25px;
margin-bottom : 25px;
}
.news__content .news__text {
font-size : 16px;
} |
v0.12.2/generated/statsmodels.tsa.statespace.kalman_filter.KalmanFilter.filter_method.html | statsmodels/statsmodels.github.io |
<!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.kalman_filter.KalmanFilter.filter_method — 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.kalman_filter.KalmanFilter.filter_methods" href="statsmodels.tsa.statespace.kalman_filter.KalmanFilter.filter_methods.html" />
<link rel="prev" title="statsmodels.tsa.statespace.kalman_filter.KalmanFilter.filter_extended" href="statsmodels.tsa.statespace.kalman_filter.KalmanFilter.filter_extended.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.tsa.statespace.kalman_filter.KalmanFilter.filter_method" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.12.2</span>
<span class="md-header-nav__topic"> statsmodels.tsa.statespace.kalman_filter.KalmanFilter.filter_method </span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" action="../search.html" method="GET" name="search">
<input type="text" class="md-search__input" name="q" placeholder="Search"
autocapitalize="off" autocomplete="off" spellcheck="false"
data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../_static/versions.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../statespace.html" class="md-tabs__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a></li>
<li class="md-tabs__item"><a href="statsmodels.tsa.statespace.kalman_filter.KalmanFilter.html" class="md-tabs__link">statsmodels.tsa.statespace.kalman_filter.KalmanFilter</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.kalman_filter.KalmanFilter.filter_method.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<h1 id="generated-statsmodels-tsa-statespace-kalman-filter-kalmanfilter-filter-method--page-root">statsmodels.tsa.statespace.kalman_filter.KalmanFilter.filter_method<a class="headerlink" href="#generated-statsmodels-tsa-statespace-kalman-filter-kalmanfilter-filter-method--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py attribute">
<dt id="statsmodels.tsa.statespace.kalman_filter.KalmanFilter.filter_method">
<code class="sig-prename descclassname">KalmanFilter.</code><code class="sig-name descname">filter_method</code><em class="property"> = 1</em><a class="headerlink" href="#statsmodels.tsa.statespace.kalman_filter.KalmanFilter.filter_method" title="Permalink to this definition">¶</a></dt>
<dd><p>(int) Filtering method bitmask.</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.kalman_filter.KalmanFilter.filter_extended.html" title="statsmodels.tsa.statespace.kalman_filter.KalmanFilter.filter_extended"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.tsa.statespace.kalman_filter.KalmanFilter.filter_extended </span>
</div>
</a>
<a href="statsmodels.tsa.statespace.kalman_filter.KalmanFilter.filter_methods.html" title="statsmodels.tsa.statespace.kalman_filter.KalmanFilter.filter_methods"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.tsa.statespace.kalman_filter.KalmanFilter.filter_methods </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© 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> |
programs/PointVISAR/private/PointVISARversion.html | SMASHtoolbox/release | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>Description of PointVISARversion</title>
<meta name="keywords" content="PointVISARversion">
<meta name="description" content="PointVISARversion : returns current PointVISAR version number">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="m2html v1.5 © 2003-2005 Guillaume Flandin">
<meta name="robots" content="index, follow">
<link type="text/css" rel="stylesheet" href="../../../../../m2html.css">
</head>
<body>
<a name="_top"></a>
<div><a href="../../../../../index.html">Home</a> > <a href="#">..</a> > <a href="../../../index.html">SMASHtoolbox</a> > <a href="#">programs</a> > <a href="../index.html">PointVISAR</a> > <a href="index.html">private</a> > PointVISARversion.m</div>
<!--<table width="100%"><tr><td align="left"><a href="../../../../../index.html"><img alt="<" border="0" src="../../../../../left.png"> Master index</a></td>
<td align="right"><a href="index.html">Index for ../SMASHtoolbox/programs/PointVISAR/private <img alt=">" border="0" src="../../../../../right.png"></a></td></tr></table>-->
<h1>PointVISARversion
</h1>
<h2><a name="_name"></a>PURPOSE <a href="#_top"><img alt="^" border="0" src="../../../../../up.png"></a></h2>
<div class="box"><strong>PointVISARversion : returns current PointVISAR version number</strong></div>
<h2><a name="_synopsis"></a>SYNOPSIS <a href="#_top"><img alt="^" border="0" src="../../../../../up.png"></a></h2>
<div class="box"><strong>function [version,versiondate]=PointVISARversion() </strong></div>
<h2><a name="_description"></a>DESCRIPTION <a href="#_top"><img alt="^" border="0" src="../../../../../up.png"></a></h2>
<div class="fragment"><pre class="comment"> PointVISARversion : returns current PointVISAR version number</pre></div>
<!-- crossreference -->
<h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^" border="0" src="../../../../../up.png"></a></h2>
This function calls:
<ul style="list-style-image:url(../../../../../matlabicon.gif)">
</ul>
This function is called by:
<ul style="list-style-image:url(../../../../../matlabicon.gif)">
<li><a href="AboutPointVISAR.html" class="code" title="function AboutPointVISAR()">AboutPointVISAR</a> </li><li><a href="CommandLineHelp.html" class="code" title="function CommandLineHelp()">CommandLineHelp</a> %%%%%%%%%%%%%%%%%%%%%%%%%</li><li><a href="SaveConfig.html" class="code" title="function message=SaveConfig(data)">SaveConfig</a> SaveConfig Save current PointVISAR configuration to file.</li></ul>
<!-- crossreference -->
<h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" src="../../../../../up.png"></a></h2>
<div class="fragment"><pre>0001 <span class="comment">% PointVISARversion : returns current PointVISAR version number</span>
0002 <a name="_sub0" href="#_subfunctions" class="code">function [version,versiondate]=PointVISARversion()</a>
0003
0004 <span class="comment">%Version history:</span>
0005 <span class="comment">% Version 2.1 created May 17, 2005</span>
0006 <span class="comment">% Version 2.2 created May 31, 2005</span>
0007 <span class="comment">% Version 2.5 created October 15, 2008</span>
0008 <span class="comment">% -bug fixes and Windows executable generated August 29, 2009</span>
0009
0010 <span class="comment">% First release beta</span>
0011 <span class="comment">% version='2.3';</span>
0012 <span class="comment">% versiondate='July 7, 2005';</span>
0013
0014 <span class="comment">% First Sandia release</span>
0015 <span class="comment">%version='2.3.1';</span>
0016 <span class="comment">%versiondate='July 14, 2005';</span>
0017
0018 <span class="comment">% First general release</span>
0019 <span class="comment">%version='2.5';</span>
0020 <span class="comment">%versiondate='September 2009';</span>
0021
0022 <span class="comment">% Final release?</span>
0023 <span class="comment">%version='2.6';</span>
0024 <span class="comment">%versiondate='August 2010';</span>
0025
0026 <span class="comment">% added support for Agilent HDF5 files</span>
0027 version=<span class="string">'2.6C'</span>;
0028 <span class="comment">%versiondate='April 2012';</span>
0029 versiondate=<span class="string">'August 2020'</span>;</pre></div>
<hr><address>Generated on Tue 10-Nov-2020 17:53:50 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> © 2005</address>
</body>
</html> |
stable/generated/mne.read_source_morph.html | mne-tools/mne-tools.github.io |
<!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.read_source_morph — 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.split_label" href="mne.split_label.html" />
<link rel="prev" title="mne.random_parcellation" href="mne.random_parcellation.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 has-children">
<a class="reference internal" href="../inverse.html">
Inverse Solutions
</a>
<input 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>
<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">
<a class="reference internal" href="mne.beamformer.make_lcmv_resolution_matrix.html">
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 current active has-children">
<a class="reference internal" href="../source_space.html">
Source Space Data
</a>
<input checked="" 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 class="current">
<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 current active">
<a class="current reference internal" href="#">
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-read-source-morph">
Examples using
<code class="docutils literal notranslate">
<span class="pre">
mne.read_source_morph
</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-read-source-morph">
<h1>mne.read_source_morph<a class="headerlink" href="#mne-read-source-morph" title="Permalink to this headline">¶</a></h1>
<dl class="py function">
<dt class="sig sig-object py" id="mne.read_source_morph">
<span class="sig-prename descclassname"><span class="pre">mne.</span></span><span class="sig-name descname"><span class="pre">read_source_morph</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">fname</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/morph.py#L733-L765"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mne.read_source_morph" title="Permalink to this definition">¶</a></dt>
<dd><p>Load the morph for source estimates from a file.</p>
<dl class="field-list">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><dl>
<dt><strong>fname</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.10)"><code class="docutils literal notranslate"><span class="pre">str</span></code></a></span></dt><dd><p>Full filename including path.</p>
</dd>
</dl>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><dl>
<dt><strong>source_morph</strong><span class="classifier">instance of <a class="reference internal" href="mne.SourceMorph.html#mne.SourceMorph" title="mne.SourceMorph"><code class="xref py py-obj docutils literal notranslate"><span class="pre">SourceMorph</span></code></a></span></dt><dd><p>The loaded morph.</p>
</dd>
</dl>
</dd>
</dl>
</dd></dl>
<section id="examples-using-mne-read-source-morph">
<span id="sphx-glr-backreferences-mne-read-source-morph"></span><h2>Examples using <code class="docutils literal notranslate"><span class="pre">mne.read_source_morph</span></code><a class="headerlink" href="#examples-using-mne-read-source-morph" title="Permalink to this headline">¶</a></h2>
<div class="sphx-glr-thumbcontainer" tooltip="This example demonstrates how to morph an individual subject's mne.SourceEstimate to a common r..."><figure class="align-default" id="id1">
<img alt="Morph surface source estimate" src="../_images/sphx_glr_morph_surface_stc_thumb.png" />
<figcaption>
<p><span class="caption-text"><a class="reference internal" href="../auto_examples/inverse/morph_surface_stc.html#sphx-glr-auto-examples-inverse-morph-surface-stc-py"><span class="std std-ref">Morph surface source estimate</span></a></span><a class="headerlink" href="#id1" title="Permalink to this image">¶</a></p>
</figcaption>
</figure>
</div><div class="sphx-glr-thumbcontainer" tooltip="This example demonstrates how to morph an individual subject's mne.VolSourceEstimate to a commo..."><figure class="align-default" id="id2">
<img alt="Morph volumetric source estimate" src="../_images/sphx_glr_morph_volume_stc_thumb.png" />
<figcaption>
<p><span class="caption-text"><a class="reference internal" href="../auto_examples/inverse/morph_volume_stc.html#sphx-glr-auto-examples-inverse-morph-volume-stc-py"><span class="std std-ref">Morph volumetric source estimate</span></a></span><a class="headerlink" href="#id2" 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.random_parcellation.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.random_parcellation</p>
</div>
</a>
<a class='right-next' id="next-link" href="mne.split_label.html" title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">mne.split_label</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> |
docs/haishinkit/com.haishinkit.codec.util/-scheduled-fps-controller/timestamp.html | shogo4405/HaishinKit.java | <html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>timestamp</title>
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../../";</script> <script>const storage = localStorage.getItem("dokka-dark-mode")
const savedDarkMode = storage ? JSON.parse(storage) : false
if(savedDarkMode === true){
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}</script>
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script><link href="../../../styles/style.css" rel="Stylesheet"><link href="../../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../../styles/main.css" rel="Stylesheet"><link href="../../../styles/prism.css" rel="Stylesheet"><link href="../../../styles/logo-styles.css" rel="Stylesheet"><script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script><script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script><script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script><script type="text/javascript" src="../../../scripts/main.js" defer="defer"></script><script type="text/javascript" src="../../../scripts/prism.js" async="async"></script> </head>
<body>
<div class="navigation-wrapper" id="navigation-wrapper">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<div class="library-name"><a href="../../../index.html">haishinkit</a></div>
<div>0.5.1</div>
<div class="pull-right d-flex"><button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
</div>
</div>
<div id="container">
<div id="leftColumn">
<div id="sideMenu"></div>
</div>
<div id="main">
<div class="main-content" id="content" pageIds="haishinkit::com.haishinkit.codec.util/ScheduledFpsController/timestamp/#kotlin.Long/PointingToDeclaration//-473192002">
<div class="breadcrumbs"><a href="../../../index.html">haishinkit</a>/<a href="../index.html">com.haishinkit.codec.util</a>/<a href="index.html">ScheduledFpsController</a>/<a href="timestamp.html">timestamp</a></div>
<div class="cover ">
<h1 class="cover"><span><span>timestamp</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":haishinkit:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword">override </span><span class="token keyword">fun </span><a href="timestamp.html"><span class="token function">timestamp</span></a><span class="token punctuation">(</span>timestamp<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2022 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>
|
OnlineContributors/context/WEB-INF/PortfolioMoveSection.html | tolweb/tolweb-app | <div class="moveupdownsect">
<span jwcid="@If" condition="ognl:page.sectionCanMoveBoth" element="ognl:null">
<a jwcid="@LinkSubmit" selected="ognl:page.moveUpSectionIndex" tag="ognl:page.sectionIndex"><img src="/tree/learn/lisa.images/trhouseimage/Up.gif">Up</a>
<a jwcid="@LinkSubmit" selected="ognl:page.moveDownSectionIndex" tag="ognl:page.sectionIndex"><img src="/tree/learn/lisa.images/trhouseimage/Down.gif">Down</a>
</span>
<span jwcid="@If" condition="ognl:page.sectionCanMoveDown" element="ognl:null">
<a jwcid="@LinkSubmit" selected="ognl:page.moveDownSectionIndex" tag="ognl:page.sectionIndex"><img src="/tree/learn/lisa.images/trhouseimage/Down.gif">Down</a>
</span>
<span jwcid="@If" condition="ognl:page.sectionCanMoveUp" element="ognl:null">
<a jwcid="@LinkSubmit" selected="ognl:page.moveUpSectionIndex" tag="ognl:page.sectionIndex"><img src="/tree/learn/lisa.images/trhouseimage/Up.gif">Up</a>
</span>
<a jwcid="@LinkSubmit" selected="ognl:page.deleteSectionIndex" tag="ognl:page.sectionIndex">– Delete</a>
</div> |
public/css/style.css | kpurrmann/em | body {
padding-top: 60px;
padding-bottom: 40px;
}
.zf-green {
color: #68b604;
}
.btn-success {
background-color: #57a900;
background-image: -moz-linear-gradient(top, #70d900, #57a900);
background-image: -ms-linear-gradient(top, #70d900, #57a900);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
background-image: -webkit-linear-gradient(top, #70d900, #57a900);
background-image: -o-linear-gradient(top, #70d900, #57a900);
background-image: linear-gradient(top, #70d900, #57a900);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
background-color: #57a900;
}
.btn-success:active, .btn-success.active {
background-color: #57a900;
}
div.container a.brand {
background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
margin-left: 0;
padding: 8px 20px 12px 40px;
}
.fileinput-button {
position: relative;
overflow: hidden;
}
.fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
filter: alpha(opacity=0);
transform: translate(-300px, 0) scale(4);
font-size: 23px;
direction: ltr;
cursor: pointer;
} |
core/features/dateParsing/ComparisionResults/TCsSpaceSeparator/TC_28.html | operasoftware/presto-testo | <!DOCTYPE HTML PUBLIC " //W3C//DTD HTML 4.01//EN">
<html><head>
<title> Date parsing </title>
</head>
<body>
<script type="text/javascript">
function test(){
var date;
var year;
var i;
var dateStrings = [
"1000 1000 0",
"1000 1000 11",
"1000 1000 12",
"1000 1000 13",
"1000 1000 69",
"1000 1000 70",
"5000 5000 55",
"6500 4500 68",
"9998 9998 98",
"9999 9999 12",
"9999 9999 9",
"9999 9999 99",
];
document.write("<TABLE border=1>");
document.write("<TR>");
document.write("<TD>");
document.write("Date example");
document.write("</TD>");
document.write("<TD>");
document.write("new Date(\"Date example\")");
document.write("</TD>");
document.write("<TD>");
document.write("new Date(\"Date example\").getYear()");
document.write("</TD>");
document.write("</TR>");
for (i = 0; i < dateStrings.length; i++)
{
date = new Date(dateStrings[i]);
year = date.getYear();
document.write("<TR>");
document.write("<TD>");
document.write(dateStrings[i]);
document.write("</TD>");
document.write("<TD>");
document.write(date);
document.write("</TD>");
document.write("<TD>");
document.write(year);
document.write("</TD>");
document.write("</TR>");
}
document.write("</TABLE>");
}
window.onload=test;
</script>
</body></html>
|
rstl-core/templates/commenttest/test1.html | rstl/rstl | <html>
<head>
{# Put all comments over here #}
{% block foo%}
{# Everything in the foo block #}
<link href="foobar"/>
{% endblock %}
</head>
</html> |
gcc-linaro-4.9-2015.02-3-x86_64_arm-linux-gnueabihf/share/doc/ld.html/Output-Section-Attributes.html | AlbandeCrevoisier/ldd-athens | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This file documents the GNU linker LD
(Linaro GDB 2015.02-3)
version 2.24.51.
Copyright (C) 1991-2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, with no Front-Cover Texts, and with no
Back-Cover Texts. A copy of the license is included in the
section entitled "GNU Free Documentation License". -->
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<head>
<title>LD: Output Section Attributes</title>
<meta name="description" content="LD: Output Section Attributes">
<meta name="keywords" content="LD: Output Section Attributes">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="index.html#Top" rel="start" title="Top">
<link href="LD-Index.html#LD-Index" rel="index" title="LD Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="SECTIONS.html#SECTIONS" rel="up" title="SECTIONS">
<link href="Output-Section-Type.html#Output-Section-Type" rel="next" title="Output Section Type">
<link href="Output-Section-Discarding.html#Output-Section-Discarding" rel="prev" title="Output Section Discarding">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.indentedblock {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
div.smalllisp {margin-left: 3.2em}
kbd {font-style:oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nocodebreak {white-space:nowrap}
span.nolinebreak {white-space:nowrap}
span.roman {font-family:serif; font-weight:normal}
span.sansserif {font-family:sans-serif; font-weight:normal}
ul.no-bullet {list-style: none}
-->
</style>
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<a name="Output-Section-Attributes"></a>
<div class="header">
<p>
Next: <a href="Overlay-Description.html#Overlay-Description" accesskey="n" rel="next">Overlay Description</a>, Previous: <a href="Output-Section-Discarding.html#Output-Section-Discarding" accesskey="p" rel="prev">Output Section Discarding</a>, Up: <a href="SECTIONS.html#SECTIONS" accesskey="u" rel="up">SECTIONS</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="LD-Index.html#LD-Index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="Output-Section-Attributes-1"></a>
<h4 class="subsection">3.6.8 Output Section Attributes</h4>
<a name="index-output-section-attributes"></a>
<p>We showed above that the full description of an output section looked
like this:
</p>
<div class="smallexample">
<pre class="smallexample"><var>section</var> [<var>address</var>] [(<var>type</var>)] :
[AT(<var>lma</var>)]
[ALIGN(<var>section_align</var>)]
[SUBALIGN(<var>subsection_align</var>)]
[<var>constraint</var>]
{
<var>output-section-command</var>
<var>output-section-command</var>
…
} [><var>region</var>] [AT><var>lma_region</var>] [:<var>phdr</var> :<var>phdr</var> …] [=<var>fillexp</var>]
</pre></div>
<p>We’ve already described <var>section</var>, <var>address</var>, and
<var>output-section-command</var>. In this section we will describe the
remaining section attributes.
</p>
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">• <a href="Output-Section-Type.html#Output-Section-Type" accesskey="1">Output Section Type</a>:</td><td> </td><td align="left" valign="top">Output section type
</td></tr>
<tr><td align="left" valign="top">• <a href="Output-Section-LMA.html#Output-Section-LMA" accesskey="2">Output Section LMA</a>:</td><td> </td><td align="left" valign="top">Output section LMA
</td></tr>
<tr><td align="left" valign="top">• <a href="Forced-Output-Alignment.html#Forced-Output-Alignment" accesskey="3">Forced Output Alignment</a>:</td><td> </td><td align="left" valign="top">Forced Output Alignment
</td></tr>
<tr><td align="left" valign="top">• <a href="Forced-Input-Alignment.html#Forced-Input-Alignment" accesskey="4">Forced Input Alignment</a>:</td><td> </td><td align="left" valign="top">Forced Input Alignment
</td></tr>
<tr><td align="left" valign="top">• <a href="Output-Section-Constraint.html#Output-Section-Constraint" accesskey="5">Output Section Constraint</a>:</td><td> </td><td align="left" valign="top">Output section constraint
</td></tr>
<tr><td align="left" valign="top">• <a href="Output-Section-Region.html#Output-Section-Region" accesskey="6">Output Section Region</a>:</td><td> </td><td align="left" valign="top">Output section region
</td></tr>
<tr><td align="left" valign="top">• <a href="Output-Section-Phdr.html#Output-Section-Phdr" accesskey="7">Output Section Phdr</a>:</td><td> </td><td align="left" valign="top">Output section phdr
</td></tr>
<tr><td align="left" valign="top">• <a href="Output-Section-Fill.html#Output-Section-Fill" accesskey="8">Output Section Fill</a>:</td><td> </td><td align="left" valign="top">Output section fill
</td></tr>
</table>
</body>
</html>
|
core/features/dateParsing/TestCases/individual/CommaSeparator/739.html | operasoftware/presto-testo | <!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>Date parser test — 0<=x<=69 and 0<=y<=69 and 100<=z<=999 — 12,8,100</title>
<script src="../date_test.js"></script>
<p>Failed (Script did not run)</p>
<script>
test_date("12,8,100", 100, 11, 7, 23, 0, 0)
</script>
</html> |
apidocs/files/lib_yui.js.html | yahoo/express-yui | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>lib/yui.js - express-yui API documentation</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="express-yui API documentation"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 0.2.0</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/client.html">client</a></li>
<li><a href="../classes/ExpressYUI.html">ExpressYUI</a></li>
<li><a href="../classes/loader-patch.html">loader-patch</a></li>
<li><a href="../classes/middleware.html">middleware</a></li>
<li><a href="../classes/origin.html">origin</a></li>
<li><a href="../classes/seed.html">seed</a></li>
<li><a href="../classes/server.html">server</a></li>
<li><a href="../classes/utils.html">utils</a></li>
<li><a href="../classes/yui.html">yui</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/express-yui.html">express-yui</a></li>
<li><a href="../modules/express-yui_lib_client.html">express-yui/lib/client</a></li>
<li><a href="../modules/express-yui_lib_loader-patches.html">express-yui/lib/loader-patches</a></li>
<li><a href="../modules/express-yui_lib_middleware.html">express-yui/lib/middleware</a></li>
<li><a href="../modules/express-yui_lib_origin.html">express-yui/lib/origin</a></li>
<li><a href="../modules/express-yui_lib_patches_lang-bundles-requires.html">express-yui/lib/patches/lang-bundles-requires</a></li>
<li><a href="../modules/express-yui_lib_patches_optional-requires.html">express-yui/lib/patches/optional-requires</a></li>
<li><a href="../modules/express-yui_lib_patches_server-intl-get.html">express-yui/lib/patches/server-intl-get</a></li>
<li><a href="../modules/express-yui_lib_patches_templates-requires.html">express-yui/lib/patches/templates-requires</a></li>
<li><a href="../modules/express-yui_lib_seed.html">express-yui/lib/seed</a></li>
<li><a href="../modules/express-yui_lib_server.html">express-yui/lib/server</a></li>
<li><a href="../modules/express-yui_lib_utils.html">express-yui/lib/utils</a></li>
<li><a href="../modules/express-yui_lib_yui.html">express-yui/lib/yui</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 class="file-heading">File: lib/yui.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
/*
* Copyright (c) 2013, Yahoo! Inc. All rights reserved.
* Copyrights licensed under the New BSD License.
* See the accompanying LICENSE file for terms.
*/
/*jslint node:true, nomen: true */
/**
Provides the class foundation of the `app.yui` object.
@module express-yui/lib/yui
**/
'use strict';
var // sub-modules
seed = require('./seed'),
origin = require('./origin'),
server = require('./server'),
patch = require('./loader-patch'),
// utilities
utils = require('./utils'),
debug = require('debug')('express:yui');
/**
The `express-yui/lib/yui` exports the class used to create the `app.yui`
member that will be attached to the express app instance. This member
provides a set of functionalities to control the YUI version to be used
on the client as well as on the server.
The following is an example of how these features can be used:
var express = require('express'),
expyui = require('express-yui'),
app = express();
expyui.extend(app);
// Set some basic configs
app.yui.applyConfig({
fetchCSS: false
});
// Call expose middleware when a route match.
app.get('/index.html', expyui.expose(), anotherRoute);
In the example above, you can see that right after extending the
`app` with `expyui.extend()` a new member is available under `app.yui`,
and it enable us to configure YUI in any way we want.
Also, the `state` of the app will be serialized
per request, and can be used in the template to set up the client
side to run YUI with the same configuration used on the server side.
Here is an example of a handlebars template:
<script>
{{{state}}}
app.yui.use('node', function (Y) {
Y.one('#content').setContent('<p>Ready!</p>');
});
</script>
In this particular case, `state` will hold all the
appropiated settings generated by `expose` middleware.
@class yui
@static
@constructor
@uses utils, seed, origin, server
*/
function YUIClass(app) {
var YUI;
this._app = app;
this._config = {};
this._clientModules = {};
this._serverModules = {};
try {
YUI = require('yui' + (utils.debugMode ? '/debug' : ''));
} catch (e) {
throw new Error('Error trying to require("yui"). ' +
'`express`, `express-yui` and `yui` are peerDependencies.');
}
this.YUI = YUI.YUI;
this.version = YUI.YUI.version;
this.path = YUI.path();
debug('Using yui@' + this.version + ' from [' + this.path + '] in ' +
(utils.debugMode ? 'debug' : 'production') + ' mode.');
// default configuration based on version
this._config = {
version: this.version
};
// setting some basic values
app.set('yui default base', app.get('yui default base') || "/");
app.set('yui default root', app.get('yui default root') || "/");
app.set('yui combo config', app.get('yui combo config') || utils.DEFAULT_COMBO_CONFIG);
// assuming default CDN
this.setCoreFromCDN();
// Default clientside patches
this._config.patches = [];
// Default serverside patches
this._patches = [];
}
YUIClass.prototype = {
/**
Extends the static configuration with the supplier
object(s). You can use it like this:
// Disable CSS computations
app.yui.applyConfig({
fetchCSS: false
});
@method applyConfig
@public
@param {Object*} supplier objects to be mixed with the
static configuration. All available settings
[from the YUI API Docs](http://yuilibrary.com/yui/docs/api/classes/config.html).
can be used here.
@chainable
**/
applyConfig: function () {
this.config.apply(this, Array.prototype.slice.call(arguments));
return this;
},
/**
Extends the static configuration with the supplier object(s)
or returns the current static configuration reference. This
configuration is static, and attached to the server object.
Once you call `yui.expose()` middleware for the first time,
this configuration becomes inmutable.
@method config
@protected
@param {Object*} supplier Optional supplier objects
that, if passed, will be mix with the static configuration.
@return {object} static configuration
**/
config: function () {
var args = Array.prototype.slice.call(arguments);
// Mix in current `arguments` into `this._config`
if (args.length) {
args.unshift(this._config);
utils.extend.apply(null, args);
}
return this._config;
},
/**
Set up a default group in loader that represents the
core yui modules to be loaded from YUI CDN.
app.yui.setCoreFromCDN();
@method setCoreFromCDN
@public
@param {Object} loaderConfig Optional loader configuration
objects that, if passed, will be mix with the default
configuration for yui CDN.
@chainable
**/
setCoreFromCDN: function (loaderConfig) {
var config = this.config(),
version = this.version;
// TODO: This should mutate through an API.
utils.extend(config, {
base: "http://yui.yahooapis.com/" + version + "/",
comboBase: "http://yui.yahooapis.com/combo?",
comboSep: "&",
root: version + "/",
filter: (utils.debugMode ? 'debug' : 'min'),
logLevel: (utils.debugMode ? 'warn' : 'error'),
combine: !utils.debugMode
}, loaderConfig);
return this;
}
};
utils.extend(YUIClass.prototype, seed, origin, server, patch);
module.exports = YUIClass;
</pre>
</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>
|
LayoutTests/inspector/documentation/documentation-determine-descriptors.html | smilusingjavascript/blink | <html>
<head>
<script src="../../http/tests/inspector/inspector-test.js"></script>
<script src="../editor/editor-test.js"></script>
<script>
function test()
{
var testCases = [
{ name: "max", startColumn: 0 },
{ name: "insertBefore", startColumn: 0 },
{ name: "Number.MAX_VALUE", startColumn: 7 },
{ name: "Math.PI", startColumn: 5 },
{ name: "NaN", startColumn: 0 },
];
var articleList = [
"javascript/Math/max",
"dom/Node/insertBefore",
"javascript/Number/constants",
"javascript/Math/constants",
"javascript/NaN"
]
runtime.loadModulePromise("documentation").then(function() {
var urlProvider = WebInspector.DocumentationCatalog.instance();
for (var i = 0; i < articleList.length; ++i)
urlProvider._addDescriptorToList(articleList[i]);
var determineDescriptors = WebInspector.DocumentationView.ContextMenuProvider.prototype._determineDescriptors;
var textEditor = InspectorTest.createTestEditor();
textEditor.setMimeType("text/javascript");
textEditor.setReadOnly(false);
textEditor.element.focus();
for (var i = 0; i < testCases.length; ++i) {
InspectorTest.addResult("Case " + testCases[i].name + ":");
textEditor.setText(testCases[i].name);
InspectorTest.setLineSelections(textEditor, [
{line: 0, column: testCases[i].startColumn}
]);
InspectorTest.addResult(" Empty selection:");
dumpURLs();
InspectorTest.setLineSelections(textEditor, [
{line: 0, from: testCases[i].startColumn, to: testCases[i].length}
]);
InspectorTest.addResult(" Property selected:");
dumpURLs();
function dumpURLs()
{
var properties = determineDescriptors(textEditor);
if (properties.length === 0) {
InspectorTest.addResult(" null");
return;
}
for (var j = 0; j < properties.length; ++j)
InspectorTest.addResult(" " + j + ": " + properties[j].name() + "." + properties[j].searchItem());
}
}
InspectorTest.completeTest();
}).done();
}
</script>
</head>
<body onload="runTest()">
This test verifies URL provided by DocumentationView.ContextMenuProvider._determineDescriptors
</body>
</html>
|
web/css/site.css | spiritabsolute/blog | html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view th {
white-space: nowrap;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
.grid-view td.action-column {
white-space: nowrap;
text-align: center;
letter-spacing: 0.1em;
max-width: 7em;
}
|
doc/factory/index.html | holzman/glideinwms-old | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title>glideinWMS - Factory</title>
<meta name="CREATED" content="0;0">
<meta name="CHANGED" content="20100521;20081031;14115200">
<link rel="stylesheet" type="text/css" href="../common/glideinWMS.css" media="screen, projection" />
</head>
<body lang="en-US" dir="ltr">
<h1>
<a href="index.html">GlideinWMS</a>
<span>The Glidein-based Workflow Management System</span>
</h1>
<ul class="breadcrumbs">
<li> <a href="../index.html">Home</a></li>
<li> <a href="./index.html">WMS Factory</a></li>
<li>Overview</li>
</ul>
<div class="clear" />
<div class="leftmenu">
<ul class="components">
<li> <a href="../index.html">Home</a></li>
<li> <a href="../download.html">Download</a></li>
<li> <a href="../frontend/index.html">Glidein Frontend</a></li>
<li> <a href="../corral.html">Corral Frontend</a></li>
<li> <a href="../factory/index.html">WMS Factory</a></li>
<li> <a href="../components/index.html" >Components</a></li>
<li> <a href="../components/faq.html" class="last">FAQ</a></li>
</ul>
<div class="search">
<div id="cse-search-form" style="width: 100%;">Loading</div>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script src="../common/glidein.js" type="text/javascript"></script>
<script type="text/javascript">
google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
google.setOnLoadCallback(onLoad);
</script>
</div>
</div>
<div id="searchcontent"><h2>Search Results</h2><div id="cse"></div> </div>
<div class="content">
<div class="heading">
<img align="right" width="280px" border="0px"
src="../images/simple_diagram.png" usemap="#rightimage">
<map name="rightimage">
<area shape="rect" coords="90,3,177,60" href="../frontend/index.html" />
<area shape="rect" coords="5,88,118,146" href="../components/collector_install.html" />
<area shape="rect" coords="134,88,275,146" href="../factory/index.html" />
<area shape="rect" coords="189,3,274,60" target="_blank" href="../corral.html" />
</map>
<h2>WMS Factory</h2>
<ul class="subcomponents">
<li>Overview</li>
<li> <a href="./install.html">Install</a></li>
<li> <a href="./configuration.html">Configuration</a></li>
<li> <a href="./design.html">Design</a></li>
<li> <a href="./monitoring.html">Monitoring</a></li>
<li class="last"> <a href="./troubleshooting.html">Troubleshooting</a></li>
</ul>
<h3>Overview</h3>
</div>
<div class="jump">
<u>Jump to:</u>
<ol>
<LI><A HREF="#overview">Overview</A>
<LI><A HREF="#philosophy">Factory Philosophy</A>
<li><a href="#management">Factory Management</a>
</li>
</ol>
</div>
<div class="related">
Related Links: <br/>
<ul>
<li><a href="install.html">Factory Install</a></li>
<li><a href="install.html">Configuration Variable Reference</a></li>
</ul>
</div>
<div class="section">
<H2><A NAME="overview"></A>Overview</H2>
<P><A NAME="glidein_entry_point"></A>The main task of the Glidein
Factory is to advertise itself, listen for requests from <A HREF="../frontend/index.html">frontend
clients</A> and submit <A HREF="../index.html#glideins">glideins</A>.
Look at the picture below for a schematic view.
</p>
<p>
<IMG SRC="../images/factory_overview.png" NAME="graphics1" ALIGN=BOTTOM WIDTH=80% BORDER=0></p><p>
A single glidein factory can handle multiple kinds of glideins, also
called <B>glidein entry points</B> (as they usually point to
different Grid resources). For each entry point, it will advertise a
different class-ad. <BR>Similarly, each request from a frontend
client will affect a single entry point; a frontend will need to
advertise several requests in order to have glideins submitted to all
the desirable resources.</P>
</div>
<div class="section">
<H2><A NAME="philosophy"></A>The Glidein Factory philosophy</H2>
<P>The main idea behind a Glidein Factory is to make the life of a
frontend as easy as possible. And to do that, the factory needs to
abstract as much as possible. </p>
<p>
For starters, the factory itself is the one that knows the details
of various Grid sites and properly configures the glidein entry points,
so they will run without any additional knowledge. A frontend only needs
to know that an entry point exists, and the parameters it takes.
</p>
<p>
Additionally, the factory also does the submissions themselves.
The frontend just publishes that it needs some glideins and the factory
will start submitting them. The only handle the frontend may want to use
is the ability to regulate the rate of glideins that are sent to the
Grid site. In the current implementation, this can be achieved by
setting the desired number of
<A HREF="http://www.cs.wisc.edu/condor/manual/v7.4/2_6Managing_Job.html#SECTION00361000000000000000">idle glideins</A>
to be kept in the Grid queue.
</p>
<p>
The <A HREF="../images/factory_overview.png" TARGET="_blank">typical scenario</A>
features a frontend with several (hundreds or even
thousands of) user jobs in the queue that is looking for resources to
run them. It will fetch the factory classads, select the ones that
satisfy its needs, and advertise class-ads with requests for those
glideins. If the frontend ever runs out of user jobs, it will
advertise the fact that it does not need those glideins anymore. In
practical terms, this means asking the factory to keep exactly 0 idle
glideins in the queue.</P>
</div>
<div class="section">
<H2><A NAME="management"></A>Factory Management At a Glance</H2>
<p>
Here are some common tasks you may need to do as a factory admin
(with links to more information):
</p>
<ul>
<li><a href="install.html#factory_manual">
Creating a new configuration directory</a>:
<tt>glideinWMS/creation/create_glidein</tt></li>
<li><a href="install.html#starting">
Starting and Stopping the Factory</a>:
<tt><glidein directory>/factory_startup
start|stop|restart|status</tt></li>
<li><a href="configuration.html">Configuration</a> can be found in either
<tt>factory.xml</tt> or <tt>glideinWMS.xml</tt> in your factory's
instance directory (depending on your installation method).</li>
<li>After modifying the xml, be sure to
<a href="install.html#factory_update">reconfig</a> your factory:
<tt><glidein directory>/factory_startup
reconfig <i>config_copy_fname</i></tt></li>
<li><a href="install.html#downtimes">Add a downtime</a>
with: <tt><glidein directory>/factory_startup
up|down -entry 'factory'|<entry name> [-delay <delay>]
</tt></li>
<li><a href="monitoring.html">Monitoring the factory</a></li>
</ul>
</div>
<div class="footer">
Banner image by
<a href="http://www.flickr.com/people/leafwarbler/">Madhusudan Katti</a>
used under Creative Commons license.<br/>
Original Home URL: <a href="http://www.uscms.org/SoftwareComputing/Grid/WMS/glid
einWMS">http://www.uscms.org/SoftwareComputing/Grid/WMS/glideinWMS</a>.
glideinWMS email support: glideinwms-support at fnal.gov
</div>
</div>
</div>
</body>
</html>
|
0.6.1/generated/statsmodels.discrete.discrete_model.DiscreteResults.predict.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>statsmodels.discrete.discrete_model.DiscreteResults.predict — 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="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><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> |
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="statsmodels-discrete-discrete-model-discreteresults-predict">
<h1>statsmodels.discrete.discrete_model.DiscreteResults.predict<a class="headerlink" href="#statsmodels-discrete-discrete-model-discreteresults-predict" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="statsmodels.discrete.discrete_model.DiscreteResults.predict">
<code class="descclassname">DiscreteResults.</code><code class="descname">predict</code><span class="sig-paren">(</span><em>exog=None</em>, <em>transform=True</em>, <em>*args</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.discrete.discrete_model.DiscreteResults.predict" title="Permalink to this definition">¶</a></dt>
<dd><p>Call self.model.predict with self.params as the first argument.</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, optional</p>
<blockquote>
<div><p>The values for which you want to predict.</p>
</div></blockquote>
<p><strong>transform</strong> : bool, optional</p>
<blockquote>
<div><p>If the model was fit via a formula, do you want to pass
exog through the formula. Default is True. E.g., if you fit
a model y ~ log(x1) + log(x2), and transform is True, then
you can pass a data structure that contains x1 and x2 in
their original form. Otherwise, you’d need to log the data
first.</p>
</div></blockquote>
<p><strong>args, kwargs :</strong></p>
<blockquote>
<div><p>Some models can take additional arguments or keywords, see the
predict method of the model for the details.</p>
</div></blockquote>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"><strong>prediction</strong> : ndarray or pandas.Series</p>
<blockquote class="last">
<div><p>See self.model.predict</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">
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/generated/statsmodels.discrete.discrete_model.DiscreteResults.predict.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> |
openbudgets/commons/static/css/base_rtl.css | kobiluria/openbudgets | @import url(http://fonts.googleapis.com/css?family=Alef:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);
/*! based on and adapted from :::: normalize.css v2.1.2 | MIT License | git.io/normalize */
/* FOUNDATION */
/* FLOW */
/* RESPONSE */
/* COLORS */
/* DESIGN */
/* CORE */
/* BUILDING BLOCKS */
/* BOX */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
body,
html {
direction: rtl;
text-align: right;
float: right;
width: 100%;
height: 100%;
font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.5em;
background-color: #d0d0dc;
color: #141452;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
@media 480px {
body,
html {
-webkit-text-size-adjust: none;
}
}
body {
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}
header,
nav,
#main,
footer {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 100%;
clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-right: 0;
margin-bottom: 0.25em;
margin-left: 0;
color: #141452;
}
h1 {
font-size: 2em;
}
a {
color: #141452;
background: transparent;
}
a:hover,
a:active {
color: #191966;
outline: 0;
}
a:focus {
outline: thin dotted;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
mark {
background: #ff0;
color: #000;
}
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
pre {
white-space: pre-wrap;
}
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
fieldset,
legend {
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
}
button,
input,
select,
textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
border-width: 1px;
border-style: solid;
border-color: #cccccc;
font-family: inherit;
font-size: 100%;
-webkit-outline-offset: 0;
}
button:hover,
input:hover,
select:hover,
textarea:hover,
button:focus,
input:focus,
select:focus,
textarea:focus {
outline: none;
}
button.naked,
input.naked,
select.naked,
textarea.naked {
border-width: 0;
border-style: solid;
border-color: #cccccc;
background-color: tranparent;
}
button,
input {
line-height: normal;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
background-color: #00ccc2;
color: #ffffff;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
background-color: #00e6da;
color: #ffffff;
}
button[disabled],
html input[disabled] {
cursor: default;
background-color: #a1a1ba;
color: #141452;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* OPENBUDGETS SCHEME */
/* SEMANTICS */
/* Alias of .property-with-transform() */
/* Hardware accelerate on Webkits */
.hide {
display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
header nav a,
#nav-anchor a {
font-weight: normal;
font-family: "Alef", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}
p {
margin-top: 0;
margin-right: 0;
margin-bottom: 1em;
margin-left: 0;
}
@media all and (min-width: 1024px) and (max-width: 1680px) {
body {
width: 1280px;
}
#panel-main {
width: 68.75%;
}
}
.mock-button {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-weight: bold;
color: #141452;
background-color: #a1a1ba;
display: inline-block;
text-align: center;
height: 2.5em;
line-height: 2.5em;
cursor: pointer;
}
input,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
button[disabled],
html input[disabled],
textarea,
.mock-button {
width: 100%;
height: 2.5em;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
padding-right: 20px;
padding-left: 20px;
}
textarea {
padding-top: 20px;
padding-bottom: 20px;
min-height: 16.5em;
background-color: #e8e8ed;
}
textarea:focus {
background-color: #ffffff;
}
input {
border-bottom: 1px solid #d0d0dc;
background-color: #e8e8ed;
}
input:focus {
background-color: #ffffff;
}
input.invalid {
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 18px;
background-image: url('/static/img/invalid.png');
background-repeat: no-repeat;
background-position: 94% 50%;
}
input.valid {
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 18px;
background-image: url('/static/img/valid.png');
background-repeat: no-repeat;
background-position: 94% 50%;
}
.field {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 100%;
position: relative;
}
.field .help {
pointer-events: none;
position: absolute;
top: 8px;
right: 18px;
bottom: auto;
left: auto;
display: none;
color: #757599;
font-size: 0.75em;
}
.field.half {
width: 50%;
}
.field.half.first input {
border-right: 1px solid #d0d0dc;
}
input.invalid {
padding-top: 0;
padding-right: 18px;
padding-bottom: 0;
padding-left: 0;
background-position: 6% 50%;
}
input.valid {
padding-top: 0;
padding-right: 18px;
padding-bottom: 0;
padding-left: 0;
background-position: 6% 50%;
}
.field .help {
top: 8px;
right: auto;
bottom: auto;
left: 18px;
}
.field.half.first input {
border-left: 1px solid #d0d0dc;
}
/* The background for all overlay objects */
#overlay {
display: none;
position: absolute;
top: 0;
right: auto;
bottom: auto;
left: auto;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 0.5;
z-index: 1001;
}
/* A mixin that declares the base style of all overlay objects */
#overlay-login {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 290px;
height: 180px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
background-color: #d0d0dc;
z-index: 1002;
}
#overlay-login h3,
#overlay-login .notices,
#overlay-login .options {
padding-right: 20px;
padding-left: 20px;
}
#overlay-login h3 {
position: relative;
padding-top: 0.5em;
margin-bottom: 0;
font-size: 1em;
font-weight: bold;
}
#overlay-login a {
text-decoration: none;
font-weight: bold;
font-size: 0.875em;
}
#overlay-login a.weak {
color: #a4a4bc;
}
#overlay-login a.strong {
color: #141452;
}
#overlay-login .close {
position: absolute;
top: 0;
right: -37px;
bottom: auto;
left: auto;
height: 17px;
width: 17px;
cursor: pointer;
background: url('/static/img/close_white.png') no-repeat;
}
#overlay-login .notices {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 70%;
color: #ff0059;
font-size: 0.75em;
height: 2.5em;
line-height: 3.5em;
}
#overlay-login .action {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 87px;
position: relative;
float: left;
}
#overlay-login .options {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 50%;
font-size: 0.875em;
height: 2em;
}
#overlay-login .options:last-of-type {
text-align: right;
}
#overlay-register {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 290px;
height: 300px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
background-color: #d0d0dc;
z-index: 1002;
}
#overlay-register h3,
#overlay-register .notices,
#overlay-register .options {
padding-right: 20px;
padding-left: 20px;
}
#overlay-register h3 {
position: relative;
padding-top: 0.5em;
margin-bottom: 0;
font-size: 1em;
font-weight: bold;
}
#overlay-register a {
text-decoration: none;
font-weight: bold;
font-size: 0.875em;
}
#overlay-register a.weak {
color: #a4a4bc;
}
#overlay-register a.strong {
color: #141452;
}
#overlay-register .close {
position: absolute;
top: 0;
right: -37px;
bottom: auto;
left: auto;
height: 17px;
width: 17px;
cursor: pointer;
background: url('/static/img/close_white.png') no-repeat;
}
#overlay-register .notices {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 70%;
color: #ff0059;
font-size: 0.75em;
height: 2.5em;
line-height: 3.5em;
}
#overlay-register .action {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 87px;
position: relative;
float: left;
}
#overlay-register .options {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 50%;
font-size: 0.875em;
height: 2em;
}
#overlay-register .options:last-of-type {
text-align: right;
}
#overlay-password-reset {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 290px;
height: 140px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
background-color: #d0d0dc;
z-index: 1002;
}
#overlay-password-reset h3,
#overlay-password-reset .notices,
#overlay-password-reset .options {
padding-right: 20px;
padding-left: 20px;
}
#overlay-password-reset h3 {
position: relative;
padding-top: 0.5em;
margin-bottom: 0;
font-size: 1em;
font-weight: bold;
}
#overlay-password-reset a {
text-decoration: none;
font-weight: bold;
font-size: 0.875em;
}
#overlay-password-reset a.weak {
color: #a4a4bc;
}
#overlay-password-reset a.strong {
color: #141452;
}
#overlay-password-reset .close {
position: absolute;
top: 0;
right: -37px;
bottom: auto;
left: auto;
height: 17px;
width: 17px;
cursor: pointer;
background: url('/static/img/close_white.png') no-repeat;
}
#overlay-password-reset .notices {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 70%;
color: #ff0059;
font-size: 0.75em;
height: 2.5em;
line-height: 3.5em;
}
#overlay-password-reset .action {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 87px;
position: relative;
float: left;
}
#overlay-password-reset .options {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 50%;
font-size: 0.875em;
height: 2em;
}
#overlay-password-reset .options:last-of-type {
text-align: right;
}
#overlay-password-change {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 290px;
height: 300px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
background-color: #d0d0dc;
z-index: 1002;
}
#overlay-password-change h3,
#overlay-password-change .notices,
#overlay-password-change .options {
padding-right: 20px;
padding-left: 20px;
}
#overlay-password-change h3 {
position: relative;
padding-top: 0.5em;
margin-bottom: 0;
font-size: 1em;
font-weight: bold;
}
#overlay-password-change a {
text-decoration: none;
font-weight: bold;
font-size: 0.875em;
}
#overlay-password-change a.weak {
color: #a4a4bc;
}
#overlay-password-change a.strong {
color: #141452;
}
#overlay-password-change .close {
position: absolute;
top: 0;
right: -37px;
bottom: auto;
left: auto;
height: 17px;
width: 17px;
cursor: pointer;
background: url('/static/img/close_white.png') no-repeat;
}
#overlay-password-change .notices {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 70%;
color: #ff0059;
font-size: 0.75em;
height: 2.5em;
line-height: 3.5em;
}
#overlay-password-change .action {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 87px;
position: relative;
float: left;
}
#overlay-password-change .options {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 50%;
font-size: 0.875em;
height: 2em;
}
#overlay-password-change .options:last-of-type {
text-align: right;
}
#overlay-contact {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 600px;
height: 448px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
background-color: #d0d0dc;
z-index: 1002;
}
#overlay-contact h3,
#overlay-contact .notices,
#overlay-contact .options {
padding-right: 20px;
padding-left: 20px;
}
#overlay-contact h3 {
position: relative;
padding-top: 0.5em;
margin-bottom: 0;
font-size: 1em;
font-weight: bold;
}
#overlay-contact a {
text-decoration: none;
font-weight: bold;
font-size: 0.875em;
}
#overlay-contact a.weak {
color: #a4a4bc;
}
#overlay-contact a.strong {
color: #141452;
}
#overlay-contact .close {
position: absolute;
top: 0;
right: -37px;
bottom: auto;
left: auto;
height: 17px;
width: 17px;
cursor: pointer;
background: url('/static/img/close_white.png') no-repeat;
}
#overlay-contact .notices {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 70%;
color: #ff0059;
font-size: 0.75em;
height: 2.5em;
line-height: 3.5em;
}
#overlay-contact .action {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 87px;
position: relative;
float: left;
}
#overlay-contact .options {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 50%;
font-size: 0.875em;
height: 2em;
}
#overlay-contact .options:last-of-type {
text-align: right;
}
#overlay-contact h3 {
line-height: 4em;
padding-top: 0;
}
#overlay .close {
right: none;
left: 10px;
}
#overlay-login .close,
#overlay-register .close,
#overlay-password-reset .close,
#overlay-password-change .close,
#overlay-contact .close {
top: 0;
right: auto;
bottom: auto;
left: -37px;
}
#overlay-login .options:last-of-type,
#overlay-register .options:last-of-type,
#overlay-password-reset .options:last-of-type,
#overlay-password-change .options:last-of-type,
#overlay-contact .options:last-of-type {
text-align: left;
}
/*******************/
/* GENERIC PAGES */
/*******************/
#text {
overflow: hidden;
}
#text a {
text-decoration: none;
color: #00ccc2;
}
#text h2 {
font-size: 2.75em;
padding-bottom: 0.5em;
margin-bottom: 1em;
border-bottom: 1px solid #e8e8ed;
}
#text .full {
margin-bottom: 2em;
font-size: 1.375em;
font-weight: bold;
color: #141452;
font-family: "Alef Hebrew", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}
#text .section {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 580px;
float: left;
margin-bottom: 2.75em;
position: relative;
}
#text .section h3 {
position: absolute;
top: 0;
right: auto;
bottom: auto;
left: -256px;
width: 260px;
font-size: 1.375em;
font-weight: bold;
}
/*******************/
/* ENTITY LIST */
/*******************/
#entities-active {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 278px;
}
#entities-active h2 {
font-size: 2.75em;
}
#entities-active a {
display: block;
text-decoration: none;
padding-bottom: 1.375em;
}
#entities-active a:hover,
#entities-active a:hover h2,
#entities-active a:hover h3 {
color: #00ccc2;
}
#entities-active h2 {
font-size: 2.75em;
padding-bottom: 0.5em;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}
#entities-active h3 {
font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
font-size: 1em;
color: #a1a1ba;
}
#entities-inactive {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 558px;
}
#entities-inactive h2 {
font-size: 2.75em;
}
#entities-inactive h2 {
padding-bottom: 0.5em;
margin-bottom: 1em;
margin-left: 0.25em;
border-bottom: 1px solid #a1a1ba;
}
.entity-index {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
-moz-column-gap: 2em;
-webkit-column-gap: 2em;
column-gap: 2em;
}
.entity-index h3 {
font-size: 22px;
margin-top: 0;
margin-right: 0;
margin-bottom: 1em;
margin-left: 0;
font-weight: bold;
}
.entity-index .set {
margin-bottom: 3em;
}
/*******************/
/* ACCT PROFILE */
/*******************/
.identity {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 100%;
clear: both;
margin-top: 2.5em;
}
.identity .avatar {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 40%;
}
.identity .name {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 60%;
font-size: 2.5em;
line-height: 1em;
color: #d0d0dc;
}
.identity .email {
color: #d0d0dc;
}
.identity .email,
.identity .language,
.identity .password,
.identity .developer {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 100%;
margin-top: 0.5em;
}
.identity .email a,
.identity .language a,
.identity .password a,
.identity .developer a {
text-decoration: none;
font-weight: bold;
}
#activities {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 100%;
clear: both;
margin-top: 2.5em;
}
#activities h1 {
font-size: 2.5em;
}
#activities .activity {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 100%;
clear: both;
height: 120px;
}
#activities .activity .desc {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 80%;
padding-left: 0;
padding-right: 10%;
padding-top: 1em;
}
#activities .activity .snippet {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 20%;
background-color: #e8e8ed;
height: 120px;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-right: 0.5em;
padding-left: 0.5em;
border-top: 1px solid #727297;
}
#activities .activity .snippet:first-of-type {
border-top: none;
}
#activities .activity h3 {
font-size: 1em;
margin-bottom: 0.5em;
}
#activities .activity h3 .sub {
color: #d0d0dc;
}
#activities .activity h2 {
font-size: 2.5em;
line-height: 1em;
}
/*******************/
/* TOOL LIST */
/*******************/
.tools-public,
.tools-developers {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 100%;
margin-bottom: 50px;
}
.tools-public h2,
.tools-developers h2 {
margin-right: 20px;
margin-bottom: 16px;
font-size: 44px;
}
.tool {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 240px;
height: 240px;
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
border-width: 3px;
border-style: solid;
border-color: #026a74;
background: url('/static/img/tools_default.png') no-repeat center;
}
.tool:hover {
cursor: pointer;
}
.detail h3,
.preview h3 {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin-top: auto;
margin-right: auto;
margin-bottom: 1em;
margin-left: auto;
height: 1em;
color: #026a74;
}
.detail p,
.preview p {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
height: 2em;
width: 80px;
color: #026a74;
border-top: 3px solid #026a74;
border-bottom: 3px solid #026a74;
z-index: 99;
}
.detail {
display: none;
position: absolute;
top: 0;
right: auto;
bottom: auto;
left: 0;
width: 234px;
height: 234px;
background-color: #ffffff;
}
.soon {
opacity: 0.5;
}
.soon .teaser {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
height: 1.5em;
color: #026a74;
border-top: 3px solid #026a74;
border-bottom: 3px solid #026a74;
}
.soon .teaser .decorator {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
height: 1.5em;
width: 20px;
color: #026a74;
border-top: 3px solid #026a74;
border-bottom: 3px solid #026a74;
}
.soon h3 {
opacity: 0.9;
}
.add {
border-width: 3px;
border-style: dashed;
border-color: #d0d0dc;
}
.add p {
border-top: 3px solid #00ccc2;
border-bottom: 3px solid #00ccc2;
}
.reduce {
opacity: 0.2;
}
.comparisons,
.query-builder,
.api,
.not-pie,
.add {
background: url('/static/img/tools_default.png') no-repeat center;
}
/*******************/
/* GENERIC PAGES */
/*******************/
#text .section h3 {
position: absolute;
top: 0;
right: -256px;
bottom: auto;
left: auto;
width: 270px;
font-size: 1.375em;
font-weight: bold;
}
#activities .activity .desc {
padding-right: 0;
padding-left: 10%;
}
/* @import "../../vendor/adaptabl/adaptabl/src/normalize"; */
/**********************/
/* jqScroll overrides */
/**********************/
.ui-v-scroller {
position: absolute;
top: 1px;
bottom: 1px;
right: 1px;
z-index: 1;
width: 8px;
opacity: 0.3;
}
.ui-v-scroller-grip {
position: absolute;
top: 0;
right: -1px;
z-index: 1;
width: 6px;
height: 20px;
background-color: #141450;
cursor: pointer;
}
#panel-nav {
position: absolute;
top: 0;
right: auto;
bottom: auto;
left: -300px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 300px;
height: 100%;
padding-top: 20px;
padding-right: 0;
padding-bottom: 20px;
padding-left: 0;
background-color: #00ccc2;
z-index: 99;
-webkit-transform: translateZ(0);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: -ms-transform, transform;
-webkit-transition-duration: 100ms;
-moz-transition-duration: 100ms;
-o-transition-duration: 100ms;
transition-duration: 100ms;
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
}
#panel-nav.slide-in {
-webkit-transform: translateX(300px);
-moz-transform: translateX(300px);
-ms-transform: translateX(300px);
-o-transform: translateX(300px);
transform: translateX(300px);
}
#panel-nav #app_logo {
padding-top: 21px;
padding-right: 0;
padding-bottom: 78px;
padding-left: 0;
position: relative;
}
#panel-nav #app_logo #panel-nav-close {
position: absolute;
top: 0;
right: 20px;
bottom: auto;
left: auto;
width: 17px;
height: 17px;
cursor: pointer;
background: url('/static/img/close_green.png') no-repeat;
}
#panel-nav #app_logo #panel-nav-close:hover {
background: url('/static/img/close_white.png') no-repeat;
}
#panel-nav header nav {
width: 100%;
}
#panel-nav header a {
display: block;
font-size: 2.75em;
padding-top: 0;
padding-right: 20px;
padding-bottom: 0;
padding-left: 40px;
line-height: 1.25em;
color: #ffffff;
text-decoration: none;
font-weight: normal;
}
#panel-nav header a:hover {
color: #026a74;
}
#panel-nav footer {
position: absolute;
left: 40;
bottom: 0;
height: 6em;
font-size: 1em;
}
#panel-nav footer a#sponsor_logo {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 73px;
display: block;
width: 100%;
margin-bottom: 20px;
padding-top: 0;
padding-right: 20px;
padding-bottom: 0;
padding-left: 40px;
font-size: 11px;
line-height: 0.925em;
color: #026a74;
font-weight: bold;
text-decoration: none;
background: url('/static/img/sponsor_logo.png') no-repeat left;
}
#panel-nav footer a#sponsor_logo:hover {
color: #ffffff;
background: url('/static/img/sponsor_logo_white.png') no-repeat left;
}
#panel-nav footer nav {
padding-top: 0;
padding-right: 20px;
padding-bottom: 0;
padding-left: 40px;
}
#panel-nav footer nav a {
font-size: 12px;
line-height: 1em;
display: inline-block;
padding-right: 12px;
color: #026a74;
}
#panel-nav footer nav a:hover {
color: #ffffff;
}
#panel-action {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 300px;
height: 100%;
padding-top: 20px;
padding-right: 0;
padding-bottom: 20px;
padding-left: 0;
background-color: #d0d0dc;
}
#panel-action h1 {
margin-top: 0.9em;
font-size: 2.75em;
padding-top: 0;
padding-right: 20px;
padding-bottom: 0;
padding-left: 40px;
}
#panel-action #nav-anchor {
display: inline-block;
padding-top: 0;
padding-right: 20px;
padding-bottom: 0;
padding-left: 40px;
cursor: pointer;
}
#panel-action #nav-anchor a {
text-decoration: none;
}
#panel-action nav {
width: 100%;
margin-top: 0.5em;
}
#panel-action nav a {
display: block;
font-size: 2.75em;
padding-top: 0;
padding-right: 20px;
padding-bottom: 0;
padding-left: 40px;
font-size: 1em;
line-height: 3em;
color: #141452;
text-decoration: none;
font-weight: bold;
}
#panel-action nav a:hover {
background-color: #c4c4d3;
}
#panel-main {
position: absolute;
min-height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 880px;
height: auto;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
background-color: #ffffff;
}
#panel-main #aux {
height: 4em;
}
#main-wrapper {
display: inline-block;
position: relative;
float: right;
width: 880px;
height: 100%;
overflow: hidden;
}
#panel-append {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 100px;
height: 100%;
padding-top: 0;
padding-right: 0;
padding-bottom: 20px;
padding-left: 20px;
background-color: #d0d0dc;
}
/**********************/
/* jqScroll overrides */
/**********************/
.ui-v-scroller {
right: auto;
left: 1px;
}
.ui-v-scroller-grip {
right: auto;
left: -1px;
}
#panel-nav {
left: auto;
right: -300px;
}
#panel-nav.slide-in {
-webkit-transform: translateX(-300px);
-moz-transform: translateX(-300px);
-ms-transform: translateX(-300px);
-o-transform: translateX(-300px);
transform: translateX(-300px);
}
#panel-nav #app_logo #panel-nav-close {
top: 0;
right: auto;
bottom: auto;
left: 20px;
}
#panel-nav header a {
padding-top: 0;
padding-right: 40px;
padding-bottom: 0;
padding-left: 20px;
}
#panel-nav footer {
right: 40;
}
#panel-nav footer nav {
padding-top: 0;
padding-right: 40px;
padding-bottom: 0;
padding-left: 20px;
}
#panel-nav footer nav a {
padding-right: 0;
padding-left: 12px;
}
#panel-nav footer a#sponsor_logo {
padding-top: 0;
padding-right: 40px;
padding-bottom: 0;
padding-left: 20px;
background: url('/static/img/sponsor_logo.png') no-repeat right;
}
#panel-nav footer a#sponsor_logo:hover {
color: #ffffff;
background: url('/static/img/sponsor_logo_white.png') no-repeat right;
}
#panel-action #nav-anchor {
padding-top: 0;
padding-right: 40px;
padding-bottom: 0;
padding-left: 20px;
}
#panel-action h1 {
padding-top: 0;
padding-right: 40px;
padding-bottom: 0;
padding-left: 20px;
}
#panel-action nav a {
padding-top: 0;
padding-right: 40px;
padding-bottom: 0;
padding-left: 20px;
}
#panel-append {
padding-top: 0;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 0;
}
/*******************/
/* ACCOUNT WIDGET */
/*******************/
.dead-area-catcher {
display: none;
position: absolute;
top: -30%;
right: 150%;
width: 100%;
height: 200%;
-webkit-transform: rotate(68deg);
-moz-transform: rotate(68deg);
transform: rotate(68deg);
}
.account {
position: relative;
text-align: center;
width: 54px;
padding-top: 1.25em;
z-index: 1;
}
.account.auth:hover {
background-color: #e8e8ed;
}
.account a.login-link {
color: #a1a1ba;
}
.account .name {
font-size: 0.875em;
line-height: 1em;
}
.account .actions {
position: absolute;
top: 50px;
right: 0;
bottom: auto;
left: auto;
display: none;
width: 186px;
background-color: #e8e8ed;
}
.account .actions a {
display: block;
text-align: right;
text-decoration: none;
margin-left: 18px;
margin-right: 18px;
font-weight: bold;
height: 44px;
line-height: 44px;
border-bottom: 1px solid #d0d0dc;
}
.account .actions a:last-of-type {
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
}
.account .avatar,
.account .avatar img {
width: 29px;
height: 29px;
-webkit-border-radius: 58px;
-moz-border-radius: 58px;
border-radius: 58px;
}
.account:hover .actions {
display: block;
}
.account.auth:hover .dead-area-catcher {
display: block;
}
/*******************/
/* FILTER WIDGET */
/*******************/
.filter {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 100%;
clear: both;
}
.filter select {
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
background-color: transparent;
width: 60px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
padding-left: 5px;
font-size: 1em;
line-height: 1em;
font-weight: bold;
color: #141452;
border-radius: 0;
-webkit-appearance: none;
}
.account .actions {
top: 50px;
right: auto;
bottom: auto;
left: 0;
}
.dead-area-catcher {
display: none;
position: absolute;
top: -30%;
left: 150%;
right: auto;
width: 100%;
height: 200%;
-webkit-transform: rotate(-68deg);
-moz-transform: rotate(-68deg);
transform: rotate(-68deg);
z-index: 1;
}
h1,
h2,
h3,
h4,
h5,
h6,
header nav a,
#nav-anchor a {
font-family: "Alef Hebrew", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}
|
doc/app/models/translation_rb.html | iboard/userbase | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<title>File: translation.rb [RDoc Documentation]</title>
<link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet" />
<script src="../../js/jquery.js" type="text/javascript"
charset="utf-8"></script>
<script src="../../js/thickbox-compressed.js" type="text/javascript"
charset="utf-8"></script>
<script src="../../js/quicksearch.js" type="text/javascript"
charset="utf-8"></script>
<script src="../../js/darkfish.js" type="text/javascript"
charset="utf-8"></script>
</head>
<body class="file file-popup">
<div id="metadata">
<dl>
<dt class="modified-date">Last Modified</dt>
<dd class="modified-date">2010-12-28 12:19:40 +0100</dd>
<dt class="requires">Requires</dt>
<dd class="requires">
<ul>
</ul>
</dd>
</dl>
</div>
<div id="documentation">
<div class="description">
<h2>Description</h2>
</div>
</div>
</body>
</html>
|
api/classes/Icons.html | itsa/itsa.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Icons - 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/BaseClass.html">BaseClass</a></li>
<li><a href="../classes/Classes.html">Classes</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/extra_classes.js.html">extra/classes.js</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>Icons Class</h1>
<div class="box meta">
<div class="foundat">
Defined in: <a href="../files/src_icons_base.js.html#l2"><code>src/icons/base.js:2</code></a>
</div>
Module: <a href="../modules/icons.html">icons</a>
</div>
<div class="box intro">
<p>Creating floating Panel-nodes which can be shown and hidden.</p>
<p><i>Copyright (c) 2014 ITSA - <a href="https://github.com/itsa">https://github.com/itsa</a></i>
New BSD License - <a href="http://choosealicense.com/licenses/bsd-3-clause/">http://choosealicense.com/licenses/bsd-3-clause/</a></p>
</div>
<div 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 protected">
<a href="#method_upgradeDOM">upgradeDOM</a>
</li>
<li class="index-item method protected">
<a href="#method_upgradeIconElement">upgradeIconElement</a>
</li>
</ul>
</div>
</div>
<div id="methods" class="api-class-tabpanel">
<h2 class="off-left">Methods</h2>
<div id="method_upgradeDOM" class="method item protected">
<h3 class="name"><code>upgradeDOM</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_icons_base.js.html#l57"><code>src/icons/base.js:57</code></a>
</p>
<p>Available since 0.0.1</p>
</div>
<div class="description">
<p>Upgrades all i-elements that have an <code>icon</code>-attribute set.
Will render them into svg-icons.</p>
</div>
</div>
<div id="method_upgradeIconElement" class="method item protected">
<h3 class="name"><code>upgradeIconElement</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>element</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_icons_base.js.html#l42"><code>src/icons/base.js:42</code></a>
</p>
<p>Available since 0.0.1</p>
</div>
<div class="description">
<p>Upgrades the specified i-element into a svg-icon.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">element</code>
<span class="type"><a href="../classes/HTMLElement.html" class="crosslink">HTMLElement</a></span>
<div class="param-description">
</div>
</li>
</ul>
</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>
|
web/css/menu.css | lucho314/cae2 | *{
margin:0px;
padding:0px;
text-decoration:none;
}
html, body {
height: 100%;
background: -webkit-linear-gradient(left,rgb(192,192,192),rgb(105,105,105), rgba(0,0,0,255)); /*Safari 5.1-6*/
background: -o-linear-gradient(right,rgb(192,192,192),rgb(105,105,105), rgba(0,0,0,255)); /*Opera 11.1-12*/
background: -moz-linear-gradient(right,rgb(192,192,192),rgb(105,105,105), rgba(0,0,0,255)); /*Fx 3.6-15*/
background: linear-gradient(to right, rgb(192,192,192),rgb(105,105,105), rgba(0,0,0,255)); /*Standard*/
}
body{
height: 100%;
width: 100%;
position: absolute;
}
.logo{
float: right;
display: block;
height: 69px;
margin-right: 10px;
}
.cabecera{
background: #2c3e50;
color: #fff;
height: 70px;
max-height: 70px;
padding-left: 10px;
}
.menu >ul{list-style: none;}
a:hover{text-decoration: none;}
div,aside,section{height: inherit;}
aside{
max-height:calc(100% - 70px);
max-height:-webkit-calc(100% - 70px);
max-height:-moz-calc(100% - 70px);
left: 0;
background: #2c3e50;
z-index: 1000;
overflow: auto;
}
section{
margin-top: 70px;
max-height:calc(100% - 70px);
max-height:-webkit-calc(100% - 70px);
max-height:-moz-calc(100% - 70px);
left:-100%;
background: black;
position: fixed;
z-index: 1000;
width: 16.66666667%;
overflow: auto;
}
#cuerpo_planilla{
max-height:440px;
overflow: auto;
}
aside .container-fluid{
margin: 0px;
padding:0px;
}
aside .container-fluid ul li, section li{
list-style: none;
font-size: 18px;
font-family: arial;
border-bottom:1px solid rgba(255,255,255,.5);
}
aside .container-fluid li a, section ul li a{
display:block;
color: #fff;
text-decoration: none;
font-size:16px;
padding: 10px 0px 10px 0px;
}
aside .container-fluid li a:hover, section li a:hover{
background:#1798af;
text-decoration:none;
color: #fff;
}
aside .container-fluid li a span, section li a span{padding: 0px 5px;}
aside .container-fluid li a span:nth-child(2){float: right;}
aside .container-fluid li .children{
display: none;
background: black;
}
.menu_movil{display: none;}
article label{
color: white;
font-size: 17px;
font-family: arial;
font-style: italic;
}
h1{color: #CEE7FF;}
article h3{
color: #fff;
margin-top: 5px;
}
article hr{
margin-top: 15px;
margin-bottom: 10px;
}
#form_paso_b,#form_paso_c,#form_paso_d,#deporte2,#deporte3,#categoria2,#categoria3{
display: none;
}
tbody>tr:nth-child(even)>td,tbody>tr:nth-child(even)>th{background: #87CEEB;}
#ver_planilla{
color: orange;
font-size: 15px;
}
article .row .col .form-group{
font-size:16px;
}
article .row .col .form-group >label{margin-right: 3px;}
#perfil{
height: 150px;
width: 150px;
}
.modal-content{
background: -webkit-linear-gradient(left,rgb(192,192,192),rgb(105,105,105), rgba(0,0,0,255)); /*Safari 5.1-6*/
background: -o-linear-gradient(right,rgb(192,192,192),rgb(105,105,105), rgba(0,0,0,255)); /*Opera 11.1-12*/
background: -moz-linear-gradient(right,rgb(192,192,192),rgb(105,105,105), rgba(0,0,0,255)); /*Fx 3.6-15*/
background: linear-gradient(to right, rgb(192,192,192),rgb(105,105,105), rgba(0,0,0,255)); /*Standard*/
color: white;
}
.modal-header h4{font-weight: 900;}
.modal-body{font-weight: 600;}
#modal{z-index: 2001;}
.notif{
height:200px;
margin-top: 25px;
border: 1px solid #ffffff;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
background: #2c3e50;
font-size: 14px;
color: white;
max-height: 200px;
}
.notif >p{
text-align: left;
margin-top: 5px;
margin-bottom: 2px;
font-size: 18px;
}
.notif >a{
font-size: 14px;
color: white;
}
.notif >div{
margin-bottom: 2px;
height:139px;
border-bottom:1px solid #ffffff;
border-top:1px solid #ffffff;
overflow: auto;
padding-left: 2px;
padding-right: 2px;
}
.help-block{
background: #B0B0B0;
color: #D00000;
}
@media (max-width: 992px){
body >.container-fluid{
padding-top: 60px;
height: 100%;
width: 100%;
position: absolute;
}
.cabecera {display: none;}
.menu_movil{
display:block;
width: 100%;
position:fixed;
top:0;
z-index: 2000;
max-height: 55px;
height: 60px;
}
h3{
color: #fff;
margin-top: 15px;
}
.menu_movil a{
color: white;
font-family: arial;
}
.menu_movil .bt-menu{
display:block;
padding-right: 20px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
background:#024959;
overflow: hidden;
font-size:30px;
font-weight:bold;
color:#fff;
text-decoration:none;
}
.menu_movil span{
float:right;
font-size:40px;
}
.menu ul li{
display:block;
float:none;
border-bottom:1px solid rgba(255,255,255,.3);
}
.menu{
max-height:calc(100% - 55px);
max-height:-webkit-calc(100% - 55px);
max-height:-moz-calc(100% - 55px);
margin:0;
position: fixed;
left:-100%;
overflow: auto;
z-index: 2000;
}
section{
margin-top: 0px;
max-height:calc(100% - 55px);
max-height:-webkit-calc(100% - 55px);
max-height:-moz-calc(100% - 55px);
left:-100%;
background: black;
z-index: 2000;
min-width: 100%;
overflow: auto;
position: fixed;
}
.botones{float: right;}
.notif{display: none;}
} |
vmodule/Bootstrap2_3_0/resource/css/components.html | kormik/vp | <link href="bootstrap.css" media="screen" rel="stylesheet" type="text/css">
<!-- Subhead
================================================== -->
<header class="jumbotron subhead" id="overview">
<div class="container">
<h1>{{_i}}Components{{/i}}</h1>
<p class="lead">{{_i}}Dozens of reusable components built to provide navigation, alerts, popovers, and more.{{/i}}</p>
</div>
</header>
<div class="container">
<!-- Docs nav
================================================== -->
<div class="row">
<div class="span3 bs-docs-sidebar">
<ul class="nav nav-list bs-docs-sidenav">
<li><a href="#dropdowns"><i class="icon-chevron-right"></i> {{_i}}Dropdowns{{/i}}</a></li>
<li><a href="#buttonGroups"><i class="icon-chevron-right"></i> {{_i}}Button groups{{/i}}</a></li>
<li><a href="#buttonDropdowns"><i class="icon-chevron-right"></i> {{_i}}Button dropdowns{{/i}}</a></li>
<li><a href="#navs"><i class="icon-chevron-right"></i> {{_i}}Navs{{/i}}</a></li>
<li><a href="#navbar"><i class="icon-chevron-right"></i> {{_i}}Navbar{{/i}}</a></li>
<li><a href="#breadcrumbs"><i class="icon-chevron-right"></i> {{_i}}Breadcrumbs{{/i}}</a></li>
<li><a href="#pagination"><i class="icon-chevron-right"></i> {{_i}}Pagination{{/i}}</a></li>
<li><a href="#labels-badges"><i class="icon-chevron-right"></i> {{_i}}Labels and badges{{/i}}</a></li>
<li><a href="#typography"><i class="icon-chevron-right"></i> {{_i}}Typography{{/i}}</a></li>
<li><a href="#thumbnails"><i class="icon-chevron-right"></i> {{_i}}Thumbnails{{/i}}</a></li>
<li><a href="#alerts"><i class="icon-chevron-right"></i> {{_i}}Alerts{{/i}}</a></li>
<li><a href="#progress"><i class="icon-chevron-right"></i> {{_i}}Progress bars{{/i}}</a></li>
<li><a href="#media"><i class="icon-chevron-right"></i> {{_i}}Media object{{/i}}</a></li>
<li><a href="#misc"><i class="icon-chevron-right"></i> {{_i}}Misc{{/i}}</a></li>
</ul>
</div>
<div class="span9">
<!-- Dropdowns
================================================== -->
<section id="dropdowns">
<div class="page-header">
<h1>{{_i}}Dropdown menus{{/i}}</h1>
</div>
<h2>{{_i}}Example{{/i}}</h2>
<p>{{_i}}Toggleable, contextual menu for displaying lists of links. Made interactive with the <a href="./javascript.html#dropdowns">dropdown JavaScript plugin</a>.{{/i}}</p>
<div class="bs-docs-example">
<div class="dropdown clearfix">
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu" style="display: block; position: static; margin-bottom: 5px; *width: 180px;">
<li><a tabindex="-1" href="#">{{_i}}Action{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Another action{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a tabindex="-1" href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div>
</div>{{! /example }}
<pre class="prettyprint linenums">
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
<li><a tabindex="-1" href="#">{{_i}}Action{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Another action{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a tabindex="-1" href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</pre>
<h2>{{_i}}Markup{{/i}}</h2>
<p>{{_i}}Looking at just the dropdown menu, here's the required HTML. You need to wrap the dropdown's trigger and the dropdown menu within <code>.dropdown</code>, or another element that declares <code>position: relative;</code>. Then just create the menu.{{/i}}</p>
<pre class="prettyprint linenums">
<div class="dropdown">
<!-- Link or button to toggle dropdown -->
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a tabindex="-1" href="#">{{_i}}Action{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Another action{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a tabindex="-1" href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div>
</pre>
<h2>{{_i}}Options{{/i}}</h2>
<p>{{_i}}Align menus to the right and add include additional levels of dropdowns.{{/i}}</p>
<h3>{{_i}}Aligning the menus{{/i}}</h3>
<p>{{_i}}Add <code>.pull-right</code> to a <code>.dropdown-menu</code> to right align the dropdown menu.{{/i}}</p>
<pre class="prettyprint linenums">
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="dLabel">
...
</ul>
</pre>
<h3>{{_i}}Disabled menu options{{/i}}</h3>
<p>{{_i}}Add <code>.disabled</code> to a <code><li></code> in the dropdown to disable the link.{{/i}}</p>
<div class="bs-docs-example">
<div class="dropdown clearfix">
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu" style="display: block; position: static; margin-bottom: 5px; *width: 180px;">
<li><a tabindex="-1" href="#">{{_i}}Regular link{{/i}}</a></li>
<li class="disabled"><a tabindex="-1" href="#">{{_i}}Disabled link{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Another link{{/i}}</a></li>
</ul>
</div>
</div>{{! /example }}
<pre class="prettyprint linenums">
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
<li><a tabindex="-1" href="#">{{_i}}Regular link{{/i}}</a></li>
<li class="disabled"><a tabindex="-1" href="#">{{_i}}Disabled link{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Another link{{/i}}</a></li>
</ul>
</pre>
<h3>{{_i}}Sub menus on dropdowns{{/i}}</h3>
<p>{{_i}}Add an extra level of dropdown menus, appearing on hover like those of OS X, with some simple markup additions. Add <code>.dropdown-submenu</code> to any <code>li</code> in an existing dropdown menu for automatic styling.{{/i}}</p>
<div class="bs-docs-example bs-docs-example-submenus">
<div class="pull-left">
<p class="muted">Default</p>
<div class="dropdown clearfix">
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
<li><a tabindex="-1" href="#">{{_i}}Action{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Another action{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li class="dropdown-submenu">
<a tabindex="-1" href="#">{{_i}}More options{{/i}}</a>
<ul class="dropdown-menu">
<li><a tabindex="-1" href="#">{{_i}}Second level link{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Second level link{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Second level link{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Second level link{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Second level link{{/i}}</a></li>
</ul>
</li>
</ul>
</div>
</div>{{! /.pull-left }}
<div class="pull-left">
<p class="muted">Dropup</p>
<div class="dropup">
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
<li><a tabindex="-1" href="#">{{_i}}Action{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Another action{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li class="dropdown-submenu">
<a tabindex="-1" href="#">{{_i}}More options{{/i}}</a>
<ul class="dropdown-menu">
<li><a tabindex="-1" href="#">{{_i}}Second level link{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Second level link{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Second level link{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Second level link{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Second level link{{/i}}</a></li>
</ul>
</li>
</ul>
</div>
</div>{{! /.pull-left }}
<div class="pull-left">
<p class="muted">Left submenu</p>
<div class="dropdown">
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
<li><a tabindex="-1" href="#">{{_i}}Action{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Another action{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li class="dropdown-submenu pull-left">
<a tabindex="-1" href="#">{{_i}}More options{{/i}}</a>
<ul class="dropdown-menu">
<li><a tabindex="-1" href="#">{{_i}}Second level link{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Second level link{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Second level link{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Second level link{{/i}}</a></li>
<li><a tabindex="-1" href="#">{{_i}}Second level link{{/i}}</a></li>
</ul>
</li>
</ul>
</div>
</div>{{! /.pull-left }}
</div>{{! /example }}
<pre class="prettyprint linenums">
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
...
<li class="dropdown-submenu">
<a tabindex="-1" href="#">{{_i}}More options{{/i}}</a>
<ul class="dropdown-menu">
...
</ul>
</li>
</ul>
</pre>
</section>
<!-- Button Groups
================================================== -->
<section id="buttonGroups">
<div class="page-header">
<h1>{{_i}}Button groups{{/i}}</h1>
</div>
<h2>{{_i}}Examples{{/i}}</h2>
<p>{{_i}}Two basic options, along with two more specific variations.{{/i}}</p>
<h3>{{_i}}Single button group{{/i}}</h3>
<p>{{_i}}Wrap a series of buttons with <code>.btn</code> in <code>.btn-group</code>.{{/i}}</p>
<div class="bs-docs-example">
<div class="btn-group" style="margin: 9px 0 5px;">
<button class="btn">{{_i}}Left{{/i}}</button>
<button class="btn">{{_i}}Middle{{/i}}</button>
<button class="btn">{{_i}}Right{{/i}}</button>
</div>
</div>
<pre class="prettyprint linenums">
<div class="btn-group">
<button class="btn">Left</button>
<button class="btn">Middle</button>
<button class="btn">Right</button>
</div>
</pre>
<h3>{{_i}}Multiple button groups{{/i}}</h3>
<p>{{_i}}Combine sets of <code><div class="btn-group"></code> into a <code><div class="btn-toolbar"></code> for more complex components.{{/i}}</p>
<div class="bs-docs-example">
<div class="btn-toolbar" style="margin: 0;">
<div class="btn-group">
<button class="btn">1</button>
<button class="btn">2</button>
<button class="btn">3</button>
<button class="btn">4</button>
</div>
<div class="btn-group">
<button class="btn">5</button>
<button class="btn">6</button>
<button class="btn">7</button>
</div>
<div class="btn-group">
<button class="btn">8</button>
</div>
</div>
</div>
<pre class="prettyprint linenums">
<div class="btn-toolbar">
<div class="btn-group">
...
</div>
</div>
</pre>
<h3>{{_i}}Vertical button groups{{/i}}</h3>
<p>{{_i}}Make a set of buttons appear vertically stacked rather than horizontally.{{/i}}</p>
<div class="bs-docs-example">
<div class="btn-group btn-group-vertical">
<button type="button" class="btn"><i class="icon-align-left"></i></button>
<button type="button" class="btn"><i class="icon-align-center"></i></button>
<button type="button" class="btn"><i class="icon-align-right"></i></button>
<button type="button" class="btn"><i class="icon-align-justify"></i></button>
</div>
</div>
<pre class="prettyprint linenums">
<div class="btn-group btn-group-vertical">
...
</div>
</pre>
<hr class="bs-docs-separator">
<h4>{{_i}}Checkbox and radio flavors{{/i}}</h4>
<p>{{_i}}Button groups can also function as radios, where only one button may be active, or checkboxes, where any number of buttons may be active. View <a href="./javascript.html#buttons">the JavaScript docs</a> for that.{{/i}}</p>
<h4>{{_i}}Dropdowns in button groups{{/i}}</h4>
<p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> {{_i}}Buttons with dropdowns must be individually wrapped in their own <code>.btn-group</code> within a <code>.btn-toolbar</code> for proper rendering.{{/i}}</p>
</section>
<!-- Split button dropdowns
================================================== -->
<section id="buttonDropdowns">
<div class="page-header">
<h1>{{_i}}Button dropdown menus{{/i}}</h1>
</div>
<h2>{{_i}}Overview and examples{{/i}}</h2>
<p>{{_i}}Use any button to trigger a dropdown menu by placing it within a <code>.btn-group</code> and providing the proper menu markup.{{/i}}</p>
<div class="bs-docs-example">
<div class="btn-toolbar" style="margin: 0;">
<div class="btn-group">
<button class="btn dropdown-toggle" data-toggle="dropdown">{{_i}}Action{{/i}} <span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
<div class="btn-group">
<button class="btn btn-primary dropdown-toggle" data-toggle="dropdown">{{_i}}Action{{/i}} <span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
<div class="btn-group">
<button class="btn btn-danger dropdown-toggle" data-toggle="dropdown">{{_i}}Danger{{/i}} <span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
<div class="btn-group">
<button class="btn btn-warning dropdown-toggle" data-toggle="dropdown">{{_i}}Warning{{/i}} <span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
<div class="btn-group">
<button class="btn btn-success dropdown-toggle" data-toggle="dropdown">{{_i}}Success{{/i}} <span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
<div class="btn-group">
<button class="btn btn-info dropdown-toggle" data-toggle="dropdown">{{_i}}Info{{/i}} <span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
<div class="btn-group">
<button class="btn btn-inverse dropdown-toggle" data-toggle="dropdown">{{_i}}Inverse{{/i}} <span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
</div><!-- /btn-toolbar -->
</div>{{! /example }}
<pre class="prettyprint linenums">
<div class="btn-group">
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
{{_i}}Action{{/i}}
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<!-- {{_i}}dropdown menu links{{/i}} -->
</ul>
</div>
</pre>
<h3>{{_i}}Works with all button sizes{{/i}}</h3>
<p>{{_i}}Button dropdowns work at any size: <code>.btn-large</code>, <code>.btn-small</code>, or <code>.btn-mini</code>.{{/i}}</p>
<div class="bs-docs-example">
<div class="btn-toolbar" style="margin: 0;">
<div class="btn-group">
<button class="btn btn-large dropdown-toggle" data-toggle="dropdown">{{_i}}Large button{{/i}} <span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
<div class="btn-group">
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown">{{_i}}Small button{{/i}} <span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
<div class="btn-group">
<button class="btn btn-mini dropdown-toggle" data-toggle="dropdown">{{_i}}Mini button{{/i}} <span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
</div><!-- /btn-toolbar -->
</div>{{! /example }}
<h3>{{_i}}Requires JavaScript{{/i}}</h3>
<p>{{_i}}Button dropdowns require the <a href="./javascript.html#dropdowns">Bootstrap dropdown plugin</a> to function.{{/i}}</p>
<p>{{_i}}In some cases—like mobile—dropdown menus will extend outside the viewport. You need to resolve the alignment manually or with custom JavaScript.{{/i}}</p>
<hr class="bs-docs-separator">
<h2>{{_i}}Split button dropdowns{{/i}}</h2>
<p>{{_i}}Building on the button group styles and markup, we can easily create a split button. Split buttons feature a standard action on the left and a dropdown toggle on the right with contextual links.{{/i}}</p>
<div class="bs-docs-example">
<div class="btn-toolbar" style="margin: 0;">
<div class="btn-group">
<button class="btn">{{_i}}Action{{/i}}</button>
<button class="btn dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
<div class="btn-group">
<button class="btn btn-primary">{{_i}}Action{{/i}}</button>
<button class="btn btn-primary dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
<div class="btn-group">
<button class="btn btn-danger">{{_i}}Danger{{/i}}</button>
<button class="btn btn-danger dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
<div class="btn-group">
<button class="btn btn-warning">{{_i}}Warning{{/i}}</button>
<button class="btn btn-warning dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
<div class="btn-group">
<button class="btn btn-success">{{_i}}Success{{/i}}</button>
<button class="btn btn-success dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
<div class="btn-group">
<button class="btn btn-info">{{_i}}Info{{/i}}</button>
<button class="btn btn-info dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
<div class="btn-group">
<button class="btn btn-inverse">{{_i}}Inverse{{/i}}</button>
<button class="btn btn-inverse dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
</div><!-- /btn-toolbar -->
</div>{{! /example }}
<pre class="prettyprint linenums">
<div class="btn-group">
<button class="btn">{{_i}}Action{{/i}}</button>
<button class="btn dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
<!-- {{_i}}dropdown menu links{{/i}} -->
</ul>
</div>
</pre>
<h3>{{_i}}Sizes{{/i}}</h3>
<p>{{_i}}Utilize the extra button classes <code>.btn-mini</code>, <code>.btn-small</code>, or <code>.btn-large</code> for sizing.{{/i}}</p>
<div class="bs-docs-example">
<div class="btn-toolbar">
<div class="btn-group">
<button class="btn btn-large">{{_i}}Large action{{/i}}</button>
<button class="btn btn-large dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
</div><!-- /btn-toolbar -->
<div class="btn-toolbar">
<div class="btn-group">
<button class="btn btn-small">{{_i}}Small action{{/i}}</button>
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
</div><!-- /btn-toolbar -->
<div class="btn-toolbar">
<div class="btn-group">
<button class="btn btn-mini">{{_i}}Mini action{{/i}}</button>
<button class="btn btn-mini dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
</div><!-- /btn-toolbar -->
</div>{{! /example }}
<pre class="prettyprint linenums">
<div class="btn-group">
<button class="btn btn-mini">{{_i}}Action{{/i}}</button>
<button class="btn btn-mini dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
<!-- {{_i}}dropdown menu links{{/i}} -->
</ul>
</div>
</pre>
<h3>{{_i}}Dropup menus{{/i}}</h3>
<p>{{_i}}Dropdown menus can also be toggled from the bottom up by adding a single class to the immediate parent of <code>.dropdown-menu</code>. It will flip the direction of the <code>.caret</code> and reposition the menu itself to move from the bottom up instead of top down.{{/i}}</p>
<div class="bs-docs-example">
<div class="btn-toolbar" style="margin: 0;">
<div class="btn-group dropup">
<button class="btn">{{_i}}Dropup{{/i}}</button>
<button class="btn dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
<div class="btn-group dropup">
<button class="btn primary">{{_i}}Right dropup{{/i}}</button>
<button class="btn primary dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
<ul class="dropdown-menu pull-right">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
</div>
</div>{{! /example }}
<pre class="prettyprint linenums">
<div class="btn-group dropup">
<button class="btn">{{_i}}Dropup{{/i}}</button>
<button class="btn dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
<!-- {{_i}}dropdown menu links{{/i}} -->
</ul>
</div>
</pre>
</section>
<!-- Nav, Tabs, & Pills
================================================== -->
<section id="navs">
<div class="page-header">
<h1>{{_i}}Nav: tabs, pills, and lists{{/i}}</small></h1>
</div>
<h2>{{_i}}Lightweight defaults{{/i}} <small>{{_i}}Same markup, different classes{{/i}}</small></h2>
<p>{{_i}}All nav components here—tabs, pills, and lists—<strong>share the same base markup and styles</strong> through the <code>.nav</code> class.{{/i}}</p>
<h3>{{_i}}Basic tabs{{/i}}</h3>
<p>{{_i}}Take a regular <code><ul></code> of links and add <code>.nav-tabs</code>:{{/i}}</p>
<div class="bs-docs-example">
<ul class="nav nav-tabs">
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li><a href="#">{{_i}}Profile{{/i}}</a></li>
<li><a href="#">{{_i}}Messages{{/i}}</a></li>
</ul>
</div>
<pre class="prettyprint linenums">
<ul class="nav nav-tabs">
<li class="active">
<a href="#">{{_i}}Home{{/i}}</a>
</li>
<li><a href="#">...</a></li>
<li><a href="#">...</a></li>
</ul>
</pre>
<h3>{{_i}}Basic pills{{/i}}</h3>
<p>{{_i}}Take that same HTML, but use <code>.nav-pills</code> instead:{{/i}}</p>
<div class="bs-docs-example">
<ul class="nav nav-pills">
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li><a href="#">{{_i}}Profile{{/i}}</a></li>
<li><a href="#">{{_i}}Messages{{/i}}</a></li>
</ul>
</div>
<pre class="prettyprint linenums">
<ul class="nav nav-pills">
<li class="active">
<a href="#">{{_i}}Home{{/i}}</a>
</li>
<li><a href="#">...</a></li>
<li><a href="#">...</a></li>
</ul>
</pre>
<h3>{{_i}}Disabled state{{/i}}</h3>
<p>{{_i}}For any nav component (tabs, pills, or list), add <code>.disabled</code> for <strong>gray links and no hover effects</strong>. Links will remain clickable, however, unless you remove the <code>href</code> attribute. Alternatively, you could implement custom JavaScript to prevent those clicks.{{/i}}</p>
<div class="bs-docs-example">
<ul class="nav nav-pills">
<li><a href="#">{{_i}}Clickable link{{/i}}</a></li>
<li><a href="#">{{_i}}Clickable link{{/i}}</a></li>
<li class="disabled"><a href="#">{{_i}}Disabled link{{/i}}</a></li>
</ul>
</div>
<pre class="prettyprint linenums">
<ul class="nav nav-pills">
...
<li class="disabled"><a href="#">{{_i}}Home{{/i}}</a></li>
...
</ul>
</pre>
<h3>{{_i}}Component alignment{{/i}}</h3>
<p>{{_i}}To align nav links, use the <code>.pull-left</code> or <code>.pull-right</code> utility classes. Both classes will add a CSS float in the specified direction.{{/i}}</p>
<hr class="bs-docs-separator">
<h2>{{_i}}Stackable{{/i}}</h2>
<p>{{_i}}As tabs and pills are horizontal by default, just add a second class, <code>.nav-stacked</code>, to make them appear vertically stacked.{{/i}}</p>
<h3>{{_i}}Stacked tabs{{/i}}</h3>
<div class="bs-docs-example">
<ul class="nav nav-tabs nav-stacked">
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li><a href="#">{{_i}}Profile{{/i}}</a></li>
<li><a href="#">{{_i}}Messages{{/i}}</a></li>
</ul>
</div>
<pre class="prettyprint linenums">
<ul class="nav nav-tabs nav-stacked">
...
</ul>
</pre>
<h3>{{_i}}Stacked pills{{/i}}</h3>
<div class="bs-docs-example">
<ul class="nav nav-pills nav-stacked">
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li><a href="#">{{_i}}Profile{{/i}}</a></li>
<li><a href="#">{{_i}}Messages{{/i}}</a></li>
</ul>
</div>
<pre class="prettyprint linenums">
<ul class="nav nav-pills nav-stacked">
...
</ul>
</pre>
<hr class="bs-docs-separator">
<h2>{{_i}}Dropdowns{{/i}}</h2>
<p>{{_i}}Add dropdown menus with a little extra HTML and the <a href="./javascript.html#dropdowns">dropdowns JavaScript plugin</a>.{{/i}}</p>
<h3>{{_i}}Tabs with dropdowns{{/i}}</h3>
<div class="bs-docs-example">
<ul class="nav nav-tabs">
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li><a href="#">{{_i}}Help{{/i}}</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">{{_i}}Dropdown{{/i}} <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</li>
</ul>
</div>
<pre class="prettyprint linenums">
<ul class="nav nav-tabs">
<li class="dropdown">
<a class="dropdown-toggle"
data-toggle="dropdown"
href="#">
{{_i}}Dropdown{{/i}}
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<!-- {{_i}}links{{/i}} -->
</ul>
</li>
</ul>
</pre>
<h3>{{_i}}Pills with dropdowns{{/i}}</h3>
<div class="bs-docs-example">
<ul class="nav nav-pills">
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li><a href="#">{{_i}}Help{{/i}}</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">{{_i}}Dropdown{{/i}} <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</li>
</ul>
</div>{{! /example }}
<pre class="prettyprint linenums">
<ul class="nav nav-pills">
<li class="dropdown">
<a class="dropdown-toggle"
data-toggle="dropdown"
href="#">
{{_i}}Dropdown{{/i}}
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<!-- {{_i}}links{{/i}} -->
</ul>
</li>
</ul>
</pre>
<hr class="bs-docs-separator">
<h2>{{_i}}Nav lists{{/i}}</h2>
<p>{{_i}}A simple and easy way to build groups of nav links with optional headers. They're best used in sidebars like the Finder in OS X.{{/i}}</p>
<h3>{{_i}}Example nav list{{/i}}</h3>
<p>{{_i}}Take a list of links and add <code>class="nav nav-list"</code>:{{/i}}</p>
<div class="bs-docs-example">
<div class="well" style="max-width: 340px; padding: 8px 0;">
<ul class="nav nav-list">
<li class="nav-header">{{_i}}List header{{/i}}</li>
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li><a href="#">{{_i}}Library{{/i}}</a></li>
<li><a href="#">{{_i}}Applications{{/i}}</a></li>
<li class="nav-header">{{_i}}Another list header{{/i}}</li>
<li><a href="#">{{_i}}Profile{{/i}}</a></li>
<li><a href="#">{{_i}}Settings{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Help{{/i}}</a></li>
</ul>
</div> <!-- /well -->
</div>{{! /example }}
<pre class="prettyprint linenums">
<ul class="nav nav-list">
<li class="nav-header">{{_i}}List header{{/i}}</li>
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li><a href="#">{{_i}}Library{{/i}}</a></li>
...
</ul>
</pre>
<p>
<span class="label label-info">{{_i}}Note{{/i}}</span>
{{_i}}For nesting within a nav list, include <code>class="nav nav-list"</code> on any nested <code><ul></code>.{{/i}}
</p>
<h3>{{_i}}Horizontal dividers{{/i}}</h3>
<p>{{_i}}Add a horizontal divider by creating an empty list item with the class <code>.divider</code>, like so:{{/i}}</p>
<pre class="prettyprint linenums">
<ul class="nav nav-list">
...
<li class="divider"></li>
...
</ul>
</pre>
<hr class="bs-docs-separator">
<h2>{{_i}}Tabbable nav{{/i}}</h2>
<p>{{_i}}Bring your tabs to life with a simple plugin to toggle between content via tabs. Bootstrap integrates tabbable tabs in four styles: top (default), right, bottom, and left.{{/i}}</p>
<h3>{{_i}}Tabbable example{{/i}}</h3>
<p>{{_i}}To make tabs tabbable, create a <code>.tab-pane</code> with unique ID for every tab and wrap them in <code>.tab-content</code>.{{/i}}</p>
<div class="bs-docs-example">
<div class="tabbable" style="margin-bottom: 18px;">
<ul class="nav nav-tabs">
<li class="active"><a href="#tab1" data-toggle="tab">{{_i}}Section 1{{/i}}</a></li>
<li><a href="#tab2" data-toggle="tab">{{_i}}Section 2{{/i}}</a></li>
<li><a href="#tab3" data-toggle="tab">{{_i}}Section 3{{/i}}</a></li>
</ul>
<div class="tab-content" style="padding-bottom: 9px; border-bottom: 1px solid #ddd;">
<div class="tab-pane active" id="tab1">
<p>{{_i}}I'm in Section 1.{{/i}}</p>
</div>
<div class="tab-pane" id="tab2">
<p>{{_i}}Howdy, I'm in Section 2.{{/i}}</p>
</div>
<div class="tab-pane" id="tab3">
<p>{{_i}}What up girl, this is Section 3.{{/i}}</p>
</div>
</div>
</div> <!-- /tabbable -->
</div>{{! /example }}
<pre class="prettyprint linenums">
<div class="tabbable"> <!-- Only required for left/right tabs -->
<ul class="nav nav-tabs">
<li class="active"><a href="#tab1" data-toggle="tab">{{_i}}Section 1{{/i}}</a></li>
<li><a href="#tab2" data-toggle="tab">{{_i}}Section 2{{/i}}</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="tab1">
<p>{{_i}}I'm in Section 1.{{/i}}</p>
</div>
<div class="tab-pane" id="tab2">
<p>{{_i}}Howdy, I'm in Section 2.{{/i}}</p>
</div>
</div>
</div>
</pre>
<h4>{{_i}}Fade in tabs{{/i}}</h4>
<p>{{_i}}To make tabs fade in, add <code>.fade</code> to each <code>.tab-pane</code>.{{/i}}</p>
<h4>{{_i}}Requires jQuery plugin{{/i}}</h4>
<p>{{_i}}All tabbable tabs are powered by our lightweight jQuery plugin. Read more about how to bring tabbable tabs to life <a href="./javascript.html#tabs">on the JavaScript docs page</a>.{{/i}}</p>
<h3>{{_i}}Tabbable in any direction{{/i}}</h3>
<h4>{{_i}}Tabs on the bottom{{/i}}</h4>
<p>{{_i}}Flip the order of the HTML and add a class to put tabs on the bottom.{{/i}}</p>
<div class="bs-docs-example">
<div class="tabbable tabs-below">
<div class="tab-content">
<div class="tab-pane active" id="A">
<p>{{_i}}I'm in Section A.{{/i}}</p>
</div>
<div class="tab-pane" id="B">
<p>{{_i}}Howdy, I'm in Section B.{{/i}}</p>
</div>
<div class="tab-pane" id="C">
<p>{{_i}}What up girl, this is Section C.{{/i}}</p>
</div>
</div>
<ul class="nav nav-tabs">
<li class="active"><a href="#A" data-toggle="tab">{{_i}}Section 1{{/i}}</a></li>
<li><a href="#B" data-toggle="tab">{{_i}}Section 2{{/i}}</a></li>
<li><a href="#C" data-toggle="tab">{{_i}}Section 3{{/i}}</a></li>
</ul>
</div> <!-- /tabbable -->
</div>{{! /example }}
<pre class="prettyprint linenums">
<div class="tabbable tabs-below">
<div class="tab-content">
...
</div>
<ul class="nav nav-tabs">
...
</ul>
</div>
</pre>
<h4>{{_i}}Tabs on the left{{/i}}</h4>
<p>{{_i}}Swap the class to put tabs on the left.{{/i}}</p>
<div class="bs-docs-example">
<div class="tabbable tabs-left">
<ul class="nav nav-tabs">
<li class="active"><a href="#lA" data-toggle="tab">{{_i}}Section 1{{/i}}</a></li>
<li><a href="#lB" data-toggle="tab">{{_i}}Section 2{{/i}}</a></li>
<li><a href="#lC" data-toggle="tab">{{_i}}Section 3{{/i}}</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="lA">
<p>{{_i}}I'm in Section A.{{/i}}</p>
</div>
<div class="tab-pane" id="lB">
<p>{{_i}}Howdy, I'm in Section B.{{/i}}</p>
</div>
<div class="tab-pane" id="lC">
<p>{{_i}}What up girl, this is Section C.{{/i}}</p>
</div>
</div>
</div> <!-- /tabbable -->
</div>{{! /example }}
<pre class="prettyprint linenums">
<div class="tabbable tabs-left">
<ul class="nav nav-tabs">
...
</ul>
<div class="tab-content">
...
</div>
</div>
</pre>
<h4>{{_i}}Tabs on the right{{/i}}</h4>
<p>{{_i}}Swap the class to put tabs on the right.{{/i}}</p>
<div class="bs-docs-example">
<div class="tabbable tabs-right">
<ul class="nav nav-tabs">
<li class="active"><a href="#rA" data-toggle="tab">{{_i}}Section 1{{/i}}</a></li>
<li><a href="#rB" data-toggle="tab">{{_i}}Section 2{{/i}}</a></li>
<li><a href="#rC" data-toggle="tab">{{_i}}Section 3{{/i}}</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="rA">
<p>{{_i}}I'm in Section A.{{/i}}</p>
</div>
<div class="tab-pane" id="rB">
<p>{{_i}}Howdy, I'm in Section B.{{/i}}</p>
</div>
<div class="tab-pane" id="rC">
<p>{{_i}}What up girl, this is Section C.{{/i}}</p>
</div>
</div>
</div> <!-- /tabbable -->
</div>{{! /example }}
<pre class="prettyprint linenums">
<div class="tabbable tabs-right">
<ul class="nav nav-tabs">
...
</ul>
<div class="tab-content">
...
</div>
</div>
</pre>
</section>
<!-- Navbar
================================================== -->
<section id="navbar">
<div class="page-header">
<h1>{{_i}}Navbar{{/i}}</h1>
</div>
<h2>{{_i}}Basic navbar{{/i}}</h2>
<p>{{_i}}To start, navbars are static (not fixed to the top) and include support for a project name and basic navigation. Place one anywhere within a <code>.container</code>, which sets the width of your site and content.{{/i}}</p>
<div class="bs-docs-example">
<div class="navbar">
<div class="navbar-inner">
<a class="brand" href="#">{{_i}}Title{{/i}}</a>
<ul class="nav">
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
</ul>
</div>
</div>
</div>{{! /example }}
<pre class="prettyprint linenums">
<div class="navbar">
<div class="navbar-inner">
<a class="brand" href="#">{{_i}}Title{{/i}}</a>
<ul class="nav">
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
</ul>
</div>
</div>
</pre>
<hr class="bs-docs-separator">
<h2>{{_i}}Navbar components{{/i}}</h2>
<h3>{{_i}}Brand{{/i}}</h3>
<p>{{_i}}A simple link to show your brand or project name only requires an anchor tag.{{/i}}</p>
<div class="bs-docs-example">
<div class="navbar">
<div class="navbar-inner">
<a class="brand" href="#">{{_i}}Title{{/i}}</a>
</div>
</div>
</div>{{! /example }}
<pre class="prettyprint linenums">
<a class="brand" href="#">{{_i}}Project name{{/i}}</a>
</pre>
<h3>{{_i}}Nav links{{/i}}</h3>
<p>{{_i}}Nav items are simple to add via unordered lists.{{/i}}</p>
<div class="bs-docs-example">
<div class="navbar">
<div class="navbar-inner">
<ul class="nav">
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
</ul>
</div>
</div>
</div>{{! /example }}
<pre class="prettyprint linenums">
<ul class="nav">
<li class="active">
<a href="#">{{_i}}Home{{/i}}</a>
</li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
</ul>
</pre>
<p>{{_i}}You can easily add dividers to your nav links with an empty list item and a simple class. Just add this between links:{{/i}}</p>
<div class="bs-docs-example">
<div class="navbar">
<div class="navbar-inner">
<ul class="nav">
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li class="divider-vertical"></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
<li class="divider-vertical"></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
<li class="divider-vertical"></li>
</ul>
</div>
</div>
</div>{{! /example }}
<pre class="prettyprint linenums">
<ul class="nav">
...
<li class="divider-vertical"></li>
...
</ul>
</pre>
<h3>{{_i}}Forms{{/i}}</h3>
<p>{{_i}}To properly style and position a form within the navbar, add the appropriate classes as shown below. For a default form, include <code>.navbar-form</code> and either <code>.pull-left</code> or <code>.pull-right</code> to properly align it.{{/i}}</p>
<div class="bs-docs-example">
<div class="navbar">
<div class="navbar-inner">
<form class="navbar-form pull-left">
<input type="text" class="span2">
<button type="submit" class="btn">{{_i}}Submit{{/i}}</button>
</form>
</div>
</div>
</div>{{! /example }}
<pre class="prettyprint linenums">
<form class="navbar-form pull-left">
<input type="text" class="span2">
<button type="submit" class="btn">{{_i}}Submit{{/i}}</button>
</form>
</pre>
<h3>{{_i}}Search form{{/i}}</h3>
<p>{{_i}}For a more customized search form, add <code>.navbar-search</code> to the <code>form</code> and <code>.search-query</code> to the input for specialized styles in the navbar.{{/i}}</p>
<div class="bs-docs-example">
<div class="navbar">
<div class="navbar-inner">
<form class="navbar-search pull-left">
<input type="text" class="search-query" placeholder="{{_i}}Search{{/i}}">
</form>
</div>
</div>
</div>{{! /example }}
<pre class="prettyprint linenums">
<form class="navbar-search pull-left">
<input type="text" class="search-query" placeholder="{{_i}}Search{{/i}}">
</form>
</pre>
<h3>{{_i}}Component alignment{{/i}}</h3>
<p>{{_i}}Align nav links, search form, or text, use the <code>.pull-left</code> or <code>.pull-right</code> utility classes. Both classes will add a CSS float in the specified direction.{{/i}}</p>
<h3>{{_i}}Using dropdowns{{/i}}</h3>
<p>{{_i}}Add dropdowns and dropups to the nav with a bit of markup and the <a href="./javascript.html#dropdowns">dropdowns JavaScript plugin</a>.{{/i}}</p>
<pre class="prettyprint linenums">
<ul class="nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
{{_i}}Account{{/i}}
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
...
</ul>
</li>
</ul>
</pre>
<p>{{_i}}Visit the <a href="./javascript.html#dropdowns">JavaScript dropdowns documentation</a> for more markup and information on calling dropdowns.{{/i}}</p>
<h3>{{_i}}Text{{/i}}</h3>
<p>{{_i}}Wrap strings of text in an element with <code>.navbar-text</code>, usually on a <code><p></code> tag for proper leading and color.{{/i}}</p>
<hr class="bs-docs-separator">
<h2>{{_i}}Optional display variations{{/i}}</h2>
<p>{{_i}}Fix the navbar to the top or bottom of the viewport with an additional class on the outermost div, <code>.navbar</code>.{{/i}}</p>
<h3>Fixed to top</h3>
<p>{{_i}}Add <code>.navbar-fixed-top</code> and remember to account for the hidden area underneath it by adding at least 40px <code>padding</code> to the <code><body></code>. Be sure to add this after the core Bootstrap CSS and before the optional responsive CSS.{{/i}}</p>
<div class="bs-docs-example bs-navbar-top-example">
<div class="navbar navbar-fixed-top" style="position: absolute;">
<div class="navbar-inner">
<div class="container" style="width: auto; padding: 0 20px;">
<a class="brand" href="#">{{_i}}Title{{/i}}</a>
<ul class="nav">
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
</ul>
</div>
</div>
</div>
</div>{{! /example }}
<pre class="prettyprint linenums">
<div class="navbar navbar-fixed-top">
...
</div>
</pre>
<h3>Fixed to bottom</h3>
<p>{{_i}}Add <code>.navbar-fixed-bottom</code> instead.{{/i}}</p>
<div class="bs-docs-example bs-navbar-bottom-example">
<div class="navbar navbar-fixed-bottom" style="position: absolute;">
<div class="navbar-inner">
<div class="container" style="width: auto; padding: 0 20px;">
<a class="brand" href="#">{{_i}}Title{{/i}}</a>
<ul class="nav">
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
</ul>
</div>
</div>
</div>
</div>{{! /example }}
<pre class="prettyprint linenums">
<div class="navbar navbar-fixed-bottom">
...
</div>
</pre>
<h3>{{_i}}Static top navbar{{/i}}</h3>
<p>{{_i}}Create a full-width navbar that scrolls away with the page by adding <code>.navbar-static-top</code>. Unlike the <code>.navbar-fixed-top</code> class, you do not need to change any padding on the <code>body</code>.{{/i}}</p>
<div class="bs-docs-example bs-navbar-top-example">
<div class="navbar navbar-static-top" style="margin: -1px -1px 0;">
<div class="navbar-inner">
<div class="container" style="width: auto; padding: 0 20px;">
<a class="brand" href="#">{{_i}}Title{{/i}}</a>
<ul class="nav">
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
</ul>
</div>
</div>
</div>
</div>{{! /example }}
<pre class="prettyprint linenums">
<div class="navbar navbar-static-top">
...
</div>
</pre>
<hr class="bs-docs-separator">
<h2>{{_i}}Responsive navbar{{/i}}</h2>
<p>{{_i}}To implement a collapsing responsive navbar, wrap your navbar content in a containing div, <code>.nav-collapse.collapse</code>, and add the navbar toggle button, <code>.btn-navbar</code>.{{/i}}</p>
<div class="bs-docs-example">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">{{_i}}Title{{/i}}</a>
<div class="nav-collapse collapse navbar-responsive-collapse">
<ul class="nav">
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{_i}}Dropdown{{/i}} <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li class="nav-header">Nav header</li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
<li><a href="#">{{_i}}One more separated link{{/i}}</a></li>
</ul>
</li>
</ul>
<form class="navbar-search pull-left" action="">
<input type="text" class="search-query span2" placeholder="Search">
</form>
<ul class="nav pull-right">
<li><a href="#">{{_i}}Link{{/i}}</a></li>
<li class="divider-vertical"></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{_i}}Dropdown{{/i}} <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</li>
</ul>
</div><!-- /.nav-collapse -->
</div>
</div><!-- /navbar-inner -->
</div><!-- /navbar -->
</div>{{! /example }}
<pre class="prettyprint linenums">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<!-- {{_i}}.btn-navbar is used as the toggle for collapsed navbar content{{/i}} -->
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<!-- {{_i}}Be sure to leave the brand out there if you want it shown{{/i}} -->
<a class="brand" href="#">{{_i}}Project name{{/i}}</a>
<!-- {{_i}}Everything you want hidden at 940px or less, place within here{{/i}} -->
<div class="nav-collapse collapse">
<!-- .nav, .navbar-search, .navbar-form, etc -->
</div>
</div>
</div>
</div>
</pre>
<div class="alert alert-info">
<strong>{{_i}}Heads up!{{/i}}</strong> The responsive navbar requires the <a href="./javascript.html#collapse">collapse plugin</a> and <a href="./scaffolding.html#responsive">responsive Bootstrap CSS file</a>.
</div>
<hr class="bs-docs-separator">
<h2>{{_i}}Inverted variation{{/i}}</h2>
<p>{{_i}}Modify the look of the navbar by adding <code>.navbar-inverse</code>.{{/i}}</p>
<div class="bs-docs-example">
<div class="navbar navbar-inverse" style="position: static;">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".navbar-inverse-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">{{_i}}Title{{/i}}</a>
<div class="nav-collapse collapse navbar-inverse-collapse">
<ul class="nav">
<li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
<li><a href="#">{{_i}}Link{{/i}}</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{_i}}Dropdown{{/i}} <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li class="nav-header">Nav header</li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
<li><a href="#">{{_i}}One more separated link{{/i}}</a></li>
</ul>
</li>
</ul>
<form class="navbar-search pull-left" action="">
<input type="text" class="search-query span2" placeholder="Search">
</form>
<ul class="nav pull-right">
<li><a href="#">{{_i}}Link{{/i}}</a></li>
<li class="divider-vertical"></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{_i}}Dropdown{{/i}} <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">{{_i}}Action{{/i}}</a></li>
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</li>
</ul>
</div><!-- /.nav-collapse -->
</div>
</div><!-- /navbar-inner -->
</div><!-- /navbar -->
</div>{{! /example }}
<pre class="prettyprint linenums">
<div class="navbar navbar-inverse">
...
</div>
</pre>
</section>
<!-- Breadcrumbs
================================================== -->
<section id="breadcrumbs">
<div class="page-header">
<h1>{{_i}}Breadcrumbs{{/i}} <small></small></h1>
</div>
<h2>{{_i}}Examples{{/i}}</h2>
<p>{{_i}}A single example shown as it might be displayed across multiple pages.{{/i}}</p>
<div class="bs-docs-example">
<ul class="breadcrumb">
<li class="active">{{_i}}Home{{/i}}</li>
</ul>
<ul class="breadcrumb">
<li><a href="#">{{_i}}Home{{/i}}</a> <span class="divider">/</span></li>
<li class="active">{{_i}}Library{{/i}}</li>
</ul>
<ul class="breadcrumb" style="margin-bottom: 5px;">
<li><a href="#">{{_i}}Home{{/i}}</a> <span class="divider">/</span></li>
<li><a href="#">{{_i}}Library{{/i}}</a> <span class="divider">/</span></li>
<li class="active">{{_i}}Data{{/i}}</li>
</ul>
</div>
<pre class="prettyprint linenums">
<ul class="breadcrumb">
<li><a href="#">{{_i}}Home{{/i}}</a> <span class="divider">/</span></li>
<li><a href="#">{{_i}}Library{{/i}}</a> <span class="divider">/</span></li>
<li class="active">{{_i}}Data{{/i}}</li>
</ul>
</pre>
</section>
<!-- Pagination
================================================== -->
<section id="pagination">
<div class="page-header">
<h1>{{_i}}Pagination{{/i}} <small>{{_i}}Two options for paging through content{{/i}}</small></h1>
</div>
<h2>{{_i}}Standard pagination{{/i}}</h2>
<p>{{_i}}Simple pagination inspired by Rdio, great for apps and search results. The large block is hard to miss, easily scalable, and provides large click areas.{{/i}}</p>
<div class="bs-docs-example">
<div class="pagination">
<ul>
<li><a href="#">«</a></li>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">»</a></li>
</ul>
</div>
</div>
<pre class="prettyprint linenums">
<div class="pagination">
<ul>
<li><a href="#">Prev</a></li>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">Next</a></li>
</ul>
</div>
</pre>
<hr class="bs-docs-separator">
<h2>{{_i}}Options{{/i}}</h2>
<h3>{{_i}}Disabled and active states{{/i}}</h3>
<p>{{_i}}Links are customizable for different circumstances. Use <code>.disabled</code> for unclickable links and <code>.active</code> to indicate the current page.{{/i}}</p>
<div class="bs-docs-example">
<div class="pagination pagination-centered">
<ul>
<li class="disabled"><a href="#">«</a></li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">»</a></li>
</ul>
</div>
</div>
<pre class="prettyprint linenums">
<div class="pagination">
<ul>
<li class="disabled"><a href="#">&laquo;</a></li>
<li class="active"><a href="#">1</a></li>
...
</ul>
</div>
</pre>
<p>{{_i}}You can optionally swap out active or disabled anchors for spans to remove click functionality while retaining intended styles.{{/i}}</p>
<pre class="prettyprint linenums">
<div class="pagination">
<ul>
<li class="disabled"><span>&laquo;</span></li>
<li class="active"><span>1</span></li>
...
</ul>
</div>
</pre>
<h3>{{_i}}Sizes{{/i}}</h3>
<p>{{_i}}Fancy larger or smaller pagination? Add <code>.pagination-large</code>, <code>.pagination-small</code>, or <code>.pagination-mini</code> for additional sizes.{{/i}}</p>
<div class="bs-docs-example">
<div class="pagination pagination-large">
<ul>
<li><a href="#">«</a></li>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">»</a></li>
</ul>
</div>
<div class="pagination">
<ul>
<li><a href="#">«</a></li>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">»</a></li>
</ul>
</div>
<div class="pagination pagination-small">
<ul>
<li><a href="#">«</a></li>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">»</a></li>
</ul>
</div>
<div class="pagination pagination-mini">
<ul>
<li><a href="#">«</a></li>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">»</a></li>
</ul>
</div>
</div>
<pre class="prettyprint linenums">
<div class="pagination pagination-large">
<ul>
...
</ul>
</div>
<div class="pagination">
<ul>
...
</ul>
</div>
<div class="pagination pagination-small">
<ul>
...
</ul>
</div>
<div class="pagination pagination-mini">
<ul>
...
</ul>
</div>
</pre>
<h3>{{_i}}Alignment{{/i}}</h3>
<p>{{_i}}Add one of two optional classes to change the alignment of pagination links: <code>.pagination-centered</code> and <code>.pagination-right</code>.{{/i}}</p>
<div class="bs-docs-example">
<div class="pagination pagination-centered">
<ul>
<li><a href="#">«</a></li>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">»</a></li>
</ul>
</div>
</div>
<pre class="prettyprint linenums">
<div class="pagination pagination-centered">
...
</div>
</pre>
<div class="bs-docs-example">
<div class="pagination pagination-right">
<ul>
<li><a href="#">«</a></li>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">»</a></li>
</ul>
</div>
</div>
<pre class="prettyprint linenums">
<div class="pagination pagination-right">
...
</div>
</pre>
<hr class="bs-docs-separator">
<h2>{{_i}}Pager{{/i}}</h2>
<p>{{_i}}Quick previous and next links for simple pagination implementations with light markup and styles. It's great for simple sites like blogs or magazines.{{/i}}</p>
<h3>{{_i}}Default example{{/i}}</h3>
<p>{{_i}}By default, the pager centers links.{{/i}}</p>
<div class="bs-docs-example">
<ul class="pager">
<li><a href="#">{{_i}}Previous{{/i}}</a></li>
<li><a href="#">{{_i}}Next{{/i}}</a></li>
</ul>
</div>
<pre class="prettyprint linenums">
<ul class="pager">
<li><a href="#">{{_i}}Previous{{/i}}</a></li>
<li><a href="#">{{_i}}Next{{/i}}</a></li>
</ul>
</pre>
<h3>{{_i}}Aligned links{{/i}}</h3>
<p>{{_i}}Alternatively, you can align each link to the sides:{{/i}}</p>
<div class="bs-docs-example">
<ul class="pager">
<li class="previous"><a href="#">{{_i}}← Older{{/i}}</a></li>
<li class="next"><a href="#">{{_i}}Newer →{{/i}}</a></li>
</ul>
</div>
<pre class="prettyprint linenums">
<ul class="pager">
<li class="previous">
<a href="#">{{_i}}&larr; Older{{/i}}</a>
</li>
<li class="next">
<a href="#">{{_i}}Newer &rarr;{{/i}}</a>
</li>
</ul>
</pre>
<h3>{{_i}}Optional disabled state{{/i}}</h3>
<p>{{_i}}Pager links also use the general <code>.disabled</code> utility class from the pagination.{{/i}}</p>
<div class="bs-docs-example">
<ul class="pager">
<li class="previous disabled"><a href="#">{{_i}}← Older{{/i}}</a></li>
<li class="next"><a href="#">{{_i}}Newer →{{/i}}</a></li>
</ul>
</div>
<pre class="prettyprint linenums">
<ul class="pager">
<li class="previous disabled">
<a href="#">{{_i}}&larr; Older{{/i}}</a>
</li>
...
</ul>
</pre>
</section>
<!-- Labels and badges
================================================== -->
<section id="labels-badges">
<div class="page-header">
<h1>{{_i}}Labels and badges{{/i}}</h1>
</div>
<h3>{{_i}}Labels{{/i}}</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>{{_i}}Labels{{/i}}</th>
<th>{{_i}}Markup{{/i}}</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="label">{{_i}}Default{{/i}}</span>
</td>
<td>
<code><span class="label">{{_i}}Default{{/i}}</span></code>
</td>
</tr>
<tr>
<td>
<span class="label label-success">{{_i}}Success{{/i}}</span>
</td>
<td>
<code><span class="label label-success">{{_i}}Success{{/i}}</span></code>
</td>
</tr>
<tr>
<td>
<span class="label label-warning">{{_i}}Warning{{/i}}</span>
</td>
<td>
<code><span class="label label-warning">{{_i}}Warning{{/i}}</span></code>
</td>
</tr>
<tr>
<td>
<span class="label label-important">{{_i}}Important{{/i}}</span>
</td>
<td>
<code><span class="label label-important">{{_i}}Important{{/i}}</span></code>
</td>
</tr>
<tr>
<td>
<span class="label label-info">{{_i}}Info{{/i}}</span>
</td>
<td>
<code><span class="label label-info">{{_i}}Info{{/i}}</span></code>
</td>
</tr>
<tr>
<td>
<span class="label label-inverse">{{_i}}Inverse{{/i}}</span>
</td>
<td>
<code><span class="label label-inverse">{{_i}}Inverse{{/i}}</span></code>
</td>
</tr>
</tbody>
</table>
<h3>{{_i}}Badges{{/i}}</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>{{_i}}Name{{/i}}</th>
<th>{{_i}}Example{{/i}}</th>
<th>{{_i}}Markup{{/i}}</th>
</tr>
</thead>
<tbody>
<tr>
<td>
{{_i}}Default{{/i}}
</td>
<td>
<span class="badge">1</span>
</td>
<td>
<code><span class="badge">1</span></code>
</td>
</tr>
<tr>
<td>
{{_i}}Success{{/i}}
</td>
<td>
<span class="badge badge-success">2</span>
</td>
<td>
<code><span class="badge badge-success">2</span></code>
</td>
</tr>
<tr>
<td>
{{_i}}Warning{{/i}}
</td>
<td>
<span class="badge badge-warning">4</span>
</td>
<td>
<code><span class="badge badge-warning">4</span></code>
</td>
</tr>
<tr>
<td>
{{_i}}Important{{/i}}
</td>
<td>
<span class="badge badge-important">6</span>
</td>
<td>
<code><span class="badge badge-important">6</span></code>
</td>
</tr>
<tr>
<td>
{{_i}}Info{{/i}}
</td>
<td>
<span class="badge badge-info">8</span>
</td>
<td>
<code><span class="badge badge-info">8</span></code>
</td>
</tr>
<tr>
<td>
{{_i}}Inverse{{/i}}
</td>
<td>
<span class="badge badge-inverse">10</span>
</td>
<td>
<code><span class="badge badge-inverse">10</span></code>
</td>
</tr>
</tbody>
</table>
<h3>{{_i}}Easily collapsible{{/i}}</h3>
<p>{{_i}}For easy implementation, labels and badges will simply collapse (via CSS's <code>:empty</code> selector) when no content exists within.{{/i}}</p>
</section>
<!-- Typographic components
================================================== -->
<section id="typography">
<div class="page-header">
<h1>{{_i}}Typographic components{{/i}}</h1>
</div>
<h2>{{_i}}Hero unit{{/i}}</h2>
<p>{{_i}}A lightweight, flexible component to showcase key content on your site. It works well on marketing and content-heavy sites.{{/i}}</p>
<div class="bs-docs-example">
<div class="hero-unit">
<h1>{{_i}}Hello, world!{{/i}}</h1>
<p>{{_i}}This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.{{/i}}</p>
<p><a class="btn btn-primary btn-large">{{_i}}Learn more{{/i}}</a></p>
</div>
</div>
<pre class="prettyprint linenums">
<div class="hero-unit">
<h1>{{_i}}Heading{{/i}}</h1>
<p>{{_i}}Tagline{{/i}}</p>
<p>
<a class="btn btn-primary btn-large">
{{_i}}Learn more{{/i}}
</a>
</p>
</div>
</pre>
<h2>{{_i}}Page header{{/i}}</h2>
<p>{{_i}}A simple shell for an <code>h1</code> to appropriately space out and segment sections of content on a page. It can utilize the <code>h1</code>'s default <code>small</code>, element as well most other components (with additional styles).{{/i}}</p>
<div class="bs-docs-example">
<div class="page-header">
<h1>{{_i}}Example page header{{/i}} <small>{{_i}}Subtext for header{{/i}}</small></h1>
</div>
</div>
<pre class="prettyprint linenums">
<div class="page-header">
<h1>{{_i}}Example page header{{/i}} <small>{{_i}}Subtext for header{{/i}}</small></h1>
</div>
</pre>
</section>
<!-- Thumbnails
================================================== -->
<section id="thumbnails">
<div class="page-header">
<h1>{{_i}}Thumbnails{{/i}} <small>{{_i}}Grids of images, videos, text, and more{{/i}}</small></h1>
</div>
<h2>{{_i}}Default thumbnails{{/i}}</h2>
<p>{{_i}}By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.{{/i}}</p>
<div class="row-fluid">
<ul class="thumbnails">
<li class="span3">
<a href="#" class="thumbnail">
<img data-src="holder.js/260x180" alt="">
</a>
</li>
<li class="span3">
<a href="#" class="thumbnail">
<img data-src="holder.js/260x180" alt="">
</a>
</li>
<li class="span3">
<a href="#" class="thumbnail">
<img data-src="holder.js/260x180" alt="">
</a>
</li>
<li class="span3">
<a href="#" class="thumbnail">
<img data-src="holder.js/260x180" alt="">
</a>
</li>
</ul>
</div>
<h2>{{_i}}Highly customizable{{/i}}</h2>
<p>{{_i}}With a bit of extra markup, it's possible to add any kind of HTML content like headings, paragraphs, or buttons into thumbnails.{{/i}}</p>
<div class="row-fluid">
<ul class="thumbnails">
<li class="span4">
<div class="thumbnail">
<img data-src="holder.js/300x200" alt="">
<div class="caption">
<h3>{{_i}}Thumbnail label{{/i}}</h3>
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<p><a href="#" class="btn btn-primary">{{_i}}Action{{/i}}</a> <a href="#" class="btn">{{_i}}Action{{/i}}</a></p>
</div>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<img data-src="holder.js/300x200" alt="">
<div class="caption">
<h3>{{_i}}Thumbnail label{{/i}}</h3>
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<p><a href="#" class="btn btn-primary">{{_i}}Action{{/i}}</a> <a href="#" class="btn">{{_i}}Action{{/i}}</a></p>
</div>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<img data-src="holder.js/300x200" alt="">
<div class="caption">
<h3>{{_i}}Thumbnail label{{/i}}</h3>
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<p><a href="#" class="btn btn-primary">{{_i}}Action{{/i}}</a> <a href="#" class="btn">{{_i}}Action{{/i}}</a></p>
</div>
</div>
</li>
</ul>
</div>
<h3>{{_i}}Why use thumbnails{{/i}}</h3>
<p>{{_i}}Thumbnails (previously <code>.media-grid</code> up until v1.4) are great for grids of photos or videos, image search results, retail products, portfolios, and much more. They can be links or static content.{{/i}}</p>
<h3>{{_i}}Simple, flexible markup{{/i}}</h3>
<p>{{_i}}Thumbnail markup is simple—a <code>ul</code> with any number of <code>li</code> elements is all that is required. It's also super flexible, allowing for any type of content with just a bit more markup to wrap your contents.{{/i}}</p>
<h3>{{_i}}Uses grid column sizes{{/i}}</h3>
<p>{{_i}}Lastly, the thumbnails component uses existing grid system classes—like <code>.span2</code> or <code>.span3</code>—for control of thumbnail dimensions.{{/i}}</p>
<h2>{{_i}}Markup{{/i}}</h2>
<p>{{_i}}As mentioned previously, the required markup for thumbnails is light and straightforward. Here's a look at the default setup <strong>for linked images</strong>:{{/i}}</p>
<pre class="prettyprint linenums">
<ul class="thumbnails">
<li class="span4">
<a href="#" class="thumbnail">
<img data-src="holder.js/300x200" alt="">
</a>
</li>
...
</ul>
</pre>
<p>{{_i}}For custom HTML content in thumbnails, the markup changes slightly. To allow block level content anywhere, we swap the <code><a></code> for a <code><div></code> like so:{{/i}}</p>
<pre class="prettyprint linenums">
<ul class="thumbnails">
<li class="span4">
<div class="thumbnail">
<img data-src="holder.js/300x200" alt="">
<h3>{{_i}}Thumbnail label{{/i}}</h3>
<p>{{_i}}Thumbnail caption...{{/i}}</p>
</div>
</li>
...
</ul>
</pre>
<h2>{{_i}}More examples{{/i}}</h2>
<p>{{_i}}Explore all your options with the various grid classes available to you. You can also mix and match different sizes.{{/i}}</p>
<ul class="thumbnails">
<li class="span4">
<a href="#" class="thumbnail">
<img data-src="holder.js/360x270" alt="">
</a>
</li>
<li class="span3">
<a href="#" class="thumbnail">
<img data-src="holder.js/260x120" alt="">
</a>
</li>
<li class="span2">
<a href="#" class="thumbnail">
<img data-src="holder.js/160x120" alt="">
</a>
</li>
<li class="span3">
<a href="#" class="thumbnail">
<img data-src="holder.js/260x120" alt="">
</a>
</li>
<li class="span2">
<a href="#" class="thumbnail">
<img data-src="holder.js/160x120" alt="">
</a>
</li>
</ul>
</section>
<!-- Alerts
================================================== -->
<section id="alerts">
<div class="page-header">
<h1>{{_i}}Alerts{{/i}} <small>{{_i}}Styles for success, warning, and error messages{{/i}}</small></h1>
</div>
<h2>{{_i}}Default alert{{/i}}</h2>
<p>{{_i}}Wrap any text and an optional dismiss button in <code>.alert</code> for a basic warning alert message.{{/i}}</p>
<div class="bs-docs-example">
<div class="alert">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, you're not looking too good.{{/i}}
</div>
</div>
<pre class="prettyprint linenums">
<div class="alert">
<button type="button" class="close" data-dismiss="alert">&times;</button>
<strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, you're not looking too good.{{/i}}
</div>
</pre>
<h3>{{_i}}Dismiss buttons{{/i}}</h3>
<p>{{_i}}Mobile Safari and Mobile Opera browsers, in addition to the <code>data-dismiss="alert"</code> attribute, require an <code>href="#"</code> for the dismissal of alerts when using an <code><a></code> tag.{{/i}}</p>
<pre class="prettyprint linenums"><a href="#" class="close" data-dismiss="alert">&times;</a></pre>
<p>{{_i}}Alternatively, you may use a <code><button></code> element with the data attribute, which we have opted to do for our docs. When using <code><button></code>, you must include <code>type="button"</code> or your forms may not submit.{{/i}}</p>
<pre class="prettyprint linenums"><button type="button" class="close" data-dismiss="alert">&times;</button></pre>
<h3>{{_i}}Dismiss alerts via JavaScript{{/i}}</h3>
<p>{{_i}}Use the <a href="./javascript.html#alerts">alerts jQuery plugin</a> for quick and easy dismissal of alerts.{{/i}}</p>
<hr class="bs-docs-separator">
<h2>{{_i}}Options{{/i}}</h2>
<p>{{_i}}For longer messages, increase the padding on the top and bottom of the alert wrapper by adding <code>.alert-block</code>.{{/i}}</p>
<div class="bs-docs-example">
<div class="alert alert-block">
<button type="button" class="close" data-dismiss="alert">×</button>
<h4>{{_i}}Warning!{{/i}}</h4>
<p>{{_i}}Best check yo self, you're not looking too good.{{/i}} Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
</div>
</div>
<pre class="prettyprint linenums">
<div class="alert alert-block">
<button type="button" class="close" data-dismiss="alert">&times;</button>
<h4>{{_i}}Warning!{{/i}}</h4>
{{_i}}Best check yo self, you're not...{{/i}}
</div>
</pre>
<hr class="bs-docs-separator">
<h2>{{_i}}Contextual alternatives{{/i}}</h2>
<p>{{_i}}Add optional classes to change an alert's connotation.{{/i}}</p>
<h3>{{_i}}Error or danger{{/i}}</h3>
<div class="bs-docs-example">
<div class="alert alert-error">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>{{_i}}Oh snap!{{/i}}</strong> {{_i}}Change a few things up and try submitting again.{{/i}}
</div>
</div>
<pre class="prettyprint linenums">
<div class="alert alert-error">
...
</div>
</pre>
<h3>{{_i}}Success{{/i}}</h3>
<div class="bs-docs-example">
<div class="alert alert-success">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>{{_i}}Well done!{{/i}}</strong> {{_i}}You successfully read this important alert message.{{/i}}
</div>
</div>
<pre class="prettyprint linenums">
<div class="alert alert-success">
...
</div>
</pre>
<h3>{{_i}}Information{{/i}}</h3>
<div class="bs-docs-example">
<div class="alert alert-info">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>{{_i}}Heads up!{{/i}}</strong> {{_i}}This alert needs your attention, but it's not super important.{{/i}}
</div>
</div>
<pre class="prettyprint linenums">
<div class="alert alert-info">
...
</div>
</pre>
</section>
<!-- Progress bars
================================================== -->
<section id="progress">
<div class="page-header">
<h1>{{_i}}Progress bars{{/i}} <small>{{_i}}For loading, redirecting, or action status{{/i}}</small></h1>
</div>
<h2>{{_i}}Examples and markup{{/i}}</h2>
<h3>{{_i}}Basic{{/i}}</h3>
<p>{{_i}}Default progress bar with a vertical gradient.{{/i}}</p>
<div class="bs-docs-example">
<div class="progress">
<div class="bar" style="width: 60%;"></div>
</div>
</div>
<pre class="prettyprint linenums">
<div class="progress">
<div class="bar" style="width: 60%;"></div>
</div>
</pre>
<h3>{{_i}}Striped{{/i}}</h3>
<p>{{_i}}Uses a gradient to create a striped effect. Not available in IE7-8.{{/i}}</p>
<div class="bs-docs-example">
<div class="progress progress-striped">
<div class="bar" style="width: 20%;"></div>
</div>
</div>
<pre class="prettyprint linenums">
<div class="progress progress-striped">
<div class="bar" style="width: 20%;"></div>
</div>
</pre>
<h3>{{_i}}Animated{{/i}}</h3>
<p>{{_i}}Add <code>.active</code> to <code>.progress-striped</code> to animate the stripes right to left. Not available in all versions of IE.{{/i}}</p>
<div class="bs-docs-example">
<div class="progress progress-striped active">
<div class="bar" style="width: 45%"></div>
</div>
</div>
<pre class="prettyprint linenums">
<div class="progress progress-striped active">
<div class="bar" style="width: 40%;"></div>
</div>
</pre>
<h3>Stacked</h3>
<p>Place multiple bars into the same <code>.progress</code> to stack them.</p>
<div class="bs-docs-example">
<div class="progress">
<div class="bar bar-success" style="width: 35%"></div>
<div class="bar bar-warning" style="width: 20%"></div>
<div class="bar bar-danger" style="width: 10%"></div>
</div>
</div>
<pre class="prettyprint linenums">
<div class="progress">
<div class="bar bar-success" style="width: 35%;"></div>
<div class="bar bar-warning" style="width: 20%;"></div>
<div class="bar bar-danger" style="width: 10%;"></div>
</div>
</pre>
<hr class="bs-docs-separator">
<h2>{{_i}}Options{{/i}}</h2>
<h3>{{_i}}Additional colors{{/i}}</h3>
<p>{{_i}}Progress bars use some of the same button and alert classes for consistent styles.{{/i}}</p>
<div class="bs-docs-example">
<div class="progress progress-info" style="margin-bottom: 9px;">
<div class="bar" style="width: 20%"></div>
</div>
<div class="progress progress-success" style="margin-bottom: 9px;">
<div class="bar" style="width: 40%"></div>
</div>
<div class="progress progress-warning" style="margin-bottom: 9px;">
<div class="bar" style="width: 60%"></div>
</div>
<div class="progress progress-danger">
<div class="bar" style="width: 80%"></div>
</div>
</div>
<pre class="prettyprint linenums">
<div class="progress progress-info">
<div class="bar" style="width: 20%"></div>
</div>
<div class="progress progress-success">
<div class="bar" style="width: 40%"></div>
</div>
<div class="progress progress-warning">
<div class="bar" style="width: 60%"></div>
</div>
<div class="progress progress-danger">
<div class="bar" style="width: 80%"></div>
</div>
</pre>
<h3>{{_i}}Striped bars{{/i}}</h3>
<p>{{_i}}Similar to the solid colors, we have varied striped progress bars.{{/i}}</p>
<div class="bs-docs-example">
<div class="progress progress-info progress-striped" style="margin-bottom: 9px;">
<div class="bar" style="width: 20%"></div>
</div>
<div class="progress progress-success progress-striped" style="margin-bottom: 9px;">
<div class="bar" style="width: 40%"></div>
</div>
<div class="progress progress-warning progress-striped" style="margin-bottom: 9px;">
<div class="bar" style="width: 60%"></div>
</div>
<div class="progress progress-danger progress-striped">
<div class="bar" style="width: 80%"></div>
</div>
</div>
<pre class="prettyprint linenums">
<div class="progress progress-info progress-striped">
<div class="bar" style="width: 20%"></div>
</div>
<div class="progress progress-success progress-striped">
<div class="bar" style="width: 40%"></div>
</div>
<div class="progress progress-warning progress-striped">
<div class="bar" style="width: 60%"></div>
</div>
<div class="progress progress-danger progress-striped">
<div class="bar" style="width: 80%"></div>
</div>
</pre>
<hr class="bs-docs-separator">
<h2>{{_i}}Browser support{{/i}}</h2>
<p>{{_i}}Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-9 or older versions of Firefox.{{/i}}</p>
<p>{{_i}}Versions earlier than Internet Explorer 10 and Opera 12 do not support animations.{{/i}}</p>
</section>
<!-- Media object
================================================== -->
<section id="media">
<div class="page-header">
<h1>{{_i}}Media object{{/i}}</h1>
</div>
<p class="lead">{{_i}}Abstract object styles for building various types of components (like blog comments, Tweets, etc) that feature a left- or right-aligned image alongside textual content.{{/i}}</p>
<h2>{{_i}}Default example{{/i}}</h2>
<p>{{_i}}The default media allow to float a media object (images, video, audio) to the left or right of a content block.{{/i}}</p>
<div class="bs-docs-example">
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" data-src="holder.js/64x64">
</a>
<div class="media-body">
<h4 class="media-heading">{{_i}}Media heading{{/i}}</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" data-src="holder.js/64x64">
</a>
<div class="media-body">
<h4 class="media-heading">{{_i}}Media heading{{/i}}</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" data-src="holder.js/64x64">
</a>
<div class="media-body">
<h4 class="media-heading">{{_i}}Media heading{{/i}}</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
</div>
</div>
</div>{{! /.bs-docs-example }}
<pre class="prettyprint linenums">
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" data-src="holder.js/64x64">
</a>
<div class="media-body">
<h4 class="media-heading">{{_i}}Media heading{{/i}}</h4>
...
<!-- Nested media object -->
<div class="media">
...
</div>
</div>
</div>
</pre>
<hr class="bs-docs-separator">
<h2>{{_i}}Media list{{/i}}</h2>
<p>{{_i}}With a bit of extra markup, you can use media inside list (useful for comment threads or articles lists).{{/i}}</p>
<div class="bs-docs-example">
<ul class="media-list">
<li class="media">
<a class="pull-left" href="#">
<img class="media-object" data-src="holder.js/64x64">
</a>
<div class="media-body">
<h4 class="media-heading">{{_i}}Media heading{{/i}}</h4>
<p>Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.</p>
<!-- Nested media object -->
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" data-src="holder.js/64x64">
</a>
<div class="media-body">
<h4 class="media-heading">{{_i}}Nested media heading{{/i}}</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.
<!-- Nested media object -->
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" data-src="holder.js/64x64">
</a>
<div class="media-body">
<h4 class="media-heading">{{_i}}Nested media heading{{/i}}</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.
</div>
</div>
</div>
</div>
<!-- Nested media object -->
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" data-src="holder.js/64x64">
</a>
<div class="media-body">
<h4 class="media-heading">{{_i}}Nested media heading{{/i}}</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.
</div>
</div>
</div>
</li>
<li class="media">
<a class="pull-right" href="#">
<img class="media-object" data-src="holder.js/64x64">
</a>
<div class="media-body">
<h4 class="media-heading">{{_i}}Media heading{{/i}}</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.
</div>
</li>
</ul>
</div>
<pre class="prettyprint linenums">
<ul class="media-list">
<li class="media">
<a class="pull-left" href="#">
<img class="media-object" data-src="holder.js/64x64">
</a>
<div class="media-body">
<h4 class="media-heading">{{_i}}Media heading{{/i}}</h4>
...
<!-- Nested media object -->
<div class="media">
...
</div>
</div>
</li>
</ul>
</pre>
</section>
<!-- Miscellaneous
================================================== -->
<section id="misc">
<div class="page-header">
<h1>{{_i}}Miscellaneous{{/i}} <small>{{_i}}Lightweight utility components{{/i}}</small></h1>
</div>
<h2>{{_i}}Wells{{/i}}</h2>
<p>{{_i}}Use the well as a simple effect on an element to give it an inset effect.{{/i}}</p>
<div class="bs-docs-example">
<div class="well">
{{_i}}Look, I'm in a well!{{/i}}
</div>
</div>
<pre class="prettyprint linenums">
<div class="well">
...
</div>
</pre>
<h3>{{_i}}Optional classes{{/i}}</h3>
<p>{{_i}}Control padding and rounded corners with two optional modifier classes.{{/i}}</p>
<div class="bs-docs-example">
<div class="well well-large">
{{_i}}Look, I'm in a well!{{/i}}
</div>
</div>
<pre class="prettyprint linenums">
<div class="well well-large">
...
</div>
</pre>
<div class="bs-docs-example">
<div class="well well-small">
{{_i}}Look, I'm in a well!{{/i}}
</div>
</div>
<pre class="prettyprint linenums">
<div class="well well-small">
...
</div>
</pre>
<h2>{{_i}}Close icon{{/i}}</h2>
<p>{{_i}}Use the generic close icon for dismissing content like modals and alerts.{{/i}}</p>
<div class="bs-docs-example">
<p><button class="close" style="float: none;">×</button></p>
</div>
<pre class="prettyprint linenums"><button class="close">&times;</button></pre>
<p>{{_i}}iOS devices require an <code>href="#"</code> for click events if you would rather use an anchor.{{/i}}</p>
<pre class="prettyprint linenums"><a class="close" href="#">&times;</a></pre>
<h2>{{_i}}Helper classes{{/i}}</h2>
<p>{{_i}}Simple, focused classes for small display or behavior tweaks.{{/i}}</p>
<h4>{{_i}}.pull-left{{/i}}</h4>
<p>{{_i}}Float an element left{{/i}}</p>
<pre class="prettyprint linenums">
class="pull-left"
</pre>
<pre class="prettyprint linenums">
.pull-left {
float: left;
}
</pre>
<h4>{{_i}}.pull-right{{/i}}</h4>
<p>{{_i}}Float an element right{{/i}}</p>
<pre class="prettyprint linenums">
class="pull-right"
</pre>
<pre class="prettyprint linenums">
.pull-right {
float: right;
}
</pre>
<h4>{{_i}}.muted{{/i}}</h4>
<p>{{_i}}Change an element's color to <code>#999</code>{{/i}}</p>
<pre class="prettyprint linenums">
class="muted"
</pre>
<pre class="prettyprint linenums">
.muted {
color: #999;
}
</pre>
<h4>{{_i}}.clearfix{{/i}}</h4>
<p>{{_i}}Clear the <code>float</code> on any element{{/i}}</p>
<pre class="prettyprint linenums">
class="clearfix"
</pre>
<pre class="prettyprint linenums">
.clearfix {
*zoom: 1;
&:before,
&:after {
display: table;
content: "";
}
&:after {
clear: both;
}
}
</pre>
</section>
</div>{{! /span9 }}
</div>{{! row}}
</div>{{! /.container }}
|
devel/dev/generated/statsmodels.base.model.GenericLikelihoodModelResults.score_obsv.html | statsmodels/statsmodels.github.io |
<!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.base.model.GenericLikelihoodModelResults.score_obsv — 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.base.model.GenericLikelihoodModelResults.tvalues" href="statsmodels.base.model.GenericLikelihoodModelResults.tvalues.html" />
<link rel="prev" title="statsmodels.base.model.GenericLikelihoodModelResults.pvalues" href="statsmodels.base.model.GenericLikelihoodModelResults.pvalues.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#dev/generated/statsmodels.base.model.GenericLikelihoodModelResults.score_obsv" 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.base.model.GenericLikelihoodModelResults.score_obsv </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="../index.html" class="md-tabs__link">Developer Page</a></li>
<li class="md-tabs__item"><a href="../internal.html" class="md-tabs__link">Internal Classes</a></li>
<li class="md-tabs__item"><a href="statsmodels.base.model.GenericLikelihoodModelResults.html" class="md-tabs__link">statsmodels.base.model.GenericLikelihoodModelResults</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../../index.html"
title="statsmodels">statsmodels v0.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>
</li>
<li class="md-nav__item">
<a href="../../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../index.html" class="md-nav__link">Developer Page</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../index.html#submitting-a-bug-report" class="md-nav__link">Submitting a Bug Report</a>
</li>
<li class="md-nav__item">
<a href="../index.html#making-changes-to-the-code" class="md-nav__link">Making Changes to the Code</a>
</li>
<li class="md-nav__item">
<a href="../index.html#how-to-submit-a-pull-request" class="md-nav__link">How to Submit a Pull Request</a>
</li>
<li class="md-nav__item">
<a href="../index.html#mailing-list" class="md-nav__link">Mailing List</a>
</li>
<li class="md-nav__item">
<a href="../index.html#license" class="md-nav__link">License</a>
</li>
<li class="md-nav__item">
<a href="../index.html#contents" class="md-nav__link">Contents</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../git_notes.html" class="md-nav__link">Working with the statsmodels Code</a>
</li>
<li class="md-nav__item">
<a href="../maintainer_notes.html" class="md-nav__link">Maintainer Notes</a>
</li>
<li class="md-nav__item">
<a href="../test_notes.html" class="md-nav__link">Testing</a>
</li>
<li class="md-nav__item">
<a href="../naming_conventions.html" class="md-nav__link">Naming Conventions</a>
</li>
<li class="md-nav__item">
<a href="../warnings-and-exceptions.html" class="md-nav__link">Exceptions and Warnings</a>
</li>
<li class="md-nav__item">
<a href="../dataset_notes.html" class="md-nav__link">Datasets</a>
</li>
<li class="md-nav__item">
<a href="../examples.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../get_involved.html" class="md-nav__link">Get Involved</a>
</li>
<li class="md-nav__item">
<a href="../internal.html" class="md-nav__link">Internal Classes</a>
</li>
<li class="md-nav__item">
<a href="../testing.html" class="md-nav__link">Testing on Build Machines</a>
</li></ul>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../../_sources/dev/generated/statsmodels.base.model.GenericLikelihoodModelResults.score_obsv.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-base-model-genericlikelihoodmodelresults-score-obsv">
<h1 id="dev-generated-statsmodels-base-model-genericlikelihoodmodelresults-score-obsv--page-root">statsmodels.base.model.GenericLikelihoodModelResults.score_obsv<a class="headerlink" href="#dev-generated-statsmodels-base-model-genericlikelihoodmodelresults-score-obsv--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py attribute">
<dt class="sig sig-object py" id="statsmodels.base.model.GenericLikelihoodModelResults.score_obsv">
<span class="sig-prename descclassname"><span class="pre">GenericLikelihoodModelResults.</span></span><span class="sig-name descname"><span class="pre">score_obsv</span></span><a class="headerlink" href="#statsmodels.base.model.GenericLikelihoodModelResults.score_obsv" title="Permalink to this definition">¶</a></dt>
<dd><p>cached Jacobian of log-likelihood</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.base.model.GenericLikelihoodModelResults.pvalues.html" title="statsmodels.base.model.GenericLikelihoodModelResults.pvalues"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.base.model.GenericLikelihoodModelResults.pvalues </span>
</div>
</a>
<a href="statsmodels.base.model.GenericLikelihoodModelResults.tvalues.html" title="statsmodels.base.model.GenericLikelihoodModelResults.tvalues"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.base.model.GenericLikelihoodModelResults.tvalues </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> |
owner-site/site/_includes/news_contents.html | lviggiano/owner | <div class="unit one-fifth hide-on-mobiles">
<aside>
<ul>
<li class="{% if page.title == 'News' %}current{% endif %}">
<a href="/news/">All News</a>
</li>
<li class="{% if page.title == 'Releases' %}current{% endif %}">
<a href="/news/releases/">OWNER Releases</a>
</li>
</ul>
<h4>Recent Releases</h4>
<ul>
{% for post in site.posts limit:5 %}
{% if post.version %}
<li class="{% if page.title == post.title %}current{% endif %}">
<a href="{{ post.url }}">Version {{ post.version }}</a>
</li>
{% endif %}
{% endfor %}
</ul>
</aside>
</div>
|
v0.7/api/generated/metpy.calc.thickness_hydrostatic.html | metpy/MetPy |
<!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>thickness_hydrostatic — MetPy 0.7</title>
<link rel="shortcut icon" href="../../_static/metpy_32x32.ico"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/api/generated/metpy.calc.thickness_hydrostatic.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.7" href="../../index.html"/>
<link rel="up" title="calc" href="metpy.calc.html"/>
<link rel="next" title="thickness_hydrostatic_from_relative_humidity" href="metpy.calc.thickness_hydrostatic_from_relative_humidity.html"/>
<link rel="prev" title="surface_based_cape_cin" href="metpy.calc.surface_based_cape_cin.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">
<div class="version-dropdown">
<select class="version-list" id="version-list">
<option value=''>0.7</option>
<option value="../latest">latest</option>
<option value="../dev">dev</option>
</select>
</div>
</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"><a class="reference internal" href="metpy.units.html">units</a></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 current"><a class="reference internal" href="metpy.calc.html">calc</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.add_height_to_pressure.html">add_height_to_pressure</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.add_pressure_to_height.html">add_pressure_to_height</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.advection.html">advection</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.bulk_shear.html">bulk_shear</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.bunkers_storm_motion.html">bunkers_storm_motion</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.cape_cin.html">cape_cin</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.convergence_vorticity.html">convergence_vorticity</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.coriolis_parameter.html">coriolis_parameter</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.density.html">density</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.dewpoint.html">dewpoint</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.dewpoint_rh.html">dewpoint_rh</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.divergence.html">divergence</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.dry_lapse.html">dry_lapse</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.dry_static_energy.html">dry_static_energy</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.el.html">el</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.equivalent_potential_temperature.html">equivalent_potential_temperature</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.find_intersections.html">find_intersections</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.first_derivative.html">first_derivative</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.friction_velocity.html">friction_velocity</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.frontogenesis.html">frontogenesis</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.geopotential_to_height.html">geopotential_to_height</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.geostrophic_wind.html">geostrophic_wind</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.get_layer.html">get_layer</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.get_layer_heights.html">get_layer_heights</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.get_perturbation.html">get_perturbation</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.get_wind_components.html">get_wind_components</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.get_wind_dir.html">get_wind_dir</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.get_wind_speed.html">get_wind_speed</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.h_convergence.html">h_convergence</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.heat_index.html">heat_index</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.height_to_geopotential.html">height_to_geopotential</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.height_to_pressure_std.html">height_to_pressure_std</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.interp.html">interp</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.interpolate_nans.html">interpolate_nans</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.isentropic_interpolation.html">isentropic_interpolation</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.kinematic_flux.html">kinematic_flux</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.laplacian.html">laplacian</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.lat_lon_grid_spacing.html">lat_lon_grid_spacing</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.lcl.html">lcl</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.lfc.html">lfc</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.log_interp.html">log_interp</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.mean_pressure_weighted.html">mean_pressure_weighted</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.mixed_layer.html">mixed_layer</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.mixed_parcel.html">mixed_parcel</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.mixing_ratio.html">mixing_ratio</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.mixing_ratio_from_relative_humidity.html">mixing_ratio_from_relative_humidity</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.mixing_ratio_from_specific_humidity.html">mixing_ratio_from_specific_humidity</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.moist_lapse.html">moist_lapse</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.moist_static_energy.html">moist_static_energy</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.montgomery_streamfunction.html">montgomery_streamfunction</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.most_unstable_cape_cin.html">most_unstable_cape_cin</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.most_unstable_parcel.html">most_unstable_parcel</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.nearest_intersection_idx.html">nearest_intersection_idx</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.parcel_profile.html">parcel_profile</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.potential_temperature.html">potential_temperature</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.precipitable_water.html">precipitable_water</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.pressure_to_height_std.html">pressure_to_height_std</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.psychrometric_vapor_pressure_wet.html">psychrometric_vapor_pressure_wet</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.reduce_point_density.html">reduce_point_density</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.relative_humidity_from_dewpoint.html">relative_humidity_from_dewpoint</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.relative_humidity_from_mixing_ratio.html">relative_humidity_from_mixing_ratio</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.relative_humidity_from_specific_humidity.html">relative_humidity_from_specific_humidity</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.relative_humidity_wet_psychrometric.html">relative_humidity_wet_psychrometric</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.resample_nn_1d.html">resample_nn_1d</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.saturation_mixing_ratio.html">saturation_mixing_ratio</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.saturation_vapor_pressure.html">saturation_vapor_pressure</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.second_derivative.html">second_derivative</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.shearing_deformation.html">shearing_deformation</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.shearing_stretching_deformation.html">shearing_stretching_deformation</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.sigma_to_pressure.html">sigma_to_pressure</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.significant_tornado.html">significant_tornado</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.specific_humidity_from_mixing_ratio.html">specific_humidity_from_mixing_ratio</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.storm_relative_helicity.html">storm_relative_helicity</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.stretching_deformation.html">stretching_deformation</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.supercell_composite.html">supercell_composite</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.surface_based_cape_cin.html">surface_based_cape_cin</a></li>
<li class="toctree-l3 current"><a class="current reference internal" href="#">thickness_hydrostatic</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.thickness_hydrostatic_from_relative_humidity.html">thickness_hydrostatic_from_relative_humidity</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.tke.html">tke</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.total_deformation.html">total_deformation</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.v_vorticity.html">v_vorticity</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.vapor_pressure.html">vapor_pressure</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.virtual_potential_temperature.html">virtual_potential_temperature</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.virtual_temperature.html">virtual_temperature</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.vorticity.html">vorticity</a></li>
<li class="toctree-l3"><a class="reference internal" href="metpy.calc.windchill.html">windchill</a></li>
</ul>
</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="../../gempak.html">GEMPAK Conversion Guide</a></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="../../CONTRIBUTING.html">Contributing</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.calc.html">calc</a> »</li>
<li>thickness_hydrostatic</li>
<li class="source-link">
<a href="https://github.com/Unidata/MetPy/issues/new?title=Suggested%20improvement%20for%20api/generated/metpy.calc.thickness_hydrostatic&body=Please%20describe%20what%20could%20be%20improved%20about%20this%20page%20or%20the%20typo/mistake%20that%20you%20found%3A"
class="fa fa-github"> Improve this page</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="thickness-hydrostatic">
<h1>thickness_hydrostatic<a class="headerlink" href="#thickness-hydrostatic" title="Permalink to this headline">¶</a></h1>
<dl class="function">
<dt id="metpy.calc.thickness_hydrostatic">
<code class="descclassname">metpy.calc.</code><code class="descname">thickness_hydrostatic</code><span class="sig-paren">(</span><em>pressure</em>, <em>temperature</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/metpy/calc/thermo.html#thickness_hydrostatic"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#metpy.calc.thickness_hydrostatic" title="Permalink to this definition">¶</a></dt>
<dd><p>Calculate the thickness of a layer via the hypsometric equation.</p>
<p>This thickness calculation uses the pressure and temperature profiles (and optionally
mixing ratio) via the hypsometric equation with virtual temperature adjustment</p>
<div class="math">
\[Z_2 - Z_1 = -\frac{R_d}{g} \int_{p_1}^{p_2} T_v d\ln p,\]</div>
<p>which is based off of Equation 3.24 in <a class="reference internal" href="../../references.html#hobbs2006" id="id1">[Hobbs2006]</a>.</p>
<p>This assumes a hydrostatic atmosphere.</p>
<p>Layer bottom and depth specified in pressure.</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>pressure</strong> (<em class="xref py py-obj">pint.Quantity</em>) – Atmospheric pressure profile</li>
<li><strong>temperature</strong> (<em class="xref py py-obj">pint.Quantity</em>) – Atmospheric temperature profile</li>
<li><strong>mixing</strong> (<em class="xref py py-obj">pint.Quantity</em>, optional) – Profile of dimensionless mass mixing ratio. If none is given, virtual temperature
is simply set to be the given temperature.</li>
<li><strong>molecular_weight_ratio</strong> (<em class="xref py py-obj">pint.Quantity</em> or float, optional) – The ratio of the molecular weight of the constituent gas to that assumed
for air. Defaults to the ratio for water vapor to dry air.
(<span class="math">\(\epsilon\approx0.622\)</span>).</li>
<li><strong>bottom</strong> (<em class="xref py py-obj">pint.Quantity</em>, optional) – The bottom of the layer in pressure. Defaults to the first observation.</li>
<li><strong>depth</strong> (<em class="xref py py-obj">pint.Quantity</em>, optional) – The depth of the layer in hPa. Defaults to the full profile if bottom is not given,
and 100 hPa if bottom is given.</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last"><em class="xref py py-obj">pint.Quantity</em> – The thickness of the layer in meters.</p>
</td>
</tr>
</tbody>
</table>
<div class="admonition seealso">
<p class="first admonition-title">See also</p>
<p class="last"><a class="reference internal" href="metpy.calc.thickness_hydrostatic_from_relative_humidity.html#metpy.calc.thickness_hydrostatic_from_relative_humidity" title="metpy.calc.thickness_hydrostatic_from_relative_humidity"><code class="xref py py-func docutils literal"><span class="pre">thickness_hydrostatic_from_relative_humidity()</span></code></a>, <a class="reference internal" href="metpy.calc.pressure_to_height_std.html#metpy.calc.pressure_to_height_std" title="metpy.calc.pressure_to_height_std"><code class="xref py py-func docutils literal"><span class="pre">pressure_to_height_std()</span></code></a>, <a class="reference internal" href="metpy.calc.virtual_temperature.html#metpy.calc.virtual_temperature" title="metpy.calc.virtual_temperature"><code class="xref py py-func docutils literal"><span class="pre">virtual_temperature()</span></code></a></p>
</div>
</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.calc.thickness_hydrostatic_from_relative_humidity.html" class="btn btn-neutral float-right" title="thickness_hydrostatic_from_relative_humidity" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="metpy.calc.surface_based_cape_cin.html" class="btn btn-neutral" title="surface_based_cape_cin" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2017, MetPy Developers.
Last updated on Jan 04, 2018 at 19:56:08.
</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>
<script>var version_json_loc = "../../../versions.json";</script>
<p>Do you enjoy using MetPy?
<a href="https://saythanks.io/to/unidata" class="btn btn-neutral" title="Say Thanks!" accesskey="n">Say Thanks!</a>
</p>
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../',
VERSION:'0.7.0',
LANGUAGE:'None',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="../../_static/pop_ver.js"></script>
<script type="text/javascript" src="../../_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
</body>
</html> |
devel/generated/statsmodels.tsa.seasonal.STL.config.html | statsmodels/statsmodels.github.io |
<!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.seasonal.STL.config — 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.seasonal.STL.period" href="statsmodels.tsa.seasonal.STL.period.html" />
<link rel="prev" title="statsmodels.tsa.seasonal.STL.fit" href="statsmodels.tsa.seasonal.STL.fit.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.tsa.seasonal.STL.config" 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.seasonal.STL.config </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.seasonal.STL.html" class="md-tabs__link">statsmodels.tsa.seasonal.STL</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.seasonal.STL.config.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-seasonal-stl-config">
<h1 id="generated-statsmodels-tsa-seasonal-stl-config--page-root">statsmodels.tsa.seasonal.STL.config<a class="headerlink" href="#generated-statsmodels-tsa-seasonal-stl-config--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py attribute">
<dt class="sig sig-object py" id="statsmodels.tsa.seasonal.STL.config">
<span class="sig-prename descclassname"><span class="pre">STL.</span></span><span class="sig-name descname"><span class="pre">config</span></span><a class="headerlink" href="#statsmodels.tsa.seasonal.STL.config" title="Permalink to this definition">¶</a></dt>
<dd><p>The parameters used in the model.</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><dl class="simple">
<dt><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.10)"><code class="docutils literal notranslate"><span class="pre">dict</span></code></a>[<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.10)"><code class="docutils literal notranslate"><span class="pre">str</span></code></a>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">Union</span></code>[<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.10)"><code class="docutils literal notranslate"><span class="pre">int</span></code></a>, <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#bltin-boolean-values" title="(in Python v3.10)"><span class="xref std std-ref">bool</span></a>]]</dt><dd><p>The values used in the STL decomposition.</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.seasonal.STL.fit.html" title="statsmodels.tsa.seasonal.STL.fit"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.tsa.seasonal.STL.fit </span>
</div>
</a>
<a href="statsmodels.tsa.seasonal.STL.period.html" title="statsmodels.tsa.seasonal.STL.period"
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.seasonal.STL.period </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> |
src/cf/Catalogs/ВерсииФайлов/Forms/ВыборСпособаСравненияВерсий/Ext/Help/ru.html | oleynikova/final_task | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"></meta><link rel="stylesheet" type="text/css" href="v8help://service_book/service_style"></link><meta name="GENERATOR" content="MSHTML 11.00.9600.17239"></meta></head><body>
<p>Выбор программы для сравнения версий файлов. В программе предусмотрена возможность сравнивать версии файлов формата HTML, TXT, RTF, DOC, DOCX, ODT.</p>
<p>Позволяет задать текстовый редактор, который будет использоваться для сравнения версий файлов между собой. Вызывается при выполнении команды <strong>Показать отличия</strong> из <a href="Catalog.ВерсииФайлов/Help">списка версий файла</a>, если текстовый редактор для сравнения не задан по умолчанию.</p>
<h3>Выбор способа сравнения версий</h3>
<ul><li>В поле <strong>Сравнивать версии файлов при помощи</strong> выберите программу для сравнения файлов из выпадающего списка: для выбора возможны <strong>Microcoft Word</strong> или <strong>OpenOffice.org Writer</strong>.
</li><li>Выбор запоминается в персональных настройках программы.</li></ul><h3>Установка настройки по умолчанию</h3>
<ul><li>В персональных настройках программы (вкладка <strong>Работа с файлами</strong>) в поле <strong>Сравнивать версии при помощи</strong> необходимо задать текстовый редактор для сравнения версий. Для выбора возможны <strong>Microcoft Word</strong> или <strong>OpenOffice.org Writer</strong>. Эта настройка не устанавливается по умолчанию автоматически.</li></ul></body></html> |
devel/generated/statsmodels.genmod.generalized_linear_model.GLMResults.bse.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.genmod.generalized_linear_model.GLMResults.bse — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/stylesheets/deprecation.css">
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/material.css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.genmod.generalized_linear_model.GLMResults.deviance" href="statsmodels.genmod.generalized_linear_model.GLMResults.deviance.html" />
<link rel="prev" title="statsmodels.genmod.generalized_linear_model.GLMResults.bic_llf" href="statsmodels.genmod.generalized_linear_model.GLMResults.bic_llf.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.genmod.generalized_linear_model.GLMResults.bse" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.14.0.dev0 (+325)</span>
<span class="md-header-nav__topic"> statsmodels.genmod.generalized_linear_model.GLMResults.bse </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="../glm.html" class="md-tabs__link">Generalized Linear Models</a></li>
<li class="md-tabs__item"><a href="statsmodels.genmod.generalized_linear_model.GLMResults.html" class="md-tabs__link">statsmodels.genmod.generalized_linear_model.GLMResults</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.14.0.dev0 (+325)</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../regression.html" class="md-nav__link">Linear Regression</a>
</li>
<li class="md-nav__item">
<a href="../glm.html" class="md-nav__link">Generalized Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../gee.html" class="md-nav__link">Generalized Estimating Equations</a>
</li>
<li class="md-nav__item">
<a href="../gam.html" class="md-nav__link">Generalized Additive Models (GAM)</a>
</li>
<li class="md-nav__item">
<a href="../rlm.html" class="md-nav__link">Robust Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../mixed_linear.html" class="md-nav__link">Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../discretemod.html" class="md-nav__link">Regression with Discrete Dependent Variable</a>
</li>
<li class="md-nav__item">
<a href="../mixed_glm.html" class="md-nav__link">Generalized Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../anova.html" class="md-nav__link">ANOVA</a>
</li>
<li class="md-nav__item">
<a href="../other_models.html" class="md-nav__link">Other Models <code class="xref py py-mod docutils literal notranslate"><span class="pre">othermod</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.genmod.generalized_linear_model.GLMResults.bse.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<section id="statsmodels-genmod-generalized-linear-model-glmresults-bse">
<h1 id="generated-statsmodels-genmod-generalized-linear-model-glmresults-bse--page-root">statsmodels.genmod.generalized_linear_model.GLMResults.bse<a class="headerlink" href="#generated-statsmodels-genmod-generalized-linear-model-glmresults-bse--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py attribute">
<dt class="sig sig-object py" id="statsmodels.genmod.generalized_linear_model.GLMResults.bse">
<span class="sig-prename descclassname"><span class="pre">GLMResults.</span></span><span class="sig-name descname"><span class="pre">bse</span></span><a class="headerlink" href="#statsmodels.genmod.generalized_linear_model.GLMResults.bse" title="Permalink to this definition">¶</a></dt>
<dd><p>The standard errors of the parameter estimates.</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.genmod.generalized_linear_model.GLMResults.bic_llf.html" title="statsmodels.genmod.generalized_linear_model.GLMResults.bic_llf"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.genmod.generalized_linear_model.GLMResults.bic_llf </span>
</div>
</a>
<a href="statsmodels.genmod.generalized_linear_model.GLMResults.deviance.html" title="statsmodels.genmod.generalized_linear_model.GLMResults.deviance"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.genmod.generalized_linear_model.GLMResults.deviance </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> |
src/sentry/templates/sentry/partial/client_config/java.html | NickPresta/sentry | {% extends "sentry/partial/client_config/java_base.html" %}
{% load i18n %}
{% block inner %}
<p>{% trans "You can manually send events using the EventBuilder:" %}</p>
<pre>import net.kencochrane.raven.Raven;
import net.kencochrane.raven.Raven;
import net.kencochrane.raven.event.EventBuilder;
import net.kencochrane.raven.event.interfaces.ExceptionInterface;
public class Example {
public static void main(String[] args) {
String rawDsn = "{% if dsn %}{{ dsn }}{% else %}<strong>SENTRY_DSN</strong>{% endif %}";
Raven client = new RavenFactory.ravenInstance(rawDsn);
// {% trans "record a simple message" %}
EventBuilder eventBuilder = new EventBuilder()
.setMessage("Hello from Raven!")
.setLevel(Event.Level.ERROR)
.setLogger(MyClass.class.getName())
.addSentryInterface(new ExceptionInterface(e));
raven.runBuilderHelpers(eventBuilder); // Optional
raven.sendEvent(eventBuilder.build());
}
}</pre>
{% endblock %}
|
docs/dir_05a6795d99d74f63b7300fc6eb9e55c2.html | NVIDIA/cutlass | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>CUTLASS: threadblock Directory Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="cutlass-logo-small.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">CUTLASS
</div>
<div id="projectbrief">CUDA Templates for Linear Algebra Subroutines and Solvers</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main 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><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li class="current"><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_6baf2bb612a2f0daa69af3101ede80a1.html">cutlass</a></li><li class="navelem"><a class="el" href="dir_d9e7e9e63637345b8b26a82972709306.html">epilogue</a></li><li class="navelem"><a class="el" href="dir_05a6795d99d74f63b7300fc6eb9e55c2.html">threadblock</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">threadblock Directory Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Directory dependency graph for threadblock:</div>
<div class="dyncontent">
<div class="center"><img src="dir_05a6795d99d74f63b7300fc6eb9e55c2_dep.png" border="0" usemap="#dir__05a6795d99d74f63b7300fc6eb9e55c2__dep" alt="threadblock"/></div>
<map name="dir__05a6795d99d74f63b7300fc6eb9e55c2__dep" id="dir__05a6795d99d74f63b7300fc6eb9e55c2__dep">
</map>
</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
Files</h2></td></tr>
<tr class="memitem:default__epilogue__complex__tensor__op_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="default__epilogue__complex__tensor__op_8h.html">default_epilogue_complex_tensor_op.h</a> <a href="default__epilogue__complex__tensor__op_8h_source.html">[code]</a></td></tr>
<tr class="memdesc:default__epilogue__complex__tensor__op_8h"><td class="mdescLeft"> </td><td class="mdescRight">Epilogue for threadblock scoped complex GEMMs using Tensor Ops. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:default__epilogue__simt_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="default__epilogue__simt_8h.html">default_epilogue_simt.h</a> <a href="default__epilogue__simt_8h_source.html">[code]</a></td></tr>
<tr class="memdesc:default__epilogue__simt_8h"><td class="mdescLeft"> </td><td class="mdescRight">Epilogue for threadblock scoped GEMMs using SIMT. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:default__epilogue__tensor__op_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="default__epilogue__tensor__op_8h.html">default_epilogue_tensor_op.h</a> <a href="default__epilogue__tensor__op_8h_source.html">[code]</a></td></tr>
<tr class="memdesc:default__epilogue__tensor__op_8h"><td class="mdescLeft"> </td><td class="mdescRight">Epilogue for threadblock scoped GEMMs using Tensor Ops. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:default__epilogue__volta__tensor__op_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="default__epilogue__volta__tensor__op_8h.html">default_epilogue_volta_tensor_op.h</a> <a href="default__epilogue__volta__tensor__op_8h_source.html">[code]</a></td></tr>
<tr class="memdesc:default__epilogue__volta__tensor__op_8h"><td class="mdescLeft"> </td><td class="mdescRight">Epilogue for threadblock scoped GEMMs using Tensor Ops on Volta. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:default__epilogue__wmma__tensor__op_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="default__epilogue__wmma__tensor__op_8h.html">default_epilogue_wmma_tensor_op.h</a> <a href="default__epilogue__wmma__tensor__op_8h_source.html">[code]</a></td></tr>
<tr class="memdesc:default__epilogue__wmma__tensor__op_8h"><td class="mdescLeft"> </td><td class="mdescRight">Epilogue for threadblock scoped GEMMs using Tensor Ops. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:default__thread__map__simt_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="default__thread__map__simt_8h.html">default_thread_map_simt.h</a> <a href="default__thread__map__simt_8h_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:default__thread__map__tensor__op_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="default__thread__map__tensor__op_8h.html">default_thread_map_tensor_op.h</a> <a href="default__thread__map__tensor__op_8h_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:default__thread__map__volta__tensor__op_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="default__thread__map__volta__tensor__op_8h.html">default_thread_map_volta_tensor_op.h</a> <a href="default__thread__map__volta__tensor__op_8h_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:default__thread__map__wmma__tensor__op_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="default__thread__map__wmma__tensor__op_8h.html">default_thread_map_wmma_tensor_op.h</a> <a href="default__thread__map__wmma__tensor__op_8h_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:direct__epilogue__tensor__op_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="direct__epilogue__tensor__op_8h.html">direct_epilogue_tensor_op.h</a> <a href="direct__epilogue__tensor__op_8h_source.html">[code]</a></td></tr>
<tr class="memdesc:direct__epilogue__tensor__op_8h"><td class="mdescLeft"> </td><td class="mdescRight">Epilogue for tensor operations. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:epilogue_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="epilogue_8h.html">epilogue.h</a> <a href="epilogue_8h_source.html">[code]</a></td></tr>
<tr class="memdesc:epilogue_8h"><td class="mdescLeft"> </td><td class="mdescRight">Epilogue for threadblock scoped GEMMs using Tensor Ops. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:epilogue__base_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="epilogue__base_8h.html">epilogue_base.h</a> <a href="epilogue__base_8h_source.html">[code]</a></td></tr>
<tr class="memdesc:epilogue__base_8h"><td class="mdescLeft"> </td><td class="mdescRight">Epilogue for threadblock scoped GEMMs using Tensor Ops. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:epilogue__workspace_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="epilogue__workspace_8h.html">epilogue_workspace.h</a> <a href="epilogue__workspace_8h_source.html">[code]</a></td></tr>
<tr class="memdesc:epilogue__workspace_8h"><td class="mdescLeft"> </td><td class="mdescRight">Epilogue for threadblock scoped GEMMs. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:interleaved__epilogue_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="interleaved__epilogue_8h.html">interleaved_epilogue.h</a> <a href="interleaved__epilogue_8h_source.html">[code]</a></td></tr>
<tr class="memdesc:interleaved__epilogue_8h"><td class="mdescLeft"> </td><td class="mdescRight">Epilogue for threadblock scoped GEMMs using Tensor Ops. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:output__tile__thread__map_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="output__tile__thread__map_8h.html">output_tile_thread_map.h</a> <a href="output__tile__thread__map_8h_source.html">[code]</a></td></tr>
<tr class="memdesc:output__tile__thread__map_8h"><td class="mdescLeft"> </td><td class="mdescRight">Metaprogram for determining the mapping of output elements to threads for epilogue tiles. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:epilogue_2threadblock_2predicated__tile__iterator_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="epilogue_2threadblock_2predicated__tile__iterator_8h.html">epilogue/threadblock/predicated_tile_iterator.h</a> <a href="epilogue_2threadblock_2predicated__tile__iterator_8h_source.html">[code]</a></td></tr>
<tr class="memdesc:epilogue_2threadblock_2predicated__tile__iterator_8h"><td class="mdescLeft"> </td><td class="mdescRight">Epilogue for threadblock scoped GEMMs using Tensor Ops. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:shared__load__iterator_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="shared__load__iterator_8h.html">shared_load_iterator.h</a> <a href="shared__load__iterator_8h_source.html">[code]</a></td></tr>
<tr class="memdesc:shared__load__iterator_8h"><td class="mdescLeft"> </td><td class="mdescRight">Epilogue for threadblock scoped GEMMs using Tensor Ops. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
Gems/doc/bud-0.9.6/rdoc/classes/Bud/MapLattice.src/M000228.html | chenguangshen/ContextAwareDataflow | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>merge (Bud::MapLattice)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
<pre><span class="ruby-comment cmt"># File lib/bud/lattice-lib.rb, line 100</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">merge</span>(<span class="ruby-identifier">i</span>)
<span class="ruby-identifier">rv</span> = <span class="ruby-ivar">@v</span>.<span class="ruby-identifier">merge</span>(<span class="ruby-identifier">i</span>.<span class="ruby-identifier">reveal</span>) <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">k</span>, <span class="ruby-identifier">lhs_v</span>, <span class="ruby-identifier">rhs_v</span><span class="ruby-operator">|</span>
<span class="ruby-identifier">lhs_v</span>.<span class="ruby-identifier">merge</span>(<span class="ruby-identifier">rhs_v</span>)
<span class="ruby-keyword kw">end</span>
<span class="ruby-identifier">wrap_unsafe</span>(<span class="ruby-identifier">rv</span>)
<span class="ruby-keyword kw">end</span></pre>
</body>
</html> |
src/components/dashed-title.component.html | cursed-duo/shop-webapp | <link rel="import" href="../../bower_components/polymer/polymer.html">
<link rel="import" href="../../bower_components/iron-icon/iron-icon.html">
<dom-module id="dashed-title">
<template>
<style>
:host {
width: 100%;
height: 50px;
flex-shrink: 0;
font-size: 18px;
font-weight: 400;
color: var(--app-white);
display: flex;
align-items: center;
text-transform: uppercase;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px 10px 5px 10px;
box-sizing: border-box;
border-radius: 2px;
box-shadow: var(--app-shadow);
background-color: var(--dashed-title-background-color, --app-accent-color);
}
.dash {
height: 1px;
background-color: var(--app-white);
display: none;
}
.dash.left {
width: 5%;
margin-right: 10px;
}
.dash.right {
flex-grow: 1;
}
.text {
margin: 0 10px 0 10px;
}
@media (min-width: 600px) {
.dash{
display: block;
}
}
iron-icon {
}
</style>
<div class="dash left"></div>
<template is="dom-if" if="[[icon]]">
<iron-icon icon="[[icon]]"></iron-icon>
</template>
<div class="text">
<content></content>
</div>
<div class="dash right"></div>
</template>
<script>
Polymer({
is: 'dashed-title',
properties: {
icon: {
type: String,
value: null,
}
}
});
</script>
</dom-module>
|
attention_tracker/dlib-18.18/docs/face_detector.py.html | weinitom/robot | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
td.linenos { background-color: #f0f0f0; padding-right: 10px; }
span.lineno { background-color: #f0f0f0; padding: 0 5px 0 5px; }
pre { line-height: 125%; }
body .hll { background-color: #ffffcc }
body { background: #ffffff; }
body .c { color: #008000 } /* Comment */
body .err { border: 1px solid #FF0000 } /* Error */
body .k { color: #0000ff } /* Keyword */
body .cm { color: #008000 } /* Comment.Multiline */
body .cp { color: #0000ff } /* Comment.Preproc */
body .c1 { color: #008000 } /* Comment.Single */
body .cs { color: #008000 } /* Comment.Special */
body .ge { font-style: italic } /* Generic.Emph */
body .gh { font-weight: bold } /* Generic.Heading */
body .gp { font-weight: bold } /* Generic.Prompt */
body .gs { font-weight: bold } /* Generic.Strong */
body .gu { font-weight: bold } /* Generic.Subheading */
body .kc { color: #0000ff } /* Keyword.Constant */
body .kd { color: #0000ff } /* Keyword.Declaration */
body .kn { color: #0000ff } /* Keyword.Namespace */
body .kp { color: #0000ff } /* Keyword.Pseudo */
body .kr { color: #0000ff } /* Keyword.Reserved */
body .kt { color: #2b91af } /* Keyword.Type */
body .s { color: #a31515 } /* Literal.String */
body .nc { color: #2b91af } /* Name.Class */
body .ow { color: #0000ff } /* Operator.Word */
body .sb { color: #a31515 } /* Literal.String.Backtick */
body .sc { color: #a31515 } /* Literal.String.Char */
body .sd { color: #a31515 } /* Literal.String.Doc */
body .s2 { color: #a31515 } /* Literal.String.Double */
body .se { color: #a31515 } /* Literal.String.Escape */
body .sh { color: #a31515 } /* Literal.String.Heredoc */
body .si { color: #a31515 } /* Literal.String.Interpol */
body .sx { color: #a31515 } /* Literal.String.Other */
body .sr { color: #a31515 } /* Literal.String.Regex */
body .s1 { color: #a31515 } /* Literal.String.Single */
body .ss { color: #a31515 } /* Literal.String.Symbol */
</style>
</head>
<body>
<h2></h2>
<div class="highlight"><pre><span class="c">#!/usr/bin/python</span>
<span class="c"># The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt</span>
<span class="c">#</span>
<span class="c"># This example program shows how to find frontal human faces in an image. In</span>
<span class="c"># particular, it shows how you can take a list of images from the command</span>
<span class="c"># line and display each on the screen with red boxes overlaid on each human</span>
<span class="c"># face.</span>
<span class="c">#</span>
<span class="c"># The examples/faces folder contains some jpg images of people. You can run</span>
<span class="c"># this program on them and see the detections by executing the</span>
<span class="c"># following command:</span>
<span class="c"># ./<a href="face_detector.py.html">face_detector.py</a> ../examples/faces/*.jpg</span>
<span class="c">#</span>
<span class="c"># This face detector is made using the now classic Histogram of Oriented</span>
<span class="c"># Gradients (HOG) feature combined with a linear classifier, an image</span>
<span class="c"># pyramid, and sliding window detection scheme. This type of object detector</span>
<span class="c"># is fairly general and capable of detecting many types of semi-rigid objects</span>
<span class="c"># in addition to human faces. Therefore, if you are interested in making</span>
<span class="c"># your own object detectors then read the <a href="train_object_detector.py.html">train_object_detector.py</a> example</span>
<span class="c"># program. </span>
<span class="c">#</span>
<span class="c">#</span>
<span class="c"># COMPILING/INSTALLING THE DLIB PYTHON INTERFACE</span>
<span class="c"># You can install dlib using the command:</span>
<span class="c"># pip install dlib</span>
<span class="c">#</span>
<span class="c"># Alternatively, if you want to compile dlib yourself then go into the dlib</span>
<span class="c"># root folder and run:</span>
<span class="c"># python setup.py install</span>
<span class="c"># or</span>
<span class="c"># python setup.py install --yes USE_AVX_INSTRUCTIONS</span>
<span class="c"># if you have a CPU that supports AVX instructions, since this makes some</span>
<span class="c"># things run faster. </span>
<span class="c">#</span>
<span class="c"># Compiling dlib should work on any operating system so long as you have</span>
<span class="c"># CMake and boost-python installed. On Ubuntu, this can be done easily by</span>
<span class="c"># running the command:</span>
<span class="c"># sudo apt-get install libboost-python-dev cmake</span>
<span class="c">#</span>
<span class="c"># Also note that this example requires scikit-image which can be installed</span>
<span class="c"># via the command:</span>
<span class="c"># pip install scikit-image</span>
<span class="c"># Or downloaded from http://scikit-image.org/download.html. </span>
<span class="kn">import</span> <span class="nn">sys</span>
<span class="kn">import</span> <span class="nn">dlib</span>
<span class="kn">from</span> <span class="nn">skimage</span> <span class="kn">import</span> <span class="n">io</span>
<span class="n">detector</span> <span class="o">=</span> <span class="n">dlib</span><span class="o">.</span><span class="n">get_frontal_face_detector</span><span class="p">()</span>
<span class="n">win</span> <span class="o">=</span> <span class="n">dlib</span><span class="o">.</span><span class="n">image_window</span><span class="p">()</span>
<span class="k">for</span> <span class="n">f</span> <span class="ow">in</span> <span class="n">sys</span><span class="o">.</span><span class="n">argv</span><span class="p">[</span><span class="mi">1</span><span class="p">:]:</span>
<span class="k">print</span><span class="p">(</span><span class="s">"Processing file: {}"</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">f</span><span class="p">))</span>
<span class="n">img</span> <span class="o">=</span> <span class="n">io</span><span class="o">.</span><span class="n">imread</span><span class="p">(</span><span class="n">f</span><span class="p">)</span>
<span class="c"># The 1 in the second argument indicates that we should upsample the image</span>
<span class="c"># 1 time. This will make everything bigger and allow us to detect more</span>
<span class="c"># faces.</span>
<span class="n">dets</span> <span class="o">=</span> <span class="n">detector</span><span class="p">(</span><span class="n">img</span><span class="p">,</span> <span class="mi">1</span><span class="p">)</span>
<span class="k">print</span><span class="p">(</span><span class="s">"Number of faces detected: {}"</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="n">dets</span><span class="p">)))</span>
<span class="k">for</span> <span class="n">i</span><span class="p">,</span> <span class="n">d</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="n">dets</span><span class="p">):</span>
<span class="k">print</span><span class="p">(</span><span class="s">"Detection {}: Left: {} Top: {} Right: {} Bottom: {}"</span><span class="o">.</span><span class="n">format</span><span class="p">(</span>
<span class="n">i</span><span class="p">,</span> <span class="n">d</span><span class="o">.</span><span class="n">left</span><span class="p">(),</span> <span class="n">d</span><span class="o">.</span><span class="n">top</span><span class="p">(),</span> <span class="n">d</span><span class="o">.</span><span class="n">right</span><span class="p">(),</span> <span class="n">d</span><span class="o">.</span><span class="n">bottom</span><span class="p">()))</span>
<span class="n">win</span><span class="o">.</span><span class="n">clear_overlay</span><span class="p">()</span>
<span class="n">win</span><span class="o">.</span><span class="n">set_image</span><span class="p">(</span><span class="n">img</span><span class="p">)</span>
<span class="n">win</span><span class="o">.</span><span class="n">add_overlay</span><span class="p">(</span><span class="n">dets</span><span class="p">)</span>
<span class="n">dlib</span><span class="o">.</span><span class="n">hit_enter_to_continue</span><span class="p">()</span>
<span class="c"># Finally, if you really want to you can ask the detector to tell you the score</span>
<span class="c"># for each detection. The score is bigger for more confident detections.</span>
<span class="c"># Also, the idx tells you which of the face sub-detectors matched. This can be</span>
<span class="c"># used to broadly identify faces in different orientations.</span>
<span class="k">if</span> <span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="n">sys</span><span class="o">.</span><span class="n">argv</span><span class="p">[</span><span class="mi">1</span><span class="p">:])</span> <span class="o">></span> <span class="mi">0</span><span class="p">):</span>
<span class="n">img</span> <span class="o">=</span> <span class="n">io</span><span class="o">.</span><span class="n">imread</span><span class="p">(</span><span class="n">sys</span><span class="o">.</span><span class="n">argv</span><span class="p">[</span><span class="mi">1</span><span class="p">])</span>
<span class="n">dets</span><span class="p">,</span> <span class="n">scores</span><span class="p">,</span> <span class="n">idx</span> <span class="o">=</span> <span class="n">detector</span><span class="o">.</span><span class="n">run</span><span class="p">(</span><span class="n">img</span><span class="p">,</span> <span class="mi">1</span><span class="p">)</span>
<span class="k">for</span> <span class="n">i</span><span class="p">,</span> <span class="n">d</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="n">dets</span><span class="p">):</span>
<span class="k">print</span><span class="p">(</span><span class="s">"Detection {}, score: {}, face_type:{}"</span><span class="o">.</span><span class="n">format</span><span class="p">(</span>
<span class="n">d</span><span class="p">,</span> <span class="n">scores</span><span class="p">[</span><span class="n">i</span><span class="p">],</span> <span class="n">idx</span><span class="p">[</span><span class="n">i</span><span class="p">]))</span>
</pre></div>
</body>
</html>
|
v0.12.2/generated/statsmodels.discrete.conditional_models.ConditionalMNLogit.loglike.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.discrete.conditional_models.ConditionalMNLogit.loglike — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/stylesheets/deprecation.css">
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/material.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.discrete.conditional_models.ConditionalMNLogit.predict" href="statsmodels.discrete.conditional_models.ConditionalMNLogit.predict.html" />
<link rel="prev" title="statsmodels.discrete.conditional_models.ConditionalMNLogit.initialize" href="statsmodels.discrete.conditional_models.ConditionalMNLogit.initialize.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.discrete.conditional_models.ConditionalMNLogit.loglike" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.12.2</span>
<span class="md-header-nav__topic"> statsmodels.discrete.conditional_models.ConditionalMNLogit.loglike </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="../discretemod.html" class="md-tabs__link">Regression with Discrete Dependent Variable</a></li>
<li class="md-tabs__item"><a href="statsmodels.discrete.conditional_models.ConditionalMNLogit.html" class="md-tabs__link">statsmodels.discrete.conditional_models.ConditionalMNLogit</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.12.2</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../regression.html" class="md-nav__link">Linear Regression</a>
</li>
<li class="md-nav__item">
<a href="../glm.html" class="md-nav__link">Generalized Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../gee.html" class="md-nav__link">Generalized Estimating Equations</a>
</li>
<li class="md-nav__item">
<a href="../gam.html" class="md-nav__link">Generalized Additive Models (GAM)</a>
</li>
<li class="md-nav__item">
<a href="../rlm.html" class="md-nav__link">Robust Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../mixed_linear.html" class="md-nav__link">Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../discretemod.html" class="md-nav__link">Regression with Discrete Dependent Variable</a>
</li>
<li class="md-nav__item">
<a href="../mixed_glm.html" class="md-nav__link">Generalized Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../anova.html" class="md-nav__link">ANOVA</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.discrete.conditional_models.ConditionalMNLogit.loglike.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<h1 id="generated-statsmodels-discrete-conditional-models-conditionalmnlogit-loglike--page-root">statsmodels.discrete.conditional_models.ConditionalMNLogit.loglike<a class="headerlink" href="#generated-statsmodels-discrete-conditional-models-conditionalmnlogit-loglike--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py method">
<dt id="statsmodels.discrete.conditional_models.ConditionalMNLogit.loglike">
<code class="sig-prename descclassname">ConditionalMNLogit.</code><code class="sig-name descname">loglike</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">params</span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/discrete/conditional_models.html#ConditionalMNLogit.loglike"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.discrete.conditional_models.ConditionalMNLogit.loglike" title="Permalink to this definition">¶</a></dt>
<dd><p>Log-likelihood of 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.20)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ndarray</span></code></a></span></dt><dd><p>The model parameters used to compute the log-likelihood.</p>
</dd>
</dl>
</dd>
</dl>
<p class="rubric">Notes</p>
<p>Must be overridden by subclasses.</p>
</dd></dl>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.discrete.conditional_models.ConditionalMNLogit.initialize.html" title="statsmodels.discrete.conditional_models.ConditionalMNLogit.initialize"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.discrete.conditional_models.ConditionalMNLogit.initialize </span>
</div>
</a>
<a href="statsmodels.discrete.conditional_models.ConditionalMNLogit.predict.html" title="statsmodels.discrete.conditional_models.ConditionalMNLogit.predict"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.discrete.conditional_models.ConditionalMNLogit.predict </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© 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> |
spring-maker/index.html | arduinoguate/CREA | <html>
<head>
<h1>FAN</h1><br/>
<input type="button" value="ON" id="on"/><br/>
<input type="button" value="OFF" id="off"/><br/>
<h1>SPEED</h1><br/>
<input type="button" value="LOW" id="mid"/><br/>
<input type="button" value="MID" id="low"/><br/>
<input type="button" value="HIGH" id="high"/><br/>
</head>
<body>
<script src="http://code.jquery.com/jquery-1.12.1.min.js"></script>
<script src="codigo.js"></script>
</body>
</html>
|
tools/help/lint.html | terrytowne/android-developer-cn | <!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>lint | 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">
<!-- 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">
<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-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
<div id="devdoc-nav" class="scroll-pane">
<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
<ul id="nav">
<li class="nav-section">
<div class="nav-section-header empty">
<a href="../../tools/index.html"><span class="en">Developer Tools</span></a>
</div>
</li>
<li class="nav-section">
<div class="nav-section-header"><a href="../../sdk/index.html"><span class="en">Download</span></a></div>
<ul>
<li><a href="../../sdk/installing/bundle.html">
<span class="en">Setting Up the ADT Bundle</span></a></li>
<li class="nav-section">
<div class="nav-section-header">
<a href="../../sdk/installing/index.html"><span class="en">Setting Up
an Existing IDE</span></a></div>
<ul>
<li><a href="../../sdk/installing/installing-adt.html">
<span class="en">Installing the Eclipse Plugin</span></a></li>
<li><a href="../../sdk/installing/adding-packages.html">
<span class="en">Adding Platforms and Packages</span></a></li>
</ul>
</li>
<li class="nav-section">
<div class="nav-section-header">
<a href="../../sdk/installing/studio.html">Android Studio</a>
</div>
<ul>
<li><a href="../../sdk/installing/migrate.html">
Migrating from Eclipse</a></li>
<li><a href="../../sdk/installing/studio-tips.html">
Tips and Tricks</a></li>
</ul>
</li>
<li><a href="../../sdk/exploring.html">
<span class="en">Exploring the SDK</span></a></li>
<li><a href="../../tools/sdk/ndk/index.html">Download the NDK</a>
</li>
</ul>
</li>
<li class="nav-section">
<div class="nav-section-header">
<a href="../../tools/workflow/index.html"><span class="en">Workflow</span></a>
</div>
<ul>
<li class="nav-section">
<div class="nav-section-header"><a href="../../tools/devices/index.html"><span class="en">Setting Up Virtual Devices</span></a></div>
<ul>
<li><a href="../../tools/devices/managing-avds.html"><span class="en">With AVD Manager</span></a></li>
<li><a href="../../tools/devices/managing-avds-cmdline.html"><span class="en">From the Command Line</span></a></li>
<li><a href="../../tools/devices/emulator.html"><span class="en">Using the Emulator</span></a></li>
</ul>
</li>
<li class="nav-section">
<div class="nav-section-header"><a href="../../tools/device.html"><span class="en">Using Hardware Devices</span></a></div>
<ul>
<li><a href="../../tools/extras/oem-usb.html"><span
class="en">USB Drivers</span></a></li>
</ul>
</li>
<li class="nav-section">
<div class="nav-section-header"><a href="../../tools/projects/index.html"><span class="en">Setting Up Projects</span></a></div>
<ul>
<li><a href="../../tools/projects/projects-eclipse.html"><span class="en">From Eclipse with ADT</span></a></li>
<li><a href="../../tools/projects/projects-cmdline.html"><span class="en">From the Command Line</span></a></li>
<li><a href="../../tools/projects/templates.html"><span class="en">Using Code Templates</span></a></li>
</ul>
</li>
<li class="nav-section">
<div class="nav-section-header"><a href="../../tools/building/index.html"><span class="en">Building and Running</span></a></div>
<ul>
<li><a href="../../tools/building/building-eclipse.html"><span class="en">From Eclipse with ADT</span></a></li>
<li><a href="../../tools/building/building-cmdline.html"><span class="en">From the Command Line</span></a></li>
</ul>
</li>
<li class="nav-section">
<div class="nav-section-header"><a href="../../tools/testing/index.html">
<span class="en">Testing</span>
</a></div>
<ul>
<li>
<a href="../../tools/testing/testing_android.html">
<span class="en">Fundamentals</span></a>
</li>
<li><a href="../../tools/testing/testing_eclipse.html">
<span class="en">From Eclipse</span></a>
</li>
<li><a href="../../tools/testing/testing_otheride.html">
<span class="en">From Other IDEs</span></a>
</li>
<li>
<a href="../../tools/testing/activity_testing.html">
<span class="en">Activity Testing</span></a>
</li>
<li>
<a href="../../tools/testing/service_testing.html">
<span class="en">Service Testing</span></a>
</li>
<li>
<a href="../../tools/testing/contentprovider_testing.html">
<span class="en">Content Provider Testing</span></a>
</li>
<li>
<a href="../../tools/testing/testing_accessibility.html">
<span class="en">Accessibility Testing</span></a>
</li>
<li>
<a href="../../tools/testing/testing_ui.html">
<span class="en">UI Testing</span></a>
</li>
<li>
<a href="../../tools/testing/what_to_test.html">
<span class="en">What To Test</span></a>
</li>
<li>
<a href="../../tools/testing/activity_test.html">
<span class="en">Activity Testing Tutorial</span></a>
</li>
</ul>
</li><!-- end of testing -->
<li class="nav-section">
<div class="nav-section-header"><a href="../../tools/debugging/index.html"><span class="en">Debugging</span></a></div>
<ul>
<li><a href="../../tools/debugging/debugging-projects.html"><span class="en">From Eclipse with ADT</span></a></li>
<li><a href="../../tools/debugging/debugging-projects-cmdline.html"><span class="en">From Other IDEs</span></a></li>
<li><a href="../../tools/debugging/ddms.html"><span class="en">Using DDMS</span></a></li>
<li><a href="../../tools/debugging/debugging-log.html"><span class="en">Reading and Writing Logs</span></a></li>
<li><a href="../../tools/debugging/improving-w-lint.html"><span class="en">Improving Your Code with lint</span></a></li>
<li><a href="../../tools/debugging/debugging-ui.html"><span class="en">Optimizing your UI</span></a></li>
<li><a href="../../tools/debugging/debugging-tracing.html"><span class="en">Profiling with Traceview and dmtracedump</span></a></li>
<li><a href="../../tools/debugging/systrace.html"><span class="en">Analysing Display and Performance with Systrace</span></a></li>
<li><a href="../../tools/debugging/debugging-memory.html">Investigating Your RAM Usage</a></li>
<li><a href="../../tools/debugging/debugging-devtools.html"><span class="en">Using the Dev Tools App</span></a></li>
</ul>
</li>
<li class="nav-section">
<div class="nav-section-header"><a href="../../tools/publishing/publishing_overview.html"><span class="en">Publishing</span></a></div>
<ul>
<li><a href="../../tools/publishing/preparing.html"><span class="en">Preparing for Release</span></a></li>
<li><a href="../../tools/publishing/versioning.html"><span class="en">Versioning Your Apps</span></a></li>
<li><a href="../../tools/publishing/app-signing.html"><span class="en">Signing Your Apps</span></a></li>
</ul>
</li>
</ul>
</li>
<li class="nav-section">
<div class="nav-section-header"><a href="../../tools/support-library/index.html"><span
class="en">Support Library</span></a></div>
<ul>
<li><a href="../../tools/support-library/features.html">Features</a></li>
<li><a href="../../tools/support-library/setup.html">Setup</a></li>
</ul>
</li>
<li class="nav-section">
<div class="nav-section-header"><a href="../../tools/help/index.html"><span
class="en">Tools Help</span></a></div>
<ul>
<li><a href="../../tools/help/adb.html">adb</a></li>
<li><a href="../../tools/help/adt.html">ADT</a></li>
<li><a href="../../tools/help/android.html">android</a></li>
<li><a href="../../tools/help/avd-manager.html">AVD Manager</a></li>
<li><a href="../../tools/help/bmgr.html">bmgr</a>
<li><a href="../../tools/help/monitor.html">Device Monitor</a></li>
<li><a href="../../tools/help/dmtracedump.html">dmtracedump</a></li>
<li><a href="../../tools/help/draw9patch.html">Draw 9-Patch</a></li>
<li><a href="../../tools/help/emulator.html">Emulator</a></li>
<li><a href="../../tools/help/etc1tool.html">etc1tool</a></li>
<li><a href="../../tools/help/hierarchy-viewer.html">Hierarchy Viewer</a></li>
<li><a href="../../tools/help/hprof-conv.html">hprof-conv</a></li>
<li><a href="../../tools/help/jobb.html">jobb</a></li>
<li><a href="../../tools/help/lint.html">lint</span></a></li>
<li><a href="../../tools/help/logcat.html">logcat</a></li>
<li><a href="../../tools/help/mksdcard.html">mksdcard</a></li>
<li><a href="../../tools/help/monkey.html">monkey</a></li>
<li class="nav-section">
<div class="nav-section-header"><a href="../../tools/help/monkeyrunner_concepts.html"><span class="en">monkeyrunner</span></a></div>
<ul>
<li><a href="../../tools/help/MonkeyDevice.html"><span
class="en">MonkeyDevice</span></a></li>
<li><a href="../../tools/help/MonkeyImage.html"><span
class="en">MonkeyImage</span></a></li>
<li><a href="../../tools/help/MonkeyRunner.html"><span
class="en">MonkeyRunner</span></a></li>
</ul>
</li>
<li><a href="../../tools/help/proguard.html">ProGuard</a></li>
<li><a href="../../tools/help/sdk-manager.html">SDK Manager</a></li>
<li><a href="../../tools/help/systrace.html">Systrace</a></li>
<li><a href="../../tools/help/gltracer.html">Tracer for OpenGL ES</a></li>
<li><a href="../../tools/help/traceview.html">Traceview</a></li>
<li class="nav-section">
<div class="nav-section-header"><a href="../../tools/help/uiautomator/index.html"><span class="en">uiautomator</span></a></div>
<ul>
<li><a href="../../tools/help/uiautomator/Configurator.html"><span class="en">Configurator</span></a></li>
<li><a href="../../tools/help/uiautomator/IAutomationSupport.html"><span class="en">IAutomationSupport</span></a></li>
<li><a href="../../tools/help/uiautomator/UiAutomatorTestCase.html"><span class="en">UiAutomatorTestCase</span></a></li>
<li><a href="../../tools/help/uiautomator/UiCollection.html"><span class="en">UiCollection</span></a></li>
<li><a href="../../tools/help/uiautomator/UiDevice.html"><span class="en">UiDevice</span></a></li>
<li><a href="../../tools/help/uiautomator/UiObject.html"><span class="en">UiObject</span></a></li>
<li><a href="../../tools/help/uiautomator/UiObjectNotFoundException.html"><span class="en">UiObjectNotFoundException</span></a></li>
<li><a href="../../tools/help/uiautomator/UiScrollable.html"><span class="en">UiScrollable</span></a></li>
<li><a href="../../tools/help/uiautomator/UiSelector.html"><span class="en">UiSelector</span></a></li>
<li><a href="../../tools/help/uiautomator/UiWatcher.html"><span class="en">UiWatcher</span></a></li>
</ul>
</li>
<li><a href="../../tools/help/zipalign.html">zipalign</a></li>
</ul>
</li>
<li class="nav-section">
<div class="nav-section-header"><a href="../../tools/revisions/index.html"><span class="en">Revisions</span></a></div>
<ul>
<li><a href="../../tools/sdk/tools-notes.html">
<span class="en">Tools</span>
</a></li>
<li><a href="../../tools/sdk/eclipse-adt.html">
<span class="en">ADT Plugin</span>
</a></li>
<!--
<li><a href="../../tools/sdk/addons.html"><span class="en">Add-ons</span></a></li>
-->
<li><a href="../../tools/revisions/platforms.html"><span
class="en">Platforms</span></a></li>
</ul>
</li>
<li class="nav-section">
<div class="nav-section-header empty"><a href="../../tools/samples/index.html"><span class="en">Samples</span></a></div>
</li>
<li class="nav-section">
<div class="nav-section-header">
<a href="../../tools/adk/index.html">
<span class="en">ADK</span></a>
</div>
<ul>
<li><a href="../../tools/adk/adk2.html">ADK 2012 Guide</a></li>
<li><a href="../../tools/adk/adk.html">ADK 2011 Guide</a></li>
</ul>
</li>
</ul><!-- nav -->
<script type="text/javascript">
<!--
buildToggleLists();
changeNavLang(getLangPref());
//-->
</script>
</div>
</div> <!-- end side-nav -->
<script>
$(document).ready(function() {
scrollIntoView("devdoc-nav");
});
</script>
<div class="col-13" id="doc-col" >
<h1 itemprop="name" >lint</h1>
<div id="jd-content">
<div class="jd-descr" itemprop="articleBody">
<div id="qv-wrapper">
<div id="qv">
<h2>In this document</h2>
<ol>
<li><a href="#syntax">Syntax</a></li>
<li><a href="#options">Options</a></li>
<li><a href="#config_keywords">Configuring Java and XML Source Files</a></li>
</ol>
</div>
</div>
<p>The Android <code>lint</code> tool is a static code analysis tool that checks your Android project source files for potential bugs and optimization improvements for correctness, security, performance, usability, accessibility, and internationalization. </p>
<p>For more information on running <code>lint</code>, see <a href="../../tools/debugging/improving-w-lint.html">Improving Your Code with lint</a>.</p>
<h2 id="syntax">Syntax</h2>
<p>
<pre>lint [flags] <project directory></pre>
For example, you can issue the following command to scan the Java and XML files under the <code>myproject</code> directory and its subdirectories. The result is displayed on the console.
<pre>lint myproject</pre>
You can also use <code>lint</code> to check for a specific issue. For example, you can run the following command to scan the files under the <code>myproject</code> directory and its subdirectories to check for XML attributes missing the Android namespace prefix. The issue ID <code>MissingPrefix</code> tells lint to only scan for this issue.
<pre>lint --check MissingPrefix myproject</pre>
You can create an HTML report for the issues that <code>lint</code> detects. For example, you can run the following command to scan the <code>myproject</code> directory and its subdirectories for accessibility issues, then generate an HTML report in the <code>accessibility_report.html</code> file.
<pre>lint --check Accessibility --HTML accessibility_report.html myproject</pre>
</p>
<h2 id="options">Options</h2>
<p>Table 1 describes the command-line options for <code>lint</code>.</p>
<p class="table-caption" id="table1">
<strong>Table 1.</strong> Command-line options for lint</p>
<table>
<tr>
<th>Category</th>
<th>Option</th>
<th>Description</th>
<th>Comments</th>
</tr>
<tr>
<td rowspan="7">Checking</td>
<td><nobr><code>--disable <list></code></nobr></td>
<td>Disable checking for a specific list of issues.</td>
<td>The <code><list></code> must be a comma-separated list of <code>lint</code> issue IDs or categories.</td>
</tr>
<tr>
<td><nobr><code>--enable <list></code></nobr></td>
<td>Check for all the default issues supported by <code>lint</code> as well as the specifically enabled list of issues.</td>
<td>The <code><list></code> must be a comma-separated list of <code>lint</code> issue IDs or categories.</td>
</tr>
<tr>
<td><nobr><code>--check <list></code></nobr></td>
<td>Check for a specific list of issues.</td>
<td>The <code><list></code> must be a comma-separated list of <code>lint</code> issue IDs or categories.</td>
</tr>
<tr>
<td><nobr><code>-w</code> or <code>--nowarn</code></nobr></td>
<td>Only check for errors and ignore warnings</td>
<td> </td>
</tr>
<tr>
<td><nobr><code>-Wall</code></nobr></td>
<td>Check for all warnings, including those that are disabled by default</td>
<td> </td>
</tr>
<tr>
<td><nobr><code>-Werror</code></nobr></td>
<td>Report all warnings as errors</td>
<td> </td>
</tr>
<tr>
<td><nobr><code>--config <filename></code></nobr></td>
<td>Use the specified configuration file to determine if issues are enabled or disabled for <code>lint</code> checking</td>
<td>If the project contains a <code>lint.xml</code> file, the <code>lint.xml</code> file will be used as the configuration file by default.</td>
</tr>
<tr>
<td rowspan="9">Reporting</td>
<td><nobr><code>--html <filename></code></nobr></td>
<td>Generate an HTML report.</td>
<td>The report is saved in the output file specified in the argument. The HTML output includes code snippets of the source code where <code>lint</code> detected an issue, a verbose description of the issue found, and links to the source file.</td>
</tr>
<tr>
<td><nobr><code>--url <filepath>=<url></code></nobr></td>
<td>In the HTML output, replace a local path prefix <code><filepath></code> with a url prefix <code><url></code>.</td>
<td>The <code>--url</code> option only applies when you are generating an HTML report with the <code>--html</code> option. You can specify multiple <filepath>=<url> mappings in the argument by separating each mapping with a comma.<p>To turn off linking to files, use <code>--url none</code></p></td>
</tr>
<tr>
<td><nobr><code>--simplehtml <filename></code></nobr></td>
<td>Generate a simple HTML report</td>
<td>The report is saved in the output file specified in the argument.</td>
</tr>
<tr>
<td><nobr><code>--xml <filename></code></nobr></td>
<td>Generate an XML report</td>
<td>The report is saved in the output file specified in the argument.</td>
</tr>
<tr>
<td><nobr><code>--fullpath</code></nobr></td>
<td>Show the full file paths in the <code>lint</code> checking results.</td>
<td> </td>
</tr>
<tr>
<td><nobr><code>--showall</code></nobr></td>
<td>Don't truncate long messages or lists of alternate locations.</td>
<td> </td>
</tr>
<tr>
<td><nobr><code>--nolines</code></nobr></td>
<td>Don't include code snippets from the source files in the output.</td>
<td> </td>
</tr>
<tr>
<td><nobr><code>--exitcode</code></nobr></td>
<td>Set the exit code to 1 if errors are found.</td>
<td> </td>
</tr>
<tr>
<td><nobr><code>--quiet</code></nobr></td>
<td>Don't show the progress indicator.</td>
<td> </td>
</tr>
<tr>
<td rowspan="4">Help</td>
<td><nobr><code>--help</code></nobr></td>
<td>List the command-line arguments supported by the <code>lint</code> tool.</td>
<td>Use <code>--help <topic></code> to see help information for a specific topic, such as "suppress".</td>
</tr>
<tr>
<td><nobr><code>--list</code></nobr></td>
<td>List the ID and short description for issues that can be checked by <code>lint</code></td>
<td> </td>
</tr>
<tr>
<td><nobr><code>--show</code></nobr></td>
<td>List the ID and verbose description for issues that can be checked by <code>lint</code></td>
<td>Use <code>--show <ids></code> to see descriptions for a specific list of <code>lint</code> issue IDs.</td>
</tr>
<tr>
<td><nobr><code>--version</code></nobr></td>
<td>Show the <code>lint</code> version</td>
<td> </td>
</tr>
</table>
<h2 id="config_keywords">Configuring Java and XML Source Files</h2>
<p>To configure lint checking, you can apply the following annotation or attribute to the source files in your Android project. </p>
<ul>
<LI>To disable lint checking for a specific Java class or method, use the <code>@SuppressLint</code> annotation. </LI>
<li>To disable lint checking for specific sections of your XML file, use the <code>tools:ignore</code> attribute. </li>
</ul>
<p>You can also specify your lint checking preferences for a specific Android project in the lint.xml file. For more information on configuring lint, see <a href="../../tools/debugging/improving-w-lint.html">Improving Your Code with lint</a>.</p>
</div>
<div class="content-footer layout-content-row"
itemscope itemtype="http://schema.org/SiteNavigationElement">
<div class="layout-content-col col-9" style="padding-top:4px">
<div class="g-plusone" data-size="medium"></div>
</div>
<div class="paging-links layout-content-col col-4">
</div>
</div>
</div> <!-- end jd-content -->
<div id="footer" class="wrap" >
<div id="copyright">
Except as noted, this content is
licensed under <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>. For details and
restrictions, see the <a href="../../license.html">Content
License</a>.
</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><!-- end doc-content -->
</div> <!-- end body-content -->
</body>
</html>
|
doc/player_8cpp.html | Lacty/ToTheTop | <!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.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ToTheTop: src/Actors/Player/player.cpp ファイル</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">ToTheTop
</div>
<div id="projectbrief">卒業制作用プロジェクト</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- 構築: Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'検索');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','検索');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('player_8cpp.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">player.cpp ファイル</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include "<a class="el" href="precompiled_8h_source.html">precompiled.h</a>"</code><br />
</div>
<p><a href="player_8cpp_source.html">[ソースコード]</a></p>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_8a33d3b699d590208ab642df13852d0f.html">Actors</a></li><li class="navelem"><a class="el" href="dir_54bc802e92fcf1d87a35c906e67ab47e.html">Player</a></li><li class="navelem"><a class="el" href="player_8cpp.html">player.cpp</a></li>
<li class="footer">構築:
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.12 </li>
</ul>
</div>
</body>
</html>
|
lib/base-modal.component.css | czeckd/angular-simple-modal | .modal {
position: fixed;
border: 2px solid #eee;
border-radius: 4px;
background-color: #fff;
padding:15px;
left:50%;
top:35%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.modal-background {
position:fixed;
background-color: rgba(0,0,0,0.5);
left:0;
top:0;
width:100%;
height:100%;
}
.modal-title {
display:inline-block;
}
.modal-message {
overflow:hidden;
height:calc(100% - 95px);
}
.modal-buttonbar {
margin-top:15px;
position:absolute;
right:20px;
bottom:24px;
}
.modal-buttonbar button {
margin-left:6px;
}
|
dist/embed.behance.css | rolfo85/embed-behance | /**
* Embed Behance v1.0.0
* Copyright 2017 Rodolfo Ferro Casagrande
* The MIT License (MIT)
*/
/* format error */
.eb-error-container{
width: 100%;
height: 100%;
background-color: rgba(255,255,255,0.8);
position: fixed;
top: 0;
left: 0;
}
.eb-error-container h3{
font-size: 1.3em;
}
.eb-error-container h1{
margin-bottom: 1em;
}
.eb-error-container .eb-error{
background-color: #fdcdcd;
color: #7d1a1c;
line-height: 1.5;
padding: 5%;
position: absolute;
top: 10%;
overflow: auto;
width: 90%;
box-sizing: border-box;
white-space: nowrap;
left: 0;
right: 0;
margin: 0 auto;
box-shadow: 7px 2px 40px 1px rgba(0,0,0,0.1);
border: 15px solid #fff;
}
/* setup */
.eb-container * {
outline:none;
padding:0;
margin:0;
border:0;
text-decoration: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
text-size-adjust: none;
}
.eb-pagination-button, .eb-container aside .wrap-project-url a{
border-radius: 5px;
padding: 1em 2em;
text-align: center;
border: 1px solid rgba(0,0,0,0.2);
font-weight: 700;
text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
color: #fff;
cursor: pointer;
display: block;
transition: opacity 0.3s;
}
.eb-pagination-button span{
display: inline-block;
vertical-align: middle;
}
.eb-pagination-button span svg{
width: 1.6em;
}
.eb-loadingicon{
width: 3.5em;
height: 3.5em;
position: fixed;
top: 0;
bottom:0;
left: 0;
right: 0;
display: block;
margin:auto !important;
z-index: 1000000000;
background-color: rgba(0,0,0,0.7);
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.eb-loadingicon svg{
width: 50%;
}
.eb-loadingicon svg path{
fill: #fff;
}
.eb-container .wrap-title {
font-size: 1.2em;
font-weight: 900;
}
.eb-container li, .eb-container ul li {
list-style: none;
}
.eb-container img {
width: 100%;
height: auto;
display: block;
}
.eb-container a {
transition: color 0.3s;
}
/* floating data */
.eb-container .wrap-appreciations-outer .wrap-label,
.eb-container .wrap-appreciations-outer .wrap-value,
.eb-container .wrap-views-outer .wrap-label,
.eb-container .wrap-views-outer .wrap-value,
.eb-container .wrap-projects li .wrap-appreciations-outer,
.eb-container .wrap-projects li .wrap-views-outer {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
/* icons spacing */
.eb-container .wrap-appreciations-outer .wrap-label,
.eb-container .wrap-appreciations-outer .wrap-value,
.eb-container .wrap-views-outer .wrap-label,
.eb-container .wrap-views-outer .wrap-value,
.eb-container .wrap-owners-outer .wrap-label,
.eb-container .wrap-owners-outer .single .owner-full-name,
.eb-container .wrap-fields-outer .wrap-label,
.eb-container .wrap-tags-outer .wrap-label {
padding-top: 0.3em;
padding-bottom: 0.3em;
}
/* list */
.eb-container .wrap-projects {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.eb-container .wrap-projects > li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
cursor: pointer;
opacity: 0;
}
.eb-container .wrap-projects > li,
.eb-container .wrap-projects:not(:last-child) {
margin-bottom: 2.3em;
padding-bottom: 2.3em;
border-bottom: 1px solid #e8e8e8;
}
.eb-container .wrap-projects > li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.eb-container .wrap-projects li .wrap-views-outer,
.eb-container .wrap-projects li .wrap-appreciations-outer,
.eb-container .wrap-projects li .wrap-title,
.eb-container .wrap-owners-outer {
margin-bottom: 0.5em;
}
.eb-container .wrap-projects li > *:last-child {
margin-bottom: 0;
}
/* list: apprecitions & views */
.eb-container .wrap-projects li .wrap-appreciations-outer{
margin-right: 2em;
}
/* list: cover */
.eb-container .wrap-projects li .wrap-cover{
margin-bottom: 1.3em;
overflow: hidden;
clear: both;
border: 1px solid #e8e8e8;
background-color: #000;
position: relative;
}
.eb-container .wrap-projects li .wrap-cover img{
transition: all 0.3s;
}
.eb-container .wrap-projects li .wrap-cover .fields-in-cover{
position: absolute;
color: #fff;
text-align: center;
font-size: 1.3em;
font-weight: 700;
line-height: normal;
width: 100%;
top: 1em;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: center;
align-content: center;
opacity: 0;
transition: all 0.3s;
}
.eb-container .wrap-projects li .wrap-cover .fields-in-cover > svg{
width: 2em;
margin: 0 auto;
height: 2.7em;
}
.eb-container .wrap-projects li .wrap-cover .fields-in-cover > svg path{
fill: #fff !important;
}
.eb-container .wrap-projects li .wrap-cover .fields-in-cover > li{
-ms-flex-preferred-size:100%;
flex-basis:100%;
margin: 0.2em 0;
}
.eb-container .wrap-projects li .wrap-title{
transition: color 0.3s;
}
/* global: labels */
.eb-container .wrap-label{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
}
.eb-container .wrap-label svg{
width: 1.2em;
margin-right: 0.5em;
}
/* list: owners */
.eb-container .wrap-owners-outer .wrap-label{
margin-right: 0.5em;
}
.eb-container .wrap-projects li .wrap-owners-outer .single .owner-full-name svg {
width: 0.8em;
margin:0 0.3em;
}
/* global: tags */
/* global: fields */
.eb-container .wrap-fields-outer .wrap-label svg, .eb-container .wrap-tags-outer .wrap-label svg{
width: 1.35em;
}
/* global: owner */
.eb-container .wrap-owners-outer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.eb-container .wrap-owners-outer .single .owner-full-name > svg{
display: none;
}
.eb-container .wrap-owners-outer .single .owner-full-name > a > svg{
width: 0.8em;
margin-left: 0.3em;
}
/* :::::::::::::::::::: detail :::::::::::::::::::: */
body.eb-detail-modal-active{
overflow-y: scroll;
}
.eb-detail-modal-active .eb-total-outer-container{
position: relative;
top: 0;
left: 0;
min-width: 100%;
min-height: 100vh;
width: 100%;
}
.eb-detail-modal-active .eb-total-outer-container > .eb-total-inner-container{
position: relative;
}
.eb-container.box-project aside,
.eb-container.box-project .wrap-headings {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.eb-container.box-project .wrap-headings{
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.eb-project-overlay{
position: fixed;
background-color: rgba(0,0,0,0.8);
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
}
.eb-container.box-project > .eb-project-overlay{
z-index: 50;
}
.eb-container .box-inner-main .caption{
margin-top: 15px;
}
.eb-container.box-project {
max-width: 1400px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
background-color: #fff;
position: relative;
z-index: 1000;
opacity: 0;
top: 50px;
}
.eb-container .close-project{
position: fixed;
right: 3%;
cursor: pointer;
z-index: 100;
background-color: rgba(0,0,0,0.2);
border-radius: 50%;
width: 1.8em;
height: 1.8em;
transition: all 0.3s;
top: 1.4em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.eb-container .close-project svg{
width: 0.8em;
}
.eb-container .close-project svg path{
fill: #fff;
}
/* headings */
.eb-container .wrap-headings .inner {
width: 100%;
height: auto;
padding: 1em 3% 1.3em 3%;
background-color: #fff;
position: relative;
max-width: 1400px;
margin: 0 auto;
}
.eb-container .wrap-headings .wrap-title {
font-size: 1.8em;
font-weight: 300;
margin-bottom: 0.3em;
width: calc(100% - 1.5em);
color: #333;
line-height: normal;
}
.eb-container .wrap-headings .wrap-description {
font-weight: 700;
font-size: 1em;
color: #c3c3c3;
}
/* aside */
.eb-container aside.sidebar-desktop{
display: none;
}
.eb-container aside.sidebar-mobile{
display: block;
height: 42px;
}
.eb-container aside {
border-radius: 50px;
margin: 0 auto 2em auto;
width: 94%;
position: relative;
overflow: hidden;
border: 1px solid #e8e8e8;
background-color: #fff;
}
.eb-container aside.sidebar-mobile > div.box-overflow{
overflow-y: auto;
height: calc(100% - 2.5em);
}
.eb-container aside > div.box-overflow {
background-color: #fff;
}
.eb-container aside > div.box-overflow > div.box-overflow-inner > div:last-child:not(.wrap-project-url) {
margin-bottom: 2em;
}
.eb-container aside .wrap-owners-outer {
padding: 0 3%;
border-bottom: 1px solid #e8e8e8;
margin-bottom: 1em;
position: relative;
}
.eb-container aside .wrap-owners-outer .wrap-label {
display: none;
}
.eb-container aside .wrap-owners-outer .single {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 100%;
padding: 0.5em 0;
}
.eb-container aside .wrap-owners-outer .single:first-child {
padding:1em 0;
}
.eb-container aside .wrap-owners-outer .single + .single:last-child{
padding-bottom: 1.5em;
}
.eb-container aside .wrap-owners-outer .single:last-child .profile-pic:after {
content: '';
display: block;
height: 2px;
background-color: #333;
position: absolute;
bottom: 0;
width: 2.7em;
}
.eb-container aside .wrap-owners-outer .single .profile-pic {
width: 15%;
margin-right: 5%;
}
.eb-container aside .wrap-owners-outer .profile-pic img {
width: 100%;
height: auto;
border-radius: 50%;
}
.eb-container aside .wrap-owners-outer .owner-full-name {
margin-top: 0.7em;
font-weight: 700;
white-space: nowrap;
overflow: hidden;
width: 80%;
text-overflow: ellipsis;
}
.eb-container aside .wrap-appreciations-outer,
.eb-container aside .wrap-views-outer,
.eb-container aside .wrap-fields-outer,
.eb-container aside .wrap-tags-outer {
margin: 0.7em 6%;
}
.eb-container aside .wrap-appreciations-outer .wrap-value,
.eb-container aside .wrap-views-outer .wrap-value {
margin-left: 0.3em;
font-weight: 700;
}
.eb-container aside .wrap-fields-outer .wrap-label,
.eb-container aside .wrap-tags-outer .wrap-label {
width: 5.5em;
margin-right: 1em;
}
.eb-container aside .wrap-fields-outer + .wrap-tags-outer {
margin-top: 1.5em;
}
.eb-container aside .wrap-fields-outer .wrap-values,
.eb-container aside .wrap-tags-outer .wrap-values {
margin-left: 1.8em;
display: inline-flex;
flex-direction: column;
}
.eb-container aside .wrap-fields-outer .wrap-values .single,
.eb-container aside .wrap-tags-outer .wrap-values .single {
padding: 0.5em 1em 0.5em;
border-radius: 50px;
background-color: #ededed;
margin: 0.3em;
font-size: 0.8em;
text-align: center;
line-height: normal;
}
.eb-container aside .wrap-project-url {
padding-top: 2em;
border-top: 1px solid #e8e8e8;
}
.eb-container aside .wrap-project-url a {
margin: 0 6% 1em;
}
.eb-container aside .wrap-published-date-outer {
text-align: center;
font-size: 0.8em;
color: #aaa;
}
.eb-container aside .wrap-published-date-outer .wrap-label {
margin-right: 0.5em;
}
.eb-container aside .wrap-published-date-outer > div {
display: inline-block;
vertical-align: top;
}
.eb-container aside .bh-show {
text-align: center;
padding: 0.8em 0;
color: #fff;
cursor: pointer;
display: block;
}
.eb-container aside .bh-show span.icon-chevron {
display: inline-block;
width: 0.8em;
height: 0.5em;
margin-left: 0.3em;
}
.eb-container aside.open .bh-show {
color: #f;
background-color: #f8f8f8;
}
.eb-container aside:not(.open) .bh-show span.icon-chevron svg path{
fill:#fff !important;
}
.eb-container aside:not(.open) .bh-show:hover span.label{
color: #fff;
}
.eb-container.box-project aside .box-overflow-inner > div:first-of-type:not(.wrap-owners-outer){
margin-top: 2em;
}
.eb-container.box-project aside .box-overflow-inner > div:not(.wrap-project-url) + .wrap-published-date-outer {
padding-top: 1.5em;
margin-top: 1em;
border-top: 1px solid #e8e8e8;
}
.eb-container.box-project aside .box-overflow-inner > div.wrap-owners-outer:first-of-type + .wrap-published-date-outer, {
padding-top: 0;
margin-top: 0;
border-top: 0;
}
.eb-container.box-project aside .box-overflow-inner > div.wrap-owners-outer:first-of-type + .wrap-project-url {
border-top: 0;
}
.eb-container.box-project aside .box-overflow-inner > div.wrap-project-url:first-of-type {
border-top: 0;
padding-top: 0;
}
/* main */
.eb-container main {
width: 100%;
}
.eb-container main .wrap-works-outer{
border-top: 1px solid #e8e8e8;
}
.eb-container main .wrap-works-outer img{
width: auto;
height: auto;
max-width: 100%;
margin: 0 auto;
}
/* detail format */
.eb-container.box-project main .wrap-values > li {
padding: 0 7.1%;
}
.eb-container.box-project main .wrap-values > li:last-child {
margin-bottom: 0;
}
.eb-container.box-project .wrap-values > li.single-text{
line-height: 1.5;
margin: 0 auto;
max-width: 50em;
word-wrap: break-word;
}
.eb-container.box-project .wrap-values > li.full-bleed{
padding-left: 0;
padding-right: 0;
}
.eb-container.box-project .wrap-values > li.single-embed.full-bleed .inner{
padding-bottom: 56.25%;
height: 0;
position: relative;
}
.eb-container.box-project .wrap-values > li.single-embed:not(.full-bleed) iframe{
margin: 0 auto;
display: block;
}
.eb-container.box-project .wrap-values > li.single-embed.full-bleed iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.eb-container.box-project .bold{
font-weight: bold;
}
.eb-container.box-project .italic{
font-style: italic;
}
.eb-container.box-project .underline{
text-decoration: underline;
}
/* :::::::::::::::::::: media queries :::::::::::::::::::: */
/* from 480px */
@media screen and (min-width: 30em) {
.eb-pagination-button {
width: 11em;
margin: 0 auto;
padding: 1em;
}
}
/* from 720px */
@media screen and (min-width: 45em) {
/* remove separator borders */
.eb-container .wrap-projects > li,
.eb-container .wrap-projects:not(:last-child) {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}
.eb-container .wrap-projects > li {
margin-bottom: 10vmin;
}
/* enable hover on links */
.eb-container a:hover {
opacity: 0.7;
}
/* enable hover effects */
.eb-container .wrap-projects li:hover .wrap-cover .fields-in-cover{
opacity: 1;
top: 0;
}
.eb-container .close-project:hover{
transform: rotate(359deg);
background-color: #333;
}
.eb-container .wrap-projects li:hover .wrap-title{
opacity: 0.7;
}
.eb-container .wrap-projects li:hover .wrap-cover img{
transform: scale(1.3);
filter: blur(5px);
opacity: 0.7;
}
.eb-pagination-button:hover,
.eb-container aside .wrap-project-url a:hover {
opacity: 0.7;
}
.eb-container aside.sidebar-desktop .eb-desktop-info:hover span.icon {
left: 5px;
}
/* 2 columns */
.eb-container .wrap-projects > li {
-ms-flex-preferred-size: 47%;
flex-basis: 47%;
}
.eb-container .wrap-projects > li {
margin-right: 6%;
}
.eb-container .wrap-projects > li:nth-child(2n) {
margin-right: 0;
}
}
/* to 960 */
@media screen and (max-width: 60em) {
.eb-container.box-project .box-inner-main{
margin-top: 0 !important;
}
.eb-container main, .eb-container .wrap-headings .inner{
margin-left: 0 !important;
}
}
/* from 960 */
@media screen and (min-width: 60em) {
.eb-container main .wrap-works-outer{
border-top: 0;
}
.eb-container .close-project{
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
}
.eb-container aside.sidebar-desktop{
display: block;
}
.eb-container aside.sidebar-mobile{
display: none;
}
.eb-container aside.sidebar-desktop{
border-radius: 0;
position: fixed;
top: 0;
left: 0;
-webkit-box-ordinal-group: initial;
-ms-flex-order: initial;
order: initial;
height: 100%;
border: 0;
border-right: 1px solid #e8e8e8;
overflow: visible;
z-index: 1200;
}
.eb-container aside.sidebar-desktop > div.box-overflow {
overflow-y: auto;
height: 100%;
}
.eb-container aside.sidebar-desktop .eb-desktop-info {
width: 2em;
height: auto;
position: absolute;
top: 0;
right: calc(-2em - 1px);
text-align: center;
cursor: pointer;
transition: background-color 0.3s;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
}
.eb-container aside.sidebar-desktop .eb-desktop-info span.icon {
width: 1.3em;
height: 1em;
display: inline-block;
transition: left 0.3s;
position: relative;
left: 0;
top: -15%;
}
.eb-container aside.sidebar-desktop .eb-desktop-info span.label {
display: block;
transform: rotate(-90deg);
line-height: normal;
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 2px;
color: #fff;
}
.eb-container aside.sidebar-desktop.info-open .eb-desktop-info {
background-color: #f6f6f6 !important;
}
.eb-container aside.sidebar-desktop:not(.info-open) .eb-desktop-info span.icon svg{
width: 1em;
}
.eb-container aside.sidebar-desktop:not(.info-open) .eb-desktop-info span.icon svg path{
fill: #fff !important;
}
.eb-container aside.sidebar-desktop.info-open .eb-desktop-info span.label {
color: #666;
}
.eb-container.box-project aside.sidebar-desktop {
width: 20em;
left: -20em;
}
.eb-container.box-project:not(.has-sidebar) main,
.eb-container.box-project:not(.has-sidebar) .wrap-headings {
width: 100%;
margin-right: 0;
}
.eb-container.box-project .box-inner-main {
width: 100%;
}
.eb-container.box-project .wrap-headings {
width: 100%;
margin-left: 0;
position: fixed;
left: 0;
z-index: 10;
right: 0;
margin: 0 auto;
}
.eb-container.box-project .wrap-headings .inner{
padding-left: calc(3% + 2em);
border-bottom: 1px solid #e8e8e8;
}
/* owners */
.eb-container aside.sidebar-desktop .wrap-owners-outer .wrap-values {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.eb-container aside .wrap-owners-outer .single:last-child .profile-pic:after{
width: 15%;
}
/* single text */
.eb-container.box-project .wrap-values > li.single-text{
padding-left: 0;
padding-right: 0;
}
}
/* from 1200px */
@media screen and (min-width: 75em) {
/* 3 columns */
.eb-container .wrap-projects > li {
-ms-flex-preferred-size: 30%;
flex-basis: 31.3%;
}
.eb-container .wrap-projects > li,
.eb-container .wrap-projects > li:nth-child(2n) {
margin-right: 3%;
}
.eb-container .wrap-projects > li:nth-child(3n) {
margin-right: 0;
}
}
/* from 2160px */
@media screen and (min-width: 135em) {
/* 4 columns */
.eb-container .wrap-projects > li {
-ms-flex-preferred-size: 22%;
flex-basis: 22.6%;
}
.eb-container .wrap-projects > li,
.eb-container .wrap-projects > li:nth-child(2n),
.eb-container .wrap-projects > li:nth-child(3n) {
margin-right: 3%;
}
.eb-container .wrap-projects > li:nth-child(4n) {
margin-right: 0;
}
}
|
src/node/deps/npm/html/doc/api/npm-init.html | x684867/nemesis | <!doctype html>
<html>
<title>npm-init</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<body>
<div id="wrapper">
<h1>npm <a href="../api/init.html">init</a></h1> <p>Interactively create a package.json file</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<pre><code>npm.commands.init(args, callback)</code></pre>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>This will ask you a bunch of questions, and then write a package.json for you.</p>
<p>It attempts to make reasonable guesses about what you want things to be set to,
and then writes a package.json file with the options you've selected.</p>
<p>If you already have a package.json file, it'll read that first, and default to
the options in there.</p>
<p>It is strictly additive, so it does not delete options from your package.json
without a really good reason to do so.</p>
<p>Since this function expects to be run on the command-line, it doesn't work very
well as a programmatically. The best option is to roll your own, and since
JavaScript makes it stupid simple to output formatted JSON, that is the
preferred method. If you're sure you want to handle command-line prompting,
then go ahead and use this programmatically.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
<p><a href="../files/package.json.html">package.json(5)</a></p>
</div>
<p id="footer">npm-init — npm@1.3.13</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
var els = Array.prototype.slice.call(wrapper.getElementsByTagName("*"), 0)
.filter(function (el) {
return el.parentNode === wrapper
&& el.tagName.match(/H[1-6]/)
&& el.id
})
var l = 2
, toc = document.createElement("ul")
toc.innerHTML = els.map(function (el) {
var i = el.tagName.charAt(1)
, out = ""
while (i > l) {
out += "<ul>"
l ++
}
while (i < l) {
out += "</ul>"
l --
}
out += "<li><a href='#" + el.id + "'>" +
( el.innerText || el.text || el.innerHTML)
+ "</a>"
return out
}).join("\n")
toc.id = "toc"
document.body.appendChild(toc)
})()
</script>
|
php/inc/herramientas/js/dhtmlxMenu/css/dhtmlXMenu.css | Arasaac/dockerizePHPApp | /*button text - all levels*/
.menuButtonSecond td, .menuButton td, .menuButtondown td, .menuButtonover td {
cursor:default;
}
/*menu text - all levels*/
.defaultMenuText{
font: 11px "Microsoft Sans Serif",Arial;
padding-left:10px;
padding-right:5px;
}
/*menu caption if any*/
.menuName{
color : gray;
letter-spacing : 7px;
font : 11px Arial,sans-serif;
padding-left : 10px;
padding-right : 10px;
}
/*========= BUTTONS ======================*/
/*plain button state - top level*/
.menuButton {
border : solid 1px ButtonFace;
}
/*down button state - top level*/
.menuButtondown {
background-color : ButtonFace;/*#DBD8D1*/
border-bottom : solid 1px #FFFFFF;
border-left : solid 1px #808080;
border-right : solid 1px #FFFFFF;
border-top : solid 1px #808080;
cursor : default;
}
/*mouse over button state - top level*/
.menuButtonover {
background-color : ButtonFace;
border-bottom : solid 1px #808080;
border-left : solid 1px #FFFFFF;
border-right : solid 1px #808080;
border-top : solid 1px #FFFFFF;
cursor : default;
}
/*plain button state - other levels*/
.menuButtonSecond {
background-color:ButtonFace;/*#xD4D0C8*/
border:1px solid ButtonFace;
font:12px Arial,sans-serif;
}
/*mouse over button and down button states - other levels*/
.menuButtonSecondover, .menuButtonSeconddown {
background-color : navy;
color:white;
cursor : default;
border:1px solid navy;
font:12px Arial,sans-serif;
}
/*icon place style on button over/down - other levels
.menuButtonSeconddownimg {
background-color : #C9D9F5;
}*/
/*text of mouse over button - other levels*/
.menuButtonSeconddown td {
color:white;
cursor:default;
border:0px solid;
}
/*============ PANELS and DEVIDERS ===========================================*/
/*manu panel - top level*/
.menuTable{
background-color : ButtonFace;
border-bottom : solid #808080 1px;
border-left : solid #FFFFFF 1px;
border-right : solid #808080 1px;
border-top : solid #FFFFFF 1px;
margin : 0px;
-moz-user-select : none;
padding : 0px;
}
/*menu panel - other levels*/
.secondMenuTable{
background-color : ButtonFace;
border: 2px outset #ffffff;
margin : 0px;
-moz-user-select : none;
padding : 0 1 0 2;
}
/*devider - horizontal*/
.menudivider {
background-color : ButtonFace;
border-left : solid #808080 1px;
border-right : solid #FFFFFF 1px;
height : 100%;
margin-bottom : 2px;
margin-top : 1px;
overflow : hidden;
vertical-align : middle;
width : 2px;
}
/*devider - vertical*/
.menudividery {
background-color : ButtonFace;
border-bottom : solid #FFFFFF 1px;
border-top : solid #808080 1px;
height : 2px;
overflow : hidden;
width : 100%;
}
/*================== DRAG HANDLERS ==================*/
/*drag handler for menu - horizontal*/
.menuhandle {
background-color : ButtonFace;
border-bottom : solid #808080 1px;
border-left : solid #FFFFFF 1px;
border-right : solid #808080 1px;
border-top : solid #FFFFFF 1px;
cursor : move;
height : 100%;
overflow : hidden;
width : 3px;
}
/*drag handler for menu - vertical*/
.vmenuhandle {
background-color : ButtonFace;
border-bottom : solid #808080 1px;
border-left : solid #FFFFFF 1px;
border-right : solid #808080 1px;
border-top : solid #FFFFFF 1px;
cursor : move;
height : 3px;
}
/*============ ICONS and SCROLLERS ====================*/
/*disabled icon - all levels*/
.iconGray {
filter : BlendTrans(Percent=50) gray();
cursor: default;
border:solid 1px ButtonFace;
}
/*enabled scroller*/
.menuscrollerenabled{
background-color:#CAC8D4;
cursor: pointer;
text-align:center;
}
/*disabled scroller*/
.menuscrollerdisabled{
background-color: #CAC8D4;
cursor: default;
visibility:hidden;
text-align:center;
} |
examples/jspsych-image-keyboard-response.html | jspsych/jsPsych | <!DOCTYPE html>
<html>
<head>
<script src="../packages/jspsych/dist/index.browser.js"></script>
<script src="../packages/plugin-image-keyboard-response/dist/index.browser.js"></script>
<script src="../packages/plugin-preload/dist/index.browser.js"></script>
<link rel="stylesheet" href="../packages/jspsych/css/jspsych.css">
</head>
<body></body>
<script>
var jsPsych = initJsPsych({
on_finish: function() {
jsPsych.data.displayData();
}
});
// all images are used in standard trials that can be automatically preloaded (as well as being used in trials
// that use timeline variables), so we can preload all image files with the auto_preload option
var preload = {
type: jsPsychPreload,
auto_preload: true
};
// If render_on_canvas is false, the images will be shown via an <img> rather than <canvas> element.
// In some browsers, the first time the images are shown, the <img> method (render_on_canvas: false) will produce a brief
// blank screen (white flash) between images that are presented consecutively with no post_trial_gap between them.
var trial = {
type: jsPsychImageKeyboardResponse,
stimulus: jsPsych.timelineVariable('stim'),
trial_duration: 300,
choices: "NO_KEYS",
prompt: '<p>Watch the faces.</p>',
stimulus_width: 400,
maintain_aspect_ratio: true,
post_trial_gap: 0,
//render_on_canvas: false
};
var trial_proc = {
timeline: [trial],
timeline_variables: [
{stim: 'img/happy_face_1.jpg'},
{stim: 'img/happy_face_2.jpg'},
{stim: 'img/happy_face_3.jpg'},
{stim: 'img/happy_face_4.jpg'}
],
repetitions: 3
};
var trial_1 = {
type: jsPsychImageKeyboardResponse,
stimulus: 'img/happy_face_1.jpg',
choices: ['y','n'],
prompt: '<p>Have you seen this face before? Press y or n.</p>'
};
var trial_2 = {
type: jsPsychImageKeyboardResponse,
stimulus: 'img/happy_face_2.jpg',
choices: ['y','n'],
trial_duration: 5000,
prompt: '<p>Have you seen this face before? Press y or n. (5s time limit).</p>'
};
var trial_3 = {
type: jsPsychImageKeyboardResponse,
stimulus: 'img/happy_face_3.jpg',
choices: "NO_KEYS",
trial_duration: 2000,
prompt: '<p>No response allowed. 2s wait.</p>'
};
var trial_4 = {
type: jsPsychImageKeyboardResponse,
stimulus: 'img/happy_face_4.jpg',
choices: ['y','n'],
stimulus_width: 400,
maintain_aspect_ratio: false,
prompt: '<p>Have you seen this face before? Press y or n.</p><p>(Stimulus_width set to a smaller value and maintain_aspect_ratio set to false.)</p>'
};
jsPsych.run([preload, trial_proc, trial_1, trial_2, trial_3, trial_4]);
</script>
</html> |
_source/_includes/archive-de.html | creativecommons/website | <!-- Archive Section -->
<section class="archive" id="archive">
<br>
<div class="container">
<!-- START THE FEATURETTE -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-sm-7 col-md-7 col-lg-7">
<h2 class="featurette-heading">CC Resource Archiv
<span class="text-muted">Teilen sich eine Ressource</span></h2>
<p class="lead">Möchten Sie mehr Ressourcen zu sehen, die erklären, CC helfen? Kommen Sie sehen das Archiv und fügen Sie erstellt oder in freier Wildbahn gesehen haben Ressourcen.<br>
</p>
<a href="http://resources.creativecommons.org"><button type="button" class="btn btn-primary">Mer</button></a>
<br>
</div>
<div class="col lg-5 col-md-5 col-sm-5">
<a href="http://resources.creativecommons.org"><img class="featurette-image img-responsive" src="../img/500px_collage.png" alt="Generic placeholder image"></a>
</div>
</div>
</div>
</div>
<br>
<br>
</section>
|
public/index.html | gitoneman/soc-rebuild | <html>
<head>
<meta charset="utf8">
<title>Paper</title>
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../css/function.css">
<link rel="stylesheet" type="text/css" href="../css/index.css">
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="#">Paper</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#me" id="me">Me</a></li>
<li><a href="#playground">Playground</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-user"></span> <span class="J_user_profile"></span><span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="/logout">Logout</a></li>
<li><a href="#user/edit">Modify account</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div id="view">
</div>
<!-- playground -->
<script id="playground" type="text/template">
<div class="container">
<div class="J_play_topics">
</div>
<div class="m-panel">
<span class="glyphicon glyphicon-plus-sign f-cp J_topic_show f-mt10"></span>
<form class="J_topic_add f-hd">
<input class="form-control" rows="3" name="text" placeholder="enter you paper"></input>
<button type="submit" class="btn btn-primary btn-block f-mt10">save</button></form>
</div>
</div>
</script>
<!-- playground end -->
<!-- me view -->
<script id="meView" type="text/template">
<div class="container J_container_me">
<div class="row">
<div class="col-md-8 J_me_posts">
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-body">
<form class="J_post_add" role="form" action="/posts" method="post">
<textarea class="form-control" rows="3" name="text" placeholder="enter you paper"></textarea>
<button type="submit" class="btn btn-primary btn-block f-mt10">save</button>
</form>
</div>
</div>
<h4>my friends</h4>
<hr>
<div class="list-group">
<a href="#" class="list-group-item">
<span class="glyphicon glyphicon-user"></span>
<span class="badge">14</span>
default
</a>
</div>
</div>
</div>
</div>
</script>
<!-- me view end -->
<!-- friend view -->
<script id="friends" type="text/template">
<a href="#" class="list-group-item">
<span class="glyphicon glyphicon-user"></span>
<span class="badge">14</span>
<%= friend %>
</a>
</script>
<!-- friend view end -->
<!-- post view -->
<script id="post" type="text/template">
<div class="panel panel-default">
<div class="panel-body">
<p class="J_post_delete text-right"><span class="glyphicon glyphicon-remove-circle f-cp"></span></p>
<div>
<%= text %>
</div>
<p class="text-right f-mt10">
----<span><%= name %></span>
</p>
</div>
</div>
</script>
<!-- post view end -->
<!-- topic view -->
<script id="topic" type="text/template">
<a href="#topic/<%= id %>" class="f-db">
<%= text %>
</a>
--by:<a href="javascript://"><%= author %></a>
</script>
<!-- topic view end -->
<!-- edit account view -->
<div class="J_user_edit" style="position:absolute;top: 60px;background:#fff;height: 420px;display:none;width:100%;">
<div class="container " >
<ul class="nav nav-tabs nav-justified" role="tablist">
<li class="active"><a href="#accout" role="tab" data-toggle="tab">accout</a></li>
<li ><a href="#example2" role="tab" data-toggle="tab">example2</a></li>
<li ><a href="#example3" role="tab" data-toggle="tab">example3</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="accout">
<div class="row f-mt40">
<form role="form" action="/login" method="post">
<div class="col-md-6 col-md-offset-3">
<div class="form-group">
<input type="password" class="form-control" id="password" name="password" placeholder="Enter password">
</div>
</div>
<div class="col-md-3">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
</div>
</div>
<div class="tab-pane" id="example2">example2</div>
<div class="tab-pane" id="example3">example3</div>
</div>
</div>
</div>
<!-- edit account view end -->
<script type="text/javascript" src="../js/lib/jquery.min.js"></script>
<script type="text/javascript" src="../js/lib/bootstrap.min.js"></script>
<script type="text/javascript" data-main="js/paper" src="../js/lib/require.js"></script>
</body>
</html> |
docs/package-Phery.html | easyclickch/phery | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Package Phery | Phery</title>
<script type="text/javascript" src="resources/combined.js?3397280697"></script>
<script type="text/javascript" src="elementlist.js?4189810165"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', "UA-10569443-14"]);
_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>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Packages</h3>
<ul>
<li class="active"><a href="package-Phery.html">Phery</a>
</li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Phery.html">Phery</a></li>
<li><a href="class-PheryFunction.html">PheryFunction</a></li>
<li><a href="class-PheryResponse.html">PheryResponse</a></li>
</ul>
<h3>Exceptions</h3>
<ul>
<li><a href="class-PheryException.html">PheryException</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 class="active">
<span>Package</span> </li>
<li>
<span>Class</span> </li>
</ul>
<ul>
</ul>
<ul>
</ul>
</div>
<div id="content" class="package">
<h1>Package Phery</h1>
<table class="summary" id="classes">
<caption>Classes summary</caption>
<tr>
<td class="name"><a href="class-Phery.html">Phery</a></td>
<td>Main class for Phery.js
<!-- by Texy2! --></td>
</tr>
<tr>
<td class="name"><a href="class-PheryFunction.html">PheryFunction</a></td>
<td>Create an anonymous function for use on Javascript callbacks</td>
</tr>
<tr>
<td class="name"><a href="class-PheryResponse.html">PheryResponse</a></td>
<td>Standard response for the json parser</td>
</tr>
</table>
<table class="summary" id="exceptions">
<caption>Exceptions summary</caption>
<tr>
<td class="name"><a href="class-PheryException.html">PheryException</a></td>
<td>Exception class for Phery specific exceptions</td>
</tr>
</table>
</div>
<div id="footer">
Phery API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
|
css/score.css | shaunmcgeever/shaunmcgeever.github.io | html, body{
height: 100%;
}
#reset {
position: fixed;
display: inline-block;
text-align: center;
background-color: black;
color: white;
font-size: 20px;
width: 100%;
padding: 7.5px 0px;
z-index: 100;
}
#left {
height: 100%;
width: 50%;
background-color: blue;
position: fixed;
display: inline-block;
float: left;
z-index: 1;
}
#right {
height: 100%;
width: 50%;
background-color: red;
position: fixed;
left: 50%;
display: inline-block;
float: right;
z-index: 1;
}
#left_score {
font-size: 15em;
color: white;
position: fixed;
display: inline-block;
left: 15%;
top: 33%;
}
#left_subtract {
background-color: black;
color: white;
font-size: 25px;
position: fixed;
bottom: 0;
padding: 10px;
z-index: 100;
border-radius: 8px;
}
#right_score {
font-size: 15em;
color: white;
position: fixed;
display: inline-block;
right: 15%;
top: 33%;
}
#right_subtract {
background-color: black;
color: white;
font-size: 25px;
position: fixed;
bottom: 0;
right: 0;
padding: 10px;
z-index: 100;
border-radius: 8px;
}
@media (max-width: 950px){
#left_score, #right_score{
font-size: 14em;
}
}
@media (max-width: 800px){
#left_score, #right_score{
font-size: 9em;
}
}
@media (max-width: 640px){
#left_score, #right_score{
font-size: 7em;
}
#left_score {
left:8.5%;
}
#right_score {
right:8.5%;
}
}
@media (max-width: 100px){
#left_score, #right_score{
font-size: 3em;
}
}
@media (max-height: 250px){
#left_score, #right_score{
font-size: 2.5em;
}
}
|
QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/qlinef.html | stephaneAG/PengPod700 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qline.cpp -->
<title>Qt 4.8: QLineF Class Reference</title>
<link rel="stylesheet" type="text/css" href="style/style.css" />
<script src="scripts/jquery.js" type="text/javascript"></script>
<script src="scripts/functions.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="style/superfish.css" />
<link rel="stylesheet" type="text/css" href="style/narrow.css" />
<!--[if IE]>
<meta name="MSSmartTagsPreventParsing" content="true">
<meta http-equiv="imagetoolbar" content="no">
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="style/style_ie6.css">
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="style/style_ie7.css">
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="style/style_ie8.css">
<![endif]-->
<script src="scripts/superfish.js" type="text/javascript"></script>
<script src="scripts/narrow.js" type="text/javascript"></script>
</head>
<body class="" onload="CheckEmptyAndLoadList();">
<div class="header" id="qtdocheader">
<div class="content">
<div id="nav-logo">
<a href="index.html">Home</a></div>
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
<div id="narrowsearch"></div>
<div id="nav-topright">
<ul>
<li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li>
<li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li>
<li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/">
DOC</a></li>
<li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li>
</ul>
</div>
<div id="shortCut">
<ul>
<li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li>
<li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li>
</ul>
</div>
<ul class="sf-menu" id="narrowmenu">
<li><a href="#">API Lookup</a>
<ul>
<li><a href="classes.html">Class index</a></li>
<li><a href="functions.html">Function index</a></li>
<li><a href="modules.html">Modules</a></li>
<li><a href="namespaces.html">Namespaces</a></li>
<li><a href="qtglobal.html">Global Declarations</a></li>
<li><a href="qdeclarativeelements.html">QML elements</a></li>
</ul>
</li>
<li><a href="#">Qt Topics</a>
<ul>
<li><a href="qt-basic-concepts.html">Programming with Qt</a></li>
<li><a href="qtquick.html">Device UIs & Qt Quick</a></li>
<li><a href="qt-gui-concepts.html">UI Design with Qt</a></li>
<li><a href="supported-platforms.html">Supported Platforms</a></li>
<li><a href="technology-apis.html">Qt and Key Technologies</a></li>
<li><a href="best-practices.html">How-To's and Best Practices</a></li>
</ul>
</li>
<li><a href="#">Examples</a>
<ul>
<li><a href="all-examples.html">Examples</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="demos.html">Demos</a></li>
<li><a href="qdeclarativeexamples.html">QML Examples</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="wrapper">
<div class="hd">
<span></span>
</div>
<div class="bd group">
<div class="sidebar">
<div class="searchlabel">
Search index:</div>
<div class="search" id="sidebarsearch">
<form id="qtdocsearch" action="" onsubmit="return false;">
<fieldset>
<input type="text" name="searchstring" id="pageType" value="" />
<div id="resultdialog">
<a href="#" id="resultclose">Close</a>
<p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p>
<p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span> results:</p>
<ul id="resultlist" class="all">
</ul>
</div>
</fieldset>
</form>
</div>
<div class="box first bottombar" id="lookup">
<h2 title="API Lookup"><span></span>
API Lookup</h2>
<div id="list001" class="list">
<ul id="ul001" >
<li class="defaultLink"><a href="classes.html">Class index</a></li>
<li class="defaultLink"><a href="functions.html">Function index</a></li>
<li class="defaultLink"><a href="modules.html">Modules</a></li>
<li class="defaultLink"><a href="namespaces.html">Namespaces</a></li>
<li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li>
<li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li>
</ul>
</div>
</div>
<div class="box bottombar" id="topics">
<h2 title="Qt Topics"><span></span>
Qt Topics</h2>
<div id="list002" class="list">
<ul id="ul002" >
<li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li>
<li class="defaultLink"><a href="qtquick.html">Device UIs & Qt Quick</a></li>
<li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li>
<li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li>
<li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li>
<li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li>
</ul>
</div>
</div>
<div class="box" id="examples">
<h2 title="Examples"><span></span>
Examples</h2>
<div id="list003" class="list">
<ul id="ul003">
<li class="defaultLink"><a href="all-examples.html">Examples</a></li>
<li class="defaultLink"><a href="tutorials.html">Tutorials</a></li>
<li class="defaultLink"><a href="demos.html">Demos</a></li>
<li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li>
</ul>
</div>
</div>
</div>
<div class="wrap">
<div class="toolbar">
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
<li><a href="modules.html">Modules</a></li>
<li><a href="qtcore.html">QtCore</a></li>
<li>QLineF</li>
</ul>
</div>
<div class="toolbuttons toolblock">
<ul>
<li id="smallA" class="t_button">A</li>
<li id="medA" class="t_button active">A</li>
<li id="bigA" class="t_button">A</li>
<li id="print" class="t_button"><a href="javascript:this.print();">
<span>Print</span></a></li>
</ul>
</div>
</div>
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-types">Public Types</a></li>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#static-public-members">Static Public Members</a></li>
<li class="level1"><a href="#related-non-members">Related Non-Members</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<h1 class="title">QLineF Class Reference</h1>
<!-- $$$QLineF-brief -->
<p>The QLineF class provides a two-dimensional vector using floating point precision. <a href="#details">More...</a></p>
<!-- @@@QLineF -->
<pre class="cpp"> <span class="preprocessor">#include <QLineF></span></pre><ul>
<li><a href="qlinef-members.html">List of all members, including inherited members</a></li>
<li><a href="qlinef-obsolete.html">Obsolete members</a></li>
</ul>
<a name="public-types"></a>
<h2>Public Types</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> enum </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#IntersectType-enum">IntersectType</a></b> { NoIntersection, UnboundedIntersection, BoundedIntersection }</td></tr>
</table>
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#QLineF">QLineF</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#QLineF-2">QLineF</a></b> ( const QPointF & <i>p1</i>, const QPointF & <i>p2</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#QLineF-3">QLineF</a></b> ( qreal <i>x1</i>, qreal <i>y1</i>, qreal <i>x2</i>, qreal <i>y2</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#QLineF-4">QLineF</a></b> ( const QLine & <i>line</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QPointF </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#p1">p1</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QPointF </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#p2">p2</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#x1">x1</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#x2">x2</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#y1">y1</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#y2">y2</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#angle">angle</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#angleTo">angleTo</a></b> ( const QLineF & <i>line</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#dx">dx</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#dy">dy</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> IntersectType </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#intersect">intersect</a></b> ( const QLineF & <i>line</i>, QPointF * <i>intersectionPoint</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#isNull">isNull</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#length">length</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QLineF </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#normalVector">normalVector</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QPointF </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#pointAt">pointAt</a></b> ( qreal <i>t</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#setP1">setP1</a></b> ( const QPointF & <i>p1</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#setP2">setP2</a></b> ( const QPointF & <i>p2</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#setAngle">setAngle</a></b> ( qreal <i>angle</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#setLength">setLength</a></b> ( qreal <i>length</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#setLine">setLine</a></b> ( qreal <i>x1</i>, qreal <i>y1</i>, qreal <i>x2</i>, qreal <i>y2</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#setPoints">setPoints</a></b> ( const QPointF & <i>p1</i>, const QPointF & <i>p2</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QLine </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#toLine">toLine</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#translate">translate</a></b> ( const QPointF & <i>offset</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#translate-2">translate</a></b> ( qreal <i>dx</i>, qreal <i>dy</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QLineF </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#translated">translated</a></b> ( const QPointF & <i>offset</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QLineF </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#translated-2">translated</a></b> ( qreal <i>dx</i>, qreal <i>dy</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QLineF </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#unitVector">unitVector</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#operator-not-eq">operator!=</a></b> ( const QLineF & <i>line</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#operator-eq-eq">operator==</a></b> ( const QLineF & <i>line</i> ) const</td></tr>
</table>
<a name="static-public-members"></a>
<h2>Static Public Members</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QLineF </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#fromPolar">fromPolar</a></b> ( qreal <i>length</i>, qreal <i>angle</i> )</td></tr>
</table>
<a name="related-non-members"></a>
<h2>Related Non-Members</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QDataStream & </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#operator-lt-lt-51">operator<<</a></b> ( QDataStream & <i>stream</i>, const QLineF & <i>line</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QDataStream & </td><td class="memItemRight bottomAlign"><b><a href="qlinef.html#operator-gt-gt-33">operator>></a></b> ( QDataStream & <i>stream</i>, QLineF & <i>line</i> )</td></tr>
</table>
<a name="details"></a>
<!-- $$$QLineF-description -->
<div class="descr">
<h2>Detailed Description</h2>
<p>The QLineF class provides a two-dimensional vector using floating point precision.</p>
<p>A QLineF describes a finite length line (or line segment) on a two-dimensional surface. QLineF defines the start and end points of the line using floating point accuracy for coordinates. Use the <a href="qlinef.html#toLine">toLine</a>() function to retrieve an integer based copy of this line.</p>
<table class="generic">
<tr valign="top" class="odd"><td ><img src="images/qline-point.png" alt="" /></td><td ><img src="images/qline-coordinates.png" alt="" /></td></tr>
</table>
<p>The positions of the line's start and end points can be retrieved using the <a href="qlinef.html#p1">p1</a>(), <a href="qlinef.html#x1">x1</a>(), <a href="qlinef.html#y1">y1</a>(), <a href="qlinef.html#p2">p2</a>(), <a href="qlinef.html#x2">x2</a>(), and <a href="qlinef.html#y2">y2</a>() functions. The <a href="qlinef.html#dx">dx</a>() and <a href="qlinef.html#dy">dy</a>() functions return the horizontal and vertical components of the line, respectively.</p>
<p>The line's length can be retrieved using the <a href="qlinef.html#length">length</a>() function, and altered using the <a href="qlinef.html#setLength">setLength</a>() function. Similarly, <a href="qlinef.html#angle">angle</a>() and <a href="qlinef.html#setAngle">setAngle</a>() are respectively used for retrieving and altering the angle of the line. Use the <a href="qlinef.html#isNull">isNull</a>() function to determine whether the QLineF represents a valid line or a null line.</p>
<p>The <a href="qlinef.html#intersect">intersect</a>() function determines the <a href="qlinef.html#IntersectType-enum">IntersectType</a> for this line and a given line, while the <a href="qlinef.html#angle">angle</a>() function returns the angle between the lines. In addition, the <a href="qlinef.html#unitVector">unitVector</a>() function returns a line that has the same starting point as this line, but with a length of only 1, while the <a href="qlinef.html#normalVector">normalVector</a>() function returns a line that is perpendicular to this line with the same starting point and length.</p>
<p>Finally, the line can be translated a given offset using the <a href="qlinef.html#translate">translate</a>() function, and can be traversed using the <a href="qlinef.html#pointAt">pointAt</a>() function.</p>
</div>
<p><b>See also </b><a href="qline.html">QLine</a>, <a href="qpolygonf.html">QPolygonF</a>, and <a href="qrectf.html">QRectF</a>.</p>
<!-- @@@QLineF -->
<div class="types">
<h2>Member Type Documentation</h2>
<!-- $$$IntersectType$$$NoIntersection$$$BoundedIntersection$$$UnboundedIntersection -->
<h3 class="fn"><a name="IntersectType-enum"></a>enum QLineF::<span class="name">IntersectType</span></h3>
<p>Describes the intersection between two lines.</p>
<table class="generic">
<tr valign="top" class="odd"><td ><img src="images/qlinef-unbounded.png" alt="" /></td><td ><img src="images/qlinef-bounded.png" alt="" /></td></tr>
<tr valign="top" class="even"><td >QLineF::UnboundedIntersection</td><td >QLineF::BoundedIntersection</td></tr>
</table>
<table class="valuelist"><tr valign="top" class="odd"><th class="tblConst">Constant</th><th class="tblval">Value</th><th class="tbldscr">Description</th></tr>
<tr><td class="topAlign"><tt>QLineF::NoIntersection</tt></td><td class="topAlign"><tt>0</tt></td><td class="topAlign">Indicates that the lines do not intersect; i.e. they are parallel.</td></tr>
<tr><td class="topAlign"><tt>QLineF::UnboundedIntersection</tt></td><td class="topAlign"><tt>2</tt></td><td class="topAlign">The two lines intersect, but not within the range defined by their lengths. This will be the case if the lines are not parallel.</td></tr>
</table>
<p><a href="qlinef.html#intersect">intersect</a>() will also return this value if the intersect point is within the start and end point of only one of the lines.</p>
<table class="valuelist"><tr valign="top" class="even"><th class="tblConst">Constant</th><th class="tblval">Value</th><th class="tbldscr">Description</th></tr>
<tr><td class="topAlign"><tt>QLineF::BoundedIntersection</tt></td><td class="topAlign"><tt>1</tt></td><td class="topAlign">The two lines intersect with each other within the start and end points of each line.</td></tr>
</table>
<p><b>See also </b><a href="qlinef.html#intersect">intersect</a>().</p>
<!-- @@@IntersectType -->
</div>
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QLineF[overload1]$$$QLineF -->
<h3 class="fn"><a name="QLineF"></a>QLineF::<span class="name">QLineF</span> ()</h3>
<p>Constructs a null line.</p>
<!-- @@@QLineF -->
<!-- $$$QLineF$$$QLineFconstQPointF&constQPointF& -->
<h3 class="fn"><a name="QLineF-2"></a>QLineF::<span class="name">QLineF</span> ( const <span class="type"><a href="qpointf.html">QPointF</a></span> & <i>p1</i>, const <span class="type"><a href="qpointf.html">QPointF</a></span> & <i>p2</i> )</h3>
<p>Constructs a line object that represents the line between <i>p1</i> and <i>p2</i>.</p>
<!-- @@@QLineF -->
<!-- $$$QLineF$$$QLineFqrealqrealqrealqreal -->
<h3 class="fn"><a name="QLineF-3"></a>QLineF::<span class="name">QLineF</span> ( <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>x1</i>, <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>y1</i>, <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>x2</i>, <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>y2</i> )</h3>
<p>Constructs a line object that represents the line between (<i>x1</i>, <i>y1</i>) and (<i>x2</i>, <i>y2</i>).</p>
<!-- @@@QLineF -->
<!-- $$$QLineF$$$QLineFconstQLine& -->
<h3 class="fn"><a name="QLineF-4"></a>QLineF::<span class="name">QLineF</span> ( const <span class="type"><a href="qline.html">QLine</a></span> & <i>line</i> )</h3>
<p>Construct a <a href="qlinef.html">QLineF</a> object from the given integer-based <i>line</i>.</p>
<p><b>See also </b><a href="qlinef.html#toLine">toLine</a>().</p>
<!-- @@@QLineF -->
<!-- $$$p1[overload1]$$$p1 -->
<h3 class="fn"><a name="p1"></a><span class="type"><a href="qpointf.html">QPointF</a></span> QLineF::<span class="name">p1</span> () const</h3>
<p>Returns the line's start point.</p>
<p><b>See also </b><a href="qlinef.html#setP1">setP1</a>(), <a href="qlinef.html#x1">x1</a>(), <a href="qlinef.html#y1">y1</a>(), and <a href="qlinef.html#p2">p2</a>().</p>
<!-- @@@p1 -->
<!-- $$$p2[overload1]$$$p2 -->
<h3 class="fn"><a name="p2"></a><span class="type"><a href="qpointf.html">QPointF</a></span> QLineF::<span class="name">p2</span> () const</h3>
<p>Returns the line's end point.</p>
<p><b>See also </b><a href="qlinef.html#setP2">setP2</a>(), <a href="qlinef.html#x2">x2</a>(), <a href="qlinef.html#y2">y2</a>(), and <a href="qlinef.html#p1">p1</a>().</p>
<!-- @@@p2 -->
<!-- $$$x1[overload1]$$$x1 -->
<h3 class="fn"><a name="x1"></a><span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> QLineF::<span class="name">x1</span> () const</h3>
<p>Returns the x-coordinate of the line's start point.</p>
<p><b>See also </b><a href="qlinef.html#p1">p1</a>().</p>
<!-- @@@x1 -->
<!-- $$$x2[overload1]$$$x2 -->
<h3 class="fn"><a name="x2"></a><span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> QLineF::<span class="name">x2</span> () const</h3>
<p>Returns the x-coordinate of the line's end point.</p>
<p><b>See also </b><a href="qlinef.html#p2">p2</a>().</p>
<!-- @@@x2 -->
<!-- $$$y1[overload1]$$$y1 -->
<h3 class="fn"><a name="y1"></a><span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> QLineF::<span class="name">y1</span> () const</h3>
<p>Returns the y-coordinate of the line's start point.</p>
<p><b>See also </b><a href="qlinef.html#p1">p1</a>().</p>
<!-- @@@y1 -->
<!-- $$$y2[overload1]$$$y2 -->
<h3 class="fn"><a name="y2"></a><span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> QLineF::<span class="name">y2</span> () const</h3>
<p>Returns the y-coordinate of the line's end point.</p>
<p><b>See also </b><a href="qlinef.html#p2">p2</a>().</p>
<!-- @@@y2 -->
<!-- $$$angle[overload1]$$$angle -->
<h3 class="fn"><a name="angle"></a><span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> QLineF::<span class="name">angle</span> () const</h3>
<p>Returns the angle of the line in degrees.</p>
<p>The return value will be in the range of values from 0.0 up to but not including 360.0. The angles are measured counter-clockwise from a point on the x-axis to the right of the origin (x > 0).</p>
<p>This function was introduced in Qt 4.4.</p>
<p><b>See also </b><a href="qlinef.html#setAngle">setAngle</a>().</p>
<!-- @@@angle -->
<!-- $$$angleTo[overload1]$$$angleToconstQLineF& -->
<h3 class="fn"><a name="angleTo"></a><span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> QLineF::<span class="name">angleTo</span> ( const <span class="type">QLineF</span> & <i>line</i> ) const</h3>
<p>Returns the angle (in positive degrees) from this line to the given <i>line</i>, taking the direction of the lines into account. If the lines do not intersect within their range, it is the intersection point of the extended lines that serves as origin (see <a href="qlinef.html#IntersectType-enum">QLineF::UnboundedIntersection</a>).</p>
<p>The returned value represents the number of degrees you need to add to this line to make it have the same angle as the given <i>line</i>, going counter-clockwise.</p>
<p>This function was introduced in Qt 4.4.</p>
<p><b>See also </b><a href="qlinef.html#intersect">intersect</a>().</p>
<!-- @@@angleTo -->
<!-- $$$dx[overload1]$$$dx -->
<h3 class="fn"><a name="dx"></a><span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> QLineF::<span class="name">dx</span> () const</h3>
<p>Returns the horizontal component of the line's vector. Return value is positive if <a href="qlinef.html#x2">x2</a>() >= <a href="qlinef.html#x1">x1</a>() and negative if <a href="qlinef.html#x2">x2</a>() < <a href="qlinef.html#x1">x1</a>().</p>
<p><b>See also </b><a href="qlinef.html#dy">dy</a>() and <a href="qlinef.html#pointAt">pointAt</a>().</p>
<!-- @@@dx -->
<!-- $$$dy[overload1]$$$dy -->
<h3 class="fn"><a name="dy"></a><span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> QLineF::<span class="name">dy</span> () const</h3>
<p>Returns the vertical component of the line's vector. Return value is positive if <a href="qlinef.html#y2">y2</a>() >= <a href="qlinef.html#y1">y1</a>() and negative if <a href="qlinef.html#y2">y2</a>() < <a href="qlinef.html#y1">y1</a>().</p>
<p><b>See also </b><a href="qlinef.html#dx">dx</a>() and <a href="qlinef.html#pointAt">pointAt</a>().</p>
<!-- @@@dy -->
<!-- $$$fromPolar[overload1]$$$fromPolarqrealqreal -->
<h3 class="fn"><a name="fromPolar"></a><span class="type">QLineF</span> QLineF::<span class="name">fromPolar</span> ( <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>length</i>, <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>angle</i> )<tt> [static]</tt></h3>
<p>Returns a <a href="qlinef.html">QLineF</a> with the given <i>length</i> and <i>angle</i>.</p>
<p>The first point of the line will be on the origin.</p>
<p>Positive values for the angles mean counter-clockwise while negative values mean the clockwise direction. Zero degrees is at the 3 o'clock position.</p>
<p>This function was introduced in Qt 4.4.</p>
<!-- @@@fromPolar -->
<!-- $$$intersect[overload1]$$$intersectconstQLineF&QPointF* -->
<h3 class="fn"><a name="intersect"></a><span class="type"><a href="qlinef.html#IntersectType-enum">IntersectType</a></span> QLineF::<span class="name">intersect</span> ( const <span class="type">QLineF</span> & <i>line</i>, <span class="type"><a href="qpointf.html">QPointF</a></span> * <i>intersectionPoint</i> ) const</h3>
<p>Returns a value indicating whether or not <i>this</i> line intersects with the given <i>line</i>.</p>
<p>The actual intersection point is extracted to <i>intersectionPoint</i> (if the pointer is valid). If the lines are parallel, the intersection point is undefined.</p>
<!-- @@@intersect -->
<!-- $$$isNull[overload1]$$$isNull -->
<h3 class="fn"><a name="isNull"></a><span class="type">bool</span> QLineF::<span class="name">isNull</span> () const</h3>
<p>Returns true if the line is not set up with valid start and end point; otherwise returns false.</p>
<!-- @@@isNull -->
<!-- $$$length[overload1]$$$length -->
<h3 class="fn"><a name="length"></a><span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> QLineF::<span class="name">length</span> () const</h3>
<p>Returns the length of the line.</p>
<p><b>See also </b><a href="qlinef.html#setLength">setLength</a>().</p>
<!-- @@@length -->
<!-- $$$normalVector[overload1]$$$normalVector -->
<h3 class="fn"><a name="normalVector"></a><span class="type">QLineF</span> QLineF::<span class="name">normalVector</span> () const</h3>
<p>Returns a line that is perpendicular to this line with the same starting point and length.</p>
<p class="centerAlign"><img src="images/qlinef-normalvector.png" alt="" /></p><p><b>See also </b><a href="qlinef.html#unitVector">unitVector</a>().</p>
<!-- @@@normalVector -->
<!-- $$$pointAt[overload1]$$$pointAtqreal -->
<h3 class="fn"><a name="pointAt"></a><span class="type"><a href="qpointf.html">QPointF</a></span> QLineF::<span class="name">pointAt</span> ( <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>t</i> ) const</h3>
<p>Returns the point at the parameterized position specified by <i>t</i>. The function returns the line's start point if t = 0, and its end point if t = 1.</p>
<p><b>See also </b><a href="qlinef.html#dx">dx</a>() and <a href="qlinef.html#dy">dy</a>().</p>
<!-- @@@pointAt -->
<!-- $$$setP1[overload1]$$$setP1constQPointF& -->
<h3 class="fn"><a name="setP1"></a><span class="type">void</span> QLineF::<span class="name">setP1</span> ( const <span class="type"><a href="qpointf.html">QPointF</a></span> & <i>p1</i> )</h3>
<p>Sets the starting point of this line to <i>p1</i>.</p>
<p>This function was introduced in Qt 4.4.</p>
<p><b>See also </b><a href="qlinef.html#setP2">setP2</a>() and <a href="qlinef.html#p1">p1</a>().</p>
<!-- @@@setP1 -->
<!-- $$$setP2[overload1]$$$setP2constQPointF& -->
<h3 class="fn"><a name="setP2"></a><span class="type">void</span> QLineF::<span class="name">setP2</span> ( const <span class="type"><a href="qpointf.html">QPointF</a></span> & <i>p2</i> )</h3>
<p>Sets the end point of this line to <i>p2</i>.</p>
<p>This function was introduced in Qt 4.4.</p>
<p><b>See also </b><a href="qlinef.html#setP1">setP1</a>() and <a href="qlinef.html#p2">p2</a>().</p>
<!-- @@@setP2 -->
<!-- $$$setAngle[overload1]$$$setAngleqreal -->
<h3 class="fn"><a name="setAngle"></a><span class="type">void</span> QLineF::<span class="name">setAngle</span> ( <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>angle</i> )</h3>
<p>Sets the angle of the line to the given <i>angle</i> (in degrees). This will change the position of the second point of the line such that the line has the given angle.</p>
<p>Positive values for the angles mean counter-clockwise while negative values mean the clockwise direction. Zero degrees is at the 3 o'clock position.</p>
<p>This function was introduced in Qt 4.4.</p>
<p><b>See also </b><a href="qlinef.html#angle">angle</a>().</p>
<!-- @@@setAngle -->
<!-- $$$setLength[overload1]$$$setLengthqreal -->
<h3 class="fn"><a name="setLength"></a><span class="type">void</span> QLineF::<span class="name">setLength</span> ( <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>length</i> )</h3>
<p>Sets the length of the line to the given <i>length</i>. <a href="qlinef.html">QLineF</a> will move the end point - <a href="qlinef.html#p2">p2</a>() - of the line to give the line its new length. If the given <i>length</i> is negative the <a href="qlinef.html#angle">angle</a>() is also changed.</p>
<p>If the line is a null line, the length will remain zero regardless of the length specified.</p>
<p><b>See also </b><a href="qlinef.html#length">length</a>() and <a href="qlinef.html#isNull">isNull</a>().</p>
<!-- @@@setLength -->
<!-- $$$setLine[overload1]$$$setLineqrealqrealqrealqreal -->
<h3 class="fn"><a name="setLine"></a><span class="type">void</span> QLineF::<span class="name">setLine</span> ( <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>x1</i>, <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>y1</i>, <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>x2</i>, <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>y2</i> )</h3>
<p>Sets this line to the start in <i>x1</i>, <i>y1</i> and end in <i>x2</i>, <i>y2</i>.</p>
<p>This function was introduced in Qt 4.4.</p>
<p><b>See also </b><a href="qlinef.html#setP1">setP1</a>(), <a href="qlinef.html#setP2">setP2</a>(), <a href="qlinef.html#p1">p1</a>(), and <a href="qlinef.html#p2">p2</a>().</p>
<!-- @@@setLine -->
<!-- $$$setPoints[overload1]$$$setPointsconstQPointF&constQPointF& -->
<h3 class="fn"><a name="setPoints"></a><span class="type">void</span> QLineF::<span class="name">setPoints</span> ( const <span class="type"><a href="qpointf.html">QPointF</a></span> & <i>p1</i>, const <span class="type"><a href="qpointf.html">QPointF</a></span> & <i>p2</i> )</h3>
<p>Sets the start point of this line to <i>p1</i> and the end point of this line to <i>p2</i>.</p>
<p>This function was introduced in Qt 4.4.</p>
<p><b>See also </b><a href="qlinef.html#setP1">setP1</a>(), <a href="qlinef.html#setP2">setP2</a>(), <a href="qlinef.html#p1">p1</a>(), and <a href="qlinef.html#p2">p2</a>().</p>
<!-- @@@setPoints -->
<!-- $$$toLine[overload1]$$$toLine -->
<h3 class="fn"><a name="toLine"></a><span class="type"><a href="qline.html">QLine</a></span> QLineF::<span class="name">toLine</span> () const</h3>
<p>Returns an integer based copy of this line.</p>
<p>Note that the returned line's start and end points are rounded to the nearest integer.</p>
<p><b>See also </b><a href="qlinef.html#QLineF">QLineF</a>().</p>
<!-- @@@toLine -->
<!-- $$$translate[overload1]$$$translateconstQPointF& -->
<h3 class="fn"><a name="translate"></a><span class="type">void</span> QLineF::<span class="name">translate</span> ( const <span class="type"><a href="qpointf.html">QPointF</a></span> & <i>offset</i> )</h3>
<p>Translates this line by the given <i>offset</i>.</p>
<!-- @@@translate -->
<!-- $$$translate$$$translateqrealqreal -->
<h3 class="fn"><a name="translate-2"></a><span class="type">void</span> QLineF::<span class="name">translate</span> ( <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>dx</i>, <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>dy</i> )</h3>
<p>This is an overloaded function.</p>
<p>Translates this line the distance specified by <i>dx</i> and <i>dy</i>.</p>
<!-- @@@translate -->
<!-- $$$translated[overload1]$$$translatedconstQPointF& -->
<h3 class="fn"><a name="translated"></a><span class="type">QLineF</span> QLineF::<span class="name">translated</span> ( const <span class="type"><a href="qpointf.html">QPointF</a></span> & <i>offset</i> ) const</h3>
<p>Returns this line translated by the given <i>offset</i>.</p>
<p>This function was introduced in Qt 4.4.</p>
<!-- @@@translated -->
<!-- $$$translated$$$translatedqrealqreal -->
<h3 class="fn"><a name="translated-2"></a><span class="type">QLineF</span> QLineF::<span class="name">translated</span> ( <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>dx</i>, <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>dy</i> ) const</h3>
<p>This is an overloaded function.</p>
<p>Returns this line translated the distance specified by <i>dx</i> and <i>dy</i>.</p>
<p>This function was introduced in Qt 4.4.</p>
<!-- @@@translated -->
<!-- $$$unitVector[overload1]$$$unitVector -->
<h3 class="fn"><a name="unitVector"></a><span class="type">QLineF</span> QLineF::<span class="name">unitVector</span> () const</h3>
<p>Returns the unit vector for this line, i.e a line starting at the same point as <i>this</i> line with a length of 1.0.</p>
<p><b>See also </b><a href="qlinef.html#normalVector">normalVector</a>().</p>
<!-- @@@unitVector -->
<!-- $$$operator!=[overload1]$$$operator!=constQLineF& -->
<h3 class="fn"><a name="operator-not-eq"></a><span class="type">bool</span> QLineF::<span class="name">operator!=</span> ( const <span class="type">QLineF</span> & <i>line</i> ) const</h3>
<p>Returns true if the given <i>line</i> is not the same as <i>this</i> line.</p>
<p>A line is different from another line if their start or end points differ, or the internal order of the points is different.</p>
<!-- @@@operator!= -->
<!-- $$$operator==[overload1]$$$operator==constQLineF& -->
<h3 class="fn"><a name="operator-eq-eq"></a><span class="type">bool</span> QLineF::<span class="name">operator==</span> ( const <span class="type">QLineF</span> & <i>line</i> ) const</h3>
<p>Returns true if the given <i>line</i> is the same as this line.</p>
<p>A line is identical to another line if the start and end points are identical, and the internal order of the points is the same.</p>
<!-- @@@operator== -->
</div>
<div class="relnonmem">
<h2>Related Non-Members</h2>
<!-- $$$operator<<$$$operator<<QDataStream&constQLineF& -->
<h3 class="fn"><a name="operator-lt-lt-51"></a><span class="type"><a href="qdatastream.html">QDataStream</a></span> & <span class="name">operator<<</span> ( <span class="type"><a href="qdatastream.html">QDataStream</a></span> & <i>stream</i>, const <span class="type">QLineF</span> & <i>line</i> )</h3>
<p>Writes the given <i>line</i> to the given <i>stream</i> and returns a reference to the stream.</p>
<p><b>See also </b><a href="datastreamformat.html">Serializing Qt Data Types</a>.</p>
<!-- @@@operator<< -->
<!-- $$$operator>>$$$operator>>QDataStream&QLineF& -->
<h3 class="fn"><a name="operator-gt-gt-33"></a><span class="type"><a href="qdatastream.html">QDataStream</a></span> & <span class="name">operator>></span> ( <span class="type"><a href="qdatastream.html">QDataStream</a></span> & <i>stream</i>, <span class="type">QLineF</span> & <i>line</i> )</h3>
<p>Reads a line from the given <i>stream</i> into the given <i>line</i> and returns a reference to the stream.</p>
<p><b>See also </b><a href="datastreamformat.html">Serializing Qt Data Types</a>.</p>
<!-- @@@operator>> -->
</div>
</div>
</div>
</div>
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2013 Digia Plc and/or its
subsidiaries. Documentation contributions included herein are the copyrights of
their respective owners.</p>
<br />
<p>
The documentation provided herein is licensed under the terms of the
<a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
License version 1.3</a> as published by the Free Software Foundation.</p>
<p>
Documentation sources may be obtained from <a href="http://www.qt-project.org">
www.qt-project.org</a>.</p>
<br />
<p>
Digia, Qt and their respective logos are trademarks of Digia Plc
in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. <a title="Privacy Policy"
href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p>
</div>
<script src="scripts/functions.js" type="text/javascript"></script>
</body>
</html>
|
web/lib/datatables/extras/ColReorder/fixedheader.html | NajibOX/movies | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.sprymedia.co.uk/media/images/favicon.ico">
<title>ColReorder example</title>
<style type="text/css" title="currentStyle">
@import "../../media/css/demo_page.css";
@import "../../media/css/demo_table.css";
@import "media/css/ColReorder.css";
.FixedHeader_Cloned th { background-color: white; }
</style>
<script type="text/javascript" charset="utf-8" src="../../media/js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../../media/js/jquery.dataTables.js"></script>
<script type="text/javascript" charset="utf-8" src="media/js/ColReorder.js"></script>
<script type="text/javascript" charset="utf-8" src="../FixedHeader/js/FixedHeader.js"></script>
<script type="text/javascript" charset="utf-8">
$(document).ready( function () {
var oTable = $('#example').dataTable( {
"sDom": 'RC<"clear">lfrtip'
} );
new FixedHeader( oTable );
} );
</script>
<!-- Shared on MafiaShare.net --><!-- Shared on MafiaShare.net --></head>
<body id="dt_example">
<div id="container">
<div class="full_width big">
ColReorder example with FixedHeader
</div>
<h1>Preamble</h1>
<p>FixedHeader is a particularly useful plug-in for DataTables, allowing a table header
to float at the top of a scrolling window. ColReorder works well with FixedHeader, allowing
you to reorder columns even using the floating header, as shown in the example below.</p>
<h1>Live example</h1>
<form>
<div id="demo">
<table cellpadding="0" cellspacing="0" border="0" class="display" id="example">
<thead>
<tr>
<th>Rendering engine</th>
<th>Browser</th>
<th>Platform(s)</th>
<th>Engine version</th>
<th>CSS grade</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Rendering engine</th>
<th>Browser</th>
<th>Platform(s)</th>
<th>Engine version</th>
<th>CSS grade</th>
</tr>
</tfoot>
<tbody>
<tr class="odd_gradeX">
<td>Trident</td>
<td>Internet Explorer 4.0</td>
<td>Win 95+ (Entity: &)</td>
<td class="center">4</td>
<td class="center">X</td>
</tr>
<tr class="even_gradeC">
<td>Trident</td>
<td>Internet Explorer 5.0</td>
<td>Win 95+</td>
<td class="center">5</td>
<td class="center">C</td>
</tr>
<tr class="odd_gradeA">
<td>Trident</td>
<td>Internet Explorer 5.5</td>
<td>Win 95+</td>
<td class="center">5.5</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Trident</td>
<td>Internet Explorer 6</td>
<td>Win 98+</td>
<td class="center">6</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Trident</td>
<td>Internet Explorer 7</td>
<td>Win XP SP2+</td>
<td class="center">7</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Trident</td>
<td>AOL browser (AOL desktop)</td>
<td>Win XP</td>
<td class="center">6</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Gecko (UTF-8: $¢€)</td>
<td>Firefox 1.0</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.7</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Gecko</td>
<td>Firefox 1.5</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Gecko</td>
<td>Firefox 2.0</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Gecko</td>
<td>Firefox 3.0</td>
<td>Win 2k+ / OSX.3+</td>
<td class="center">1.9</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Gecko</td>
<td>Camino 1.0</td>
<td>OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Gecko</td>
<td>Camino 1.5</td>
<td>OSX.3+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Gecko</td>
<td>Netscape 7.2</td>
<td>Win 95+ / Mac OS 8.6-9.2</td>
<td class="center">1.7</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Gecko</td>
<td>Netscape Browser 8</td>
<td>Win 98SE+</td>
<td class="center">1.7</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Gecko</td>
<td>Netscape Navigator 9</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Gecko</td>
<td>Mozilla 1.0</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Gecko</td>
<td>Mozilla 1.1</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.1</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Gecko</td>
<td>Mozilla 1.2</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.2</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Gecko</td>
<td>Mozilla 1.3</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.3</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Gecko</td>
<td>Mozilla 1.4</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.4</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Gecko</td>
<td>Mozilla 1.5</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.5</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Gecko</td>
<td>Mozilla 1.6</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.6</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Gecko</td>
<td>Mozilla 1.7</td>
<td>Win 98+ / OSX.1+</td>
<td class="center">1.7</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Gecko</td>
<td>Mozilla 1.8</td>
<td>Win 98+ / OSX.1+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Gecko</td>
<td>Seamonkey 1.1</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Gecko</td>
<td>Epiphany 2.20</td>
<td>Gnome</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Webkit</td>
<td>Safari 1.2</td>
<td>OSX.3</td>
<td class="center">125.5</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Webkit</td>
<td>Safari 1.3</td>
<td>OSX.3</td>
<td class="center">312.8</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Webkit</td>
<td>Safari 2.0</td>
<td>OSX.4+</td>
<td class="center">419.3</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Webkit</td>
<td>Safari 3.0</td>
<td>OSX.4+</td>
<td class="center">522.1</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Webkit</td>
<td>OmniWeb 5.5</td>
<td>OSX.4+</td>
<td class="center">420</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Webkit</td>
<td>iPod Touch / iPhone</td>
<td>iPod</td>
<td class="center">420.1</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Webkit</td>
<td>S60</td>
<td>S60</td>
<td class="center">413</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Presto</td>
<td>Opera 7.0</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Presto</td>
<td>Opera 7.5</td>
<td>Win 95+ / OSX.2+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Presto</td>
<td>Opera 8.0</td>
<td>Win 95+ / OSX.2+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Presto</td>
<td>Opera 8.5</td>
<td>Win 95+ / OSX.2+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Presto</td>
<td>Opera 9.0</td>
<td>Win 95+ / OSX.3+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Presto</td>
<td>Opera 9.2</td>
<td>Win 88+ / OSX.3+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Presto</td>
<td>Opera 9.5</td>
<td>Win 88+ / OSX.3+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Presto</td>
<td>Opera for Wii</td>
<td>Wii</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>Presto</td>
<td>Nokia N800</td>
<td>N800</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeA">
<td>Presto</td>
<td>Nintendo DS browser</td>
<td>Nintendo DS</td>
<td class="center">8.5</td>
<td class="center">C/A<sup>1</sup></td>
</tr>
<tr class="even_gradeC">
<td>KHTML</td>
<td>Konqureror 3.1</td>
<td>KDE 3.1</td>
<td class="center">3.1</td>
<td class="center">C</td>
</tr>
<tr class="odd_gradeA">
<td>KHTML</td>
<td>Konqureror 3.3</td>
<td>KDE 3.3</td>
<td class="center">3.3</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeA">
<td>KHTML</td>
<td>Konqureror 3.5</td>
<td>KDE 3.5</td>
<td class="center">3.5</td>
<td class="center">A</td>
</tr>
<tr class="odd_gradeX">
<td>Tasman</td>
<td>Internet Explorer 4.5</td>
<td>Mac OS 8-9</td>
<td class="center">-</td>
<td class="center">X</td>
</tr>
<tr class="even_gradeC">
<td>Tasman</td>
<td>Internet Explorer 5.1</td>
<td>Mac OS 7.6-9</td>
<td class="center">1</td>
<td class="center">C</td>
</tr>
<tr class="odd_gradeC">
<td>Tasman</td>
<td>Internet Explorer 5.2</td>
<td>Mac OS 8-X</td>
<td class="center">1</td>
<td class="center">C</td>
</tr>
<tr class="even_gradeA">
<td>Misc</td>
<td>NetFront 3.1</td>
<td>Embedded devices</td>
<td class="center">-</td>
<td class="center">C</td>
</tr>
<tr class="odd_gradeA">
<td>Misc</td>
<td>NetFront 3.4</td>
<td>Embedded devices</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="even_gradeX">
<td>Misc</td>
<td>Dillo 0.8</td>
<td>Embedded devices</td>
<td class="center">-</td>
<td class="center">X</td>
</tr>
<tr class="odd_gradeX">
<td>Misc</td>
<td>Links</td>
<td>Text only</td>
<td class="center">-</td>
<td class="center">X</td>
</tr>
<tr class="even_gradeX">
<td>Misc</td>
<td>Lynx</td>
<td>Text only</td>
<td class="center">-</td>
<td class="center">X</td>
</tr>
<tr class="odd_gradeC">
<td>Misc</td>
<td>IE Mobile</td>
<td>Windows Mobile 6</td>
<td class="center">-</td>
<td class="center">C</td>
</tr>
<tr class="even_gradeC">
<td>Misc</td>
<td>PSP browser</td>
<td>PSP</td>
<td class="center">-</td>
<td class="center">C</td>
</tr>
<tr class="odd_gradeU">
<td>Other browsers</td>
<td>All others</td>
<td>-</td>
<td class="center">-</td>
<td class="center">U</td>
</tr>
</tbody>
</table>
</div>
</form>
<div class="spacer"></div>
<h1>Examples</h1>
<ul>
<li><a href="index.html">Basic initialisation</a></li>
<li><a href="alt_insert.html">Styling the insert cursor</a></li>
<li><a href="col_filter.html">Individual column filtering</a></li>
<li><a href="colvis.html">Integration with DataTables' ColVis plug-in</a></li>
<li><a href="fixedcolumns.html">Integration with DataTables' FixedColumns plug-in</a></li>
<li><a href="fixedheader.html">Integration with DataTables' FixedHeader plug-in</a></li>
<li><a href="predefined.html">Using a predefined column order set</a></li>
<li><a href="reset.html">Providing a user control to reset the column order</a></li>
<li><a href="scrolling.html">Column reordering shown with scrolling in DataTables</a></li>
<li><a href="server_side.html">Server-side processing support</a></li>
<li><a href="state_save.html">State saving of the column position</a></li>
<li><a href="theme.html">jQuery UI theme integration</a></li>
</ul>
<h1>Initialisation code</h1>
<pre>$(document).ready( function () {
var oTable = $('#example').dataTable( {
"sDom": 'RC<"clear">lfrtip'
} );
new FixedHeader( oTable );
} );</pre>
<div id="footer" style="text-align:center;">
<span style="font-size:10px;">
ColReorder and DataTables © Allan Jardine 2010
</span>
</div>
</div>
</body>
</html> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.