path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
src/main/resources/webapp/css/light-theme.css | ProgrammingLife2016/PL1-2016 | *::-webkit-input-placeholder {
color: #EEE;
}
*:-moz-placeholder {
color: #f8f8f8;
}
*::-moz-placeholder {
color: #f8f8f8;
}
*:-ms-input-placeholder {
color: #f8f8f8;
}
a {
text-decoration: none;
}
html, body {
font-family: 'Open Sans', serif;
font-weight: 100;
background-color: #32B2B7;
letter-spacing: 1px;
}
#stackpane {
background-color: #32B2B7;
display: block;
position: relative;
margin: 0px;
padding: 0px;
overflow: scroll;
}
#stackpane .pane {
position: absolute;
top: 0;
left: 0;
margin: 0px;
padding: 0px;
overflow: hidden;
}
#d3 {
position: absolute;
padding-top: 3px;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #32B2B7; /*#ECf0f1;*/
opacity: 1;
display: block;
z-index: 1000;
}
#info {
color: #c88;
font-size: 1em;
position: absolute;
z-index: -1;
left: 1em;
top: 1em;
}
/* Navigation Bar */
#nav {
background-color: #54A0AB;
/**background-color: #7baab3;**/
z-index: 10000;
position: fixed;
top: 0;
left: 0;
right: 0;
margin: 0px;
padding: 0px;
}
#nav_wrapper {
width: 1090px;
margin: 0 auto;
text-align: center;
z-index: 1000;
font-size: 20px;
}
#logo {
display: block;
float: left;
margin-top: 3px;
opacity: 0;
}
#logo h1 {
margin: 0px;
padding: 0px;
color: #EEE;
font-size: 30px;
font-weight: 100;
}
#nav ul {
list-style-type: none;
padding: 0;
margin: 0;
position: relative;
min-width: 200px;
z-index: 1000;
cursor: pointer;
}
#nav ul li {
display: inline-block;
text-align: left;
-webkit-transition: background-color 0.3s ease 0s;
-moz-transition: backgound-color 0.3s ease 0s;
-ms-transition: backgound-color 0.3s ease 0s;
transition: background-color 0.3s ease 0s;
}
#nav ul li a, visited {
color: #E5E5E5;
display: block;
padding: 10px 15px;
text-decoration: none;
font-size: 20px;
-webkit-transition: margin 0.3s ease 0s;
-moz-transition: margin 0.3s ease 0s;
-ms-transition: margin 0.3s ease 0s;
transition: margin 0.3s ease 0s;
}
#nav ul ul li a{
padding: 15px;
}
#nav ul ul li:hover {
background-color: #5EB3C2;
}
#nav ul li:hover {
background-color: #5EB3C2;
}
#nav ul li:hover ul {
display: block;
-webkit-transition: display 1s ease 0s;
}
#nav ul ul {
display: none;
position: absolute;
background-color: #5EB3C2;
}
#nav ul ul li:hover {
border-bottom-left-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
#nav ul ul li {
display: block;
}
#nav ul li ul:last-child {
border-bottom-left-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
#nav ul ul li a:hover {
margin-left: 3px;
}
#nav ul ul li a:hover li{
border-bottom-left-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
#status {
background-color: #76b3bb;
opacity: 0;
}
#viewlist, #settings {
opacity: 1;
}
/* End Navigation Bar */
#options {
margin: 0px;
padding: 0px;
display: block;
position: absolute;
left: 0;
right: 0;
height: 350px;
background-color: #32B2B7;
background-image: url("http://i.imgur.com/ffYuFfC.png?1");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center;
}
#options img {
display: none;
width: 100%;
height: auto;
}
#options h1 {
font-weight: 300;
text-align: center;
font-size: 50px;
color: #889DB8;
margin-bottom: 0px;
letter-spacing: 3px;
font-weight: 100;
margin-bottom: 50px;
font-style: normal;
z-index: 1;
}
#options h2 {
margin: 10px;
text-align: center;
font-size: 30px;
color: #EEE;
letter-spacing: 4px;
}
#container {
padding-top: 50px;
display: block;
margin: 0 auto;
width: 1000px;
opacity: 0;
}
#options ul {
display: block;
list-style-type: none;
padding: 0;
position: relative;
min-width: 200px;
width: 1000px;
z-index: 1000;
margin: 10px auto;
}
#options ul li {
display: block;
margin: 0 auto;
width: 25%;
text-align: left;
/**background-color: #889DB8;**/
background-color: rgb(0,0,0, 0.2);
padding: 20px;
margin-top: 1em;
border-radius: 5px !important;
cursor: pointer;
color: #EEE;
font-size: 20px;
-webkit-transition: background-color 300ms ease;
border: 3px solid #889DB8;
color: #889DB8;
}
#options ul li:hover {
background-color: #889DB8; /**98AFCC;**/
color: #ECF0F1;
-webkit-transition: background-color 300ms ease;
-webkit-transition: color 300ms ease;
}
#optionsContainer {
display: block;
margin: 0 auto;
width: 100%;
height: 400px;
background-color: #54A0AB;
}
#options #optionsContainer {
padding: 20px;
display: none;
}
#options #optionsContainer li {
padding: 5px;
background-color: #54A0AB !important;
}
#search {
display: none;
position: absolute;
width: 260px;
/**height: 50px;**/
/**background-color: #54A0AB;**/
background-color: #7baab3;
top: 0px;
right: 0px;
float: right;
bottom: 0px;
z-index: 2000;
padding: 5px 20px 5px 20px;
opacity: 1;
overflow: hidden;
}
#search input {
margin: 0;
letter-spacing: 1px;
font-size: 23px;
border: none;
width: 255px;
padding: 3px 7px;
color: #FFF;
background-color: rgba(255,255,255,0.3);
border-radius: 5px;
margin-left: 0px;
margin-top: 12px;
font-weight: 100;
outline: none;
}
#search #collapseSearch {
display: block;
padding: 5px;
border-radius: 5px;
background-color: rgba(0,0,0, 0.9);
}
#search ul {
list-style-type: none;
padding: 0;
padding-top: 10px;
margin: 0;
position: relative;
min-width: 200px;
color: #ECF0F1;
outline: none;
}
#search ul li {
padding: 3px;
background-color: rgba(255,255,255,0.3);
color: #FFF;
margin-top: 3px;
width: 250px;
font-size: 15px;
cursor: pointer;
}
#search ul li:hover {
background-color: rgba(255,255,255,0.7);
}
#results {
margin-top: 5px;
overflow-y: scroll;
}
#results ul li:first-child {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
#results ul li:last-child {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
/**
Search function for phylotree
**/
#info {
margin: 0;
padding: 0;
display: none;
position: inline;
width: 12.5%;
height: auto;
border-radius: 5px;
background-color: #94AAC7;
color: #ECf0f1;
float: right;
right: 20px;
top: 20px;
padding: 10px 20px;
z-index: 5;
opacity: 0.95;
}
#info>ul>li>img {
height: 20px;
}
#info div {
margin: 0;
padding: 0;
margin-top: 3px;
display: relative;
background-color: #8599B2;
padding: 1px;
border-radius: 5px;
}
#info div p {
margin: 0;
padding: 0;
font-size: 20px;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 2px;
width: 80%;
}
#info ul {
display: inline;
list-style-type: none;
padding: 0;
padding-top: 10px;
margin: 0;
position: relative;
min-width: 200px;
color: #ECF0F1;
outline: none;
}
#info ul li {
padding: 5px;
background-color: #728399;
border-radius: 5px;
margin: 5px 0px;
cursor: pointer;
font-size: 14px;
-webkit-transition: background-color 300ms ease;
}
#info ul li:hover {
background-color: #8AA0BA;
-webkit-transition: background-color 300ms ease;
}
#tree {
top: 0;
left: 0;
margin: 0 !important;
width: 100%;
height: 100%;
background-color: #32B2B7; /*#ECf0f1;*/
display: block;
opacity: 0;
overflow: scroll;
}
#rotation {
display: none;
}
#d3 > svg:nth-child(2) {
vertical-align: bottom;
float: right;
max-width: 49%;
}
#optionsgraph {
display: none;
width: 49%;
height: 350px;
background-color: #54a0ab;
vertical-align: bottom;
float: left;
}
.tabs {
width:100%;
display:inline-block;
}
/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
display:block;
clear:both;
content:'';
}
.tab-links li {
margin:0px 5px;
float:left;
list-style:none;
}
.tab-links a {
padding:9px 15px;
display:inline-block;
border-radius:6px 6px 0px 0px;
background: #54a0ab;
font-size:16px;
font-weight:600;
color:#fff;
transition:all linear 0.15s;
text-decoration: none;
}
.tab-links a:hover {
background:#5eb3c2;
text-decoration:none;
}
li.active a, li.active a:hover {
background:#5eb3c2;
color:#fff;
}
/*----- Content of Tabs -----*/
.tab-content {
height: 80%;
padding:15px;
border-radius:3px;
box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
background:#5eb3c2;
}
.tab {
display:none;
}
.tab.active {
display:block;
}
#optionsgraph > ul {
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
}
.jump {
margin-top: 5px;
background-color: #54a0ab;
border-radius:3px;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
display: block;
}
.jump:hover {
background-color: #5eb3c2;
}
.element {
text-align: center;
width: 50%;
float: left;
height: 100%;
}
.element input[type=number] {
text-align: center;
padding:5px;
border:2px solid #ccc;
-webkit-border-radius: 5px;
border-radius: 5px;
width: 50%;
}
.chosen-container .chosen-results {
max-height:150px !important;
}
.element>span{
margin-top: 20px;
display: block;
color: #fff;
}
.title {
font-size: 120%;
color: #fff;
font-weight: bold;
}
#metadatasearcher > div.chosen-container.chosen-container-multi {
width: 100% !important;
}
.search_item {
color: #fff;
}
.search_item span {
display: block;
}
#tab2>.element {
width: 30%;
height:1px;
}
#selectedTKKs {
color: white;
width: 100%;
height: 200px;
background-color: #5eb3c2;
border-width: 0;
}
body.dragging, body.dragging * {
cursor: move !important; }
.dragged {
position: absolute;
top: 0;
opacity: 0.5;
z-index: 2000; }
ol.vertical {
margin: 0 0 9px 0;
min-height: 10px; }
ol.vertical li {
display: block;
margin: 5px;
padding: 5px;
border: 1px solid #cccccc;
color: #0088cc;
background: #eeeeee; }
ol.vertical li.placeholder {
position: relative;
margin: 0;
padding: 0;
border: none; }
ol.vertical li.placeholder:before {
position: absolute;
content: "";
width: 0;
height: 0;
margin-top: -5px;
left: -5px;
top: -4px;
border: 5px solid transparent;
border-left-color: red;
border-right: none; }
ol {
list-style-type: none; }
ol i.icon-move {
cursor: pointer; }
ol li.highlight {
background: #333333;
color: #999999; }
ol li.highlight i.icon-move {
background-image: url("../img/glyphicons-halflings-white.png"); }
ol.nested_with_switch, ol.nested_with_switch ol {
border: 1px solid #eeeeee; }
ol.nested_with_switch.active, ol.nested_with_switch ol.active {
border: 1px solid #333333; }
ol.nested_with_switch li, ol.simple_with_animation li, ol.serialization li, ol.default li {
cursor: pointer; }
ol.simple_with_animation {
border: 1px solid #999999; }
.switch-container {
display: block;
margin-left: auto;
margin-right: auto;
width: 80px; }
.navbar-sort-container {
height: 200px; }
ol.nav li, ol.nav li a {
cursor: pointer; }
ol.nav .divider-vertical {
cursor: default; }
ol.nav li.dragged {
background-color: #2c2c2c; }
ol.nav li.placeholder {
position: relative; }
ol.nav li.placeholder:before {
content: "";
position: absolute;
width: 0;
height: 0;
border: 5px solid transparent;
border-top-color: red;
top: -6px;
margin-left: -5px;
border-bottom: none; }
ol.nav ol.dropdown-menu li.placeholder:before {
border: 5px solid transparent;
border-left-color: red;
margin-top: -5px;
margin-left: none;
top: 0;
left: 10px;
border-right: none; }
.sorted_table tr {
cursor: pointer; }
.sorted_table tr.placeholder {
display: block;
background: red;
position: relative;
margin: 0;
padding: 0;
border: none; }
.sorted_table tr.placeholder:before {
content: "";
position: absolute;
width: 0;
height: 0;
border: 5px solid transparent;
border-left-color: red;
margin-top: -5px;
left: -5px;
border-right: none; }
.sorted_head th {
cursor: pointer; }
.sorted_head th.placeholder {
display: block;
background: red;
position: relative;
width: 0;
height: 0;
margin: 0;
padding: 0; }
.sorted_head th.placeholder:before {
content: "";
position: absolute;
width: 0;
height: 0;
border: 5px solid transparent;
border-top-color: red;
top: -6px;
margin-left: -5px;
border-bottom: none; }
s > ol > li:nth-child(1)
#tab3 > .element > ol > li {
backgound-color: white;
height: 100%;
width: 50%;
border-radius: 10px;
margin: 5px;
}
/*#tab3 > .element {*/
.btn-toolbar {
margin: 10px !important;
}
#tree_ {
overflow: scroll;
}
.pane {
overflow: scroll;
}
#legend {
display: block;
width: 300px;
height: 155px;
background-color: rgba(123, 170, 179, 0.9);
position: fixed;
top: 70px;
left: 20px;
border-radius: 5px;
margin: 0px;
padding: 7px;
cursor: move;
}
#legend span {
display: inline-block;
margin: 5px 2px;
color: #ECF0F1;
padding: 5px;
cursor: pointer;
width: 96%;
background-color: #728399;
border-radius: 5px;
}
#legend span:hover {
background-color: #7d88bd;
-webkit-transition: background-color 300ms ease;
}
#legend > div {
margin: 0;
padding: 0;
margin-top: 3px;
display: relative;
background-color: rgba(255, 255, 255, 0.3);
padding: 1px;
border-radius: 5px;
}
#legend #color {
display: block;
width: 18px;
height: 18px;
background-color: #F00;
float: right;
position: relative;
top: 3px;
right: 3px;
border-radius: 3px;
}
#legend div p {
margin: 0;
padding: 0;
font-size: 15px;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 4px;
width: 80%;
color: #ECF0F1;
}
#legend ul {
display: inline;
list-style-type: none;
padding: 0;
padding-top: 10px;
margin: 0;
position: relative;
min-width: 200px;
color: #ECF0F1;
outline: none;
}
#legend ul li {
padding: 5px;
background-color: #728399;
border-radius: 5px;
margin: 5px 0px;
cursor: pointer;
font-size: 14px;
-webkit-transition: background-color 100ms ease;
}
#legend ul li:hover {
background-color: #7d88bd;
-webkit-transition: background-color 300ms ease;
}
ol.highlighted {
height: 170px;
overflow-y: auto;
} |
docs/apiref/interfaces/_lib_abstractmessagetransform_.messagetransformconfig.html | coinbase/gdax-tt | <!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>MessageTransformConfig | Coinbase Pro Trading Toolkit API Reference</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">Coinbase Pro Trading Toolkit API Reference</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="../modules/_lib_abstractmessagetransform_.html">"lib/AbstractMessageTransform"</a>
</li>
<li>
<a href="_lib_abstractmessagetransform_.messagetransformconfig.html">MessageTransformConfig</a>
</li>
</ul>
<h1>Interface MessageTransformConfig</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">MessageTransformConfig</span>
<ul class="tsd-hierarchy">
<li>
<a href="_core_exchangeratefilter_.exchangeratefilterconfig.html" class="tsd-signature-type">ExchangeRateFilterConfig</a>
</li>
<li>
<a href="_core_hftfilter_.hftfilterconfig.html" class="tsd-signature-type">HFTFilterConfig</a>
</li>
<li>
<a href="_core_productfilter_.productfilterconfig.html" class="tsd-signature-type">ProductFilterConfig</a>
</li>
</ul>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="_lib_abstractmessagetransform_.messagetransformconfig.html#logger" class="tsd-kind-icon">logger</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="logger" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> logger</h3>
<div class="tsd-signature tsd-kind-icon">logger<span class="tsd-signature-symbol">:</span> <a href="_utils_logger_.logger.html" class="tsd-signature-type">Logger</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/coinbase/coinbase-pro-trading-toolkit/blob/4c083dd/src/lib/AbstractMessageTransform.ts#L20">lib/AbstractMessageTransform.ts:20</a></li>
</ul>
</aside>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
<li class="current tsd-kind-external-module">
<a href="../modules/_lib_abstractmessagetransform_.html">"lib/<wbr>Abstract<wbr>Message<wbr>Transform"</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/_lib_abstractmessagetransform_.abstractmessagetransform.html" class="tsd-kind-icon">Abstract<wbr>Message<wbr>Transform</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-parent-kind-external-module">
<a href="_lib_abstractmessagetransform_.messagetransformconfig.html" class="tsd-kind-icon">Message<wbr>Transform<wbr>Config</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="_lib_abstractmessagetransform_.messagetransformconfig.html#logger" class="tsd-kind-icon">logger</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html> |
doc/com/netflix/astyanax/connectionpool/class-use/HostConnectionPool.html | 0x6e6562/astyanax | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu May 24 11:27:50 PDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface com.netflix.astyanax.connectionpool.HostConnectionPool (astyanax 1.0.3 API)
</TITLE>
<META NAME="date" CONTENT="2012-05-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface com.netflix.astyanax.connectionpool.HostConnectionPool (astyanax 1.0.3 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="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool"><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?com/netflix/astyanax/connectionpool//class-useHostConnectionPool.html" target="_top"><B>FRAMES</B></A>
<A HREF="HostConnectionPool.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 Interface<br>com.netflix.astyanax.connectionpool.HostConnectionPool</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="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.netflix.astyanax.connectionpool"><B>com.netflix.astyanax.connectionpool</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.netflix.astyanax.connectionpool.impl"><B>com.netflix.astyanax.connectionpool.impl</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.netflix.astyanax.shallows"><B>com.netflix.astyanax.shallows</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.netflix.astyanax.thrift"><B>com.netflix.astyanax.thrift</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="com.netflix.astyanax.connectionpool"><!-- --></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="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A> in <A HREF="../../../../../com/netflix/astyanax/connectionpool/package-summary.html">com.netflix.astyanax.connectionpool</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="../../../../../com/netflix/astyanax/connectionpool/package-summary.html">com.netflix.astyanax.connectionpool</A> that return <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/Connection.html" title="type parameter in Connection">CL</A>></CODE></FONT></TD>
<TD><CODE><B>Connection.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/Connection.html#getHostConnectionPool()">getHostConnectionPool</A></B>()</CODE>
<BR>
Get the parent host connection pool.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/ConnectionPool.html" title="type parameter in ConnectionPool">CL</A>></CODE></FONT></TD>
<TD><CODE><B>ConnectionPool.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/ConnectionPool.html#getHostPool(com.netflix.astyanax.connectionpool.Host)">getHostPool</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/Host.html" title="class in com.netflix.astyanax.connectionpool">Host</A> host)</CODE>
<BR>
Return an immutable connection pool for this host</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><?></CODE></FONT></TD>
<TD><CODE><B>HostStats.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/HostStats.html#getPool()">getPool</A></B>()</CODE>
<BR>
</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="../../../../../com/netflix/astyanax/connectionpool/package-summary.html">com.netflix.astyanax.connectionpool</A> that return types with arguments of type <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/ConnectionPool.html" title="type parameter in ConnectionPool">CL</A>>></CODE></FONT></TD>
<TD><CODE><B>ConnectionPool.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/ConnectionPool.html#getActivePools()">getActivePools</A></B>()</CODE>
<BR>
Return list of active hosts on which connections can be created</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><CL> <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><CL>></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>LatencyScoreStrategy.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/LatencyScoreStrategy.html#sortAndfilterPartition(java.util.List, java.util.concurrent.atomic.AtomicBoolean)">sortAndfilterPartition</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><CL>> pools,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is-external=true" title="class or interface in java.util.concurrent.atomic">AtomicBoolean</A> prioritized)</CODE>
<BR>
Sorts and filters a list of hosts by looking at their up state and score.</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="../../../../../com/netflix/astyanax/connectionpool/package-summary.html">com.netflix.astyanax.connectionpool</A> with parameters of type <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../com/netflix/astyanax/connectionpool/Connection.html" title="interface in com.netflix.astyanax.connectionpool">Connection</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/ConnectionFactory.html" title="type parameter in ConnectionFactory">CL</A>></CODE></FONT></TD>
<TD><CODE><B>ConnectionFactory.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/ConnectionFactory.html#createConnection(com.netflix.astyanax.connectionpool.HostConnectionPool)">createConnection</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/ConnectionFactory.html" title="type parameter in ConnectionFactory">CL</A>> pool)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ConnectionPoolMonitor.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/ConnectionPoolMonitor.html#onHostAdded(com.netflix.astyanax.connectionpool.Host, com.netflix.astyanax.connectionpool.HostConnectionPool)">onHostAdded</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/Host.html" title="class in com.netflix.astyanax.connectionpool">Host</A> host,
<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><?> pool)</CODE>
<BR>
A host was added and given the associated pool.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ConnectionPoolMonitor.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/ConnectionPoolMonitor.html#onHostReactivated(com.netflix.astyanax.connectionpool.Host, com.netflix.astyanax.connectionpool.HostConnectionPool)">onHostReactivated</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/Host.html" title="class in com.netflix.astyanax.connectionpool">Host</A> host,
<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><?> pool)</CODE>
<BR>
A host was reactivated after being marked down</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>HostStats.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/HostStats.html#setPool(com.netflix.astyanax.connectionpool.HostConnectionPool)">setPool</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><?> pool)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../com/netflix/astyanax/connectionpool/package-summary.html">com.netflix.astyanax.connectionpool</A> with type arguments of type <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><CL> <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><CL>></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>LatencyScoreStrategy.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/LatencyScoreStrategy.html#sortAndfilterPartition(java.util.List, java.util.concurrent.atomic.AtomicBoolean)">sortAndfilterPartition</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><CL>> pools,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is-external=true" title="class or interface in java.util.concurrent.atomic">AtomicBoolean</A> prioritized)</CODE>
<BR>
Sorts and filters a list of hosts by looking at their up state and score.</TD>
</TR>
</TABLE>
<P>
<A NAME="com.netflix.astyanax.connectionpool.impl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A> in <A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/package-summary.html">com.netflix.astyanax.connectionpool.impl</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">Classes in <A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/package-summary.html">com.netflix.astyanax.connectionpool.impl</A> that implement <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/SimpleHostConnectionPool.html" title="class in com.netflix.astyanax.connectionpool.impl">SimpleHostConnectionPool<CL></A></B></CODE>
<BR>
Pool of connections for a single host.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/package-summary.html">com.netflix.astyanax.connectionpool.impl</A> declared as <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/RoundRobinExecuteWithFailover.html" title="type parameter in RoundRobinExecuteWithFailover">CL</A>></CODE></FONT></TD>
<TD><CODE><B>RoundRobinExecuteWithFailover.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/RoundRobinExecuteWithFailover.html#pool">pool</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/package-summary.html">com.netflix.astyanax.connectionpool.impl</A> with type parameters of type <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected org.cliffc.high_scale_lib.NonBlockingHashMap<<A HREF="../../../../../com/netflix/astyanax/connectionpool/Host.html" title="class in com.netflix.astyanax.connectionpool">Host</A>,<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/AbstractHostPartitionConnectionPool.html" title="type parameter in AbstractHostPartitionConnectionPool">CL</A>>></CODE></FONT></TD>
<TD><CODE><B>AbstractHostPartitionConnectionPool.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/AbstractHostPartitionConnectionPool.html#hosts">hosts</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/RoundRobinExecuteWithFailover.html" title="type parameter in RoundRobinExecuteWithFailover">CL</A>>></CODE></FONT></TD>
<TD><CODE><B>RoundRobinExecuteWithFailover.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/RoundRobinExecuteWithFailover.html#pools">pools</A></B></CODE>
<BR>
</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="../../../../../com/netflix/astyanax/connectionpool/impl/package-summary.html">com.netflix.astyanax.connectionpool.impl</A> that return <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/RoundRobinExecuteWithFailover.html" title="type parameter in RoundRobinExecuteWithFailover">CL</A>></CODE></FONT></TD>
<TD><CODE><B>RoundRobinExecuteWithFailover.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/RoundRobinExecuteWithFailover.html#getCurrentHostConnectionPool()">getCurrentHostConnectionPool</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>abstract <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/AbstractExecuteWithFailoverImpl.html" title="type parameter in AbstractExecuteWithFailoverImpl">CL</A>></CODE></FONT></TD>
<TD><CODE><B>AbstractExecuteWithFailoverImpl.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/AbstractExecuteWithFailoverImpl.html#getCurrentHostConnectionPool()">getCurrentHostConnectionPool</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/AbstractHostPartitionConnectionPool.html" title="type parameter in AbstractHostPartitionConnectionPool">CL</A>></CODE></FONT></TD>
<TD><CODE><B>AbstractHostPartitionConnectionPool.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/AbstractHostPartitionConnectionPool.html#getHostPool(com.netflix.astyanax.connectionpool.Host)">getHostPool</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/Host.html" title="class in com.netflix.astyanax.connectionpool">Host</A> host)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/AbstractHostPartitionConnectionPool.html" title="type parameter in AbstractHostPartitionConnectionPool">CL</A>></CODE></FONT></TD>
<TD><CODE><B>AbstractHostPartitionConnectionPool.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/AbstractHostPartitionConnectionPool.html#newHostConnectionPool(com.netflix.astyanax.connectionpool.Host, com.netflix.astyanax.connectionpool.ConnectionFactory, com.netflix.astyanax.connectionpool.ConnectionPoolConfiguration)">newHostConnectionPool</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/Host.html" title="class in com.netflix.astyanax.connectionpool">Host</A> host,
<A HREF="../../../../../com/netflix/astyanax/connectionpool/ConnectionFactory.html" title="interface in com.netflix.astyanax.connectionpool">ConnectionFactory</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/AbstractHostPartitionConnectionPool.html" title="type parameter in AbstractHostPartitionConnectionPool">CL</A>> factory,
<A HREF="../../../../../com/netflix/astyanax/connectionpool/ConnectionPoolConfiguration.html" title="interface in com.netflix.astyanax.connectionpool">ConnectionPoolConfiguration</A> config)</CODE>
<BR>
</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="../../../../../com/netflix/astyanax/connectionpool/impl/package-summary.html">com.netflix.astyanax.connectionpool.impl</A> that return types with arguments of type <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/AbstractHostPartitionConnectionPool.html" title="type parameter in AbstractHostPartitionConnectionPool">CL</A>>></CODE></FONT></TD>
<TD><CODE><B>AbstractHostPartitionConnectionPool.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/AbstractHostPartitionConnectionPool.html#getActivePools()">getActivePools</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/HostConnectionPoolPartition.html" title="type parameter in HostConnectionPoolPartition">CL</A>>></CODE></FONT></TD>
<TD><CODE><B>HostConnectionPoolPartition.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/HostConnectionPoolPartition.html#getPools()">getPools</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><CL> <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><CL>></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>SmaLatencyScoreStrategyImpl.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/SmaLatencyScoreStrategyImpl.html#sortAndfilterPartition(java.util.List, java.util.concurrent.atomic.AtomicBoolean)">sortAndfilterPartition</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><CL>> srcPools,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is-external=true" title="class or interface in java.util.concurrent.atomic">AtomicBoolean</A> prioritized)</CODE>
<BR>
</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="../../../../../com/netflix/astyanax/connectionpool/impl/package-summary.html">com.netflix.astyanax.connectionpool.impl</A> with parameters of type <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</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>Topology.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/Topology.html#addPool(com.netflix.astyanax.connectionpool.HostConnectionPool)">addPool</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/Topology.html" title="type parameter in Topology">CL</A>> pool)</CODE>
<BR>
Add a pool without knowing it's token.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>TokenPartitionedTopology.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/TokenPartitionedTopology.html#addPool(com.netflix.astyanax.connectionpool.HostConnectionPool)">addPool</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/TokenPartitionedTopology.html" title="type parameter in TokenPartitionedTopology">CL</A>> pool)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B>HostConnectionPoolPartition.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/HostConnectionPoolPartition.html#addPool(com.netflix.astyanax.connectionpool.HostConnectionPool)">addPool</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/HostConnectionPoolPartition.html" title="type parameter in HostConnectionPoolPartition">CL</A>> pool)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Slf4jConnectionPoolMonitorImpl.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/Slf4jConnectionPoolMonitorImpl.html#onHostAdded(com.netflix.astyanax.connectionpool.Host, com.netflix.astyanax.connectionpool.HostConnectionPool)">onHostAdded</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/Host.html" title="class in com.netflix.astyanax.connectionpool">Host</A> host,
<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><?> pool)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>CountingConnectionPoolMonitor.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/CountingConnectionPoolMonitor.html#onHostAdded(com.netflix.astyanax.connectionpool.Host, com.netflix.astyanax.connectionpool.HostConnectionPool)">onHostAdded</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/Host.html" title="class in com.netflix.astyanax.connectionpool">Host</A> host,
<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><?> pool)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>SimpleHostConnectionPool.Listener.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/SimpleHostConnectionPool.Listener.html#onHostDown(com.netflix.astyanax.connectionpool.HostConnectionPool)">onHostDown</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/SimpleHostConnectionPool.Listener.html" title="type parameter in SimpleHostConnectionPool.Listener">CL</A>> pool)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AbstractHostPartitionConnectionPool.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/AbstractHostPartitionConnectionPool.html#onHostDown(com.netflix.astyanax.connectionpool.HostConnectionPool)">onHostDown</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/AbstractHostPartitionConnectionPool.html" title="type parameter in AbstractHostPartitionConnectionPool">CL</A>> pool)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Slf4jConnectionPoolMonitorImpl.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/Slf4jConnectionPoolMonitorImpl.html#onHostReactivated(com.netflix.astyanax.connectionpool.Host, com.netflix.astyanax.connectionpool.HostConnectionPool)">onHostReactivated</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/Host.html" title="class in com.netflix.astyanax.connectionpool">Host</A> host,
<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><?> pool)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>CountingConnectionPoolMonitor.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/CountingConnectionPoolMonitor.html#onHostReactivated(com.netflix.astyanax.connectionpool.Host, com.netflix.astyanax.connectionpool.HostConnectionPool)">onHostReactivated</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/Host.html" title="class in com.netflix.astyanax.connectionpool">Host</A> host,
<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><?> pool)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>SimpleHostConnectionPool.Listener.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/SimpleHostConnectionPool.Listener.html#onHostUp(com.netflix.astyanax.connectionpool.HostConnectionPool)">onHostUp</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/SimpleHostConnectionPool.Listener.html" title="type parameter in SimpleHostConnectionPool.Listener">CL</A>> pool)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AbstractHostPartitionConnectionPool.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/AbstractHostPartitionConnectionPool.html#onHostUp(com.netflix.astyanax.connectionpool.HostConnectionPool)">onHostUp</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/AbstractHostPartitionConnectionPool.html" title="type parameter in AbstractHostPartitionConnectionPool">CL</A>> pool)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Topology.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/Topology.html#removePool(com.netflix.astyanax.connectionpool.HostConnectionPool)">removePool</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/Topology.html" title="type parameter in Topology">CL</A>> pool)</CODE>
<BR>
Remove this pool from all partitions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>TokenPartitionedTopology.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/TokenPartitionedTopology.html#removePool(com.netflix.astyanax.connectionpool.HostConnectionPool)">removePool</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/TokenPartitionedTopology.html" title="type parameter in TokenPartitionedTopology">CL</A>> pool)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B>HostConnectionPoolPartition.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/HostConnectionPoolPartition.html#removePool(com.netflix.astyanax.connectionpool.HostConnectionPool)">removePool</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/HostConnectionPoolPartition.html" title="type parameter in HostConnectionPoolPartition">CL</A>> pool)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Topology.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/Topology.html#resumePool(com.netflix.astyanax.connectionpool.HostConnectionPool)">resumePool</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/Topology.html" title="type parameter in Topology">CL</A>> pool)</CODE>
<BR>
Resume a host that was previously down</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>TokenPartitionedTopology.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/TokenPartitionedTopology.html#resumePool(com.netflix.astyanax.connectionpool.HostConnectionPool)">resumePool</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/TokenPartitionedTopology.html" title="type parameter in TokenPartitionedTopology">CL</A>> pool)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Topology.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/Topology.html#suspendPool(com.netflix.astyanax.connectionpool.HostConnectionPool)">suspendPool</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/Topology.html" title="type parameter in Topology">CL</A>> pool)</CODE>
<BR>
Suspend a host that is down</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>TokenPartitionedTopology.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/TokenPartitionedTopology.html#suspendPool(com.netflix.astyanax.connectionpool.HostConnectionPool)">suspendPool</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/TokenPartitionedTopology.html" title="type parameter in TokenPartitionedTopology">CL</A>> pool)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/package-summary.html">com.netflix.astyanax.connectionpool.impl</A> with type arguments of type <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B>HostConnectionPoolPartition.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/HostConnectionPoolPartition.html#setPools(java.util.Collection)">setPools</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/HostConnectionPoolPartition.html" title="type parameter in HostConnectionPoolPartition">CL</A>>> pools)</CODE>
<BR>
Sets all pools for this partition.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B>Topology.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/Topology.html#setPools(java.util.Map)">setPools</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="http://download.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/Topology.html" title="type parameter in Topology">CL</A>>>> ring)</CODE>
<BR>
Refresh the internal topology structure</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B>TokenPartitionedTopology.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/TokenPartitionedTopology.html#setPools(java.util.Map)">setPools</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="http://download.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/TokenPartitionedTopology.html" title="type parameter in TokenPartitionedTopology">CL</A>>>> ring)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><CL> <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><CL>></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>SmaLatencyScoreStrategyImpl.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/SmaLatencyScoreStrategyImpl.html#sortAndfilterPartition(java.util.List, java.util.concurrent.atomic.AtomicBoolean)">sortAndfilterPartition</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><CL>> srcPools,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is-external=true" title="class or interface in java.util.concurrent.atomic">AtomicBoolean</A> prioritized)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/package-summary.html">com.netflix.astyanax.connectionpool.impl</A> with type arguments of type <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/RoundRobinExecuteWithFailover.html#RoundRobinExecuteWithFailover(com.netflix.astyanax.connectionpool.ConnectionPoolConfiguration, com.netflix.astyanax.connectionpool.ConnectionPoolMonitor, java.util.List, int)">RoundRobinExecuteWithFailover</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/ConnectionPoolConfiguration.html" title="interface in com.netflix.astyanax.connectionpool">ConnectionPoolConfiguration</A> config,
<A HREF="../../../../../com/netflix/astyanax/connectionpool/ConnectionPoolMonitor.html" title="interface in com.netflix.astyanax.connectionpool">ConnectionPoolMonitor</A> monitor,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/RoundRobinExecuteWithFailover.html" title="type parameter in RoundRobinExecuteWithFailover">CL</A>>> pools,
int index)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="com.netflix.astyanax.shallows"><!-- --></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="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A> in <A HREF="../../../../../com/netflix/astyanax/shallows/package-summary.html">com.netflix.astyanax.shallows</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="../../../../../com/netflix/astyanax/shallows/package-summary.html">com.netflix.astyanax.shallows</A> that return types with arguments of type <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><CL> <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><CL>></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>EmptyLatencyScoreStrategyImpl.</B><B><A HREF="../../../../../com/netflix/astyanax/shallows/EmptyLatencyScoreStrategyImpl.html#sortAndfilterPartition(java.util.List, java.util.concurrent.atomic.AtomicBoolean)">sortAndfilterPartition</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><CL>> pools,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is-external=true" title="class or interface in java.util.concurrent.atomic">AtomicBoolean</A> prioritized)</CODE>
<BR>
</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="../../../../../com/netflix/astyanax/shallows/package-summary.html">com.netflix.astyanax.shallows</A> with parameters of type <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</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>EmptyConnectionPoolMonitor.</B><B><A HREF="../../../../../com/netflix/astyanax/shallows/EmptyConnectionPoolMonitor.html#onHostAdded(com.netflix.astyanax.connectionpool.Host, com.netflix.astyanax.connectionpool.HostConnectionPool)">onHostAdded</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/Host.html" title="class in com.netflix.astyanax.connectionpool">Host</A> host,
<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><?> pool)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>EmptyConnectionPoolMonitor.</B><B><A HREF="../../../../../com/netflix/astyanax/shallows/EmptyConnectionPoolMonitor.html#onHostReactivated(com.netflix.astyanax.connectionpool.Host, com.netflix.astyanax.connectionpool.HostConnectionPool)">onHostReactivated</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/Host.html" title="class in com.netflix.astyanax.connectionpool">Host</A> host,
<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><?> pool)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../com/netflix/astyanax/shallows/package-summary.html">com.netflix.astyanax.shallows</A> with type arguments of type <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><CL> <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><CL>></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>EmptyLatencyScoreStrategyImpl.</B><B><A HREF="../../../../../com/netflix/astyanax/shallows/EmptyLatencyScoreStrategyImpl.html#sortAndfilterPartition(java.util.List, java.util.concurrent.atomic.AtomicBoolean)">sortAndfilterPartition</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><CL>> pools,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is-external=true" title="class or interface in java.util.concurrent.atomic">AtomicBoolean</A> prioritized)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="com.netflix.astyanax.thrift"><!-- --></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="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A> in <A HREF="../../../../../com/netflix/astyanax/thrift/package-summary.html">com.netflix.astyanax.thrift</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="../../../../../com/netflix/astyanax/thrift/package-summary.html">com.netflix.astyanax.thrift</A> with parameters of type <A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../com/netflix/astyanax/connectionpool/Connection.html" title="interface in com.netflix.astyanax.connectionpool">Connection</A><org.apache.cassandra.thrift.Cassandra.Client></CODE></FONT></TD>
<TD><CODE><B>ThriftSyncConnectionFactoryImpl.</B><B><A HREF="../../../../../com/netflix/astyanax/thrift/ThriftSyncConnectionFactoryImpl.html#createConnection(com.netflix.astyanax.connectionpool.HostConnectionPool)">createConnection</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool">HostConnectionPool</A><org.apache.cassandra.thrift.Cassandra.Client> pool)</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="../../../../../com/netflix/astyanax/connectionpool/HostConnectionPool.html" title="interface in com.netflix.astyanax.connectionpool"><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?com/netflix/astyanax/connectionpool//class-useHostConnectionPool.html" target="_top"><B>FRAMES</B></A>
<A HREF="HostConnectionPool.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>
Copyright © 2012. All Rights Reserved.
</BODY>
</HTML>
|
surfers/wqs/mpick.html | chicofilho/fst | <!DOCTYPE html>
<html>
<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>FST - Molly Picklum</title>
<meta name="description" content="Keep track of the statistics from Molly Picklum. Average heat score, heat wins, heat wins percentage, epic heats road to the final">
<meta name="author" content="">
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="Fantasy Surfing tips"/>
<meta property="og:image" content="https://fantasysurfingtips.com/img/just_waves.png"/>
<meta property="og:description" content="See how great Molly Picklum is surfing this year"/>
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: https://bootswatch.com/flatly/ -->
<link href="https://fantasysurfingtips.com/css/bootstrap.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="https://fantasysurfingtips.com/css/freelancer.css" rel="stylesheet">
<link href="https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet" />
<!-- Custom Fonts -->
<link href="https://fantasysurfingtips.com/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.css">
<script src="https://code.jquery.com/jquery-2.x-git.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-ujs/1.2.1/rails.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js"></script>
<script src="https://www.w3schools.com/lib/w3data.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-2675412311042802",
enable_page_level_ads: true
});
</script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.6";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Navigation -->
<div w3-include-html="https://fantasysurfingtips.com/layout/header.html"></div>
<!-- Header -->
<div w3-include-html="https://fantasysurfingtips.com/layout/sponsor.html"></div>
<section >
<div class="container">
<div class="row">
<div class="col-sm-3 ">
<div class="col-sm-2 ">
</div>
<div class="col-sm-8 ">
<!-- <img src="http://fantasysurfingtips.com/img/surfers/mpick.png" class="img-responsive" alt=""> -->
<h3 style="text-align:center;">Molly Picklum</h3>
<a href="https://twitter.com/share" class="" data-via="fansurfingtips"><i class="fa fa-twitter"></i> Share on Twitter</i></a> <br/>
<a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Ffantasysurfingtips.com%2Fsurfers%2Fmpick&src=sdkpreparse"><i class="fa fa-facebook"></i> Share on Facebook</a>
</div>
<div class="col-sm-2 ">
</div>
</div>
<div class="col-sm-3 portfolio-item">
</div>
<div class="col-sm-3 portfolio-item">
<h6 style="text-align:center;">Avg Heat Score (FST DATA)</h6>
<h1 style="text-align:center;">12.75</h1>
</div>
</div>
<hr/>
<h4 style="text-align:center;" >Competitions</h4>
<h4 style="text-align:center;" >Epic Battles</h4>
<div class="row">
<div class="col-sm-6 ">
<p style="text-align:center;">Surfed <b>2</b> heats against <a href="http://fantasysurfingtips.com/surfers/wqs/csha.html"> Carly Shanahan</a> <br/> <b>won 1</b> and <b>lost 0</b></p>
</div>
<div class="col-sm-6 ">
<p style="text-align:center;">Surfed <b>1</b> heats against <a href="http://fantasysurfingtips.com/surfers/wqs/nsud.html"> Natsuki Suda</a> <br/> <b>won 0</b> and <b>lost 1</b></p>
</div>
</div>
<hr/>
<h4 style="text-align:center;" >Heat Stats (FST data)</h4>
<div class="row">
<div class="col-sm-4 portfolio-item">
<h6 style="text-align:center;">Heats</h6>
<h2 style="text-align:center;">7</h2>
</div>
<div class="col-sm-4 portfolio-item">
<h6 style="text-align:center;">Heat wins</h6>
<h2 style="text-align:center;">5</h2>
</div>
<div class="col-sm-4 portfolio-item">
<h6 style="text-align:center;">HEAT WINS PERCENTAGE</h6>
<h2 style="text-align:center;">71.43%</h2>
</div>
</div>
<hr/>
<h4 style="text-align:center;">Avg Heat Score progression</h4>
<div id="avg_chart" style="height: 250px;"></div>
<hr/>
<h4 style="text-align:center;">Heat stats progression</h4>
<div id="heat_chart" style="height: 250px;"></div>
<hr/>
<style type="text/css">
.heats-all{
z-index: 3;
margin-left: 5px;
cursor: pointer;
}
</style>
<div class="container">
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = "http://fantasysurfingtips.com/surfers/mpick"; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = '4961'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//fantasysurfingtips.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</section>
<script type="text/javascript">
$('.heats-all').click(function(){
$('.heats-all-stat').css('display', 'none')
$('#'+$(this).attr('id')+'-stat').css('display', 'block')
});
$('.heats-2016').click(function(){
$('.heats-2016-stat').css('display', 'none')
$('#'+$(this).attr('id')+'-stat').css('display', 'block')
});
$('document').ready(function(){
new Morris.Line({
// ID of the element in which to draw the chart.
element: 'avg_chart',
// Chart data records -- each entry in this array corresponds to a point on
// the chart.
data: [{"year":"2018","avg":12.75,"avg_all":12.75}],
// The name of the data record attribute that contains x-values.
xkey: 'year',
// A list of names of data record attributes that contain y-values.
ykeys: ['avg', 'avg_all'],
// Labels for the ykeys -- will be displayed when you hover over the
// chart.
labels: ['Avg score in year', 'Avg score FST DATA']
});
new Morris.Bar({
// ID of the element in which to draw the chart.
element: 'heat_chart',
// Chart data records -- each entry in this array corresponds to a point on
// the chart.
data: [{"year":"2018","heats":7,"wins":5,"percs":"71.43%"}],
// The name of the data record attribute that contains x-values.
xkey: 'year',
// A list of names of data record attributes that contain y-values.
ykeys: ['heats', 'wins', 'percs'],
// Labels for the ykeys -- will be displayed when you hover over the
// chart.
labels: ['Heats surfed', 'Heats won', 'Winning percentage']
});
});
</script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<!-- Footer -->
<div w3-include-html="https://fantasysurfingtips.com/layout/footer.html"></div>
<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-74337819-1', 'auto'); // Replace with your property ID.
ga('send', 'pageview');
</script>
<script>
w3IncludeHTML();
</script>
<!-- jQuery -->
<script src="https://fantasysurfingtips.com/js/jquery.js"></script>
<script src="https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://fantasysurfingtips.com/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://fantasysurfingtips.com/js/classie.js"></script>
<script src="https://fantasysurfingtips.com/js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="https://fantasysurfingtips.com/js/jqBootstrapValidation.js"></script>
<script src="https://fantasysurfingtips.com/js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="https://fantasysurfingtips.com/js/freelancer.js"></script>
<script type="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js"></script>
<script type="https://cdn.datatables.net/1.10.12/js/dataTables.bootstrap.min.js"></script>
</body>
</html>
|
documentation/javadoc/com/amazonaws/services/ec2/model/RecurringChargeFrequency.html | TomNong/Project2-Intel-Edison | <!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_80) on Thu Oct 15 19:27:30 UTC 2015 -->
<title>RecurringChargeFrequency (AWS SDK for Java - 1.10.27)</title>
<meta name="date" content="2015-10-15">
<link rel="stylesheet" type="text/css" href="../../../../../JavaDoc.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="RecurringChargeFrequency (AWS SDK for Java - 1.10.27)";
}
//-->
</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="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>
<!-- Scripts for Syntax Highlighter START-->
<script id="syntaxhighlight_script_core" type="text/javascript" src = "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/resources/syntaxhighlight/scripts/shCore.js">
</script>
<script id="syntaxhighlight_script_java" type="text/javascript" src = "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/resources/syntaxhighlight/scripts/shBrushJava.js">
</script>
<link id="syntaxhighlight_css_core" rel="stylesheet" type="text/css" href = "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/resources/syntaxhighlight/styles/shCoreDefault.css"/>
<link id="syntaxhighlight_css_theme" rel="stylesheet" type="text/css" href = "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/resources/syntaxhighlight/styles/shThemeDefault.css"/>
<!-- Scripts for Syntax Highlighter END-->
<div>
<!-- BEGIN-SECTION -->
<div id="divsearch" style="float:left;">
<span id="lblsearch" for="searchQuery">
<label>Search</label>
</span>
<form id="nav-search-form" target="_parent" method="get" action="http://docs.aws.amazon.com/search/doc-search.html#facet_doc_guide=API+Reference&facet_doc_product=AWS+SDK+for+Java">
<div id="nav-searchfield-outer" class="nav-sprite">
<div class="nav-searchfield-inner nav-sprite">
<div id="nav-searchfield-width">
<input id="nav-searchfield" name="searchQuery">
</div>
</div>
</div>
<div id="nav-search-button" class="nav-sprite">
<input alt="" id="nav-search-button-inner" type="image">
</div>
<input name="searchPath" type="hidden" value="documentation-guide" />
<input name="this_doc_product" type="hidden" value="AWS SDK for Java" />
<input name="this_doc_guide" type="hidden" value="API Reference" />
<input name="doc_locale" type="hidden" value="en_us" />
</form>
</div>
<!-- END-SECTION -->
<!-- BEGIN-FEEDBACK-SECTION -->
<div id="feedback-section">
<h3>Did this page help you?</h3>
<div id="feedback-link-sectioin">
<a id="feedback_yes" target="_blank" style="display:inline;">Yes</a>
<a id="feedback_no" target="_blank" style="display:inline;">No</a>
<a id="go_cti" target="_blank" style="display:inline;">Tell us about it...</a>
</div>
</div>
<script type="text/javascript">
window.onload = function(){
/* Dynamically add feedback links */
var javadoc_root_name = "/javadoc/";
var javadoc_path = location.href.substring(0, location.href.lastIndexOf(javadoc_root_name) + javadoc_root_name.length);
var file_path = location.href.substring(location.href.lastIndexOf(javadoc_root_name) + javadoc_root_name.length);
var feedback_yes_url = javadoc_path + "javadoc-resources/feedbackyes.html?topic_id=";
var feedback_no_url = javadoc_path + "javadoc-resources/feedbackno.html?topic_id=";
var feedback_tellmore_url = "https://aws-portal.amazon.com/gp/aws/html-forms-controller/documentation/aws_doc_feedback_04?service_name=Java-Ref&file_name=";
if(file_path != "overview-frame.html") {
var file_name = file_path.replace(/[/.]/g, '_');
document.getElementById("feedback_yes").setAttribute("href", feedback_yes_url + file_name);
document.getElementById("feedback_no").setAttribute("href", feedback_no_url + file_name);
document.getElementById("go_cti").setAttribute("href", feedback_tellmore_url + file_name);
} else {
// hide the search box and the feeback links in overview-frame page,
// show "AWS SDK for Java" instead.
document.getElementById("feedback-section").outerHTML = "AWS SDK for Java";
document.getElementById("divsearch").outerHTML = "";
}
};
</script>
<!-- END-FEEDBACK-SECTION -->
</div>
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/amazonaws/services/ec2/model/RecurringCharge.html" title="class in com.amazonaws.services.ec2.model"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../com/amazonaws/services/ec2/model/Region.html" title="class in com.amazonaws.services.ec2.model"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/amazonaws/services/ec2/model/RecurringChargeFrequency.html" target="_top">Frames</a></li>
<li><a href="RecurringChargeFrequency.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#enum_constant_summary">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#enum_constant_detail">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.amazonaws.services.ec2.model</div>
<h2 title="Enum RecurringChargeFrequency" class="title">Enum RecurringChargeFrequency</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.lang.Enum<<a href="../../../../../com/amazonaws/services/ec2/model/RecurringChargeFrequency.html" title="enum in com.amazonaws.services.ec2.model">RecurringChargeFrequency</a>></li>
<li>
<ul class="inheritance">
<li>com.amazonaws.services.ec2.model.RecurringChargeFrequency</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, java.lang.Comparable<<a href="../../../../../com/amazonaws/services/ec2/model/RecurringChargeFrequency.html" title="enum in com.amazonaws.services.ec2.model">RecurringChargeFrequency</a>></dd>
</dl>
<hr>
<br>
<pre>public enum <span class="strong">RecurringChargeFrequency</span>
extends java.lang.Enum<<a href="../../../../../com/amazonaws/services/ec2/model/RecurringChargeFrequency.html" title="enum in com.amazonaws.services.ec2.model">RecurringChargeFrequency</a>></pre>
<div class="block">Recurring Charge Frequency</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum_constant_summary">
<!-- -->
</a>
<h3>Enum Constant Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Enum Constant and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/RecurringChargeFrequency.html#Hourly">Hourly</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 <a href="../../../../../com/amazonaws/services/ec2/model/RecurringChargeFrequency.html" title="enum in com.amazonaws.services.ec2.model">RecurringChargeFrequency</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/RecurringChargeFrequency.html#fromValue(java.lang.String)">fromValue</a></strong>(java.lang.String value)</code>
<div class="block">Use this in place of valueOf.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/RecurringChargeFrequency.html#toString()">toString</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../com/amazonaws/services/ec2/model/RecurringChargeFrequency.html" title="enum in com.amazonaws.services.ec2.model">RecurringChargeFrequency</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/RecurringChargeFrequency.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../com/amazonaws/services/ec2/model/RecurringChargeFrequency.html" title="enum in com.amazonaws.services.ec2.model">RecurringChargeFrequency</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/RecurringChargeFrequency.html#values()">values</a></strong>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Enum</h3>
<code>compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ ENUM CONSTANT DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum_constant_detail">
<!-- -->
</a>
<h3>Enum Constant Detail</h3>
<a name="Hourly">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Hourly</h4>
<pre>public static final <a href="../../../../../com/amazonaws/services/ec2/model/RecurringChargeFrequency.html" title="enum in com.amazonaws.services.ec2.model">RecurringChargeFrequency</a> Hourly</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="values()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>values</h4>
<pre>public static <a href="../../../../../com/amazonaws/services/ec2/model/RecurringChargeFrequency.html" title="enum in com.amazonaws.services.ec2.model">RecurringChargeFrequency</a>[] values()</pre>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (RecurringChargeFrequency c : RecurringChargeFrequency.values())
System.out.println(c);
</pre></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl>
</li>
</ul>
<a name="valueOf(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>valueOf</h4>
<pre>public static <a href="../../../../../com/amazonaws/services/ec2/model/RecurringChargeFrequency.html" title="enum in com.amazonaws.services.ec2.model">RecurringChargeFrequency</a> valueOf(java.lang.String name)</pre>
<div class="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code> in class <code>java.lang.Enum<<a href="../../../../../com/amazonaws/services/ec2/model/RecurringChargeFrequency.html" title="enum in com.amazonaws.services.ec2.model">RecurringChargeFrequency</a>></code></dd>
</dl>
</li>
</ul>
<a name="fromValue(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>fromValue</h4>
<pre>public static <a href="../../../../../com/amazonaws/services/ec2/model/RecurringChargeFrequency.html" title="enum in com.amazonaws.services.ec2.model">RecurringChargeFrequency</a> fromValue(java.lang.String value)</pre>
<div class="block">Use this in place of valueOf.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - real value</dd>
<dt><span class="strong">Returns:</span></dt><dd>RecurringChargeFrequency corresponding to the value</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="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>
<div>
<!-- Script for Syntax Highlighter START -->
<script type="text/javascript">
SyntaxHighlighter.all()
</script>
<!-- Script for Syntax Highlighter END -->
</div>
<script src="http://a0.awsstatic.com/chrome/js/1.0.46/jquery.1.9.js" type="text/javascript"></script>
<script>jQuery.noConflict();</script>
<script>
jQuery(function ($) {
$("div.header").prepend('<!--REGION_DISCLAIMER_DO_NOT_REMOVE-->');
});
</script>
<!-- BEGIN-URCHIN-TRACKER -->
<script src="http://l0.awsstatic.com/js/urchin.js" type="text/javascript"></script>
<script type="text/javascript">urchinTracker();</script>
<!-- END-URCHIN-TRACKER -->
<!-- SiteCatalyst code version: H.25.2. Copyright 1996-2012 Adobe, Inc. All Rights Reserved.
More info available at http://www.omniture.com -->
<script language="JavaScript" type="text/javascript" src="https://media.amazonwebservices.com/js/sitecatalyst/s_code.min.js (view-source:https://media.amazonwebservices.com/js/sitecatalyst/s_code.min.js)" />
<script language="JavaScript" type="text/javascript">
<!--
// Documentation Service Name
s.prop66='AWS SDK for Java';
s.eVar66='D=c66';
// Documentation Guide Name
s.prop65='API Reference';
s.eVar65='D=c65';
var s_code=s.t();if(s_code)document.write(s_code)
//-->
</script>
<script language="JavaScript" type="text/javascript">
<!--if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//-->
</script>
<noscript>
<img src="http://amazonwebservices.d2.sc.omtrdc.net/b/ss/awsamazondev/1/H.25.2--NS/0" height="1" width="1" border="0" alt="" />
</noscript>
<!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: H.25.2. -->
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/amazonaws/services/ec2/model/RecurringCharge.html" title="class in com.amazonaws.services.ec2.model"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../com/amazonaws/services/ec2/model/Region.html" title="class in com.amazonaws.services.ec2.model"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/amazonaws/services/ec2/model/RecurringChargeFrequency.html" target="_top">Frames</a></li>
<li><a href="RecurringChargeFrequency.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#enum_constant_summary">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#enum_constant_detail">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.
</small></p>
</body>
</html>
|
arr/feat/Mood.html | UniversalDependencies/universaldependencies.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Mood</title>
<link rel="root" href=""/> <!-- for JS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/>
<link rel="stylesheet" type="text/css" href="../../css/hint.css"/>
<script type="text/javascript" src="../../lib/ext/head.load.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script>
<script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script>
<!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo -->
<!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page.
<script>
(function() {
var cx = '001145188882102106025:dl1mehhcgbo';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script> -->
<!-- <link rel="shortcut icon" href="favicon.ico"/> -->
</head>
<body>
<div id="main" class="center">
<div id="hp-header">
<table width="100%"><tr><td width="50%">
<span class="header-text"><a href="http://universaldependencies.org/#language-arr">home</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/_arr/feat/Mood.md" target="#">edit page</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span>
</td><td>
<gcse:search></gcse:search>
</td></tr></table>
</div>
<hr/>
<div class="v2complete">
This page pertains to UD version 2.
</div>
<div id="content">
<noscript>
<div id="noscript">
It appears that you have Javascript disabled.
Please consider enabling Javascript for this page to see the visualizations.
</div>
</noscript>
<!-- The content may include scripts and styles, hence we must load the shared libraries before the content. -->
<script type="text/javascript">
console.time('loading libraries');
var root = '../../'; // filled in by jekyll
head.js(
// External libraries
// DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all.
root + 'lib/ext/jquery.min.js',
root + 'lib/ext/jquery.svg.min.js',
root + 'lib/ext/jquery.svgdom.min.js',
root + 'lib/ext/jquery.timeago.js',
root + 'lib/ext/jquery-ui.min.js',
root + 'lib/ext/waypoints.min.js',
root + 'lib/ext/jquery.address.min.js'
);
</script>
<style>h3 {display:block;background-color:#dfeffc}</style>
<h2><code>Mood</code>: mood</h2>
<table class="typeindex" border="1">
<tr>
<td style="background-color:cornflowerblue;color:white"><strong>Values:</strong> </td>
<td><a href="#Ind">Ind</a></td>
<td><a href="#Opt">Opt</a></td>
</tr>
</table>
<p><code class="language-plaintext highlighter-rouge">Mood</code> is a</p>
<h3 id="ind-indicative"><a name="Ind"><code class="language-plaintext highlighter-rouge">Ind</code></a>: Indicative</h3>
<p>Contiguity is more often associated with</p>
<h4 id="examples">Examples</h4>
<ul>
<li><em><b>mbaʔeʔupaβiré</b> </em> “After (having finished) eating”</li>
</ul>
<h3 id="opt-optative"><a name="Opt"><code class="language-plaintext highlighter-rouge">Opt</code></a>: Optative</h3>
<p>Contiguity is more often associated with</p>
<h4 id="examples-1">Examples</h4>
<ul>
<li><em><b>mbaʔeʔupaβiré</b> </em> “After (having finished) eating”</li>
</ul>
<h2 id="diffs">Diffs</h2>
<h3 id="prague-dependency-treebank">Prague Dependency Treebank</h3>
<p>The PDT tagset does not distinguish <code class="language-plaintext highlighter-rouge">Ptan</code> from <code class="language-plaintext highlighter-rouge">Plur</code> and <code class="language-plaintext highlighter-rouge">Coll</code> from <code class="language-plaintext highlighter-rouge">Sing</code>,
therefore this distinction is not being made in the converted data.</p>
<!-- Interlanguage links updated St lis 3 20:58:22 CET 2021 -->
<!-- "in other languages" links -->
<hr/>
Mood in other languages:
[<a href="../../akk/feat/Mood.html">akk</a>]
[<a href="../../arr/feat/Mood.html">arr</a>]
[<a href="../../bej/feat/Mood.html">bej</a>]
[<a href="../../bg/feat/Mood.html">bg</a>]
[<a href="../../bm/feat/Mood.html">bm</a>]
[<a href="../../cs/feat/Mood.html">cs</a>]
[<a href="../../cy/feat/Mood.html">cy</a>]
[<a href="../../en/feat/Mood.html">en</a>]
[<a href="../../ess/feat/Mood.html">ess</a>]
[<a href="../../et/feat/Mood.html">et</a>]
[<a href="../../fi/feat/Mood.html">fi</a>]
[<a href="../../fr/feat/Mood.html">fr</a>]
[<a href="../../ga/feat/Mood.html">ga</a>]
[<a href="../../gd/feat/Mood.html">gd</a>]
[<a href="../../gub/feat/Mood.html">gub</a>]
[<a href="../../hu/feat/Mood.html">hu</a>]
[<a href="../../hy/feat/Mood.html">hy</a>]
[<a href="../../it/feat/Mood.html">it</a>]
[<a href="../../mdf/feat/Mood.html">mdf</a>]
[<a href="../../myv/feat/Mood.html">myv</a>]
[<a href="../../pcm/feat/Mood.html">pcm</a>]
[<a href="../../qtd/feat/Mood.html">qtd</a>]
[<a href="../../quc/feat/Mood.html">quc</a>]
[<a href="../../ru/feat/Mood.html">ru</a>]
[<a href="../../sl/feat/Mood.html">sl</a>]
[<a href="../../sv/feat/Mood.html">sv</a>]
[<a href="../../tpn/feat/Mood.html">tpn</a>]
[<a href="../../tr/feat/Mood.html">tr</a>]
[<a href="../../tt/feat/Mood.html">tt</a>]
[<a href="../../u/feat/Mood.html">u</a>]
[<a href="../../ug/feat/Mood.html">ug</a>]
[<a href="../../uk/feat/Mood.html">uk</a>]
[<a href="../../urb/feat/Mood.html">urb</a>]
[<a href="../../urj/feat/Mood.html">urj</a>]
</div>
<!-- support for embedded visualizations -->
<script type="text/javascript">
var root = '../../'; // filled in by jekyll
head.js(
// We assume that external libraries such as jquery.min.js have already been loaded outside!
// (See _layouts/base.html.)
// brat helper modules
root + 'lib/brat/configuration.js',
root + 'lib/brat/util.js',
root + 'lib/brat/annotation_log.js',
root + 'lib/ext/webfont.js',
// brat modules
root + 'lib/brat/dispatcher.js',
root + 'lib/brat/url_monitor.js',
root + 'lib/brat/visualizer.js',
// embedding configuration
root + 'lib/local/config.js',
// project-specific collection data
root + 'lib/local/collections.js',
// Annodoc
root + 'lib/annodoc/annodoc.js',
// NOTE: non-local libraries
'https://spyysalo.github.io/conllu.js/conllu.js'
);
var webFontURLs = [
// root + 'static/fonts/Astloch-Bold.ttf',
root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf',
root + 'static/fonts/Liberation_Sans-Regular.ttf'
];
var setupTimeago = function() {
jQuery("time.timeago").timeago();
};
head.ready(function() {
setupTimeago();
// mark current collection (filled in by Jekyll)
Collections.listing['_current'] = 'arr';
// perform all embedding and support functions
Annodoc.activate(Config.bratCollData, Collections.listing);
});
</script>
<!-- google analytics -->
<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-55233688-1', 'auto');
ga('send', 'pageview');
</script>
<div id="footer">
<p class="footer-text">© 2014–2021
<a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>.
Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>.
</div>
</div>
</body>
</html>
|
public/docs/ts/latest/modules/_stats_base_dists_chi_skewness_docs_types_index_d_.html | stdlib-js/www | <!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>"stats/base/dists/chi/skewness/docs/types/index.d" | stdlib</title>
<meta name="description" content="stdlib is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing.">
<meta name="author" content="stdlib">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
<link rel="manifest" href="../manifest.json">
<link rel="mask-icon" href="../safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<!-- Facebook Open Graph -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="stdlib">
<meta property="og:url" content="https://stdlib.io/">
<meta property="og:title" content="A standard library for JavaScript and Node.js.">
<meta property="og:description" content="stdlib is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing.">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="">
<!-- Twitter -->
<meta name="twitter:card" content="A standard library for JavaScript and Node.js.">
<meta name="twitter:site" content="@stdlibjs">
<meta name="twitter:url" content="https://stdlib.io/">
<meta name="twitter:title" content="stdlib">
<meta name="twitter:description" content="stdlib is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing.">
<meta name="twitter:image" content="">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/theme.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title"><img src="../logo_white.svg" alt="stdlib"></a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="_stats_base_dists_chi_skewness_docs_types_index_d_.html">"stats/base/dists/chi/skewness/docs/types/index.d"</a>
</li>
</ul>
<h1>External module "stats/base/dists/chi/skewness/docs/types/index.d"</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-not-exported">
<h3>Functions</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="_stats_base_dists_chi_skewness_docs_types_index_d_.html#skewness" class="tsd-kind-icon">skewness</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-not-exported">
<h2>Functions</h2>
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a name="skewness" class="tsd-anchor"></a>
<h3>skewness</h3>
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<li class="tsd-signature tsd-kind-icon">skewness<span class="tsd-signature-symbol">(</span>k<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/stdlib-js/stdlib/blob/61b1a8a068/lib/node_modules/@stdlib/stats/base/dists/chi/skewness/docs/types/index.d.ts#L47">lib/node_modules/@stdlib/stats/base/dists/chi/skewness/docs/types/index.d.ts:47</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Returns the skewness of a chi distribution.</p>
</div>
<a href="#notes" id="notes" style="color: inherit; text-decoration: none;">
<h2>Notes</h2>
</a>
<ul>
<li>If provided <code>k <= 0</code>, the function returns <code>NaN</code>.</li>
</ul>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>k: <span class="tsd-signature-type">number</span></h5>
<div class="tsd-comment tsd-typography">
<p>degrees of freedom</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns
<span class="tsd-signature-type">number</span>
</h4>
<p>skewness</p>
<h4 class="tsd-example-title">Example</h4>
<div><pre><code class="language-javascript"><span class="hljs-keyword">var</span> v = skewness( <span class="hljs-number">9.0</span> );
<span class="hljs-comment">// returns ~0.252</span></code></pre>
</div>
<h4 class="tsd-example-title">Example</h4>
<div><pre><code class="language-javascript"><span class="hljs-keyword">var</span> v = skewness( <span class="hljs-number">1.0</span> );
<span class="hljs-comment">// returns ~0.995</span></code></pre>
</div>
<h4 class="tsd-example-title">Example</h4>
<div><pre><code class="language-javascript"><span class="hljs-keyword">var</span> v = skewness( <span class="hljs-number">-0.2</span> );
<span class="hljs-comment">// returns NaN</span></code></pre>
</div>
<h4 class="tsd-example-title">Example</h4>
<div><pre><code class="language-javascript"><span class="hljs-keyword">var</span> v = skewness( <span class="hljs-literal">NaN</span> );
<span class="hljs-comment">// returns NaN</span></code></pre>
</div>
</li>
</ul>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Packages</em></a>
</li>
<li class="current tsd-kind-external-module">
<a href="_stats_base_dists_chi_skewness_docs_types_index_d_.html">"stats/base/dists/chi/skewness/docs/types/index.d"</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="_stats_base_dists_chi_skewness_docs_types_index_d_.html#skewness" class="tsd-kind-icon">skewness</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer>
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
<div class="bottom-nav center border-top">
<a href="https://www.patreon.com/athan">Donate</a>
/
<a href="/docs/api/">Docs</a>
/
<a href="https://gitter.im/stdlib-js/stdlib">Chat</a>
/
<a href="https://twitter.com/stdlibjs">Twitter</a>
/
<a href="https://github.com/stdlib-js/stdlib">Contribute</a>
</div>
</footer>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script src="../assets/js/theme.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-105890493-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html> |
treebanks/la_llct/la_llct-pos-X.html | UniversalDependencies/universaldependencies.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Statistics of X in UD_Latin-LLCT</title>
<link rel="root" href=""/> <!-- for JS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/>
<link rel="stylesheet" type="text/css" href="../../css/hint.css"/>
<script type="text/javascript" src="../../lib/ext/head.load.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script>
<script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script>
<!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo -->
<!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page.
<script>
(function() {
var cx = '001145188882102106025:dl1mehhcgbo';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script> -->
<!-- <link rel="shortcut icon" href="favicon.ico"/> -->
</head>
<body>
<div id="main" class="center">
<div id="hp-header">
<table width="100%"><tr><td width="50%">
<span class="header-text"><a href="http://universaldependencies.org/#language-">home</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/treebanks/la_llct/la_llct-pos-X.md" target="#">edit page</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span>
</td><td>
<gcse:search></gcse:search>
</td></tr></table>
</div>
<hr/>
<div class="v2complete">
This page pertains to UD version 2.
</div>
<div id="content">
<noscript>
<div id="noscript">
It appears that you have Javascript disabled.
Please consider enabling Javascript for this page to see the visualizations.
</div>
</noscript>
<!-- The content may include scripts and styles, hence we must load the shared libraries before the content. -->
<script type="text/javascript">
console.time('loading libraries');
var root = '../../'; // filled in by jekyll
head.js(
// External libraries
// DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all.
root + 'lib/ext/jquery.min.js',
root + 'lib/ext/jquery.svg.min.js',
root + 'lib/ext/jquery.svgdom.min.js',
root + 'lib/ext/jquery.timeago.js',
root + 'lib/ext/jquery-ui.min.js',
root + 'lib/ext/waypoints.min.js',
root + 'lib/ext/jquery.address.min.js'
);
</script>
<h2 id="treebank-statistics-ud_latin-llct-pos-tags-x">Treebank Statistics: UD_Latin-LLCT: POS Tags: <code class="language-plaintext highlighter-rouge">X</code></h2>
<p>There are 1 <code class="language-plaintext highlighter-rouge">X</code> lemmas (0%), 2 <code class="language-plaintext highlighter-rouge">X</code> types (0%) and 101 <code class="language-plaintext highlighter-rouge">X</code> tokens (0%).
Out of 15 observed tags, the rank of <code class="language-plaintext highlighter-rouge">X</code> is: 15 in number of lemmas, 15 in number of types and 15 in number of tokens.</p>
<p>The 10 most frequent <code class="language-plaintext highlighter-rouge">X</code> lemmas: <em>missing^token</em></p>
<p>The 10 most frequent <code class="language-plaintext highlighter-rouge">X</code> types: <em>[Propn], [–]</em></p>
<p>The 10 most frequent ambiguous lemmas: <em>missing^token</em> (<tt><a href="la_llct-pos-PUNCT.html">PUNCT</a></tt> 186, <tt><a href="la_llct-pos-VERB.html">VERB</a></tt> 145, <tt><a href="la_llct-pos-X.html">X</a></tt> 101, <tt><a href="la_llct-pos-NOUN.html">NOUN</a></tt> 7, <tt><a href="la_llct-pos-PROPN.html">PROPN</a></tt> 2, <tt><a href="la_llct-pos-ADP.html">ADP</a></tt> 1)</p>
<p>The 10 most frequent ambiguous types: <em>[Propn]</em> (<tt><a href="la_llct-pos-X.html">X</a></tt> 100, <tt><a href="la_llct-pos-PROPN.html">PROPN</a></tt> 2), <em>[–]</em> (<tt><a href="la_llct-pos-PUNCT.html">PUNCT</a></tt> 186, <tt><a href="la_llct-pos-NOUN.html">NOUN</a></tt> 1, <tt><a href="la_llct-pos-VERB.html">VERB</a></tt> 1, <tt><a href="la_llct-pos-X.html">X</a></tt> 1)</p>
<ul>
<li><em>[Propn]</em>
<ul>
<li><tt><a href="la_llct-pos-X.html">X</a></tt> 100: <em><b>[Propn]</b> , rogatu a Leuprando et Iohanne , subscripsi .</em></li>
<li><tt><a href="la_llct-pos-PROPN.html">PROPN</a></tt> 2: <em>seo et mihi dedisti una petia de vinea illa in loco ubi dicitur <b>[Propn]</b> , pertenentes ipsius ecclesie sancte Marie , petia ipsa in integrum , una cum alia petia de vinea in loco ubi dicitur <b>[Propn]</b> , pertenentes ipsius ecclesie , petia ipsa in integrum , et una petia de prato ubi vocitatur Prato da Silice , pertenentes ipsius ecclesie , petia ipsa de prato in integrum ;</em></li>
</ul>
</li>
<li><em>[–]</em>
<ul>
<li><tt><a href="la_llct-pos-PUNCT.html">PUNCT</a></tt> 186: <em>+ Ego Petrus <b>[–]</b> missus fui .</em></li>
<li><tt><a href="la_llct-pos-NOUN.html">NOUN</a></tt> 1: <em><b>[–]</b> + Ego Eriprandus in anc viganiationis cartula a me facta manu mea subscripsi .</em></li>
<li><tt><a href="la_llct-pos-VERB.html">VERB</a></tt> 1: <em>et per hanc cartulam promitto ego qui supra Alpertus clericus , una cum meis heredibus , tibi Ghiselperga abbatissa et ad illum hominem , cui tu suprascripta res vel cartule dederis aut abere decreveris , ut , si nos vel ille homo , cui nos exinde in aliquo dedissemus aut dederimus , vobis eas <b>[–]</b> aut retraxerimus per quolibet ingenium , spondimus vobis conponere omnia suprascripta res in duplo , in ferquidem loco , sub estimatione quales tunc fuerit .</em></li>
<li><tt><a href="la_llct-pos-X.html">X</a></tt> 1: <em>unde ego qui supra Andriperto presbitero una cum meis heredes tibi qui supra Teudilascio archidiacono vel ad posteris que <b>[–]</b> ut , si nos vobis aliquando tempore in aliquo exinde intentionare aut retolli quesierimus , eam vobis ab omni homines defendere non potuerimus , spondimus componere quas tibi supra in commutationem dedi in duplum , in ferquidem loco , sub estimatione , quales tunc fuerit , quia taliter inter nos convenit .</em></li>
</ul>
</li>
</ul>
<h2 id="morphology">Morphology</h2>
<p>The form / lemma ratio of <code class="language-plaintext highlighter-rouge">X</code> is 2.000000 (the average of all parts of speech is 2.628423).</p>
<p>The 1st highest number of forms (2) was observed with the lemma “missing^token”: <em>[–], [Propn]</em>.</p>
<p><code class="language-plaintext highlighter-rouge">X</code> does not occur with any features.</p>
<h2 id="relations">Relations</h2>
<p><code class="language-plaintext highlighter-rouge">X</code> nodes are attached to their parents using 7 different relations: <tt><a href="la_llct-dep-nmod.html">nmod</a></tt> (92; 91% instances), <tt><a href="la_llct-dep-nsubj.html">nsubj</a></tt> (3; 3% instances), <tt><a href="la_llct-dep-conj.html">conj</a></tt> (2; 2% instances), <tt><a href="la_llct-dep-acl-relcl.html">acl:relcl</a></tt> (1; 1% instances), <tt><a href="la_llct-dep-nsubj-pass.html">nsubj:pass</a></tt> (1; 1% instances), <tt><a href="la_llct-dep-obl.html">obl</a></tt> (1; 1% instances), <tt><a href="la_llct-dep-root.html">root</a></tt> (1; 1% instances)</p>
<p>Parents of <code class="language-plaintext highlighter-rouge">X</code> nodes belong to 5 different parts of speech: <tt><a href="la_llct-pos-PRON.html">PRON</a></tt> (72; 71% instances), <tt><a href="la_llct-pos-NOUN.html">NOUN</a></tt> (20; 20% instances), <tt><a href="la_llct-pos-VERB.html">VERB</a></tt> (5; 5% instances), <tt><a href="la_llct-pos-PROPN.html">PROPN</a></tt> (3; 3% instances), (1; 1% instances)</p>
<p>14 (14%) <code class="language-plaintext highlighter-rouge">X</code> nodes are leaves.</p>
<p>57 (56%) <code class="language-plaintext highlighter-rouge">X</code> nodes have one child.</p>
<p>25 (25%) <code class="language-plaintext highlighter-rouge">X</code> nodes have two children.</p>
<p>5 (5%) <code class="language-plaintext highlighter-rouge">X</code> nodes have three or more children.</p>
<p>The highest child degree of a <code class="language-plaintext highlighter-rouge">X</code> node is 6.</p>
<p>Children of <code class="language-plaintext highlighter-rouge">X</code> nodes are attached using 9 different relations: <tt><a href="la_llct-dep-acl.html">acl</a></tt> (58; 46% instances), <tt><a href="la_llct-dep-nmod.html">nmod</a></tt> (51; 41% instances), <tt><a href="la_llct-dep-orphan-missing.html">orphan:missing</a></tt> (5; 4% instances), <tt><a href="la_llct-dep-punct.html">punct</a></tt> (4; 3% instances), <tt><a href="la_llct-dep-amod.html">amod</a></tt> (2; 2% instances), <tt><a href="la_llct-dep-case.html">case</a></tt> (2; 2% instances), <tt><a href="la_llct-dep-cc.html">cc</a></tt> (1; 1% instances), <tt><a href="la_llct-dep-cop.html">cop</a></tt> (1; 1% instances), <tt><a href="la_llct-dep-nsubj.html">nsubj</a></tt> (1; 1% instances)</p>
<p>Children of <code class="language-plaintext highlighter-rouge">X</code> nodes belong to 11 different parts of speech: <tt><a href="la_llct-pos-VERB.html">VERB</a></tt> (59; 47% instances), <tt><a href="la_llct-pos-NOUN.html">NOUN</a></tt> (45; 36% instances), <tt><a href="la_llct-pos-PROPN.html">PROPN</a></tt> (6; 5% instances), <tt><a href="la_llct-pos-PUNCT.html">PUNCT</a></tt> (4; 3% instances), <tt><a href="la_llct-pos-PRON.html">PRON</a></tt> (3; 2% instances), <tt><a href="la_llct-pos-ADJ.html">ADJ</a></tt> (2; 2% instances), <tt><a href="la_llct-pos-ADP.html">ADP</a></tt> (2; 2% instances), <tt><a href="la_llct-pos-ADV.html">ADV</a></tt> (1; 1% instances), <tt><a href="la_llct-pos-AUX.html">AUX</a></tt> (1; 1% instances), <tt><a href="la_llct-pos-CCONJ.html">CCONJ</a></tt> (1; 1% instances), <tt><a href="la_llct-pos-DET.html">DET</a></tt> (1; 1% instances)</p>
</div>
<!-- support for embedded visualizations -->
<script type="text/javascript">
var root = '../../'; // filled in by jekyll
head.js(
// We assume that external libraries such as jquery.min.js have already been loaded outside!
// (See _layouts/base.html.)
// brat helper modules
root + 'lib/brat/configuration.js',
root + 'lib/brat/util.js',
root + 'lib/brat/annotation_log.js',
root + 'lib/ext/webfont.js',
// brat modules
root + 'lib/brat/dispatcher.js',
root + 'lib/brat/url_monitor.js',
root + 'lib/brat/visualizer.js',
// embedding configuration
root + 'lib/local/config.js',
// project-specific collection data
root + 'lib/local/collections.js',
// Annodoc
root + 'lib/annodoc/annodoc.js',
// NOTE: non-local libraries
'https://spyysalo.github.io/conllu.js/conllu.js'
);
var webFontURLs = [
// root + 'static/fonts/Astloch-Bold.ttf',
root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf',
root + 'static/fonts/Liberation_Sans-Regular.ttf'
];
var setupTimeago = function() {
jQuery("time.timeago").timeago();
};
head.ready(function() {
setupTimeago();
// mark current collection (filled in by Jekyll)
Collections.listing['_current'] = '';
// perform all embedding and support functions
Annodoc.activate(Config.bratCollData, Collections.listing);
});
</script>
<!-- google analytics -->
<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-55233688-1', 'auto');
ga('send', 'pageview');
</script>
<div id="footer">
<p class="footer-text">© 2014–2021
<a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>.
Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>.
</div>
</div>
</body>
</html>
|
docs/html/structTilesettmp_1_1layer.html | jarreed0/ArchGE | <!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>Arch Game Engine: Tilesettmp::layer Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Arch Game Engine
 <span id="projectnumber">0.1</span>
</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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="classTilesettmp.html">Tilesettmp</a></li><li class="navelem"><a class="el" href="structTilesettmp_1_1layer.html">layer</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-attribs">Public Attributes</a> |
<a href="structTilesettmp_1_1layer-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">Tilesettmp::layer Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Contains a set of tiles, the width and height of the set, the x and y coordinate of the set, and the Tiles width and height.
<a href="structTilesettmp_1_1layer.html#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:a6fb9b7d5b76a8ed3f2ff5edd008cdc7c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6fb9b7d5b76a8ed3f2ff5edd008cdc7c"></a>
int </td><td class="memItemRight" valign="bottom"><a class="el" href="structTilesettmp_1_1layer.html#a6fb9b7d5b76a8ed3f2ff5edd008cdc7c">width</a> = 0</td></tr>
<tr class="memdesc:a6fb9b7d5b76a8ed3f2ff5edd008cdc7c"><td class="mdescLeft"> </td><td class="mdescRight">layers width <br /></td></tr>
<tr class="separator:a6fb9b7d5b76a8ed3f2ff5edd008cdc7c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac6eadc7b742a95e4ed8208c38aa1c21f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac6eadc7b742a95e4ed8208c38aa1c21f"></a>
int </td><td class="memItemRight" valign="bottom"><a class="el" href="structTilesettmp_1_1layer.html#ac6eadc7b742a95e4ed8208c38aa1c21f">height</a> = 0</td></tr>
<tr class="memdesc:ac6eadc7b742a95e4ed8208c38aa1c21f"><td class="mdescLeft"> </td><td class="mdescRight">layers height <br /></td></tr>
<tr class="separator:ac6eadc7b742a95e4ed8208c38aa1c21f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4d89ea5e7ff2a5454ad6eaf77267f1cd"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4d89ea5e7ff2a5454ad6eaf77267f1cd"></a>
double </td><td class="memItemRight" valign="bottom"><a class="el" href="structTilesettmp_1_1layer.html#a4d89ea5e7ff2a5454ad6eaf77267f1cd">x</a> = 0</td></tr>
<tr class="memdesc:a4d89ea5e7ff2a5454ad6eaf77267f1cd"><td class="mdescLeft"> </td><td class="mdescRight">layers x coordinate <br /></td></tr>
<tr class="separator:a4d89ea5e7ff2a5454ad6eaf77267f1cd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afbaea6aa498809b6de69423f62887c91"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afbaea6aa498809b6de69423f62887c91"></a>
double </td><td class="memItemRight" valign="bottom"><a class="el" href="structTilesettmp_1_1layer.html#afbaea6aa498809b6de69423f62887c91">y</a> = 0</td></tr>
<tr class="memdesc:afbaea6aa498809b6de69423f62887c91"><td class="mdescLeft"> </td><td class="mdescRight">layers y coordinate <br /></td></tr>
<tr class="separator:afbaea6aa498809b6de69423f62887c91"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4d01b39564dae180e8cebfa007c14f3b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4d01b39564dae180e8cebfa007c14f3b"></a>
int </td><td class="memItemRight" valign="bottom"><a class="el" href="structTilesettmp_1_1layer.html#a4d01b39564dae180e8cebfa007c14f3b">tw</a> = 0</td></tr>
<tr class="memdesc:a4d01b39564dae180e8cebfa007c14f3b"><td class="mdescLeft"> </td><td class="mdescRight">Tiles width. <br /></td></tr>
<tr class="separator:a4d01b39564dae180e8cebfa007c14f3b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad34707745232c70eaf0027b5d83ab326"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad34707745232c70eaf0027b5d83ab326"></a>
int </td><td class="memItemRight" valign="bottom"><a class="el" href="structTilesettmp_1_1layer.html#ad34707745232c70eaf0027b5d83ab326">th</a> = 0</td></tr>
<tr class="memdesc:ad34707745232c70eaf0027b5d83ab326"><td class="mdescLeft"> </td><td class="mdescRight">Tiles height. <br /></td></tr>
<tr class="separator:ad34707745232c70eaf0027b5d83ab326"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9966cdba5ba27977a1e2bd273c81cda0"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9966cdba5ba27977a1e2bd273c81cda0"></a>
vector< <a class="el" href="structTilesettmp_1_1tile.html">tile</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="structTilesettmp_1_1layer.html#a9966cdba5ba27977a1e2bd273c81cda0">tiles</a></td></tr>
<tr class="memdesc:a9966cdba5ba27977a1e2bd273c81cda0"><td class="mdescLeft"> </td><td class="mdescRight">Vector of tiles. <br /></td></tr>
<tr class="separator:a9966cdba5ba27977a1e2bd273c81cda0"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Contains a set of tiles, the width and height of the set, the x and y coordinate of the set, and the Tiles width and height. </p>
<p>Definition at line <a class="el" href="tileset-tmp_8h_source.html#l00091">91</a> of file <a class="el" href="tileset-tmp_8h_source.html">tileset-tmp.h</a>.</p>
</div><hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="tileset-tmp_8h_source.html">tileset-tmp.h</a></li>
</ul>
</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>
|
solr-5.3.1/docs/solr-solrj/org/apache/solr/client/solrj/request/schema/class-use/SchemaRequest.Field.html | TitasNandi/Summer_Project | <!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_79) on Thu Sep 17 01:48:29 IST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Class org.apache.solr.client.solrj.request.schema.SchemaRequest.Field (Solr 5.3.1 API)</title>
<meta name="date" content="2015-09-17">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.client.solrj.request.schema.SchemaRequest.Field (Solr 5.3.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/apache/solr/client/solrj/request/schema/SchemaRequest.Field.html" title="class in org.apache.solr.client.solrj.request.schema">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/apache/solr/client/solrj/request/schema/class-use/SchemaRequest.Field.html" target="_top">Frames</a></li>
<li><a href="SchemaRequest.Field.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.client.solrj.request.schema.SchemaRequest.Field" class="title">Uses of Class<br>org.apache.solr.client.solrj.request.schema.SchemaRequest.Field</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.client.solrj.request.schema.SchemaRequest.Field</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/apache/solr/client/solrj/request/schema/SchemaRequest.Field.html" title="class in org.apache.solr.client.solrj.request.schema">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/apache/solr/client/solrj/request/schema/class-use/SchemaRequest.Field.html" target="_top">Frames</a></li>
<li><a href="SchemaRequest.Field.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
huemagic/locales/en-US/hue-bridge-config.html | Foddy/node-red-contrib-huemagic | <script type="text/markdown" data-help-name="hue-bridge">
Connects to a Philips Hue bridge.
### Name
You can either assign an alternative, internal name for the bridge or keep the default name.
### Bridge IP & Port
Enter the Hue Bridge IP address manually or press the button to call up all locally available bridges (static IP configuration on the Hue Bridge recommended). You can also optionally define an alternative port for the bridge by adding a colon to the IP address.
### API key
Enter the Hue Bridge API key manually or press the button to create a new key. If you want to create a new key, you have to press the physical button of the bridge within the time window of 20 seconds to complete the process.
### Worker
The "Worker" value determines the number of parallel commands that HueMagic is allowed to send to the bridge at the same time. According to the official documentation of the Philips Hue bridge, no more than 10 commands should be sent per second, otherwise there is a risk that the bridge will not be able to process the requests as quickly and will throw errors.
If more commands are sent at the same time than the value set here, HueMagic will execute the commands in sequence as soon as throughput is possible again.
Set this to a value below 10 (e.g. 4 to 7) if you also send commands to the bridge outside of HueMagic in order to comply with the Philips Hue recommended throughput of commands/second.
### Automatic firmware updates
HueMagic periodically checks for available Philips Hue firmware updates and automatically installs them when they are available. You can deactivate this behavior by clicking the corresponding checkbox.
### Deactivate notifications
If you activate this setting, all nodes behind this bridge will no longer receive automatic status messages.
</script> |
doc/api/org/jboss/netty/handler/codec/protobuf/class-use/ProtobufVarint32FrameDecoder.html | beav/netty-ant | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Sun Feb 05 12:13:54 CET 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.jboss.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder (The Netty Project API Reference (3.3.1.Final))
</TITLE>
<META NAME="date" CONTENT="2012-02-05">
<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 org.jboss.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder (The Netty Project API Reference (3.3.1.Final))";
}
}
</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="../../../../../../../org/jboss/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoder.html" title="class in org.jboss.netty.handler.codec.protobuf"><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?org/jboss/netty/handler/codec/protobuf//class-useProtobufVarint32FrameDecoder.html" target="_top"><B>FRAMES</B></A>
<A HREF="ProtobufVarint32FrameDecoder.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>org.jboss.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder</B></H2>
</CENTER>
No usage of org.jboss.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
<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="../../../../../../../org/jboss/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoder.html" title="class in org.jboss.netty.handler.codec.protobuf"><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?org/jboss/netty/handler/codec/protobuf//class-useProtobufVarint32FrameDecoder.html" target="_top"><B>FRAMES</B></A>
<A HREF="ProtobufVarint32FrameDecoder.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>
Copyright © 2008-2012 <a href="http://netty.io/">The Netty Project</a>. All Rights Reserved.
</BODY>
</HTML>
|
GenesAssociation/spark-2.0.0-bin-hadoop2.7/R/lib/SparkR/html/ceil.html | DataReplyUK/datareplyuk | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Computes the ceiling of the given value</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="R.css">
</head><body>
<table width="100%" summary="page for ceil {SparkR}"><tr><td>ceil {SparkR}</td><td align="right">R Documentation</td></tr></table>
<h2>Computes the ceiling of the given value</h2>
<h3>Description</h3>
<p>Computes the ceiling of the given value.
</p>
<h3>Usage</h3>
<pre>
## S4 method for signature 'Column'
ceil(x)
## S4 method for signature 'Column'
ceiling(x)
ceil(x)
</pre>
<h3>Arguments</h3>
<table summary="R argblock">
<tr valign="top"><td><code>x</code></td>
<td>
<p>Column to compute on.</p>
</td></tr>
</table>
<h3>Note</h3>
<p>ceil since 1.5.0
</p>
<p>ceiling since 1.5.0
</p>
<h3>See Also</h3>
<p>Other math_funcs: <code><a href="acos.html">acos</a></code>,
<code><a href="acos.html">acos,Column-method</a></code>; <code><a href="asin.html">asin</a></code>,
<code><a href="asin.html">asin,Column-method</a></code>; <code><a href="atan2.html">atan2</a></code>,
<code><a href="atan2.html">atan2,Column-method</a></code>; <code><a href="atan.html">atan</a></code>,
<code><a href="atan.html">atan,Column-method</a></code>; <code><a href="bin.html">bin</a></code>,
<code><a href="bin.html">bin</a></code>, <code><a href="bin.html">bin,Column-method</a></code>;
<code><a href="bround.html">bround</a></code>, <code><a href="bround.html">bround</a></code>,
<code><a href="bround.html">bround,Column-method</a></code>; <code><a href="cbrt.html">cbrt</a></code>,
<code><a href="cbrt.html">cbrt</a></code>, <code><a href="cbrt.html">cbrt,Column-method</a></code>;
<code><a href="conv.html">conv</a></code>, <code><a href="conv.html">conv</a></code>,
<code><a href="conv.html">conv,Column,numeric,numeric-method</a></code>;
<code><a href="corr.html">corr</a></code>, <code><a href="corr.html">corr</a></code>,
<code><a href="corr.html">corr</a></code>, <code><a href="corr.html">corr,Column-method</a></code>,
<code><a href="corr.html">corr,SparkDataFrame-method</a></code>;
<code><a href="cosh.html">cosh</a></code>, <code><a href="cosh.html">cosh,Column-method</a></code>;
<code><a href="cos.html">cos</a></code>, <code><a href="cos.html">cos,Column-method</a></code>;
<code><a href="covar_pop.html">covar_pop</a></code>, <code><a href="covar_pop.html">covar_pop</a></code>,
<code><a href="covar_pop.html">covar_pop,characterOrColumn,characterOrColumn-method</a></code>;
<code><a href="cov.html">cov</a></code>, <code><a href="cov.html">cov</a></code>, <code><a href="cov.html">cov</a></code>,
<code><a href="cov.html">cov,SparkDataFrame-method</a></code>,
<code><a href="cov.html">cov,characterOrColumn-method</a></code>,
<code><a href="cov.html">covar_samp</a></code>, <code><a href="cov.html">covar_samp</a></code>,
<code><a href="cov.html">covar_samp,characterOrColumn,characterOrColumn-method</a></code>;
<code><a href="expm1.html">expm1</a></code>, <code><a href="expm1.html">expm1,Column-method</a></code>;
<code><a href="exp.html">exp</a></code>, <code><a href="exp.html">exp,Column-method</a></code>;
<code><a href="factorial.html">factorial</a></code>,
<code><a href="factorial.html">factorial,Column-method</a></code>;
<code><a href="floor.html">floor</a></code>, <code><a href="floor.html">floor,Column-method</a></code>;
<code><a href="hex.html">hex</a></code>, <code><a href="hex.html">hex</a></code>,
<code><a href="hex.html">hex,Column-method</a></code>; <code><a href="hypot.html">hypot</a></code>,
<code><a href="hypot.html">hypot</a></code>, <code><a href="hypot.html">hypot,Column-method</a></code>;
<code><a href="log10.html">log10</a></code>, <code><a href="log10.html">log10,Column-method</a></code>;
<code><a href="log1p.html">log1p</a></code>, <code><a href="log1p.html">log1p,Column-method</a></code>;
<code><a href="log2.html">log2</a></code>, <code><a href="log2.html">log2,Column-method</a></code>;
<code><a href="log.html">log</a></code>, <code><a href="log.html">log,Column-method</a></code>;
<code><a href="pmod.html">pmod</a></code>, <code><a href="pmod.html">pmod</a></code>,
<code><a href="pmod.html">pmod,Column-method</a></code>; <code><a href="rint.html">rint</a></code>,
<code><a href="rint.html">rint</a></code>, <code><a href="rint.html">rint,Column-method</a></code>;
<code><a href="round.html">round</a></code>, <code><a href="round.html">round,Column-method</a></code>;
<code><a href="shiftLeft.html">shiftLeft</a></code>, <code><a href="shiftLeft.html">shiftLeft</a></code>,
<code><a href="shiftLeft.html">shiftLeft,Column,numeric-method</a></code>;
<code><a href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>,
<code><a href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>,
<code><a href="shiftRightUnsigned.html">shiftRightUnsigned,Column,numeric-method</a></code>;
<code><a href="shiftRight.html">shiftRight</a></code>, <code><a href="shiftRight.html">shiftRight</a></code>,
<code><a href="shiftRight.html">shiftRight,Column,numeric-method</a></code>;
<code><a href="sign.html">sign</a></code>, <code><a href="sign.html">sign,Column-method</a></code>,
<code><a href="sign.html">signum</a></code>, <code><a href="sign.html">signum</a></code>,
<code><a href="sign.html">signum,Column-method</a></code>; <code><a href="sinh.html">sinh</a></code>,
<code><a href="sinh.html">sinh,Column-method</a></code>; <code><a href="sin.html">sin</a></code>,
<code><a href="sin.html">sin,Column-method</a></code>; <code><a href="sqrt.html">sqrt</a></code>,
<code><a href="sqrt.html">sqrt,Column-method</a></code>; <code><a href="tanh.html">tanh</a></code>,
<code><a href="tanh.html">tanh,Column-method</a></code>; <code><a href="tan.html">tan</a></code>,
<code><a href="tan.html">tan,Column-method</a></code>; <code><a href="toDegrees.html">toDegrees</a></code>,
<code><a href="toDegrees.html">toDegrees</a></code>,
<code><a href="toDegrees.html">toDegrees,Column-method</a></code>;
<code><a href="toRadians.html">toRadians</a></code>, <code><a href="toRadians.html">toRadians</a></code>,
<code><a href="toRadians.html">toRadians,Column-method</a></code>;
<code><a href="unhex.html">unhex</a></code>, <code><a href="unhex.html">unhex</a></code>,
<code><a href="unhex.html">unhex,Column-method</a></code>
</p>
<h3>Examples</h3>
<pre>
## Not run: ceil(df$c)
## Not run: ceiling(df$c)
</pre>
<hr><div align="center">[Package <em>SparkR</em> version 2.0.0 <a href="00Index.html">Index</a>]</div>
</body></html>
|
docs-src/layouts/partials/custom-header.html | AlanRace/SpectralAnalysis | <link rel="stylesheet" type="text/css" href="{{.Site.BaseURL}}css/definition.css" /> |
lib/jade-4.3.2/doc/api/jade/core/Runtime.html | tomkren/pikater | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="it">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Fri Mar 28 15:35:04 CET 2014 -->
<title>Runtime (JADE v4.3.2 API)</title>
<meta name="date" content="2014-03-28">
<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="Runtime (JADE v4.3.2 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Runtime.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../jade/core/ProfileImpl.html" title="class in jade.core"><span class="strong">Prev Class</span></a></li>
<li><a href="../../jade/core/Service.html" title="interface in jade.core"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?jade/core/Runtime.html" target="_top">Frames</a></li>
<li><a href="Runtime.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">jade.core</div>
<h2 title="Class Runtime" class="title">Class Runtime</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>jade.core.Runtime</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">Runtime</span>
extends java.lang.Object</pre>
<div class="block">The singleton instance (accessible through the
<code>instance()</code> static method) of this class allows
controlling the JADE runtime system from an external application.
Two different modalities of controlling the JADE runtime system exist:
<ul>
<li> Multiple-container: Several containers (belonging to the same
platform) can be executed in the local JVM. This modality is
activated by means of the <code>createAgentContainer()</code>
and <code>createMainContainer()</code> methods plus the classes
included in the <code>jade.wrapper</code> package.</li>
<li> Single-container: Only one container can be executed in the
local JVM. This modality is activated by means of the
<code>startUp()</code> and <code>shutDown()</code> methods</li>
</ul>
Once a modality has been activated (by calling one of the above
methods) calling one of the methods for the other modality cause
an <code>IllegalStateException</code> to be thrown.
<p>
It should be noted that the Single-container modality only provides
a limited control of the JADE runtime system (e.g. it does not allow
creating and killing agents), but is the only one supported both
in J2SE, PJAVA/CDC and MIDP when using the LEAP add-on.</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Giovanni Rimassa - Universita' di Parma, Giovanni Caire - TILAB</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../jade/wrapper/AgentContainer.html" title="class in jade.wrapper">AgentContainer</a></code></td>
<td class="colLast"><code><strong><a href="../../jade/core/Runtime.html#createAgentContainer(jade.core.Profile)">createAgentContainer</a></strong>(<a href="../../jade/core/Profile.html" title="class in jade.core">Profile</a> p)</code>
<div class="block">Creates a new agent container in the current JVM, providing
access through a proxy object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../jade/wrapper/AgentContainer.html" title="class in jade.wrapper">AgentContainer</a></code></td>
<td class="colLast"><code><strong><a href="../../jade/core/Runtime.html#createMainContainer(jade.core.Profile)">createMainContainer</a></strong>(<a href="../../jade/core/Profile.html" title="class in jade.core">Profile</a> p)</code>
<div class="block">Creates a new main container in the current JVM, providing
access through a proxy object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../jade/core/Runtime.html#getDate()">getDate</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../jade/core/Runtime.html#getRevision()">getRevision</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../jade/core/Runtime.html#getVersion()">getVersion</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../jade/core/Runtime.html#getVersionInfo()">getVersionInfo</a></strong>()</code>
<div class="block">Return the version number and date of this JADE Runtime.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../jade/core/Runtime.html" title="class in jade.core">Runtime</a></code></td>
<td class="colLast"><code><strong><a href="../../jade/core/Runtime.html#instance()">instance</a></strong>()</code>
<div class="block">This method returns the singleton instance of this class
that should be then used to create agent containers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../jade/core/Runtime.html#invokeOnTermination(java.lang.Runnable)">invokeOnTermination</a></strong>(java.lang.Runnable r)</code>
<div class="block">Allows setting a <code>Runnable</code> that is executed when
the last container in this JVM terminates.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../jade/core/Runtime.html#setCloseVM(boolean)">setCloseVM</a></strong>(boolean flag)</code>
<div class="block">Causes the local JVM to be closed when the last container in this
JVM terminates.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../jade/core/Runtime.html#shutDown()">shutDown</a></strong>()</code>
<div class="block">Stops the JADE container running in the Single-container modality.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../jade/core/Runtime.html#startUp(jade.core.Profile)">startUp</a></strong>(<a href="../../jade/core/Profile.html" title="class in jade.core">Profile</a> p)</code>
<div class="block">Starts a JADE container in the Single-container modality.</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">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="instance()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>instance</h4>
<pre>public static <a href="../../jade/core/Runtime.html" title="class in jade.core">Runtime</a> instance()</pre>
<div class="block">This method returns the singleton instance of this class
that should be then used to create agent containers.</div>
</li>
</ul>
<a name="createAgentContainer(jade.core.Profile)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createAgentContainer</h4>
<pre>public <a href="../../jade/wrapper/AgentContainer.html" title="class in jade.wrapper">AgentContainer</a> createAgentContainer(<a href="../../jade/core/Profile.html" title="class in jade.core">Profile</a> p)</pre>
<div class="block">Creates a new agent container in the current JVM, providing
access through a proxy object.
<br>
<b>NOT available in MIDP</b>
<br></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>p</code> - the profile containing boostrap and configuration
data for this container</dd>
<dt><span class="strong">Returns:</span></dt><dd>A proxy object, through which services can be requested
from the real JADE container.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IllegalStateException</code> - if the Single-container modality
was previously activated by calling the <code>startUp()</code>
method.</dd></dl>
</li>
</ul>
<a name="createMainContainer(jade.core.Profile)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createMainContainer</h4>
<pre>public <a href="../../jade/wrapper/AgentContainer.html" title="class in jade.wrapper">AgentContainer</a> createMainContainer(<a href="../../jade/core/Profile.html" title="class in jade.core">Profile</a> p)</pre>
<div class="block">Creates a new main container in the current JVM, providing
access through a proxy object.
<br>
<b>NOT available in MIDP</b>
<br></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>p</code> - the profile containing boostrap and configuration
data for this container</dd>
<dt><span class="strong">Returns:</span></dt><dd>A proxy object, through which services can be requested
from the real JADE main container.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IllegalStateException</code> - if the Single-container modality
was previously activated by calling the <code>startUp()</code>
method.</dd></dl>
</li>
</ul>
<a name="setCloseVM(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCloseVM</h4>
<pre>public void setCloseVM(boolean flag)</pre>
<div class="block">Causes the local JVM to be closed when the last container in this
JVM terminates.
<br>
<b>NOT available in MIDP</b>
<br></div>
</li>
</ul>
<a name="startUp(jade.core.Profile)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startUp</h4>
<pre>public void startUp(<a href="../../jade/core/Profile.html" title="class in jade.core">Profile</a> p)</pre>
<div class="block">Starts a JADE container in the Single-container modality.
Successive calls to this method will take no effect.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>p</code> - the profile containing boostrap and configuration
data for this container</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IllegalStateException</code> - if the Multiple-container modality
was previously activated by calling the <code>createAgentContainer()</code>
or <code>createMainContainer()</code> methods.</dd></dl>
</li>
</ul>
<a name="shutDown()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>shutDown</h4>
<pre>public void shutDown()</pre>
<div class="block">Stops the JADE container running in the Single-container modality.</div>
</li>
</ul>
<a name="invokeOnTermination(java.lang.Runnable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invokeOnTermination</h4>
<pre>public void invokeOnTermination(java.lang.Runnable r)</pre>
<div class="block">Allows setting a <code>Runnable</code> that is executed when
the last container in this JVM terminates.</div>
</li>
</ul>
<a name="getVersionInfo()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVersionInfo</h4>
<pre>public static java.lang.String getVersionInfo()</pre>
<div class="block">Return the version number and date of this JADE Runtime.</div>
</li>
</ul>
<a name="getVersion()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVersion</h4>
<pre>public static java.lang.String getVersion()</pre>
</li>
</ul>
<a name="getRevision()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRevision</h4>
<pre>public static java.lang.String getRevision()</pre>
</li>
</ul>
<a name="getDate()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getDate</h4>
<pre>public static java.lang.String getDate()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Runtime.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../jade/core/ProfileImpl.html" title="class in jade.core"><span class="strong">Prev Class</span></a></li>
<li><a href="../../jade/core/Service.html" title="interface in jade.core"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?jade/core/Runtime.html" target="_top">Frames</a></li>
<li><a href="Runtime.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><center>These are the official <i><a href=http://jade.tilab.com target=top>JADE</a></i> API. For these API backward compatibility is guaranteed accross JADE versions</center></small></p>
</body>
</html>
|
poi-3.10-FINAL/docs/apidocs/org/apache/poi/xslf/usermodel/XSLFTableRow.html | pedro93/ifarmaStudents | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ru">
<head>
<title>XSLFTableRow (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="XSLFTableRow (POI API Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/XSLFTableRow.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableStyle.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/poi/xslf/usermodel/XSLFTableRow.html" target="_top">Frames</a></li>
<li><a href="XSLFTableRow.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.poi.xslf.usermodel</div>
<h2 title="Class XSLFTableRow" class="title">Class XSLFTableRow</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.poi.xslf.usermodel.XSLFTableRow</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.lang.Iterable<<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a>></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">XSLFTableRow</span>
extends java.lang.Object
implements java.lang.Iterable<<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a>></pre>
<div class="block">Represents a table in a .pptx presentation</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Yegor Kozlov</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableRow.html#addCell()">addCell</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableRow.html#getCells()">getCells</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableRow.html#getHeight()">getHeight</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.CTTableRow</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableRow.html#getXmlObject()">getXmlObject</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Iterator<<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableRow.html#iterator()">iterator</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableRow.html#setHeight(double)">setHeight</a></strong>(double height)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getXmlObject()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getXmlObject</h4>
<pre>public org.openxmlformats.schemas.drawingml.x2006.main.CTTableRow getXmlObject()</pre>
</li>
</ul>
<a name="iterator()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>iterator</h4>
<pre>public java.util.Iterator<<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a>> iterator()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>iterator</code> in interface <code>java.lang.Iterable<<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a>></code></dd>
</dl>
</li>
</ul>
<a name="getCells()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCells</h4>
<pre>public java.util.List<<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a>> getCells()</pre>
</li>
</ul>
<a name="getHeight()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHeight</h4>
<pre>public double getHeight()</pre>
</li>
</ul>
<a name="setHeight(double)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setHeight</h4>
<pre>public void setHeight(double height)</pre>
</li>
</ul>
<a name="addCell()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>addCell</h4>
<pre>public <a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a> addCell()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/XSLFTableRow.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableStyle.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/poi/xslf/usermodel/XSLFTableRow.html" target="_top">Frames</a></li>
<li><a href="XSLFTableRow.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright 2014 The Apache Software Foundation or
its licensors, as applicable.</i>
</small></p>
</body>
</html>
|
dcm4chee-web-common/tags/DCM4CHEE-WEB-3_0_0/src/main/resources/org/dcm4chee/web/common/markup/PatientNameField.html | medicayun/medicayundicom | <wicket:panel>
<div style="white-space: nowrap;" class="patientTF">
<div style="float:left; "> <!-- class is added in code (patient_fn or patient_full) -->
<span wicket:id="fnLabel" style="display:block"/>
<input type="text" wicket:id="fnField" maxlength="60"/>
</div>
<div class="patient_gn">
<span wicket:id="gnLabel" style="display:block"/>
<input type="text" wicket:id="gnField" maxlength="60"/>
</div>
</div>
</wicket:panel> |
doc/javadocs/serialized-form.html | dramer/BichromateSample | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_231) on Tue Feb 25 07:04:15 CST 2020 -->
<title>Serialized Form</title>
<meta name="date" content="2020-02-25">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Serialized Form";
}
}
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>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?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.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="Serialized Form" class="title">Serialized Form</h1>
</div>
<div class="serializedFormContainer">
<ul class="blockList">
<li class="blockList">
<h2 title="Package">Package bichromate.dataStore</h2>
<ul class="blockList">
<li class="blockList"><a name="bichromate.dataStore.sTestGitLogData">
<!-- -->
</a>
<h3>Class <a href="bichromate/dataStore/sTestGitLogData.html" title="class in bichromate.dataStore">bichromate.dataStore.sTestGitLogData</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>repoName</h4>
<pre>java.lang.String repoName</pre>
</li>
<li class="blockList">
<h4>jiraID</h4>
<pre>java.lang.String jiraID</pre>
</li>
<li class="blockList">
<h4>isBug</h4>
<pre>java.lang.Boolean isBug</pre>
</li>
<li class="blockList">
<h4>gitComment</h4>
<pre>java.lang.String gitComment</pre>
</li>
<li class="blockList">
<h4>gitOwner</h4>
<pre>java.lang.String gitOwner</pre>
</li>
<li class="blockListLast">
<h4>gitFileList</h4>
<pre>java.util.List<E> gitFileList</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="bichromate.dataStore.sTestTestDataStorage">
<!-- -->
</a>
<h3>Class <a href="bichromate/dataStore/sTestTestDataStorage.html" title="class in bichromate.dataStore">bichromate.dataStore.sTestTestDataStorage</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package bichromate.graphs</h2>
<ul class="blockList">
<li class="blockList"><a name="bichromate.graphs.sTestCPUGraph">
<!-- -->
</a>
<h3>Class <a href="bichromate/graphs/sTestCPUGraph.html" title="class in bichromate.graphs">bichromate.graphs.sTestCPUGraph</a> extends javax.swing.JPanel implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>sw</h4>
<pre>org.knowm.xchart.XChartPanel<T extends org.knowm.xchart.internal.chartpart.Chart> sw</pre>
</li>
<li class="blockList">
<h4>chart</h4>
<pre>org.knowm.xchart.XYChart chart</pre>
</li>
<li class="blockList">
<h4>initdata</h4>
<pre>double[][] initdata</pre>
</li>
<li class="blockListLast">
<h4>dataThread</h4>
<pre>bichromate.graphs.sTestCPUGraph.graphDataThread dataThread</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="bichromate.graphs.sTestPieChartPanel">
<!-- -->
</a>
<h3>Class <a href="bichromate/graphs/sTestPieChartPanel.html" title="class in bichromate.graphs">bichromate.graphs.sTestPieChartPanel</a> extends javax.swing.JPanel implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package bichromate.servers</h2>
<ul class="blockList">
<li class="blockList"><a name="bichromate.servers.sTestServerIndicator">
<!-- -->
</a>
<h3>Class <a href="bichromate/servers/sTestServerIndicator.html" title="class in bichromate.servers">bichromate.servers.sTestServerIndicator</a> extends javax.swing.JPanel implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>images</h4>
<pre>javax.swing.ImageIcon[] images</pre>
</li>
<li class="blockList">
<h4>totalImages</h4>
<pre>int totalImages</pre>
</li>
<li class="blockList">
<h4>currentImage</h4>
<pre>int currentImage</pre>
</li>
<li class="blockList">
<h4>animationDelay</h4>
<pre>int animationDelay</pre>
</li>
<li class="blockList">
<h4>animationTimer</h4>
<pre>javax.swing.Timer animationTimer</pre>
</li>
<li class="blockList">
<h4>osInfo</h4>
<pre><a href="bichromate/factories/sTestOSInformationFactory.html" title="class in bichromate.factories">sTestOSInformationFactory</a> osInfo</pre>
</li>
<li class="blockList">
<h4>imageFile</h4>
<pre>java.lang.String imageFile</pre>
</li>
<li class="blockList">
<h4>image</h4>
<pre>javax.swing.ImageIcon image</pre>
</li>
<li class="blockListLast">
<h4>d</h4>
<pre>java.awt.Dimension d</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package bichromate.tools</h2>
<ul class="blockList">
<li class="blockList"><a name="bichromate.tools.cronJobPanel">
<!-- -->
</a>
<h3>Class <a href="bichromate/tools/cronJobPanel.html" title="class in bichromate.tools">bichromate.tools.cronJobPanel</a> extends javax.swing.JPanel implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>splash</h4>
<pre><a href="bichromate/tools/sTestSplashScreen.html" title="class in bichromate.tools">sTestSplashScreen</a> splash</pre>
</li>
<li class="blockList">
<h4>outPutPanel</h4>
<pre>javax.swing.JPanel outPutPanel</pre>
</li>
<li class="blockList">
<h4>spreadSheetPanel</h4>
<pre>javax.swing.JPanel spreadSheetPanel</pre>
</li>
<li class="blockList">
<h4>actionPanel</h4>
<pre>javax.swing.JPanel actionPanel</pre>
</li>
<li class="blockList">
<h4>textPanel</h4>
<pre>javax.swing.JPanel textPanel</pre>
</li>
<li class="blockList">
<h4>tableNamePanel</h4>
<pre>javax.swing.JPanel tableNamePanel</pre>
</li>
<li class="blockList">
<h4>workSheetPanel</h4>
<pre>javax.swing.JPanel workSheetPanel</pre>
</li>
<li class="blockList">
<h4>buttonPanel</h4>
<pre>javax.swing.JPanel buttonPanel</pre>
</li>
<li class="blockList">
<h4>groupPanel</h4>
<pre>javax.swing.JPanel groupPanel</pre>
</li>
<li class="blockList">
<h4>cronJob</h4>
<pre><a href="bichromate/tools/sTestCronJob.html" title="class in bichromate.tools">sTestCronJob</a> cronJob</pre>
</li>
<li class="blockList">
<h4>dataModel</h4>
<pre>javax.swing.table.AbstractTableModel dataModel</pre>
</li>
<li class="blockList">
<h4>start</h4>
<pre>javax.swing.JButton start</pre>
</li>
<li class="blockList">
<h4>stop</h4>
<pre>javax.swing.JButton stop</pre>
</li>
<li class="blockList">
<h4>loadCronData</h4>
<pre>javax.swing.JButton loadCronData</pre>
</li>
<li class="blockList">
<h4>saveCronData</h4>
<pre>javax.swing.JButton saveCronData</pre>
</li>
<li class="blockList">
<h4>cronOutPut</h4>
<pre>javax.swing.JTextPane cronOutPut</pre>
</li>
<li class="blockList">
<h4>sms</h4>
<pre>javax.swing.JCheckBox sms</pre>
</li>
<li class="blockList">
<h4>MAX_ROWS</h4>
<pre>int MAX_ROWS</pre>
</li>
<li class="blockList">
<h4>MAX_COLS</h4>
<pre>int MAX_COLS</pre>
</li>
<li class="blockList">
<h4>data</h4>
<pre>java.lang.String[][] data</pre>
</li>
<li class="blockList">
<h4>workSheetNameLabel</h4>
<pre>javax.swing.JLabel workSheetNameLabel</pre>
</li>
<li class="blockList">
<h4>workSheetName</h4>
<pre>javax.swing.JTextField workSheetName</pre>
</li>
<li class="blockList">
<h4>tableNameLabel</h4>
<pre>javax.swing.JLabel tableNameLabel</pre>
</li>
<li class="blockListLast">
<h4>tableName</h4>
<pre>javax.swing.JTextField tableName</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="bichromate.tools.MainServlet">
<!-- -->
</a>
<h3>Class <a href="bichromate/tools/MainServlet.html" title="class in bichromate.tools">bichromate.tools.MainServlet</a> extends javax.servlet.http.HttpServlet implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
<li class="blockList"><a name="bichromate.tools.sTestLicenseFactoryPanel">
<!-- -->
</a>
<h3>Class <a href="bichromate/tools/sTestLicenseFactoryPanel.html" title="class in bichromate.tools">bichromate.tools.sTestLicenseFactoryPanel</a> extends javax.swing.JPanel implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>splash</h4>
<pre><a href="bichromate/tools/sTestSplashScreen.html" title="class in bichromate.tools">sTestSplashScreen</a> splash</pre>
</li>
<li class="blockList">
<h4>keyVerification</h4>
<pre><a href="bichromate/tools/KeyVerifier.html" title="class in bichromate.tools">KeyVerifier</a> keyVerification</pre>
</li>
<li class="blockListLast">
<h4>keyGen</h4>
<pre>bichromate.tools.KeyGenerator keyGen</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="bichromate.tools.sTestLoadClientPanel">
<!-- -->
</a>
<h3>Class <a href="bichromate/tools/sTestLoadClientPanel.html" title="class in bichromate.tools">bichromate.tools.sTestLoadClientPanel</a> extends javax.swing.JPanel implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>actionPanel</h4>
<pre>javax.swing.JPanel actionPanel</pre>
</li>
<li class="blockList">
<h4>m_count</h4>
<pre>javax.swing.JSpinner m_count</pre>
</li>
<li class="blockList">
<h4>m_threadCount</h4>
<pre>javax.swing.JSpinner m_threadCount</pre>
</li>
<li class="blockList">
<h4>removeClient</h4>
<pre>javax.swing.JButton removeClient</pre>
</li>
<li class="blockList">
<h4>enabled</h4>
<pre>javax.swing.JCheckBox enabled</pre>
</li>
<li class="blockList">
<h4>iterationPanel</h4>
<pre>javax.swing.JPanel iterationPanel</pre>
</li>
<li class="blockList">
<h4>loadCountPanel</h4>
<pre>javax.swing.JPanel loadCountPanel</pre>
</li>
<li class="blockList">
<h4>buttonPanel</h4>
<pre>javax.swing.JPanel buttonPanel</pre>
</li>
<li class="blockList">
<h4>messagePanel</h4>
<pre>javax.swing.JPanel messagePanel</pre>
</li>
<li class="blockList">
<h4>controlsPanel</h4>
<pre>javax.swing.JPanel controlsPanel</pre>
</li>
<li class="blockListLast">
<h4>messageArea</h4>
<pre>javax.swing.JTextArea messageArea</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="bichromate.tools.sTestLoadTester">
<!-- -->
</a>
<h3>Class <a href="bichromate/tools/sTestLoadTester.html" title="class in bichromate.tools">bichromate.tools.sTestLoadTester</a> extends javax.swing.JPanel implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>serverIsRunning</h4>
<pre>boolean serverIsRunning</pre>
</li>
<li class="blockList">
<h4>clientConnected</h4>
<pre>boolean clientConnected</pre>
</li>
<li class="blockList">
<h4>splash</h4>
<pre><a href="bichromate/tools/sTestSplashScreen.html" title="class in bichromate.tools">sTestSplashScreen</a> splash</pre>
</li>
<li class="blockList">
<h4>logOutputPanel</h4>
<pre>javax.swing.JPanel logOutputPanel</pre>
</li>
<li class="blockList">
<h4>logOutput</h4>
<pre>javax.swing.JTextPane logOutput</pre>
</li>
<li class="blockList">
<h4>actionPanel</h4>
<pre>javax.swing.JPanel actionPanel</pre>
</li>
<li class="blockList">
<h4>serverInfo</h4>
<pre>javax.swing.JPanel serverInfo</pre>
</li>
<li class="blockList">
<h4>loadButtonPanel</h4>
<pre>javax.swing.JPanel loadButtonPanel</pre>
</li>
<li class="blockList">
<h4>iterationPanel</h4>
<pre>javax.swing.JPanel iterationPanel</pre>
</li>
<li class="blockList">
<h4>loadCountPanel</h4>
<pre>javax.swing.JPanel loadCountPanel</pre>
</li>
<li class="blockList">
<h4>serverIP</h4>
<pre>javax.swing.JPanel serverIP</pre>
</li>
<li class="blockList">
<h4>iterationLoadSetupPanel</h4>
<pre>javax.swing.JPanel iterationLoadSetupPanel</pre>
</li>
<li class="blockList">
<h4>buttonPanel</h4>
<pre>javax.swing.JPanel buttonPanel</pre>
</li>
<li class="blockList">
<h4>clientPanel</h4>
<pre>javax.swing.JPanel clientPanel</pre>
</li>
<li class="blockList">
<h4>systemPanel</h4>
<pre>javax.swing.JPanel systemPanel</pre>
</li>
<li class="blockList">
<h4>mySysInfo</h4>
<pre><a href="bichromate/system/systemInformation.html" title="class in bichromate.system">systemInformation</a> mySysInfo</pre>
</li>
<li class="blockList">
<h4>setupNewClient</h4>
<pre>java.awt.event.ActionListener setupNewClient</pre>
</li>
<li class="blockList">
<h4>serverManagerThread</h4>
<pre><a href="bichromate/servers/sTestLoadServerManager.html" title="class in bichromate.servers">sTestLoadServerManager</a> serverManagerThread</pre>
</li>
<li class="blockList">
<h4>serverIndi</h4>
<pre><a href="bichromate/servers/sTestServerIndicator.html" title="class in bichromate.servers">sTestServerIndicator</a> serverIndi</pre>
</li>
<li class="blockList">
<h4>m_threadCount</h4>
<pre>javax.swing.JSpinner m_threadCount</pre>
<div class="block">A spinner to let users choose the number of threads they want to use</div>
</li>
<li class="blockList">
<h4>m_count</h4>
<pre>javax.swing.JSpinner m_count</pre>
<div class="block">A spinner to let the users choose the number of times they want the test
to run.</div>
</li>
<li class="blockList">
<h4>m_opCount</h4>
<pre>int m_opCount</pre>
<div class="block">This variable will hold the number of times have executed the test.</div>
</li>
<li class="blockList">
<h4>m_start</h4>
<pre>javax.swing.JButton m_start</pre>
<div class="block">The button allowing the user to start the test</div>
</li>
<li class="blockList">
<h4>startServer</h4>
<pre>javax.swing.JButton startServer</pre>
<div class="block">The button allowing the user to start the test</div>
</li>
<li class="blockList">
<h4>client</h4>
<pre>javax.swing.JButton client</pre>
<div class="block">The button allowing the user to start the test</div>
</li>
<li class="blockList">
<h4>m_url</h4>
<pre>javax.swing.JTextField m_url</pre>
<div class="block">A text field where the user can specify the URL to their server.</div>
</li>
<li class="blockList">
<h4>m_ip</h4>
<pre>javax.swing.JTextField m_ip</pre>
<div class="block">A text field where the user can specify the URL to their server.</div>
</li>
<li class="blockList">
<h4>m_shortTimer</h4>
<pre>javax.swing.Timer m_shortTimer</pre>
<div class="block">We will use this timer to know when to look at the threads and see which
ones need to be restarted.</div>
</li>
<li class="blockListLast">
<h4>m_threads</h4>
<pre>java.util.HashMap<K,V> m_threads</pre>
<div class="block">This HashMap will hold onto the threads which are running and the number
of times each of those threads has run.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="bichromate.tools.sTestLogFilePanel">
<!-- -->
</a>
<h3>Class <a href="bichromate/tools/sTestLogFilePanel.html" title="class in bichromate.tools">bichromate.tools.sTestLogFilePanel</a> extends javax.swing.JPanel implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>log</h4>
<pre><a href="bichromate/tools/sTestLogFileFactory.html" title="class in bichromate.tools">sTestLogFileFactory</a> log</pre>
</li>
<li class="blockList">
<h4>splash</h4>
<pre><a href="bichromate/tools/sTestSplashScreen.html" title="class in bichromate.tools">sTestSplashScreen</a> splash</pre>
</li>
<li class="blockList">
<h4>logOutput</h4>
<pre>javax.swing.JTextPane logOutput</pre>
</li>
<li class="blockList">
<h4>logOutputPanel</h4>
<pre>javax.swing.JPanel logOutputPanel</pre>
</li>
<li class="blockList">
<h4>actionPanelTop</h4>
<pre>javax.swing.JPanel actionPanelTop</pre>
</li>
<li class="blockList">
<h4>actionPanelBottom</h4>
<pre>javax.swing.JPanel actionPanelBottom</pre>
</li>
<li class="blockList">
<h4>actionPanelBottom2</h4>
<pre>javax.swing.JPanel actionPanelBottom2</pre>
</li>
<li class="blockList">
<h4>actionPanelBottom3</h4>
<pre>javax.swing.JPanel actionPanelBottom3</pre>
</li>
<li class="blockList">
<h4>actionPanel</h4>
<pre>javax.swing.JPanel actionPanel</pre>
</li>
<li class="blockList">
<h4>actionButton</h4>
<pre>javax.swing.JButton actionButton</pre>
</li>
<li class="blockList">
<h4>stageLabel</h4>
<pre>javax.swing.JLabel stageLabel</pre>
</li>
<li class="blockList">
<h4>logFileLabel</h4>
<pre>javax.swing.JLabel logFileLabel</pre>
</li>
<li class="blockList">
<h4>password</h4>
<pre>javax.swing.JPasswordField password</pre>
</li>
<li class="blockList">
<h4>login</h4>
<pre>javax.swing.JTextField login</pre>
</li>
<li class="blockList">
<h4>fileSelectionBox</h4>
<pre>javax.swing.JComboBox<E> fileSelectionBox</pre>
</li>
<li class="blockList">
<h4>serverSelectionBox</h4>
<pre>javax.swing.JComboBox<E> serverSelectionBox</pre>
</li>
<li class="blockList">
<h4>errorsLabel</h4>
<pre>javax.swing.JLabel errorsLabel</pre>
</li>
<li class="blockList">
<h4>errors</h4>
<pre>javax.swing.JTextField errors</pre>
</li>
<li class="blockList">
<h4>fatalLabel</h4>
<pre>javax.swing.JLabel fatalLabel</pre>
</li>
<li class="blockList">
<h4>fatal</h4>
<pre>javax.swing.JTextField fatal</pre>
</li>
<li class="blockList">
<h4>customLabel</h4>
<pre>javax.swing.JLabel customLabel</pre>
</li>
<li class="blockList">
<h4>custom</h4>
<pre>javax.swing.JTextField custom</pre>
</li>
<li class="blockList">
<h4>searchLabel</h4>
<pre>javax.swing.JLabel searchLabel</pre>
</li>
<li class="blockList">
<h4>search</h4>
<pre>javax.swing.JTextField search</pre>
</li>
<li class="blockList">
<h4>parseLogFileButton</h4>
<pre>javax.swing.JButton parseLogFileButton</pre>
</li>
<li class="blockList">
<h4>serverSelection</h4>
<pre>java.util.Vector<E> serverSelection</pre>
</li>
<li class="blockListLast">
<h4>fileSelection</h4>
<pre>java.util.Vector<E> fileSelection</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package bichromate.video</h2>
<ul class="blockList">
<li class="blockList"><a name="bichromate.video.USBCamera">
<!-- -->
</a>
<h3>Class <a href="bichromate/video/USBCamera.html" title="class in bichromate.video">bichromate.video.USBCamera</a> extends javax.swing.JFrame implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>executor</h4>
<pre>java.util.concurrent.Executor executor</pre>
</li>
<li class="blockList">
<h4>size</h4>
<pre>java.awt.Dimension size</pre>
</li>
<li class="blockList">
<h4>webcams</h4>
<pre>java.util.List<E> webcams</pre>
</li>
<li class="blockList">
<h4>panels</h4>
<pre>java.util.List<E> panels</pre>
</li>
<li class="blockList">
<h4>btSnapMe</h4>
<pre>javax.swing.JButton btSnapMe</pre>
</li>
<li class="blockList">
<h4>btStart</h4>
<pre>javax.swing.JButton btStart</pre>
</li>
<li class="blockListLast">
<h4>btStop</h4>
<pre>javax.swing.JButton btStop</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>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?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.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>
|
Citysynth_v2/Yaml_reader/snakeyaml/target/site/xref/org/yaml/snakeyaml/extensions/compactnotation/CompactData.html | Mohitsharma44/Citysynth | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>CompactData xref</title>
<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../../../apidocs/org/yaml/snakeyaml/extensions/compactnotation/CompactData.html">View Javadoc</a></div><pre>
<a class="jxr_linenumber" name="1" href="#1">1</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="2" href="#2">2</a> <em class="jxr_javadoccomment"> * Copyright (c) 2008-2012, <a href="http://www.snakeyaml.org" target="alexandria_uri">http://www.snakeyaml.org</a></em>
<a class="jxr_linenumber" name="3" href="#3">3</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="4" href="#4">4</a> <em class="jxr_javadoccomment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
<a class="jxr_linenumber" name="5" href="#5">5</a> <em class="jxr_javadoccomment"> * you may not use this file except in compliance with the License.</em>
<a class="jxr_linenumber" name="6" href="#6">6</a> <em class="jxr_javadoccomment"> * You may obtain a copy of the License at</em>
<a class="jxr_linenumber" name="7" href="#7">7</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="8" href="#8">8</a> <em class="jxr_javadoccomment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
<a class="jxr_linenumber" name="9" href="#9">9</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="10" href="#10">10</a> <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
<a class="jxr_linenumber" name="11" href="#11">11</a> <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
<a class="jxr_linenumber" name="12" href="#12">12</a> <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
<a class="jxr_linenumber" name="13" href="#13">13</a> <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
<a class="jxr_linenumber" name="14" href="#14">14</a> <em class="jxr_javadoccomment"> * limitations under the License.</em>
<a class="jxr_linenumber" name="15" href="#15">15</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="16" href="#16">16</a> <strong class="jxr_keyword">package</strong> org.yaml.snakeyaml.extensions.compactnotation;
<a class="jxr_linenumber" name="17" href="#17">17</a>
<a class="jxr_linenumber" name="18" href="#18">18</a> <strong class="jxr_keyword">import</strong> java.util.ArrayList;
<a class="jxr_linenumber" name="19" href="#19">19</a> <strong class="jxr_keyword">import</strong> java.util.HashMap;
<a class="jxr_linenumber" name="20" href="#20">20</a> <strong class="jxr_keyword">import</strong> java.util.List;
<a class="jxr_linenumber" name="21" href="#21">21</a> <strong class="jxr_keyword">import</strong> java.util.Map;
<a class="jxr_linenumber" name="22" href="#22">22</a>
<a class="jxr_linenumber" name="23" href="#23">23</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/yaml/snakeyaml/extensions/compactnotation/CompactData.html">CompactData</a> {
<a class="jxr_linenumber" name="24" href="#24">24</a> <strong class="jxr_keyword">private</strong> String prefix;
<a class="jxr_linenumber" name="25" href="#25">25</a> <strong class="jxr_keyword">private</strong> List<String> arguments = <strong class="jxr_keyword">new</strong> ArrayList<String>();
<a class="jxr_linenumber" name="26" href="#26">26</a> <strong class="jxr_keyword">private</strong> Map<String, String> properties = <strong class="jxr_keyword">new</strong> HashMap<String, String>();
<a class="jxr_linenumber" name="27" href="#27">27</a>
<a class="jxr_linenumber" name="28" href="#28">28</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../org/yaml/snakeyaml/extensions/compactnotation/CompactData.html">CompactData</a>(String prefix) {
<a class="jxr_linenumber" name="29" href="#29">29</a> <strong class="jxr_keyword">this</strong>.prefix = prefix;
<a class="jxr_linenumber" name="30" href="#30">30</a> }
<a class="jxr_linenumber" name="31" href="#31">31</a>
<a class="jxr_linenumber" name="32" href="#32">32</a> <strong class="jxr_keyword">public</strong> String getPrefix() {
<a class="jxr_linenumber" name="33" href="#33">33</a> <strong class="jxr_keyword">return</strong> prefix;
<a class="jxr_linenumber" name="34" href="#34">34</a> }
<a class="jxr_linenumber" name="35" href="#35">35</a>
<a class="jxr_linenumber" name="36" href="#36">36</a> <strong class="jxr_keyword">public</strong> Map<String, String> getProperties() {
<a class="jxr_linenumber" name="37" href="#37">37</a> <strong class="jxr_keyword">return</strong> properties;
<a class="jxr_linenumber" name="38" href="#38">38</a> }
<a class="jxr_linenumber" name="39" href="#39">39</a>
<a class="jxr_linenumber" name="40" href="#40">40</a> <strong class="jxr_keyword">public</strong> List<String> getArguments() {
<a class="jxr_linenumber" name="41" href="#41">41</a> <strong class="jxr_keyword">return</strong> arguments;
<a class="jxr_linenumber" name="42" href="#42">42</a> }
<a class="jxr_linenumber" name="43" href="#43">43</a>
<a class="jxr_linenumber" name="44" href="#44">44</a> @Override
<a class="jxr_linenumber" name="45" href="#45">45</a> <strong class="jxr_keyword">public</strong> String toString() {
<a class="jxr_linenumber" name="46" href="#46">46</a> <strong class="jxr_keyword">return</strong> <span class="jxr_string">"CompactData: "</span> + prefix + <span class="jxr_string">" "</span> + properties;
<a class="jxr_linenumber" name="47" href="#47">47</a> }
<a class="jxr_linenumber" name="48" href="#48">48</a> }
</pre>
<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
</html>
|
响应式布局/选择器/choose3.html | okboy5555/demo | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>选择子元素</title>
<style>
li:first-child{
background: yellow;
}
li:last-child{
background: blue;
}
/*nth-child(position)*/
li:nth-child(3){
background: firebrick;
}
li:nth-last-child(2){
background: green;
}
/*倒数第二个*/
li:nth-child(odd){
}
/*奇数*/
li:nth-child(even){
}
/*偶数*/
</style>
</head>
<body>
<h2>列表</h2>
<ul>
<li>列表1</li>
<li>
列表2</li>
<li>
列表3</li>
<li>
列表4</li>
<li>
列表5</li>
<li>
列表6</li>
</ul>
</body>
</html>
|
mysite/docs/classes/Meeting.html | friends-of-the-igf/FoIGF | <!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta charset="utf-8"/>
<title>API Documentation</title>
<meta name="author" content=""/>
<meta name="description" content=""/>
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<link href="../css/prism.css" rel="stylesheet" media="all"/>
<link href="../css/template.css" rel="stylesheet" media="all"/>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js" type="text/javascript"></script>
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script src="../js/jquery.smooth-scroll.js"></script>
<script src="../js/prism.min.js"></script>
<!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit-->
<script type="text/javascript">
function loadExternalCodeSnippets() {
Array.prototype.slice.call(document.querySelectorAll('pre[data-src]')).forEach(function (pre) {
var src = pre.getAttribute('data-src');
var extension = (src.match(/\.(\w+)$/) || [, ''])[1];
var language = 'php';
var code = document.createElement('code');
code.className = 'language-' + language;
pre.textContent = '';
code.textContent = 'Loading…';
pre.appendChild(code);
var xhr = new XMLHttpRequest();
xhr.open('GET', src, true);
xhr.onreadystatechange = function () {
if (xhr.readyState == 4) {
if (xhr.status < 400 && xhr.responseText) {
code.textContent = xhr.responseText;
Prism.highlightElement(code);
}
else if (xhr.status >= 400) {
code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
}
else {
code.textContent = '✖ Error: File does not exist or is empty';
}
}
};
xhr.send(null);
});
}
$(document).ready(function(){
loadExternalCodeSnippets();
});
$('#source-view').on('shown', function () {
loadExternalCodeSnippets();
})
</script>
<link rel="shortcut icon" href="../images/favicon.ico"/>
<link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<i class="icon-ellipsis-vertical"></i>
</a>
<a class="brand" href="../index.html">API Documentation</a>
<div class="nav-collapse">
<ul class="nav pull-right">
<li class="dropdown">
<a href="../index.html" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b>
</a>
<ul class="dropdown-menu">
</ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../graphs/class.html">
<i class="icon-list-alt"></i> Class hierarchy diagram
</a>
</li>
</ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../reports/errors.html">
<i class="icon-list-alt"></i> Errors
</a>
</li>
<li>
<a href="../reports/markers.html">
<i class="icon-list-alt"></i> Markers
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!--<div class="go_to_top">-->
<!--<a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>-->
<!--</div>-->
</div>
<div id="___" class="container-fluid">
<section class="row-fluid">
<div class="span2 sidebar">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-1582153967"></a>
<a href="../namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a>
</div>
<div id="namespace-1582153967" class="accordion-body collapse in">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/MeetingAdmin.html">MeetingAdmin</a></li>
<li class="class"><a href="../classes/MeetingSessionAdmin.html">MeetingSessionAdmin</a></li>
<li class="class"><a href="../classes/OrganisationAdmin.html">OrganisationAdmin</a></li>
<li class="class"><a href="../classes/RegionalMeetingAdmin.html">RegionalMeetingAdmin</a></li>
<li class="class"><a href="../classes/LinkItemController.html">LinkItemController</a></li>
<li class="class"><a href="../classes/MeetingController.html">MeetingController</a></li>
<li class="class"><a href="../classes/ProposalController.html">ProposalController</a></li>
<li class="class"><a href="../classes/RegionalNationalController.html">RegionalNationalController</a></li>
<li class="class"><a href="../classes/SessionController.html">SessionController</a></li>
<li class="class"><a href="../classes/TranscriptController.html">TranscriptController</a></li>
<li class="class"><a href="../classes/CustomFileExtension.html">CustomFileExtension</a></li>
<li class="class"><a href="../classes/CustomMember.html">CustomMember</a></li>
<li class="class"><a href="../classes/CustomSiteConfig.html">CustomSiteConfig</a></li>
<li class="class"><a href="../classes/SearchExtension.html">SearchExtension</a></li>
<li class="class"><a href="../classes/LinkItem.html">LinkItem</a></li>
<li class="class"><a href="../classes/Location.html">Location</a></li>
<li class="class"><a href="../classes/Meeting.html">Meeting</a></li>
<li class="class"><a href="../classes/MeetingSession.html">MeetingSession</a></li>
<li class="class"><a href="../classes/Organisation.html">Organisation</a></li>
<li class="class"><a href="../classes/RNMeeting.html">RNMeeting</a></li>
<li class="class"><a href="../classes/RNRegion.html">RNRegion</a></li>
<li class="class"><a href="../classes/RNType.html">RNType</a></li>
<li class="class"><a href="../classes/Topic.html">Topic</a></li>
<li class="class"><a href="../classes/Type.html">Type</a></li>
<li class="class"><a href="../classes/Video.html">Video</a></li>
<li class="class"><a href="../classes/AboutPage.html">AboutPage</a></li>
<li class="class"><a href="../classes/AboutPage_Controller.html">AboutPage_Controller</a></li>
<li class="class"><a href="../classes/ContactPage.html">ContactPage</a></li>
<li class="class"><a href="../classes/ContactPage_Controller.html">ContactPage_Controller</a></li>
<li class="class"><a href="../classes/HomePage.html">HomePage</a></li>
<li class="class"><a href="../classes/HomePage_Controller.html">HomePage_Controller</a></li>
<li class="class"><a href="../classes/MeetingsHolder.html">MeetingsHolder</a></li>
<li class="class"><a href="../classes/MeetingsHolder_Controller.html">MeetingsHolder_Controller</a></li>
<li class="class"><a href="../classes/Page.html">Page</a></li>
<li class="class"><a href="../classes/Page_Controller.html">Page_Controller</a></li>
<li class="class"><a href="../classes/SessionsHolder.html">SessionsHolder</a></li>
<li class="class"><a href="../classes/SessionsHolder_Controller.html">SessionsHolder_Controller</a></li>
<li class="class"><a href="../classes/SessionContentReport.html">SessionContentReport</a></li>
<li class="class"><a href="../classes/SessionVideoReport.html">SessionVideoReport</a></li>
<li class="class"><a href="../classes/SpeakerBioReport.html">SpeakerBioReport</a></li>
<li class="class"><a href="../classes/TranscriptTypeReport.html">TranscriptTypeReport</a></li>
<li class="class"><a href="../classes/MyIndex.html">MyIndex</a></li>
<li class="class"><a href="../classes/FileExtractionTask.html">FileExtractionTask</a></li>
<li class="class"><a href="../classes/PanelToWorkshopTask.html">PanelToWorkshopTask</a></li>
<li class="class"><a href="../classes/TranscriptAssignTask.html">TranscriptAssignTask</a></li>
<li class="class"><a href="../classes/WipeViewsTask.html">WipeViewsTask</a></li>
<li class="class"><a href="../classes/WriteAllTask.html">WriteAllTask</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="row-fluid">
<div class="span10 offset2">
<div class="row-fluid">
<div class="span8 content class">
<nav>
<a href="../namespaces/default.html">\</a> <i class="icon-level-up"></i>
</nav>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal"><i class="icon-code"></i></a>
<h1><small>\</small>Meeting</h1>
<p><em>Meeting Object. Contains information about meetings. Has many Meeting Sessions.</em></p>
<section id="summary">
<h2>Summary</h2>
<section class="row-fluid heading">
<section class="span4">
<a href="#methods">Methods</a>
</section>
<section class="span4">
<a href="#properties">Properties</a>
</section>
<section class="span4">
<a href="#constants">Constants</a>
</section>
</section>
<section class="row-fluid public">
<section class="span4">
<a href="../classes/Meeting.html#method_getCMSFields" class="">getCMSFields()</a><br />
<a href="../classes/Meeting.html#method_Link" class="">Link()</a><br />
<a href="../classes/Meeting.html#method_FilterLink" class="">FilterLink()</a><br />
<a href="../classes/Meeting.html#method_onBeforeWrite" class="">onBeforeWrite()</a><br />
<a href="../classes/Meeting.html#method_getTopics" class="">getTopics()</a><br />
<a href="../classes/Meeting.html#method_getSpeakers" class="">getSpeakers()</a><br />
<a href="../classes/Meeting.html#method_popularTags" class="">popularTags()</a><br />
<a href="../classes/Meeting.html#method_allTagsList" class="">allTagsList()</a><br />
<a href="../classes/Meeting.html#method_getYearLocation" class="">getYearLocation()</a><br />
<a href="../classes/Meeting.html#method_getMeetingSessions" class="">getMeetingSessions()</a><br />
<a href="../classes/Meeting.html#method_makeColumns" class="">makeColumns()</a><br />
<a href="../classes/Meeting.html#method_meetingDays" class="">meetingDays()</a><br />
</section>
<section class="span4">
<a href="../classes/Meeting.html#property_db" class="">$db</a><br />
<a href="../classes/Meeting.html#property_default_sort" class="">$default_sort</a><br />
<a href="../classes/Meeting.html#property_has_one" class="">$has_one</a><br />
<a href="../classes/Meeting.html#property_has_many" class="">$has_many</a><br />
<a href="../classes/Meeting.html#property_summary_fields" class="">$summary_fields</a><br />
<a href="../classes/Meeting.html#property_field_labels" class="">$field_labels</a><br />
<a href="../classes/Meeting.html#property_searchable_fields" class="">$searchable_fields</a><br />
<a href="../classes/Meeting.html#property_return_fields" class="">$return_fields</a><br />
<a href="../classes/Meeting.html#property_indexes" class="">$indexes</a><br />
<a href="../classes/Meeting.html#property_create_table_options" class="">$create_table_options</a><br />
</section>
<section class="span4">
<em>No constants found</em>
</section>
</section>
<section class="row-fluid protected">
<section class="span4">
<em>No protected methods found</em>
</section>
<section class="span4">
<em>No protected properties found</em>
</section>
<section class="span4">
<em>N/A</em>
</section>
</section>
<section class="row-fluid private">
<section class="span4">
<em>No private methods found</em>
</section>
<section class="span4">
<em>No private properties found</em>
</section>
<section class="span4">
<em>N/A</em>
</section>
</section>
</section>
</div>
<aside class="span4 detailsbar">
<dl>
<dt>File</dt>
<dd><a href="../files/code.model.Meeting.php.html"><div class="path-wrapper">code/model/Meeting.php</div></a></dd>
<dt>Package</dt>
<dd><div class="namespace-wrapper">\FoIGF</div></dd>
<dt>Class hierarchy</dt>
<dd class="hierarchy">
<div class="namespace-wrapper">\DataObject</div>
<div class="namespace-wrapper">\Meeting</div>
</dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<a id="properties" name="properties"></a>
<div class="row-fluid">
<div class="span8 content class">
<h2>Properties</h2>
</div>
<aside class="span4 detailsbar"></aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_db" name="property_db" class="anchor"></a>
<article class="property">
<h3 class="public ">$db</h3>
<pre class="signature">$db</pre>
<p><em></em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_default_sort" name="property_default_sort" class="anchor"></a>
<article class="property">
<h3 class="public ">$default_sort</h3>
<pre class="signature">$default_sort</pre>
<p><em></em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_has_one" name="property_has_one" class="anchor"></a>
<article class="property">
<h3 class="public ">$has_one</h3>
<pre class="signature">$has_one</pre>
<p><em></em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_has_many" name="property_has_many" class="anchor"></a>
<article class="property">
<h3 class="public ">$has_many</h3>
<pre class="signature">$has_many</pre>
<p><em></em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_summary_fields" name="property_summary_fields" class="anchor"></a>
<article class="property">
<h3 class="public ">$summary_fields</h3>
<pre class="signature">$summary_fields</pre>
<p><em></em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_field_labels" name="property_field_labels" class="anchor"></a>
<article class="property">
<h3 class="public ">$field_labels</h3>
<pre class="signature">$field_labels</pre>
<p><em></em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_searchable_fields" name="property_searchable_fields" class="anchor"></a>
<article class="property">
<h3 class="public ">$searchable_fields</h3>
<pre class="signature">$searchable_fields</pre>
<p><em></em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_return_fields" name="property_return_fields" class="anchor"></a>
<article class="property">
<h3 class="public ">$return_fields</h3>
<pre class="signature">$return_fields</pre>
<p><em></em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_indexes" name="property_indexes" class="anchor"></a>
<article class="property">
<h3 class="public ">$indexes</h3>
<pre class="signature">$indexes</pre>
<p><em></em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_create_table_options" name="property_create_table_options" class="anchor"></a>
<article class="property">
<h3 class="public ">$create_table_options</h3>
<pre class="signature">$create_table_options</pre>
<p><em></em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<a id="methods" name="methods"></a>
<div class="row-fluid">
<div class="span8 content class"><h2>Methods</h2></div>
<aside class="span4 detailsbar"></aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_getCMSFields" name="method_getCMSFields" class="anchor"></a>
<article class="method">
<h3 class="public ">getCMSFields()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">getCMSFields()</pre>
<p><em></em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_Link" name="method_Link" class="anchor"></a>
<article class="method">
<h3 class="public ">Link()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">Link( <span class="argument">$action</span>)</pre>
<p><em></em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td></td>
<td>$action</td>
<td>
</td>
</tr>
</table>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_FilterLink" name="method_FilterLink" class="anchor"></a>
<article class="method">
<h3 class="public ">FilterLink()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">FilterLink( <span class="argument">$action</span>) : \String.</pre>
<p><em>Returns a link to the Session Holder page with the meeting id as a parameter in the query string.</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td></td>
<td>$action</td>
<td>
</td>
</tr>
</table>
<h4>Returns</h4>
\String.
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_onBeforeWrite" name="method_onBeforeWrite" class="anchor"></a>
<article class="method">
<h3 class="public ">onBeforeWrite()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">onBeforeWrite()</pre>
<p><em></em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_getTopics" name="method_getTopics" class="anchor"></a>
<article class="method">
<h3 class="public ">getTopics()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">getTopics() : \ArrayList.</pre>
<p><em>Returns a list of topics included in this meeting.</em></p>
<h4>Returns</h4>
\ArrayList.
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_getSpeakers" name="method_getSpeakers" class="anchor"></a>
<article class="method">
<h3 class="public ">getSpeakers()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">getSpeakers() : \ArrayList.</pre>
<p><em>Returns a list of speakers included in this meeting.</em></p>
<h4>Returns</h4>
\ArrayList.
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_popularTags" name="method_popularTags" class="anchor"></a>
<article class="method">
<h3 class="public ">popularTags()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">popularTags() : \ArrayList.</pre>
<p><em>Returns a list the 20 most popular tags as ArrayData</em></p>
<h4>Returns</h4>
\ArrayList.
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_allTagsList" name="method_allTagsList" class="anchor"></a>
<article class="method">
<h3 class="public ">allTagsList()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">allTagsList() : \ArrayList.</pre>
<p><em>Returns a list of all tags included in this meeting.</em></p>
<h4>Returns</h4>
\ArrayList.
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_getYearLocation" name="method_getYearLocation" class="anchor"></a>
<article class="method">
<h3 class="public ">getYearLocation()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">getYearLocation() : \String.</pre>
<p><em>Returns a string of the year and the city of the Meeting.</em></p>
<h4>Returns</h4>
\String.
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_getMeetingSessions" name="method_getMeetingSessions" class="anchor"></a>
<article class="method">
<h3 class="public ">getMeetingSessions()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">getMeetingSessions() : \ArrayList.</pre>
<p><em>Returns a list of the Meeting's Meeting Sessions arranged into columnns.</em></p>
<h4>Returns</h4>
\ArrayList.
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_makeColumns" name="method_makeColumns" class="anchor"></a>
<article class="method">
<h3 class="public ">makeColumns()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">makeColumns(mixed <span class="argument">$sessions</span>) : \ArrayList.</pre>
<p><em>Returns a list of the Meeting Sessions arranged into four columnns.</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>mixed</td>
<td>$sessions</td>
<td><p>An array list of the sessions to be arranged into columns</p>
</td>
</tr>
</table>
<h4>Returns</h4>
\ArrayList.
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_meetingDays" name="method_meetingDays" class="anchor"></a>
<article class="method">
<h3 class="public ">meetingDays()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">meetingDays() : \ArrayList.</pre>
<p><em>Returns a list of the Meeting Sessions grouped by Day and then Topic arranged into columns.</em></p>
<h4>Returns</h4>
\ArrayList.
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
</div>
</section>
<div id="source-view" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="source-view-label" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="source-view-label">Meeting.php</h3>
</div>
<div class="modal-body">
<pre data-src="../files/code/model/Meeting.php.txt" class="language-php line-numbers"></pre>
</div>
</div>
<footer class="row-fluid">
<section class="span10 offset2">
<section class="row-fluid">
<section class="span10 offset1">
<section class="row-fluid footer-sections">
<section class="span4">
<h1><i class="icon-code"></i></h1>
<div>
<ul>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-bar-chart"></i></h1>
<div>
<ul>
<li><a href="">Class Hierarchy Diagram</a></li>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-pushpin"></i></h1>
<div>
<ul>
<li><a href="">Errors</a></li>
<li><a href="">Markers</a></li>
</ul>
</div>
</section>
</section>
</section>
</section>
<section class="row-fluid">
<section class="span10 offset1">
<hr />
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
on November 20th, 2013 at 02:43.
</section>
</section>
</section>
</footer>
</div>
</body>
</html>
|
plugins/InspectionGadgets/src/inspectionDescriptions/FinalClass.html | mdaniel/intellij-community | <html>
<body>
Reports classes being declared <code>final</code>
as these classes can't be inherited and may indicate a lack of object-oriented design.
Some coding standards also discourage <code>final</code> classes.
<!-- tooltip end -->
<p>
</body>
</html> |
src/main/resources/META-INF/resources/css/sistema.css | mateusocb/findyourprocorp | #contentLayoutPanel {
padding: 0 !important;
}
#contentLayoutPanel_content{
padding: 0 !important;
}
/* ------------------ */
body {
margin: 0px;
padding: 0;
font-size: 12px !important;
color: #616161;
font-family: Verdana, Arial, sans-serif !important;
}
h1, h2, h3 {
margin-top: 0;
}
h1 {
font-size: 1.6em;
font-weight: normal;
}
h2 {
margin-top: 10px;
font-size: 1.6em;
}
h4 {
margin-top:-10px;
}
.ui-widget {
font-size: 98%;
font-family: inherit !important;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
font-family: inherit !important;
font-size: 1em;
}
/* body > header */
#header {
width: 100%;
height: 75px;
margin: 0 auto;
padding: 0px 0px 0px 0px;
}
#header a {
border: none;
text-decoration: none;
color: #DC8700;
}
/* body > header > logo*/
#logo {
float:left;
position: absolute;
top: 0px;
}
/* body > menu */
#menu {
width: auto;
margin: 3px;
padding: 0;
}
#menu ul {
margin: 0;
padding-left: 0px;
list-style: none;
}
#menu li {
display: inline;
}
#menu li a {
display: block;
float: left;
margin: 0;
text-decoration: none;
font-size: 16px;
}
#menu li a:hover {
text-decoration: underline;
}
/* body > contentForm > page */
#page {
width: auto;
margin: 0 3px;
background: #FFFFFF;
padding: 0px;
}
#page table{
font-size: 12px !important;
font-family: Arial, Helvetica, sans-serif !important;
}
/* body > contentForm > page > layout > tituloAtividade > title */
.title {
height: 30px;
margin-left: 0px;
margin-bottom: 3px;
padding: 8px 0 0 10px;
text-align: center;
}
.title a {
border-bottom: none;
color: #FFFFFF;
}
.title a:hover {
border-bottom: 1px dotted #000000;
}
/* body > footer */
#footer {
width: auto;
margin: 0 3px;
padding: 0px;
}
#footer .link {
float: right;
padding-top: 10px;
padding-right: 5px;
color: black;
}
#footer .copyright {
float: left;
padding-top: 10px;
text-decoration: underline !important;
}
/* classe para deixar texto com fonte vermelha (registros inativos) */
.red {
color: red !important;
}
/* classe para a coluna do ativo */
.ativoColumn {
width: 50px !important;
}
.listActionLinksStyleClassOne .ui-icon, .listActionLinksStyleClassTwo .ui-icon, .listActionLinksStyleClassThree .ui-icon, .listActionLinksStyleClassFour .ui-icon, .listActionLinksStyleClassFive .ui-icon, .listActionLinksStyleClassSix .ui-icon, .listActionLinksStyleClassSeven .ui-icon, .listActionLinksStyleClassEight .ui-icon {
float: left;
margin-left: 2px;
margin-right: 2px;
}
.listActionLinksStyleClassOne {
width: 35px !important;
}
.listActionLinksStyleClassTwo {
width: 45px !important;
}
.listActionLinksStyleClassThree {
width: 66px !important;
}
.listActionLinksStyleClassFour {
width: 85px !important;
}
.listActionLinksStyleClassFive {
width: 100px !important;
}
.listActionLinksStyleClassSix {
width: 120px !important;
}
.listActionLinksStyleClassSeven {
width: 140px !important;
}
.listActionLinksStyleClassEight {
width: 160px !important;
}
/* colocando a quebra de linha na tabela */
.ui-datatable tbody td, .ui-datatable tfoot td {
white-space: normal !important;
}
.middleTitle {
float: left;
width: 74%;
}
.input_mask_readonly{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border: 0 none !important;
box-shadow: none !important;
color: #000 !important;
padding: 0 !important;
}
.input_textarea_readonly{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
color: #000 !important;
box-shadow: none !important;
}
.ui-datatable table {
table-layout: auto !important;
}
.ambienteExecucao {
position: absolute;
top: 20px;
color: red;
font-size: 40px;
text-align: center;
width: 100%;
}
.nomeSistema {
position: absolute;
top: 20px;
color: white;
font-size: 50px;
text-align: left;
width: 100%;
}
|
web.html | Kayorlien/Kayorlien.github.io | <!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
web - 几谷 博客
</title>
<link href="atom.xml" rel="alternate" title="几谷 博客" type="application/atom+xml">
<link rel="stylesheet" href="asset/css/foundation.min.css" />
<link rel="stylesheet" href="asset/css/docs.css" />
<script src="asset/js/vendor/modernizr.js"></script>
<script src="asset/js/vendor/jquery.js"></script>
<script src="asset/highlightjs/highlight.pack.js"></script>
<link href="asset/highlightjs/styles/github.css" media="screen, projection" rel="stylesheet" type="text/css">
<script>hljs.initHighlightingOnLoad();</script>
<script type="text/javascript">
function before_search(){
var searchVal = 'site:blog.kayorl.com ' + document.getElementById('search_input').value;
document.getElementById('search_q').value = searchVal;
return true;
}
</script>
</head>
<body class="antialiased hide-extras">
<div class="marketing off-canvas-wrap" data-offcanvas>
<div class="inner-wrap">
<nav class="top-bar docs-bar hide-for-small" data-topbar>
<section class="top-bar-section">
<div class="row">
<div style="position: relative;width:100%;"><div style="position: absolute; width:100%;">
<ul id="main-menu" class="left">
<li id=""><a target="_self" href="index.html">Home</a></li>
<li id=""><a target="_self" href="archives.html">Archives</a></li>
<li id=""><a target="_self" href="about.html">About</a></li>
</ul>
<ul class="right" id="search-wrap">
<li>
<form target="_blank" onsubmit="return before_search();" action="http://google.com/search" method="get">
<input type="hidden" id="search_q" name="q" value="" />
<input tabindex="1" type="search" id="search_input" placeholder="Search"/>
</form>
</li>
</ul>
</div></div>
</div>
</section>
</nav>
<nav class="tab-bar show-for-small">
<a href="javascript:void(0)" class="left-off-canvas-toggle menu-icon">
<span> 几谷 博客</span>
</a>
</nav>
<aside class="left-off-canvas-menu">
<ul class="off-canvas-list">
<li><a href="index.html">HOME</a></li>
<li><a href="archives.html">Archives</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><label>Categories</label></li>
<li><a href="web.html">web</a></li>
<li><a href="nodejs.html">nodejs</a></li>
<li><a href="om.html">运维</a></li>
<li><a href="C-C++.html">C/C++</a></li>
<li><a href="security.html">security</a></li>
</ul>
</aside>
<a class="exit-off-canvas" href="#"></a>
<section id="main-content" role="main" class="scroll-container">
<script type="text/javascript">
$(function(){
$('#menu_item_index').addClass('is_active');
});
</script>
<div class="row">
<div class="large-8 medium-8 columns">
<div class="markdown-body home-categories">
<div class="article">
<a class="clearlink" href="same-origin-policy-and-security.html">
<h1>SOP 及其安全问题</h1>
<div class="a-content">
<div class="a-content-text">
<p>浏览器的同源策略,限制了不同源的“document” 或脚本, 对当前 “document” 读取或设置某些属性</p>
</div>
</div>
</a>
<div class="read-more clearfix">
<div class="more-left left">
<a href="same-origin-policy-and-security.html">Read more</a>
<span class="date">2017/4/9 21:34 下午</span>
<span>posted in </span>
<span class="posted-in"><a href='web.html'>web</a></span>
</div>
<div class="more-right right">
<span class="comments">
<a href="http://blog.kayorl.com/same-origin-policy-and-security.html#disqus_thread">comments</a>
<a class="ds-thread-count" data-thread-key="same-origin-policy-and-security.html" data-count-type="comments" href="same-origin-policy-and-security.html#ds-thread"></a>
</span>
</div>
</div>
</div><!-- article -->
<div class="article">
<a class="clearlink" href="event.html">
<h1>事件处理 之 跨浏览器</h1>
<div class="a-content">
<div class="a-content-text">
<p>由于各浏览器的事件对象存在差异,利用下面的 <code>EventUtil</code> 对象可以跨浏览器处理事件</p>
</div>
</div>
</a>
<div class="read-more clearfix">
<div class="more-left left">
<a href="event.html">Read more</a>
<span class="date">2017/3/26 21:54 下午</span>
<span>posted in </span>
<span class="posted-in"><a href='web.html'>web</a></span>
</div>
<div class="more-right right">
<span class="comments">
<a href="http://blog.kayorl.com/event.html#disqus_thread">comments</a>
<a class="ds-thread-count" data-thread-key="event.html" data-count-type="comments" href="event.html#ds-thread"></a>
</span>
</div>
</div>
</div><!-- article -->
<div class="article">
<a class="clearlink" href="margin-collapse.html">
<h1>外边距折叠</h1>
<div class="a-content">
<div class="a-content-text">
<blockquote>
<p>毗邻的两个或多个外边距 (margin) 会合并成一个外边距。</p>
</blockquote>
</div>
</div>
</a>
<div class="read-more clearfix">
<div class="more-left left">
<a href="margin-collapse.html">Read more</a>
<span class="date">2017/3/23 9:15 上午</span>
<span>posted in </span>
<span class="posted-in"><a href='web.html'>web</a></span>
</div>
<div class="more-right right">
<span class="comments">
<a href="http://blog.kayorl.com/margin-collapse.html#disqus_thread">comments</a>
<a class="ds-thread-count" data-thread-key="margin-collapse.html" data-count-type="comments" href="margin-collapse.html#ds-thread"></a>
</span>
</div>
</div>
</div><!-- article -->
<div class="article">
<a class="clearlink" href="css-centering.html">
<h1>css 元素垂直、水平居中</h1>
<div class="a-content">
<div class="a-content-text">
</div>
</div>
</a>
<div class="read-more clearfix">
<div class="more-left left">
<a href="css-centering.html">Read more</a>
<span class="date">2017/3/22 20:42 下午</span>
<span>posted in </span>
<span class="posted-in"><a href='web.html'>web</a></span>
</div>
<div class="more-right right">
<span class="comments">
<a href="http://blog.kayorl.com/css-centering.html#disqus_thread">comments</a>
<a class="ds-thread-count" data-thread-key="css-centering.html" data-count-type="comments" href="css-centering.html#ds-thread"></a>
</span>
</div>
</div>
</div><!-- article -->
<div class="article">
<a class="clearlink" href="css-style.html">
<h1>css 命名约定</h1>
<div class="a-content">
<div class="a-content-text">
</div>
</div>
</a>
<div class="read-more clearfix">
<div class="more-left left">
<a href="css-style.html">Read more</a>
<span class="date">2017/3/22 14:24 下午</span>
<span>posted in </span>
<span class="posted-in"><a href='web.html'>web</a></span>
</div>
<div class="more-right right">
<span class="comments">
<a href="http://blog.kayorl.com/css-style.html#disqus_thread">comments</a>
<a class="ds-thread-count" data-thread-key="css-style.html" data-count-type="comments" href="css-style.html#ds-thread"></a>
</span>
</div>
</div>
</div><!-- article -->
<div class="article">
<a class="clearlink" href="mobile-notice.html">
<h1>移动端适配开发要点</h1>
<div class="a-content">
<div class="a-content-text">
<p>参考<br/><br/>
<code>Alloyteam</code> 团队的<a href="http://alloyteam.github.io/Spirit/modules/Standard/">移动开发规范概述</a><br/>
<code>贤心博客</code>的<a href="http://sentsin.com/web/54.html">手机/移动前端开发需要注意的20个要点</a></p>
</div>
</div>
</a>
<div class="read-more clearfix">
<div class="more-left left">
<a href="mobile-notice.html">Read more</a>
<span class="date">2017/3/19 10:12 上午</span>
<span>posted in </span>
<span class="posted-in"><a href='web.html'>web</a></span>
</div>
<div class="more-right right">
<span class="comments">
<a href="http://blog.kayorl.com/mobile-notice.html#disqus_thread">comments</a>
<a class="ds-thread-count" data-thread-key="mobile-notice.html" data-count-type="comments" href="mobile-notice.html#ds-thread"></a>
</span>
</div>
</div>
</div><!-- article -->
<div class="article">
<a class="clearlink" href="function.html">
<h1>function 背后隐藏着什么秘密</h1>
<div class="a-content">
<div class="a-content-text">
<p><del>恩,对象肯定是按引用传递的</del></p>
</div>
</div>
</a>
<div class="read-more clearfix">
<div class="more-left left">
<a href="function.html">Read more</a>
<span class="date">2017/3/8 14:37 下午</span>
<span>posted in </span>
<span class="posted-in"><a href='web.html'>web</a></span>
</div>
<div class="more-right right">
<span class="comments">
<a href="http://blog.kayorl.com/function.html#disqus_thread">comments</a>
<a class="ds-thread-count" data-thread-key="function.html" data-count-type="comments" href="function.html#ds-thread"></a>
</span>
</div>
</div>
</div><!-- article -->
<div class="article">
<a class="clearlink" href="css-layout.html">
<h1>css 布局系统</h1>
<div class="a-content">
<div class="a-content-text">
<ul>
<li>
<a href="#toc_0">grid</a>
</li>
<li>
<a href="#toc_1">flexbox</a>
</li>
<li>
<a href="#toc_2">column</a>
</li>
<li>
<a href="#toc_3">inline-block</a>
</li>
<li>
<a href="#toc_4">float</a>
<ul>
<li>
<a href="#toc_5">overflow 技巧</a>
</li>
<li>
<a href="#toc_6">clearfix 技巧</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</a>
<div class="read-more clearfix">
<div class="more-left left">
<a href="css-layout.html">Read more</a>
<span class="date">2017/3/4 9:49 上午</span>
<span>posted in </span>
<span class="posted-in"><a href='web.html'>web</a></span>
</div>
<div class="more-right right">
<span class="comments">
<a href="http://blog.kayorl.com/css-layout.html#disqus_thread">comments</a>
<a class="ds-thread-count" data-thread-key="css-layout.html" data-count-type="comments" href="css-layout.html#ds-thread"></a>
</span>
</div>
</div>
</div><!-- article -->
<div class="article">
<a class="clearlink" href="datatype.html">
<h1>JavaScript 数据类型 之 性格</h1>
<div class="a-content">
<div class="a-content-text">
<p>学会数据类型,防止自己挖坑自己跳 ( ̄o ̄) . z Z</p>
</div>
</div>
</a>
<div class="read-more clearfix">
<div class="more-left left">
<a href="datatype.html">Read more</a>
<span class="date">2017/2/9 16:5 下午</span>
<span>posted in </span>
<span class="posted-in"><a href='web.html'>web</a></span>
</div>
<div class="more-right right">
<span class="comments">
<a href="http://blog.kayorl.com/datatype.html#disqus_thread">comments</a>
<a class="ds-thread-count" data-thread-key="datatype.html" data-count-type="comments" href="datatype.html#ds-thread"></a>
</span>
</div>
</div>
</div><!-- article -->
<div class="article">
<a class="clearlink" href="html-decode.html">
<h1>html 文档的解析,及 script 标签位置的选择</h1>
<div class="a-content">
<div class="a-content-text">
<p>读 《JavaScript高级程序设计》时,对 html 的标签解析感到模糊,参考了博文,根据理解画了以下的解析流程图,有误请指教哈~</p>
</div>
</div>
</a>
<div class="read-more clearfix">
<div class="more-left left">
<a href="html-decode.html">Read more</a>
<span class="date">2017/2/8 20:5 下午</span>
<span>posted in </span>
<span class="posted-in"><a href='web.html'>web</a></span>
</div>
<div class="more-right right">
<span class="comments">
<a href="http://blog.kayorl.com/html-decode.html#disqus_thread">comments</a>
<a class="ds-thread-count" data-thread-key="html-decode.html" data-count-type="comments" href="html-decode.html#ds-thread"></a>
</span>
</div>
</div>
</div><!-- article -->
<div class="article">
<a class="clearlink" href="doctype.html">
<h1>理解 DOCTYPE 声明的意义</h1>
<div class="a-content">
<div class="a-content-text">
<p>每次看到 html 文档时,已经习惯了头部有个 <code><!DOCTYPE html></code>,印象也有些模糊,趁着学习 css ,赶紧整理一下</p>
</div>
</div>
</a>
<div class="read-more clearfix">
<div class="more-left left">
<a href="doctype.html">Read more</a>
<span class="date">2017/2/6 10:1 上午</span>
<span>posted in </span>
<span class="posted-in"><a href='web.html'>web</a></span>
</div>
<div class="more-right right">
<span class="comments">
<a href="http://blog.kayorl.com/doctype.html#disqus_thread">comments</a>
<a class="ds-thread-count" data-thread-key="doctype.html" data-count-type="comments" href="doctype.html#ds-thread"></a>
</span>
</div>
</div>
</div><!-- article -->
<div class="row">
<div class="large-6 columns">
<p class="text-left" style="padding-top:25px;">
</p>
</div>
<div class="large-6 columns">
<p class="text-right" style="padding-top:25px;">
</p>
</div>
</div>
</div>
</div><!-- large 8 -->
<div class="large-4 medium-4 columns">
<div class="hide-for-small">
<div id="sidebar" class="sidebar">
<div id="site-info" class="site-info">
<div class="site-a-logo"><img src="http://olh3adg9x.bkt.clouddn.com/logo.jpeg" /></div>
<h1>几谷 博客</h1>
<div class="site-des">暂时还没想到什么</div>
<div class="social">
<a target="_blank" class="github" target="_blank" href="https://github.com/kayorl" title="GitHub">GitHub</a>
<a target="_blank" class="email" href="mailto:kayorl@163.com" title="Email">Email</a>
<a target="_blank" class="rss" href="atom.xml" title="RSS">RSS</a>
</div>
</div>
<div id="site-categories" class="side-item ">
<div class="side-header">
<h2>Categories</h2>
</div>
<div class="side-content">
<p class="cat-list">
<a href="web.html"><strong>web</strong></a>
<a href="nodejs.html"><strong>nodejs</strong></a>
<a href="om.html"><strong>运维</strong></a>
<a href="C-C++.html"><strong>C/C++</strong></a>
<a href="security.html"><strong>security</strong></a>
</p>
</div>
</div>
<div id="site-categories" class="side-item">
<div class="side-header">
<h2>Recent Posts</h2>
</div>
<div class="side-content">
<ul class="posts-list">
<li class="post">
<a href="xss-defence.html">正确防御XSS 的姿势 - 读『白帽子讲 Web 安全』</a>
</li>
<li class="post">
<a href="xss.html">跨站脚本攻击(XSS) - 读『白帽子讲 Web 安全』</a>
</li>
<li class="post">
<a href="security-principle.html">安全的原则 - 读『白帽子讲 Web 安全』</a>
</li>
<li class="post">
<a href="security-world.html">安全的世界观 - 读『白帽子讲 Web 安全』</a>
</li>
<li class="post">
<a href="same-origin-policy-and-security.html">SOP 及其安全问题</a>
</li>
</ul>
</div>
</div>
</div><!-- sidebar -->
</div><!-- hide for small -->
</div><!-- large 4 -->
</div><!-- row -->
<div class="page-bottom clearfix">
<div class="row">
<p class="copyright">Copyright © 2015
Powered by <a target="_blank" href="http://www.mweb.im">MWeb</a>,
Theme used <a target="_blank" href="http://github.com">GitHub CSS</a>.</p>
</div>
</div>
</section>
</div>
</div>
<script type="text/javascript">
var disqus_shortname = 'kayorl';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<script type="text/javascript">
var disqus_shortname = 'kayorl';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<script type="text/javascript">
var duoshuoQuery = {short_name:'kayorl'};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<script src="asset/js/foundation.min.js"></script>
<script>
$(document).foundation();
function fixSidebarHeight(){
var w1 = $('.markdown-body').height();
var w2 = $('#sidebar').height();
if (w1 > w2) { $('#sidebar').height(w1); };
}
$(function(){
fixSidebarHeight();
})
$(window).load(function(){
fixSidebarHeight();
});
</script>
<script src="asset/chart/all-min.js"></script><script type="text/javascript">$(function(){ var mwebii=0; var mwebChartEleId = 'mweb-chart-ele-'; $('pre>code').each(function(){ mwebii++; var eleiid = mwebChartEleId+mwebii; if($(this).hasClass('language-sequence')){ var ele = $(this).addClass('nohighlight').parent(); $('<div id="'+eleiid+'"></div>').insertAfter(ele); ele.hide(); var diagram = Diagram.parse($(this).text()); diagram.drawSVG(eleiid,{theme: 'simple'}); }else if($(this).hasClass('language-flow')){ var ele = $(this).addClass('nohighlight').parent(); $('<div id="'+eleiid+'"></div>').insertAfter(ele); ele.hide(); var diagram = flowchart.parse($(this).text()); diagram.drawSVG(eleiid); } });});</script>
</body>
</html>
|
docs/_site/config-zk-node.html | BriData/DBus |
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>zookeeper目录结构介绍 - DBus 0.5.0 Documentation</title>
<meta name="description" content="Dbus Web zk节点介绍 0.5.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<style>
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>
<link rel="stylesheet" href="css/pygments-default.css">
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<!-- This code is taken from http://twitter.github.com/bootstrap/examples/hero.html -->
<div class="navbar navbar-fixed-top" id="topbar">
<div class="navbar-inner">
<div class="container">
<div class="brand"><a href="index.html">
<img src="img/dbus-logo.png" style="width:40px; margin-top:4px;"/></a><span class="version">0.5.0</span>
</div>
<ul class="nav">
<li><a href="index.html">Overview</a></li>
<!-- <li><a href="quick-start.html">Quick Start</a></li> -->
<li><a href="deploy.html">Deployment</a></li>
<li><a href="tutorial.html">Manual</a></li>
<!--
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Tutorial<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="manual-overview.html">Concept</a></li>
<li><a href="manual-admin.html">Admin Guide</a></li>
<li><a href="manual-user.html">User Guide</a></li>
</ul>
</li> -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">More<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="more-system-architecture.html">系统架构</a></li>
<li><a href="more-compile-code.html">编译代码</a></li>
<li><a href="more-faq.html">FAQ</a></li>
<li><a href="more-license.html">License</a></li>
<li><a href="https://github.com/BriData/DBus/releases">Release</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="container-wrapper">
<div class="content" id="content">
<h1 class="title">zookeeper目录结构介绍</h1>
<p>ZookeeperManager是Dbus web主目录之一,用来展示dbus系统中存储到中zookeeper的相关信息。dbus的zookeeper中主要有DBus的主目录,其中DBus目录下存放着Dbus相关的配置文件及运行过程中的中间状态。下面重点对DBus目录下面的配置结点进行介绍。</p>
<p>DBus目录下面ConfTemplates存储Extractor和Topology的配置模板信息,新加线时,Dbus系统会从该目录下复制相应的部分,到新的数据线中。HeartBeat结点下记录着Dbus系统的心跳子系统的相关状态信息。Topology结点下记录着Dbus系统的Storm的Topology的配置信息。</p>
<h2 id="1-心跳双活">1 心跳双活</h2>
<p>Dbus的心跳配置成双活状态,以保证高可用状态。</p>
<p><img src="img\config-zk-node\zknode-1-heartbeat_double_alive.PNG" alt="zknode-1-heartbeat_double_alive" /></p>
<h2 id="2-心跳监控状态">2 心跳监控状态</h2>
<p>在目录/Dbus/HeartBeat/Monitor下查看某数据表的心跳状态:</p>
<p> <img src="img/config-zk-node/zknode_2_heartbeat_monitor.PNG" alt="zknode_2_heartbeat_monitor" /></p>
<h2 id="3-全量拉取状态">3 全量拉取状态</h2>
<p>在/Dbus/FullPuller目录下,选择相应的数据源数据表和版本,查看全量拉取状态。</p>
<p><img src="img/config-zk-node/zknode_3_fullpuller.PNG" alt="zknode_3_fullpuller" /></p>
<pre><code>其中:
Partitions: 分片数
TotalCount : 总分片数
FinishedCount : 当前完成分片数
TotalRows : 数据总行数
FinishedRows : 当前已拉取行数
StartSecs : 拉取开始时间
ConsumeSecs: 拉取数据已耗时多少
CreateTime : 拉取请求开始时间
UpdateTime : 更新时间
StartTime : 拉取开始时间
EndTime: 拉取结束时间
ErrorMsg : 拉取过程中产生的错误信息
Status :splitting表示正在分片,pulling表示正在拉取,ending表示拉取成功 ## 4 Topology配置介绍
</code></pre>
<p>在/Dbus/Topology目录存放Storm Topology配置信息,主要包含Appender、Dispacher、Dbus-fulldata-puller、Dbus-fulldata-splitter、log-processor。每个数据源都有这些配置信息。如果要特别的修改Topology的配置信息,可以在Dbus Web的Zookeeper Manager中进行相应的修改,并保存修改。</p>
</div>
</div>
<script src="js/vendor/jquery-1.8.0.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/vendor/anchor.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>
|
docs/apidocs/org/springframework/security/token/class-use/KeyBasedPersistenceTokenService.html | imondragon/spring-security-2.0.4 | <!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_16) on Thu Oct 02 15:35:31 BST 2008 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class org.springframework.security.token.KeyBasedPersistenceTokenService (Spring Security 2.0.4 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class org.springframework.security.token.KeyBasedPersistenceTokenService (Spring Security 2.0.4 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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/springframework/security/token/KeyBasedPersistenceTokenService.html" title="class in org.springframework.security.token"><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>
Spring Security Framework</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?org/springframework/security/token/class-use/KeyBasedPersistenceTokenService.html" target="_top"><B>FRAMES</B></A>
<A HREF="KeyBasedPersistenceTokenService.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>org.springframework.security.token.KeyBasedPersistenceTokenService</B></H2>
</CENTER>
No usage of org.springframework.security.token.KeyBasedPersistenceTokenService
<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="../../../../../org/springframework/security/token/KeyBasedPersistenceTokenService.html" title="class in org.springframework.security.token"><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>
Spring Security Framework</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?org/springframework/security/token/class-use/KeyBasedPersistenceTokenService.html" target="_top"><B>FRAMES</B></A>
<A HREF="KeyBasedPersistenceTokenService.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>
Copyright © 2004-2008 <a href="http://www.springsource.com/">SpringSource, Inc</a>. All Rights Reserved.
</BODY>
</HTML>
|
target/apidocs/com/webside/shiro/service/package-frame.html | ofpteam/ofp | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_91) on Thu Jul 13 16:16:26 CST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.webside.shiro.service (webside 0.0.1-SNAPSHOT API)</title>
<meta name="date" content="2017-07-13">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../com/webside/shiro/service/package-summary.html" target="classFrame">com.webside.shiro.service</a></h1>
<div class="indexContainer">
<h2 title="接口">接口</h2>
<ul title="接口">
<li><a href="ChainDefinitionService.html" title="com.webside.shiro.service中的接口" target="classFrame"><span class="interfaceName">ChainDefinitionService</span></a></li>
</ul>
</div>
</body>
</html>
|
pokerProject/doc/constant-values.html | frodogu/MyProject | <!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_67) on Fri Sep 04 13:41:53 CST 2015 -->
<title>Constant Field Values</title>
<meta name="date" content="2015-09-04">
<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>
</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>
|
css/agency.css | Acens/Site-Acens2014 | /*!
* Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
body {
overflow-x: hidden;
font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.text-muted {
color: #777;
}
.text-primary {
color: #fed136;
}
p {
font-size: 14px;
line-height: 1.75;
}
p.large {
font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
outline: 0;
}
a {
color: #0B2F4F;
}
a:hover,
a:focus,
a:active,
a.active {
color: #0B2F4F;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
color:#0B2F4F;
}
.img-centered {
margin: 0 auto;
}
.bg-light-gray {
background-color: #f7f7f7;
}
.bg-darkest-gray {
background-color: #222;
}
.btn-primary {
border-color: #0B2F4F;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
color: #fff;
background-color: #0B2F4F;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
border-color: #0B2F4F;
color: #fff;
background-color: #0B2F4F;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
border-color: #fed136;
background-color: #fed136;
}
.btn-primary .badge {
color: #fff;
background-color: #fff;
}
.btn-xl {
padding: 20px 40px;
border-color: #d1d1d1;
background-color: #fff;
border-radius: 3px;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 18px;
font-weight: 700;
color: #02315b;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
border-color: #02315b;
color: #02315b;
background-color: #fff;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
border-color: #fed136;
background-color: #fed136;
}
.btn-xl .badge {
color: #fed136;
background-color: #fff;
}
/* Início da barra de navegação */
.navbar-default {
/*border-color: transparent;*/
background-color: #fff;
}
.navbar-default .navbar-brand {
font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
color: #0B2F4F;
position: absolute;
top:0px;
}
.top {
position:relative;
top:0px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
color: #0B2F4F;
}
/*
.navbar-default .navbar-collapse {
border-color: rgba(255,255,255,.02);
}
*/
.navbar-default .navbar-toggle {
border-color: #0B2F4F;
background-color: #0B2F4F;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-toggle:hover
/*.navbar-default .navbar-toggle:focus*/ {
background-color: #0B2F4F;
}
.navbar-default .nav li a {
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
letter-spacing: 1px;
color: #525252;
}
.navbar-default .nav li a:hover
/*.navbar-default .nav li a:focus*/ {
outline: 0;
color: #fff;
background-color:#0B2F4F;
}
.navbar-default .navbar-nav>.active>a {
border-radius: 0;
color: #0B2F4F;
background-color: #fff;
}
.navbar-default .navbar-nav>.active>a:hover
/*.navbar-default .navbar-nav>.active>a:focus*/ {
color: #fff;
background-color: #0B2F4F;
}
@media(min-width:768px) {
.navbar-default {
padding: 20px 0;
border-bottom: 2px solid #02315b;
-webkit-transition: padding .3s;
-moz-transition: padding .3s;
transition: padding .3s;
background-color: #fff;
}
.navbar-default .navbar-brand {
font-size: 2em;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
.navbar-default .navbar-nav>.active>a {
border-radius: 3px;
}
.navbar-default.navbar-shrink {
padding: 20px 0;
background-color: #fff;
}
.navbar-default.navbar-shrink .navbar-brand {
font-size: 1.5em;
}
}
.nav {
position:relative;
background-color:#fff;
top:5px;
}
.navbar-nav {
background-color:#fff;
}
/* Fim da barra de navegação */
.fa {
color: #0B2F4F;
}
.fa-times{
color: #fff;
}
section {
padding: 100px 0;
}
section h2.section-heading {
margin-top: 0;
margin-bottom: 15px;
font-size: 40px;
}
section h3.section-subheading {
margin-bottom: 75px;
text-transform: none;
font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
font-style: italic;
font-weight: 400;
}
@media(min-width:768px) {
section {
padding: 150px 0;
}
}
.service-heading {
margin: 15px 0;
text-transform: none;
}
/* início serviço */
#servico:hover{
border: solid 1px #ccc;
width: 285px;
}
#servico{
width: 285px;
}
/* fim serviço*/
#portfolio .portfolio-item {
right: 0;
margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
display: block;
position: relative;
margin: 0 auto;
max-width: 400px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
background: rgba(255,255,255,.5);
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
position: absolute;
top: 50%;
width: 100%;
height: 20px;
margin-top: -12px;
text-align: center;
font-size: 20px;
color: #fff;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
margin: 0 auto;
padding: 25px;
max-width: 400px;
text-align: center;
background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption h4 {
margin: 0;
text-transform: none;
}
#portfolio .portfolio-item .portfolio-caption p {
margin: 0;
font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
font-style: italic;
}
#portfolio * {
z-index: 2;
}
@media(min-width:767px) {
#portfolio .portfolio-item {
margin: 0 0 30px;
}
}
.timeline {
position: relative;
padding: 0;
list-style: none;
}
.timeline:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 40px;
width: 2px;
margin-left: -1.5px;
background-color: #f1f1f1;
}
.timeline>li {
position: relative;
margin-bottom: 50px;
min-height: 50px;
}
.timeline>li:before,
.timeline>li:after {
content: " ";
display: table;
}
.timeline>li:after {
clear: both;
}
.timeline>li .timeline-panel {
float: right;
position: relative;
width: 100%;
padding: 0 20px 0 100px;
text-align: left;
}
.timeline>li .timeline-panel:before {
right: auto;
left: -15px;
border-right-width: 15px;
border-left-width: 0;
}
.timeline>li .timeline-panel:after {
right: auto;
left: -14px;
border-right-width: 14px;
border-left-width: 0;
}
/* Início imagens - sobre */
.timeline>li .timeline-image {
z-index: 100;
position: absolute;
left: 0;
width: 80px;
height: 80px;
margin-left: 0;
border: 7px solid #f1f1f1;
border-radius: 100%;
text-align: center;
color: #fff;
background-color: #02315b;
}
.timeline>li .timeline-image-a {
z-index: 100;
position: absolute;
left: 0;
width: 80px;
height: 80px;
margin-left: 0;
border: 7px solid #f1f1f1;
border-radius: 100%;
text-align: center;
color: #fff;
background-color: #fff;
}
/* Fim imagens - sobre */
.timeline>li .timeline-image h4 {
margin-top: 12px;
font-size: 10px;
line-height: 14px;
}
.timeline>li.timeline-inverted>.timeline-panel {
float: right;
padding: 0 20px 0 100px;
text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
right: auto;
left: -15px;
border-right-width: 15px;
border-left-width: 0;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
right: auto;
left: -14px;
border-right-width: 14px;
border-left-width: 0;
}
.timeline>li:last-child {
margin-bottom: 0;
}
.timeline .timeline-heading h4 {
margin-top: 0;
color: inherit;
}
.timeline .timeline-heading h4.subheading {
text-transform: none;
}
.timeline .timeline-body>p,
.timeline .timeline-body>ul {
margin-bottom: 0;
}
@media(min-width:768px) {
.timeline:before {
left: 50%;
}
.timeline>li {
margin-bottom: 100px;
min-height: 100px;
}
.timeline>li .timeline-panel {
float: left;
width: 41%;
padding: 0 20px 20px 30px;
text-align: right;
}
.timeline>li .timeline-image {
left: 50%;
width: 100px;
height: 100px;
margin-left: -50px;
}
.timeline>li .timeline-image h4 {
margin-top: 16px;
font-size: 13px;
line-height: 18px;
}
.timeline>li.timeline-inverted>.timeline-panel {
float: right;
padding: 0 30px 20px 20px;
text-align: left;
}
}
@media(min-width:992px) {
.timeline>li {
min-height: 150px;
}
.timeline>li .timeline-panel {
padding: 0 20px 20px;
}
.timeline>li .timeline-image {
width: 150px;
height: 150px;
margin-left: -75px;
}
.timeline>li .timeline-image h4 {
margin-top: 30px;
font-size: 18px;
line-height: 26px;
}
.timeline>li.timeline-inverted>.timeline-panel {
padding: 0 20px 20px;
}
}
@media(min-width:1200px) {
.timeline>li {
min-height: 170px;
}
.timeline>li .timeline-panel {
padding: 0 20px 20px 100px;
}
.timeline>li .timeline-image {
width: 170px;
height: 170px;
margin-left: -85px;
}
.timeline>li .timeline-image h4 {
margin-top: 40px;
}
.timeline>li.timeline-inverted>.timeline-panel {
padding: 0 100px 20px 20px;
}
}
.team-member {
margin-bottom: 50px;
text-align: center;
}
.team-member img {
margin: 0 auto;
border: 7px solid #fff;
}
.team-member h4 {
margin-top: 25px;
margin-bottom: 0;
text-transform: none;
}
.team-member p {
margin-top: 0;
}
aside.clients img {
margin: 50px auto;
}
/* Início contato */
section#contact {
background-color: #222;
background-position: center;
background-repeat: no-repeat;
}
section#contact .section-heading {
color: #fff;
}
section#contact .form-group {
margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
padding: 20px;
}
section#contact .form-group input.form-control {
height: auto;
}
section#contact .form-group textarea.form-control {
height: 236px;
}
section#contact .form-control:focus {
border-color: #fed136;
box-shadow: none;
}
section#contact::-webkit-input-placeholder {
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
color: #bbb;
}
section#contact:-moz-placeholder {
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
color: #bbb;
}
section#contact::-moz-placeholder {
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
color: #bbb;
}
section#contact:-ms-input-placeholder {
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
color: #bbb;
}
section#contact .text-danger {
color: #e74c3c;
}
/* Fim contato */
footer {
padding: 25px 0;
text-align: center;
}
footer span.copyright {
text-transform: uppercase;
text-transform: none;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 40px;
}
footer ul.quicklinks {
margin-bottom: 0;
text-transform: uppercase;
text-transform: none;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 40px;
}
ul.social-buttons {
margin-bottom: 0;
}
ul.social-buttons li a {
display: block;
width: 40px;
height: 40px;
border-radius: 100%;
font-size: 20px;
line-height: 40px;
outline: 0;
color: #fff;
background-color: #222;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
background-color: #02315b;
color:#fff;
}
.fa-instagram {
color:#fff;
}
.fa-facebook{
color:#fff;
}
.fa-linkedin {
color:#fff;
}
.fa-linkedin {
color:#fff;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
outline: 0;
}
#teste {
top:100px;
}
.container-pp{
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
overflow: auto;
}
.portfolio-modal-pp .modal-content {
position: absolute;
padding: 100px 0;
width:60%;
min-height:60%;
left:19.5%;
top:20%;
border: 0;
border-radius: 0;
text-align: center;
background-clip: border-box;
-webkit-box-shadow: none;
box-shadow: none;
}
.portfolio-modal-pp .close-modal-pp {
position: absolute;
top: 25px;
right: 25px;
width: 75px;
height: 75px;
background-color: transparent;
cursor: pointer;
}
.portfolio-modal-pp .close-modal-pp:hover {
opacity: .3;
}
.portfolio-modal-pp .close-modal-pp .lr-pp {
z-index: 1051;
width: 1px;
height: 75px;
margin-left: 35px;
background-color: #222;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.portfolio-modal-pp .close-modal-pp .lr-pp .rl-pp {
z-index: 1052;
width: 1px;
height: 75px;
background-color: #222;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
/* Início portfólio */
.portfolio-modal .modal-content {
padding: 100px 0;
min-height: 100%;
border: 0;
border-radius: 0;
text-align: center;
background-clip: border-box;
-webkit-box-shadow: none;
box-shadow: none;
}
.portfolio-modal .modal-content h2 {
margin-bottom: 15px;
font-size: 3em;
}
.portfolio-modal .modal-content p {
margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
margin: 20px 0 30px;
font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
margin-top: 0;
margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
margin-bottom: 30px;
}
.portfolio-modal .close-modal {
position: absolute;
top: 25px;
right: 25px;
width: 75px;
height: 75px;
background-color: transparent;
cursor: pointer;
}
.portfolio-modal .close-modal:hover {
opacity: .3;
}
.portfolio-modal .close-modal .lr {
z-index: 1051;
width: 1px;
height: 75px;
margin-left: 35px;
background-color: #222;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
z-index: 1052;
width: 1px;
height: 75px;
background-color: #222;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
/* Fim portfólio */
::-moz-selection {
text-shadow: none;
background: #02315b;
}
::selection {
text-shadow: none;
background: #02315b;
}
img::selection {
background: 0 0;
}
img::-moz-selection {
background: 0 0;
}
body {
webkit-tap-highlight-color: #02315b;
} |
AutobahnTesting/fuzzer/reports/clients/rswebsocket_case_6_6_8.html | DamnedFacts/RSWebSocket | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style lang="css">
body {
background-color: #F4F4F4;
color: #333;
font-family: Segoe UI,Tahoma,Arial,Verdana,sans-serif;
}
p#intro {
font-family: Cambria,serif;
font-size: 1.1em;
color: #444;
}
p#intro a {
color: #444;
}
p#intro a:visited {
color: #444;
}
.block {
background-color: #e0e0e0;
padding: 16px;
margin: 20px;
}
p.case_text_block {
border-radius: 10px;
border: 1px solid #aaa;
padding: 16px;
margin: 4px 20px;
color: #444;
}
p.case_desc {
}
p.case_expect {
}
p.case_outcome {
}
p.case_closing_beh {
}
pre.http_dump {
font-family: Consolas, "Courier New", monospace;
font-size: 0.8em;
color: #333;
border-radius: 10px;
border: 1px solid #aaa;
padding: 16px;
margin: 4px 20px;
}
span.case_pickle {
font-family: Consolas, "Courier New", monospace;
font-size: 0.7em;
color: #000;
}
p#case_result,p#close_result {
border-radius: 10px;
background-color: #e8e2d1;
padding: 20px;
margin: 20px;
}
h1 {
margin-left: 60px;
}
h2 {
margin-left: 30px;
}
h3 {
margin-left: 50px;
}
a.up {
float: right;
border-radius: 16px;
margin-top: 16px;
margin-bottom: 10px;
margin-right: 30px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
padding-top: 2px;
background-color: #666;
color: #fff;
text-decoration: none;
font-size: 0.8em;
}
a.up:visited {
}
a.up:hover {
background-color: #028ec9;
}
</style>
<style lang="css">
p.case {
color: #fff;
border-radius: 10px;
padding: 20px;
margin: 12px 20px;
font-size: 1.2em;
}
p.case_ok {
background-color: #0a0;
}
p.case_non_strict, p.case_no_close {
background-color: #9a0;
}
p.case_info {
background-color: #4095BF;
}
p.case_failed {
background-color: #900;
}
table {
border-collapse: collapse;
border-spacing: 0px;
margin-left: 80px;
margin-bottom: 12px;
margin-top: 0px;
}
td
{
margin: 0;
font-size: 0.8em;
border: 1px #fff solid;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 16px;
padding-right: 16px;
text-align: right;
}
td.right {
text-align: right;
}
td.left {
text-align: left;
}
tr.stats_header {
color: #eee;
background-color: #000;
}
tr.stats_row {
color: #000;
background-color: #fc3;
}
tr.stats_total {
color: #fff;
background-color: #888;
}
div#wirelog {
margin-top: 20px;
margin-bottom: 80px;
}
pre.wirelog_rx_octets {color: #aaa; margin: 0; background-color: #060; padding: 2px;}
pre.wirelog_tx_octets {color: #aaa; margin: 0; background-color: #600; padding: 2px;}
pre.wirelog_tx_octets_sync {color: #aaa; margin: 0; background-color: #606; padding: 2px;}
pre.wirelog_rx_frame {color: #fff; margin: 0; background-color: #0a0; padding: 2px;}
pre.wirelog_tx_frame {color: #fff; margin: 0; background-color: #a00; padding: 2px;}
pre.wirelog_tx_frame_sync {color: #fff; margin: 0; background-color: #a0a; padding: 2px;}
pre.wirelog_delay {color: #fff; margin: 0; background-color: #000; padding: 2px;}
pre.wirelog_kill_after {color: #fff; margin: 0; background-color: #000; padding: 2px;}
pre.wirelog_tcp_closed_by_me {color: #fff; margin: 0; background-color: #008; padding: 2px;}
pre.wirelog_tcp_closed_by_peer {color: #fff; margin: 0; background-color: #000; padding: 2px;}
</style>
</head>
<body>
<a name="top"></a>
<br/>
<center><a href="http://autobahn.ws/testsuite" title="Autobahn WebSockets Testsuite"><img src="http://autobahn.ws/static/img/ws_protocol_test_report.png" border="0" width="820" height="46" alt="Autobahn WebSockets Testsuite Report"></img></a></center>
<center><a href="http://autobahn.ws" title="Autobahn WebSockets"> <img src="http://autobahn.ws/static/img/ws_protocol_test_report_autobahn.png" border="0" width="300" height="68" alt="Autobahn WebSockets"> </img></a></center>
<br/>
<p class="case case_ok">'RSWebSocket' - <span style="font-size: 1.3em;"><b>Case 6.6.8</b></span> : Pass - <span style="font-size: 0.9em;"><b>1</b> ms @ 2013-12-17T16:26:18Z</a></p>
<p class="case_text_block case_desc"><b>Case Description</b><br/><br/>Send a text message with payload which is not valid UTF-8 in one fragment.<br><br>Payload: 0xcebae1bdb9cf83ce</p>
<p class="case_text_block case_expect"><b>Case Expectation</b><br/><br/>The connection is failed immediately, since the payload is not valid UTF-8.</p>
<p class="case_text_block case_outcome">
<b>Case Outcome</b><br/><br/>Actual events match at least one expected.<br/><br/>
<i>Expected:</i><br/><span class="case_pickle">{'OK': []}</span><br/><br/>
<i>Observed:</i><br><span class="case_pickle">[]</span>
</p>
<p class="case_text_block case_closing_beh"><b>Case Closing Behavior</b><br/><br/>Connection was properly closed (OK)</p>
<br/><hr/>
<h2>Opening Handshake</h2>
<pre class="http_dump">GET /runCase?case=90&agent='RSWebSocket' HTTP/1.1
Upgrade: WebSocket
Connection: Upgrade
Sec-WebSocket-Key: NDA4OTkwMzc4LjUyMzkxOQ==
Host: localhost:9001
Sec-WebSocket-Origin: http://localhost:9001/runCase
Sec-WebSocket-Version: 13</pre>
<pre class="http_dump">HTTP/1.1 101 Switching Protocols
Server: AutobahnTestSuite/0.5.6-0.6.5
Upgrade: WebSocket
Connection: Upgrade
Sec-WebSocket-Accept: ZxtOpvlC//CxHOdU//FPaHFKgY0=</pre>
<br/><hr/>
<h2>Closing Behavior</h2>
<table>
<tr class="stats_header"><td>Key</td><td class="left">Value</td><td class="left">Description</td></tr>
<tr class="stats_row"><td>isServer</td><td class="left">True</td><td class="left">True, iff I (the fuzzer) am a server, and the peer is a client.</td></tr>
<tr class="stats_row"><td>closedByMe</td><td class="left">False</td><td class="left">True, iff I have initiated closing handshake (that is, did send close first).</td></tr>
<tr class="stats_row"><td>failedByMe</td><td class="left">False</td><td class="left">True, iff I have failed the WS connection (i.e. due to protocol error). Failing can be either by initiating closing handshake or brutal drop TCP.</td></tr>
<tr class="stats_row"><td>droppedByMe</td><td class="left">True</td><td class="left">True, iff I dropped the TCP connection.</td></tr>
<tr class="stats_row"><td>wasClean</td><td class="left">True</td><td class="left">True, iff full WebSockets closing handshake was performed (close frame sent and received) _and_ the server dropped the TCP (which is its responsibility).</td></tr>
<tr class="stats_row"><td>wasNotCleanReason</td><td class="left">None</td><td class="left">When wasClean == False, the reason what happened.</td></tr>
<tr class="stats_row"><td>wasServerConnectionDropTimeout</td><td class="left">False</td><td class="left">When we are a client, and we expected the server to drop the TCP, but that didn't happen in time, this gets True.</td></tr>
<tr class="stats_row"><td>wasOpenHandshakeTimeout</td><td class="left">False</td><td class="left">When performing the opening handshake, but the peer did not finish in time, this gets True.</td></tr>
<tr class="stats_row"><td>wasCloseHandshakeTimeout</td><td class="left">False</td><td class="left">When we initiated a closing handshake, but the peer did not respond in time, this gets True.</td></tr>
<tr class="stats_row"><td>localCloseCode</td><td class="left">1000</td><td class="left">The close code I sent in close frame (if any).</td></tr>
<tr class="stats_row"><td>localCloseReason</td><td class="left">None</td><td class="left">The close reason I sent in close frame (if any).</td></tr>
<tr class="stats_row"><td>remoteCloseCode</td><td class="left">1007</td><td class="left">The close code the peer sent me in close frame (if any).</td></tr>
<tr class="stats_row"><td>remoteCloseReason</td><td class="left">None</td><td class="left">The close reason the peer sent me in close frame (if any).</td></tr>
</table> <br/><hr/>
<h2>Wire Statistics</h2>
<h3>Octets Received by Chop Size</h3>
<table>
<tr class="stats_header"><td>Chop Size</td><td>Count</td><td>Octets</td></tr>
<tr class="stats_row"><td>8</td><td>1</td><td>8</td></tr>
<tr class="stats_row"><td>241</td><td>1</td><td>241</td></tr>
<tr class="stats_total"><td>Total</td><td>2</td><td>249</td></tr>
</table>
<h3>Octets Transmitted by Chop Size</h3>
<table>
<tr class="stats_header"><td>Chop Size</td><td>Count</td><td>Octets</td></tr>
<tr class="stats_row"><td>4</td><td>1</td><td>4</td></tr>
<tr class="stats_row"><td>10</td><td>1</td><td>10</td></tr>
<tr class="stats_row"><td>168</td><td>1</td><td>168</td></tr>
<tr class="stats_total"><td>Total</td><td>3</td><td>182</td></tr>
</table>
<h3>Frames Received by Opcode</h3>
<table>
<tr class="stats_header"><td>Opcode</td><td>Count</td></tr>
<tr class="stats_row"><td>8</td><td>1</td></tr>
<tr class="stats_total"><td>Total</td><td>1</td></tr>
</table>
<h3>Frames Transmitted by Opcode</h3>
<table>
<tr class="stats_header"><td>Opcode</td><td>Count</td></tr>
<tr class="stats_row"><td>1</td><td>1</td></tr>
<tr class="stats_row"><td>8</td><td>1</td></tr>
<tr class="stats_total"><td>Total</td><td>2</td></tr>
</table>
<br/><hr/>
<h2>Wire Log</h2>
<div id="wirelog">
<pre class="wirelog_rx_octets">000 RX OCTETS: 474554202f72756e436173653f636173653d3930266167656e743d275253576562536f636b65742720485454502f312e310d</pre>
<pre class="wirelog_rx_octets"> 0a557067726164653a2057656253 ...</pre>
<pre class="wirelog_tx_octets">001 TX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e</pre>
<pre class="wirelog_tx_octets"> 5465737453756974652f302e352e ...</pre>
<pre class="wirelog_tx_frame">002 TX FRAME : OPCODE=1, FIN=True, RSV=0, PAYLOAD-LEN=8, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False</pre>
<pre class="wirelog_tx_frame"> 0xcebae1bdb9cf83ce</pre>
<pre class="wirelog_tx_octets">003 TX OCTETS: 8108cebae1bdb9cf83ce</pre>
<pre class="wirelog_kill_after">004 FAIL CONNECTION AFTER 0.500000 sec</pre>
<pre class="wirelog_rx_octets">005 RX OCTETS: 88823d554c3d3eba</pre>
<pre class="wirelog_rx_frame">006 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=3364353534633364</pre>
<pre class="wirelog_rx_frame"> 0x03ef</pre>
<pre class="wirelog_tx_frame">007 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False</pre>
<pre class="wirelog_tx_frame"> 0x03e8</pre>
<pre class="wirelog_tx_octets">008 TX OCTETS: 880203e8</pre>
<pre class="wirelog_tcp_closed_by_me">009 TCP DROPPED BY ME</pre>
</div>
<br/><hr/>
</body>
</html>
|
projets/culture/projets_culture/saint-mars-de-coutais.html | anael/Loom-architecture | <!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Salle Polyvalente de Saint-Mars-de-Coutais - Loom Architecture">
<meta name="keywords" content="architecture, salle polyvalente, Saint-Mars-de-Coutais" />
<title>Salle Polyvalente de Saint-Mars-de-Coutais - Loom Architecture</title>
<!-- Bootstrap Core CSS -->
<link href="../../../css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="../../../css/agency.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="../../../font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- Custom Fonts -->
<link href="../../../font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<body id="page-top" class="projets">
<!-- Navigation -->
<nav id="navigation" class="navbar navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="../../../index.html">
<img alt="logo" src="../../../img/logos/Loom_Logo-CMJN-Ardoise.png">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="navbar-right">
<li>
<h4><a class="" href="../../projets.html">Projets</a></h4>
</li>
<li>
<h4><a class="" href="../../../equipe.html">Équipe</a></h4>
</li>
<li>
<h4><a class="" href="../../../publications/publications.html">Publications</a></h4>
</li>
<li>
<h4><a class="" href="../../../contact.html">Contact</a></h4>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<section id="portfolio" class="container">
<div class="row">
<div class="col-xs-6 col-md-4 portfolio-item">
<a href="../culture.html" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-undo fa-3x"></i>
</div>
</div>
<img src="../../../img/projets/culture/culture.png" class="img-responsive" alt="">
</a>
</div>
<div class="col-xs-12 col-md-8">
<h1>Salle Polyvalente</h1>
<p><strong>Localisation :</strong> Saint-Mars-de-Coutais (44)</p>
<p><strong>Maîtrise d'ouvrage :</strong> Commune de Saint-Mars-de-Coutais</p>
<p><strong>Maîtrise d'œuvre :</strong> SARL Haumont Rattier, Architectes & Associés / Atelier Horizons, paysagiste / AREA (fluides) / SERBA (structure) / BBN Conseils (cuisine)</p>
<p><strong>Programme :</strong> Construction d’une salle polyvalente en centre bourg. Réaménagement de l’espace public depuis la Mairie jusqu’à l’église. Intégration de la piste de boules nantaises dans le futur projet.</p>
<p><strong>Surface :</strong> 549 m2</p>
<p><strong>Coût :</strong> 820 000 € HT Estimation septembre 2013</p>
<p><strong>Mission :</strong> Mission de base</p>
<p><strong>Avancement :</strong> Étude en cours</p>
</div>
</div>
</section>
<!-- Use a container to wrap the slider, the purpose is to enable slider to always fit width of the wrapper while window resize -->
<div class="container">
<!-- Jssor Slider Begin -->
<!-- To move inline styles to css file/block, please specify a class name for each element. -->
<!-- ================================================== -->
<div id="slider1_container" style="display: none; position: relative; margin: 20px auto; width: 915px; height: 614px; overflow: hidden;">
<!-- Loading Screen -->
<!-- Slides Container -->
<div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 915px; height: 614px;
overflow: hidden;">
<div>
<img alt="" u="image" src2="../../../img/portfolio/culture/st-mars-de-coutais/1_architecture-zinc-salle-polyvalente-mairie-parvis-animation-centre-bourg.jpg">
</div>
<div>
<img alt="" u="image" src2="../../../img/portfolio/culture/st-mars-de-coutais/1_nuit-architecture-zinc-salle-polyvalente-mairie-parvis-animation-centre-bourg.jpg">
</div>
<div>
<img alt="" u="image" src2="../../../img/portfolio/culture/st-mars-de-coutais/2_salle-polyvalente-st-mars-de-coutais-espace-bar-convivialite-parc-terrasse-architecture.jpg">
</div>
<div>
<img alt="" u="image" src2="../../../img/portfolio/culture/st-mars-de-coutais/3_salle-polyvalente-st-mars-de-coutais-parc-terrasse-architecture-vue-aerienne-jeu-typologie-maison-traditionnelles-juxtaposees.jpg">
</div>
<div>
<img alt="" u="image" src2="../../../img/portfolio/culture/st-mars-de-coutais/4_salle-polyvalente-st-mars-de-coutais-alignement-front-rue-centre-bourg-maisons-traditionnelles-juxtaposees.jpg">
</div>
<div>
<img alt="" u="image" src2="../../../img/portfolio/culture/st-mars-de-coutais/5_architecture-zinc-salle-polyvalente-plan-masse.jpg">
</div>
<div>
<img alt="" u="image" src2="../../../img/portfolio/culture/st-mars-de-coutais/6_architecture-zinc-salle-polyvalente-plan-masse.jpg">
</div>
<div>
<img alt="" u="image" src2="../../../img/portfolio/culture/st-mars-de-coutais/7_architecture-zinc-salle-polyvalente-plan-rdc.jpg">
</div>
</div>
<!-- Help: http://www.jssor.com/development/slider-with-bullet-navigator-jquery.html -->
<style>
/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div (normal)
.jssorb05 div:hover (normal mouseover)
.jssorb05 .av (active)
.jssorb05 .av:hover (active mouseover)
.jssorb05 .dn (mousedown)
*/
.jssorb05 {
position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
position: absolute;
/* size of bullet elment */
width: 16px;
height: 16px;
background: url(../../../img/b05.png) no-repeat;
overflow: hidden;
cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
</style>
<!-- bullet navigator container -->
<div u="navigator" class="jssorb05" style="bottom: 16px; right: 6px;">
<!-- bullet navigator item prototype -->
<div u="prototype"></div>
</div>
<!-- Help: http://www.jssor.com/development/slider-with-arrow-navigator-jquery.html -->
<style>
/* jssor slider arrow navigator skin 11 css */
/*
.jssora11l (normal)
.jssora11r (normal)
.jssora11l:hover (normal mouseover)
.jssora11r:hover (normal mouseover)
.jssora11l.jssora11ldn (mousedown)
.jssora11r.jssora11rdn (mousedown)
*/
.jssora11l, .jssora11r {
display: block;
position: absolute;
/* size of arrow element */
width: 37px;
height: 37px;
cursor: pointer;
background: url(../../../img/a11.png) no-repeat;
overflow: hidden;
}
.jssora11l { background-position: -11px -41px; }
.jssora11r { background-position: -71px -41px; }
.jssora11l:hover { background-position: -131px -41px; }
.jssora11r:hover { background-position: -191px -41px; }
.jssora11l.jssora11ldn { background-position: -251px -41px; }
.jssora11r.jssora11rdn { background-position: -311px -41px; }
</style>
<!-- Arrow Left -->
<span u="arrowleft" class="jssora11l" style="top: 123px; left: 8px;">
</span>
<!-- Arrow Right -->
<span u="arrowright" class="jssora11r" style="top: 123px; right: 8px;">
</span>
<a style="display: none" href="http://www.jssor.com">Bootstrap Slider</a>
</div>
<!-- Jssor Slider End -->
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="../../../js/jquery-1.9.1.min.js"></script>
<script src="../../../js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../../js/ie10-viewport-bug-workaround.js"></script>
<!-- jssor slider scripts-->
<!-- use jssor.js + jssor.slider.js instead for development -->
<!-- jssor.slider.mini.js = (jssor.js + jssor.slider.js) -->
<script type="text/javascript" src="../../../js/jssor.slider.mini.js"></script>
<script>
jQuery(document).ready(function ($) {
var options = {
$AutoPlay: true, //[Optional] Whether to auto play, to enable slideshow, this option must be set to true, default value is false
$AutoPlaySteps: 1, //[Optional] Steps to go for each navigation request (this options applys only when slideshow disabled), the default value is 1
$AutoPlayInterval: 2000, //[Optional] Interval (in milliseconds) to go for next slide since the previous stopped if the slider is auto playing, default value is 3000
$PauseOnHover: 1, //[Optional] Whether to pause when mouse over if a slider is auto playing, 0 no pause, 1 pause for desktop, 2 pause for touch device, 3 pause for desktop and touch device, 4 freeze for desktop, 8 freeze for touch device, 12 freeze for desktop and touch device, default value is 1
$ArrowKeyNavigation: true, //[Optional] Allows keyboard (arrow key) navigation or not, default value is false
$SlideEasing: $JssorEasing$.$EaseOutQuint, //[Optional] Specifies easing for right to left animation, default value is $JssorEasing$.$EaseOutQuad
$SlideDuration: 1800, //[Optional] Specifies default duration (swipe) for slide in milliseconds, default value is 500
$MinDragOffsetToSlide: 20, //[Optional] Minimum drag offset to trigger slide , default value is 20
//$SlideWidth: 600, //[Optional] Width of every slide in pixels, default value is width of 'slides' container
//$SlideHeight: 300, //[Optional] Height of every slide in pixels, default value is height of 'slides' container
$SlideSpacing: 0, //[Optional] Space between each slide in pixels, default value is 0
$DisplayPieces: 1, //[Optional] Number of pieces to display (the slideshow would be disabled if the value is set to greater than 1), the default value is 1
$ParkingPosition: 0, //[Optional] The offset position to park slide (this options applys only when slideshow disabled), default value is 0.
$UISearchMode: 1, //[Optional] The way (0 parellel, 1 recursive, default value is 1) to search UI components (slides container, loading screen, navigator container, arrow navigator container, thumbnail navigator container etc).
$PlayOrientation: 1, //[Optional] Orientation to play slide (for auto play, navigation), 1 horizental, 2 vertical, 5 horizental reverse, 6 vertical reverse, default value is 1
$DragOrientation: 1, //[Optional] Orientation to drag slide, 0 no drag, 1 horizental, 2 vertical, 3 either, default value is 1 (Note that the $DragOrientation should be the same as $PlayOrientation when $DisplayPieces is greater than 1, or parking position is not 0)
$ArrowNavigatorOptions: { //[Optional] Options to specify and enable arrow navigator or not
$Class: $JssorArrowNavigator$, //[Requried] Class to create arrow navigator instance
$ChanceToShow: 2, //[Required] 0 Never, 1 Mouse Over, 2 Always
$AutoCenter: 2, //[Optional] Auto center arrows in parent container, 0 No, 1 Horizontal, 2 Vertical, 3 Both, default value is 0
$Steps: 1, //[Optional] Steps to go for each navigation request, default value is 1
$Scale: false //Scales bullets navigator or not while slider scale
},
$BulletNavigatorOptions: { //[Optional] Options to specify and enable navigator or not
$Class: $JssorBulletNavigator$, //[Required] Class to create navigator instance
$ChanceToShow: 2, //[Required] 0 Never, 1 Mouse Over, 2 Always
$AutoCenter: 1, //[Optional] Auto center navigator in parent container, 0 None, 1 Horizontal, 2 Vertical, 3 Both, default value is 0
$Steps: 1, //[Optional] Steps to go for each navigation request, default value is 1
$Lanes: 1, //[Optional] Specify lanes to arrange items, default value is 1
$SpacingX: 12, //[Optional] Horizontal space between each item in pixel, default value is 0
$SpacingY: 4, //[Optional] Vertical space between each item in pixel, default value is 0
$Orientation: 1, //[Optional] The orientation of the navigator, 1 horizontal, 2 vertical, default value is 1
$Scale: false //Scales bullets navigator or not while slider scale
}
};
//Make the element 'slider1_container' visible before initialize jssor slider.
$("#slider1_container").css("display", "block");
var jssor_slider1 = new $JssorSlider$("slider1_container", options);
//responsive code begin
//you can remove responsive code if you don't want the slider scales while window resizes
function ScaleSlider() {
var parentWidth = jssor_slider1.$Elmt.parentNode.clientWidth;
if (parentWidth) {
jssor_slider1.$ScaleWidth(parentWidth - 30);
}
else
window.setTimeout(ScaleSlider, 30);
}
ScaleSlider();
$(window).bind("load", ScaleSlider);
$(window).bind("resize", ScaleSlider);
$(window).bind("orientationchange", ScaleSlider);
//responsive code end
});
</script>
<footer>
<div class="row">
<div class="container">
<ul class="list-inline social-buttons">
<li><a href="https://twitter.com/LoomArchi"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="https://www.facebook.com/loom.architecture"><i class="fa fa-facebook"></i></a>
</li>
</ul>
</div>
<a href="../../../a-propos.html">Mentions légales</a>
</div>
</footer>
<!-- jQuery -->
<script src="../../../js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="../../../js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="../../../js/classie.js"></script>
<!-- Contact Form JavaScript -->
<script src="../../../js/jqBootstrapValidation.js"></script>
<script src="../../../js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="../../../js/agency.js"></script>
</body>
</html>
|
blog-home-1.html | campkidscode/campkidscode.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Camp KidsCode</title>
<!--Google Fonts-->
<link href='https://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/modern-business.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><strong>Camp KidsCode</strong></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<!-- <li>
<a href="about.html">About</a>
</li> -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Current Classes<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="fanwoodlibraryhome.html">Fanwood Library</a>
</li>
<li>
<a href="onlinecourse.html">Online (August 2016)</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Register<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="fanwoodregister.html">Fanwood Library</a>
</li>
<li>
<a href="onlineregister.html">Online</a>
</li>
</ul>
</li>
<li>
<a href="blog-home-1.html">Blog</a>
</li>
<li>
<a href="volunteer.html">Volunteer</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Blog
</h1>
<ol class="breadcrumb">
<li><a href="index.html">Home</a>
</li>
<li class="active">Blog</li>
</ol>
</div>
</div>
<!-- /.row -->
<div class="row">
<!-- Blog Entries Column -->
<div class="col-md-8">
<!-- Third Blog Post -->
<h2>
<a href="#">Week 3 @ Fanwood Memorial Library</a>
</h2>
<p class="lead">
by <a href="index.php">Nithya Narayanan</a>
</p>
<p><i class="fa fa-clock-o"></i> Posted on July 17, 2016 at 5:30 PM</p>
<hr>
<a href="7_17_2016.html">
<img class="img-responsive img-hover" src="images/od32.jpg" alt="">
</a>
<hr>
<p>In our third week at the Fanwood Library, we finished transitioning to programming in Python from the block programming we were using in trinket.io!</p>
<a class="btn btn-primary" href="7_17_2016.html">Read More <i class="fa fa-angle-right"></i></a>
<hr>
<!-- Second Blog Post -->
<h2>
<a href="7_10_2016.html">Week 2 @ Fanwood Memorial Library</a>
</h2>
<p class="lead">
by <a href="index.php">Nithya Narayanan</a>
</p>
<p><i class="fa fa-clock-o"></i> Posted on July 10, 2016 at 10:00 PM</p>
<hr>
<a href="7_10_2016.html">
<img class="img-responsive img-hover" src="images/good27.jpg" alt="">
</a>
<hr>
<p>In week two of Camp KidsCode at the Fanwood Library, the focus was on the interdisciplinary applications of computer science in art as well as beginning to apply the beginner concepts the students had learned in the popular programming language Python.</p>
<a class="btn btn-primary" href="7_30_2016.jpg">Read More <i class="fa fa-angle-right"></i></a>
<hr>
<!-- First Blog Post-->
<h2>
<a href="#">Week 1 @ Fanwood Memorial Library</a>
</h2>
<p class="lead">
by <a href="index.php">Nithya N</a>
</p>
<p><i class="fa fa-clock-o"></i> Posted on July 3, 2016 at 2:06 PM</p>
<hr>
<a href="6302016.html">
<img class="img-responsive img-hover" src="images/fullroom.JPG" alt=""></a>
<hr>
<p>This week was the first week of Camp KidsCode at the Fanwood Memorial Library, NJ. Eighteen students, ranging from 5th to 9th grade, started learning introductory programming concepts. Most of the students had no prior experience coding and Tuesday was the first time they had every programmed!</p>
<a class="btn btn-primary" href="6302016.html">Read More <i class="fa fa-angle-right"></i></a>
<hr>
</div>
<!-- Blog Sidebar Widgets Column
<div class="col-md-4">
<!-- Blog Search Well
<div class="well">
<h4>Blog Search</h4>
<div class="input-group">
<input type="text" class="form-control">
<span class="input-group-btn">
<button class="btn btn-default" type="button"><i class="fa fa-search"></i></button>
</span>
</div>
<!-- /.input-group
</div>-->
<!-- Blog Categories Well
<div class="well">
<h4>Blog Categories</h4>
<div class="row">
<div class="col-lg-6">
<ul class="list-unstyled">
<li><a href="#">Category Name</a>
</li>
<li><a href="#">Category Name</a>
</li>
<li><a href="#">Category Name</a>
</li>
<li><a href="#">Category Name</a>
</li>
</ul>
</div>
<div class="col-lg-6">
<ul class="list-unstyled">
<li><a href="#">Category Name</a>
</li>
<li><a href="#">Category Name</a>
</li>
<li><a href="#">Category Name</a>
</li>
<li><a href="#">Category Name</a>
</li>
</ul>
</div>
</div>
</div>
-->
<!-- Side Widget Well -->
<div class = "col-lg-4">
<div class="well">
<h4>Blog</h4>
<p>Where you hear the latest about Camp KidsCode!</p>
</div>
</div>
<!-- /.row -->
</div>
<hr>
</div>
<!-- Footer -->
<footer>
<div class="row" align="center">
<div class="col-lg-12">
<p><strong>Camp KidsCode 2016</strong></p>
<p>campkidscode@gmail.com</p>
</div>
<ul class="list-unstyled list-inline list-social-icons">
<li>
<a href="http://facebook.com/campkidscode"><i class="fa fa-facebook-square fa-2x"></i></a>
</li>
<li>
<a href="http://twitter.com/campkidscode"><i class="fa fa-twitter-square fa-2x"></i></a>
</li>
</ul>
</div>
</footer>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>
|
src/site/resources/javadoc/taverna-language/org/w3/rdfs/class-use/Class.html | stain/incubator-taverna-site | <!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_65) on Thu Jan 22 19:02:37 GMT 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Interface org.w3.rdfs.Class (Apache Taverna Language APIs (Scufl2, Databundle) 0.16.1-incubating-SNAPSHOT API)</title>
<meta name="date" content="2015-01-22">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.w3.rdfs.Class (Apache Taverna Language APIs (Scufl2, Databundle) 0.16.1-incubating-SNAPSHOT API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/w3/rdfs/Class.html" title="interface in org.w3.rdfs">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/w3/rdfs/class-use/Class.html" target="_top">Frames</a></li>
<li><a href="Class.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.w3.rdfs.Class" class="title">Uses of Interface<br>org.w3.rdfs.Class</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../org/w3/rdfs/Class.html" title="interface in org.w3.rdfs">Class</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.w3.rdfs">org.w3.rdfs</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.w3.rdfs">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/w3/rdfs/Class.html" title="interface in org.w3.rdfs">Class</a> in <a href="../../../../org/w3/rdfs/package-summary.html">org.w3.rdfs</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
<caption><span>Subinterfaces of <a href="../../../../org/w3/rdfs/Class.html" title="interface in org.w3.rdfs">Class</a> in <a href="../../../../org/w3/rdfs/package-summary.html">org.w3.rdfs</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Interface and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><strong><a href="../../../../org/w3/rdfs/Datatype.html" title="interface in org.w3.rdfs">Datatype</a></strong></code>
<div class="block">The class of RDF datatypes.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/w3/rdfs/package-summary.html">org.w3.rdfs</a> that return types with arguments of type <a href="../../../../org/w3/rdfs/Class.html" title="interface in org.w3.rdfs">Class</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../../org/w3/rdfs/Class.html" title="interface in org.w3.rdfs">Class</a>></code></td>
<td class="colLast"><span class="strong">RdfsProperty.</span><code><strong><a href="../../../../org/w3/rdfs/RdfsProperty.html#getWfDomain()">getWfDomain</a></strong>()</code>
<div class="block">A domain of the subject property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../../org/w3/rdfs/Class.html" title="interface in org.w3.rdfs">Class</a>></code></td>
<td class="colLast"><span class="strong">RdfsProperty.</span><code><strong><a href="../../../../org/w3/rdfs/RdfsProperty.html#getWfRange()">getWfRange</a></strong>()</code>
<div class="block">A range of the subject property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../../org/w3/rdfs/Class.html" title="interface in org.w3.rdfs">Class</a>></code></td>
<td class="colLast"><span class="strong">Class.</span><code><strong><a href="../../../../org/w3/rdfs/Class.html#getWfSubClassOf()">getWfSubClassOf</a></strong>()</code>
<div class="block">The subject is a subclass of a class.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../org/w3/rdfs/package-summary.html">org.w3.rdfs</a> with type arguments of type <a href="../../../../org/w3/rdfs/Class.html" title="interface in org.w3.rdfs">Class</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">RdfsProperty.</span><code><strong><a href="../../../../org/w3/rdfs/RdfsProperty.html#setWfDomain(java.util.Set)">setWfDomain</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><? extends <a href="../../../../org/w3/rdfs/Class.html" title="interface in org.w3.rdfs">Class</a>> wfDomain)</code>
<div class="block">A domain of the subject property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">RdfsProperty.</span><code><strong><a href="../../../../org/w3/rdfs/RdfsProperty.html#setWfRange(java.util.Set)">setWfRange</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><? extends <a href="../../../../org/w3/rdfs/Class.html" title="interface in org.w3.rdfs">Class</a>> wfRange)</code>
<div class="block">A range of the subject property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Class.</span><code><strong><a href="../../../../org/w3/rdfs/Class.html#setWfSubClassOf(java.util.Set)">setWfSubClassOf</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><? extends <a href="../../../../org/w3/rdfs/Class.html" title="interface in org.w3.rdfs">Class</a>> wfSubClassOf)</code>
<div class="block">The subject is a subclass of a class.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/w3/rdfs/Class.html" title="interface in org.w3.rdfs">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/w3/rdfs/class-use/Class.html" target="_top">Frames</a></li>
<li><a href="Class.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>
|
racoon-src/doc/index-files/index-4.html | glenacota/racoon | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="it">
<head>
<!-- Generated by javadoc (1.8.0_60) on Mon May 22 21:20:56 CEST 2017 -->
<title>E-Index</title>
<meta name="date" content="2017-05-22">
<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="E-Index";
}
}
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>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 class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-3.html">Prev Letter</a></li>
<li><a href="index-5.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-4.html" target="_top">Frames</a></li>
<li><a href="index-4.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="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">I</a> <a href="index-8.html">L</a> <a href="index-9.html">M</a> <a href="index-10.html">N</a> <a href="index-11.html">O</a> <a href="index-12.html">P</a> <a href="index-13.html">R</a> <a href="index-14.html">S</a> <a href="index-15.html">T</a> <a href="index-16.html">U</a> <a href="index-17.html">V</a> <a href="index-18.html">W</a> <a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="../racoon/core/Config.html#EPSILON">EPSILON</a></span> - Static variable in class racoon.core.<a href="../racoon/core/Config.html" title="class in racoon.core">Config</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../racoon/rsim/accountability/LogEntry.html#EVIDENCE">EVIDENCE</a></span> - Static variable in class racoon.rsim.accountability.<a href="../racoon/rsim/accountability/LogEntry.html" title="class in racoon.rsim.accountability">LogEntry</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../racoon/rsim/accountability/AccountabilitySetting.html#EVIDENCE_PERIOD">EVIDENCE_PERIOD</a></span> - Static variable in class racoon.rsim.accountability.<a href="../racoon/rsim/accountability/AccountabilitySetting.html" title="class in racoon.rsim.accountability">AccountabilitySetting</a></dt>
<dd>
<div class="block">The number of cycles between two executions of the evidence transfer protocol.</div>
</dd>
<dt><span class="memberNameLink"><a href="../racoon/rsim/accountability/Accountability.html#evidenceTransferFetch-racoon.rsim.RSProtocol-">evidenceTransferFetch(RSProtocol)</a></span> - Method in class racoon.rsim.accountability.<a href="../racoon/rsim/accountability/Accountability.html" title="class in racoon.rsim.accountability">Accountability</a></dt>
<dd>
<div class="block">EVIDENCE TRANSFER
PROTOCOL: ensures that all correct nodes eventually share their evidence</div>
</dd>
<dt><a href="../racoon/rationality/evolutionary/EvolutionaryGame.html" title="class in racoon.rationality.evolutionary"><span class="typeNameLink">EvolutionaryGame</span></a> - Class in <a href="../racoon/rationality/evolutionary/package-summary.html">racoon.rationality.evolutionary</a></dt>
<dd>
<div class="block">This class defines the components required to model the strategic interaction over time
between <a href="../racoon/rationality/sequential/SGPlayer.html" title="class in racoon.rationality.sequential"><code>SGPlayer</code></a>s with bounded rationality.</div>
</dd>
<dt><span class="memberNameLink"><a href="../racoon/rationality/evolutionary/EvolutionaryGame.html#EvolutionaryGame-racoon.rationality.sequential.SequentialGame-">EvolutionaryGame(SequentialGame)</a></span> - Constructor for class racoon.rationality.evolutionary.<a href="../racoon/rationality/evolutionary/EvolutionaryGame.html" title="class in racoon.rationality.evolutionary">EvolutionaryGame</a></dt>
<dd>
<div class="block">Default constructor, invoked in <a href="../racoon/core/RacoonProcess.html" title="class in racoon.core"><code>RacoonProcess</code></a>.</div>
</dd>
<dt><a href="../example/anoncomm/package-summary.html">example.anoncomm</a> - package example.anoncomm</dt>
<dd> </dd>
<dt><a href="../example/livestreaming/package-summary.html">example.livestreaming</a> - package example.livestreaming</dt>
<dd> </dd>
<dt><a href="../example/loadbalancing/package-summary.html">example.loadbalancing</a> - package example.loadbalancing</dt>
<dd> </dd>
<dt><a href="../example/nocem/anoncomm/package-summary.html">example.nocem.anoncomm</a> - package example.nocem.anoncomm</dt>
<dd> </dd>
<dt><a href="../example/nocem/livestreaming/package-summary.html">example.nocem.livestreaming</a> - package example.nocem.livestreaming</dt>
<dd> </dd>
<dt><a href="../example/nocem/loadbalancing/package-summary.html">example.nocem.loadbalancing</a> - package example.nocem.loadbalancing</dt>
<dd> </dd>
<dt><a href="../example/srr/package-summary.html">example.srr</a> - package example.srr</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../example/anoncomm/AnonCommControl.html#execute--">execute()</a></span> - Method in class example.anoncomm.<a href="../example/anoncomm/AnonCommControl.html" title="class in example.anoncomm">AnonCommControl</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../example/livestreaming/StreamingInit.html#execute--">execute()</a></span> - Method in class example.livestreaming.<a href="../example/livestreaming/StreamingInit.html" title="class in example.livestreaming">StreamingInit</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../example/loadbalancing/InitLoad.html#execute--">execute()</a></span> - Method in class example.loadbalancing.<a href="../example/loadbalancing/InitLoad.html" title="class in example.loadbalancing">InitLoad</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../example/loadbalancing/ResetQuota.html#execute--">execute()</a></span> - Method in class example.loadbalancing.<a href="../example/loadbalancing/ResetQuota.html" title="class in example.loadbalancing">ResetQuota</a></dt>
<dd>
<div class="block">(1) Invoke the resetQuota() method oF the LoadBalance protocol held by each node</div>
</dd>
<dt><span class="memberNameLink"><a href="../example/nocem/anoncomm/AnonCommControl.html#execute--">execute()</a></span> - Method in class example.nocem.anoncomm.<a href="../example/nocem/anoncomm/AnonCommControl.html" title="class in example.nocem.anoncomm">AnonCommControl</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../example/nocem/livestreaming/StreamingInit.html#execute--">execute()</a></span> - Method in class example.nocem.livestreaming.<a href="../example/nocem/livestreaming/StreamingInit.html" title="class in example.nocem.livestreaming">StreamingInit</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../example/nocem/loadbalancing/InitLoad.html#execute--">execute()</a></span> - Method in class example.nocem.loadbalancing.<a href="../example/nocem/loadbalancing/InitLoad.html" title="class in example.nocem.loadbalancing">InitLoad</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../example/nocem/loadbalancing/ResetQuota.html#execute--">execute()</a></span> - Method in class example.nocem.loadbalancing.<a href="../example/nocem/loadbalancing/ResetQuota.html" title="class in example.nocem.loadbalancing">ResetQuota</a></dt>
<dd>
<div class="block">(1) Invoke the resetQuota() method oF the LoadBalance protocol held by each node</div>
</dd>
<dt><span class="memberNameLink"><a href="../racoon/core/ConfigLoader.html#execute-java.lang.String:A-">execute(String[])</a></span> - Static method in class racoon.core.<a href="../racoon/core/ConfigLoader.html" title="class in racoon.core">ConfigLoader</a></dt>
<dd>
<div class="block">Load the configuration files as well as the arguments of the main.</div>
</dd>
<dt><span class="memberNameLink"><a href="../racoon/rsim/RSAccControl.html#execute--">execute()</a></span> - Method in class racoon.rsim.<a href="../racoon/rsim/RSAccControl.html" title="class in racoon.rsim">RSAccControl</a></dt>
<dd>
<div class="block">Initialize the <a href="../racoon/rsim/RSProtocol.html" title="class in racoon.rsim"><code>RSProtocol</code></a> instances and some final parameters of the simulation.</div>
</dd>
<dt><span class="memberNameLink"><a href="../racoon/rsim/RSInit.html#execute--">execute()</a></span> - Method in class racoon.rsim.<a href="../racoon/rsim/RSInit.html" title="class in racoon.rsim">RSInit</a></dt>
<dd>
<div class="block">Initialize each instance of the <a href="../racoon/rsim/RSProtocol.html" title="class in racoon.rsim"><code>RSProtocol</code></a> subclass according to the evolutionary
game-theoretic-driven approach:
(1) assign each instance i to a <a href="../racoon/rationality/evolutionary/SubPopulation.html" title="class in racoon.rationality.evolutionary"><code>SubPopulation</code></a> element;
(2) set i's initial reputation value;
(3) create an instance of the class implementing <a href="../racoon/rsim/accountability/Auditable.html" title="interface in racoon.rsim.accountability"><code>Auditable</code></a>, and assign it to i</div>
</dd>
<dt><span class="memberNameLink"><a href="../racoon/rsim/RSMonitors.html#execute--">execute()</a></span> - Method in class racoon.rsim.<a href="../racoon/rsim/RSMonitors.html" title="class in racoon.rsim">RSMonitors</a></dt>
<dd>
<div class="block">Create statistics about the size of each <a href="../racoon/rationality/evolutionary/SubPopulation.html" title="class in racoon.rationality.evolutionary"><code>SubPopulation</code></a> and about the payoff of
its members.</div>
</dd>
<dt><span class="memberNameLink"><a href="../racoon/core/Config.html#EXPLORATION_ALGORITHM">EXPLORATION_ALGORITHM</a></span> - Static variable in class racoon.core.<a href="../racoon/core/Config.html" title="class in racoon.core">Config</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../racoon/util/CEMConfigurationExporter.html#export-racoon.input.CEMConfigCandidate-">export(CEMConfigCandidate)</a></span> - Static method in class racoon.util.<a href="../racoon/util/CEMConfigurationExporter.html" title="class in racoon.util">CEMConfigurationExporter</a></dt>
<dd>
<div class="block">Create the .xml file describing a <a href="../racoon/input/CEMConfigCandidate.html" title="class in racoon.input"><code>CEMConfigCandidate</code></a>, and save it on the disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="../racoon/util/GambitExporter.html#export-racoon.rationality.sequential.SequentialGame-">export(SequentialGame)</a></span> - Static method in class racoon.util.<a href="../racoon/util/GambitExporter.html" title="class in racoon.util">GambitExporter</a></dt>
<dd>
<div class="block">Create the Gambit gamefile describing the <a href="../racoon/rationality/sequential/SequentialGame.html" title="class in racoon.rationality.sequential"><code>SequentialGame</code></a>, and save it on the disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="../racoon/util/SequentialGameExporter.html#export-racoon.rationality.sequential.SequentialGame-">export(SequentialGame)</a></span> - Static method in class racoon.util.<a href="../racoon/util/SequentialGameExporter.html" title="class in racoon.util">SequentialGameExporter</a></dt>
<dd>
<div class="block">Create the DOT file describing the <a href="../racoon/rationality/sequential/SequentialGame.html" title="class in racoon.rationality.sequential"><code>SequentialGame</code></a>, and save it on the disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="../racoon/util/StateMachineExporter.html#export-racoon.input.ProtocolAutomaton-">export(ProtocolAutomaton)</a></span> - Static method in class racoon.util.<a href="../racoon/util/StateMachineExporter.html" title="class in racoon.util">StateMachineExporter</a></dt>
<dd>
<div class="block">Create the DOT file describing the <a href="../racoon/input/ProtocolAutomaton.html" title="class in racoon.input"><code>ProtocolAutomaton</code></a>, and save it on the disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="../racoon/core/RacoonProcess.html#extendProtocolAutomaton--">extendProtocolAutomaton()</a></span> - Static method in class racoon.core.<a href="../racoon/core/RacoonProcess.html" title="class in racoon.core">RacoonProcess</a></dt>
<dd>
<div class="block">Extend the <a href="../racoon/input/ProtocolAutomaton.html" title="class in racoon.input"><code>ProtocolAutomaton</code></a> described in the specification model (i.e., correctPA) by
(1) integrating the cooperation enforcement mechanisms used by Racoon (i.e., accountability and
reputation systems), and (2) generating the selfish deviations indicated in <a href="../racoon/input/SelfishnessModel.html" title="class in racoon.input"><code>SelfishnessModel</code></a>.</div>
</dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">I</a> <a href="index-8.html">L</a> <a href="index-9.html">M</a> <a href="index-10.html">N</a> <a href="index-11.html">O</a> <a href="index-12.html">P</a> <a href="index-13.html">R</a> <a href="index-14.html">S</a> <a href="index-15.html">T</a> <a href="index-16.html">U</a> <a href="index-17.html">V</a> <a href="index-18.html">W</a> </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>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 class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-3.html">Prev Letter</a></li>
<li><a href="index-5.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-4.html" target="_top">Frames</a></li>
<li><a href="index-4.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>
|
tags/ui-testing/page/1/index.html | jarifibrahim/jarifibrahim.github.io | <!DOCTYPE html><html><head><title>https://jarifibrahim.github.io/tags/ui-testing/</title><link rel="canonical" href="https://jarifibrahim.github.io/tags/ui-testing/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://jarifibrahim.github.io/tags/ui-testing/" /></head></html> |
portfolio36.html | WISHPRO/wishpro.github.io | <div class="container project-view">
<div class="row">
<div class="col-md-8 project-images">
<img alt="" src="img/portfolio/36/11.jpg" class="img-responsive">
<img alt="" src="img/portfolio/36/21.jpg" class="img-responsive">
<img alt="" src="img/portfolio/36/31.jpg" class="img-responsive">
<img alt="" src="img/portfolio/36/oblojka.jpg" class="img-responsive">
<img alt="" src="img/portfolio/36/51.jpg" class="img-responsive">
<img alt="" src="img/portfolio/36/vid2.jpg" class="img-responsive">
<img alt="" src="img/portfolio/36/vid4.jpg" class="img-responsive">
<img alt="" src="img/portfolio/36/x1.jpg" class="img-responsive">
<img alt="" src="img/portfolio/36/x2.jpg" class="img-responsive">
<img alt="" src="img/portfolio/36/x3.jpg" class="img-responsive">
</div>
<div class="col-md-4">
<div class="project-info">
<h2> СБЕРБАНК 2004 Г</h2>
<div class="details">
<div class="info-text">
<span class="title">Дата</span>
<span class="val">2004г </span>
</div>
<div class="info-text">
<span class="title">Место</span>
<span class="val"></span>
</div>
<div class="info-text">
<span class="title"></span>
<span class="val"></span>
</div>
<div class="info-text">
<span class="title"></span>
<span class="val"></span>
</div>
<div class="info-text">
<span class="title"></span>
<span class="val"></span>
</div>
</div>
<p></p>
<h4></h4>
<p></p>
</div>
</div>
</div>
</div>
|
docs/html/class_emojicode_compiler_1_1_a_s_t_variable_assignment.html | emojicode/emojicode | <!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.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Emojicode: EmojicodeCompiler::ASTVariableAssignment Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Emojicode
 <span id="projectnumber">0.6</span>
</div>
<div id="projectbrief">World’s only programming language that’s bursting with emojis</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespace_emojicode_compiler.html">EmojicodeCompiler</a></li><li class="navelem"><a class="el" href="class_emojicode_compiler_1_1_a_s_t_variable_assignment.html">ASTVariableAssignment</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pro-methods">Protected Member Functions</a> |
<a href="class_emojicode_compiler_1_1_a_s_t_variable_assignment-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">EmojicodeCompiler::ASTVariableAssignment Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Inheritance diagram for EmojicodeCompiler::ASTVariableAssignment:</div>
<div class="dyncontent">
<div class="center"><img src="class_emojicode_compiler_1_1_a_s_t_variable_assignment__inherit__graph.png" border="0" usemap="#_emojicode_compiler_1_1_a_s_t_variable_assignment_inherit__map" alt="Inheritance graph"/></div>
<map name="_emojicode_compiler_1_1_a_s_t_variable_assignment_inherit__map" id="_emojicode_compiler_1_1_a_s_t_variable_assignment_inherit__map">
<area shape="rect" id="node6" href="class_emojicode_compiler_1_1_a_s_t_instance_variable_initialization.html" title="Inserted by the compiler to initialize an instance variable as specified by a baby bottle initializer..." alt="" coords="800,5,1015,44"/>
<area shape="rect" id="node7" href="class_emojicode_compiler_1_1_a_s_t_operator_assignment.html" title="EmojicodeCompiler::\lASTOperatorAssignment" alt="" coords="823,68,992,107"/>
<area shape="rect" id="node8" href="class_emojicode_compiler_1_1_a_s_t_variable_declare_and_assign.html" title="EmojicodeCompiler::\lASTVariableDeclareAndAssign" alt="" coords="805,131,1010,169"/>
<area shape="rect" id="node2" href="class_emojicode_compiler_1_1_a_s_t_variable_init.html" title="EmojicodeCompiler::\lASTVariableInit" alt="" coords="395,68,539,107"/>
<area shape="rect" id="node3" href="class_emojicode_compiler_1_1_a_s_t_statement.html" title="EmojicodeCompiler::\lASTStatement" alt="" coords="200,36,344,75"/>
<area shape="rect" id="node4" href="class_emojicode_compiler_1_1_a_s_t_node.html" title="ASTNode is the parent class of all nodes in the abstract syntax tree. " alt="" coords="5,36,150,75"/>
<area shape="rect" id="node5" href="class_emojicode_compiler_1_1_accesses_any_variable.html" title="EmojicodeCompiler::\lAccessesAnyVariable" alt="" coords="198,99,347,137"/>
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for EmojicodeCompiler::ASTVariableAssignment:</div>
<div class="dyncontent">
<div class="center"><img src="class_emojicode_compiler_1_1_a_s_t_variable_assignment__coll__graph.png" border="0" usemap="#_emojicode_compiler_1_1_a_s_t_variable_assignment_coll__map" alt="Collaboration graph"/></div>
<map name="_emojicode_compiler_1_1_a_s_t_variable_assignment_coll__map" id="_emojicode_compiler_1_1_a_s_t_variable_assignment_coll__map">
<area shape="rect" id="node2" href="class_emojicode_compiler_1_1_a_s_t_variable_init.html" title="EmojicodeCompiler::\lASTVariableInit" alt="" coords="91,179,235,217"/>
<area shape="rect" id="node3" href="class_emojicode_compiler_1_1_a_s_t_statement.html" title="EmojicodeCompiler::\lASTStatement" alt="" coords="5,92,150,131"/>
<area shape="rect" id="node4" href="class_emojicode_compiler_1_1_a_s_t_node.html" title="ASTNode is the parent class of all nodes in the abstract syntax tree. " alt="" coords="5,5,150,44"/>
<area shape="rect" id="node5" href="class_emojicode_compiler_1_1_accesses_any_variable.html" title="EmojicodeCompiler::\lAccessesAnyVariable" alt="" coords="174,92,323,131"/>
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:afe02f1bb86dd66a316facb475c8b8958"><td class="memItemLeft" align="right" valign="top"><a id="afe02f1bb86dd66a316facb475c8b8958"></a>
 </td><td class="memItemRight" valign="bottom"><b>ASTVariableAssignment</b> (std::u32string <a class="el" href="class_emojicode_compiler_1_1_accesses_any_variable.html#afe3e418c36141428ba9476009311a851">name</a>, const std::shared_ptr< <a class="el" href="class_emojicode_compiler_1_1_a_s_t_expr.html">ASTExpr</a> > &e, const <a class="el" href="struct_emojicode_compiler_1_1_source_position.html">SourcePosition</a> &p)</td></tr>
<tr class="separator:afe02f1bb86dd66a316facb475c8b8958"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaf9885a17cf6f7f9096601cd72f4fefa"><td class="memItemLeft" align="right" valign="top"><a id="aaf9885a17cf6f7f9096601cd72f4fefa"></a>
void </td><td class="memItemRight" valign="bottom"><b>analyse</b> (<a class="el" href="class_emojicode_compiler_1_1_function_analyser.html">FunctionAnalyser</a> *analyser) override</td></tr>
<tr class="separator:aaf9885a17cf6f7f9096601cd72f4fefa"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a74302e191bd1e5bedc82b70071799d8f"><td class="memItemLeft" align="right" valign="top"><a id="a74302e191bd1e5bedc82b70071799d8f"></a>
void </td><td class="memItemRight" valign="bottom"><b>generateAssignment</b> (<a class="el" href="class_emojicode_compiler_1_1_function_code_generator.html">FunctionCodeGenerator</a> *) const final</td></tr>
<tr class="separator:a74302e191bd1e5bedc82b70071799d8f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a819881ee20469dbae3fb7b61fedbfa94"><td class="memItemLeft" align="right" valign="top"><a id="a819881ee20469dbae3fb7b61fedbfa94"></a>
void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_emojicode_compiler_1_1_a_s_t_variable_assignment.html#a819881ee20469dbae3fb7b61fedbfa94">toCode</a> (<a class="el" href="class_emojicode_compiler_1_1_pretty_stream.html">PrettyStream</a> &pretty) const override</td></tr>
<tr class="memdesc:a819881ee20469dbae3fb7b61fedbfa94"><td class="mdescLeft"> </td><td class="mdescRight">Appends code that leads to the creation of a node like this to the provided Prettyprinter. <br /></td></tr>
<tr class="separator:a819881ee20469dbae3fb7b61fedbfa94"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5582d5dc22afbc7930cf446fa6b5ed88"><td class="memItemLeft" align="right" valign="top"><a id="a5582d5dc22afbc7930cf446fa6b5ed88"></a>
void </td><td class="memItemRight" valign="bottom"><b>analyseMemoryFlow</b> (<a class="el" href="class_emojicode_compiler_1_1_m_f_function_analyser.html">MFFunctionAnalyser</a> *analyser) override</td></tr>
<tr class="separator:a5582d5dc22afbc7930cf446fa6b5ed88"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_class_emojicode_compiler_1_1_a_s_t_statement"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_emojicode_compiler_1_1_a_s_t_statement')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="class_emojicode_compiler_1_1_a_s_t_statement.html">EmojicodeCompiler::ASTStatement</a></td></tr>
<tr class="memitem:a15de20f6aa4c4dc71b7cce26c23e8b7f inherit pub_methods_class_emojicode_compiler_1_1_a_s_t_statement"><td class="memItemLeft" align="right" valign="top"><a id="a15de20f6aa4c4dc71b7cce26c23e8b7f"></a>
void </td><td class="memItemRight" valign="bottom"><b>setParagraph</b> ()</td></tr>
<tr class="separator:a15de20f6aa4c4dc71b7cce26c23e8b7f inherit pub_methods_class_emojicode_compiler_1_1_a_s_t_statement"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a72b454c348e3008815b4b49d5fc9600b inherit pub_methods_class_emojicode_compiler_1_1_a_s_t_statement"><td class="memItemLeft" align="right" valign="top"><a id="a72b454c348e3008815b4b49d5fc9600b"></a>
bool </td><td class="memItemRight" valign="bottom"><b>paragraph</b> () const</td></tr>
<tr class="separator:a72b454c348e3008815b4b49d5fc9600b inherit pub_methods_class_emojicode_compiler_1_1_a_s_t_statement"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_class_emojicode_compiler_1_1_a_s_t_node"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_emojicode_compiler_1_1_a_s_t_node')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="class_emojicode_compiler_1_1_a_s_t_node.html">EmojicodeCompiler::ASTNode</a></td></tr>
<tr class="memitem:a9e9d8252f628458755697eff2adc9160 inherit pub_methods_class_emojicode_compiler_1_1_a_s_t_node"><td class="memItemLeft" align="right" valign="top"><a id="a9e9d8252f628458755697eff2adc9160"></a>
 </td><td class="memItemRight" valign="bottom"><b>ASTNode</b> (<a class="el" href="struct_emojicode_compiler_1_1_source_position.html">SourcePosition</a> p)</td></tr>
<tr class="separator:a9e9d8252f628458755697eff2adc9160 inherit pub_methods_class_emojicode_compiler_1_1_a_s_t_node"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a169020f6c66090c16b98247e339ac255 inherit pub_methods_class_emojicode_compiler_1_1_a_s_t_node"><td class="memItemLeft" align="right" valign="top"><a id="a169020f6c66090c16b98247e339ac255"></a>
const <a class="el" href="struct_emojicode_compiler_1_1_source_position.html">SourcePosition</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="class_emojicode_compiler_1_1_a_s_t_node.html#a169020f6c66090c16b98247e339ac255">position</a> () const</td></tr>
<tr class="memdesc:a169020f6c66090c16b98247e339ac255 inherit pub_methods_class_emojicode_compiler_1_1_a_s_t_node"><td class="mdescLeft"> </td><td class="mdescRight">The source position that caused this node to be created. <br /></td></tr>
<tr class="separator:a169020f6c66090c16b98247e339ac255 inherit pub_methods_class_emojicode_compiler_1_1_a_s_t_node"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_emojicode_compiler_1_1_accesses_any_variable')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="class_emojicode_compiler_1_1_accesses_any_variable.html">EmojicodeCompiler::AccessesAnyVariable</a></td></tr>
<tr class="memitem:afe3e418c36141428ba9476009311a851 inherit pub_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memItemLeft" align="right" valign="top">const std::u32string & </td><td class="memItemRight" valign="bottom"><a class="el" href="class_emojicode_compiler_1_1_accesses_any_variable.html#afe3e418c36141428ba9476009311a851">name</a> () const</td></tr>
<tr class="separator:afe3e418c36141428ba9476009311a851 inherit pub_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8dd5ad854a7ebf0757fdd46255da60fd inherit pub_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memItemLeft" align="right" valign="top"><a id="a8dd5ad854a7ebf0757fdd46255da60fd"></a>
VariableID </td><td class="memItemRight" valign="bottom"><b>id</b> () const</td></tr>
<tr class="separator:a8dd5ad854a7ebf0757fdd46255da60fd inherit pub_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3a1e331f1ec9b349d5613541af6a92b4 inherit pub_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memItemLeft" align="right" valign="top"><a id="a3a1e331f1ec9b349d5613541af6a92b4"></a>
bool </td><td class="memItemRight" valign="bottom"><b>inInstanceScope</b> () const</td></tr>
<tr class="separator:a3a1e331f1ec9b349d5613541af6a92b4 inherit pub_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr class="memitem:aca03375806b5755409f62778c2513881"><td class="memItemLeft" align="right" valign="top"><a id="aca03375806b5755409f62778c2513881"></a>
 </td><td class="memItemRight" valign="bottom"><b>ASTVariableAssignment</b> (std::u32string <a class="el" href="class_emojicode_compiler_1_1_accesses_any_variable.html#afe3e418c36141428ba9476009311a851">name</a>, const std::shared_ptr< <a class="el" href="class_emojicode_compiler_1_1_a_s_t_expr.html">ASTExpr</a> > &e, const <a class="el" href="struct_emojicode_compiler_1_1_source_position.html">SourcePosition</a> &p, bool declare)</td></tr>
<tr class="separator:aca03375806b5755409f62778c2513881"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pro_methods_class_emojicode_compiler_1_1_a_s_t_variable_init"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_class_emojicode_compiler_1_1_a_s_t_variable_init')"><img src="closed.png" alt="-"/> Protected Member Functions inherited from <a class="el" href="class_emojicode_compiler_1_1_a_s_t_variable_init.html">EmojicodeCompiler::ASTVariableInit</a></td></tr>
<tr class="memitem:a16e2a00654702d62d1c86c90460d7389 inherit pro_methods_class_emojicode_compiler_1_1_a_s_t_variable_init"><td class="memItemLeft" align="right" valign="top"><a id="a16e2a00654702d62d1c86c90460d7389"></a>
 </td><td class="memItemRight" valign="bottom"><b>ASTVariableInit</b> (std::shared_ptr< <a class="el" href="class_emojicode_compiler_1_1_a_s_t_expr.html">ASTExpr</a> > e, const <a class="el" href="struct_emojicode_compiler_1_1_source_position.html">SourcePosition</a> &p, std::u32string <a class="el" href="class_emojicode_compiler_1_1_accesses_any_variable.html#afe3e418c36141428ba9476009311a851">name</a>, bool declare)</td></tr>
<tr class="separator:a16e2a00654702d62d1c86c90460d7389 inherit pro_methods_class_emojicode_compiler_1_1_a_s_t_variable_init"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a290d0da58280e5d04b8eb57624021d94 inherit pro_methods_class_emojicode_compiler_1_1_a_s_t_variable_init"><td class="memItemLeft" align="right" valign="top"><a class="el" href="document_8h.html#a071cf97155ba72ac9a1fc4ad7e63d481">Value</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_emojicode_compiler_1_1_a_s_t_variable_init.html#a290d0da58280e5d04b8eb57624021d94">variablePointer</a> (<a class="el" href="class_emojicode_compiler_1_1_function_code_generator.html">FunctionCodeGenerator</a> *fg) const</td></tr>
<tr class="separator:a290d0da58280e5d04b8eb57624021d94 inherit pro_methods_class_emojicode_compiler_1_1_a_s_t_variable_init"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pro_methods_class_emojicode_compiler_1_1_a_s_t_statement"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_class_emojicode_compiler_1_1_a_s_t_statement')"><img src="closed.png" alt="-"/> Protected Member Functions inherited from <a class="el" href="class_emojicode_compiler_1_1_a_s_t_statement.html">EmojicodeCompiler::ASTStatement</a></td></tr>
<tr class="memitem:a9e9d8252f628458755697eff2adc9160 inherit pro_methods_class_emojicode_compiler_1_1_a_s_t_statement"><td class="memItemLeft" align="right" valign="top"><a id="a9e9d8252f628458755697eff2adc9160"></a>
 </td><td class="memItemRight" valign="bottom"><b>ASTNode</b> (<a class="el" href="struct_emojicode_compiler_1_1_source_position.html">SourcePosition</a> p)</td></tr>
<tr class="separator:a9e9d8252f628458755697eff2adc9160 inherit pro_methods_class_emojicode_compiler_1_1_a_s_t_statement"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_class_emojicode_compiler_1_1_accesses_any_variable')"><img src="closed.png" alt="-"/> Protected Member Functions inherited from <a class="el" href="class_emojicode_compiler_1_1_accesses_any_variable.html">EmojicodeCompiler::AccessesAnyVariable</a></td></tr>
<tr class="memitem:aba96bdf90f5ee4aeb6472a62c4a85d5f inherit pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memItemLeft" align="right" valign="top"><a id="aba96bdf90f5ee4aeb6472a62c4a85d5f"></a>
 </td><td class="memItemRight" valign="bottom"><b>AccessesAnyVariable</b> (std::u32string <a class="el" href="class_emojicode_compiler_1_1_accesses_any_variable.html#afe3e418c36141428ba9476009311a851">name</a>)</td></tr>
<tr class="separator:aba96bdf90f5ee4aeb6472a62c4a85d5f inherit pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2f657bde8f7cd1ead150937f128eded8 inherit pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memItemLeft" align="right" valign="top"><a id="a2f657bde8f7cd1ead150937f128eded8"></a>
 </td><td class="memItemRight" valign="bottom"><b>AccessesAnyVariable</b> (bool inInstanceScope, VariableID id, <a class="el" href="class_emojicode_compiler_1_1_type.html">Type</a> type)</td></tr>
<tr class="separator:a2f657bde8f7cd1ead150937f128eded8 inherit pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4a9b0bdd483f909c04e26a4d45f1e35a inherit pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memItemLeft" align="right" valign="top"><a id="a4a9b0bdd483f909c04e26a4d45f1e35a"></a>
void </td><td class="memItemRight" valign="bottom"><b>setVariableAccess</b> (const <a class="el" href="struct_emojicode_compiler_1_1_resolved_variable.html">ResolvedVariable</a> &var, <a class="el" href="class_emojicode_compiler_1_1_function_analyser.html">FunctionAnalyser</a> *analyser)</td></tr>
<tr class="separator:a4a9b0bdd483f909c04e26a4d45f1e35a inherit pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab6cbc14d63d7879377041cc1161c18d0 inherit pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memItemLeft" align="right" valign="top"><a id="ab6cbc14d63d7879377041cc1161c18d0"></a>
<a class="el" href="document_8h.html#a071cf97155ba72ac9a1fc4ad7e63d481">Value</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_emojicode_compiler_1_1_accesses_any_variable.html#ab6cbc14d63d7879377041cc1161c18d0">instanceVariablePointer</a> (<a class="el" href="class_emojicode_compiler_1_1_function_code_generator.html">FunctionCodeGenerator</a> *fg) const</td></tr>
<tr class="memdesc:ab6cbc14d63d7879377041cc1161c18d0 inherit pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="mdescLeft"> </td><td class="mdescRight">Generates code to retrieve a pointer to the instance variable, whose ID is stored in this instance. <br /></td></tr>
<tr class="separator:ab6cbc14d63d7879377041cc1161c18d0 inherit pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a985425bb42d1d9a67af2b8faa6c097fc inherit pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memItemLeft" align="right" valign="top"><a id="a985425bb42d1d9a67af2b8faa6c097fc"></a>
const <a class="el" href="class_emojicode_compiler_1_1_type.html">Type</a> & </td><td class="memItemRight" valign="bottom"><b>variableType</b> () const</td></tr>
<tr class="separator:a985425bb42d1d9a67af2b8faa6c097fc inherit pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abf406155e5b21853253c0c14a1401f89 inherit pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memItemLeft" align="right" valign="top"><a id="abf406155e5b21853253c0c14a1401f89"></a>
void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_emojicode_compiler_1_1_accesses_any_variable.html#abf406155e5b21853253c0c14a1401f89">release</a> (<a class="el" href="class_emojicode_compiler_1_1_function_code_generator.html">FunctionCodeGenerator</a> *fg) const</td></tr>
<tr class="memdesc:abf406155e5b21853253c0c14a1401f89 inherit pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="mdescLeft"> </td><td class="mdescRight">Releases the object pointed to by this variable. <br /></td></tr>
<tr class="separator:abf406155e5b21853253c0c14a1401f89 inherit pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa46f6f6ec96f90c46f4f22c43432da8a inherit pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memItemLeft" align="right" valign="top"><a id="aa46f6f6ec96f90c46f4f22c43432da8a"></a>
<a class="el" href="document_8h.html#a071cf97155ba72ac9a1fc4ad7e63d481">Value</a> * </td><td class="memItemRight" valign="bottom"><b>managementValue</b> (<a class="el" href="class_emojicode_compiler_1_1_function_code_generator.html">FunctionCodeGenerator</a> *fg) const</td></tr>
<tr class="separator:aa46f6f6ec96f90c46f4f22c43432da8a inherit pro_methods_class_emojicode_compiler_1_1_accesses_any_variable"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pro_attribs_class_emojicode_compiler_1_1_a_s_t_variable_init"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_class_emojicode_compiler_1_1_a_s_t_variable_init')"><img src="closed.png" alt="-"/> Protected Attributes inherited from <a class="el" href="class_emojicode_compiler_1_1_a_s_t_variable_init.html">EmojicodeCompiler::ASTVariableInit</a></td></tr>
<tr class="memitem:a6c399c986120c4a8e51f90d54e5da0c4 inherit pro_attribs_class_emojicode_compiler_1_1_a_s_t_variable_init"><td class="memItemLeft" align="right" valign="top"><a id="a6c399c986120c4a8e51f90d54e5da0c4"></a>
std::shared_ptr< <a class="el" href="class_emojicode_compiler_1_1_a_s_t_expr.html">ASTExpr</a> > </td><td class="memItemRight" valign="bottom"><b>expr_</b></td></tr>
<tr class="separator:a6c399c986120c4a8e51f90d54e5da0c4 inherit pro_attribs_class_emojicode_compiler_1_1_a_s_t_variable_init"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pro_attribs_class_emojicode_compiler_1_1_a_s_t_statement"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_class_emojicode_compiler_1_1_a_s_t_statement')"><img src="closed.png" alt="-"/> Protected Attributes inherited from <a class="el" href="class_emojicode_compiler_1_1_a_s_t_statement.html">EmojicodeCompiler::ASTStatement</a></td></tr>
<tr class="memitem:aba0d9c79edf6b1179bf29896adb8404e inherit pro_attribs_class_emojicode_compiler_1_1_a_s_t_statement"><td class="memItemLeft" align="right" valign="top"><a id="aba0d9c79edf6b1179bf29896adb8404e"></a>
bool </td><td class="memItemRight" valign="bottom"><b>paragraph_</b> = false</td></tr>
<tr class="separator:aba0d9c79edf6b1179bf29896adb8404e inherit pro_attribs_class_emojicode_compiler_1_1_a_s_t_statement"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>/Users/theo/Documents/emojicode/emojicode/Compiler/AST/<a class="el" href="_a_s_t_variables_8hpp_source.html">ASTVariables.hpp</a></li>
<li>/Users/theo/Documents/emojicode/emojicode/Compiler/AST/ASTVariables.cpp</li>
<li>/Users/theo/Documents/emojicode/emojicode/Compiler/AST/ASTVariables_CG.cpp</li>
<li>/Users/theo/Documents/emojicode/emojicode/Compiler/Prettyprint/ASTToCode.cpp</li>
</ul>
</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.14
</small></address>
</body>
</html>
|
content/jd/glowkit/1.16/org/bukkit/material/class-use/PressurePlate.html | GlowstoneMC/glowstonemc.github.io | <!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_292) on Fri Jul 02 16:35:39 UTC 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.bukkit.material.PressurePlate (Glowkit 1.16.5-R0.1-SNAPSHOT API)</title>
<meta name="date" content="2021-07-02">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.bukkit.material.PressurePlate (Glowkit 1.16.5-R0.1-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/bukkit/material/PressurePlate.html" title="class in org.bukkit.material">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/bukkit/material/class-use/PressurePlate.html" target="_top">Frames</a></li>
<li><a href="PressurePlate.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.bukkit.material.PressurePlate" class="title">Uses of Class<br>org.bukkit.material.PressurePlate</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../org/bukkit/material/PressurePlate.html" title="class in org.bukkit.material">PressurePlate</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.bukkit.material">org.bukkit.material</a></td>
<td class="colLast">
<div class="block">Classes that represents various voxel types and states.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.bukkit.material">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/bukkit/material/PressurePlate.html" title="class in org.bukkit.material">PressurePlate</a> in <a href="../../../../org/bukkit/material/package-summary.html">org.bukkit.material</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/bukkit/material/package-summary.html">org.bukkit.material</a> that return <a href="../../../../org/bukkit/material/PressurePlate.html" title="class in org.bukkit.material">PressurePlate</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/bukkit/material/PressurePlate.html" title="class in org.bukkit.material">PressurePlate</a></code></td>
<td class="colLast"><span class="typeNameLabel">PressurePlate.</span><code><span class="memberNameLink"><a href="../../../../org/bukkit/material/PressurePlate.html#clone--">clone</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/bukkit/material/PressurePlate.html" title="class in org.bukkit.material">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/bukkit/material/class-use/PressurePlate.html" target="_top">Frames</a></li>
<li><a href="PressurePlate.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p>
</body>
</html>
|
css/jasny-bootstrap-responsive.css | menrique/vom_best_in_house | /*!
* Jasny Bootstrap Responsive Extensions j2
*
* Copyright 2012 Jasny BV
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Extended with pride by @ArnoldDaniels of jasny.net
*/
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container-semifluid {
max-width: 1170px;
}
@media (min-width: 768px) and (max-width: 979px) {
.row-desktop.row-fluid {
width: 100%;
}
.row-desktop.row {
margin-left: 0;
}
.row-desktop > [class*="span"],
.row-desktop > [class*="span"] {
float: none;
display: block;
width: auto;
margin: 0;
}
}
@media (max-width: 480px) {
.form-horizontal .controls,
.form-horizontal .well .controls,
.small-labels .controls {
margin-left: 0;
}
}
@media (max-width: 768px) {
.form-horizontal .form-actions {
padding-left: 18px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.form-horizontal .control-label {
width: 100px;
}
.form-horizontal .controls {
margin-left: 110px;
}
.form-horizontal .form-actions {
padding-left: 110px;
}
.form-horizontal .well .control-label {
width: 80px;
}
.form-horizontal .well .controls {
margin-left: 90px;
}
.small-labels .control-group > label {
width: 50px;
}
.small-labels .controls {
margin-left: 60px;
}
.small-labels .form-actions {
padding-left: 60px;
}
}
@media (min-width: 1200px) {
.small-labels .control-group > label {
width: 80px;
}
.small-labels .controls {
margin-left: 100px;
}
.small-labels .form-actions {
padding-left: 100px;
}
}
@media (max-width: 480px) {
.page-alert {
position: static;
width: auto;
}
.page-alert .alert {
width: auto;
margin-left: 0;
border-top-width: 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
body > .page-alert {
position: static;
}
}
@media (min-width: 1200px) {
.page-alert .alert {
width: 700px;
margin-left: -375px;
}
}
|
views/notification.html | datadealer/dd_js | <%
var data = D.data || {};
var says = data.says || _._('Mark sagt:');
var text = data.text || "";
var title = data.title || "Neuer Kontakt!";
var perp = data.perp || undefined;
%>
<div class="PopupBody NotificationBody">
<div class="NotificationHeader">
<div class="PopupClose">X</div>
<div class="NotificationTitle"><%= title %></div>
</div>
<div class="NotificationContent">
<% if (data.perp) { %>
<div class="NotificationItem">
<%
print(_.renderView('notification_item.html', {
perp: perp
}));
%>
</div>
<% } %>
<div class="NotificationBubble">
<div class="NotificationAvatar"></div>
<div class="NotificationSays"><%= says %></div>
<div class="NotificationText">
<%= text %>
</div>
<div class="PopupButtons NotificationButtons">
<div class="Button" data-button-id="MainButton"><%= _._('OK') %></div>
</div>
</div>
</div>
</div>
|
prototyping/Joshix.org.html | jhawcroft/joshix | <!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>Joshix.org</title>
<style type="text/css">
body
{
font-family: sans-serif;
font-size: 12pt;
}
h2
{
font-size: 18pt;
font-weight: bold;
font-style: italic;
}
li
{
margin-bottom: 5px;
}
li:last-child
{
margin-bottom: 0px;
}
</style>
</head>
<body>
<h1><img src="Joshix.org_files/joshix-logo-med.png" alt="JOSHIX"></h1>
<h2>Welcome</h2>
<p>JOSHIX is an open-source operating system concept which is under
active development. The approach used in JOSHIX will reflect the
principles described in my short piece, <em><a href="http://joshhawcroft.org/2015/11/essential-criteria-for-good-software/">Essential criteria for good software</a></em>. Briefly, they are:</p>
<ul>
<li>Feature-complete components, services and applications</li>
<li>An effective but minimalist user interface in both form and function</li>
<li>Concise, robust and secure engineering</li>
</ul>
<p>Most software today falls significantly short on one or more of the above (often all three).</p>
<h2>Architecture</h2>
<p>This new operating system will sit atop a robust Linux kernel and related utilities.</p>
<h2>Key Features</h2>
<ul>
<li>A novel new document-centric desktop environment for both desktop and mobile computing</li>
<li>Radical new database-enabled file system where folders are de-emphasised and search is a key faculty</li>
<li>Web-based technologies heavily utilised throughout the system</li>
</ul>
<h2>New Application Software</h2>
<p>There will be many brand-new applications, reengineered from the
ground-up to take advantage of the core principles and services of
JOSHIX.</p>
<ul>
<li>Office Suite: word processing, spreadsheet, presentation and database</li>
<li>Image and photo editor</li>
</ul>
<p><small>Copyright © 2015 <a href="http://joshhawcroft.org/">Joshua Hawcroft</a></small></p>
</body></html> |
docs/mann/dictx.html | AthenaModel/kite | <html>
<head>
<title>kite 0.6.0: dictx(n) -- Dictionary Utilities, submodule of kiteutils(n)</title>
<style type="text/css" media="screen,print">
/* ehtml(5) Standard CSS */
/*---------------------------------------------------------*/
/* General Use */
a {
/* No underlines */
text-decoration: none;
}
/* Special formatting for definition lists, to get proper
* blank lines after descriptions but not after topics. */
dt {
margin-bottom: 0;
}
dd {
margin-bottom: 1em;
}
dd > p:first-child {
margin-top: 0;
}
/*---------------------------------------------------------*/
/* Specific Macros */
/* bigmark */
div.bigmark {
display: inline;
font-family: Verdana;
font-size: 100%;
background: black;
color: white;
border: 1px solid black;
border-radius: 5px;
padding-left: 2px;
padding-right: 2px;
}
/* def, defitem, defopt */
dt.def {
font-weight: bold;
}
dt.defitem {
font-weight: bold;
font-family: monospace;
}
dt.defopt {
font-weight: bold;
font-family: monospace;
}
/* example/ */
pre.example {
background: #FFFDD1 ;
border: 1px solid blue;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 4px;
}
/* hrule */
hr.hrule {
margin-top: 1em;
margin-bottom: 1em;
}
/* iref */
a.iref {
font-family: monospace;
}
/* itemlist */
ul.itemlist {
padding-left: 0;
list-style-type: none;
}
/* listing/ */
pre.listing {
background: #FFFDD1 ;
border: 1px solid blue;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 4px;
}
span.linenum {
background: #E3E08F ;
}
/* mark */
div.mark {
display: inline;
font-family: Verdana;
font-size: 75%;
background: black;
color: white;
border: 1px solid black;
border-radius: 5px;
padding-left: 2px;
padding-right: 2px;
}
/* procedure */
table.procedure {
border: 1px solid black;
border-collapse: collapse;
width: 100%;
}
table.procedure td {
border: 1px solid black;
}
td.procedure-index {
padding-right: 5px;
text-align: right;
width: 2em;
}
/* topiclist/ */
.topiclist {
margin-top: 1em;
margin-bottom: 1em;
}
tr.topic {
vertical-align: baseline;
}
tr.topicname {
min-width: 1.5em;
}
/* tt/ */
.tt {
font-family: monospace;
}
/* olp/ */
ol.olp > li {
margin-bottom: 1em;
}
/* ulp/ */
ul.ulp > li {
margin-bottom: 1em;
}
/*---------------------------------------------------------*/
/* table/ plus macros that use it. Most formatting is
* depends on the "table" class. */
table {
margin-top: 1em;
margin-bottom: 1em;
vertical-align: baseline;
}
th {
padding-left: 5px;
text-align: left;
}
td {
padding-left: 5px;
vertical-align: baseline;
}
/* "table" class: standard table formatting. */
.table {
border: 1px solid black;
border-spacing: 0;
color: black;
background-color: white;
}
.table tr:first-child {
font-weight: bold;
color: white;
background-color: #000099;
}
.table tr.tr-odd {
background-color: #EEEEEE;
}
.table tr.tr-even { }
.table-wide {
width: 100%;
}
BODY {
color: black;
background: white;
margin-left: 6%;
margin-right: 6%;
}
H1 {
margin-left: -5%;
}
H2 {
margin-left: -5%;
}
HR {
margin-left: -5%;
}
TABLE {
text-align: left;
}
/* mktree styles */
ul.mktree li { list-style: none; }
ul.mktree, ul.mktree ul, ul.mktree li {
margin-left:10px; padding:0px; }
ul.mktree li .bullet { padding-left: 10px }
ul.mktree li.liOpen .bullet {cursor : pointer; }
ul.mktree li.liClosed .bullet {cursor : pointer; }
ul.mktree li.liBullet .bullet {cursor : default; }
ul.mktree li.liOpen ul {display: block; }
ul.mktree li.liClosed ul {display: none; }
</style>
</head>
<body>
<h1 style="background: red;">
kite 0.6.0: Kite Project Automation Tool
</h1>
<h2><a name="name">NAME</a></h2>
<p><b>dictx(n)</b> -- Dictionary Utilities, submodule of <a href="../mann/kiteutils.html">kiteutils(n)</a>
</p>
<ul>
<li><a href="#name">NAME</a></li>
<li><a href="#synopsis">SYNOPSIS</a></li>
<li><a href="#description">DESCRIPTION</a></li>
<li><a href="#commands">COMMANDS</a></li>
<li><a href="#environment">ENVIRONMENT</a></li>
<li><a href="#author">AUTHOR</a></li>
</ul>
<h2><a name="synopsis">SYNOPSIS</a></h2>
<pre>
package require kiteutils 0.6.0
namespace import ::kiteutils::*
</pre>
<ul class="itemlist">
<li><a class="iref" href="#dictglob">dictglob <i>dict key pattern</i> ?<i>key pattern...</i>?</a></li>
</ul>
<h2><a name="description">DESCRIPTION</a></h2>
<p>dictx(n) provides utilities for working with dictionaries.
</p>
<h2><a name="commands">COMMANDS</a></h2>
<dl>
<dt class="defitem"><a name="dictglob">dictglob <i>dict key pattern</i> ?<i>key pattern...</i>?</a></dt><dd>
Returns 1 if dictionary <i>dict</i> has the specified keys if
the corresponding value match the patterns,
and 0 otherwise. Values are compared to patterns using the "string
match" command. Note that the <i>dict</i> can contain keys other than
those specified.
</dd>
</dl>
<h2><a name="environment">ENVIRONMENT</a></h2>
<p>Requires Tcl 8.6 or later.
</p>
<h2><a name="author">AUTHOR</a></h2>
<p>Will Duquette
</p>
<hr>
<p><i>kite 0.6.0 Man page generated by manpage(n) on
Mon Oct 03 13:02:08 PDT 2016</i>
</p>
</body>
</html>
|
allmychanges/templates/allmychanges/tag-list.html | AllMyChanges/allmychanges.com | {% extends "allmychanges/base.html" %}
{% load i18n %}
{% block content %}
{% if tags %}
<h1 class="page-header">You've tagged some projects with these tags:</h1>
<ul class="tags-list">
{% for tag in tags %}
<li><a href="{% url 'tagged-projects' name=tag.name %}">{{ tag.name }}</a> – {% if tag.fresh_versions_count %}{% blocktrans count counter=tag.fresh_versions_count %}{{ counter }} update is waiting for review.{% plural %}{{ counter }} updates are waiting for review.{% endblocktrans %}{% else %}no updates.{% endif %}</li>
{% endfor %}
</ul>
{% else %}
<p>You have no tags yet. Use command line tool to make some.</p>
{% endif %}
{% endblock content %}
|
core/server/Samples/CIDE/Help/RTextTag.SetPixelsBelow.html | Devronium/ConceptApplicationServer | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>RTextTag.SetPixelsBelow</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%" bgcolor="#F0F0FF">
<tr>
<td>Concept Framework 2.2 documentation</td>
<td align="right"><a href="index.html">Contents</a> | <a href="index_fun.html">Index</a></td>
</tr>
</table>
<h2><a href="RTextTag.html">RTextTag</a>.SetPixelsBelow</h2>
<table border="0" cellspacing="0" cellpadding="0" width="500" style="border-style:solid;border-width:1px;border-color:#D0D0D0;">
<tr bgcolor="#f0f0f0">
<td><i>Name</i></td>
<td><i>Type</i></td>
<td><i>Access</i></td>
<td><i>Version</i></td>
<td><i>Deprecated</i></td>
</tr>
<tr bgcolor="#fafafa">
<td><b>SetPixelsBelow</b></td>
<td>function</td>
<td>public</td>
<td>version 1</td>
<td>no</td>
</tr>
</table>
<br />
<b>Prototype:</b><br />
<table bgcolor="#F0F0F0" width="100%" style="border-style:solid;border-width:1px;border-color:#D0D0D0;"><tr><td><b>public function SetPixelsBelow(argument)</b></td></tr></table>
<br />
<b>Parameters:</b><br />
<table bgcolor="#FFFFFF" style="border-style:solid;border-width:1px;border-color:#D0D0D0;">
<tr>
<td>
<i>argument</i>
</td>
<td>
// TO DO
</td>
</tr>
</table>
<br />
<b>Description:</b><br />
<table width="100%" bgcolor="#FAFAFF" style="border-style:solid;border-width:1px;border-color:#D0D0D0;">
<tr><td>
TODO: Document this
</td></tr>
</table>
<br />
<b>Returns:</b><br />
// TO DO
<br />
<br />
<!--
<p>
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-html40"
alt="Valid HTML 4.0 Transitional" height="31" width="88" border="0"></a>
<a href="http://jigsaw.w3.org/css-validator/">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" border="0"/>
</a>
</p>
-->
<table bgcolor="#F0F0F0" width="100%"><tr><td>Documented by Eduard Suica, generation time: Sun Jan 27 18:15:11 2013
GMT</td><td align="right">(c)2013 <a href="http://www.devronium.com">Devronium Applications</a></td></tr></table>
</body>
</html> |
src/client-app-core/css/core.css | jhawcroft/joshix |
/*****************************************************************************************
Joshix UI Toolkit
*/
/* the application area */
body
{
/* disallow text selection in UI elements by default */
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
user-select: none;
/* keep the arrow/default cursor on UI elements by default */
cursor: default;
overflow: hidden;
}
|
tutorial/HTMLFiles/user_guide.css | ValeevGroup/SeQuant | /* Notebook:*/
html {
font-size: 12px;
padding: 8px;
}
/* Title:*/
.Title {
font-size: 44px;
font-family: Gill Sans;
color: #CC0B02;
line-height: 1.09091;
margin-left: 27px;
margin-top: 30px;
margin-bottom: 10px;
padding: 8px;
}
.TitleInline {
font-size: 44px;
font-family: Gill Sans;
color: #CC0B02;
line-height: 1.09091;
margin-left: 27px;
margin-top: 30px;
margin-bottom: 10px;
padding: 8px;
}
/* Subtitle:*/
.Subtitle {
font-size: 24px;
font-family: Gill Sans;
color: #4C4C4C;
margin-left: 27px;
margin-top: 2px;
margin-bottom: 20px;
padding: 8px;
}
.SubtitleInline {
font-size: 24px;
font-family: Gill Sans;
color: #4C4C4C;
margin-left: 27px;
margin-top: 2px;
margin-bottom: 20px;
padding: 8px;
}
/* Subsubtitle:*/
.Subsubtitle {
font-size: 16px;
font-family: Gill Sans;
color: #4C4C4C;
margin-left: 27px;
margin-top: 2px;
margin-bottom: 8px;
padding: 8px;
}
.SubsubtitleInline {
font-size: 16px;
font-family: Gill Sans;
color: #4C4C4C;
margin-left: 27px;
margin-top: 2px;
margin-bottom: 8px;
padding: 8px;
}
/* Chapter:*/
.Chapter {
font-size: 34px;
font-family: Gill Sans;
color: #343434;
line-height: 1.11765;
margin-left: 27px;
margin-top: 15px;
margin-bottom: 10px;
padding: 8px;
}
.ChapterInline {
font-size: 34px;
font-family: Gill Sans;
color: #343434;
line-height: 1.11765;
margin-left: 27px;
margin-top: 15px;
margin-bottom: 10px;
padding: 8px;
}
/* Subchapter:*/
.Subchapter {
font-size: 28px;
font-family: Gill Sans;
color: #4C4C4C;
margin-left: 63px;
margin-top: 20px;
margin-bottom: 8px;
padding: 8px;
display: list-item;
list-style-type: square;
}
.SubchapterInline {
font-size: 28px;
font-family: Gill Sans;
color: #4C4C4C;
margin-left: 63px;
margin-top: 20px;
margin-bottom: 8px;
padding: 8px;
}
/* Section:*/
.Section {
font-size: 28px;
font-family: Gill Sans;
color: #C24B16;
line-height: 1.07143;
border-left: 0px;
border-right: 0px;
border-top: 1px;
border-bottom: 0px;
border-style: solid;
border-color: #B2B2B2;
margin-left: 27px;
margin-top: 18px;
margin-bottom: 8px;
padding: 4px;
}
.SectionInline {
font-size: 28px;
font-family: Gill Sans;
color: #C24B16;
line-height: 1.07143;
border-left: 0px;
border-right: 0px;
border-top: 1px;
border-bottom: 0px;
border-style: solid;
border-color: #B2B2B2;
margin-left: 27px;
margin-top: 18px;
margin-bottom: 8px;
padding: 4px;
}
/* Subsection:*/
.Subsection {
font-size: 20px;
font-family: Gill Sans;
color: #C66C29;
margin-left: 51px;
margin-right: 3px;
margin-top: 12px;
margin-bottom: 8px;
padding: 8px;
}
.SubsectionInline {
font-size: 20px;
font-family: Gill Sans;
color: #C66C29;
margin-left: 51px;
margin-right: 3px;
margin-top: 12px;
margin-bottom: 8px;
padding: 8px;
}
/* Subsubsection:*/
.Subsubsection {
font-size: 19px;
font-family: Gill Sans;
color: #B63809;
margin-left: 66px;
margin-top: 10px;
margin-bottom: 2px;
padding: 8px;
}
.SubsubsectionInline {
font-size: 19px;
font-family: Gill Sans;
color: #B63809;
margin-left: 66px;
margin-top: 10px;
margin-bottom: 2px;
padding: 8px;
}
/* Subsubsubsection:*/
.Subsubsubsection {
font-size: 14px;
font-family: Arial;
font-weight: bold;
color: #C66C29;
margin-left: 66px;
margin-top: 10px;
margin-bottom: 2px;
padding: 8px;
}
.SubsubsubsectionInline {
font-size: 14px;
font-family: Arial;
font-weight: bold;
color: #C66C29;
margin-left: 66px;
margin-top: 10px;
margin-bottom: 2px;
padding: 8px;
}
/* Subsubsubsubsection:*/
.Subsubsubsubsection {
font-size: 14px;
font-family: Arial;
color: #960E00;
margin-left: 66px;
margin-top: 10px;
margin-bottom: 2px;
padding: 8px;
}
.SubsubsubsubsectionInline {
font-size: 14px;
font-family: Arial;
color: #960E00;
margin-left: 66px;
margin-top: 10px;
margin-bottom: 2px;
padding: 8px;
}
/* Text:*/
.Text {
font-size: 14px;
font-family: Arial;
line-height: 1.21429;
margin-left: 66px;
margin-right: 10px;
margin-top: 7px;
margin-bottom: 7px;
padding: 8px;
}
.TextInline {
font-size: 14px;
font-family: Arial;
line-height: 1.21429;
margin-left: 66px;
margin-right: 10px;
margin-top: 7px;
margin-bottom: 7px;
padding: 8px;
}
/* SmallText:*/
.SmallText {
font-size: 13px;
font-family: Arial;
color: #333333;
line-height: 1.23077;
margin-left: 66px;
margin-right: 10px;
margin-top: 6px;
margin-bottom: 6px;
padding: 8px;
}
.SmallTextInline {
font-size: 13px;
font-family: Arial;
color: #333333;
line-height: 1.23077;
margin-left: 66px;
margin-right: 10px;
margin-top: 6px;
margin-bottom: 6px;
padding: 8px;
}
/* Item:*/
.Item {
font-size: 14px;
font-family: Arial;
margin-left: 81px;
margin-right: 10px;
margin-top: 8px;
margin-bottom: 4px;
padding: 8px;
display: list-item;
list-style-type: square;
}
.ItemInline {
font-size: 14px;
font-family: Arial;
margin-left: 81px;
margin-right: 10px;
margin-top: 8px;
margin-bottom: 4px;
padding: 8px;
}
/* ItemParagraph:*/
.ItemParagraph {
font-size: 14px;
font-family: Arial;
color: #333333;
margin-left: 81px;
margin-right: 10px;
margin-top: 1px;
margin-bottom: 4px;
padding: 8px;
}
.ItemParagraphInline {
font-size: 14px;
font-family: Arial;
color: #333333;
margin-left: 81px;
margin-right: 10px;
margin-top: 1px;
margin-bottom: 4px;
padding: 8px;
}
/* Subitem:*/
.Subitem {
font-size: 14px;
font-family: Arial;
margin-left: 105px;
margin-right: 12px;
margin-top: 4px;
margin-bottom: 4px;
padding: 8px;
display: list-item;
list-style-type: square;
}
.SubitemInline {
font-size: 14px;
font-family: Arial;
margin-left: 105px;
margin-right: 12px;
margin-top: 4px;
margin-bottom: 4px;
padding: 8px;
}
/* SubitemParagraph:*/
.SubitemParagraph {
font-size: 14px;
font-family: Arial;
color: #333333;
margin-left: 105px;
margin-right: 12px;
margin-top: 1px;
margin-bottom: 4px;
padding: 8px;
}
.SubitemParagraphInline {
font-size: 14px;
font-family: Arial;
color: #333333;
margin-left: 105px;
margin-right: 12px;
margin-top: 1px;
margin-bottom: 4px;
padding: 8px;
}
/* Subsubitem:*/
.Subsubitem {
font-size: 13px;
font-family: Arial;
margin-left: 129px;
margin-right: 12px;
margin-top: 4px;
margin-bottom: 4px;
padding: 8px;
display: list-item;
list-style-type: square;
}
.SubsubitemInline {
font-size: 13px;
font-family: Arial;
margin-left: 129px;
margin-right: 12px;
margin-top: 4px;
margin-bottom: 4px;
padding: 8px;
}
/* SubsubitemParagraph:*/
.SubsubitemParagraph {
font-size: 13px;
font-family: Arial;
color: #333333;
margin-left: 129px;
margin-right: 12px;
margin-top: 1px;
margin-bottom: 4px;
padding: 8px;
}
.SubsubitemParagraphInline {
font-size: 13px;
font-family: Arial;
color: #333333;
margin-left: 129px;
margin-right: 12px;
margin-top: 1px;
margin-bottom: 4px;
padding: 8px;
}
/* ItemNumbered:*/
.ItemNumbered {
font-size: 15px;
font-family: Arial;
margin-left: 81px;
margin-right: 10px;
margin-top: 8px;
margin-bottom: 4px;
padding: 8px;
display: list-item;
list-style-type: square;
}
.ItemNumberedInline {
font-size: 15px;
font-family: Arial;
margin-left: 81px;
margin-right: 10px;
margin-top: 8px;
margin-bottom: 4px;
padding: 8px;
}
/* SubitemNumbered:*/
.SubitemNumbered {
font-size: 14px;
font-family: Arial;
margin-left: 105px;
margin-right: 12px;
margin-top: 4px;
margin-bottom: 4px;
padding: 8px;
display: list-item;
list-style-type: square;
}
.SubitemNumberedInline {
font-size: 14px;
font-family: Arial;
margin-left: 105px;
margin-right: 12px;
margin-top: 4px;
margin-bottom: 4px;
padding: 8px;
}
/* SubsubitemNumbered:*/
.SubsubitemNumbered {
font-size: 13px;
font-family: Arial;
margin-left: 129px;
margin-right: 12px;
margin-top: 4px;
margin-bottom: 4px;
padding: 8px;
display: list-item;
list-style-type: square;
}
.SubsubitemNumberedInline {
font-size: 13px;
font-family: Arial;
margin-left: 129px;
margin-right: 12px;
margin-top: 4px;
margin-bottom: 4px;
padding: 8px;
}
/* SideCaptionArray:*/
.SideCaptionArray {
font-size: 14px;
font-family: Arial;
line-height: 1.21429;
margin-left: 66px;
margin-right: 10px;
margin-top: 7px;
margin-bottom: 7px;
padding: 8px;
}
.SideCaptionArrayInline {
font-size: 14px;
font-family: Arial;
line-height: 1.21429;
margin-left: 66px;
margin-right: 10px;
margin-top: 7px;
margin-bottom: 7px;
padding: 8px;
}
/* SideCaption:*/
.SideCaption {
font-size: 13px;
font-family: Arial;
color: #333333;
line-height: 1.23077;
margin-left: 66px;
margin-right: 10px;
margin-top: 6px;
margin-bottom: 6px;
padding: 8px;
}
.SideCaptionInline {
font-size: 13px;
font-family: Arial;
color: #333333;
line-height: 1.23077;
margin-left: 66px;
margin-right: 10px;
margin-top: 6px;
margin-bottom: 6px;
padding: 8px;
}
/* Input:*/
.Input {
font-size: 13px;
font-weight: bold;
margin-left: 66px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 5px;
padding: 8px;
}
.InputInline {
font-size: 13px;
font-weight: bold;
margin-left: 66px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 5px;
padding: 8px;
}
/* InputOnly:*/
.InputOnly {
font-size: 13px;
font-weight: bold;
margin-left: 66px;
margin-right: 10px;
margin-top: 7px;
margin-bottom: 7px;
padding: 8px;
}
.InputOnlyInline {
font-size: 13px;
font-weight: bold;
margin-left: 66px;
margin-right: 10px;
margin-top: 7px;
margin-bottom: 7px;
padding: 8px;
}
/* Code:*/
.Code {
font-weight: bold;
background-color: #EBEBEB;
margin-left: 66px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
padding: 8px;
}
.CodeInline {
font-weight: bold;
background-color: #EBEBEB;
margin-left: 66px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
padding: 8px;
}
/* Output:*/
.Output {
font-size: 13px;
margin-left: 66px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 10px;
padding: 8px;
}
.OutputInline {
font-size: 13px;
margin-left: 66px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 10px;
padding: 8px;
}
/* Message:*/
.Message {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
color: #812B27;
margin-left: 66px;
padding: 8px;
}
.MessageInline {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
color: #812B27;
margin-left: 66px;
padding: 8px;
}
/* Print:*/
.Print {
margin-left: 66px;
padding: 8px;
}
.PrintInline {
margin-left: 66px;
padding: 8px;
}
/* InlineFormula:*/
.InlineFormula {
/* font-size: 1.05 Inherited is not currently supported */
padding: 8px;
}
.InlineFormulaInline {
/* font-size: 1.05 Inherited is not currently supported */
padding: 8px;
}
/* DisplayFormula:*/
.DisplayFormula {
font-size: 14px;
font-family: Arial;
color: #333333;
margin-left: 66px;
padding: 8px;
}
.DisplayFormulaInline {
font-size: 14px;
font-family: Arial;
color: #333333;
margin-left: 66px;
padding: 8px;
}
/* DisplayFormulaNumbered:*/
.DisplayFormulaNumbered {
font-size: 14px;
font-family: Arial;
color: #333333;
margin-left: 66px;
padding: 8px;
}
.DisplayFormulaNumberedInline {
font-size: 14px;
font-family: Arial;
color: #333333;
margin-left: 66px;
padding: 8px;
}
/* DisplayFormulaEquationNumber:*/
.DisplayFormulaEquationNumber {
/* font-size: -1 + Inherited is not currently supported */
font-family: Arial;
padding: 8px;
}
.DisplayFormulaEquationNumberInline {
/* font-size: -1 + Inherited is not currently supported */
font-family: Arial;
padding: 8px;
}
/* Program:*/
.Program {
font-family: Courier;
border-left: 0px;
border-right: 0px;
border-top: 1px;
border-bottom: 1px;
border-style: solid;
border-color: #000000;
margin-left: 66px;
margin-right: 10px;
margin-top: 8px;
margin-bottom: 8px;
padding: 8px;
}
.ProgramInline {
font-family: Courier;
border-left: 0px;
border-right: 0px;
border-top: 1px;
border-bottom: 1px;
border-style: solid;
border-color: #000000;
margin-left: 66px;
margin-right: 10px;
margin-top: 8px;
margin-bottom: 8px;
padding: 8px;
}
/* Reference:*/
.Reference {
line-height: 1;
margin-left: 66px;
margin-right: 10px;
margin-top: 3px;
margin-bottom: 3px;
padding: 8px;
}
.ReferenceInline {
line-height: 1;
margin-left: 66px;
margin-right: 10px;
margin-top: 3px;
margin-bottom: 3px;
padding: 8px;
}
/* Header:*/
.Header {
font-size: 7px;
font-family: Verdana;
font-style: italic;
line-height: 2.14286;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 8px;
}
.HeaderInline {
font-size: 7px;
font-family: Verdana;
font-style: italic;
line-height: 2.14286;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 8px;
}
/* HeaderSection:*/
.HeaderSection {
padding: 8px;
}
.HeaderSectionInline {
padding: 8px;
}
/* HeaderSubsection:*/
.HeaderSubsection {
padding: 8px;
}
.HeaderSubsectionInline {
padding: 8px;
}
/* HeaderTitle:*/
.HeaderTitle {
padding: 8px;
}
.HeaderTitleInline {
padding: 8px;
}
/* Footer:*/
.Footer {
font-size: 6px;
font-family: Verdana;
font-style: italic;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 8px;
}
.FooterInline {
font-size: 6px;
font-family: Verdana;
font-style: italic;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 8px;
}
/* FooterSection:*/
.FooterSection {
padding: 8px;
}
.FooterSectionInline {
padding: 8px;
}
/* FooterSubsection:*/
.FooterSubsection {
padding: 8px;
}
.FooterSubsectionInline {
padding: 8px;
}
/* FooterTitle:*/
.FooterTitle {
padding: 8px;
}
.FooterTitleInline {
padding: 8px;
}
/* PageNumber:*/
.PageNumber {
font-size: 7px;
font-family: Verdana;
font-weight: bold;
line-height: 2.14286;
margin-left: 0px;
margin-right: 0px;
margin-top: 1px;
margin-bottom: 4px;
padding: 8px;
}
.PageNumberInline {
font-size: 7px;
font-family: Verdana;
font-weight: bold;
line-height: 2.14286;
margin-left: 0px;
margin-right: 0px;
margin-top: 1px;
margin-bottom: 4px;
padding: 8px;
}
/* MessagesWindow:*/
.MessagesWindow {
background-color: #F9E4DC;
padding: 8px;
}
.MessagesWindowInline {
background-color: #F9E4DC;
padding: 8px;
}
/* PluginEmbeddedWindow:*/
.PluginEmbeddedWindow {
padding: 8px;
}
.PluginEmbeddedWindowInline {
padding: 8px;
}
/* PluginInitWindow:*/
.PluginInitWindow {
padding: 8px;
}
.PluginInitWindowInline {
padding: 8px;
}
/* PluginWindow:*/
.PluginWindow {
padding: 8px;
}
.PluginWindowInline {
padding: 8px;
}
/* WolframAlphaShort:*/
.WolframAlphaShort {
font-family: Helvetica;
font-weight: bold;
margin-left: 66px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 5px;
padding: 8px;
}
.WolframAlphaShortInline {
font-family: Helvetica;
font-weight: bold;
margin-left: 66px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 5px;
padding: 8px;
}
/* WolframAlphaShortInput:*/
.WolframAlphaShortInput {
font-family: Helvetica;
font-weight: bold;
margin-left: 66px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 5px;
padding: 8px;
}
.WolframAlphaShortInputInline {
font-family: Helvetica;
font-weight: bold;
margin-left: 66px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 5px;
padding: 8px;
}
/* WolframAlphaLong:*/
.WolframAlphaLong {
font-family: Helvetica;
font-weight: bold;
margin-left: 66px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 5px;
padding: 8px;
}
.WolframAlphaLongInline {
font-family: Helvetica;
font-weight: bold;
margin-left: 66px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 5px;
padding: 8px;
}
/* MessageName:*/
.MessageName {
color: #9B9B9B;
padding: 8px;
}
.MessageNameInline {
color: #9B9B9B;
padding: 8px;
}
/* Assert:*/
.Assert {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
color: #812B27;
background-color: #F0BAA6;
border: 1px;
border-style: solid;
border-color: #000000;
margin-left: 66px;
padding: 8px;
}
.AssertInline {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
color: #812B27;
background-color: #F0BAA6;
border: 1px;
border-style: solid;
border-color: #000000;
margin-left: 66px;
padding: 8px;
}
/* PrintTemporary:*/
.PrintTemporary {
margin-left: 60px;
padding: 8px;
}
.PrintTemporaryInline {
margin-left: 60px;
padding: 8px;
}
/* CellLabel:*/
.CellLabel {
font-size: 9px;
font-family: Helvetica;
color: #454F99;
margin-top: 0px;
margin-bottom: 0px;
}
/* FrameLabel:*/
.FrameLabel {
font-size: 9px;
font-family: Helvetica;
padding: 8px;
}
.FrameLabelInline {
font-size: 9px;
font-family: Helvetica;
padding: 8px;
}
/* InformationCell:*/
.InformationCell {
background-color: #F6EDD6;
margin-left: 20px;
padding: 8px;
}
.InformationCellInline {
background-color: #F6EDD6;
margin-left: 20px;
padding: 8px;
}
/* InfoCell:*/
.InfoCell {
font-family: Helvetica;
padding: 8px;
}
.InfoCellInline {
font-family: Helvetica;
padding: 8px;
}
/* InfoGrid:*/
.InfoGrid {
padding: 8px;
}
.InfoGridInline {
padding: 8px;
}
/* PrintUsage:*/
.PrintUsage {
background-color: #FFFDE5;
border-left: 0px;
border-right: 0px;
border-top: 3px;
border-bottom: 0px;
border-style: solid;
border-color: #FF9900;
padding: 8px;
}
.PrintUsageInline {
background-color: #FFFDE5;
border-left: 0px;
border-right: 0px;
border-top: 3px;
border-bottom: 0px;
border-style: solid;
border-color: #FF9900;
padding: 8px;
}
/* InfoHeading:*/
.InfoHeading {
font-size: 10px;
font-weight: bold;
color: #747474;
padding: 8px;
}
.InfoHeadingInline {
font-size: 10px;
font-weight: bold;
color: #747474;
padding: 8px;
}
/* InformationLink:*/
.InformationLink {
color: #454F99;
padding: 8px;
}
.InformationLinkInline {
color: #454F99;
padding: 8px;
}
/* InformationLinkLF:*/
.InformationLinkLF {
color: #454F99;
padding: 8px;
}
.InformationLinkLFInline {
color: #454F99;
padding: 8px;
}
/* TemplateLink:*/
.TemplateLink {
color: #454F99;
padding: 8px;
}
.TemplateLinkInline {
color: #454F99;
padding: 8px;
}
/* PluginEmbeddedContent:*/
.PluginEmbeddedContent {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 8px;
}
.PluginEmbeddedContentInline {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 8px;
}
/* PluginMainErrorText:*/
.PluginMainErrorText {
font-family: Arial;
font-weight: Bold;
color: #E00400;
padding: 8px;
}
.PluginMainErrorTextInline {
font-family: Arial;
font-weight: Bold;
color: #E00400;
padding: 8px;
}
/* PluginSubErrorText:*/
.PluginSubErrorText {
font-family: Arial;
color: #898989;
padding: 8px;
}
.PluginSubErrorTextInline {
font-family: Arial;
color: #898989;
padding: 8px;
}
/* PluginInfoText:*/
.PluginInfoText {
font-family: Arial;
font-weight: Bold;
color: #898989;
padding: 8px;
}
.PluginInfoTextInline {
font-family: Arial;
font-weight: Bold;
color: #898989;
padding: 8px;
}
/* EvaluationUnmatched:*/
.EvaluationUnmatched {
padding: 8px;
}
.EvaluationUnmatchedInline {
padding: 8px;
}
/* RM:*/
.RM {
font-style: normal;
font-weight: normal;
padding: 8px;
}
.RMInline {
font-style: normal;
font-weight: normal;
padding: 8px;
}
/* BF:*/
.BF {
font-weight: bold;
padding: 8px;
}
.BFInline {
font-weight: bold;
padding: 8px;
}
/* IT:*/
.IT {
font-style: italic;
padding: 8px;
}
.ITInline {
font-style: italic;
padding: 8px;
}
/* MSG:*/
.MSG {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
.MSGInline {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
/* Inert:*/
.Inert {
background-color: #DEE7F8;
padding: 8px;
}
.InertInline {
background-color: #DEE7F8;
padding: 8px;
}
/* Small:*/
.Small {
font-size: 9px;
padding: 8px;
}
.SmallInline {
font-size: 9px;
padding: 8px;
}
/* Medium:*/
.Medium {
font-size: 12px;
padding: 8px;
}
.MediumInline {
font-size: 12px;
padding: 8px;
}
/* Large:*/
.Large {
font-size: 24px;
padding: 8px;
}
.LargeInline {
font-size: 24px;
padding: 8px;
}
/* HideContentsInPrint:*/
.HideContentsInPrint {
padding: 8px;
}
.HideContentsInPrintInline {
padding: 8px;
}
/* HyperlinkActive:*/
.HyperlinkActive {
color: #D27D22;
padding: 8px;
}
.HyperlinkActiveInline {
color: #D27D22;
padding: 8px;
}
/* Label:*/
.Label {
/* font-size: Small is not currently supported */
font-family: Verdana;
padding: 8px;
}
.LabelInline {
/* font-size: Small is not currently supported */
font-family: Verdana;
padding: 8px;
}
/* ReferenceMarker:*/
.ReferenceMarker {
background-color: #D9D9D9;
padding: 8px;
}
.ReferenceMarkerInline {
background-color: #D9D9D9;
padding: 8px;
}
/* DialogText:*/
.DialogText {
padding: 8px;
}
.DialogTextInline {
padding: 8px;
}
/* TR:*/
.TR {
font-family: Times;
font-style: normal;
font-weight: normal;
padding: 8px;
}
.TRInline {
font-family: Times;
font-style: normal;
font-weight: normal;
padding: 8px;
}
/* TI:*/
.TI {
font-family: Times;
font-style: italic;
font-weight: normal;
padding: 8px;
}
.TIInline {
font-family: Times;
font-style: italic;
font-weight: normal;
padding: 8px;
}
/* TB:*/
.TB {
font-family: Times;
font-style: normal;
font-weight: bold;
padding: 8px;
}
.TBInline {
font-family: Times;
font-style: normal;
font-weight: bold;
padding: 8px;
}
/* TBI:*/
.TBI {
font-family: Times;
font-style: italic;
font-weight: bold;
padding: 8px;
}
.TBIInline {
font-family: Times;
font-style: italic;
font-weight: bold;
padding: 8px;
}
/* MR:*/
.MR {
font-family: Courier;
font-style: normal;
font-weight: normal;
padding: 8px;
}
.MRInline {
font-family: Courier;
font-style: normal;
font-weight: normal;
padding: 8px;
}
/* MO:*/
.MO {
font-family: Courier;
font-style: italic;
font-weight: normal;
padding: 8px;
}
.MOInline {
font-family: Courier;
font-style: italic;
font-weight: normal;
padding: 8px;
}
/* MB:*/
.MB {
font-family: Courier;
font-style: normal;
font-weight: bold;
padding: 8px;
}
.MBInline {
font-family: Courier;
font-style: normal;
font-weight: bold;
padding: 8px;
}
/* MBO:*/
.MBO {
font-family: Courier;
font-style: italic;
font-weight: bold;
padding: 8px;
}
.MBOInline {
font-family: Courier;
font-style: italic;
font-weight: bold;
padding: 8px;
}
/* SR:*/
.SR {
font-family: Helvetica;
font-style: normal;
font-weight: normal;
padding: 8px;
}
.SRInline {
font-family: Helvetica;
font-style: normal;
font-weight: normal;
padding: 8px;
}
/* SO:*/
.SO {
font-family: Helvetica;
font-style: italic;
font-weight: normal;
padding: 8px;
}
.SOInline {
font-family: Helvetica;
font-style: italic;
font-weight: normal;
padding: 8px;
}
/* SB:*/
.SB {
font-family: Helvetica;
font-style: normal;
font-weight: bold;
padding: 8px;
}
.SBInline {
font-family: Helvetica;
font-style: normal;
font-weight: bold;
padding: 8px;
}
/* SBO:*/
.SBO {
font-family: Helvetica;
font-style: italic;
font-weight: bold;
padding: 8px;
}
.SBOInline {
font-family: Helvetica;
font-style: italic;
font-weight: bold;
padding: 8px;
}
/* FunctionLink:*/
.FunctionLink {
color: #1A1A80;
padding: 8px;
}
.FunctionLinkInline {
color: #1A1A80;
padding: 8px;
}
/* GuideLink:*/
.GuideLink {
color: #1A1A80;
padding: 8px;
}
.GuideLinkInline {
color: #1A1A80;
padding: 8px;
}
/* TutorialLink:*/
.TutorialLink {
color: #1A1A80;
padding: 8px;
}
.TutorialLinkInline {
color: #1A1A80;
padding: 8px;
}
/* Link:*/
.Link {
color: #1A1A80;
padding: 8px;
}
.LinkInline {
color: #1A1A80;
padding: 8px;
}
/* GenericLink:*/
.GenericLink {
color: #1A1A80;
padding: 8px;
}
.GenericLinkInline {
color: #1A1A80;
padding: 8px;
}
/* MessageLink:*/
.MessageLink {
color: #1A1A80;
padding: 8px;
}
.MessageLinkInline {
color: #1A1A80;
padding: 8px;
}
/* Hyperlink:*/
.Hyperlink {
color: #454F99;
padding: 8px;
}
.HyperlinkInline {
color: #454F99;
padding: 8px;
}
/* SlideShowNavigationBar:*/
.SlideShowNavigationBar {
font-size: 100%;
margin-left: 0px;
margin-right: 0px;
margin-top: 30px;
margin-bottom: 0px;
padding: 8px;
}
.SlideShowNavigationBarInline {
font-size: 100%;
margin-left: 0px;
margin-right: 0px;
margin-top: 30px;
margin-bottom: 0px;
padding: 8px;
}
/* SlideShowCanvas:*/
.SlideShowCanvas {
font-size: 75. FrontEnd`AbsoluteCurrentValue[{WindowSize, 1}]
Floor[--------------------------------------------------]
FrontEnd`AbsoluteCurrentValue[{WindowSize, 2}]%;
background-color: #D9D9D9;
margin: 0px;
padding: 8px;
}
.SlideShowCanvasInline {
font-size: 75. FrontEnd`AbsoluteCurrentValue[{WindowSize, 1}]
Floor[--------------------------------------------------]
FrontEnd`AbsoluteCurrentValue[{WindowSize, 2}]%;
background-color: #D9D9D9;
margin: 0px;
padding: 8px;
}
/* SlideShowSection:*/
.SlideShowSection {
font-size: 18px;
font-family: Helvetica;
font-weight: normal;
color: #FFFFFF;
background-color: #6870CC;
border-left: 0px;
border-right: 0px;
border-top: 1px;
border-bottom: 0px;
border-style: solid;
border-color: #000000;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 10px;
padding-left: 12px;
padding-right: 4px;
padding-top: 12px;
padding-bottom: 6px;
}
.SlideShowSectionInline {
font-size: 18px;
font-family: Helvetica;
font-weight: normal;
color: #FFFFFF;
background-color: #6870CC;
border-left: 0px;
border-right: 0px;
border-top: 1px;
border-bottom: 0px;
border-style: solid;
border-color: #000000;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 10px;
padding-left: 12px;
padding-right: 4px;
padding-top: 12px;
padding-bottom: 6px;
}
/* SlideHyperlink:*/
.SlideHyperlink {
font-size: 26px;
color: #666666;
padding: 8px;
}
.SlideHyperlinkInline {
font-size: 26px;
color: #666666;
padding: 8px;
}
/* PreviousNext:*/
.PreviousNext {
font-size: 10px;
font-family: Helvetica;
color: #808080;
text-align: right;
line-height: 1.3;
margin-left: 60px;
margin-right: 10px;
margin-top: 7px;
margin-bottom: 7px;
padding: 8px;
}
.PreviousNextInline {
font-size: 10px;
font-family: Helvetica;
color: #808080;
text-align: right;
line-height: 1.3;
margin-left: 60px;
margin-right: 10px;
margin-top: 7px;
margin-bottom: 7px;
padding: 8px;
}
/* SlidePreviousNextLink:*/
.SlidePreviousNextLink {
text-decoration: none;
padding: 8px;
}
.SlidePreviousNextLinkInline {
text-decoration: none;
padding: 8px;
}
/* SlideTOCLink:*/
.SlideTOCLink {
font-family: Helvetica;
margin-left: 24px;
padding: 8px;
}
.SlideTOCLinkInline {
font-family: Helvetica;
margin-left: 24px;
padding: 8px;
}
/* SlideTOC:*/
.SlideTOC {
font-family: Helvetica;
margin-left: 18px;
padding: 8px;
}
.SlideTOCInline {
font-family: Helvetica;
margin-left: 18px;
padding: 8px;
}
/* SlideShowPaletteTitle:*/
.SlideShowPaletteTitle {
font-size: 14px;
font-family: Helvetica;
font-weight: Bold;
color: #FFFFFF;
background-color: #005389;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 1px;
border-style: solid;
border-color: #000000;
margin-left: 4px;
margin-right: 0px;
padding: 8px;
}
.SlideShowPaletteTitleInline {
font-size: 14px;
font-family: Helvetica;
font-weight: Bold;
color: #FFFFFF;
background-color: #005389;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 1px;
border-style: solid;
border-color: #000000;
margin-left: 4px;
margin-right: 0px;
padding: 8px;
}
/* SlideShowPaletteButton:*/
.SlideShowPaletteButton {
font-size: 12px;
font-family: Helvetica;
font-weight: Bold;
color: #FFFFFF;
padding: 8px;
}
.SlideShowPaletteButtonInline {
font-size: 12px;
font-family: Helvetica;
font-weight: Bold;
color: #FFFFFF;
padding: 8px;
}
/* FirstSlide:*/
.FirstSlide {
margin-left: -10px;
margin-right: 0px;
margin-top: 30px;
margin-bottom: 0px;
padding: 8px;
}
.FirstSlideInline {
margin-left: -10px;
margin-right: 0px;
margin-top: 30px;
margin-bottom: 0px;
padding: 8px;
}
/* DeployedCell:*/
.DeployedCell {
padding: 8px;
}
.DeployedCellInline {
padding: 8px;
}
/* DockedCell:*/
.DockedCell {
font-size: 100%;
background-color: #F6F6F6;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 2px;
border-style: solid;
border-color: #CCCCCC;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 5px;
}
.DockedCellInline {
font-size: 100%;
background-color: #F6F6F6;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 2px;
border-style: solid;
border-color: #CCCCCC;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 5px;
}
/* SystemDockedCell:*/
.SystemDockedCell {
font-size: 100%;
background-color: #F6F6F6;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 2px;
border-style: solid;
border-color: #CCCCCC;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 5px;
}
.SystemDockedCellInline {
font-size: 100%;
background-color: #F6F6F6;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 2px;
border-style: solid;
border-color: #CCCCCC;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 5px;
}
/* DockedTitleCell:*/
.DockedTitleCell {
font-size: 18px;
font-family: Helvetica;
font-weight: Bold;
background-color: #F6F6F6;
border: 0px;
border-style: solid;
border-color: #CCCCCC;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 5px;
}
.DockedTitleCellInline {
font-size: 18px;
font-family: Helvetica;
font-weight: Bold;
background-color: #F6F6F6;
border: 0px;
border-style: solid;
border-color: #CCCCCC;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 5px;
}
/* PluginDockedCell:*/
.PluginDockedCell {
font-size: 100%;
background-color: #F6F6F6;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 2px;
border-style: solid;
border-color: #CCCCCC;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 5px;
}
.PluginDockedCellInline {
font-size: 100%;
background-color: #F6F6F6;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 2px;
border-style: solid;
border-color: #CCCCCC;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 5px;
}
/* AttachedCell:*/
.AttachedCell {
font-size: 100%;
background-color: #FFFFFF;
padding: 8px;
}
.AttachedCellInline {
font-size: 100%;
background-color: #FFFFFF;
padding: 8px;
}
/* SystemAttachedCell:*/
.SystemAttachedCell {
font-size: 100%;
background-color: #FFFFFF;
padding: 8px;
}
.SystemAttachedCellInline {
font-size: 100%;
background-color: #FFFFFF;
padding: 8px;
}
/* Paste:*/
.Paste {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
.PasteInline {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
/* Evaluate:*/
.Evaluate {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
.EvaluateInline {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
/* EvaluateCell:*/
.EvaluateCell {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
.EvaluateCellInline {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
/* CopyEvaluate:*/
.CopyEvaluate {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
.CopyEvaluateInline {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
/* CopyEvaluateCell:*/
.CopyEvaluateCell {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
.CopyEvaluateCellInline {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
/* HistoryCurrentPage:*/
.HistoryCurrentPage {
font-weight: Bold;
padding: 8px;
}
.HistoryCurrentPageInline {
font-weight: Bold;
padding: 8px;
}
/* HistoryPreviousPage:*/
.HistoryPreviousPage {
padding: 8px;
}
.HistoryPreviousPageInline {
padding: 8px;
}
/* HistoryNextPage:*/
.HistoryNextPage {
padding: 8px;
}
.HistoryNextPageInline {
padding: 8px;
}
/* PageBreak:*/
.PageBreak {
background-color: #808080;
border: 1px;
border-style: solid;
border-color: #000000;
margin-left: 0px;
margin-right: 0px;
margin-top: 1px;
margin-bottom: 1px;
padding: 0px;
}
.PageBreakInline {
background-color: #808080;
border: 1px;
border-style: solid;
border-color: #000000;
margin-left: 0px;
margin-right: 0px;
margin-top: 1px;
margin-bottom: 1px;
padding: 0px;
}
/* UnmatchedBracket:*/
.UnmatchedBracket {
color: #C254CC;
padding: 8px;
}
.UnmatchedBracketInline {
color: #C254CC;
padding: 8px;
}
/* CoordinateTooltipLabel:*/
.CoordinateTooltipLabel {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #000000;
background-color: #FFFFCA;
text-align: left;
border: 1px;
border-style: solid;
border-color: #B2B2B2;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
}
.CoordinateTooltipLabelInline {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #000000;
background-color: #FFFFCA;
text-align: left;
border: 1px;
border-style: solid;
border-color: #B2B2B2;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
}
/* CalculatePrompt:*/
.CalculatePrompt {
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
background-color: #FF6C00;
padding: 8px;
}
.CalculatePromptInline {
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
background-color: #FF6C00;
padding: 8px;
}
/* CalculateInput:*/
.CalculateInput {
font-family: Helvetica;
padding: 8px;
}
.CalculateInputInline {
font-family: Helvetica;
padding: 8px;
}
/* CellInsertionMenu:*/
.CellInsertionMenu {
font-weight: Bold;
line-height: 1.08333;
padding: 8px;
}
.CellInsertionMenuInline {
font-weight: Bold;
line-height: 1.08333;
padding: 8px;
}
/* CellInsertionMenuShortcut:*/
.CellInsertionMenuShortcut {
font-weight: Plain;
color: #808080;
padding: 8px;
}
.CellInsertionMenuShortcutInline {
font-weight: Plain;
color: #808080;
padding: 8px;
}
/* ActionMenu:*/
.ActionMenu {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
text-align: left;
padding: 8px;
}
.ActionMenuInline {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
text-align: left;
padding: 8px;
}
/* ActionMenuLabel:*/
.ActionMenuLabel {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #000000;
text-align: left;
padding: 8px;
}
.ActionMenuLabelInline {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #000000;
text-align: left;
padding: 8px;
}
/* Animate:*/
.Animate {
font-weight: normal;
padding: 8px;
}
.AnimateInline {
font-weight: normal;
padding: 8px;
}
/* AnimateLabel:*/
.AnimateLabel {
font-size: 9px;
font-family: .Helvetica Neue DeskInterface;
font-weight: normal;
padding: 8px;
}
.AnimateLabelInline {
font-size: 9px;
font-family: .Helvetica Neue DeskInterface;
font-weight: normal;
padding: 8px;
}
/* Button:*/
.Button {
text-align: left;
padding: 8px;
}
.ButtonInline {
text-align: left;
padding: 8px;
}
/* GenericButton:*/
.GenericButton {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
.GenericButtonInline {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
/* Checkbox:*/
.Checkbox {
padding: 8px;
}
.CheckboxInline {
padding: 8px;
}
/* CheckboxBar:*/
.CheckboxBar {
padding: 8px;
}
.CheckboxBarInline {
padding: 8px;
}
/* CheckboxBarLabel:*/
.CheckboxBarLabel {
padding: 8px;
}
.CheckboxBarLabelInline {
padding: 8px;
}
/* ColorSetter:*/
.ColorSetter {
padding: 8px;
}
.ColorSetterInline {
padding: 8px;
}
/* ColorSlider:*/
.ColorSlider {
padding: 8px;
}
.ColorSliderInline {
padding: 8px;
}
/* ControlStyle:*/
.ControlStyle {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
.ControlStyleInline {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
/* DialogStyle:*/
.DialogStyle {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #000000;
padding: 8px;
}
.DialogStyleInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #000000;
padding: 8px;
}
/* FileNameSetter:*/
.FileNameSetter {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
.FileNameSetterInline {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
/* FileNameSetterBoxes:*/
.FileNameSetterBoxes {
padding: 8px;
}
.FileNameSetterBoxesInline {
padding: 8px;
}
/* FileNameSetterBoxes4:*/
.FileNameSetterBoxes4 {
padding: 8px;
}
.FileNameSetterBoxes4Inline {
padding: 8px;
}
/* FlipView:*/
.FlipView {
padding: 8px;
}
.FlipViewInline {
padding: 8px;
}
/* GeneralizedPlaceholder:*/
.GeneralizedPlaceholder {
background-color: #F6F0BD;
padding: 8px;
}
.GeneralizedPlaceholderInline {
background-color: #F6F0BD;
padding: 8px;
}
/* FieldHintStyle:*/
.FieldHintStyle {
font-family: .Helvetica Neue DeskInterface;
font-style: italic;
padding: 8px;
}
.FieldHintStyleInline {
font-family: .Helvetica Neue DeskInterface;
font-style: italic;
padding: 8px;
}
/* Graphics:*/
.Graphics {
font-size: 10px;
font-family: Arial;
font-weight: normal;
color: #000000;
margin-left: 4px;
padding: 8px;
}
.GraphicsInline {
font-size: 10px;
font-family: Arial;
font-weight: normal;
color: #000000;
margin-left: 4px;
padding: 8px;
}
/* GraphicsAxes:*/
.GraphicsAxes {
padding: 8px;
}
.GraphicsAxesInline {
padding: 8px;
}
/* GraphicsTicks:*/
.GraphicsTicks {
padding: 8px;
}
.GraphicsTicksInline {
padding: 8px;
}
/* GraphicsFrame:*/
.GraphicsFrame {
padding: 8px;
}
.GraphicsFrameInline {
padding: 8px;
}
/* GraphicsFrameTicks:*/
.GraphicsFrameTicks {
padding: 8px;
}
.GraphicsFrameTicksInline {
padding: 8px;
}
/* GraphicsGridLines:*/
.GraphicsGridLines {
color: #808080;
padding: 8px;
}
.GraphicsGridLinesInline {
color: #808080;
padding: 8px;
}
/* GraphicsLabel:*/
.GraphicsLabel {
color: #666666;
padding: 8px;
}
.GraphicsLabelInline {
color: #666666;
padding: 8px;
}
/* Graphics3D:*/
.Graphics3D {
font-size: 10px;
font-family: Arial;
font-weight: normal;
color: #000000;
margin-left: 4px;
padding: 8px;
}
.Graphics3DInline {
font-size: 10px;
font-family: Arial;
font-weight: normal;
color: #000000;
margin-left: 4px;
padding: 8px;
}
/* Graphics3DAxes:*/
.Graphics3DAxes {
padding: 8px;
}
.Graphics3DAxesInline {
padding: 8px;
}
/* Graphics3DTicks:*/
.Graphics3DTicks {
padding: 8px;
}
.Graphics3DTicksInline {
padding: 8px;
}
/* Graphics3DFaceGrids:*/
.Graphics3DFaceGrids {
color: #A8A8A8;
padding: 8px;
}
.Graphics3DFaceGridsInline {
color: #A8A8A8;
padding: 8px;
}
/* Graphics3DBox:*/
.Graphics3DBox {
color: #666666;
padding: 8px;
}
.Graphics3DBoxInline {
color: #666666;
padding: 8px;
}
/* Graphics3DLabel:*/
.Graphics3DLabel {
color: #666666;
padding: 8px;
}
.Graphics3DLabelInline {
color: #666666;
padding: 8px;
}
/* GraphicsGrid:*/
.GraphicsGrid {
padding: 8px;
}
.GraphicsGridInline {
padding: 8px;
}
/* Inactive:*/
.Inactive {
color: #B29980;
padding: 8px;
}
.InactiveInline {
color: #B29980;
padding: 8px;
}
/* ImageGraphics:*/
.ImageGraphics {
padding: 8px;
}
.ImageGraphicsInline {
padding: 8px;
}
/* Image3DGraphics3D:*/
.Image3DGraphics3D {
padding: 8px;
}
.Image3DGraphics3DInline {
padding: 8px;
}
/* NetworkGraphics:*/
.NetworkGraphics {
font-size: 10px;
font-family: Arial;
font-weight: normal;
color: #000000;
margin-left: 4px;
padding: 8px;
}
.NetworkGraphicsInline {
font-size: 10px;
font-family: Arial;
font-weight: normal;
color: #000000;
margin-left: 4px;
padding: 8px;
}
/* NetworkVertex:*/
.NetworkVertex {
padding: 8px;
}
.NetworkVertexInline {
padding: 8px;
}
/* NetworkEdge:*/
.NetworkEdge {
padding: 8px;
}
.NetworkEdgeInline {
padding: 8px;
}
/* Grid:*/
.Grid {
padding: 8px;
}
.GridInline {
padding: 8px;
}
/* Column:*/
.Column {
padding: 8px;
}
.ColumnInline {
padding: 8px;
}
/* InlineText:*/
.InlineText {
font-family: Times;
font-style: Plain;
font-weight: Plain;
padding: 8px;
}
.InlineTextInline {
font-family: Times;
font-style: Plain;
font-weight: Plain;
padding: 8px;
}
/* InputField:*/
.InputField {
text-align: left;
padding: 8px;
}
.InputFieldInline {
text-align: left;
padding: 8px;
}
/* Labeled:*/
.Labeled {
padding: 8px;
}
.LabeledInline {
padding: 8px;
}
/* LabeledLabel:*/
.LabeledLabel {
padding: 8px;
}
.LabeledLabelInline {
padding: 8px;
}
/* LabeledSlider:*/
.LabeledSlider {
padding: 8px;
}
.LabeledSliderInline {
padding: 8px;
}
/* LabeledSliderLabel:*/
.LabeledSliderLabel {
padding: 8px;
}
.LabeledSliderLabelInline {
padding: 8px;
}
/* ListAnimate:*/
.ListAnimate {
font-weight: normal;
padding: 8px;
}
.ListAnimateInline {
font-weight: normal;
padding: 8px;
}
/* ListAnimateLabel:*/
.ListAnimateLabel {
font-size: 9px;
font-family: .Helvetica Neue DeskInterface;
font-weight: normal;
padding: 8px;
}
.ListAnimateLabelInline {
font-size: 9px;
font-family: .Helvetica Neue DeskInterface;
font-weight: normal;
padding: 8px;
}
/* ListPicker:*/
.ListPicker {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
text-align: left;
padding: 8px;
}
.ListPickerInline {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
text-align: left;
padding: 8px;
}
/* LocatorPane:*/
.LocatorPane {
padding: 8px;
}
.LocatorPaneInline {
padding: 8px;
}
/* Manipulator:*/
.Manipulator {
font-size: 9px;
font-family: .Helvetica Neue DeskInterface;
font-weight: normal;
padding: 8px;
}
.ManipulatorInline {
font-size: 9px;
font-family: .Helvetica Neue DeskInterface;
font-weight: normal;
padding: 8px;
}
/* Manipulate:*/
.Manipulate {
font-weight: normal;
padding: 8px;
}
.ManipulateInline {
font-weight: normal;
padding: 8px;
}
/* ManipulateLabel:*/
.ManipulateLabel {
font-size: 9px;
font-family: .Helvetica Neue DeskInterface;
font-weight: normal;
padding: 8px;
}
.ManipulateLabelInline {
font-size: 9px;
font-family: .Helvetica Neue DeskInterface;
font-weight: normal;
padding: 8px;
}
/* Menu:*/
.Menu {
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
.MenuInline {
font-family: .Helvetica Neue DeskInterface;
padding: 8px;
}
/* MenuLabel:*/
.MenuLabel {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
text-align: left;
padding: 8px;
}
.MenuLabelInline {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
text-align: left;
padding: 8px;
}
/* MenuView:*/
.MenuView {
padding: 8px;
}
.MenuViewInline {
padding: 8px;
}
/* MenuViewLabel:*/
.MenuViewLabel {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
text-align: left;
padding: 8px;
}
.MenuViewLabelInline {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
text-align: left;
padding: 8px;
}
/* Opener:*/
.Opener {
padding: 8px;
}
.OpenerInline {
padding: 8px;
}
/* OpenerView:*/
.OpenerView {
padding: 8px;
}
.OpenerViewInline {
padding: 8px;
}
/* Overlay:*/
.Overlay {
padding: 8px;
}
.OverlayInline {
padding: 8px;
}
/* Pane:*/
.Pane {
padding: 8px;
}
.PaneInline {
padding: 8px;
}
/* PaneSelector:*/
.PaneSelector {
padding: 8px;
}
.PaneSelectorInline {
padding: 8px;
}
/* Panel:*/
.Panel {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #000000;
background-color: #F6F6F6;
padding: 8px;
}
.PanelInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #000000;
background-color: #F6F6F6;
padding: 8px;
}
/* PanelLabel:*/
.PanelLabel {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #000000;
background-color: #FFFFFF;
padding: 8px;
}
.PanelLabelInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #000000;
background-color: #FFFFFF;
padding: 8px;
}
/* PopupMenu:*/
.PopupMenu {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
text-align: left;
padding: 8px;
}
.PopupMenuInline {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
text-align: left;
padding: 8px;
}
/* PopupMenuLabel:*/
.PopupMenuLabel {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #000000;
text-align: left;
padding: 8px;
}
.PopupMenuLabelInline {
font-size: 13px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #000000;
text-align: left;
padding: 8px;
}
/* PopupView:*/
.PopupView {
padding: 8px;
}
.PopupViewInline {
padding: 8px;
}
/* ProgressIndicator:*/
.ProgressIndicator {
padding: 8px;
}
.ProgressIndicatorInline {
padding: 8px;
}
/* RadioButton:*/
.RadioButton {
padding: 8px;
}
.RadioButtonInline {
padding: 8px;
}
/* RadioButtonBar:*/
.RadioButtonBar {
padding: 8px;
}
.RadioButtonBarInline {
padding: 8px;
}
/* RadioButtonBarLabel:*/
.RadioButtonBarLabel {
padding: 8px;
}
.RadioButtonBarLabelInline {
padding: 8px;
}
/* Setter:*/
.Setter {
padding: 8px;
}
.SetterInline {
padding: 8px;
}
/* SetterBar:*/
.SetterBar {
padding: 8px;
}
.SetterBarInline {
padding: 8px;
}
/* Slider:*/
.Slider {
padding: 8px;
}
.SliderInline {
padding: 8px;
}
/* Slider2D:*/
.Slider2D {
padding: 8px;
}
.Slider2DInline {
padding: 8px;
}
/* SlideView:*/
.SlideView {
padding: 8px;
}
.SlideViewInline {
padding: 8px;
}
/* TabView:*/
.TabView {
padding: 8px;
}
.TabViewInline {
padding: 8px;
}
/* TabViewLabel:*/
.TabViewLabel {
font-family: .Helvetica Neue DeskInterface;
text-align: left;
padding: 8px;
}
.TabViewLabelInline {
font-family: .Helvetica Neue DeskInterface;
text-align: left;
padding: 8px;
}
/* Toggler:*/
.Toggler {
padding: 8px;
}
.TogglerInline {
padding: 8px;
}
/* TogglerBar:*/
.TogglerBar {
padding: 8px;
}
.TogglerBarInline {
padding: 8px;
}
/* TooltipLabel:*/
.TooltipLabel {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #000000;
background-color: #FFFFCA;
text-align: left;
border: 1px;
border-style: solid;
border-color: #FFFFCA;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
}
.TooltipLabelInline {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #000000;
background-color: #FFFFCA;
text-align: left;
border: 1px;
border-style: solid;
border-color: #FFFFCA;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
}
/* TextStyling:*/
.TextStyling {
padding: 8px;
}
.TextStylingInline {
padding: 8px;
}
/* TextStyleInputField:*/
.TextStyleInputField {
padding: 8px;
}
.TextStyleInputFieldInline {
padding: 8px;
}
/* InputFieldDefaultNumberStyle:*/
.InputFieldDefaultNumberStyle {
padding: 8px;
}
.InputFieldDefaultNumberStyleInline {
padding: 8px;
}
/* InputFieldDefaultTextStyle:*/
.InputFieldDefaultTextStyle {
padding: 8px;
}
.InputFieldDefaultTextStyleInline {
padding: 8px;
}
/* VerticalSlider:*/
.VerticalSlider {
padding: 8px;
}
.VerticalSliderInline {
padding: 8px;
}
/* GeoGraphics:*/
.GeoGraphics {
font-size: 10px;
font-family: Arial;
font-weight: normal;
color: #000000;
margin-left: 4px;
padding: 8px;
}
.GeoGraphicsInline {
font-size: 10px;
font-family: Arial;
font-weight: normal;
color: #000000;
margin-left: 4px;
padding: 8px;
}
/* TableView:*/
.TableView {
padding: 8px;
}
.TableViewInline {
padding: 8px;
}
/* TableViewGrid:*/
.TableViewGrid {
font-weight: normal;
padding: 8px;
}
.TableViewGridInline {
font-weight: normal;
padding: 8px;
}
/* TableViewNumbers:*/
.TableViewNumbers {
font-weight: normal;
color: #3F3F3F;
text-align: right;
padding: 8px;
}
.TableViewNumbersInline {
font-weight: normal;
color: #3F3F3F;
text-align: right;
padding: 8px;
}
/* TableViewStrings:*/
.TableViewStrings {
color: #3F3F3F;
text-align: left;
padding: 8px;
}
.TableViewStringsInline {
color: #3F3F3F;
text-align: left;
padding: 8px;
}
/* TableViewExpressions:*/
.TableViewExpressions {
font-weight: normal;
color: #3F3F3F;
text-align: center;
padding: 8px;
}
.TableViewExpressionsInline {
font-weight: normal;
color: #3F3F3F;
text-align: center;
padding: 8px;
}
/* TableViewLabels:*/
.TableViewLabels {
font-weight: Bold;
color: #3F3F3F;
padding: 8px;
}
.TableViewLabelsInline {
font-weight: Bold;
color: #3F3F3F;
padding: 8px;
}
/* Mouseover:*/
.Mouseover {
padding: 8px;
}
.MouseoverInline {
padding: 8px;
}
/* MouseoverTemplate:*/
.MouseoverTemplate {
padding: 8px;
}
.MouseoverTemplateInline {
padding: 8px;
}
/* HyperlinkURL:*/
.HyperlinkURL {
padding: 8px;
}
.HyperlinkURLInline {
padding: 8px;
}
/* HyperlinkPaclet:*/
.HyperlinkPaclet {
padding: 8px;
}
.HyperlinkPacletInline {
padding: 8px;
}
/* HyperlinkDefault:*/
.HyperlinkDefault {
padding: 8px;
}
.HyperlinkDefaultInline {
padding: 8px;
}
/* HyperlinkStaticTemplate:*/
.HyperlinkStaticTemplate {
padding: 8px;
}
.HyperlinkStaticTemplateInline {
padding: 8px;
}
/* HyperlinkTemplate:*/
.HyperlinkTemplate {
padding: 8px;
}
.HyperlinkTemplateInline {
padding: 8px;
}
/* CantorStaircase:*/
.CantorStaircase {
padding: 8px;
}
.CantorStaircaseInline {
padding: 8px;
}
/* Conjugate:*/
.Conjugate {
padding: 8px;
}
.ConjugateInline {
padding: 8px;
}
/* ConjugateTranspose:*/
.ConjugateTranspose {
padding: 8px;
}
.ConjugateTransposeInline {
padding: 8px;
}
/* CoshIntegral:*/
.CoshIntegral {
padding: 8px;
}
.CoshIntegralInline {
padding: 8px;
}
/* CosIntegral:*/
.CosIntegral {
padding: 8px;
}
.CosIntegralInline {
padding: 8px;
}
/* Det:*/
.Det {
padding: 8px;
}
.DetInline {
padding: 8px;
}
/* FresnelC:*/
.FresnelC {
padding: 8px;
}
.FresnelCInline {
padding: 8px;
}
/* FresnelF:*/
.FresnelF {
padding: 8px;
}
.FresnelFInline {
padding: 8px;
}
/* FresnelG:*/
.FresnelG {
padding: 8px;
}
.FresnelGInline {
padding: 8px;
}
/* FresnelS:*/
.FresnelS {
padding: 8px;
}
.FresnelSInline {
padding: 8px;
}
/* Gudermannian:*/
.Gudermannian {
padding: 8px;
}
.GudermannianInline {
padding: 8px;
}
/* Haversine:*/
.Haversine {
padding: 8px;
}
.HaversineInline {
padding: 8px;
}
/* Inverse:*/
.Inverse {
padding: 8px;
}
.InverseInline {
padding: 8px;
}
/* InverseGudermannian:*/
.InverseGudermannian {
padding: 8px;
}
.InverseGudermannianInline {
padding: 8px;
}
/* InverseHaversine:*/
.InverseHaversine {
padding: 8px;
}
.InverseHaversineInline {
padding: 8px;
}
/* LogisticSigmoid:*/
.LogisticSigmoid {
padding: 8px;
}
.LogisticSigmoidInline {
padding: 8px;
}
/* MinkowskiQuestionMark:*/
.MinkowskiQuestionMark {
padding: 8px;
}
.MinkowskiQuestionMarkInline {
padding: 8px;
}
/* MixedFraction:*/
.MixedFraction {
padding: 8px;
}
.MixedFractionInline {
padding: 8px;
}
/* PartitionsP:*/
.PartitionsP {
padding: 8px;
}
.PartitionsPInline {
padding: 8px;
}
/* PartitionsQ:*/
.PartitionsQ {
padding: 8px;
}
.PartitionsQInline {
padding: 8px;
}
/* Piecewise:*/
.Piecewise {
padding: 8px;
}
.PiecewiseInline {
padding: 8px;
}
/* Residue:*/
.Residue {
padding: 8px;
}
.ResidueInline {
padding: 8px;
}
/* Row:*/
.Row {
padding: 8px;
}
.RowInline {
padding: 8px;
}
/* RowDefault:*/
.RowDefault {
padding: 8px;
}
.RowDefaultInline {
padding: 8px;
}
/* RowNoSeparators:*/
.RowNoSeparators {
padding: 8px;
}
.RowNoSeparatorsInline {
padding: 8px;
}
/* RowWithSeparator:*/
.RowWithSeparator {
padding: 8px;
}
.RowWithSeparatorInline {
padding: 8px;
}
/* RowWithSeparators:*/
.RowWithSeparators {
padding: 8px;
}
.RowWithSeparatorsInline {
padding: 8px;
}
/* SinhIntegral:*/
.SinhIntegral {
padding: 8px;
}
.SinhIntegralInline {
padding: 8px;
}
/* SinIntegral:*/
.SinIntegral {
padding: 8px;
}
.SinIntegralInline {
padding: 8px;
}
/* Subsuperscript:*/
.Subsuperscript {
padding: 8px;
}
.SubsuperscriptInline {
padding: 8px;
}
/* Superscript:*/
.Superscript {
padding: 8px;
}
.SuperscriptInline {
padding: 8px;
}
/* Transpose:*/
.Transpose {
padding: 8px;
}
.TransposeInline {
padding: 8px;
}
/* BellB:*/
.BellB {
padding: 8px;
}
.BellBInline {
padding: 8px;
}
/* BellB2:*/
.BellB2 {
padding: 8px;
}
.BellB2Inline {
padding: 8px;
}
/* BellY:*/
.BellY {
padding: 8px;
}
.BellYInline {
padding: 8px;
}
/* BellYMatrix:*/
.BellYMatrix {
padding: 8px;
}
.BellYMatrixInline {
padding: 8px;
}
/* BellY1:*/
.BellY1 {
padding: 8px;
}
.BellY1Inline {
padding: 8px;
}
/* BernoulliB:*/
.BernoulliB {
padding: 8px;
}
.BernoulliBInline {
padding: 8px;
}
/* BernoulliB2:*/
.BernoulliB2 {
padding: 8px;
}
.BernoulliB2Inline {
padding: 8px;
}
/* CatalanNumber:*/
.CatalanNumber {
padding: 8px;
}
.CatalanNumberInline {
padding: 8px;
}
/* EulerE:*/
.EulerE {
padding: 8px;
}
.EulerEInline {
padding: 8px;
}
/* EulerE2:*/
.EulerE2 {
padding: 8px;
}
.EulerE2Inline {
padding: 8px;
}
/* Fibonacci:*/
.Fibonacci {
padding: 8px;
}
.FibonacciInline {
padding: 8px;
}
/* Fibonacci2:*/
.Fibonacci2 {
padding: 8px;
}
.Fibonacci2Inline {
padding: 8px;
}
/* HarmonicNumber:*/
.HarmonicNumber {
padding: 8px;
}
.HarmonicNumberInline {
padding: 8px;
}
/* HarmonicNumber2:*/
.HarmonicNumber2 {
padding: 8px;
}
.HarmonicNumber2Inline {
padding: 8px;
}
/* LucasL:*/
.LucasL {
padding: 8px;
}
.LucasLInline {
padding: 8px;
}
/* LucasL2:*/
.LucasL2 {
padding: 8px;
}
.LucasL2Inline {
padding: 8px;
}
/* NorlundB:*/
.NorlundB {
padding: 8px;
}
.NorlundBInline {
padding: 8px;
}
/* NorlundB3:*/
.NorlundB3 {
padding: 8px;
}
.NorlundB3Inline {
padding: 8px;
}
/* StirlingS1:*/
.StirlingS1 {
padding: 8px;
}
.StirlingS1Inline {
padding: 8px;
}
/* StirlingS2:*/
.StirlingS2 {
padding: 8px;
}
.StirlingS2Inline {
padding: 8px;
}
/* ChampernowneNumber:*/
.ChampernowneNumber {
padding: 8px;
}
.ChampernowneNumberInline {
padding: 8px;
}
/* Cyclotomic:*/
.Cyclotomic {
padding: 8px;
}
.CyclotomicInline {
padding: 8px;
}
/* StieltjesGamma:*/
.StieltjesGamma {
padding: 8px;
}
.StieltjesGammaInline {
padding: 8px;
}
/* StieltjesGamma2:*/
.StieltjesGamma2 {
padding: 8px;
}
.StieltjesGamma2Inline {
padding: 8px;
}
/* SystemsModelDelay:*/
.SystemsModelDelay {
padding: 8px;
}
.SystemsModelDelayInline {
padding: 8px;
}
/* TransferFunctionModelFull:*/
.TransferFunctionModelFull {
padding: 8px;
}
.TransferFunctionModelFullInline {
padding: 8px;
}
/* TransferFunctionModelMinimal:*/
.TransferFunctionModelMinimal {
padding: 8px;
}
.TransferFunctionModelMinimalInline {
padding: 8px;
}
/* StateSpaceModelFull:*/
.StateSpaceModelFull {
padding: 8px;
}
.StateSpaceModelFullInline {
padding: 8px;
}
/* StateSpaceModelMinimal:*/
.StateSpaceModelMinimal {
padding: 8px;
}
.StateSpaceModelMinimalInline {
padding: 8px;
}
/* AffineStateSpaceModelFull:*/
.AffineStateSpaceModelFull {
padding: 8px;
}
.AffineStateSpaceModelFullInline {
padding: 8px;
}
/* AffineStateSpaceModelMinimal:*/
.AffineStateSpaceModelMinimal {
padding: 8px;
}
.AffineStateSpaceModelMinimalInline {
padding: 8px;
}
/* NonlinearStateSpaceModelFull:*/
.NonlinearStateSpaceModelFull {
padding: 8px;
}
.NonlinearStateSpaceModelFullInline {
padding: 8px;
}
/* NonlinearStateSpaceModelMinimal:*/
.NonlinearStateSpaceModelMinimal {
padding: 8px;
}
.NonlinearStateSpaceModelMinimalInline {
padding: 8px;
}
/* DifferenceDelta3:*/
.DifferenceDelta3 {
padding: 8px;
}
.DifferenceDelta3Inline {
padding: 8px;
}
/* DifferenceDelta4:*/
.DifferenceDelta4 {
padding: 8px;
}
.DifferenceDelta4Inline {
padding: 8px;
}
/* DiscreteRatio3:*/
.DiscreteRatio3 {
padding: 8px;
}
.DiscreteRatio3Inline {
padding: 8px;
}
/* DiscreteRatio4:*/
.DiscreteRatio4 {
padding: 8px;
}
.DiscreteRatio4Inline {
padding: 8px;
}
/* DiscreteShift3:*/
.DiscreteShift3 {
padding: 8px;
}
.DiscreteShift3Inline {
padding: 8px;
}
/* DiscreteShift4:*/
.DiscreteShift4 {
padding: 8px;
}
.DiscreteShift4Inline {
padding: 8px;
}
/* EllipticE:*/
.EllipticE {
padding: 8px;
}
.EllipticEInline {
padding: 8px;
}
/* EllipticE2:*/
.EllipticE2 {
padding: 8px;
}
.EllipticE2Inline {
padding: 8px;
}
/* EllipticF:*/
.EllipticF {
padding: 8px;
}
.EllipticFInline {
padding: 8px;
}
/* EllipticK:*/
.EllipticK {
padding: 8px;
}
.EllipticKInline {
padding: 8px;
}
/* EllipticPi:*/
.EllipticPi {
padding: 8px;
}
.EllipticPiInline {
padding: 8px;
}
/* EllipticPi3:*/
.EllipticPi3 {
padding: 8px;
}
.EllipticPi3Inline {
padding: 8px;
}
/* EllipticNomeQ:*/
.EllipticNomeQ {
padding: 8px;
}
.EllipticNomeQInline {
padding: 8px;
}
/* InverseEllipticNomeQ:*/
.InverseEllipticNomeQ {
padding: 8px;
}
.InverseEllipticNomeQInline {
padding: 8px;
}
/* DedekindEta:*/
.DedekindEta {
padding: 8px;
}
.DedekindEtaInline {
padding: 8px;
}
/* EllipticTheta:*/
.EllipticTheta {
padding: 8px;
}
.EllipticThetaInline {
padding: 8px;
}
/* EllipticThetaPrime:*/
.EllipticThetaPrime {
padding: 8px;
}
.EllipticThetaPrimeInline {
padding: 8px;
}
/* InverseJacobiCD:*/
.InverseJacobiCD {
padding: 8px;
}
.InverseJacobiCDInline {
padding: 8px;
}
/* InverseJacobiCN:*/
.InverseJacobiCN {
padding: 8px;
}
.InverseJacobiCNInline {
padding: 8px;
}
/* InverseJacobiCS:*/
.InverseJacobiCS {
padding: 8px;
}
.InverseJacobiCSInline {
padding: 8px;
}
/* InverseJacobiDC:*/
.InverseJacobiDC {
padding: 8px;
}
.InverseJacobiDCInline {
padding: 8px;
}
/* InverseJacobiDN:*/
.InverseJacobiDN {
padding: 8px;
}
.InverseJacobiDNInline {
padding: 8px;
}
/* InverseJacobiDS:*/
.InverseJacobiDS {
padding: 8px;
}
.InverseJacobiDSInline {
padding: 8px;
}
/* InverseJacobiNC:*/
.InverseJacobiNC {
padding: 8px;
}
.InverseJacobiNCInline {
padding: 8px;
}
/* InverseJacobiND:*/
.InverseJacobiND {
padding: 8px;
}
.InverseJacobiNDInline {
padding: 8px;
}
/* InverseJacobiNS:*/
.InverseJacobiNS {
padding: 8px;
}
.InverseJacobiNSInline {
padding: 8px;
}
/* InverseJacobiSC:*/
.InverseJacobiSC {
padding: 8px;
}
.InverseJacobiSCInline {
padding: 8px;
}
/* InverseJacobiSD:*/
.InverseJacobiSD {
padding: 8px;
}
.InverseJacobiSDInline {
padding: 8px;
}
/* InverseJacobiSN:*/
.InverseJacobiSN {
padding: 8px;
}
.InverseJacobiSNInline {
padding: 8px;
}
/* InverseWeierstrassP:*/
.InverseWeierstrassP {
padding: 8px;
}
.InverseWeierstrassPInline {
padding: 8px;
}
/* InverseWeierstrassP4:*/
.InverseWeierstrassP4 {
padding: 8px;
}
.InverseWeierstrassP4Inline {
padding: 8px;
}
/* JacobiAmplitude:*/
.JacobiAmplitude {
padding: 8px;
}
.JacobiAmplitudeInline {
padding: 8px;
}
/* JacobiCD:*/
.JacobiCD {
padding: 8px;
}
.JacobiCDInline {
padding: 8px;
}
/* JacobiCN:*/
.JacobiCN {
padding: 8px;
}
.JacobiCNInline {
padding: 8px;
}
/* JacobiCS:*/
.JacobiCS {
padding: 8px;
}
.JacobiCSInline {
padding: 8px;
}
/* JacobiDC:*/
.JacobiDC {
padding: 8px;
}
.JacobiDCInline {
padding: 8px;
}
/* JacobiDN:*/
.JacobiDN {
padding: 8px;
}
.JacobiDNInline {
padding: 8px;
}
/* JacobiDS:*/
.JacobiDS {
padding: 8px;
}
.JacobiDSInline {
padding: 8px;
}
/* JacobiNC:*/
.JacobiNC {
padding: 8px;
}
.JacobiNCInline {
padding: 8px;
}
/* JacobiND:*/
.JacobiND {
padding: 8px;
}
.JacobiNDInline {
padding: 8px;
}
/* JacobiNS:*/
.JacobiNS {
padding: 8px;
}
.JacobiNSInline {
padding: 8px;
}
/* JacobiSC:*/
.JacobiSC {
padding: 8px;
}
.JacobiSCInline {
padding: 8px;
}
/* JacobiSD:*/
.JacobiSD {
padding: 8px;
}
.JacobiSDInline {
padding: 8px;
}
/* JacobiSN:*/
.JacobiSN {
padding: 8px;
}
.JacobiSNInline {
padding: 8px;
}
/* JacobiZeta:*/
.JacobiZeta {
padding: 8px;
}
.JacobiZetaInline {
padding: 8px;
}
/* KleinInvariantJ:*/
.KleinInvariantJ {
padding: 8px;
}
.KleinInvariantJInline {
padding: 8px;
}
/* ModularLambda:*/
.ModularLambda {
padding: 8px;
}
.ModularLambdaInline {
padding: 8px;
}
/* NevilleThetaC:*/
.NevilleThetaC {
padding: 8px;
}
.NevilleThetaCInline {
padding: 8px;
}
/* NevilleThetaD:*/
.NevilleThetaD {
padding: 8px;
}
.NevilleThetaDInline {
padding: 8px;
}
/* NevilleThetaN:*/
.NevilleThetaN {
padding: 8px;
}
.NevilleThetaNInline {
padding: 8px;
}
/* NevilleThetaS:*/
.NevilleThetaS {
padding: 8px;
}
.NevilleThetaSInline {
padding: 8px;
}
/* WeierstrassP:*/
.WeierstrassP {
padding: 8px;
}
.WeierstrassPInline {
padding: 8px;
}
/* WeierstrassPPrime:*/
.WeierstrassPPrime {
padding: 8px;
}
.WeierstrassPPrimeInline {
padding: 8px;
}
/* WeierstrassSigma:*/
.WeierstrassSigma {
padding: 8px;
}
.WeierstrassSigmaInline {
padding: 8px;
}
/* WeierstrassZeta:*/
.WeierstrassZeta {
padding: 8px;
}
.WeierstrassZetaInline {
padding: 8px;
}
/* AlternatingFactorial:*/
.AlternatingFactorial {
padding: 8px;
}
.AlternatingFactorialInline {
padding: 8px;
}
/* AugmentedSymmetricPolynomial:*/
.AugmentedSymmetricPolynomial {
padding: 8px;
}
.AugmentedSymmetricPolynomialInline {
padding: 8px;
}
/* AugmentedSymmetricPolynomialList:*/
.AugmentedSymmetricPolynomialList {
padding: 8px;
}
.AugmentedSymmetricPolynomialListInline {
padding: 8px;
}
/* BarnesG:*/
.BarnesG {
padding: 8px;
}
.BarnesGInline {
padding: 8px;
}
/* Beta:*/
.Beta {
padding: 8px;
}
.BetaInline {
padding: 8px;
}
/* Beta3:*/
.Beta3 {
padding: 8px;
}
.Beta3Inline {
padding: 8px;
}
/* Beta4:*/
.Beta4 {
padding: 8px;
}
.Beta4Inline {
padding: 8px;
}
/* BetaRegularized:*/
.BetaRegularized {
padding: 8px;
}
.BetaRegularizedInline {
padding: 8px;
}
/* BetaRegularized4:*/
.BetaRegularized4 {
padding: 8px;
}
.BetaRegularized4Inline {
padding: 8px;
}
/* Binomial:*/
.Binomial {
padding: 8px;
}
.BinomialInline {
padding: 8px;
}
/* CentralMoment:*/
.CentralMoment {
padding: 8px;
}
.CentralMomentInline {
padding: 8px;
}
/* CentralMomentList:*/
.CentralMomentList {
padding: 8px;
}
.CentralMomentListInline {
padding: 8px;
}
/* Cumulant:*/
.Cumulant {
padding: 8px;
}
.CumulantInline {
padding: 8px;
}
/* CumulantList:*/
.CumulantList {
padding: 8px;
}
.CumulantListInline {
padding: 8px;
}
/* FactorialMoment:*/
.FactorialMoment {
padding: 8px;
}
.FactorialMomentInline {
padding: 8px;
}
/* FactorialMomentList:*/
.FactorialMomentList {
padding: 8px;
}
.FactorialMomentListInline {
padding: 8px;
}
/* FactorialPower:*/
.FactorialPower {
padding: 8px;
}
.FactorialPowerInline {
padding: 8px;
}
/* FactorialPower3:*/
.FactorialPower3 {
padding: 8px;
}
.FactorialPower3Inline {
padding: 8px;
}
/* Fibonorial:*/
.Fibonorial {
padding: 8px;
}
.FibonorialInline {
padding: 8px;
}
/* Gamma:*/
.Gamma {
padding: 8px;
}
.GammaInline {
padding: 8px;
}
/* Gamma2:*/
.Gamma2 {
padding: 8px;
}
.Gamma2Inline {
padding: 8px;
}
/* Gamma3:*/
.Gamma3 {
padding: 8px;
}
.Gamma3Inline {
padding: 8px;
}
/* GammaRegularized:*/
.GammaRegularized {
padding: 8px;
}
.GammaRegularizedInline {
padding: 8px;
}
/* GammaRegularized3:*/
.GammaRegularized3 {
padding: 8px;
}
.GammaRegularized3Inline {
padding: 8px;
}
/* InverseBetaRegularized:*/
.InverseBetaRegularized {
padding: 8px;
}
.InverseBetaRegularizedInline {
padding: 8px;
}
/* InverseBetaRegularized4:*/
.InverseBetaRegularized4 {
padding: 8px;
}
.InverseBetaRegularized4Inline {
padding: 8px;
}
/* InverseGammaRegularized:*/
.InverseGammaRegularized {
padding: 8px;
}
.InverseGammaRegularizedInline {
padding: 8px;
}
/* InverseGammaRegularized3:*/
.InverseGammaRegularized3 {
padding: 8px;
}
.InverseGammaRegularized3Inline {
padding: 8px;
}
/* Moment:*/
.Moment {
padding: 8px;
}
.MomentInline {
padding: 8px;
}
/* MomentList:*/
.MomentList {
padding: 8px;
}
.MomentListInline {
padding: 8px;
}
/* PolyGamma:*/
.PolyGamma {
padding: 8px;
}
.PolyGammaInline {
padding: 8px;
}
/* PolyGamma2:*/
.PolyGamma2 {
padding: 8px;
}
.PolyGamma2Inline {
padding: 8px;
}
/* PowerSymmetricPolynomial:*/
.PowerSymmetricPolynomial {
padding: 8px;
}
.PowerSymmetricPolynomialInline {
padding: 8px;
}
/* PowerSymmetricPolynomialList:*/
.PowerSymmetricPolynomialList {
padding: 8px;
}
.PowerSymmetricPolynomialListInline {
padding: 8px;
}
/* QBinomial:*/
.QBinomial {
padding: 8px;
}
.QBinomialInline {
padding: 8px;
}
/* QFactorial:*/
.QFactorial {
padding: 8px;
}
.QFactorialInline {
padding: 8px;
}
/* QGamma:*/
.QGamma {
padding: 8px;
}
.QGammaInline {
padding: 8px;
}
/* QPolyGamma:*/
.QPolyGamma {
padding: 8px;
}
.QPolyGammaInline {
padding: 8px;
}
/* QPolyGamma3:*/
.QPolyGamma3 {
padding: 8px;
}
.QPolyGamma3Inline {
padding: 8px;
}
/* DiracCombSeq:*/
.DiracCombSeq {
padding: 8px;
}
.DiracCombSeqInline {
padding: 8px;
}
/* DiracDeltaSeq:*/
.DiracDeltaSeq {
padding: 8px;
}
.DiracDeltaSeqInline {
padding: 8px;
}
/* DiscreteDeltaSeq:*/
.DiscreteDeltaSeq {
padding: 8px;
}
.DiscreteDeltaSeqInline {
padding: 8px;
}
/* HeavisideLambdaSeq:*/
.HeavisideLambdaSeq {
padding: 8px;
}
.HeavisideLambdaSeqInline {
padding: 8px;
}
/* HeavisidePiSeq:*/
.HeavisidePiSeq {
padding: 8px;
}
.HeavisidePiSeqInline {
padding: 8px;
}
/* HeavisideThetaSeq:*/
.HeavisideThetaSeq {
padding: 8px;
}
.HeavisideThetaSeqInline {
padding: 8px;
}
/* KroneckerDeltaSeq:*/
.KroneckerDeltaSeq {
padding: 8px;
}
.KroneckerDeltaSeqInline {
padding: 8px;
}
/* UnitBoxSeq:*/
.UnitBoxSeq {
padding: 8px;
}
.UnitBoxSeqInline {
padding: 8px;
}
/* UnitStepSeq:*/
.UnitStepSeq {
padding: 8px;
}
.UnitStepSeqInline {
padding: 8px;
}
/* UnitTriangleSeq:*/
.UnitTriangleSeq {
padding: 8px;
}
.UnitTriangleSeqInline {
padding: 8px;
}
/* BernsteinBasis:*/
.BernsteinBasis {
padding: 8px;
}
.BernsteinBasisInline {
padding: 8px;
}
/* BSplineBasis:*/
.BSplineBasis {
padding: 8px;
}
.BSplineBasisInline {
padding: 8px;
}
/* BSplineBasis3:*/
.BSplineBasis3 {
padding: 8px;
}
.BSplineBasis3Inline {
padding: 8px;
}
/* BSplineBasis4:*/
.BSplineBasis4 {
padding: 8px;
}
.BSplineBasis4Inline {
padding: 8px;
}
/* CardinalBSplineBasis:*/
.CardinalBSplineBasis {
padding: 8px;
}
.CardinalBSplineBasisInline {
padding: 8px;
}
/* AiryAi:*/
.AiryAi {
padding: 8px;
}
.AiryAiInline {
padding: 8px;
}
/* AiryAiPrime:*/
.AiryAiPrime {
padding: 8px;
}
.AiryAiPrimeInline {
padding: 8px;
}
/* AiryBi:*/
.AiryBi {
padding: 8px;
}
.AiryBiInline {
padding: 8px;
}
/* AiryBiPrime:*/
.AiryBiPrime {
padding: 8px;
}
.AiryBiPrimeInline {
padding: 8px;
}
/* AngerJ2:*/
.AngerJ2 {
padding: 8px;
}
.AngerJ2Inline {
padding: 8px;
}
/* AngerJ:*/
.AngerJ {
padding: 8px;
}
.AngerJInline {
padding: 8px;
}
/* AppellF1:*/
.AppellF1 {
padding: 8px;
}
.AppellF1Inline {
padding: 8px;
}
/* BesselI:*/
.BesselI {
padding: 8px;
}
.BesselIInline {
padding: 8px;
}
/* BesselJ:*/
.BesselJ {
padding: 8px;
}
.BesselJInline {
padding: 8px;
}
/* BesselJZero:*/
.BesselJZero {
padding: 8px;
}
.BesselJZeroInline {
padding: 8px;
}
/* BesselK:*/
.BesselK {
padding: 8px;
}
.BesselKInline {
padding: 8px;
}
/* BesselY:*/
.BesselY {
padding: 8px;
}
.BesselYInline {
padding: 8px;
}
/* BesselYZero:*/
.BesselYZero {
padding: 8px;
}
.BesselYZeroInline {
padding: 8px;
}
/* DawsonF:*/
.DawsonF {
padding: 8px;
}
.DawsonFInline {
padding: 8px;
}
/* ExpIntegralE:*/
.ExpIntegralE {
padding: 8px;
}
.ExpIntegralEInline {
padding: 8px;
}
/* ExpIntegralEi:*/
.ExpIntegralEi {
padding: 8px;
}
.ExpIntegralEiInline {
padding: 8px;
}
/* HankelH1:*/
.HankelH1 {
padding: 8px;
}
.HankelH1Inline {
padding: 8px;
}
/* HankelH2:*/
.HankelH2 {
padding: 8px;
}
.HankelH2Inline {
padding: 8px;
}
/* Hypergeometric0F1:*/
.Hypergeometric0F1 {
padding: 8px;
}
.Hypergeometric0F1Inline {
padding: 8px;
}
/* Hypergeometric0F1Regularized:*/
.Hypergeometric0F1Regularized {
padding: 8px;
}
.Hypergeometric0F1RegularizedInline {
padding: 8px;
}
/* Hypergeometric1F1:*/
.Hypergeometric1F1 {
padding: 8px;
}
.Hypergeometric1F1Inline {
padding: 8px;
}
/* Hypergeometric1F1Regularized:*/
.Hypergeometric1F1Regularized {
padding: 8px;
}
.Hypergeometric1F1RegularizedInline {
padding: 8px;
}
/* Hypergeometric2F1:*/
.Hypergeometric2F1 {
padding: 8px;
}
.Hypergeometric2F1Inline {
padding: 8px;
}
/* Hypergeometric2F1Regularized:*/
.Hypergeometric2F1Regularized {
padding: 8px;
}
.Hypergeometric2F1RegularizedInline {
padding: 8px;
}
/* HypergeometricU:*/
.HypergeometricU {
padding: 8px;
}
.HypergeometricUInline {
padding: 8px;
}
/* KelvinBei:*/
.KelvinBei {
padding: 8px;
}
.KelvinBeiInline {
padding: 8px;
}
/* KelvinBei2:*/
.KelvinBei2 {
padding: 8px;
}
.KelvinBei2Inline {
padding: 8px;
}
/* KelvinBer:*/
.KelvinBer {
padding: 8px;
}
.KelvinBerInline {
padding: 8px;
}
/* KelvinBer2:*/
.KelvinBer2 {
padding: 8px;
}
.KelvinBer2Inline {
padding: 8px;
}
/* KelvinKei:*/
.KelvinKei {
padding: 8px;
}
.KelvinKeiInline {
padding: 8px;
}
/* KelvinKei2:*/
.KelvinKei2 {
padding: 8px;
}
.KelvinKei2Inline {
padding: 8px;
}
/* KelvinKer:*/
.KelvinKer {
padding: 8px;
}
.KelvinKerInline {
padding: 8px;
}
/* KelvinKer2:*/
.KelvinKer2 {
padding: 8px;
}
.KelvinKer2Inline {
padding: 8px;
}
/* LogGamma:*/
.LogGamma {
padding: 8px;
}
.LogGammaInline {
padding: 8px;
}
/* LogIntegral:*/
.LogIntegral {
padding: 8px;
}
.LogIntegralInline {
padding: 8px;
}
/* MittagLefflerE:*/
.MittagLefflerE {
padding: 8px;
}
.MittagLefflerEInline {
padding: 8px;
}
/* MittagLefflerE2:*/
.MittagLefflerE2 {
padding: 8px;
}
.MittagLefflerE2Inline {
padding: 8px;
}
/* ParabolicCylinderD:*/
.ParabolicCylinderD {
padding: 8px;
}
.ParabolicCylinderDInline {
padding: 8px;
}
/* Pochhammer:*/
.Pochhammer {
padding: 8px;
}
.PochhammerInline {
padding: 8px;
}
/* QHypergeometricPFQSeq:*/
.QHypergeometricPFQSeq {
padding: 8px;
}
.QHypergeometricPFQSeqInline {
padding: 8px;
}
/* QPochhammer1:*/
.QPochhammer1 {
padding: 8px;
}
.QPochhammer1Inline {
padding: 8px;
}
/* QPochhammer2:*/
.QPochhammer2 {
padding: 8px;
}
.QPochhammer2Inline {
padding: 8px;
}
/* QPochhammer:*/
.QPochhammer {
padding: 8px;
}
.QPochhammerInline {
padding: 8px;
}
/* ScorerGi:*/
.ScorerGi {
padding: 8px;
}
.ScorerGiInline {
padding: 8px;
}
/* ScorerGiPrime:*/
.ScorerGiPrime {
padding: 8px;
}
.ScorerGiPrimeInline {
padding: 8px;
}
/* ScorerHi:*/
.ScorerHi {
padding: 8px;
}
.ScorerHiInline {
padding: 8px;
}
/* ScorerHiPrime:*/
.ScorerHiPrime {
padding: 8px;
}
.ScorerHiPrimeInline {
padding: 8px;
}
/* SphericalBesselJ:*/
.SphericalBesselJ {
padding: 8px;
}
.SphericalBesselJInline {
padding: 8px;
}
/* SphericalBesselY:*/
.SphericalBesselY {
padding: 8px;
}
.SphericalBesselYInline {
padding: 8px;
}
/* SphericalHankelH1:*/
.SphericalHankelH1 {
padding: 8px;
}
.SphericalHankelH1Inline {
padding: 8px;
}
/* SphericalHankelH2:*/
.SphericalHankelH2 {
padding: 8px;
}
.SphericalHankelH2Inline {
padding: 8px;
}
/* SpheroidalEigenvalue:*/
.SpheroidalEigenvalue {
padding: 8px;
}
.SpheroidalEigenvalueInline {
padding: 8px;
}
/* SpheroidalPS:*/
.SpheroidalPS {
padding: 8px;
}
.SpheroidalPSInline {
padding: 8px;
}
/* SpheroidalPSPrime:*/
.SpheroidalPSPrime {
padding: 8px;
}
.SpheroidalPSPrimeInline {
padding: 8px;
}
/* SpheroidalQS:*/
.SpheroidalQS {
padding: 8px;
}
.SpheroidalQSInline {
padding: 8px;
}
/* SpheroidalQSPrime:*/
.SpheroidalQSPrime {
padding: 8px;
}
.SpheroidalQSPrimeInline {
padding: 8px;
}
/* SpheroidalS1:*/
.SpheroidalS1 {
padding: 8px;
}
.SpheroidalS1Inline {
padding: 8px;
}
/* SpheroidalS1Prime:*/
.SpheroidalS1Prime {
padding: 8px;
}
.SpheroidalS1PrimeInline {
padding: 8px;
}
/* SpheroidalS2:*/
.SpheroidalS2 {
padding: 8px;
}
.SpheroidalS2Inline {
padding: 8px;
}
/* SpheroidalS2Prime:*/
.SpheroidalS2Prime {
padding: 8px;
}
.SpheroidalS2PrimeInline {
padding: 8px;
}
/* StruveH:*/
.StruveH {
padding: 8px;
}
.StruveHInline {
padding: 8px;
}
/* StruveL:*/
.StruveL {
padding: 8px;
}
.StruveLInline {
padding: 8px;
}
/* WeberE2:*/
.WeberE2 {
padding: 8px;
}
.WeberE2Inline {
padding: 8px;
}
/* WeberE:*/
.WeberE {
padding: 8px;
}
.WeberEInline {
padding: 8px;
}
/* WhittakerM:*/
.WhittakerM {
padding: 8px;
}
.WhittakerMInline {
padding: 8px;
}
/* WhittakerW:*/
.WhittakerW {
padding: 8px;
}
.WhittakerWInline {
padding: 8px;
}
/* LegendreP:*/
.LegendreP {
padding: 8px;
}
.LegendrePInline {
padding: 8px;
}
/* LegendreP3:*/
.LegendreP3 {
padding: 8px;
}
.LegendreP3Inline {
padding: 8px;
}
/* LegendreP4:*/
.LegendreP4 {
padding: 8px;
}
.LegendreP4Inline {
padding: 8px;
}
/* LegendreQ:*/
.LegendreQ {
padding: 8px;
}
.LegendreQInline {
padding: 8px;
}
/* LegendreQ3:*/
.LegendreQ3 {
padding: 8px;
}
.LegendreQ3Inline {
padding: 8px;
}
/* LegendreQ4:*/
.LegendreQ4 {
padding: 8px;
}
.LegendreQ4Inline {
padding: 8px;
}
/* WignerD:*/
.WignerD {
padding: 8px;
}
.WignerDInline {
padding: 8px;
}
/* ArithmeticGeometricMean:*/
.ArithmeticGeometricMean {
padding: 8px;
}
.ArithmeticGeometricMeanInline {
padding: 8px;
}
/* CarmichaelLambda:*/
.CarmichaelLambda {
padding: 8px;
}
.CarmichaelLambdaInline {
padding: 8px;
}
/* DirichletCharacter:*/
.DirichletCharacter {
padding: 8px;
}
.DirichletCharacterInline {
padding: 8px;
}
/* DivisorSigma:*/
.DivisorSigma {
padding: 8px;
}
.DivisorSigmaInline {
padding: 8px;
}
/* EulerPhi:*/
.EulerPhi {
padding: 8px;
}
.EulerPhiInline {
padding: 8px;
}
/* JacobiSymbol:*/
.JacobiSymbol {
padding: 8px;
}
.JacobiSymbolInline {
padding: 8px;
}
/* KroneckerSymbol:*/
.KroneckerSymbol {
padding: 8px;
}
.KroneckerSymbolInline {
padding: 8px;
}
/* LiouvilleLambda:*/
.LiouvilleLambda {
padding: 8px;
}
.LiouvilleLambdaInline {
padding: 8px;
}
/* MangoldtLambda:*/
.MangoldtLambda {
padding: 8px;
}
.MangoldtLambdaInline {
padding: 8px;
}
/* MoebiusMu:*/
.MoebiusMu {
padding: 8px;
}
.MoebiusMuInline {
padding: 8px;
}
/* Prime:*/
.Prime {
padding: 8px;
}
.PrimeInline {
padding: 8px;
}
/* PrimeNu:*/
.PrimeNu {
padding: 8px;
}
.PrimeNuInline {
padding: 8px;
}
/* PrimeOmega:*/
.PrimeOmega {
padding: 8px;
}
.PrimeOmegaInline {
padding: 8px;
}
/* PrimePi:*/
.PrimePi {
padding: 8px;
}
.PrimePiInline {
padding: 8px;
}
/* RamanujanTau:*/
.RamanujanTau {
padding: 8px;
}
.RamanujanTauInline {
padding: 8px;
}
/* SquaresR:*/
.SquaresR {
padding: 8px;
}
.SquaresRInline {
padding: 8px;
}
/* Abs:*/
.Abs {
padding: 8px;
}
.AbsInline {
padding: 8px;
}
/* Ceiling:*/
.Ceiling {
padding: 8px;
}
.CeilingInline {
padding: 8px;
}
/* Floor:*/
.Floor {
padding: 8px;
}
.FloorInline {
padding: 8px;
}
/* Mod:*/
.Mod {
padding: 8px;
}
.ModInline {
padding: 8px;
}
/* Norm:*/
.Norm {
padding: 8px;
}
.NormInline {
padding: 8px;
}
/* Norm2:*/
.Norm2 {
padding: 8px;
}
.Norm2Inline {
padding: 8px;
}
/* PolynomialMod:*/
.PolynomialMod {
padding: 8px;
}
.PolynomialModInline {
padding: 8px;
}
/* PowerMod:*/
.PowerMod {
padding: 8px;
}
.PowerModInline {
padding: 8px;
}
/* DirichletBeta:*/
.DirichletBeta {
padding: 8px;
}
.DirichletBetaInline {
padding: 8px;
}
/* DirichletEta:*/
.DirichletEta {
padding: 8px;
}
.DirichletEtaInline {
padding: 8px;
}
/* DirichletL:*/
.DirichletL {
padding: 8px;
}
.DirichletLInline {
padding: 8px;
}
/* DirichletLambda:*/
.DirichletLambda {
padding: 8px;
}
.DirichletLambdaInline {
padding: 8px;
}
/* HurwitzLerchPhi:*/
.HurwitzLerchPhi {
padding: 8px;
}
.HurwitzLerchPhiInline {
padding: 8px;
}
/* HurwitzZeta:*/
.HurwitzZeta {
padding: 8px;
}
.HurwitzZetaInline {
padding: 8px;
}
/* LerchPhi:*/
.LerchPhi {
padding: 8px;
}
.LerchPhiInline {
padding: 8px;
}
/* MathieuCharacteristicA:*/
.MathieuCharacteristicA {
padding: 8px;
}
.MathieuCharacteristicAInline {
padding: 8px;
}
/* MathieuCharacteristicB:*/
.MathieuCharacteristicB {
padding: 8px;
}
.MathieuCharacteristicBInline {
padding: 8px;
}
/* PolyLog:*/
.PolyLog {
padding: 8px;
}
.PolyLogInline {
padding: 8px;
}
/* PolyLog3:*/
.PolyLog3 {
padding: 8px;
}
.PolyLog3Inline {
padding: 8px;
}
/* PrimeZetaP:*/
.PrimeZetaP {
padding: 8px;
}
.PrimeZetaPInline {
padding: 8px;
}
/* RiemannR:*/
.RiemannR {
padding: 8px;
}
.RiemannRInline {
padding: 8px;
}
/* RiemannSiegelTheta:*/
.RiemannSiegelTheta {
padding: 8px;
}
.RiemannSiegelThetaInline {
padding: 8px;
}
/* RiemannSiegelZ:*/
.RiemannSiegelZ {
padding: 8px;
}
.RiemannSiegelZInline {
padding: 8px;
}
/* RiemannXi:*/
.RiemannXi {
padding: 8px;
}
.RiemannXiInline {
padding: 8px;
}
/* Zeta:*/
.Zeta {
padding: 8px;
}
.ZetaInline {
padding: 8px;
}
/* Zeta2:*/
.Zeta2 {
padding: 8px;
}
.Zeta2Inline {
padding: 8px;
}
/* ZetaZero:*/
.ZetaZero {
padding: 8px;
}
.ZetaZeroInline {
padding: 8px;
}
/* ConditionedSet:*/
.ConditionedSet {
padding: 8px;
}
.ConditionedSetInline {
padding: 8px;
}
/* ConditionedList:*/
.ConditionedList {
padding: 8px;
}
.ConditionedListInline {
padding: 8px;
}
/* ConditionedSetWithAttributes:*/
.ConditionedSetWithAttributes {
padding: 8px;
}
.ConditionedSetWithAttributesInline {
padding: 8px;
}
/* ConditionedListWithAttributes:*/
.ConditionedListWithAttributes {
padding: 8px;
}
.ConditionedListWithAttributesInline {
padding: 8px;
}
/* ConditionedSum:*/
.ConditionedSum {
padding: 8px;
}
.ConditionedSumInline {
padding: 8px;
}
/* ConditionedProduct:*/
.ConditionedProduct {
padding: 8px;
}
.ConditionedProductInline {
padding: 8px;
}
/* ConditionedMin:*/
.ConditionedMin {
padding: 8px;
}
.ConditionedMinInline {
padding: 8px;
}
/* ConditionedMax:*/
.ConditionedMax {
padding: 8px;
}
.ConditionedMaxInline {
padding: 8px;
}
/* ConditionedIntegrate:*/
.ConditionedIntegrate {
padding: 8px;
}
.ConditionedIntegrateInline {
padding: 8px;
}
/* ConditionedLimit:*/
.ConditionedLimit {
padding: 8px;
}
.ConditionedLimitInline {
padding: 8px;
}
/* DomainIntegrate:*/
.DomainIntegrate {
padding: 8px;
}
.DomainIntegrateInline {
padding: 8px;
}
/* DomainSum:*/
.DomainSum {
padding: 8px;
}
.DomainSumInline {
padding: 8px;
}
/* DomainProduct:*/
.DomainProduct {
padding: 8px;
}
.DomainProductInline {
padding: 8px;
}
/* IntervalOpen:*/
.IntervalOpen {
padding: 8px;
}
.IntervalOpenInline {
padding: 8px;
}
/* IntervalOpenClosed:*/
.IntervalOpenClosed {
padding: 8px;
}
.IntervalOpenClosedInline {
padding: 8px;
}
/* IntervalClosedOpen:*/
.IntervalClosedOpen {
padding: 8px;
}
.IntervalClosedOpenInline {
padding: 8px;
}
/* IntervalClosed:*/
.IntervalClosed {
padding: 8px;
}
.IntervalClosedInline {
padding: 8px;
}
/* Ket:*/
.Ket {
padding: 8px;
}
.KetInline {
padding: 8px;
}
/* Bra:*/
.Bra {
padding: 8px;
}
.BraInline {
padding: 8px;
}
/* BraKet:*/
.BraKet {
padding: 8px;
}
.BraKetInline {
padding: 8px;
}
/* Curl:*/
.Curl {
padding: 8px;
}
.CurlInline {
padding: 8px;
}
/* Div:*/
.Div {
padding: 8px;
}
.DivInline {
padding: 8px;
}
/* Grad:*/
.Grad {
padding: 8px;
}
.GradInline {
padding: 8px;
}
/* Laplacian:*/
.Laplacian {
padding: 8px;
}
.LaplacianInline {
padding: 8px;
}
/* Indexed:*/
.Indexed {
padding: 8px;
}
.IndexedInline {
padding: 8px;
}
/* IndexedDefault:*/
.IndexedDefault {
padding: 8px;
}
.IndexedDefaultInline {
padding: 8px;
}
/* InactiveIntegrate:*/
.InactiveIntegrate {
padding: 8px;
}
.InactiveIntegrateInline {
padding: 8px;
}
/* InactiveSum:*/
.InactiveSum {
padding: 8px;
}
.InactiveSumInline {
padding: 8px;
}
/* InactiveProduct:*/
.InactiveProduct {
padding: 8px;
}
.InactiveProductInline {
padding: 8px;
}
/* InactiveContinuedFractionK:*/
.InactiveContinuedFractionK {
padding: 8px;
}
.InactiveContinuedFractionKInline {
padding: 8px;
}
/* InactiveContinuedFractionKNoMin:*/
.InactiveContinuedFractionKNoMin {
padding: 8px;
}
.InactiveContinuedFractionKNoMinInline {
padding: 8px;
}
/* InactiveD:*/
.InactiveD {
padding: 8px;
}
.InactiveDInline {
padding: 8px;
}
/* InactiveDTraditional:*/
.InactiveDTraditional {
padding: 8px;
}
.InactiveDTraditionalInline {
padding: 8px;
}
/* InactiveGrad:*/
.InactiveGrad {
padding: 8px;
}
.InactiveGradInline {
padding: 8px;
}
/* InactiveDiv:*/
.InactiveDiv {
padding: 8px;
}
.InactiveDivInline {
padding: 8px;
}
/* InactiveCurl:*/
.InactiveCurl {
padding: 8px;
}
.InactiveCurlInline {
padding: 8px;
}
/* InactiveLaplacian:*/
.InactiveLaplacian {
padding: 8px;
}
.InactiveLaplacianInline {
padding: 8px;
}
/* InactivePart:*/
.InactivePart {
padding: 8px;
}
.InactivePartInline {
padding: 8px;
}
/* InactiveReplaceAll:*/
.InactiveReplaceAll {
padding: 8px;
}
.InactiveReplaceAllInline {
padding: 8px;
}
/* InactiveHead:*/
.InactiveHead {
padding: 8px;
}
.InactiveHeadInline {
padding: 8px;
}
/* InactiveDifferenceDelta:*/
.InactiveDifferenceDelta {
padding: 8px;
}
.InactiveDifferenceDeltaInline {
padding: 8px;
}
/* InactiveDifferenceDelta3:*/
.InactiveDifferenceDelta3 {
padding: 8px;
}
.InactiveDifferenceDelta3Inline {
padding: 8px;
}
/* InactiveDifferenceDelta4:*/
.InactiveDifferenceDelta4 {
padding: 8px;
}
.InactiveDifferenceDelta4Inline {
padding: 8px;
}
/* InactiveDiscreteRatio:*/
.InactiveDiscreteRatio {
padding: 8px;
}
.InactiveDiscreteRatioInline {
padding: 8px;
}
/* InactiveDiscreteRatio3:*/
.InactiveDiscreteRatio3 {
padding: 8px;
}
.InactiveDiscreteRatio3Inline {
padding: 8px;
}
/* InactiveDiscreteRatio4:*/
.InactiveDiscreteRatio4 {
padding: 8px;
}
.InactiveDiscreteRatio4Inline {
padding: 8px;
}
/* InactiveDiscreteShift:*/
.InactiveDiscreteShift {
padding: 8px;
}
.InactiveDiscreteShiftInline {
padding: 8px;
}
/* InactiveDiscreteShift3:*/
.InactiveDiscreteShift3 {
padding: 8px;
}
.InactiveDiscreteShift3Inline {
padding: 8px;
}
/* InactiveDiscreteShift4:*/
.InactiveDiscreteShift4 {
padding: 8px;
}
.InactiveDiscreteShift4Inline {
padding: 8px;
}
/* NotationTemplateTag:*/
.NotationTemplateTag {
background-color: #FFFFD9;
padding: 8px;
}
.NotationTemplateTagInline {
background-color: #FFFFD9;
padding: 8px;
}
/* NotationPatternTag:*/
.NotationPatternTag {
background-color: #FFE6FA;
padding: 8px;
}
.NotationPatternTagInline {
background-color: #FFE6FA;
padding: 8px;
}
/* NotationMadeBoxesTag:*/
.NotationMadeBoxesTag {
background-color: #E6E3FF;
padding: 8px;
}
.NotationMadeBoxesTagInline {
background-color: #E6E3FF;
padding: 8px;
}
/* QuantityUnit:*/
.QuantityUnit {
padding: 8px;
}
.QuantityUnitInline {
padding: 8px;
}
/* QuantityUnitLabel:*/
.QuantityUnitLabel {
font-family: Helvetica;
font-weight: normal;
color: #808080;
padding: 8px;
}
.QuantityUnitLabelInline {
font-family: Helvetica;
font-weight: normal;
color: #808080;
padding: 8px;
}
/* QuantityUnitTraditionalLabel:*/
.QuantityUnitTraditionalLabel {
font-weight: normal;
padding: 8px;
}
.QuantityUnitTraditionalLabelInline {
font-weight: normal;
padding: 8px;
}
/* Entity:*/
.Entity {
padding: 8px;
}
.EntityInline {
padding: 8px;
}
/* EntityClass:*/
.EntityClass {
padding: 8px;
}
.EntityClassInline {
padding: 8px;
}
/* EntityProperty:*/
.EntityProperty {
padding: 8px;
}
.EntityPropertyInline {
padding: 8px;
}
/* EntityPropertyClass:*/
.EntityPropertyClass {
padding: 8px;
}
.EntityPropertyClassInline {
padding: 8px;
}
/* EntityValue:*/
.EntityValue {
padding: 8px;
}
.EntityValueInline {
padding: 8px;
}
/* NotebookObject:*/
.NotebookObject {
padding: 8px;
}
.NotebookObjectInline {
padding: 8px;
}
/* NotebookObjectUnsaved:*/
.NotebookObjectUnsaved {
padding: 8px;
}
.NotebookObjectUnsavedInline {
padding: 8px;
}
/* NotebookObjectMissing:*/
.NotebookObjectMissing {
padding: 8px;
}
.NotebookObjectMissingInline {
padding: 8px;
}
/* CellObject:*/
.CellObject {
padding: 8px;
}
.CellObjectInline {
padding: 8px;
}
/* CellObjectMissing:*/
.CellObjectMissing {
padding: 8px;
}
.CellObjectMissingInline {
padding: 8px;
}
/* BoxObject:*/
.BoxObject {
padding: 8px;
}
.BoxObjectInline {
padding: 8px;
}
/* DateObject:*/
.DateObject {
padding: 8px;
}
.DateObjectInline {
padding: 8px;
}
/* TimeObject:*/
.TimeObject {
padding: 8px;
}
.TimeObjectInline {
padding: 8px;
}
/* TemplateBoxErrorDisplayStyle:*/
.TemplateBoxErrorDisplayStyle {
padding: 8px;
}
.TemplateBoxErrorDisplayStyleInline {
padding: 8px;
}
/* TemplateBoxErrorDisplayArgumentStyle:*/
.TemplateBoxErrorDisplayArgumentStyle {
padding: 8px;
}
.TemplateBoxErrorDisplayArgumentStyleInline {
padding: 8px;
}
/* DifferenceDelta2:*/
.DifferenceDelta2 {
padding: 8px;
}
.DifferenceDelta2Inline {
padding: 8px;
}
/* DiscreteRatio2:*/
.DiscreteRatio2 {
padding: 8px;
}
.DiscreteRatio2Inline {
padding: 8px;
}
/* DiscreteShift2:*/
.DiscreteShift2 {
padding: 8px;
}
.DiscreteShift2Inline {
padding: 8px;
}
/* Deploy:*/
.Deploy {
padding: 8px;
}
.DeployInline {
padding: 8px;
}
/* InsetString:*/
.InsetString {
padding: 8px;
}
.InsetStringInline {
padding: 8px;
}
/* CellExpression:*/
.CellExpression {
font-size: 12px;
font-family: Courier;
background-color: #FFFFFF;
margin-left: 6px;
padding: 8px;
}
.CellExpressionInline {
font-size: 12px;
font-family: Courier;
background-color: #FFFFFF;
margin-left: 6px;
padding: 8px;
}
/* InputForm:*/
.InputForm {
font-family: Courier;
padding: 8px;
}
.InputFormInline {
font-family: Courier;
padding: 8px;
}
/* OutputForm:*/
.OutputForm {
font-family: Courier;
text-align: left;
line-height: 0.683333;
padding: 8px;
}
.OutputFormInline {
font-family: Courier;
text-align: left;
line-height: 0.683333;
padding: 8px;
}
/* StandardForm:*/
.StandardForm {
font-family: Courier;
line-height: 1.25;
padding: 8px;
}
.StandardFormInline {
font-family: Courier;
line-height: 1.25;
padding: 8px;
}
/* TraditionalForm:*/
.TraditionalForm {
line-height: 1.25;
padding: 8px;
}
.TraditionalFormInline {
line-height: 1.25;
padding: 8px;
}
/* TextForm:*/
.TextForm {
padding: 8px;
}
.TextFormInline {
padding: 8px;
}
/* CodeLikeForm:*/
.CodeLikeForm {
padding: 8px;
}
.CodeLikeFormInline {
padding: 8px;
}
/* InlineCell:*/
.InlineCell {
text-align: left;
padding: 8px;
}
.InlineCellInline {
text-align: left;
padding: 8px;
}
/* InlineCellEditing:*/
.InlineCellEditing {
background-color: #F6EDD6;
padding: 8px;
}
.InlineCellEditingInline {
background-color: #F6EDD6;
padding: 8px;
}
/* Placeholder:*/
.Placeholder {
font-size: 9px;
font-family: Verdana;
font-style: italic;
font-weight: normal;
color: #7E7E7E;
background-color: #FFF8CB;
padding: 8px;
}
.PlaceholderInline {
font-size: 9px;
font-family: Verdana;
font-style: italic;
font-weight: normal;
color: #7E7E7E;
background-color: #FFF8CB;
padding: 8px;
}
/* SelectionPlaceholder:*/
.SelectionPlaceholder {
font-size: 9px;
font-family: Verdana;
font-style: italic;
font-weight: normal;
color: #3F3F3F;
background-color: #C5C09D;
padding: 8px;
}
.SelectionPlaceholderInline {
font-size: 9px;
font-family: Verdana;
font-style: italic;
font-weight: normal;
color: #3F3F3F;
background-color: #C5C09D;
padding: 8px;
}
/* PrimaryPlaceholder:*/
.PrimaryPlaceholder {
font-style: italic;
background-color: #E9E381;
padding: 8px;
}
.PrimaryPlaceholderInline {
font-style: italic;
background-color: #E9E381;
padding: 8px;
}
/* MathCaption:*/
.MathCaption {
color: #333333;
line-height: 1.08333;
border-left: 0px;
border-right: 0px;
border-top: 1px;
border-bottom: 0px;
border-style: solid;
border-color: #B3B3B3;
margin-left: 66px;
margin-right: 12px;
margin-top: 24px;
margin-bottom: 2px;
padding-left: 8px;
padding-right: 8px;
padding-top: 2px;
padding-bottom: 8px;
}
.MathCaptionInline {
color: #333333;
line-height: 1.08333;
border-left: 0px;
border-right: 0px;
border-top: 1px;
border-bottom: 0px;
border-style: solid;
border-color: #B3B3B3;
margin-left: 66px;
margin-right: 12px;
margin-top: 24px;
margin-bottom: 2px;
padding-left: 8px;
padding-right: 8px;
padding-top: 2px;
padding-bottom: 8px;
}
/* ObjectName:*/
.ObjectName {
font-size: 24px;
font-family: Verdana;
font-weight: bold;
margin-left: 24px;
margin-right: 22px;
margin-top: 16px;
margin-bottom: 6px;
padding: 8px;
}
.ObjectNameInline {
font-size: 24px;
font-family: Verdana;
font-weight: bold;
margin-left: 24px;
margin-right: 22px;
margin-top: 16px;
margin-bottom: 6px;
padding: 8px;
}
/* Usage:*/
.Usage {
font-size: 11px;
font-family: Verdana;
font-weight: normal;
background-color: #FFFDE5;
text-indent: 0px;
margin-left: 24px;
margin-right: 22px;
margin-top: 6px;
margin-bottom: 12px;
padding: 8px;
}
.UsageInline {
font-size: 11px;
font-family: Verdana;
font-weight: normal;
background-color: #FFFDE5;
text-indent: 0px;
margin-left: 24px;
margin-right: 22px;
margin-top: 6px;
margin-bottom: 12px;
padding: 8px;
}
/* Notes:*/
.Notes {
font-size: 11px;
font-family: Verdana;
font-weight: normal;
margin-left: 50px;
margin-right: 24px;
margin-top: 7px;
margin-bottom: 9px;
padding: 8px;
display: list-item;
list-style-type: square;
}
.NotesInline {
font-size: 11px;
font-family: Verdana;
font-weight: normal;
margin-left: 50px;
margin-right: 24px;
margin-top: 7px;
margin-bottom: 9px;
padding: 8px;
}
/* InlineOutput:*/
.InlineOutput {
font-weight: bold;
margin-left: 66px;
margin-right: 4px;
margin-top: 8px;
margin-bottom: 8px;
padding: 8px;
}
.InlineOutputInline {
font-weight: bold;
margin-left: 66px;
margin-right: 4px;
margin-top: 8px;
margin-bottom: 8px;
padding: 8px;
}
/* FunctionTemplate:*/
.FunctionTemplate {
padding: 8px;
}
.FunctionTemplateInline {
padding: 8px;
}
/* Picture:*/
.Picture {
margin-left: 27px;
margin-top: 4px;
margin-bottom: 4px;
padding: 8px;
}
.PictureInline {
margin-left: 27px;
margin-top: 4px;
margin-bottom: 4px;
padding: 8px;
}
/* OpenCloseItemizedPicture:*/
.OpenCloseItemizedPicture {
margin-left: 88px;
margin-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
padding: 8px;
}
.OpenCloseItemizedPictureInline {
margin-left: 88px;
margin-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
padding: 8px;
}
/* ItemizedPicture:*/
.ItemizedPicture {
margin-left: 88px;
margin-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
padding: 8px;
}
.ItemizedPictureInline {
margin-left: 88px;
margin-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
padding: 8px;
}
/* ListGraphic:*/
.ListGraphic {
margin-left: 88px;
margin-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
padding: 8px;
}
.ListGraphicInline {
margin-left: 88px;
margin-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
padding: 8px;
}
/* PictureGroup:*/
.PictureGroup {
margin-left: 41px;
margin-right: 4px;
margin-top: 4px;
margin-bottom: 0px;
padding: 8px;
}
.PictureGroupInline {
margin-left: 41px;
margin-right: 4px;
margin-top: 4px;
margin-bottom: 0px;
padding: 8px;
}
/* Sound:*/
.Sound {
margin-left: 27px;
margin-top: 8px;
margin-bottom: 0px;
padding: 8px;
}
.SoundInline {
margin-left: 27px;
margin-top: 8px;
margin-bottom: 0px;
padding: 8px;
}
/* CompatibilityDocked1:*/
.CompatibilityDocked1 {
font-size: 18px;
font-family: Helvetica;
font-weight: Plain;
color: #FFFFFF;
background-color: #3E7F32;
border: 0px;
border-style: solid;
border-color: #CCCCCC;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 10px;
padding-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
.CompatibilityDocked1Inline {
font-size: 18px;
font-family: Helvetica;
font-weight: Plain;
color: #FFFFFF;
background-color: #3E7F32;
border: 0px;
border-style: solid;
border-color: #CCCCCC;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 10px;
padding-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
/* CompatibilityDocked2:*/
.CompatibilityDocked2 {
font-size: 100%;
background-color: #F6F6F6;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 2px;
border-style: solid;
border-color: #3E7F32;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 5px;
}
.CompatibilityDocked2Inline {
font-size: 100%;
background-color: #F6F6F6;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 2px;
border-style: solid;
border-color: #3E7F32;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 5px;
}
/* CompatibilityTextTop:*/
.CompatibilityTextTop {
font-size: 10px;
font-family: Times;
color: #808080;
background-color: #EDEDED;
line-height: 1.3;
border-left: 0px;
border-right: 0px;
border-top: 2px;
border-bottom: 0px;
border-style: solid;
border-color: #3E7F32;
margin-left: 0px;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 0px;
padding-left: 66px;
padding-right: 1px;
padding-top: 6px;
padding-bottom: 8px;
}
.CompatibilityTextTopInline {
font-size: 10px;
font-family: Times;
color: #808080;
background-color: #EDEDED;
line-height: 1.3;
border-left: 0px;
border-right: 0px;
border-top: 2px;
border-bottom: 0px;
border-style: solid;
border-color: #3E7F32;
margin-left: 0px;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 0px;
padding-left: 66px;
padding-right: 1px;
padding-top: 6px;
padding-bottom: 8px;
}
/* CompatibilityText:*/
.CompatibilityText {
font-family: Times;
background-color: #EDEDED;
line-height: 1.25;
margin: 0px;
padding: 8px;
}
.CompatibilityTextInline {
font-family: Times;
background-color: #EDEDED;
line-height: 1.25;
margin: 0px;
padding: 8px;
}
/* CompatibilityInputTop:*/
.CompatibilityInputTop {
font-size: 10px;
font-family: Times;
color: #808080;
background-color: #F0FFCF;
border-left: 0px;
border-right: 0px;
border-top: 1px;
border-bottom: 0px;
border-style: solid;
border-color: #3E7F32;
margin: 0px;
padding-left: 66px;
padding-right: 1px;
padding-top: 6px;
padding-bottom: 10px;
}
.CompatibilityInputTopInline {
font-size: 10px;
font-family: Times;
color: #808080;
background-color: #F0FFCF;
border-left: 0px;
border-right: 0px;
border-top: 1px;
border-bottom: 0px;
border-style: solid;
border-color: #3E7F32;
margin: 0px;
padding-left: 66px;
padding-right: 1px;
padding-top: 6px;
padding-bottom: 10px;
}
/* CompatibilityInput:*/
.CompatibilityInput {
font-weight: bold;
background-color: #F0FFCF;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 1px;
border-style: solid;
border-color: #3E7F32;
margin: 0px;
padding-left: 66px;
padding-right: 1px;
padding-top: 0px;
padding-bottom: 10px;
}
.CompatibilityInputInline {
font-weight: bold;
background-color: #F0FFCF;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 1px;
border-style: solid;
border-color: #3E7F32;
margin: 0px;
padding-left: 66px;
padding-right: 1px;
padding-top: 0px;
padding-bottom: 10px;
}
/* CompatibilityControls:*/
.CompatibilityControls {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
background-color: #EDEDED;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 1px;
border-style: solid;
border-color: #000000;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 5px;
padding-left: 66px;
padding-right: 1px;
padding-top: 5px;
padding-bottom: 5px;
}
.CompatibilityControlsInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
background-color: #EDEDED;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 1px;
border-style: solid;
border-color: #000000;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 5px;
padding-left: 66px;
padding-right: 1px;
padding-top: 5px;
padding-bottom: 5px;
}
/* RefGuideLink:*/
.RefGuideLink {
color: #1A1A80;
padding: 8px;
}
.RefGuideLinkInline {
color: #1A1A80;
padding: 8px;
}
/* AddOnsLink:*/
.AddOnsLink {
font-family: Courier;
color: #454F99;
padding: 8px;
}
.AddOnsLinkInline {
font-family: Courier;
color: #454F99;
padding: 8px;
}
/* AddOnsLinkText:*/
.AddOnsLinkText {
font-family: Times;
color: #454F99;
padding: 8px;
}
.AddOnsLinkTextInline {
font-family: Times;
color: #454F99;
padding: 8px;
}
/* MainBookLink:*/
.MainBookLink {
color: #454F99;
padding: 8px;
}
.MainBookLinkInline {
color: #454F99;
padding: 8px;
}
/* MainBookLinkMR:*/
.MainBookLinkMR {
font-family: Courier;
color: #454F99;
padding: 8px;
}
.MainBookLinkMRInline {
font-family: Courier;
color: #454F99;
padding: 8px;
}
/* GettingStartedLink:*/
.GettingStartedLink {
color: #454F99;
padding: 8px;
}
.GettingStartedLinkInline {
color: #454F99;
padding: 8px;
}
/* DemosLink:*/
.DemosLink {
color: #454F99;
padding: 8px;
}
.DemosLinkInline {
color: #454F99;
padding: 8px;
}
/* TourLink:*/
.TourLink {
color: #454F99;
padding: 8px;
}
.TourLinkInline {
color: #454F99;
padding: 8px;
}
/* OtherInformationLink:*/
.OtherInformationLink {
color: #454F99;
padding: 8px;
}
.OtherInformationLinkInline {
color: #454F99;
padding: 8px;
}
/* OtherInformationLinkMR:*/
.OtherInformationLinkMR {
font-family: Courier;
color: #454F99;
padding: 8px;
}
.OtherInformationLinkMRInline {
font-family: Courier;
color: #454F99;
padding: 8px;
}
/* MasterIndexLink:*/
.MasterIndexLink {
color: #454F99;
padding: 8px;
}
.MasterIndexLinkInline {
color: #454F99;
padding: 8px;
}
/* NotebookLink:*/
.NotebookLink {
font-family: Times;
color: #454F99;
padding: 8px;
}
.NotebookLinkInline {
font-family: Times;
color: #454F99;
padding: 8px;
}
/* NotebookLinkMR:*/
.NotebookLinkMR {
font-family: Courier;
color: #454F99;
padding: 8px;
}
.NotebookLinkMRInline {
font-family: Courier;
color: #454F99;
padding: 8px;
}
/* PageLink:*/
.PageLink {
color: #454F99;
padding: 8px;
}
.PageLinkInline {
color: #454F99;
padding: 8px;
}
/* NotebookTemplateSlot:*/
.NotebookTemplateSlot {
color: #FFFFFF;
padding: 8px;
}
.NotebookTemplateSlotInline {
color: #FFFFFF;
padding: 8px;
}
/* NotebookTemplateExpression:*/
.NotebookTemplateExpression {
color: #46839C;
padding: 8px;
}
.NotebookTemplateExpressionInline {
color: #46839C;
padding: 8px;
}
/* NotebookTemplateSlotUI:*/
.NotebookTemplateSlotUI {
padding: 8px;
}
.NotebookTemplateSlotUIInline {
padding: 8px;
}
/* NotebookTemplateExpressionUI:*/
.NotebookTemplateExpressionUI {
padding: 8px;
}
.NotebookTemplateExpressionUIInline {
padding: 8px;
}
/* NotebookRepeatingBlock:*/
.NotebookRepeatingBlock {
padding: 8px;
}
.NotebookRepeatingBlockInline {
padding: 8px;
}
/* NotebookTemplateCellBehavior:*/
.NotebookTemplateCellBehavior {
padding: 8px;
}
.NotebookTemplateCellBehaviorInline {
padding: 8px;
}
/* NotebookTemplateDockedCell:*/
.NotebookTemplateDockedCell {
font-size: 11px;
font-family: Sans Serif;
color: #6B6B6B;
border-left: 0px;
border-right: 1px;
border-top: 0px;
border-bottom: 1px;
border-style: solid;
border-color: #B3B3B3;
margin-left: 0px;
margin-right: -1px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: -2px;
}
.NotebookTemplateDockedCellInline {
font-size: 11px;
font-family: Sans Serif;
color: #6B6B6B;
border-left: 0px;
border-right: 1px;
border-top: 0px;
border-bottom: 1px;
border-style: solid;
border-color: #B3B3B3;
margin-left: 0px;
margin-right: -1px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: -2px;
}
/* TemplateVariable:*/
.TemplateVariable {
color: #FFFFFF;
padding: 8px;
}
.TemplateVariableInline {
color: #FFFFFF;
padding: 8px;
}
/* EvaluationMarker:*/
.EvaluationMarker {
color: #46839C;
background-color: #EFFAFF;
padding: 8px;
}
.EvaluationMarkerInline {
color: #46839C;
background-color: #EFFAFF;
padding: 8px;
}
/* TemplateDockedCell:*/
.TemplateDockedCell {
font-size: 11px;
font-family: Sans Serif;
color: #6B6B6B;
border-left: 0px;
border-right: 1px;
border-top: 0px;
border-bottom: 1px;
border-style: solid;
border-color: #B3B3B3;
margin-left: 0px;
margin-right: -1px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: -2px;
}
.TemplateDockedCellInline {
font-size: 11px;
font-family: Sans Serif;
color: #6B6B6B;
border-left: 0px;
border-right: 1px;
border-top: 0px;
border-bottom: 1px;
border-style: solid;
border-color: #B3B3B3;
margin-left: 0px;
margin-right: -1px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: -2px;
}
/* EmbeddedHTML:*/
.EmbeddedHTML {
padding: 8px;
}
.EmbeddedHTMLInline {
padding: 8px;
}
/* EmbeddedHTMLLink:*/
.EmbeddedHTMLLink {
padding: 8px;
}
.EmbeddedHTMLLinkInline {
padding: 8px;
}
/* Citation:*/
.Citation {
text-indent: 0px;
padding: 8px;
}
.CitationInline {
text-indent: 0px;
padding: 8px;
}
/* CodeAssistCompletion:*/
.CodeAssistCompletion {
font-size: 12px;
font-family: Courier;
font-style: normal;
font-weight: bold;
color: #1A1A1A;
background-color: #FFFFFF;
text-align: left;
border: 1px;
border-style: solid;
border-color: #F5F5F5;
padding-left: 18px;
padding-right: 17px;
padding-top: 7px;
padding-bottom: 7px;
}
.CodeAssistCompletionInline {
font-size: 12px;
font-family: Courier;
font-style: normal;
font-weight: bold;
color: #1A1A1A;
background-color: #FFFFFF;
text-align: left;
border: 1px;
border-style: solid;
border-color: #F5F5F5;
padding-left: 18px;
padding-right: 17px;
padding-top: 7px;
padding-bottom: 7px;
}
/* CodeAssistTemplate:*/
.CodeAssistTemplate {
font-size: 12px;
font-family: Courier;
font-style: normal;
font-weight: bold;
color: #000000;
background-color: #FFFFFF;
text-align: left;
border: 1px;
border-style: solid;
border-color: #F5F5F5;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 9px;
}
.CodeAssistTemplateInline {
font-size: 12px;
font-family: Courier;
font-style: normal;
font-weight: bold;
color: #000000;
background-color: #FFFFFF;
text-align: left;
border: 1px;
border-style: solid;
border-color: #F5F5F5;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 9px;
}
/* CodeAssistSpecialCharacter:*/
.CodeAssistSpecialCharacter {
font-size: System`Convert`CSSDump`ToPoint[6 + Floor[Inherited]];
font-family: Courier;
font-style: normal;
font-weight: bold;
color: #1A1A1A;
background-color: #FFFFFF;
text-align: left;
border: 1px;
border-style: solid;
border-color: #F5F5F5;
padding-left: 18px;
padding-right: 17px;
padding-top: 7px;
padding-bottom: 7px;
}
.CodeAssistSpecialCharacterInline {
font-size: System`Convert`CSSDump`ToPoint[6 + Floor[Inherited]];
font-family: Courier;
font-style: normal;
font-weight: bold;
color: #1A1A1A;
background-color: #FFFFFF;
text-align: left;
border: 1px;
border-style: solid;
border-color: #F5F5F5;
padding-left: 18px;
padding-right: 17px;
padding-top: 7px;
padding-bottom: 7px;
}
/* CodeAssistCompletionHighlight:*/
.CodeAssistCompletionHighlight {
font-size: 12px;
font-family: Courier;
font-style: normal;
font-weight: bold;
text-decoration: underline;
color: #1A1A1A;
background-color: #FFFFFF;
text-align: left;
border: 1px;
border-style: solid;
border-color: #F5F5F5;
padding-left: 18px;
padding-right: 17px;
padding-top: 7px;
padding-bottom: 7px;
}
.CodeAssistCompletionHighlightInline {
font-size: 12px;
font-family: Courier;
font-style: normal;
font-weight: bold;
text-decoration: underline;
color: #1A1A1A;
background-color: #FFFFFF;
text-align: left;
border: 1px;
border-style: solid;
border-color: #F5F5F5;
padding-left: 18px;
padding-right: 17px;
padding-top: 7px;
padding-bottom: 7px;
}
/* CodeAssistVariableCompletion:*/
.CodeAssistVariableCompletion {
font-size: 12px;
font-family: Courier;
font-style: normal;
font-weight: bold;
color: #000066;
background-color: #FFFFFF;
text-align: left;
border: 1px;
border-style: solid;
border-color: #F5F5F5;
padding-left: 18px;
padding-right: 17px;
padding-top: 7px;
padding-bottom: 7px;
}
.CodeAssistVariableCompletionInline {
font-size: 12px;
font-family: Courier;
font-style: normal;
font-weight: bold;
color: #000066;
background-color: #FFFFFF;
text-align: left;
border: 1px;
border-style: solid;
border-color: #F5F5F5;
padding-left: 18px;
padding-right: 17px;
padding-top: 7px;
padding-bottom: 7px;
}
/* CodeAssistVariableCompletionHighlight:*/
.CodeAssistVariableCompletionHighlight {
font-size: 12px;
font-family: Courier;
font-style: normal;
font-weight: bold;
text-decoration: underline;
color: #000066;
background-color: #FFFFFF;
text-align: left;
border: 1px;
border-style: solid;
border-color: #F5F5F5;
padding-left: 18px;
padding-right: 17px;
padding-top: 7px;
padding-bottom: 7px;
}
.CodeAssistVariableCompletionHighlightInline {
font-size: 12px;
font-family: Courier;
font-style: normal;
font-weight: bold;
text-decoration: underline;
color: #000066;
background-color: #FFFFFF;
text-align: left;
border: 1px;
border-style: solid;
border-color: #F5F5F5;
padding-left: 18px;
padding-right: 17px;
padding-top: 7px;
padding-bottom: 7px;
}
/* CodeAssistSeparator:*/
.CodeAssistSeparator {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #668094;
background-color: #FFFFFF;
text-align: left;
padding: 8px;
}
.CodeAssistSeparatorInline {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #668094;
background-color: #FFFFFF;
text-align: left;
padding: 8px;
}
/* CodeAssistSeparatorHighlight:*/
.CodeAssistSeparatorHighlight {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #668094;
background-color: #FFFFFF;
text-align: left;
padding: 8px;
}
.CodeAssistSeparatorHighlightInline {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #668094;
background-color: #FFFFFF;
text-align: left;
padding: 8px;
}
/* CodeAssistUsage:*/
.CodeAssistUsage {
font-size: 11px;
font-family: Helvetica;
font-style: normal;
font-weight: normal;
color: #4C4C4C;
background-color: #FFFFFF;
text-align: left;
padding: 8px;
}
.CodeAssistUsageInline {
font-size: 11px;
font-family: Helvetica;
font-style: normal;
font-weight: normal;
color: #4C4C4C;
background-color: #FFFFFF;
text-align: left;
padding: 8px;
}
/* FunctionTemplateTooltip:*/
.FunctionTemplateTooltip {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #333333;
background-color: #FEFDD4;
text-align: left;
border: 1px;
border-style: solid;
border-color: #FFFFCA;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
.FunctionTemplateTooltipInline {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #333333;
background-color: #FEFDD4;
text-align: left;
border: 1px;
border-style: solid;
border-color: #FFFFCA;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
/* FunctionTemplateArgument:*/
.FunctionTemplateArgument {
font-size: 11px;
font-family: Times;
font-style: italic;
font-weight: normal;
padding: 8px;
}
.FunctionTemplateArgumentInline {
font-size: 11px;
font-family: Times;
font-style: italic;
font-weight: normal;
padding: 8px;
}
/* FunctionTemplateHighlight:*/
.FunctionTemplateHighlight {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
font-weight: bold;
padding: 8px;
}
.FunctionTemplateHighlightInline {
font-size: 11px;
font-family: .Helvetica Neue DeskInterface;
font-weight: bold;
padding: 8px;
}
/* CodeAssistString:*/
.CodeAssistString {
font-size: 12px;
font-family: Courier;
font-style: normal;
color: #666666;
background-color: #FFFFFF;
text-align: left;
border: 1px;
border-style: solid;
border-color: #F5F5F5;
padding-left: 9px;
padding-right: 9px;
padding-top: 7px;
padding-bottom: 7px;
}
.CodeAssistStringInline {
font-size: 12px;
font-family: Courier;
font-style: normal;
color: #666666;
background-color: #FFFFFF;
text-align: left;
border: 1px;
border-style: solid;
border-color: #F5F5F5;
padding-left: 9px;
padding-right: 9px;
padding-top: 7px;
padding-bottom: 7px;
}
/* CodeAssistCharCompletion:*/
.CodeAssistCharCompletion {
font-size: 12px;
font-family: Courier;
font-style: normal;
font-weight: bold;
background-color: #FFFFFF;
text-align: left;
border: 1px;
border-style: solid;
border-color: #F5F5F5;
padding-left: 18px;
padding-right: 11px;
padding-top: 7px;
padding-bottom: 7px;
}
.CodeAssistCharCompletionInline {
font-size: 12px;
font-family: Courier;
font-style: normal;
font-weight: bold;
background-color: #FFFFFF;
text-align: left;
border: 1px;
border-style: solid;
border-color: #F5F5F5;
padding-left: 18px;
padding-right: 11px;
padding-top: 7px;
padding-bottom: 7px;
}
/* CodeAssistInlineFormula:*/
.CodeAssistInlineFormula {
padding: 8px;
}
.CodeAssistInlineFormulaInline {
padding: 8px;
}
/* SuggestionsBar:*/
.SuggestionsBar {
font-size: 100%;
background-color: #FFFFFF;
padding: 8px;
}
.SuggestionsBarInline {
font-size: 100%;
background-color: #FFFFFF;
padding: 8px;
}
/* SuggestionsBarText:*/
.SuggestionsBarText {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #474747;
padding: 8px;
}
.SuggestionsBarTextInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #474747;
padding: 8px;
}
/* SuggestionsBarControl:*/
.SuggestionsBarControl {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #2D4A61;
padding: 8px;
}
.SuggestionsBarControlInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #2D4A61;
padding: 8px;
}
/* SuggestionsBarControlActive:*/
.SuggestionsBarControlActive {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #F45F11;
padding: 8px;
}
.SuggestionsBarControlActiveInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #F45F11;
padding: 8px;
}
/* SuggestionsBarMore:*/
.SuggestionsBarMore {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: italic;
font-weight: normal;
color: #2D4A61;
padding: 8px;
}
.SuggestionsBarMoreInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: italic;
font-weight: normal;
color: #2D4A61;
padding: 8px;
}
/* SuggestionsBarMoreActive:*/
.SuggestionsBarMoreActive {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: italic;
font-weight: normal;
color: #F45F11;
padding: 8px;
}
.SuggestionsBarMoreActiveInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: italic;
font-weight: normal;
color: #F45F11;
padding: 8px;
}
/* SuggestionsBarSemanticControl:*/
.SuggestionsBarSemanticControl {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: italic;
font-weight: normal;
color: #454C99;
padding: 8px;
}
.SuggestionsBarSemanticControlInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: italic;
font-weight: normal;
color: #454C99;
padding: 8px;
}
/* SuggestionsBarSemanticControlActive:*/
.SuggestionsBarSemanticControlActive {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: italic;
font-weight: normal;
color: #F45F11;
padding: 8px;
}
.SuggestionsBarSemanticControlActiveInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: italic;
font-weight: normal;
color: #F45F11;
padding: 8px;
}
/* SuggestionsBarCategory:*/
.SuggestionsBarCategory {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #808080;
padding: 8px;
}
.SuggestionsBarCategoryInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #808080;
padding: 8px;
}
/* SuggestionsBarMenuControl:*/
.SuggestionsBarMenuControl {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #2D4A61;
padding: 8px;
}
.SuggestionsBarMenuControlInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #2D4A61;
padding: 8px;
}
/* SuggestionsBarHiddenFunctionLabel:*/
.SuggestionsBarHiddenFunctionLabel {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #808080;
padding: 8px;
}
.SuggestionsBarHiddenFunctionLabelInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #808080;
padding: 8px;
}
/* RibbonText:*/
.RibbonText {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #4C4C4C;
padding: 8px;
}
.RibbonTextInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #4C4C4C;
padding: 8px;
}
/* RibbonBold:*/
.RibbonBold {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #4C4C4C;
padding: 8px;
}
.RibbonBoldInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #4C4C4C;
padding: 8px;
}
/* RibbonWhite:*/
.RibbonWhite {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #FFFFFF;
padding: 8px;
}
.RibbonWhiteInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #FFFFFF;
padding: 8px;
}
/* RibbonTitle:*/
.RibbonTitle {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #F45F11;
padding: 8px;
}
.RibbonTitleInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #F45F11;
padding: 8px;
}
/* RibbonTitleActive:*/
.RibbonTitleActive {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #FF0000;
padding: 8px;
}
.RibbonTitleActiveInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #FF0000;
padding: 8px;
}
/* RibbonCaption:*/
.RibbonCaption {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #4C4C4C;
padding: 8px;
}
.RibbonCaptionInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: normal;
color: #4C4C4C;
padding: 8px;
}
/* RibbonTabLabel:*/
.RibbonTabLabel {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #4C4C4C;
padding: 8px;
}
.RibbonTabLabelInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #4C4C4C;
padding: 8px;
}
/* RibbonTabLabelActive:*/
.RibbonTabLabelActive {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #F45F11;
padding: 8px;
}
.RibbonTabLabelActiveInline {
font-size: 10px;
font-family: .Helvetica Neue DeskInterface;
font-style: normal;
font-weight: bold;
color: #F45F11;
padding: 8px;
}
/* SummaryHead:*/
.SummaryHead {
padding: 8px;
}
.SummaryHeadInline {
padding: 8px;
}
/* SummaryItem:*/
.SummaryItem {
padding: 8px;
}
.SummaryItemInline {
padding: 8px;
}
/* SummaryItemAnnotation:*/
.SummaryItemAnnotation {
color: #808080;
padding: 8px;
}
.SummaryItemAnnotationInline {
color: #808080;
padding: 8px;
}
/* NonInterpretableSummary:*/
.NonInterpretableSummary {
color: #6C6C6C;
padding: 8px;
}
.NonInterpretableSummaryInline {
color: #6C6C6C;
padding: 8px;
}
@media screen{
}
@media print{
/* Title:Printout*/
.Title {
margin-left: 10pt;
margin-top: 30pt;
margin-bottom: 10pt;
padding: 8pt;
}
.TitleInline {
margin-left: 10pt;
margin-top: 30pt;
margin-bottom: 10pt;
padding: 8pt;
}
/* Subtitle:Printout*/
.Subtitle {
margin-left: 10pt;
margin-top: 2pt;
margin-bottom: 20pt;
padding: 8pt;
}
.SubtitleInline {
margin-left: 10pt;
margin-top: 2pt;
margin-bottom: 20pt;
padding: 8pt;
}
/* Subsubtitle:Printout*/
.Subsubtitle {
margin-left: 10pt;
margin-top: 2pt;
margin-bottom: 8pt;
padding: 8pt;
}
.SubsubtitleInline {
margin-left: 10pt;
margin-top: 2pt;
margin-bottom: 8pt;
padding: 8pt;
}
/* Chapter:Printout*/
.Chapter {
margin-left: 10pt;
margin-top: 15pt;
margin-bottom: 10pt;
padding: 8pt;
}
.ChapterInline {
margin-left: 10pt;
margin-top: 15pt;
margin-bottom: 10pt;
padding: 8pt;
}
/* Subchapter:Printout*/
.Subchapter {
margin-left: 10pt;
margin-top: 20pt;
margin-bottom: 8pt;
padding: 8pt;
}
.SubchapterInline {
margin-left: 10pt;
margin-top: 20pt;
margin-bottom: 8pt;
padding: 8pt;
}
/* Section:Printout*/
.Section {
margin-left: 10pt;
margin-top: 18pt;
margin-bottom: 8pt;
padding: 8pt;
}
.SectionInline {
margin-left: 10pt;
margin-top: 18pt;
margin-bottom: 8pt;
padding: 8pt;
}
/* Subsection:Printout*/
.Subsection {
margin-left: 30pt;
margin-top: 16pt;
margin-bottom: 8pt;
padding: 8pt;
}
.SubsectionInline {
margin-left: 30pt;
margin-top: 16pt;
margin-bottom: 8pt;
padding: 8pt;
}
/* Subsubsection:Printout*/
.Subsubsection {
margin-left: 49pt;
margin-top: 16pt;
margin-bottom: 6pt;
padding: 8pt;
}
.SubsubsectionInline {
margin-left: 49pt;
margin-top: 16pt;
margin-bottom: 6pt;
padding: 8pt;
}
/* Subsubsubsection:Printout*/
.Subsubsubsection {
margin-left: 49pt;
margin-top: 14pt;
margin-bottom: 6pt;
padding: 8pt;
}
.SubsubsubsectionInline {
margin-left: 49pt;
margin-top: 14pt;
margin-bottom: 6pt;
padding: 8pt;
}
/* Subsubsubsubsection:Printout*/
.Subsubsubsubsection {
margin-left: 49pt;
margin-top: 14pt;
margin-bottom: 6pt;
padding: 8pt;
}
.SubsubsubsubsectionInline {
margin-left: 49pt;
margin-top: 14pt;
margin-bottom: 6pt;
padding: 8pt;
}
/* Text:Printout*/
.Text {
margin-left: 49pt;
padding: 8pt;
}
.TextInline {
margin-left: 49pt;
padding: 8pt;
}
/* SmallText:Printout*/
.SmallText {
margin-left: 33pt;
padding: 8pt;
}
.SmallTextInline {
margin-left: 33pt;
padding: 8pt;
}
/* Item:Printout*/
.Item {
margin-left: 65pt;
padding: 8pt;
display: list-item;
list-style-type: square;
}
.ItemInline {
margin-left: 65pt;
padding: 8pt;
}
/* ItemParagraph:Printout*/
.ItemParagraph {
margin-left: 65pt;
padding: 8pt;
}
.ItemParagraphInline {
margin-left: 65pt;
padding: 8pt;
}
/* Subitem:Printout*/
.Subitem {
margin-left: 92pt;
padding: 8pt;
display: list-item;
list-style-type: square;
}
.SubitemInline {
margin-left: 92pt;
padding: 8pt;
}
/* SubitemParagraph:Printout*/
.SubitemParagraph {
margin-left: 92pt;
padding: 8pt;
}
.SubitemParagraphInline {
margin-left: 92pt;
padding: 8pt;
}
/* Subsubitem:Printout*/
.Subsubitem {
margin-left: 119pt;
padding: 8pt;
display: list-item;
list-style-type: square;
}
.SubsubitemInline {
margin-left: 119pt;
padding: 8pt;
}
/* SubsubitemParagraph:Printout*/
.SubsubitemParagraph {
margin-left: 119pt;
padding: 8pt;
}
.SubsubitemParagraphInline {
margin-left: 119pt;
padding: 8pt;
}
/* ItemNumbered:Printout*/
.ItemNumbered {
margin-left: 65pt;
padding: 8pt;
}
.ItemNumberedInline {
margin-left: 65pt;
padding: 8pt;
}
/* SubitemNumbered:Printout*/
.SubitemNumbered {
margin-left: 92pt;
padding: 8pt;
}
.SubitemNumberedInline {
margin-left: 92pt;
padding: 8pt;
}
/* SubsubitemNumbered:Printout*/
.SubsubitemNumbered {
margin-left: 119pt;
padding: 8pt;
}
.SubsubitemNumberedInline {
margin-left: 119pt;
padding: 8pt;
}
/* SideCaptionArray:Printout*/
.SideCaptionArray {
margin-left: 49pt;
padding: 8pt;
}
.SideCaptionArrayInline {
margin-left: 49pt;
padding: 8pt;
}
/* SideCaption:Printout*/
.SideCaption {
margin-left: 33pt;
padding: 8pt;
}
.SideCaptionInline {
margin-left: 33pt;
padding: 8pt;
}
/* Input:Printout*/
.Input {
margin-left: 49pt;
padding: 8pt;
}
.InputInline {
margin-left: 49pt;
padding: 8pt;
}
/* InputOnly:Printout*/
.InputOnly {
margin-left: 49pt;
padding: 8pt;
}
.InputOnlyInline {
margin-left: 49pt;
padding: 8pt;
}
/* Code:Printout*/
.Code {
margin-left: 49pt;
padding: 8pt;
}
.CodeInline {
margin-left: 49pt;
padding: 8pt;
}
/* Output:Printout*/
.Output {
margin-left: 49pt;
margin-top: 3pt;
margin-bottom: 9pt;
padding: 8pt;
}
.OutputInline {
margin-left: 49pt;
margin-top: 3pt;
margin-bottom: 9pt;
padding: 8pt;
}
/* Message:Printout*/
.Message {
color: #000000;
margin-left: 49pt;
padding: 8pt;
}
.MessageInline {
color: #000000;
margin-left: 49pt;
padding: 8pt;
}
/* Print:Printout*/
.Print {
margin-left: 49pt;
padding: 8pt;
}
.PrintInline {
margin-left: 49pt;
padding: 8pt;
}
/* InlineFormula:Printout*/
.InlineFormula {
padding: 8pt;
}
.InlineFormulaInline {
padding: 8pt;
}
/* DisplayFormula:Printout*/
.DisplayFormula {
margin-left: 49pt;
padding: 8pt;
}
.DisplayFormulaInline {
margin-left: 49pt;
padding: 8pt;
}
/* DisplayFormulaNumbered:Printout*/
.DisplayFormulaNumbered {
margin-left: 49pt;
padding: 8pt;
}
.DisplayFormulaNumberedInline {
margin-left: 49pt;
padding: 8pt;
}
/* Program:Printout*/
.Program {
margin-left: 49pt;
padding: 8pt;
}
.ProgramInline {
margin-left: 49pt;
padding: 8pt;
}
/* Reference:Printout*/
.Reference {
line-height: 1.16667;
margin-left: 49pt;
padding: 8pt;
}
.ReferenceInline {
line-height: 1.16667;
margin-left: 49pt;
padding: 8pt;
}
/* Header:Printout*/
.Header {
font-size: 100%;
padding: 8pt;
}
.HeaderInline {
font-size: 100%;
padding: 8pt;
}
/* HeaderSection:Printout*/
.HeaderSection {
font-size: 100%;
padding: 8pt;
}
.HeaderSectionInline {
font-size: 100%;
padding: 8pt;
}
/* HeaderSubsection:Printout*/
.HeaderSubsection {
font-size: 100%;
padding: 8pt;
}
.HeaderSubsectionInline {
font-size: 100%;
padding: 8pt;
}
/* HeaderTitle:Printout*/
.HeaderTitle {
font-size: 100%;
padding: 8pt;
}
.HeaderTitleInline {
font-size: 100%;
padding: 8pt;
}
/* Footer:Printout*/
.Footer {
font-size: 100%;
padding: 8pt;
}
.FooterInline {
font-size: 100%;
padding: 8pt;
}
/* FooterSection:Printout*/
.FooterSection {
font-size: 100%;
padding: 8pt;
}
.FooterSectionInline {
font-size: 100%;
padding: 8pt;
}
/* FooterSubsection:Printout*/
.FooterSubsection {
font-size: 100%;
padding: 8pt;
}
.FooterSubsectionInline {
font-size: 100%;
padding: 8pt;
}
/* FooterTitle:Printout*/
.FooterTitle {
font-size: 100%;
padding: 8pt;
}
.FooterTitleInline {
font-size: 100%;
padding: 8pt;
}
/* PageNumber:Printout*/
.PageNumber {
font-size: 100%;
padding: 8pt;
}
.PageNumberInline {
font-size: 100%;
padding: 8pt;
}
/* PrintTemporary:Printout*/
.PrintTemporary {
font-size: 11pt;
margin-left: 39pt;
padding: 8pt;
}
.PrintTemporaryInline {
font-size: 11pt;
margin-left: 39pt;
padding: 8pt;
}
/* CellLabel:Printout*/
.CellLabel {
font-size: 8pt;
color: #808080;
margin-top: 0pt;
margin-bottom: 0pt;
}
/* FrameLabel:Printout*/
.FrameLabel {
font-family: Courier;
font-style: italic;
color: #000000;
padding: 8pt;
}
.FrameLabelInline {
font-family: Courier;
font-style: italic;
color: #000000;
padding: 8pt;
}
/* PrintUsage:Printout*/
.PrintUsage {
padding: 8pt;
}
.PrintUsageInline {
padding: 8pt;
}
/* InformationLink:Printout*/
.InformationLink {
color: #000000;
padding: 8pt;
}
.InformationLinkInline {
color: #000000;
padding: 8pt;
}
/* InformationLinkLF:Printout*/
.InformationLinkLF {
color: #000000;
padding: 8pt;
}
.InformationLinkLFInline {
color: #000000;
padding: 8pt;
}
/* Inert:Printout*/
.Inert {
background-color: #FFFFFF;
padding: 8pt;
}
.InertInline {
background-color: #FFFFFF;
padding: 8pt;
}
/* HideContentsInPrint:Printout*/
.HideContentsInPrint {
padding: 8pt;
}
.HideContentsInPrintInline {
padding: 8pt;
}
/* Link:Printout*/
.Link {
color: #000000;
padding: 8pt;
}
.LinkInline {
color: #000000;
padding: 8pt;
}
/* SlideShowNavigationBar:Printout*/
.SlideShowNavigationBar {
background-color: #FFFFFF;
line-height: 1.25;
border: 0pt;
border-style: solid;
border-color: #000000;
margin-left: 18pt;
margin-right: 4pt;
margin-top: 4pt;
margin-bottom: 4pt;
padding: 8pt;
}
.SlideShowNavigationBarInline {
background-color: #FFFFFF;
line-height: 1.25;
border: 0pt;
border-style: solid;
border-color: #000000;
margin-left: 18pt;
margin-right: 4pt;
margin-top: 4pt;
margin-bottom: 4pt;
padding: 8pt;
}
/* SlideShowSection:Printout*/
.SlideShowSection {
margin-left: 18pt;
margin-right: 30pt;
margin-top: 30pt;
margin-bottom: 0pt;
padding: 8pt;
}
.SlideShowSectionInline {
margin-left: 18pt;
margin-right: 30pt;
margin-top: 30pt;
margin-bottom: 0pt;
padding: 8pt;
}
/* SlideHyperlink:Printout*/
.SlideHyperlink {
text-decoration: none;
color: #000000;
padding: 8pt;
}
.SlideHyperlinkInline {
text-decoration: none;
color: #000000;
padding: 8pt;
}
/* PreviousNext:Printout*/
.PreviousNext {
margin-left: 2pt;
margin-right: 2pt;
margin-top: 6pt;
margin-bottom: 6pt;
padding: 8pt;
}
.PreviousNextInline {
margin-left: 2pt;
margin-right: 2pt;
margin-top: 6pt;
margin-bottom: 6pt;
padding: 8pt;
}
/* SlideTOCLink:Printout*/
.SlideTOCLink {
text-decoration: none;
color: #000000;
padding: 8pt;
}
.SlideTOCLinkInline {
text-decoration: none;
color: #000000;
padding: 8pt;
}
/* SlideTOC:Printout*/
.SlideTOC {
color: #000000;
padding: 8pt;
}
.SlideTOCInline {
color: #000000;
padding: 8pt;
}
/* FirstSlide:Printout*/
.FirstSlide {
font-size: 10%;
background-color: #FFFFFF;
line-height: 0.2;
border: 0pt;
border-style: solid;
border-color: #000000;
padding: 8pt;
}
.FirstSlideInline {
font-size: 10%;
background-color: #FFFFFF;
line-height: 0.2;
border: 0pt;
border-style: solid;
border-color: #000000;
padding: 8pt;
}
/* PageBreak:Printout*/
.PageBreak {
background-color: #FFFFFF;
border: 0pt;
border-style: solid;
border-color: #000000;
padding: 8pt;
}
.PageBreakInline {
background-color: #FFFFFF;
border: 0pt;
border-style: solid;
border-color: #000000;
padding: 8pt;
}
/* UnmatchedBracket:Printout*/
.UnmatchedBracket {
color: #000000;
padding: 8pt;
}
.UnmatchedBracketInline {
color: #000000;
padding: 8pt;
}
/* Graphics:Printout*/
.Graphics {
font-size: 9pt;
padding: 8pt;
}
.GraphicsInline {
font-size: 9pt;
padding: 8pt;
}
/* GraphicsAxes:Printout*/
.GraphicsAxes {
padding: 8pt;
}
.GraphicsAxesInline {
padding: 8pt;
}
/* GraphicsTicks:Printout*/
.GraphicsTicks {
padding: 8pt;
}
.GraphicsTicksInline {
padding: 8pt;
}
/* GraphicsFrame:Printout*/
.GraphicsFrame {
padding: 8pt;
}
.GraphicsFrameInline {
padding: 8pt;
}
/* GraphicsFrameTicks:Printout*/
.GraphicsFrameTicks {
padding: 8pt;
}
.GraphicsFrameTicksInline {
padding: 8pt;
}
/* GraphicsLabel:Printout*/
.GraphicsLabel {
color: #000000;
padding: 8pt;
}
.GraphicsLabelInline {
color: #000000;
padding: 8pt;
}
/* Graphics3D:Printout*/
.Graphics3D {
font-size: 9pt;
padding: 8pt;
}
.Graphics3DInline {
font-size: 9pt;
padding: 8pt;
}
/* Graphics3DAxes:Printout*/
.Graphics3DAxes {
padding: 8pt;
}
.Graphics3DAxesInline {
padding: 8pt;
}
/* Graphics3DTicks:Printout*/
.Graphics3DTicks {
padding: 8pt;
}
.Graphics3DTicksInline {
padding: 8pt;
}
/* Graphics3DLabel:Printout*/
.Graphics3DLabel {
color: #000000;
padding: 8pt;
}
.Graphics3DLabelInline {
color: #000000;
padding: 8pt;
}
/* Placeholder:Printout*/
.Placeholder {
font-size: 8pt;
padding: 8pt;
}
.PlaceholderInline {
font-size: 8pt;
padding: 8pt;
}
/* SelectionPlaceholder:Printout*/
.SelectionPlaceholder {
font-size: 8pt;
padding: 8pt;
}
.SelectionPlaceholderInline {
font-size: 8pt;
padding: 8pt;
}
/* MathCaption:Printout*/
.MathCaption {
color: #000000;
margin-left: 39pt;
margin-right: 0pt;
margin-top: 14pt;
margin-bottom: 0pt;
padding: 8pt;
}
.MathCaptionInline {
color: #000000;
margin-left: 39pt;
margin-right: 0pt;
margin-top: 14pt;
margin-bottom: 0pt;
padding: 8pt;
}
/* ObjectName:Printout*/
.ObjectName {
font-size: 21pt;
margin-left: 0pt;
margin-right: 0pt;
margin-top: 14pt;
margin-bottom: 5pt;
padding: 8pt;
}
.ObjectNameInline {
font-size: 21pt;
margin-left: 0pt;
margin-right: 0pt;
margin-top: 14pt;
margin-bottom: 5pt;
padding: 8pt;
}
/* Usage:Printout*/
.Usage {
font-size: 10pt;
font-weight: normal;
background-color: #F2F2F2;
line-height: 1.2;
margin-left: 0pt;
margin-right: 0pt;
margin-top: 6pt;
margin-bottom: 12pt;
padding: 8pt;
}
.UsageInline {
font-size: 10pt;
font-weight: normal;
background-color: #F2F2F2;
line-height: 1.2;
margin-left: 0pt;
margin-right: 0pt;
margin-top: 6pt;
margin-bottom: 12pt;
padding: 8pt;
}
/* Notes:Printout*/
.Notes {
font-size: 9pt;
margin-left: 24pt;
margin-right: 0pt;
margin-top: 6pt;
margin-bottom: 7pt;
padding: 8pt;
}
.NotesInline {
font-size: 9pt;
margin-left: 24pt;
margin-right: 0pt;
margin-top: 6pt;
margin-bottom: 7pt;
padding: 8pt;
}
/* InlineOutput:Printout*/
.InlineOutput {
margin-left: 39pt;
margin-right: 0pt;
margin-top: 6pt;
margin-bottom: 6pt;
padding: 8pt;
}
.InlineOutputInline {
margin-left: 39pt;
margin-right: 0pt;
margin-top: 6pt;
margin-bottom: 6pt;
padding: 8pt;
}
/* Picture:Printout*/
.Picture {
font-size: 65%;
margin-left: 2pt;
margin-top: 4pt;
margin-bottom: 4pt;
padding: 8pt;
}
.PictureInline {
font-size: 65%;
margin-left: 2pt;
margin-top: 4pt;
margin-bottom: 4pt;
padding: 8pt;
}
/* OpenCloseItemizedPicture:Printout*/
.OpenCloseItemizedPicture {
margin-left: 76pt;
margin-right: 2pt;
margin-top: 0pt;
margin-bottom: 0pt;
padding: 8pt;
}
.OpenCloseItemizedPictureInline {
margin-left: 76pt;
margin-right: 2pt;
margin-top: 0pt;
margin-bottom: 0pt;
padding: 8pt;
}
/* ItemizedPicture:Printout*/
.ItemizedPicture {
font-size: 50%;
margin-left: 77pt;
margin-right: 2pt;
margin-top: -4pt;
margin-bottom: 4pt;
padding: 8pt;
}
.ItemizedPictureInline {
font-size: 50%;
margin-left: 77pt;
margin-right: 2pt;
margin-top: -4pt;
margin-bottom: 4pt;
padding: 8pt;
}
/* ListGraphic:Printout*/
.ListGraphic {
font-size: 50%;
margin-left: 77pt;
margin-right: 2pt;
margin-top: -4pt;
margin-bottom: 4pt;
padding: 8pt;
}
.ListGraphicInline {
font-size: 50%;
margin-left: 77pt;
margin-right: 2pt;
margin-top: -4pt;
margin-bottom: 4pt;
padding: 8pt;
}
/* PictureGroup:Printout*/
.PictureGroup {
margin-left: 76pt;
margin-right: 2pt;
margin-top: 0pt;
margin-bottom: 0pt;
padding: 8pt;
}
.PictureGroupInline {
margin-left: 76pt;
margin-right: 2pt;
margin-top: 0pt;
margin-bottom: 0pt;
padding: 8pt;
}
/* Sound:Printout*/
.Sound {
margin-left: 2pt;
margin-right: 0pt;
margin-top: 8pt;
margin-bottom: 0pt;
padding: 8pt;
}
.SoundInline {
margin-left: 2pt;
margin-right: 0pt;
margin-top: 8pt;
margin-bottom: 0pt;
padding: 8pt;
}
/* AddOnsLink:Printout*/
.AddOnsLink {
text-decoration: none;
color: #000000;
padding: 8pt;
}
.AddOnsLinkInline {
text-decoration: none;
color: #000000;
padding: 8pt;
}
/* AddOnsLinkText:Printout*/
.AddOnsLinkText {
text-decoration: none;
color: #000000;
padding: 8pt;
}
.AddOnsLinkTextInline {
text-decoration: none;
color: #000000;
padding: 8pt;
}
/* MainBookLink:Printout*/
.MainBookLink {
color: #000000;
padding: 8pt;
}
.MainBookLinkInline {
color: #000000;
padding: 8pt;
}
/* MainBookLinkMR:Printout*/
.MainBookLinkMR {
color: #000000;
padding: 8pt;
}
.MainBookLinkMRInline {
color: #000000;
padding: 8pt;
}
/* GettingStartedLink:Printout*/
.GettingStartedLink {
color: #000000;
padding: 8pt;
}
.GettingStartedLinkInline {
color: #000000;
padding: 8pt;
}
/* DemosLink:Printout*/
.DemosLink {
color: #000000;
padding: 8pt;
}
.DemosLinkInline {
color: #000000;
padding: 8pt;
}
/* TourLink:Printout*/
.TourLink {
color: #000000;
padding: 8pt;
}
.TourLinkInline {
color: #000000;
padding: 8pt;
}
/* OtherInformationLink:Printout*/
.OtherInformationLink {
color: #000000;
padding: 8pt;
}
.OtherInformationLinkInline {
color: #000000;
padding: 8pt;
}
/* OtherInformationLinkMR:Printout*/
.OtherInformationLinkMR {
color: #000000;
padding: 8pt;
}
.OtherInformationLinkMRInline {
color: #000000;
padding: 8pt;
}
/* MasterIndexLink:Printout*/
.MasterIndexLink {
color: #000000;
padding: 8pt;
}
.MasterIndexLinkInline {
color: #000000;
padding: 8pt;
}
/* NotebookLink:Printout*/
.NotebookLink {
font-size: 11pt;
color: #000000;
padding: 8pt;
}
.NotebookLinkInline {
font-size: 11pt;
color: #000000;
padding: 8pt;
}
/* NotebookLinkMR:Printout*/
.NotebookLinkMR {
font-size: 11pt;
color: #000000;
padding: 8pt;
}
.NotebookLinkMRInline {
font-size: 11pt;
color: #000000;
padding: 8pt;
}
/* PageLink:Printout*/
.PageLink {
color: #000000;
padding: 8pt;
}
.PageLinkInline {
color: #000000;
padding: 8pt;
}
}
.script {font-family: Mathematica5, cursive}
.gothic {font-family: Mathematica6, Century Gothic}
.doublestruck {font-family: Mathematica7} |
app/templates/login.html | siye1982/kafkey | <!DOCTYPE HTML>
<html>
<head>
<title></title>
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}" type="image/x-icon">
<link href="/static/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/static/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="/static/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css">
<link href="/static/css/templatemo_style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="/static/js/jquery-easyui/themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="/static/js/jquery-easyui/themes/icon.css">
<link rel="stylesheet" type="text/css" href="/static/js/jquery-easyui/themes/color.css">
<link href="/static/css/common.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/static/js/jquery-easyui/jquery.min.js"></script>
</head>
<body class="templatemo-bg-gray">
<div class="container">
<div class="col-md-12">
<h1 class="margin-bottom-15">Kafkey</h1>
<form id="fm" class="form-horizontal templatemo-container templatemo-login-form-1 margin-bottom-30" role="form"
action="#" method="post">
<div class="form-group">
<div class="col-xs-12">
<div class="control-wrapper">
<label for="userAccount" class="control-label fa-label"><i
class="fa fa-user fa-medium icon-man"></i></label>
<input type="text" name="user_account" class="form-control" id="userAccount"
placeholder="Username">
</div>
</div>
</div>
<div class="form-group">
<div class="col-md-12">
<div class="control-wrapper">
<label for="userPwd" class="control-label fa-label"><i
class="fa fa-lock fa-medium icon-lock"></i></label>
<input type="password" name="user_pwd" class="form-control" id="userPwd" placeholder="Password">
</div>
</div>
</div>
<div class="form-group">
<div class="col-md-12">
<div class="control-wrapper">
<input type="button" onclick="login();" value="登陆" class="btn btn-info">
<!--<a href="forgot-password.html" class="text-right pull-right">Forgot password?</a>-->
</div>
</div>
</div>
</form>
</div>
</div>
<script type="text/javascript" charset="utf-8">
$(function () {
$(document).keyup(function (event) {
if (event.keyCode == 13 && $('#userPwd').val().trim()!='' && $('#userAccount').val().trim()!='' ) {
login();
}
});
});
function login() {
$('#fm').form('submit', {
url: "/login",
onSubmit: function () {
return $(this).form('validate');
},
success: function (result) {
if (result == "SUCCESS") {
window.location.href = "/";
} else {
common.showCenter('错误', result);
}
}
});
}
</script>
<script type="text/javascript" src="/static/js/jquery-easyui/jquery.easyui.min.js"></script>
<script type="text/javascript" src="/static/js/jquery-easyui/easyloader.js"></script>
<script type="text/javascript" src="/static/js/common.js?1.1"></script>
<script type="text/javascript" src="/static/js/jquery-easyui/extension/datagrid-filter.js"></script>
<script type="text/javascript" src="/static/js/jquery-easyui/extension/datagrid-detailview.js"></script>
<script type="text/javascript" src="/static/js/jquery-easyui/locale/easyui-lang-zh_CN.js"></script>
</body>
</html>
|
wagtailplus/wagtailevents/templates/wagtailevents/events/add.html | MechanisM/wagtailplus | {% extends 'wagtailadmin/base.html' %}
{% load i18n %}
{% block titletag %}{% trans 'Add an Event' %}{% endblock %}
{% block bodyclass %}menu-events page-editor{% endblock %}
{% block extra_css %}
{% include 'wagtailadmin/pages/_editor_css.html' %}
{% endblock %}
{% block extra_js %}
{% include 'wagtailadmin/pages/_editor_js.html' %}
{% endblock %}
{% block content %}
{% trans 'Add an Event' as add_str %}
{% include 'wagtailadmin/shared/header.html' with title=add_str icon='date' %}
<form action="{% url 'wagtailevents_add_event' %}" method="POST" enctype="multipart/form-data">
{% csrf_token %}
{{ edit_handler.render_form_content }}
<footer>
<ul>
<li class="actions">
<div class="dropdown dropup dropdown-button match-width">
<input type="submit" value="{% trans 'Save' %}" class="button"/>
<div class="dropdown-toggle icon icon-arrow-up"></div>
</div>
</li>
</ul>
</footer>
</form>
{% endblock %} |
html/flak/footer.html | koue/rssroll | <p>%%PREV%% %%NEXT%%</p>
</div>
<div class="sidebar">
<div>
<a name="tags"><h3>Tags</h3></a>
%%TAGS%%
</div>
</div>
</div>
</body></html>
|
core/server/Samples/CIDE/Help/standard.net.sip.osip_nist_execute.html | Devronium/ConceptApplicationServer | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>standard.net.sip.osip_nist_execute</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%" bgcolor="#F0F0FF">
<tr>
<td>Concept Framework 2.2 documentation</td>
<td align="right"><a href="index.html">Contents</a> | <a href="index_fun.html">Index</a></td>
</tr>
</table>
<h2><a href="standard.net.sip.html">standard.net.sip</a>.osip_nist_execute</h2>
<table border="0" cellspacing="0" cellpadding="0" width="500" style="border-style:solid;border-width:1px;border-color:#D0D0D0;">
<tr bgcolor="#f0f0f0">
<td><i>Name</i></td>
<td><i>Version</i></td>
<td><i>Deprecated</i></td>
</tr>
<tr bgcolor="#fafafa">
<td><b>osip_nist_execute</b></td>
<td>version 2</td>
<td>no</td>
</tr>
</table>
<br />
<b>Prototype:</b><br />
<table bgcolor="#F0F0F0" width="100%" style="border-style:solid;border-width:1px;border-color:#D0D0D0;"><tr><td><b>number osip_nist_execute(handler oParam1);</b></td></tr></table>
<br />
<b>Parameters:</b><br />
<table bgcolor="#FFFFFF" style="border-style:solid;border-width:1px;border-color:#D0D0D0;">
<tr>
<td>
<i>oParam1</i>
</td>
<td>
handler
</td>
</tr>
</table>
<br />
<b>Description:</b><br />
<table width="100%" bgcolor="#FAFAFF" style="border-style:solid;border-width:1px;border-color:#D0D0D0;">
<tr><td>
TODO: Document this
</td></tr>
</table>
<br />
<b>Returns:</b><br />
Return number
<br />
<br />
<!--
<p>
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-html40"
alt="Valid HTML 4.0 Transitional" height="31" width="88" border="0"></a>
<a href="http://jigsaw.w3.org/css-validator/">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" border="0"/>
</a>
</p>
-->
<table bgcolor="#F0F0F0" width="100%"><tr><td>Documented by Devronium Autodocumenter Alpha, generation time: Sun Jan 27 18:15:36 2013
GMT</td><td align="right">(c)2013 <a href="http://www.devronium.com">Devronium Applications</a></td></tr></table>
</body>
</html> |
usr/share/documentation/html/functions_func_u.html | kkuhrman/AblePolecat | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>Able Polecat: Data Fields - Functions</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);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Able Polecat
 <span id="projectnumber">0.7.0</span>
</div>
<div id="projectbrief">Able Polecat Core Class Library</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions_func.html#index__"><span>_</span></a></li>
<li><a href="functions_func_a.html#index_a"><span>a</span></a></li>
<li><a href="functions_func_b.html#index_b"><span>b</span></a></li>
<li><a href="functions_func_c.html#index_c"><span>c</span></a></li>
<li><a href="functions_func_d.html#index_d"><span>d</span></a></li>
<li><a href="functions_func_e.html#index_e"><span>e</span></a></li>
<li><a href="functions_func_f.html#index_f"><span>f</span></a></li>
<li><a href="functions_func_g.html#index_g"><span>g</span></a></li>
<li><a href="functions_func_h.html#index_h"><span>h</span></a></li>
<li><a href="functions_func_i.html#index_i"><span>i</span></a></li>
<li><a href="functions_func_k.html#index_k"><span>k</span></a></li>
<li><a href="functions_func_l.html#index_l"><span>l</span></a></li>
<li><a href="functions_func_m.html#index_m"><span>m</span></a></li>
<li><a href="functions_func_n.html#index_n"><span>n</span></a></li>
<li><a href="functions_func_o.html#index_o"><span>o</span></a></li>
<li><a href="functions_func_p.html#index_p"><span>p</span></a></li>
<li><a href="functions_func_q.html#index_q"><span>q</span></a></li>
<li><a href="functions_func_r.html#index_r"><span>r</span></a></li>
<li><a href="functions_func_s.html#index_s"><span>s</span></a></li>
<li><a href="functions_func_t.html#index_t"><span>t</span></a></li>
<li class="current"><a href="functions_func_u.html#index_u"><span>u</span></a></li>
<li><a href="functions_func_v.html#index_v"><span>v</span></a></li>
<li><a href="functions_func_w.html#index_w"><span>w</span></a></li>
<li><a href="functions_func_x.html#index_x"><span>x</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div 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('functions_func_u.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
 
<h3><a class="anchor" id="index_u"></a>- u -</h3><ul>
<li>unmarshallArgsList()
: <a class="el" href="class_able_polecat___message___request_abstract.html#a94d2e558bba777f54dcc10f1bfc4dca5">AblePolecat_Message_RequestAbstract</a>
, <a class="el" href="class_able_polecat___message___response___xhtml.html#a94d2e558bba777f54dcc10f1bfc4dca5">AblePolecat_Message_Response_Xhtml</a>
, <a class="el" href="class_able_polecat___message___response___xhtml___tpl.html#a94d2e558bba777f54dcc10f1bfc4dca5">AblePolecat_Message_Response_Xhtml_Tpl</a>
, <a class="el" href="class_able_polecat___message___response_abstract.html#a94d2e558bba777f54dcc10f1bfc4dca5">AblePolecat_Message_ResponseAbstract</a>
, <a class="el" href="class_able_polecat___meta_data.html#a94d2e558bba777f54dcc10f1bfc4dca5">AblePolecat_MetaData</a>
, <a class="el" href="class_able_polecat___mode_abstract.html#a94d2e558bba777f54dcc10f1bfc4dca5">AblePolecat_ModeAbstract</a>
, <a class="el" href="interface_able_polecat___overloadable_interface.html#a94d2e558bba777f54dcc10f1bfc4dca5">AblePolecat_OverloadableInterface</a>
, <a class="el" href="class_able_polecat___query_language___statement___sql_abstract.html#a94d2e558bba777f54dcc10f1bfc4dca5">AblePolecat_QueryLanguage_Statement_SqlAbstract</a>
, <a class="el" href="class_able_polecat___transaction_abstract.html#a94d2e558bba777f54dcc10f1bfc4dca5">AblePolecat_TransactionAbstract</a>
</li>
<li>unserialize()
: <a class="el" href="class_able_polecat___data___primitive___scalar_abstract.html#a91b3cb8a65e42152cacf1cf222bd26f6">AblePolecat_Data_Primitive_ScalarAbstract</a>
, <a class="el" href="class_able_polecat___data___structure_abstract.html#a91b3cb8a65e42152cacf1cf222bd26f6">AblePolecat_Data_StructureAbstract</a>
</li>
<li>unserializeDocType()
: <a class="el" href="class_able_polecat___registry___entry___dom_node_abstract.html#aafcf863b2a7a62d48806270ef03a8c2d">AblePolecat_Registry_Entry_DomNodeAbstract</a>
, <a class="el" href="interface_able_polecat___registry___entry___dom_node_interface.html#aafcf863b2a7a62d48806270ef03a8c2d">AblePolecat_Registry_Entry_DomNodeInterface</a>
</li>
<li>update()
: <a class="el" href="interface_able_polecat___database___installer_interface.html#a8398510e79e9787266fe116d6431948c">AblePolecat_Database_InstallerInterface</a>
, <a class="el" href="class_able_polecat___database___schema.html#a8398510e79e9787266fe116d6431948c">AblePolecat_Database_Schema</a>
, <a class="el" href="class_able_polecat___registry___class.html#a8398510e79e9787266fe116d6431948c">AblePolecat_Registry_Class</a>
, <a class="el" href="class_able_polecat___registry___class_library.html#a8398510e79e9787266fe116d6431948c">AblePolecat_Registry_ClassLibrary</a>
, <a class="el" href="class_able_polecat___registry___component.html#a8398510e79e9787266fe116d6431948c">AblePolecat_Registry_Component</a>
, <a class="el" href="class_able_polecat___registry___connector.html#a8398510e79e9787266fe116d6431948c">AblePolecat_Registry_Connector</a>
, <a class="el" href="class_able_polecat___registry___resource.html#a8398510e79e9787266fe116d6431948c">AblePolecat_Registry_Resource</a>
, <a class="el" href="class_able_polecat___registry___response.html#a8398510e79e9787266fe116d6431948c">AblePolecat_Registry_Response</a>
, <a class="el" href="class_able_polecat___registry___template.html#a8398510e79e9787266fe116d6431948c">AblePolecat_Registry_Template</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri Apr 10 2015 11:24:54 for Able Polecat by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li>
</ul>
</div>
</body>
</html>
|
doc/api/interact/IOTextAreaWriter.html | sergv/jscheme | <!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_27) on Thu Jul 25 20:38:41 EEST 2013 -->
<TITLE>
IOTextAreaWriter (JScheme API)
</TITLE>
<META NAME="date" CONTENT="2013-07-25">
<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="IOTextAreaWriter (JScheme 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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IOTextAreaWriter.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>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../interact/IOTextArea.html" title="class in interact"><B>PREV CLASS</B></A>
<A HREF="../interact/OutputDocument.html" title="class in interact"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?interact/IOTextAreaWriter.html" target="_top"><B>FRAMES</B></A>
<A HREF="IOTextAreaWriter.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 | <A HREF="#fields_inherited_from_class_java.io.Writer">FIELD</A> | <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">
interact</FONT>
<BR>
Class IOTextAreaWriter</H2>
<PRE>
java.lang.Object
<IMG SRC="../resources/inherit.gif" ALT="extended by ">java.io.Writer
<IMG SRC="../resources/inherit.gif" ALT="extended by "><B>interact.IOTextAreaWriter</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Closeable, java.io.Flushable, java.lang.Appendable</DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>IOTextAreaWriter</B><DT>extends java.io.Writer</DL>
</PRE>
<P>
A Writer that writes into the output area of an IOTextArea.
<P>
<P>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
</TABLE>
<A NAME="fields_inherited_from_class_java.io.Writer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class java.io.Writer</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>lock</CODE></TD>
</TR>
</TABLE>
<!-- ======== 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="../interact/IOTextAreaWriter.html#IOTextAreaWriter(interact.IOTextArea)">IOTextAreaWriter</A></B>(<A HREF="../interact/IOTextArea.html" title="class in interact">IOTextArea</A> area)</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> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../interact/IOTextAreaWriter.html#close()">close</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../interact/IOTextAreaWriter.html#flush()">flush</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../interact/IOTextAreaWriter.html#write(char[], int, int)">write</A></B>(char[] buf,
int off,
int len)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../interact/IOTextAreaWriter.html#write(java.lang.String)">write</A></B>(java.lang.String s)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../interact/IOTextAreaWriter.html#write(java.lang.String, int, int)">write</A></B>(java.lang.String s,
int off,
int len)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.io.Writer"><!-- --></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.io.Writer</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>append, append, append, write, write</CODE></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="IOTextAreaWriter(interact.IOTextArea)"><!-- --></A><H3>
IOTextAreaWriter</H3>
<PRE>
public <B>IOTextAreaWriter</B>(<A HREF="../interact/IOTextArea.html" title="class in interact">IOTextArea</A> area)</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="write(java.lang.String)"><!-- --></A><H3>
write</H3>
<PRE>
public void <B>write</B>(java.lang.String s)
throws java.io.IOException</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>write</CODE> in class <CODE>java.io.Writer</CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="write(java.lang.String, int, int)"><!-- --></A><H3>
write</H3>
<PRE>
public void <B>write</B>(java.lang.String s,
int off,
int len)
throws java.io.IOException</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>write</CODE> in class <CODE>java.io.Writer</CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="write(char[], int, int)"><!-- --></A><H3>
write</H3>
<PRE>
public void <B>write</B>(char[] buf,
int off,
int len)
throws java.io.IOException</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>write</CODE> in class <CODE>java.io.Writer</CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="flush()"><!-- --></A><H3>
flush</H3>
<PRE>
public void <B>flush</B>()
throws java.io.IOException</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>flush</CODE> in interface <CODE>java.io.Flushable</CODE><DT><B>Specified by:</B><DD><CODE>flush</CODE> in class <CODE>java.io.Writer</CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="close()"><!-- --></A><H3>
close</H3>
<PRE>
public void <B>close</B>()
throws java.io.IOException</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>close</CODE> in interface <CODE>java.io.Closeable</CODE><DT><B>Specified by:</B><DD><CODE>close</CODE> in class <CODE>java.io.Writer</CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></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/IOTextAreaWriter.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>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../interact/IOTextArea.html" title="class in interact"><B>PREV CLASS</B></A>
<A HREF="../interact/OutputDocument.html" title="class in interact"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?interact/IOTextAreaWriter.html" target="_top"><B>FRAMES</B></A>
<A HREF="IOTextAreaWriter.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 | <A HREF="#fields_inherited_from_class_java.io.Writer">FIELD</A> | <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>
</BODY>
</HTML>
|
public/metronic/theme_rtl/templates/admin_material_design/page_coming_soon.html | wtfckkk/crm-admision | <!DOCTYPE html>
<!--
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.5
Version: 4.1.0
Author: KeenThemes
Website: http://www.keenthemes.com/
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Like: www.facebook.com/keenthemes
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
-->
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en" dir="rtl">
<!--<![endif]-->
<!-- BEGIN HEAD -->
<head>
<meta charset="utf-8"/>
<title>Metronic | Pages - Coming Soon</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta content="" name="description"/>
<meta content="" name="author"/>
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"/>
<link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/global/plugins/bootstrap/css/bootstrap-rtl.min.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/global/plugins/bootstrap-switch/css/bootstrap-switch-rtl.min.css" rel="stylesheet" type="text/css"/>
<!-- END GLOBAL MANDATORY STYLES -->
<!-- BEGIN PAGE LEVEL STYLES -->
<link href="../../assets/admin/pages/css/coming-soon-rtl.css" rel="stylesheet" type="text/css"/>
<!-- END PAGE LEVEL STYLES -->
<!-- BEGIN THEME STYLES -->
<link href="../../assets/global/css/components-md-rtl.css" id="style_components" rel="stylesheet" type="text/css"/>
<link href="../../assets/global/css/plugins-md-rtl.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/admin/layout/css/layout-rtl.css" rel="stylesheet" type="text/css"/>
<link id="style_color" href="../../assets/admin/layout/css/themes/darkblue-rtl.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/admin/layout/css/custom-rtl.css" rel="stylesheet" type="text/css"/>
<!-- END THEME STYLES -->
<link rel="shortcut icon" href="favicon.ico"/>
</head>
<!-- END HEAD -->
<!-- BEGIN BODY -->
<!-- DOC: Apply "page-header-fixed-mobile" and "page-footer-fixed-mobile" class to body element to force fixed header or footer in mobile devices -->
<!-- DOC: Apply "page-sidebar-closed" class to the body and "page-sidebar-menu-closed" class to the sidebar menu element to hide the sidebar by default -->
<!-- DOC: Apply "page-sidebar-hide" class to the body to make the sidebar completely hidden on toggle -->
<!-- DOC: Apply "page-sidebar-closed-hide-logo" class to the body element to make the logo hidden on sidebar toggle -->
<!-- DOC: Apply "page-sidebar-hide" class to body element to completely hide the sidebar on sidebar toggle -->
<!-- DOC: Apply "page-sidebar-fixed" class to have fixed sidebar -->
<!-- DOC: Apply "page-footer-fixed" class to the body element to have fixed footer -->
<!-- DOC: Apply "page-sidebar-reversed" class to put the sidebar on the right side -->
<!-- DOC: Apply "page-full-width" class to the body element to have full width page without the sidebar menu -->
<body>
<div class="container">
<div class="row">
<div class="col-md-12 coming-soon-header">
<a class="brand" href="index.html">
<img src="../../assets/admin/layout/img/logo-big.png" alt="logo"/>
</a>
</div>
</div>
<div class="row">
<div class="col-md-6 coming-soon-content">
<h1>Coming Soon!</h1>
<p>
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi vehicula sem ut volutpat. Ut non libero magna fusce condimentum eleifend enim a feugiat.
</p>
<br>
<form class="form-inline" action="#">
<div class="input-group input-large">
<input type="text" class="form-control">
<span class="input-group-btn">
<button class="btn blue" type="button">
<span>
Subscribe </span>
<i class="m-icon-swapright m-icon-white"></i></button>
</span>
</div>
</form>
<ul class="social-icons margin-top-20">
<li>
<a href="javascript:;" data-original-title="Feed" class="rss">
</a>
</li>
<li>
<a href="javascript:;" data-original-title="Facebook" class="facebook">
</a>
</li>
<li>
<a href="javascript:;" data-original-title="Twitter" class="twitter">
</a>
</li>
<li>
<a href="javascript:;" data-original-title="Goole Plus" class="googleplus">
</a>
</li>
<li>
<a href="javascript:;" data-original-title="Pinterest" class="pintrest">
</a>
</li>
<li>
<a href="javascript:;" data-original-title="Linkedin" class="linkedin">
</a>
</li>
<li>
<a href="javascript:;" data-original-title="Vimeo" class="vimeo">
</a>
</li>
</ul>
</div>
<div class="col-md-6 coming-soon-countdown">
<div id="defaultCountdown">
</div>
</div>
</div>
<!--/end row-->
<div class="row">
<div class="col-md-12 coming-soon-footer">
2014 © Metronic. Admin Dashboard Template.
</div>
</div>
</div>
<!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
<!-- BEGIN CORE PLUGINS -->
<!--[if lt IE 9]>
<script src="../../assets/global/plugins/respond.min.js"></script>
<script src="../../assets/global/plugins/excanvas.min.js"></script>
<![endif]-->
<script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script>
<!-- IMPORTANT! Load jquery-ui.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip -->
<script src="../../assets/global/plugins/jquery-ui/jquery-ui.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script>
<!-- END CORE PLUGINS -->
<!-- BEGIN PAGE LEVEL PLUGINS -->
<script src="../../assets/global/plugins/countdown/jquery.countdown.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/backstretch/jquery.backstretch.min.js" type="text/javascript"></script>
<!-- END PAGE LEVEL PLUGINS -->
<!-- BEGIN PAGE LEVEL SCRIPTS -->
<script src="../../assets/global/scripts/metronic.js" type="text/javascript"></script>
<script src="../../assets/admin/layout/scripts/layout.js" type="text/javascript"></script>
<script src="../../assets/admin/layout/scripts/quick-sidebar.js" type="text/javascript"></script>
<script src="../../assets/admin/layout/scripts/demo.js" type="text/javascript"></script>
<script src="../../assets/admin/pages/scripts/coming-soon.js" type="text/javascript"></script>
<!-- END PAGE LEVEL SCRIPTS -->
<script>
jQuery(document).ready(function() {
Metronic.init(); // init metronic core components
Layout.init(); // init current layout
QuickSidebar.init(); // init quick sidebar
Demo.init(); // init demo features
ComingSoon.init();
// init background slide images
$.backstretch([
"../../assets/admin/pages/media/bg/1.jpg",
"../../assets/admin/pages/media/bg/2.jpg",
"../../assets/admin/pages/media/bg/3.jpg",
"../../assets/admin/pages/media/bg/4.jpg"
], {
fade: 1000,
duration: 10000
});
});
</script>
<!-- END JAVASCRIPTS -->
</body>
<!-- END BODY -->
</html> |
doc/api/hetimatorrent/BitfieldPlus/setIsOn.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>setIsOn method - BitfieldPlus 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 setIsOn method from the BitfieldPlus class, for the Dart programming language.">
<link rel="icon" href="static-assets/favicon.png">
<!-- Do not remove placeholder -->
<!-- Header Placeholder -->
</head>
<body>
<div id="overlay-under-drawer"></div>
<header class="container-fluid" id="title">
<nav class="navbar navbar-fixed-top">
<div class="container">
<button id="sidenav-left-toggle" type="button"> </button>
<ol class="breadcrumbs gt-separated hidden-xs">
<li><a href="index.html">hetimatorrent</a></li>
<li><a href="hetimatorrent/hetimatorrent-library.html">hetimatorrent</a></li>
<li><a href="hetimatorrent/BitfieldPlus-class.html">BitfieldPlus</a></li>
<li class="self-crumb">setIsOn</li>
</ol>
<div class="self-name">setIsOn</div>
</div>
</nav>
<div class="container masthead">
<ol class="breadcrumbs gt-separated visible-xs">
<li><a href="index.html">hetimatorrent</a></li>
<li><a href="hetimatorrent/hetimatorrent-library.html">hetimatorrent</a></li>
<li><a href="hetimatorrent/BitfieldPlus-class.html">BitfieldPlus</a></li>
<li class="self-crumb">setIsOn</li>
</ol>
<div class="title-description">
<h1 class="title">
<div class="kind">method</div> setIsOn
</h1>
<!-- p class="subtitle">
</p -->
</div>
<ul class="subnav">
<li><a href="hetimatorrent/BitfieldPlus/setIsOn.html#source">Source</a></li>
</ul>
</div>
</header>
<div class="container body">
<div class="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left">
<h5><a href="index.html">hetimatorrent</a></h5>
<h5><a href="hetimatorrent/hetimatorrent-library.html">hetimatorrent</a></h5>
<h5><a href="hetimatorrent/BitfieldPlus-class.html">BitfieldPlus</a></h5>
<ol>
<li class="section-title"><a href="hetimatorrent/BitfieldPlus-class.html#instance-properties">Properties</a></li>
<li><a href="hetimatorrent/BitfieldPlus/innerField.html">innerField</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/rawValue.html">rawValue</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/value.html">value</a>
</li>
<li class="section-title"><a href="hetimatorrent/BitfieldPlus-class.html#constructors">Constructors</a></li>
<li><a href="hetimatorrent/BitfieldPlus/BitfieldPlus.html">BitfieldPlus</a></li>
<li class="section-title"><a href="hetimatorrent/BitfieldPlus-class.html#methods">Methods</a></li>
<li><a href="hetimatorrent/BitfieldPlus/change.html">change</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/getBinary.html">getBinary</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/getIsOn.html">getIsOn</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/getOffPieceAtRandom.html">getOffPieceAtRandom</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/getOffPieceAtRandomPerByte.html">getOffPieceAtRandomPerByte</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/getOnPieceAtRandom.html">getOnPieceAtRandom</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/getOnPieceAtRandomPerByte.html">getOnPieceAtRandomPerByte</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/getPieceAtRandom.html">getPieceAtRandom</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/getPieceAtRandomPerByte.html">getPieceAtRandomPerByte</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/isAllOff.html">isAllOff</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/isAllOffPerByte.html">isAllOffPerByte</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/isAllOn.html">isAllOn</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/isAllOnPerByte.html">isAllOnPerByte</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/lengthPerBit.html">lengthPerBit</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/lengthPerByte.html">lengthPerByte</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/oneClear.html">oneClear</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/setIsOn.html">setIsOn</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/update.html">update</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/writeBytes.html">writeBytes</a>
</li>
<li><a href="hetimatorrent/BitfieldPlus/zeroClear.html">zeroClear</a>
</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">@override</li>
</ol>
</div>
<span class="returntype">void</span>
<span class="name ">setIsOn</span>(
<br>
<div class="parameters">
<span class="parameter" id="setIsOn-param-number"><span class="type-annotation">int</span> <span class="parameter-name">number</span></span>,<br><span class="parameter" id="setIsOn-param-on"><span class="type-annotation">bool</span> <span class="parameter-name">on</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">@override
void setIsOn(int number, bool on) {
innerField.setIsOn(number, on);
}</code></pre>
</section>
</div> <!-- /.main-content -->
</div> <!-- container -->
<footer>
<div class="container-fluid">
<div class="container">
<p class="text-center">
<span class="no-break">
hetimatorrent 0.0.1 api docs
</span>
•
<span class="copyright no-break">
<a href="https://www.dartlang.org">
<img src="static-assets/favicon.png" alt="Dart" title="Dart"width="16" height="16">
</a>
</span>
•
<span class="copyright no-break">
<a href="http://creativecommons.org/licenses/by-sa/4.0/">cc license</a>
</span>
</p>
</div>
</div>
</footer>
<script src="static-assets/prettify.js"></script>
<script src="static-assets/script.js"></script>
<!-- Do not remove placeholder -->
<!-- Footer Placeholder -->
</body>
</html>
|
doc/html/class_ui_1_1_dummy_run_widget_class.html | CBoensel/mne-cpp | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>MNE-CPP: Ui::DummyRunWidgetClass Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">MNE-CPP
 <span id="projectnumber">beta 1.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>Ui</b></li><li class="navelem"><a class="el" href="class_ui_1_1_dummy_run_widget_class.html">DummyRunWidgetClass</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="class_ui_1_1_dummy_run_widget_class-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">Ui::DummyRunWidgetClass Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Inheritance diagram for Ui::DummyRunWidgetClass:</div>
<div class="dyncontent">
<div class="center">
<img src="class_ui_1_1_dummy_run_widget_class.png" usemap="#Ui::DummyRunWidgetClass_map" alt=""/>
<map id="Ui::DummyRunWidgetClass_map" name="Ui::DummyRunWidgetClass_map">
<area href="class_ui___dummy_run_widget_class.html" alt="Ui_DummyRunWidgetClass" shape="rect" coords="0,0,162,24"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_methods_class_ui___dummy_run_widget_class"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_ui___dummy_run_widget_class')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="class_ui___dummy_run_widget_class.html">Ui_DummyRunWidgetClass</a></td></tr>
<tr class="memitem:abef4fba873c72158b2131c2775088fc1 inherit pub_methods_class_ui___dummy_run_widget_class"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abef4fba873c72158b2131c2775088fc1"></a>
void </td><td class="memItemRight" valign="bottom"><b>setupUi</b> (QWidget *DummyRunWidgetClass)</td></tr>
<tr class="separator:abef4fba873c72158b2131c2775088fc1 inherit pub_methods_class_ui___dummy_run_widget_class"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3787e1301def272f6fab2266be19b48a inherit pub_methods_class_ui___dummy_run_widget_class"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3787e1301def272f6fab2266be19b48a"></a>
void </td><td class="memItemRight" valign="bottom"><b>retranslateUi</b> (QWidget *DummyRunWidgetClass)</td></tr>
<tr class="separator:a3787e1301def272f6fab2266be19b48a inherit pub_methods_class_ui___dummy_run_widget_class"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_attribs_class_ui___dummy_run_widget_class"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_ui___dummy_run_widget_class')"><img src="closed.png" alt="-"/> Public Attributes inherited from <a class="el" href="class_ui___dummy_run_widget_class.html">Ui_DummyRunWidgetClass</a></td></tr>
<tr class="memitem:a8a81c156c3dc650de96e3c3eeda2775d inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8a81c156c3dc650de96e3c3eeda2775d"></a>
QVBoxLayout * </td><td class="memItemRight" valign="bottom"><b>verticalLayout</b></td></tr>
<tr class="separator:a8a81c156c3dc650de96e3c3eeda2775d inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a53257964e3a71a0c44c3f520f20ddcde inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a53257964e3a71a0c44c3f520f20ddcde"></a>
QLabel * </td><td class="memItemRight" valign="bottom"><b>m_qLabel_Headline</b></td></tr>
<tr class="separator:a53257964e3a71a0c44c3f520f20ddcde inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afe183f5c720d9090990045f7306bf173 inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afe183f5c720d9090990045f7306bf173"></a>
QSpacerItem * </td><td class="memItemRight" valign="bottom"><b>m_qVerticalSpacer_Headline</b></td></tr>
<tr class="separator:afe183f5c720d9090990045f7306bf173 inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9bb44c4096523de079f7bca78388e3ad inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9bb44c4096523de079f7bca78388e3ad"></a>
QGridLayout * </td><td class="memItemRight" valign="bottom"><b>m_qGridLayout_main</b></td></tr>
<tr class="separator:a9bb44c4096523de079f7bca78388e3ad inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae3c321bb630c7ab4a0f5761cc38ba58e inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae3c321bb630c7ab4a0f5761cc38ba58e"></a>
QGroupBox * </td><td class="memItemRight" valign="bottom"><b>m_qGroupBox_Information</b></td></tr>
<tr class="separator:ae3c321bb630c7ab4a0f5761cc38ba58e inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a24bc25ecb047d438bc3ebc39f024be17 inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a24bc25ecb047d438bc3ebc39f024be17"></a>
QGridLayout * </td><td class="memItemRight" valign="bottom"><b>gridLayout</b></td></tr>
<tr class="separator:a24bc25ecb047d438bc3ebc39f024be17 inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a68ea7dc3ade3dabf54667e487233415e inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a68ea7dc3ade3dabf54667e487233415e"></a>
QTextBrowser * </td><td class="memItemRight" valign="bottom"><b>m_qTextBrowser_Information</b></td></tr>
<tr class="separator:a68ea7dc3ade3dabf54667e487233415e inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3365ee3eb3c512b605b16177fe664af1 inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3365ee3eb3c512b605b16177fe664af1"></a>
QSpacerItem * </td><td class="memItemRight" valign="bottom"><b>m_qHorizontalSpacer_About</b></td></tr>
<tr class="separator:a3365ee3eb3c512b605b16177fe664af1 inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af80108d3afdb0bfeebc07568f9466622 inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af80108d3afdb0bfeebc07568f9466622"></a>
QPushButton * </td><td class="memItemRight" valign="bottom"><b>m_qPushButton_About</b></td></tr>
<tr class="separator:af80108d3afdb0bfeebc07568f9466622 inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a024e7b23d8fe4a841bd29a41e24c6bef inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a024e7b23d8fe4a841bd29a41e24c6bef"></a>
QSpacerItem * </td><td class="memItemRight" valign="bottom"><b>m_qVerticalSpacer_Bottom</b></td></tr>
<tr class="separator:a024e7b23d8fe4a841bd29a41e24c6bef inherit pub_attribs_class_ui___dummy_run_widget_class"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock">
<p>Definition at line <a class="el" href="ui__dummyrun_8h_source.html#l00119">119</a> of file <a class="el" href="ui__dummyrun_8h_source.html">ui_dummyrun.h</a>.</p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>D:/Users/Christoph/GitHub/mne-cpp/applications/mne_x/plugins/dummytoolbox/<a class="el" href="ui__dummyrun_8h_source.html">ui_dummyrun.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Mar 27 2015 22:54:43 for MNE-CPP by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
sledzenie_listow/templates/layout.html | ad-m/sledzenie_listow |
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>{% block page_title %}
Śledzenie listów przewozowych
{% endblock %}
</title>
<meta name="description" content="{% block meta_description %}{% endblock %}">
<meta name="author" content="{% block meta_author %}{% endblock %}">
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="{{ url_for('static', filename='libs/font-awesome4/css/font-awesome.min.css') }}">
{% assets "css_all" %}
<link rel="stylesheet" href="{{ ASSET_URL }}">
{% endassets %}
{% block css %}{% endblock %}
</head>
<body class="{% block body_class %}{% endblock %}">
{% block body %}
{% with form=form %}
{% include "nav.html" %}
{% endwith %}
<header>{% block header %}{% endblock %}</header>
<div class="{% block content_class %}container{% endblock content_class %}">
<div role="main">
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
<div class="row">
<div class="col-md-12">
{% for category, message in messages %}
<div class="alert alert-{{ category }}">
<a class="close" title="Close" href="#" data-dismiss="alert">×</a>
{{message}}
</div><!-- end .alert -->
{% endfor %}
</div><!-- end col-md -->
</div><!-- end row -->
{% endif %}
{% endwith %}
{% block content %}{% endblock %}
</div>
</div><!-- end container -->
{% include "footer.html" %}
<!-- JavaScript at the bottom for fast page loading -->
{% assets "js_all" %}
<script type="text/javascript" src="{{ ASSET_URL }}"></script>
{% endassets %}
{% block js %}{% endblock %}
<!-- end scripts -->
{% endblock %}
</body>
</html>
|
vimma/static/vimma/components/schedule-detail/schedule-detail.html | futurice/vimma2 | <link rel="import" href="/static/bower_components/polymer/polymer.html">
<link rel="import" href="../ajax-load/ajax-load.html">
<link rel="import" href="../api-loader/api-loader.html">
<link rel="import" href="/static/bower_components/iron-icon/iron-icon.html">
<link rel="import" href="/static/bower_components/iron-icons/iron-icons.html">
<link rel="import" href="/static/bower_components/paper-button/paper-button.html">
<link rel="import" href="/static/bower_components/paper-icon-button/paper-icon-button.html">
<link rel="import" href="/static/bower_components/paper-input/paper-input.html">
<link rel="import" href="/static/bower_components/paper-spinner/paper-spinner.html">
<link rel="import" href="/static/bower_components/paper-toggle-button/paper-toggle-button.html">
<link rel="import" href="../equal-behavior/equal-behavior.html">
<link rel="import" href="../loading-overlay/loading-overlay.html">
<link rel="import" href="../plain-text/plain-text.html">
<link rel="import" href="matrix-editor.html">
<dom-module id="schedule-detail">
<link rel="import" type="css" href="../../css/component-common.css">
<link rel="import" type="css" href="schedule-detail.css">
<template>
<ajax-load
url="[[_scheduleUrl]]"
loading="{{_scheduleLoading}}"
error="{{_scheduleError}}"
data="{{_schedule}}"
></ajax-load>
<api-loader
url="[[_tzUrl]]"
loading="{{_tzLoading}}"
error="{{_tzError}}"
data="{{_timezones}}"
></api-loader>
<template is="dom-if" if="[[_loading]]" restamp>
<paper-spinner active></paper-spinner>
</template>
<template is="dom-if" if="[[!_loading]]" restamp>
<template is="dom-if" if="[[_error]]">
<plain-text class="error" text="[[_error]]"></plain-text>
</template>
<template is="dom-if" if="[[!_error]]">
<template is="dom-if" if="[[_actionError]]">
<plain-text class="error" text="[[_actionError]]"></plain-text>
</template>
<div id="summary" on-click="_toggle">
<span id="summary-name">[[_schedule.name]]</span>
<span id="summary-timezone"
>[[_tzName(_timezones, _schedule.timezone)]]</span>
<paper-icon-button
id="delete"
icon="delete"
title="Delete…"
on-click="_delete"
></paper-icon-button>
</div>
<template is="dom-if" if="[[_expanded]]">
<div id="details">
<paper-input
label="Name"
value="{{_newName}}"
required
auto-validate
error-message="The name may not be empty"
></paper-input>
<label for="tz-select">TimeZone:</label>
<select id="tz-select" on-change="_newTzSelected">
<template is="dom-repeat" items="[[_timezones]]">
<option value="[[item.id]]"
selected$="[[_equal(item.id, _newTzId)]]"
>[[item.name]]</option>
</template>
</select>
<matrix-editor
matrix="{{_newMatrix}}"></matrix-editor>
<paper-toggle-button id="is-special" checked="{{_newIsSpecial}}"
></paper-toggle-button>
<label for="is-special">
Using this schedule requires special permissions
</label>
<br>
<paper-button id="save" raised on-click="_save">
<iron-icon icon="save"></iron-icon>
Save
</paper-button>
<paper-button id="discard" raised on-click="_discardChanges">
<iron-icon icon="undo"></iron-icon>
Undo changes
</paper-button>
</div>
</template>
<template is="dom-if" if="[[_actionInFlight]]" restamp>
<loading-overlay></loading-overlay>
</template>
</template>
</template>
</template>
</dom-module>
<script src="schedule-detail.js"></script>
|
index.html | fullergalway/anispectrogram | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/fetch/0.10.1/fetch.min.js"></script>
<link rel="icon" href="http://spiddal.marine.ie/favicon.ico">
<title>Anispectrogram: D3.js Animated Spectrogram Example</title>
<style>
body {
position: relative;
}
svg,
canvas {
position: absolute;
display: inline;
}
.axis text {
font: 10px sans-serif;
stroke: #FFF;
shape-rendering: crispEdges;
}
.axis path,
.axis line {
fill: none;
stroke: #FFF;
shape-rendering: crispEdges;
}
.axis path {
display: none;
}
</style>
<script>
// see http://bl.ocks.org/mbostock/3074470
var rgb_cache = {};
var width = 1000,
height = 491;
var width_rows = 1000;
var drps = 100;
var updated_time = 0;
function spectrogram(){
if(data_rows.length < width_rows) return;
var dy = data_rows[0].data.length-2;
var dx = width_rows;
var first_seq_no = data_rows[0].seq_no;
var offset = start_seq_no - first_seq_no;
if(offset >= data_rows.length){
return;
}
var now = new Date().getTime();
var shift_lines = Math.min(Math.ceil((now - updated_time)*drps/1000),Math.ceil(dx/5));
if(offset < 0 || start_seq_no < 0){
offset = 0;
start_seq_no = first_seq_no;
}else{
start_seq_no = start_seq_no+shift_lines;
}
var limit = offset + shift_lines + shift_lines;
if(limit >= data_rows.length){
return;
}
var x = d3.scale.linear()
.domain([0, dx])
.range([0, width]);
var y = d3.scale.linear()
.domain([0, dy])
.range([height, 0]);
var color = d3.scale.linear()
.domain([10,20,30,40,50])
.range(["#0000ff","#33cc33","#ffff00","#ff9933", "#cc3300"]);
var yAxis = d3.svg.axis()
.ticks(20)
.scale(y)
.orient("right")
.tickFormat(function(d, i){
var hz = parseInt(data_rows[0].headers[d]);
return isNaN(hz)?"":hz>1000?(""+(hz/1000)+"kHz"):(""+hz+" Hz");
return ""+data_rows[0].headers[d]+" Hz";
});
var xAxis = d3.svg.axis()
.scale(x)
.orient("top")
.tickFormat(function(d, i){
var k = limit - dx + d;
return k >= 0?data_rows[k].data[1]:"";
});
var hk = Math.max(limit-dx,0);
document.location.hash = data_rows[hk].hash;
/*
d3.select("#anispectrogram")
.attr("width", dx)
.attr("height", dy)
.style("width", width + "px")
.style("height", height + "px");
//.call(drawImage);
*/
var svg = d3.select("svg")
.attr("width", width)
.attr("height", height);
d3.select("#xaxis")
.attr("class", "x axis")
.attr("transform", "translate(0," + height + ")")
.call(xAxis)
.call(removeZero);
d3.select("#yaxis")
.attr("class", "y axis")
.call(yAxis)
.call(removeZero);
drawImage(acontext);
updated_time = now;
for(var i=0; i<offset && data_rows.length>max_buffer;i++){
data_rows.shift();
}
function drawImage(context) {
var image = null, orig = null;
var shiftx = shift_lines;
var orig = null;
if(shiftx<dx){
orig = context.getImageData(shiftx,0,dx-shiftx,dy);
}
var image = context.getImageData(dx-shiftx,0,shiftx,dy);
var c = null;
var xstart = shiftx > 0?limit-shiftx:offset;
for (var y = dy-1, p = -1; y > 0 ; y--) {
for (var x = xstart; x < limit; x++) {
var k = data_rows[x].data[y+2];
if(k in rgb_cache){
c = rgb_cache[k];
}else{
c = d3.rgb(color(k));
rgb_cache[k] = c;
}
image.data[++p] = c.r;
image.data[++p] = c.g;
image.data[++p] = c.b;
image.data[++p] = 255;
}
}
if(orig != null){
context.putImageData(orig, 0, 0);
}
context.putImageData(image, dx-shiftx, 0);
}
// Compute the pixel colors; scaled by CSS.
function drawImage_orig(canvas) {
var context = canvas.node().getContext("2d");
var image = context.getImageData(0,0,dx,dy);
var newImageData = false;
if(image == null || image.length != dx*dy){
image = context.createImageData(dx, dy);
newImageData = true;
}
var c = null;
for (var y = 0, p = -1; y < dy; ++y) {
for (var x = 0; x < dx; ++x) {
var k = data[x][y+2];
if(k in rgb_cache){
c = rgb_cache[k];
}else{
c = d3.rgb(color(k));
rgb_cache[k] = c;
}
image.data[++p] = c.r;
image.data[++p] = c.g;
image.data[++p] = c.b;
image.data[++p] = 255;
}
}
if(newImageData){
context.putImageData(image, 0, 0);
}
}
function removeZero(axis) {
axis.selectAll("g").filter(function(d) { return !d; }).remove();
}
}
</script>
<script>
var fft_seq_no = 0;
function getFFTData(fetch_obj,t){
var text = t.split('\n'), l = "";
var start_date = "";
while(text.length > 0 ){
l = text.shift();
if(l.match("^Start Date")){
start_date = l.split(/\s+/)[2];
}
if( l.match("^Data:.*$")){
break;
}
}
var headers = null;
for(var i=0;i<text.length;i++){
var a = text[i].split(/\t/);
if(i>0 && a.length < headers.length){
break;
}
var time = a[0];
a = a.slice(6);
for(var j=0; j<a.length;j++){
a[j] = parseInt(a[j]);
}
a.unshift(time);
a.unshift(start_date);
if(i == 0){
headers = a;
}else{
data_rows.push({ seq_no: fft_seq_no++, row: i, headers: headers, data: a, url: fetch_obj.url, hash: fetch_obj.hash});
}
}
}
function checkStatus(response) {
if (response.status >= 200 && response.status < 300) {
return response
} else {
var error = new Error(response.statusText)
error.response = response
throw error
}
}
var data_rows = [];
var start_seq_no = -1;
var urls = [];
var getSelectedText = function(elementId){
var e = document.getElementById(elementId);
if (e.selectedIndex == -1) return null;
return e.options[e.selectedIndex].text;
}
var getSelectedValue = function(elementId){
var e = document.getElementById(elementId);
if (e.selectedIndex == -1) return null;
return e.options[e.selectedIndex].value;
}
var set_time_urls = function(){
pause();
data_rows = [];
start_seq_no = -1;
var e = document.getElementById("time");
if (e.selectedIndex == -1) return;
var hash_day = '#'+getSelectedText('year')
+ getSelectedText('month')
+ getSelectedText('day');
document.location.hash = hash_day + getSelectedText('time');
var time = e.options[e.selectedIndex].text;
var nurls = [];
for(var i=e.selectedIndex; i<e.options.length;i++){
nurls.push({hash: hash_day+e.options[i].text, url:e.options[i].value});
}
urls = nurls;
resume();
}
var max_buffer = 100000;
var update_freq = 100;
var paused = false;
var resume = function(){
paused = false;
document.getElementById('pause_resume').value = "pause";
}
var pause = function(){
paused = true;
document.getElementById('pause_resume').value = "resume";
}
var pause_resume = function(){
paused?resume():pause();
}
var data_url = "http://spiddal.marine.ie/data/hydrophones/SBF1622/";
var update_spectrogram = function(){
try{
if(!paused){
spectrogram();
}
}finally{
setTimeout(update_spectrogram,update_freq);
}
};
var fetch_hydrophone_data_next = function(){
if(data_rows.length >= max_buffer){
setTimeout(fetch_hydrophone_data_next,1000);
return;
}
var fetch_obj = urls.shift();
if(fetch_obj){
fetch_hydrophone_data(fetch_obj);
}else{
setTimeout(fetch_hydrophone_data_next,1000);
}
};
var fetch_hydrophone_data = function(fetch_obj){
fetch(fetch_obj.url)
.then(checkStatus)
.then(function(response) {
return response.text();
}).then(function(t) {
getFFTData(fetch_obj,t);
setTimeout(fetch_hydrophone_data_next,500);
}).catch(function(error) {
console.log('request failed', error);
fetch_hydrophone_data_next();
})
};
var get_links=function(url,pattern,callback){
fetch(url)
.then(checkStatus)
.then(function(response){
return response.text();
}).then(function(text){
var d = document.createElement("div");
d.innerHTML = text;
wanted = [];
var a = d.querySelectorAll('a');
for(var i=0;i<a.length;i++){
var href = a[i].getAttribute("href");
if(href.match(pattern)){
wanted.push(href);
}
}
callback(wanted);
}).catch(function(error) {
console.log('request failed', error);
});
};
var a_to_options = function(base_url,a,hash_pattern,default_selected_index,transform){
var options = [];
var selected = default_selected_index;
if(document.location.hash.match(hash_pattern)){
var wanted = document.location.hash.match(hash_pattern)[1];
for(var i=0;i<a.length;i++){
var text = transform(a[i]);
if(text == wanted){
selected = i;
break;
}
if(text > wanted){
selected = i>0?i-1:0;
break;
}
}
}
for(var i=0;i<a.length;i++){
options.push("<option value='"+base_url+a[i]+"' ");
var text = transform(a[i]);
if(i == selected){
options.push("selected='selected'");
}
options.push(">"+text+"</option>");
}
return options.join("");
}
var set_year_options = function(callback){
get_links(data_url,/^\d{4}\//, function(a){
var pattern = /#(20[0-9][0-9]\/)[01][0-9]\/[0-3][0-9]\/[0-2][0-9]:[0-5][0-9]/;
var options = a_to_options(data_url,a,pattern,a.length-1,function(t){return t;});
document.getElementById("year").innerHTML = options;
set_month_options(callback);
});
}
var set_month_options = function(callback){
var e = document.getElementById("year");
var yurl = e.options[e.selectedIndex].value;
get_links(yurl,/^\d{2}\//, function(a){
var pattern = /#20[0-9][0-9]\/([01][0-9]\/)[0-3][0-9]\/[0-2][0-9]:[0-5][0-9]/;
var options = a_to_options(yurl,a,pattern,a.length-1, function(t){return t;});
document.getElementById("month").innerHTML = options;
set_day_options(callback);
});
}
var set_day_options = function(callback){
var e = document.getElementById("month");
var murl = e.options[e.selectedIndex].value;
get_links(murl,/^\d{2}\//, function(a){
var pattern = /#20[0-9][0-9]\/[01][0-9]\/([0-3][0-9]\/)[0-2][0-9]:[0-5][0-9]/;
var options = a_to_options(murl,a,pattern,a.length-1, function(t){return t;});
document.getElementById("day").innerHTML = options;
set_time_options(callback);
});
}
var set_time_options = function(callback){
var e = document.getElementById("day");
var durl = e.options[e.selectedIndex].value;
get_links(durl,/_\d{8}_\d{6}.txt/, function(a){
var regex = /.*_(\d\d)(\d\d)[^_]*$/;
var pattern = /#20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]\/([0-2][0-9]:[0-5][0-9])/;
var options = a_to_options(durl,a,pattern,0,function(t){
return t.replace(regex,"$1:$2");
});
document.getElementById("time").innerHTML = options;
if(callback){
callback();
}
});
}
</script>
</head>
<body>
<h1>D3.js Animated Spectrogram Example</h1>
<p>Animated spectrogram visualisation of <a href="http://oceansonics.com/iclisten-smart-hydrophones/">hydrophone</a>
data from the <a href="http://spiddal.marine.ie/data.html">Irish Marine Institute</a> implemented in <a href="http://d3js.org">d3.js</a>.</p>
<p>This is a preliminary implementation, for which the <a href="https://github.com/fullergalway/anispectrogram">full source</a>
is available on github, where merge requests are welcome.</p>
<p>Anispectrogram is based on <a href="http://bl.ocks.org/mbostock/3074470">mbostock's heatmap example</a>
and is released under the <a href="http://opensource.org/licenses/BSD-3-Clause">BSD license</a>.
Copyright 2015 <a href="https://ie.linkedin.com/in/robertfuller">Rob Fuller</a> and <a href="http://www.marine.ie/">Irish Marine Institute</a></p>
<p>
<select id="year" onchange="set_month_options()" name="year"></select>
<select id="month" onchange="set_day_options()" name="month"></select>
<select id="day" onchange="set_time_options()" name="day"></select>
<select id="time" name="time"></select>
<input type="button" onclick="set_time_urls()" name="go" value="go">
<input type="button" onclick="pause_resume()" name="pause_resume" id="pause_resume" value="pause">
slow<input type="range" name="speed" onchange="drps=this.value*this.value;" value="10" min="1" max="100">fast
</p>
<canvas width=1000 height=491 id="anispectrogram" style="width: 950px; height: 591px"></canvas>
<svg><g id="xaxis"></g><g id="yaxis"></g></svg>
<script>
var canvas = document.getElementById("anispectrogram");
var acontext = canvas.getContext("2d");
acontext.createImageData(width,height);
set_year_options(set_time_urls);
fetch_hydrophone_data_next();
setTimeout(update_spectrogram,100);
</script>
<a href="https://github.com/fullergalway/anispectrogram"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a>
</body>
</html>
|
api/structcrossbow_1_1program__options_1_1parser_3_01short_01_4-members.html | tellproject/homepage-generator | <!-- HTML header for doxygen 1.8.10-->
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8"/>
<title>Member List$</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css">
<link rel="stylesheet" href="/css/default.css">
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script>
var isLanding = false;
var menu = 'API Documentation';
</script>
<title>Tell: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="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);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body id="tell">
<div class="header">
<div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed">
<ul id="menu" class="pure-menu-list">
</ul>
<a class="pure-menu-heading"><img class="img-header" src="/images/tell-black.png"/></a>
</div>
</div>
<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">Tell
 <span id="projectnumber">0.1</span>
</div>
<div id="projectbrief">A shared-data database ecosystem</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<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="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div 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('structcrossbow_1_1program__options_1_1parser_3_01short_01_4.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">crossbow::program_options::parser< short > Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="structcrossbow_1_1program__options_1_1parser_3_01short_01_4.html">crossbow::program_options::parser< short ></a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1parser_3_01short_01_4.html#a0360c2739e07173bfe727c8312811e22">operator()</a>(const char *str) const </td><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1parser_3_01short_01_4.html">crossbow::program_options::parser< short ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.10-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
</ul>
</div>
<script src="/js/load-menu.js"></script>
</body>
</html>
|
lfc_theme/templates/lfc/tags/navigation.html | diefenbach/lfc-theme | {% load i18n %}
{% load lfc_tags %}
{% if show_level %}
<ul class="level-{{ level }}">
{% for obj in objs %}
<li class="{% if forloop.first %}first {% endif %}{% if forloop.last %}last {% endif %}{% if obj.is_current %}current{% endif %}">
<a class="{% if forloop.first %}first {% endif %}{% if forloop.last %}last {% endif %}{% if obj.is_current %}current{% endif %}"
href="{{ obj.url }}">
{{ obj.title }}
</a>
{{ obj.children }}
</li>
{% endfor %}
</ul>
{% else %}
{% for obj in objs %}
{{ obj.children }}
{% endfor %}
{% endif %}
|
solr/docs/solr-core/org/apache/solr/cloud/overseer/package-use.html | berkeleybop/bbop-manager-golr | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_101) on Sat Aug 20 05:41:48 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Package org.apache.solr.cloud.overseer (Solr 6.2.0 API)</title>
<meta name="date" content="2016-08-20">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package org.apache.solr.cloud.overseer (Solr 6.2.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/cloud/overseer/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Uses of Package org.apache.solr.cloud.overseer" class="title">Uses of Package<br>org.apache.solr.cloud.overseer</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/solr/cloud/overseer/package-summary.html">org.apache.solr.cloud.overseer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.solr.cloud.overseer">org.apache.solr.cloud.overseer</a></td>
<td class="colLast">
<div class="block">Classes for updating cluster state in <a href="http://wiki.apache.org/solr/SolrCloud">SolrCloud</a> mode.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.solr.cloud.overseer">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/solr/cloud/overseer/package-summary.html">org.apache.solr.cloud.overseer</a> used by <a href="../../../../../org/apache/solr/cloud/overseer/package-summary.html">org.apache.solr.cloud.overseer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/solr/cloud/overseer/class-use/OverseerAction.html#org.apache.solr.cloud.overseer">OverseerAction</a>
<div class="block">Enum of actions supported by the overseer only.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/solr/cloud/overseer/class-use/ZkStateWriter.ZkWriteCallback.html#org.apache.solr.cloud.overseer">ZkStateWriter.ZkWriteCallback</a> </td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/solr/cloud/overseer/class-use/ZkWriteCommand.html#org.apache.solr.cloud.overseer">ZkWriteCommand</a> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/cloud/overseer/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
assets/dpl/dpllist.html | jplusui/jplusui-en | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>组件列表</title>
<link href="assets/base.css" rel="stylesheet" type="text/css">
<link href="assets/dplmanager.css" rel="stylesheet" type="text/css">
<script src="assets/Base.js" type="text/javascript"></script>
<script src="assets/system.js" type="text/javascript"></script>
<script src="data/dpllist.js" type="text/javascript"></script>
<script src="data/resourcelist.js" type="text/javascript"></script>
<script src="../demo/demo.js" type="text/javascript"></script>
<script src="assets/dpllist.js" type="text/javascript"></script>
</head>
<body>
<script>
Demo.writeDplList(DplList, {
'System': '系统',
'Controls': '控件',
'Modules': '模块'
});
Demo.writeFooter();
</script>
</body>
</html>
|
doc/html/class_e_e_go_sports_plugin_1_1_e_e_go_sports_driver-members.html | CBoensel/mne-cpp | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>MNE-CPP: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">MNE-CPP
 <span id="projectnumber">beta 1.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>EEGoSportsPlugin</b></li><li class="navelem"><a class="el" href="class_e_e_go_sports_plugin_1_1_e_e_go_sports_driver.html">EEGoSportsDriver</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">EEGoSportsPlugin::EEGoSportsDriver Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="class_e_e_go_sports_plugin_1_1_e_e_go_sports_driver.html">EEGoSportsPlugin::EEGoSportsDriver</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="class_e_e_go_sports_plugin_1_1_e_e_go_sports_driver.html#a71dbd67b184786a57c52a0df36f25e0e">EEGoSportsDriver</a>(EEGoSportsProducer *pEEGoSportsProducer)</td><td class="entry"><a class="el" href="class_e_e_go_sports_plugin_1_1_e_e_go_sports_driver.html">EEGoSportsPlugin::EEGoSportsDriver</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_e_e_go_sports_plugin_1_1_e_e_go_sports_driver.html#a5a7f794b4e0fa9dd2e8e1700e3508512">getSampleMatrixValue</a>(MatrixXf &sampleMatrix)</td><td class="entry"><a class="el" href="class_e_e_go_sports_plugin_1_1_e_e_go_sports_driver.html">EEGoSportsPlugin::EEGoSportsDriver</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_e_e_go_sports_plugin_1_1_e_e_go_sports_driver.html#aefc0fadde689316f5448b032802a99e2">initDevice</a>(int iNumberOfChannels, int iSamplingFrequency, bool bUseChExponent, bool bWriteDriverDebugToFile, QString sOutpuFilePath, bool bMeasureImpedance)</td><td class="entry"><a class="el" href="class_e_e_go_sports_plugin_1_1_e_e_go_sports_driver.html">EEGoSportsPlugin::EEGoSportsDriver</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_e_e_go_sports_plugin_1_1_e_e_go_sports_driver.html#ae4aa66c1e173709bdbbd7c371a09ac1b">uninitDevice</a>()</td><td class="entry"><a class="el" href="class_e_e_go_sports_plugin_1_1_e_e_go_sports_driver.html">EEGoSportsPlugin::EEGoSportsDriver</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_e_e_go_sports_plugin_1_1_e_e_go_sports_driver.html#a46bdf95f593705502a88f992256082c5">~EEGoSportsDriver</a>()</td><td class="entry"><a class="el" href="class_e_e_go_sports_plugin_1_1_e_e_go_sports_driver.html">EEGoSportsPlugin::EEGoSportsDriver</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Mar 27 2015 22:54:39 for MNE-CPP by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
backend/web/hplus/grid_options.html | lianghongle/yii2test | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>H+ 后台主题UI框架 - 栅格</title>
<meta name="keywords" content="H+后台主题,后台bootstrap框架,会员中心主题,后台HTML,响应式后台">
<meta name="description" content="H+是一个完全响应式,基于Bootstrop3最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术">
<link href="css/bootstrap.min.css?v=1.7" rel="stylesheet">
<link href="font-awesome/css/font-awesome.css?v=1.7" rel="stylesheet">
<link href="css/plugins/iCheck/custom.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css?v=1.7" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<nav class="navbar-default navbar-static-side" role="navigation">
<div class="sidebar-collapse">
<ul class="nav" id="side-menu">
<li class="nav-header">
<div class="dropdown profile-element"> <span>
<img alt="image" class="img-circle" src="img/profile_small.jpg" />
</span>
<a data-toggle="dropdown" class="dropdown-toggle" href="index.html#">
<span class="clear"> <span class="block m-t-xs"> <strong class="font-bold">Beaut-zihan</strong>
</span> <span class="text-muted text-xs block">超级管理员 <b class="caret"></b></span> </span>
</a>
<ul class="dropdown-menu animated fadeInRight m-t-xs">
<li><a href="form_avatar.html">修改头像</a>
</li>
<li><a href="profile.html">个人资料</a>
</li>
<li><a href="contacts.html">联系我们</a>
</li>
<li><a href="mailbox.html">信箱</a>
</li>
<li class="divider"></li>
<li><a href="login.html">安全退出</a>
</li>
</ul>
</div>
<div class="logo-element">
H+
</div>
</li>
<li>
<a href="index.html"><i class="fa fa-th-large"></i> <span class="nav-label">主页</span> <span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="index_1.html">主页示例一</a>
</li>
<li><a href="index_2.html">主页示例二</a>
</li>
<li><a href="index_3.html">主页示例三</a>
</li>
</ul>
</li>
<li>
<a href="index.html#"><i class="fa fa-bar-chart-o"></i> <span class="nav-label">图表</span><span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="graph_echarts.html">百度ECharts</a>
</li>
<li><a href="graph_flot.html">Flot</a>
</li>
<li><a href="graph_morris.html">Morris.js</a>
</li>
<li><a href="graph_rickshaw.html">Rickshaw</a>
</li>
<li><a href="graph_peity.html">Peity</a>
</li>
<li><a href="graph_sparkline.html">Sparkline</a>
</li>
</ul>
</li>
<li>
<a href="mailbox.html"><i class="fa fa-envelope"></i> <span class="nav-label">信箱 </span><span class="label label-warning pull-right">16</span></a>
<ul class="nav nav-second-level">
<li><a href="mailbox.html">收件箱</a>
</li>
<li><a href="mail_detail.html">查看邮件</a>
</li>
<li><a href="mail_compose.html">写信</a>
</li>
</ul>
</li>
<li>
<a href="widgets.html"><i class="fa fa-flask"></i> <span class="nav-label">小工具</span></a>
</li>
<li>
<a href="index.html#"><i class="fa fa-edit"></i> <span class="nav-label">表单</span><span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="form_basic.html">基本表单</a>
</li>
<li><a href="form_validate.html">表单验证</a>
</li>
<li><a href="form_advanced.html">高级插件</a>
</li>
<li><a href="form_wizard.html">步骤条</a>
</li>
<li><a href="form_webuploader.html">百度WebUploader</a>
</li>
<li><a href="form_file_upload.html">文件上传</a>
</li>
<li><a href="form_editors.html">富文本编辑器</a>
</li>
<li><a href="form_simditor.html">simditor</a>
</li>
<li><a href="form_avatar.html">头像裁剪上传</a>
</li>
<li><a href="layerdate.html">日期选择器layerDate</a>
</li>
</ul>
</li>
<li>
<a href="index.html#"><i class="fa fa-desktop"></i> <span class="nav-label">页面</span> <span class="pull-right label label-primary">推荐</span></a>
<ul class="nav nav-second-level">
<li><a href="contacts.html">联系人</a>
</li>
<li><a href="profile.html">个人资料</a>
</li>
<li><a href="projects.html">项目</a>
</li>
<li><a href="project_detail.html">项目详情</a>
</li>
<li><a href="file_manager.html">文件管理器</a>
</li>
<li><a href="calendar.html">日历</a>
</li>
<li><a href="faq.html">帮助中心</a>
</li>
<li><a href="timeline.html">时间轴</a>
</li>
<li><a href="pin_board.html">标签墙</a>
</li>
<li><a href="invoice.html">单据</a>
</li>
<li><a href="login.html">登录</a>
</li>
<li><a href="register.html">注册</a>
</li>
</ul>
</li>
<li>
<a href="index.html#"><i class="fa fa-files-o"></i> <span class="nav-label">其他页面</span><span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="search_results.html">搜索结果</a>
</li>
<li><a href="lockscreen.html">登录超时</a>
</li>
<li><a href="404.html">404页面</a>
</li>
<li><a href="500.html">500页面</a>
</li>
<li><a href="empty_page.html">空白页</a>
</li>
</ul>
</li>
<li>
<a href="index.html#"><i class="fa fa-flask"></i> <span class="nav-label">UI元素</span><span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="typography.html">排版</a>
</li>
<li><a href="icons.html">字体图标</a>
</li>
<li><a href="iconfont.html">阿里巴巴矢量图标库</a>
</li>
<li><a href="draggable_panels.html">拖动面板</a>
</li>
<li><a href="buttons.html">按钮</a>
</li>
<li><a href="tabs_panels.html">选项卡 & 面板</a>
</li>
<li><a href="notifications.html">通知 & 提示</a>
</li>
<li><a href="badges_labels.html">徽章,标签,进度条</a>
</li>
<li><a href="layer.html">Web弹层组件layer</a>
</li>
<li><a href="tree_view.html">树形视图</a>
</li>
</ul>
</li>
<li class="active">
<a href="grid_options.html"><i class="fa fa-laptop"></i> <span class="nav-label">栅格</span></a>
</li>
<li>
<a href="index.html#"><i class="fa fa-table"></i> <span class="nav-label">表格</span><span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="table_basic.html">基本表格</a>
</li>
<li><a href="table_data_tables.html">数据表格(DataTables)</a>
</li>
<li><a href="table_jqgrid.html">jqGrid</a>
</li>
</ul>
</li>
<li>
<a href="index.html#"><i class="fa fa-picture-o"></i> <span class="nav-label">图库</span><span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="basic_gallery.html">基本图库</a>
</li>
<li><a href="carousel.html">图片切换</a>
</li>
</ul>
</li>
<li>
<a href="index.html#"><i class="fa fa-sitemap"></i> <span class="nav-label">菜单 </span><span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="index.html#">三级菜单 <span class="fa arrow"></span></a>
<ul class="nav nav-third-level">
<li>
<a href="index.html#">三级菜单 01</a>
</li>
<li>
<a href="index.html#">三级菜单 01</a>
</li>
<li>
<a href="index.html#">三级菜单 01</a>
</li>
</ul>
</li>
<li><a href="index.html#">二级菜单</a>
</li>
<li>
<a href="index.html#">二级菜单</a>
</li>
<li>
<a href="index.html#">二级菜单</a>
</li>
</ul>
</li>
<li>
<a href="webim.html"><i class="fa fa-comments"></i> <span class="nav-label">即时通讯</span><span class="label label-danger pull-right">New</span></a>
</li>
<li>
<a href="css_animation.html"><i class="fa fa-magic"></i> <span class="nav-label">CSS动画</span><span class="label label-info pull-right">62</span></a>
</li>
<li>
<a href="index.html#"><i class="fa fa-cutlery"></i> <span class="nav-label">工具 </span><span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="form_builder.html">表单构建器</a>
</li>
</ul>
</li>
</ul>
</div>
</nav>
<div id="page-wrapper" class="gray-bg dashbard-1">
<div class="row border-bottom">
<nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i> </a>
<form role="search" class="navbar-form-custom" method="post" action="search_results.html">
<div class="form-group">
<input type="text" placeholder="请输入您需要查找的内容 …" class="form-control" name="top-search" id="top-search">
</div>
</form>
</div>
<ul class="nav navbar-top-links navbar-right">
<li>
<span class="m-r-sm text-muted welcome-message"><a href="index.html" title="返回首页"><i class="fa fa-home"></i></a>欢迎使用H+后台主题</span>
</li>
<li class="dropdown">
<a class="dropdown-toggle count-info" data-toggle="dropdown" href="index.html#">
<i class="fa fa-envelope"></i> <span class="label label-warning">16</span>
</a>
<ul class="dropdown-menu dropdown-messages">
<li>
<div class="dropdown-messages-box">
<a href="profile.html" class="pull-left">
<img alt="image" class="img-circle" src="img/a7.jpg">
</a>
<div class="media-body">
<small class="pull-right">46小时前</small>
<strong>小四</strong> 项目已处理完结
<br>
<small class="text-muted">3天前 2014.11.8</small>
</div>
</div>
</li>
<li class="divider"></li>
<li>
<div class="dropdown-messages-box">
<a href="profile.html" class="pull-left">
<img alt="image" class="img-circle" src="img/a4.jpg">
</a>
<div class="media-body ">
<small class="pull-right text-navy">25小时前</small>
<strong>国民岳父</strong> 这是一条测试信息
<br>
<small class="text-muted">昨天</small>
</div>
</div>
</li>
<li class="divider"></li>
<li>
<div class="text-center link-block">
<a href="mailbox.html">
<i class="fa fa-envelope"></i> <strong> 查看所有消息</strong>
</a>
</div>
</li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle count-info" data-toggle="dropdown" href="index.html#">
<i class="fa fa-bell"></i> <span class="label label-primary">8</span>
</a>
<ul class="dropdown-menu dropdown-alerts">
<li>
<a href="mailbox.html">
<div>
<i class="fa fa-envelope fa-fw"></i> 您有16条未读消息
<span class="pull-right text-muted small">4分钟前</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="profile.html">
<div>
<i class="fa fa-qq fa-fw"></i> 3条新回复
<span class="pull-right text-muted small">12分钟钱</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<div class="text-center link-block">
<a href="notifications.html">
<strong>查看所有 </strong>
<i class="fa fa-angle-right"></i>
</a>
</div>
</li>
</ul>
</li>
<li>
<a href="login.html">
<i class="fa fa-sign-out"></i> 退出
</a>
</li>
</ul>
</nav>
</div>
<div class="row wrapper border-bottom white-bg page-heading">
<div class="col-lg-10">
<h2>栅格 - 基于Bootstrap栅格系统</h2>
<ol class="breadcrumb">
<li>
<a href="index.html">主页</a>
</li>
<li>
<a>布局</a>
</li>
<li>
<strong>栅格</strong>
</li>
</ol>
</div>
<div class="col-lg-2">
</div>
</div>
<div class="wrapper wrapper-content">
<div class="row">
<div class="col-lg-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>栅格设置</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="grid_options.html#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="grid_options.html#">选项1</a>
</li>
<li><a href="grid_options.html#">选项2</a>
</li>
</ul>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<p>通过下表可以详细查看 Bootstrap 的栅格系统是如何在多种屏幕设备上工作的。</p>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th></th>
<th>
超小屏幕
<small>手机 (<768px)</small>
</th>
<th>
小屏幕
<small>平板 (≥768px)</small>
</th>
<th>
中等屏幕
<small>桌面显示器 (≥992px)</small>
</th>
<th>
大屏幕
<small>大桌面显示器 (≥1200px)</small>
</th>
</tr>
</thead>
<tbody>
<tr>
<th class="text-nowrap">栅格系统行为</th>
<td>总是水平排列</td>
<td colspan="3">开始是堆叠在一起的,当大于这些阈值时将变为水平排列C</td>
</tr>
<tr>
<th class="text-nowrap"><code>.container</code> 最大宽度</th>
<td>None (自动)</td>
<td>750px</td>
<td>970px</td>
<td>1170px</td>
</tr>
<tr>
<th class="text-nowrap">类前缀</th>
<td><code>.col-xs-</code>
</td>
<td><code>.col-sm-</code>
</td>
<td><code>.col-md-</code>
</td>
<td><code>.col-lg-</code>
</td>
</tr>
<tr>
<th class="text-nowrap">列(column)数</th>
<td colspan="4">12</td>
</tr>
<tr>
<th class="text-nowrap">最大列(column)宽</th>
<td class="text-muted">自动</td>
<td>~62px</td>
<td>~81px</td>
<td>~97px</td>
</tr>
<tr>
<th class="text-nowrap">槽(gutter)宽</th>
<td colspan="4">30px (每列左右均有 15px)</td>
</tr>
<tr>
<th class="text-nowrap">可嵌套</th>
<td colspan="4">是</td>
</tr>
<tr>
<th class="text-nowrap">偏移(Offsets)</th>
<td colspan="4">是</td>
</tr>
<tr>
<th class="text-nowrap">列排序</th>
<td colspan="4">是</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>从堆叠到水平排列</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="grid_options.html#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="grid_options.html#">选项1</a>
</li>
<li><a href="grid_options.html#">选项2</a>
</li>
</ul>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<p>使用单一的一组 <code>.col-md-*</code> 栅格类,就可以创建一个基本的栅格系统,在手机和平板设备上一开始是堆叠在一起的(超小屏幕到小屏幕这一范围),在桌面(中等)屏幕设备上变为水平排列。所有“列(column)必须放在 ” <code>.row</code> 内。</p>
<div class="row show-grid">
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
</div>
<div class="row show-grid">
<div class="col-md-8">.col-md-8</div>
<div class="col-md-4">.col-md-4</div>
</div>
<div class="row show-grid">
<div class="col-md-4">.col-md-4</div>
<div class="col-md-4">.col-md-4</div>
<div class="col-md-4">.col-md-4</div>
</div>
<div class="row show-grid">
<div class="col-md-6">.col-md-6</div>
<div class="col-md-6">.col-md-6</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>移动设备和桌面屏幕</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="grid_options.html#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="grid_options.html#">选项1</a>
</li>
<li><a href="grid_options.html#">选项2</a>
</li>
</ul>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<p>是否不希望在小屏幕设备上所有列都堆叠在一起?那就使用针对超小屏幕和中等屏幕设备所定义的类吧,即 <code>.col-xs-*</code> 和 <code>.col-md-*</code>。请看下面的实例,研究一下这些是如何工作的。</p>
<div class="row show-grid">
<div class="col-xs-12 col-md-8">.col-xs-12 .col-md-8</div>
<div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
</div>
<div class="row show-grid">
<div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
<div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
<div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
</div>
<div class="row show-grid">
<div class="col-xs-6">.col-xs-6</div>
<div class="col-xs-6">.col-xs-6</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>手机、平板、桌面</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="grid_options.html#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="grid_options.html#">选项1</a>
</li>
<li><a href="grid_options.html#">选项2</a>
</li>
</ul>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<p>在上面案例的基础上,通过使用针对平板设备的 <code>.col-sm-*</code> 类,我们来创建更加动态和强大的布局吧。</p>
<div class="row show-grid">
<div class="col-xs-12 col-sm-6 col-md-8">.col-xs-12 .col-sm-6 .col-md-8</div>
<div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
</div>
<div class="row show-grid">
<div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>
<div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>
<!-- Optional: clear the XS cols if their content doesn't match in height -->
<div class="clearfix visible-xs"></div>
<div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>多余的列(column)将另起一行排列</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="grid_options.html#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="grid_options.html#">选项1</a>
</li>
<li><a href="grid_options.html#">选项2</a>
</li>
</ul>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<p>在等宽的4网格中,网格不等高会碰到问题,为了解决这个问题,可使用<code>.clearfix</code>。<a href="grid_options.html#responsive-utilities">响应实用工具类</a>
</p>
<div class="row show-grid">
<div class="col-xs-6 col-sm-3">
.col-xs-6 .col-sm-3
<br>调整窗口大小或者在手机上查看本示例
</div>
<div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
<!-- Add the extra clearfix for only the required viewport -->
<div class="clearfix visible-xs"></div>
<div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
<div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>列偏移</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="grid_options.html#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="grid_options.html#">选项1</a>
</li>
<li><a href="grid_options.html#">选项2</a>
</li>
</ul>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<p>使用 <code>.col-md-offset-*</code> 类可以将列向右侧偏移。这些类实际是通过使用 <code>*</code> 选择器为当前元素增加了左侧的边距(margin)。例如,<code>.col-md-offset-4</code> 类将 <code>.col-md-4</code> 元素向右侧偏移了4个列(column)的宽度。</p>
<div class="row show-grid">
<div class="col-md-4">.col-md-4</div>
<div class="col-md-4 col-md-offset-4">.col-md-4 .col-md-offset-4</div>
</div>
<div class="row show-grid">
<div class="col-md-3 col-md-offset-3">.col-md-3 .col-md-offset-3</div>
<div class="col-md-3 col-md-offset-3">.col-md-3 .col-md-offset-3</div>
</div>
<div class="row show-grid">
<div class="col-md-6 col-md-offset-3">.col-md-6 .col-md-offset-3</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>嵌套列</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="grid_options.html#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="grid_options.html#">选项1</a>
</li>
<li><a href="grid_options.html#">选项2</a>
</li>
</ul>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<p>为了使用内置的栅格系统将内容再次嵌套,可以通过添加一个新的 <code>.row</code> 元素和一系列 <code>.col-sm-*</code> 元素到已经存在的 <code>.col-sm-*</code> 元素内。被嵌套的行(row)所包含的列(column)的个数不能超过12(其实,没有要求你必须占满12列)。</p>
<div class="row show-grid">
<div class="col-md-9">
第一级: .col-md-9
<div class="row show-grid">
<div class="col-md-6">
第二级: .col-md-6
</div>
<div class="col-md-6">
第二级: .col-md-6
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>列排序</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="grid_options.html#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="grid_options.html#">选项1</a>
</li>
<li><a href="grid_options.html#">选项2</a>
</li>
</ul>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<p>通过使用 <code>.col-md-push-*</code> 和 <code>.col-md-pull-*</code> 类就可以很容易的改变列(column)的顺序。</p>
<div class="row show-grid">
<div class="col-md-9 col-md-push-3">.col-md-9 .col-md-push-3</div>
<div class="col-md-3 col-md-pull-9">.col-md-3 .col-md-pull-9</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="pull-right">
By:<a href="http://www.zi-han.net" target="_blank">zihan's blog</a>
</div>
<div>
<strong>Copyright</strong> H+ © 2014
</div>
</div>
</div>
</div>
</div>
<!-- Mainly scripts -->
<script src="js/jquery-2.1.1.min.js"></script>
<script src="js/bootstrap.min.js?v=1.7"></script>
<script src="js/plugins/metisMenu/jquery.metisMenu.js"></script>
<script src="js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
<!-- Peity -->
<script src="js/plugins/peity/jquery.peity.min.js"></script>
<!-- Custom and plugin javascript -->
<script src="js/hplus.js?v=1.7"></script>
<script src="js/plugins/pace/pace.min.js"></script>
<!-- iCheck -->
<script src="js/plugins/iCheck/icheck.min.js"></script>
<!-- Peity -->
<script src="js/demo/peity-demo.js"></script>
<script>
$(document).ready(function () {
$('.i-checks').iCheck({
checkboxClass: 'icheckbox_square-green',
radioClass: 'iradio_square-green',
});
});
</script>
<script type="text/javascript" src="http://tajs.qq.com/stats?sId=9051096" charset="UTF-8"></script>
</body>
</html>
|
doc/html/Reference/a00045.html | paragonspacesim/paragon-libpqxx-4.0 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>libpqxx: pqxx::in_doubt_error Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">libpqxx <span id="projectnumber">4.0</span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main 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="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
initNavTree('a00045.html','');
</script>
<div id="doc-content">
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> </div>
<div class="headertitle">
<div class="title">pqxx::in_doubt_error Class Reference<div class="ingroups"><a class="el" href="a00207.html">Exception classes</a></div></div> </div>
</div>
<div class="contents">
<!-- doxytag: class="pqxx::in_doubt_error" --><!-- doxytag: inherits="pqxx::failure" -->
<p>"Help, I don't know whether transaction was committed successfully!"
<a href="a00045.html#details">More...</a></p>
<p><code>#include <<a class="el" href="a00138_source.html">except.hxx</a>></code></p>
<div class="dynheader">
Inheritance diagram for pqxx::in_doubt_error:</div>
<div class="dyncontent">
<div class="center"><img src="a00249.png" border="0" usemap="#pqxx_1_1in__doubt__error_inherit__map" alt="Inheritance graph"/></div>
<map name="pqxx_1_1in__doubt__error_inherit__map" id="pqxx_1_1in__doubt__error_inherit__map">
<area shape="rect" id="node2" href="a00038.html" title="Run-time failure encountered by libpqxx, similar to std::runtime_error." alt="" coords="113,160,207,189"/><area shape="rect" id="node4" href="a00074.html" title="Mixin base class to identify libpqxx-specific exception types." alt="" coords="5,83,155,112"/><area shape="rect" id="node6" title="STL class." alt="" coords="179,83,301,112"/><area shape="rect" id="node8" title="STL class." alt="" coords="188,5,292,35"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="a00250.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00045.html#a378d91b2f08324db0725a7c89f6dedcf">in_doubt_error</a> (const std::string &)</td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>"Help, I don't know whether transaction was committed successfully!" </p>
<p>Exception that might be thrown in rare cases where the connection to the database is lost while finishing a database transaction, and there's no way of telling whether it was actually executed by the backend. In this case the database is left in an indeterminate (but consistent) state, and only manual inspection will tell which is the case. </p>
</div><hr/><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" id="a378d91b2f08324db0725a7c89f6dedcf"></a><!-- doxytag: member="pqxx::in_doubt_error::in_doubt_error" ref="a378d91b2f08324db0725a7c89f6dedcf" args="(const std::string &)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">pqxx::in_doubt_error::in_doubt_error </td>
<td>(</td>
<td class="paramtype">const std::string & </td>
<td class="paramname"><em>whatarg</em></td><td>)</td>
<td><code> [explicit]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="a00138_source.html">except.hxx</a></li>
<li>except.cxx</li>
</ul>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="a00176.html">pqxx</a> </li>
<li class="navelem"><a class="el" href="a00045.html">in_doubt_error</a> </li>
<li class="footer">Generated on Sun Nov 27 2011 18:14:13 for libpqxx by 
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </li>
</ul>
</div>
</body>
</html>
|
docs/transformers-base-0.4.4/index.html | JAnthelme/relation-tool | <!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>transformers-base-0.4.4: Lift computations from the bottom of a transformer stack</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">transformers-base-0.4.4: Lift computations from the bottom of a transformer stack</p></div><div id="content"><div id="description"><h1>transformers-base-0.4.4: Lift computations from the bottom of a transformer stack</h1><div class="doc"><p>This package provides a straightforward port of <code>monadLib</code>'s BaseM
typeclass to <code>transformers</code>.</p></div></div><div id="module-list"><p class="caption">Modules</p><ul><li><span id="control.n.1" class="module collapser" onclick="toggleSection('n.1')">Control</span><ul id="section.n.1" class="show"><li><span id="control.n.1.1" class="module collapser" onclick="toggleSection('n.1.1')">Monad</span><ul id="section.n.1.1" class="show"><li><span class="module"><a href="Control-Monad-Base.html">Control.Monad.Base</a></span></li></ul></li></ul></li></ul></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.16.1</p></div></body></html> |
nagare/static/css/application.css | nagareproject/core | @font-face {
font-family: 'DistrictThinRegular';
src: url('../font/distth___-webfont.eot');
src: url('../font/distth___-webfont.eot?iefix') format('eot'),
url('../font/distth___-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
background: white url(../img/bg.png) repeat-x top left;
color: #3a3a3a;
margin: 0;
padding: 0;
}
body, th, tr {
font-family: arial, verdana, sans, geneva;
font-size: 20px;
}
:link, :visited { border: 0 }
#body {
width: 850px;
margin: 0 auto;
}
#logo { float: left }
#logo img { border: 0 }
#content { margin-left: 140px; }
#title {
color: #3a3a3a;
font: italic 40px "DistrictThinRegular";
padding: 25px 40px 0 0;
text-align: right;
}
#main { margin-top: 60px }
.note {
margin: 0 0 5px 30px;
padding: 14px 0 14px 49px;
background: #f8f8f8 url(../img/note.gif) no-repeat 9px 8px;
border: 0;
border-left: 2px solid #3F7516;
}
a { text-decoration: none; color: #3f7516 }
pre { font-size: 13px }
blockquote { margin: 0 0 15px 0 !important }
#main blockquote ul, #main blockquote ol { padding-bottom: 0 }
body h1 {
margin: 25px 0 15px 0 !important;
color: #3f7516;
border-bottom: 1px solid #9f9f9f;
font-size: 26px;
font-weight: normal;
}
h2 {
margin: 20px 0 15px 0 !important;
font-size: 23px;
}
h3 {
margin: 20px 0 15px 0 !important;
font-style: italic;
font-size: 20px;
}
h3 a, h2 a, h1 a { border: 0 !important }
input, button, textarea, select, option { font-size: 13px !important }
#main ul { padding: 0 0 15px 40px }
#main ul li { list-style-type: square }
#main ul ul { padding: 0 0 0 40px }
#main ul ol { padding: 0 0 0 40px }
#main ul ul li { list-style-type: disc; }
#main ol { padding: 0 0 15px 40px }
#main ol ul { padding: 0 0 0 40px }
#main ol ol { padding: 0 0 0 40px }
#main ol.arabic li { list-style-type: decimal }
#main ol.arabic ul li { list-style-type: disc }
#footer {
padding: 20px 0;
width: 100%;
background: #9c9c9c;
clear:both;
font-size: 15px;
text-shadow: 1px 1px 0 #5f5f5f;
white-space: nowrap;
}
#footer table {
margin: 0 auto;
text-align: left;
border: 0;
border-collapse: collapse;
vertical-align: top;
}
#footer th {
margin: 0;
padding: 0 0 10px 0;
font-weight: normal;
font-size: 20px;
color: white;
}
#footer th, #footer td {
padding-right: 20px;
padding-left: 20px;
vertical-align: top;
background: url(../img/footer_separator.gif) repeat-y top right;
}
#footer tr { font-size: 15px }
#footer .last { background: none }
#footer ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#footer ul li { padding: 0 0 3px 0 }
#footer a {
text-decoration: none;
color: white;
font-weight: normal;
}
#footer a:hover { text-shadow: none }
|
v0.13.1/generated/statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_exact_initial.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.statespace.simulation_smoother.SimulationSmoother.filter_exact_initial — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/stylesheets/deprecation.css">
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/material.css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_extended" href="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_extended.html" />
<link rel="prev" title="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_conventional" href="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_conventional.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_exact_initial" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.13.1</span>
<span class="md-header-nav__topic"> statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_exact_initial </span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" action="../search.html" method="get" name="search">
<input type="text" class="md-search__input" name="q" placeholder="Search"
autocapitalize="off" autocomplete="off" spellcheck="false"
data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../../versions-v2.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../statespace.html" class="md-tabs__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a></li>
<li class="md-tabs__item"><a href="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.html" class="md-tabs__link">statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.13.1</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../tsa.html" class="md-nav__link">Time Series analysis <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa</span></code></a>
</li>
<li class="md-nav__item">
<a href="../statespace.html" class="md-nav__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a>
</li>
<li class="md-nav__item">
<a href="../vector_ar.html" class="md-nav__link">Vector Autoregressions <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa.vector_ar</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_exact_initial.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<section id="statsmodels-tsa-statespace-simulation-smoother-simulationsmoother-filter-exact-initial">
<h1 id="generated-statsmodels-tsa-statespace-simulation-smoother-simulationsmoother-filter-exact-initial--page-root">statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_exact_initial<a class="headerlink" href="#generated-statsmodels-tsa-statespace-simulation-smoother-simulationsmoother-filter-exact-initial--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py attribute">
<dt class="sig sig-object py" id="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_exact_initial">
<span class="sig-prename descclassname"><span class="pre">SimulationSmoother.</span></span><span class="sig-name descname"><span class="pre">filter_exact_initial</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">False</span></em><a class="headerlink" href="#statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_exact_initial" title="Permalink to this definition">¶</a></dt>
<dd><p>(bool) Flag for exact initial Kalman filtering. Not implemented.</p>
</dd></dl>
</section>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_conventional.html" title="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_conventional"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_conventional </span>
</div>
</a>
<a href="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_extended.html" title="statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_extended"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.filter_extended </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
</div>
Last updated on
Nov 12, 2021.
<br/>
Created using
<a href="http://www.sphinx-doc.org/">Sphinx</a> 4.3.0.
and
<a href="https://github.com/bashtage/sphinx-material/">Material for
Sphinx</a>
</div>
</div>
</div>
</footer>
<script src="../_static/javascripts/application.js"></script>
<script>app.initialize({version: "1.0.4", url: {base: ".."}})</script>
</body>
</html> |
purchasing/templates/conductor/flows/new.html | CityofPittsburgh/pittsburgh-purchasing-suite | {% extends 'conductor/layout.html' %}
{% import "macros/with_errors.html" as macros %}
{% block content %}
{{ super() }}
<div class="container">
<div class="col-md-8 col-md-offset-2">
<h3>Create New Flow</h3>
<form class="form form-horizontal" method="POST" action="{{ url_for('conductor.new_flow') }}">
{{ form.csrf_token }}
<div class="form-group">
<label for="flow_name" class="col-sm-2 control-label">Name</label>
<div class="col-sm-10">
{{ macros.with_errors(form.flow_name, class_="form-control", placeholder="Your flow name") }}
</div>
</div>
<div class="form-group">
<label for="flow-form" class="col-sm-2 control-label">Stages</label>
<div class="col-sm-10">
{% if 'stage_order' in form.errors %}
<div class="alert alert-danger alert-dismissible flashed-alert fade in" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
{{ form.errors['stage_order'][0] }}
</div>
{% endif %}
{% for entry in form.stage_order %}
<div class="js-stage-order-stage-container">
<div class="select2-exterior-container">
{{ macros.with_errors(entry, class_="js-select2 form-control") }}
</div>
<a class="js-multiform-stage-remove pull-right" disabled data-parent-elem-class="js-stage-order-stage-container">
<i class="fa fa-times text-muted"></i>
</a>
</div>
{% endfor %}
</div>
</div>
<div class="form-group">
<div class="col-sm-2"></div>
<div class="col-sm-10">
<button type="button" class="btn btn-primary js-stage-multiform-add" data-clone-class="js-stage-order-stage-container">
Add another stage
</button>
</div>
</div>
<hr>
<div class="form-group">
<div class="col-sm-2"></div>
<div class="col-sm-10">
<button type="submit" class="btn btn-success">Create new flow</button>
</div>
</div>
</form>
</div>
</div>
{% endblock %}
|
doc/avrora/test/TestCase.ExpectCompilationError.html | minf/avrora | <!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.4.2_07) on Sat Jul 23 14:55:05 PDT 2005 -->
<TITLE>
TestCase.ExpectCompilationError
</TITLE>
<META NAME="keywords" CONTENT="avrora.test.TestCase.ExpectCompilationError class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="TestCase.ExpectCompilationError";
}
</SCRIPT>
</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=3 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="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">
<A HREF="../../avrora/test/TestCase.html" title="class in avrora.test"><B>PREV CLASS</B></A>
<A HREF="../../avrora/test/TestCase.Malformed.html" title="class in avrora.test"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="TestCase.ExpectCompilationError.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: <A HREF="#nested_classes_inherited_from_class_avrora.test.TestCase">NESTED</A> | <A HREF="#fields_inherited_from_class_avrora.test.TestCase">FIELD</A> | <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">
avrora.test</FONT>
<BR>
Class TestCase.ExpectCompilationError</H2>
<PRE>
java.lang.Object
<IMG SRC="../../resources/inherit.gif" ALT="extended by"><A HREF="../../avrora/test/TestCase.html" title="class in avrora.test">avrora.test.TestCase</A>
<IMG SRC="../../resources/inherit.gif" ALT="extended by"><B>avrora.test.TestCase.ExpectCompilationError</B>
</PRE>
<DL>
<DT><B>Enclosing class:</B><DD><A HREF="../../avrora/test/TestCase.html" title="class in avrora.test">TestCase</A></DD>
</DL>
<HR>
<DL>
<DT>public abstract static class <B>TestCase.ExpectCompilationError</B><DT>extends <A HREF="../../avrora/test/TestCase.html" title="class in avrora.test">TestCase</A></DL>
<P>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<A NAME="nested_class_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Nested Class Summary</B></FONT></TD>
</TR>
</TABLE>
<A NAME="nested_classes_inherited_from_class_avrora.test.TestCase"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Nested classes inherited from class avrora.test.<A HREF="../../avrora/test/TestCase.html" title="class in avrora.test">TestCase</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../avrora/test/TestCase.ExpectCompilationError.html" title="class in avrora.test">TestCase.ExpectCompilationError</A>, <A HREF="../../avrora/test/TestCase.Malformed.html" title="class in avrora.test">TestCase.Malformed</A></CODE></TD>
</TR>
</TABLE>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Field Summary</B></FONT></TD>
</TR>
</TABLE>
<A NAME="fields_inherited_from_class_avrora.test.TestCase"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Fields inherited from class avrora.test.<A HREF="../../avrora/test/TestCase.html" title="class in avrora.test">TestCase</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../avrora/test/TestCase.html#filename">filename</A>, <A HREF="../../avrora/test/TestCase.html#properties">properties</A></CODE></TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../avrora/test/TestCase.ExpectCompilationError.html#TestCase.ExpectCompilationError(java.lang.String, java.util.Properties)">TestCase.ExpectCompilationError</A></B>(java.lang.String fname,
java.util.Properties props)</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">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../avrora/test/TestResult.html" title="class in avrora.test">TestResult</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../avrora/test/TestCase.ExpectCompilationError.html#match(java.lang.Throwable)">match</A></B>(java.lang.Throwable t)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_avrora.test.TestCase"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class avrora.test.<A HREF="../../avrora/test/TestCase.html" title="class in avrora.test">TestCase</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../avrora/test/TestCase.html#getFileName()">getFileName</A>, <A HREF="../../avrora/test/TestCase.html#run()">run</A></CODE></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">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="TestCase.ExpectCompilationError(java.lang.String, java.util.Properties)"><!-- --></A><H3>
TestCase.ExpectCompilationError</H3>
<PRE>
public <B>TestCase.ExpectCompilationError</B>(java.lang.String fname,
java.util.Properties props)</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">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="match(java.lang.Throwable)"><!-- --></A><H3>
match</H3>
<PRE>
public <A HREF="../../avrora/test/TestResult.html" title="class in avrora.test">TestResult</A> <B>match</B>(java.lang.Throwable t)</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../avrora/test/TestCase.html#match(java.lang.Throwable)">match</A></CODE> in class <CODE><A HREF="../../avrora/test/TestCase.html" title="class in avrora.test">TestCase</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 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="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">
<A HREF="../../avrora/test/TestCase.html" title="class in avrora.test"><B>PREV CLASS</B></A>
<A HREF="../../avrora/test/TestCase.Malformed.html" title="class in avrora.test"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="TestCase.ExpectCompilationError.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: <A HREF="#nested_classes_inherited_from_class_avrora.test.TestCase">NESTED</A> | <A HREF="#fields_inherited_from_class_avrora.test.TestCase">FIELD</A> | <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>
</BODY>
</HTML>
|
example/docs.html | kasperpeulen/dart-pad | <!DOCTYPE html>
<!-- Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file. -->
<!-- generated by papyrus.dart -->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Library dart.core</title>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"
rel="stylesheet" media="screen">
<link href="docs.css" rel="stylesheet" media="screen">
<style>
.row {
max-width: 700px;
}
</style>
</head>
<body>
<header>
</header>
<div class='container'>
<div class='row'>
<p><h5> Collections</h5>
<p>The dart:core library provides basic collections, such as <code>List</code>, <code>Map</code>, and <code>Set</code>.</p>
<p>A List is an ordered collection of objects, with a length. Lists are sometimes called arrays. Use a List when you need to access objects by index.</p>
<p>
<pre code executable>List superheroes = ['Batman', 'Superman', 'Harry Potter'];
print(superheroes);</pre>
A Set is an unordered collection of unique objects. You cannot get an item by index (position). Adding a duplicate item has no effect.
<p>
<pre code executable>Set villians = new Set();
villians.add('Joker');
villians.addAll(['Lex Luther', 'Voldemort']);
print(villians);
</pre>
A Map is an unordered collection of key-value pairs. Maps are sometimes called associative arrays because maps associate a key to some value for easy retrieval. Keys are unique. Use a Map when you need to access objects by a unique identifier.
<p>
<pre executable>Map sidekicks = { 'Batman': 'Robin',
'Superman': 'Lois Lane',
'Harry Potter': 'Ron and Hermione' };
</pre>
<p>In addition to these classes, dart:core contains <code>Iterable</code>, an interface that defines functionality common in collections of objects. Examples include the ability to run a function on each element in the collection, to apply a test to each element, to retrieve an object, and to determine length.</p>
<p>Iterable is implemented by List and Set, and used by Map for its keys and values.</p>
<p>For other kinds of collections, check out the <code>dart:collection</code>(#dart-collection) library.</p>
<p><h5> Date and time</h5>
<p>Use <code>DateTime</code> to represent a point in time and <code>Duration</code> to represent a span of time.</p>
<p>You can create DateTime objects with constructors or by parsing a correctly formatted string.</p>
<p><pre code executable>DateTime now = new DateTime.now();
DateTime berlinWallFell = new DateTime(1989, 11, 9);
DateTime moonLanding = DateTime.parse("1969-07-20");
</pre>Create a Duration object specifying the individual time units.
<p><pre code executable>Duration timeRemaining = new Duration(hours:56, minutes:14);
</pre>In addition to DateTime and Duration, dart:core contains the <code>Stopwatch</code> class for measuring elapsed time.
<h5> Uri</h5>
<p>A <code>Uri</code> object represents a uniform resource identifier, which identifies a resource on the web.</p>
<p><pre code executable>Uri dartlang = Uri.parse('http://dartlang.org/');</pre>
</div>
</div>
<footer>
</footer>
<script type="application/dart" src="docs.dart"></script>
<script src="packages/browser/dart.js"></script>
</body>
</html>
|
third_party/webgl/src/specs/latest/1.0/index.html | mxOBS/deb-pkg_trusty_chromium-browser | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>WebGL Specification</title>
<meta name="generator" content="BBEdit 9.1">
<link rel="stylesheet" type="text/css" href="../../../resources/Khronos-WD.css" />
<script src="../../../resources/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="../../../resources/generateTOC.js" type="text/javascript"></script>
</head>
<body onload="generateTOC(document.getElementById('toc'))">
<!--begin-logo-->
<div class=head>
<p>
<a href="http://khronos.org/">
<img alt=Khronos height=60 src="../../../resources/KhronosGroup-3D.png" width=220>
</a>
</p>
</div>
<div class=head>
<p>
<a href="http://webgl.org/">
<img alt=WebGL height=72 src="../../../resources/WebGL-Logo.png" width=156>
</a>
</p>
</div>
<!--end-logo-->
<h1>WebGL Specification</h1>
<h2 class="no-toc">Editor's Draft 27 October 2014</h2>
<dl>
<dt>This version:
<dd>
<a href="https://www.khronos.org/registry/webgl/specs/latest/1.0/">
https://www.khronos.org/registry/webgl/specs/latest/1.0/
</a>
<br>
<a href="https://www.khronos.org/registry/webgl/specs/latest/1.0/webgl.idl">
<b>WebIDL:</b> https://www.khronos.org/registry/webgl/specs/latest/1.0/webgl.idl
</a>
</dd>
<dt>Latest version:
<dd>
<a href="https://www.khronos.org/registry/webgl/specs/latest/1.0/">
https://www.khronos.org/registry/webgl/specs/latest/1.0/
</a>
<br>
<a href="https://www.khronos.org/registry/webgl/specs/latest/1.0/webgl.idl">
<b>WebIDL:</b> https://www.khronos.org/registry/webgl/specs/latest/1.0/webgl.idl
</a>
</dd>
<dt>Previous version:
<dd>
<a href="https://www.khronos.org/registry/webgl/specs/1.0.2/">
https://www.khronos.org/registry/webgl/specs/1.0.2/
</a>
<br>
<a href="https://www.khronos.org/registry/webgl/specs/1.0.2/webgl.idl">
<b>WebIDL:</b> https://www.khronos.org/registry/webgl/specs/1.0.2/webgl.idl
</a>
</dd>
<dt>Editor:
<dd>
<a href="mailto:dino@apple.com">Dean Jackson</a>
<a href="http://www.apple.com/">(Apple Inc.)</a>
</dd>
</dl>
<span style="font-size: x-small; font-style: oblique">Copyright © 2014 Khronos Group</span>
<hr />
<h2 class="no-toc">Abstract</h2>
<p>
This specification describes an additional rendering context and support
objects for the
<a href="http://www.w3.org/TR/html5/the-canvas-element.html"
title="HTML 5 Canvas Element">
HTML 5 <span class="prop-name">canvas</span> element <a href="#refsCANVAS">[CANVAS]</a>.
</a>
This context allows rendering using an API that conforms closely to the OpenGL ES 2.0 API.
</p>
<h2 class="no-toc">Status of this document</h2>
<!--begin-status-->
<p>
This document is an editor's draft. Do not cite this document as other than work in
progress. Public discussion of this specification is welcome on the
(<a href="https://www.khronos.org/webgl/public-mailing-list/archives/">archived</a>) WebGL
mailing list <a href="mailto:public_webgl@khronos.org">public_webgl@khronos.org</a> (see
<a href="http://www.khronos.org/webgl/public-mailing-list/">instructions</a>).
</p>
<!--end-status-->
<h2 class="no-toc">Table of contents</h2>
<div id="toc"></div>
<h2>Introduction</h2>
<div class="note">
<p>
WebGL™ is an immediate mode 3D rendering API designed for the
web. It is derived from OpenGL® ES 2.0, and provides similar
rendering functionality, but in an HTML context. WebGL is
designed as a rendering context for the HTML Canvas element.
The HTML Canvas provides a destination for programmatic
rendering in web pages, and allows for performing that rendering
using different rendering APIs. The only such interface
described as part of the Canvas specification is the 2D canvas
rendering context, CanvasRenderingContext2D. This document
describes another such interface, WebGLRenderingContext, which
presents the WebGL API.
</p>
<p>
The immediate mode nature of the API is a divergence from most
web APIs. Given the many use cases of 3D graphics, WebGL
chooses the approach of providing flexible primitives that can
be applied to any use case. Libraries can provide an API on top
of WebGL that is more tailored to specific areas, thus adding a
convenience layer to WebGL that can accelerate and simplify development.
However, because of its OpenGL ES 2.0 heritage, it should be
straightforward for developers familiar with modern desktop
OpenGL or OpenGL ES 2.0 development to transition to WebGL
development.
</p>
</div>
<h3>Conventions</h3>
<p>
Many functions described in this document contain links to OpenGL ES
man pages. While every effort is made to make these pages match the
OpenGL ES 2.0 specification <a href="#refsGLES20">[GLES20]</a>,
they may contain errors. In the case of a contradiction, the OpenGL
ES 2.0 specification is the final authority.
</p>
<p>
The remaining sections of this document are intended to be read in conjunction
with the OpenGL ES 2.0 specification (2.0.25 at the time of this writing, available
from the <a href="http://www.khronos.org/registry/gles/">Khronos OpenGL ES API Registry</a>).
Unless otherwise specified, the behavior of each method is defined by the
OpenGL ES 2.0 specification. This specification may diverge from OpenGL ES 2.0
in order to ensure interoperability or security, often defining areas that
OpenGL ES 2.0 leaves implementation-defined. These differences are summarized in the
<a href="#webgl_gl_differences">Differences Between WebGL and OpenGL ES 2.0</a> section.
</p>
<!-- ======================================================================================================= -->
<h2>Context Creation and Drawing Buffer Presentation</h2>
<p>
Before using the WebGL API, the author must obtain a <code>WebGLRenderingContext</code>
object for a given HTMLCanvasElement <a href="#refsCANVAS">[CANVAS]</a> as described
below. This object is used to manage OpenGL state and render to the drawing buffer, which
must be created at the time of context creation.
</p>
<!-- ======================================================================================================= -->
<h3>Context Creation</h3>
<p>
Each <code>WebGLRenderingContext</code> has an
associated <b><a name="context-canvas">canvas</a></b>, set upon creation, which is
a <em>canvas</em> <a href="#refsCANVAS">[CANVAS]</a>.
</p>
<p>
Each <code>WebGLRenderingContext</code> has <b><a name="context-creation-parameters">context
creation parameters</a></b>, set upon creation, in
a <a href="#WEBGLCONTEXTATTRIBUTES"><code>WebGLContextAttributes</code></a> object.
</p>
<p>
Each <code>WebGLRenderingContext</code> has <b><a name="actual-context-parameters">actual
context parameters</a></b>, set each time the drawing buffer is created, in
a <a href="#WEBGLCONTEXTATTRIBUTES"><code>WebGLContextAttributes</code></a> object.
</p>
<p>
Each <code>WebGLRenderingContext</code> has a <b><a name="webgl-context-lost-flag">webgl
context lost flag</a></b>, which is initially unset.
</p>
<p>
When the <code>getContext()</code> method of a <code>canvas</code> element is to return a
new object for
the <em>contextId</em> <code>webgl</code> <a href="#refsCANVASCONTEXTS">[CANVASCONTEXTS]</a>,
the user agent must perform the following steps:
<ol class="nestedlist">
<li> Create a new <code>WebGLRenderingContext</code> object, <em>context</em>.
<li> Let <em>context's</em> <a href="#context-canvas">canvas</a> be the canvas
the <code>getContext()</code> method is associated with.
<li> Create a new <code>WebGLContextAttributes</code> object, <em>contextAttributes</em>.
<li> If <code>getContext()</code> was invoked with a second argument, <em>options</em>, set
the attributes of <em>contextAttributes</em> from those specified in <em>options</em>.
<li> <a href="#create-a-drawing-buffer">Create a <em>drawing buffer</em></a> using the settings
specified in <em>contextAttributes</em>, and associate the <em>drawing buffer</em>
with <em>context</em>.
<li> If drawing buffer creation failed, perform the following steps:
<ol class="nestedlist">
<li> <a href="#fire-a-webgl-context-creation-error">Fire a WebGL context creation
error</a> at <em>canvas</em>.
<li> Return null and terminate these steps.
</ol>
<li> Set the attributes of <em>contextAttributes</em> based on the properties of the newly
created drawing buffer.
<li> Set <em>context's</em> <a href="#context-creation-parameters">context creation
parameters</a> to <em>contextAttributes</em>.
<li> Return <em>context</em>.
</ol>
</p>
<div class="note">
<p>
The canvas context type 'experimental-webgl' has historically been used to provide access to
WebGL implementations which are not yet complete or conformant.
</p>
</div>
<p>
If the user agent supports both the <code>webgl</code> and <code>experimental-webgl</code>
canvas context types, they shall be treated as aliases. For example, if a call
to <code>getContext('webgl')</code> successfully creates a WebGLRenderingContext, a subsequent
call to <code>getContext('experimental-webgl')</code> shall return the same context object.
</p>
<!-- ======================================================================================================= -->
<h3><a name="THE_DRAWING_BUFFER">The Drawing Buffer</a></h3>
<p>
The drawing buffer into which the API calls are rendered shall be defined upon creation of
the WebGLRenderingContext object. The following description defines how
to <b><a name="create-a-drawing-buffer">create a drawing buffer</a></b>.
</p>
<p>
The table below shows all the buffers which make up the drawing buffer, along with their
minimum sizes and whether they are defined or not by default. The size of this drawing
buffer shall be determined by the <code>width</code> and <code>height</code> attributes of
the HTMLCanvasElement. The table below also shows the value to which these buffers shall be
cleared when first created, when the size is changed, or after presentation when
the <code>preserveDrawingBuffer</code> context creation attribute is <code>false</code>.
</p>
<table class="foo">
<tr><th>Buffer</th><th>Clear value</th><th>Minimum size</th><th>Defined by default?</th></tr>
<tr><td>Color</td><td>(0, 0, 0, 0)</td><td>8 bits per component</td><td>yes</td></tr>
<tr><td>Depth</td><td>1.0</td><td>16 bit integer</td><td>yes</td></tr>
<tr><td>Stencil</td><td>0</td><td>8 bits</td><td>no</td></tr>
</table>
<br>
<p>
If the requested width or height cannot be satisfied, either when the drawing buffer is first
created or when the <code>width</code> and <code>height</code> attributes of the
<code>HTMLCanvasElement</code> are changed, a drawing buffer with smaller dimensions shall
be created. The dimensions actually used are implementation dependent and there is no
guarantee that a buffer with the same aspect ratio will be created. The actual drawing
buffer size can be obtained from the <code>drawingBufferWidth</code> and
<code>drawingBufferHeight</code> attributes.
</p>
<p>
A WebGL implementation must not perform any automatic scaling of the size of the drawing
buffer on high-definition displays. The context's <code>drawingBufferWidth</code>
and <code>drawingBufferHeight</code> must match the canvas's <code>width</code>
and <code>height</code> attributes as closely as possible, modulo implementation-dependent
constraints.
</p>
<div class="note">
<p>
The constraint above does not change the amount of space the canvas element consumes on
the web page, even on a high-definition display. The
canvas's <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#attr-canvas-width">intrinsic
dimensions</a> <a href="#refsCANVAS">[CANVAS]</a> equal the size of its coordinate
space, with the numbers interpreted in CSS pixels, and CSS pixels
are <a href="http://www.w3.org/TR/CSS21/syndata.html#length-units">resolution-independent</a> <a href="#refsCSS">[CSS]</a>.
</p>
<p>
A WebGL application can achieve a 1:1 ratio between drawing buffer pixels and on-screen
pixels on high-definition displays by examining properties
like <code>window.devicePixelRatio</code>, scaling the canvas's <code>width</code>
and <code>height</code> by that factor, and setting its CSS width and height to the
original width and height. An application can simulate the effect of running on a
higher-resolution display simply by scaling up the canvas's <code>width</code>
and <code>height</code> properties.
</p>
</div>
<p>
The optional <a href="#WEBGLCONTEXTATTRIBUTES">WebGLContextAttributes</a> object may be used
to change whether or not the buffers are defined. It can also be used to define whether the
color buffer will include an alpha channel. If defined, the alpha channel is used by the
HTML compositor to combine the color buffer with the rest of the page. The
WebGLContextAttributes object is only used on the first call to
<code>getContext</code>. No facility is provided to change the attributes of the drawing
buffer after its creation.
</p>
<p>
The <code>depth</code>, <code>stencil</code> and <code>antialias</code> attributes, when set
to true, are requests, not requirements. The WebGL implementation should make a best effort
to honor them. When any of these attributes is set to false, however, the WebGL
implementation must not provide the associated functionality. Combinations of attributes not
supported by the WebGL implementation or graphics hardware shall not cause a failure to
create a WebGLRenderingContext. The <a href="#actual-context-parameters">actual context
parameters</a> are set to the attributes of the created drawing buffer. The
<code>alpha</code>, <code>premultipliedAlpha</code> and <code>preserveDrawingBuffer</code>
attributes must be obeyed by the WebGL implementation.
</p>
<p>
WebGL presents its drawing buffer to the HTML page compositor immediately before a
compositing operation, but only if at least one of the following has occurred since the
previous compositing operation:
<ul>
<li>Context creation</li>
<li>Canvas resize</li>
<li>
<code>clear</code>, <code>drawArrays</code>, or <code>drawElements</code> has been
called while the drawing buffer is the currently bound framebuffer
</li>
</ul>
</p>
<p>
Before the drawing buffer is presented for compositing the implementation shall ensure that
all rendering operations have been flushed to the drawing buffer. By default, after
compositing the contents of the drawing buffer shall be cleared to their default values, as
shown in the table above.
</p>
<p>
This default behavior can be changed by setting the <code>preserveDrawingBuffer</code>
attribute of the <a href="#WEBGLCONTEXTATTRIBUTES">WebGLContextAttributes</a> object. If
this flag is true, the contents of the drawing buffer shall be preserved until the author
either clears or overwrites them. If this flag is false, attempting to perform operations
using this context as a source image after the rendering function has returned can lead to
undefined behavior. This includes <code>readPixels</code> or <code>toDataURL</code> calls,
or using this context as the source image of another context's <code>texImage2D</code> or
<code>drawImage</code> call.
</p>
<div class="note">
<p>
While it is sometimes desirable to preserve the drawing buffer, it can cause significant
performance loss on some platforms. Whenever possible this flag should remain false
and other techniques used. Techniques like synchronous drawing buffer access (e.g.,
calling <code>readPixels</code> or <code>toDataURL</code> in the same function that
renders to the drawing buffer) can be used to get the contents of the drawing buffer.
If the author needs to render to the same drawing buffer over a series of calls, a
<a href="#WEBGL_FRAMEBUFFER">Framebuffer Object</a> can be used.
</p>
<p>
Implementations may optimize away the required implicit clear operation of the Drawing
Buffer as long as a guarantee can be made that the author cannot gain access to buffer
contents from another process. For instance, if the author performs an explicit
clear then the implicit clear is not needed.
</p>
</div>
<!-- ======================================================================================================= -->
<h3><a name="WEBGL_VIEWPORT">The WebGL Viewport</a></h3>
<p>
OpenGL manages a rectangular viewport as part of its state which defines the placement of
the rendering results in the drawing buffer. Upon creation of WebGL
context <em>context</em>, the viewport is initialized to a rectangle with origin at (0, 0)
and width and height equal to (context.drawingBufferWidth, context.drawingBufferHeight).
</p>
<p>
A WebGL implementation <em>shall not</em> affect the state of the OpenGL viewport in response to
resizing of the canvas element.
</p>
<div class="example">
Note that if a WebGL program does not contain logic to set the viewport, it will not properly
handle the case where the canvas is resized. The following ECMAScript example illustrates how
a WebGL program might resize the canvas programmatically.
<pre>
var canvas = document.getElementById('canvas1');
var gl = canvas.getContext('webgl');
canvas.width = newWidth;
canvas.height = newHeight;
gl.viewport(0, 0, gl.drawingBufferWidth, gl.drawingBufferHeight);
</pre>
</div>
<p>
<em>Rationale</em>: automatically setting the viewport will interfere with applications that set
it manually. Applications are expected to use <code>onresize</code> handlers to respond to
changes in size of the canvas and set the OpenGL viewport in turn.
</p>
<!-- ======================================================================================================= -->
<h3><a name="PREMULTIPLIED_ALPHA">Premultiplied Alpha, Canvas APIs and texImage2D</a></h3>
<p>
The OpenGL API allows the application to modify the blending modes used during rendering,
and for this reason allows control over how alpha values in the drawing buffer are
interpreted; see the <code>premultipliedAlpha</code> parameter in
the <a href="#WEBGLCONTEXTATTRIBUTES">WebGLContextAttributes</a> section.
</p>
<p>
The HTML Canvas APIs <code>toDataURL</code> and <code>drawImage</code> must respect
the <code>premultipliedAlpha</code> context creation parameter. When <code>toDataURL</code>
is called against a Canvas into which WebGL content is being rendered, then if the requested
image format does not specify premultiplied alpha and the WebGL context has
the <code>premultipliedAlpha</code> parameter set to true, then the pixel values must be
de-multiplied; i.e., the color channels are divided by the alpha channel. <b>Note</b> that
this operation is lossy.
</p>
<p>
Passing a WebGL-rendered Canvas to the <code>drawImage</code> method
of <code>CanvasRenderingContext2D</code> may or may not need to modify the the rendered
WebGL content during the drawing operation, depending on the premultiplication needs of the
<code>CanvasRenderingContext2D</code> implementation.
</p>
<p>
When passing a WebGL-rendered Canvas to the <code>texImage2D</code> API, then depending on
the setting of the <code>premultipliedAlpha</code> context creation parameter of the passed
canvas and the <code>UNPACK_PREMULTIPLY_ALPHA_WEBGL</code> pixel store parameter of the
destination WebGL context, the pixel data may need to be changed to or from premultiplied
form.
</p>
<!-- ======================================================================================================= -->
<h2>WebGL Resources</h2>
<p>
OpenGL manages several types of resources as part of its state. These are identified
by integer object names and are obtained from OpenGL by various creation calls.
In contrast WebGL represents these resources as DOM objects. Each object is derived
from the WebGLObject interface. Currently supported resources are:
textures, buffers (i.e., VBOs), framebuffers, renderbuffers, shaders and
programs. The WebGLRenderingContext interface has a method to create a
WebGLObject subclass for each type. Data from the underlying graphics library are
stored in these objects and are fully managed by them. The resources represented
by these objects are guaranteed to exist as long as the object exists.
Furthermore, the DOM object is guaranteed to exist as long as the author has an explicit
valid reference to it <b>or</b> as long as it is bound by the underlying graphics library.
When none of these conditions exist the user agent can, at any point, delete the object
using the equivalent of a delete call (e.g., deleteTexture). If authors wish to control
when the underlying resource is released then the delete call can be made explicitly.
</p>
<!-- ======================================================================================================= -->
<h2>Security</h2>
<p>
</p>
<!-- ======================================================================================================= -->
<h3>Resource Restrictions</h3>
<p>
WebGL resources such as textures and vertex buffer objects (VBOs) must always
contain initialized data, even if they were created without initial user
data values. Creating a resource without initial values is commonly used to
reserve space for a texture or VBO, which is then modified using <code>texSubImage</code> or
<code>bufferSubData</code> calls. If initial data is not provided to these calls, the WebGL
implementation must initialize their contents to 0; depth renderbuffers must be cleared to
the default 1.0 clear depth. This may require creating a zeroed temporary buffer the size
of a requested VBO, so that it can be initialized correctly. All other forms of loading
data into a texture or VBO involve either ArrayBuffers or DOM objects such as images, and
are therefore already required to be initialized.
</p>
<p>
When WebGL resources are accessed by shaders through a call such as
<code>drawElements</code> or <code>drawArrays</code>, the WebGL implementation must ensure
that the shader cannot access either out of bounds or uninitialized data.
See <a href="#ATTRIBS_AND_RANGE_CHECKING">Enabled Vertex Attributes and Range Checking</a>
for restrictions which must be enforced by the WebGL implementation.
</p>
<!-- ======================================================================================================= -->
<h3><a name="ORIGIN_RESTRICTIONS">Origin Restrictions</a></h3>
<p>
In order to prevent information leakage, WebGL disallows uploading as textures:
<ul>
<li> Image or video elements whose origin is not the same as the origin of the Document that
contains the WebGLRenderingContext's canvas element
<li> Canvas elements whose <i>origin-clean</i> flag is set to false
</ul>
</p>
<p>
If the <code>texImage2D</code> or <code>texSubImage2D</code> method is called with otherwise
correct arguments and an <code>HTMLImageElement</code>, <code>HTMLVideoElement</code>,
or <code>HTMLCanvasElement</code> violating these restrictions, a <code>SECURITY_ERR</code>
exception must be thrown.
</p>
<div class="note">
<p>
WebGL necessarily imposes stronger restrictions on the use of cross-domain media than other
APIs such as the 2D canvas rendering context, because shaders can be used to indirectly
deduce the contents of textures which have been uploaded to the GPU.
</p>
<p>
WebGL applications may utilize images and videos that come from other domains, with the
cooperation of the server hosting the media,
using <a href="http://www.w3.org/TR/cors/">Cross-Origin Resource
Sharing</a> <a href="#refsCORS">[CORS]</a>. In order to use such media, the application
needs to explicitly request permission to do so, and the server needs to explicitly grant
permission. Successful CORS-enabled fetches of image and video elements from other
domains <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/origin-0.html#origin-0">cause
the origin of these elements</a> to be set to that of the containing
Document <a href="#refsHTML">[HTML]</a>.
</p>
<div class="example">
<p>
The following ECMAScript example demonstrates how to issue a CORS request for an
image coming from another domain. The image is fetched from the server without any
credentials, i.e., cookies.
</p>
<pre>
var gl = ...;
var image = new Image();
// The onload handler should be set to a function which uploads the HTMLImageElement
// using texImage2D or texSubImage2D.
image.onload = ...;
image.crossOrigin = "anonymous";
image.src = "http://other-domain.com/image.jpg";
</pre>
</div>
<p>
Note that these rules imply that the <i>origin-clean</i> flag for a canvas rendered
using WebGL will never be set to false.
</p>
<p>
For more information on issuing CORS requests for image and video elements, consult:
<ul>
<li> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#cors-settings-attribute">CORS settings attributes</a> <a href="#refsHTML">[HTML]</a>
<li> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#the-img-element">The <code>img</code> element</a> <a href="#refsHTML">[HTML]</a>
<li> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#media-elements">Media elements</a> <a href="#refsHTML">[HTML]</a>
</ul>
</p>
</div>
<!-- ======================================================================================================= -->
<h3><a name="SUPPORTED_GLSL_CONSTRUCTS">Supported GLSL Constructs</a></h3>
<p>
A WebGL implementation must only accept shaders which conform to The OpenGL ES Shading
Language, Version 1.00 <a href="#refsGLES20GLSL">[GLES20GLSL]</a>, and which do not exceed
the minimum functionality mandated in Sections 4 and 5 of Appendix A. In particular:
<ul>
<li> A shader referencing state variables or functions that are available in other versions
of GLSL, such as that found in versions of OpenGL for the desktop, must not be allowed
to load. </li>
<li> <code>for</code> loops must conform to the structural constraints in Appendix A. </li>
<li> <code>while</code> and <code>do-while</code> loops are disallowed, since they are
optional in Appendix A.</li>
<li> Appendix A mandates certain forms of indexing of arrays; for example, within fragment
shaders, indexing is only mandated with a <i>constant-index-expression</i>
(see <a href="#refsGLES20GLSL">[GLES20GLSL]</a> for the definition of this term). In
the WebGL API, only the forms of indexing mandated in Appendix A are supported. </li>
</ul>
</p>
<p>
In addition to the reserved identifiers in the aforementioned specification, identifiers
starting with "webgl_" and "_webgl_" are reserved for use by WebGL. A shader which declares
a function, variable, structure name, or structure field starting with these prefixes must
not be allowed to load.
</p>
<!-- ======================================================================================================= -->
<h3>Defense Against Denial of Service</h3>
<div class="note">
<p>
It is possible to create, either intentionally or unintentionally, combinations of shaders and
geometry that take an undesirably long time to render. This issue is analogous to that of
long-running scripts, for which user agents already have safeguards. However, long-running draw
calls can cause loss of interactivity for the entire window system, not just the user agent.
</p>
<p>
In the general case it is not possible to impose limits on the structure of incoming shaders to
guard against this problem. Experimentation has shown that even very strict structural limits
are insufficient to prevent long rendering times, and such limits would prevent shader authors
from implementing common algorithms.
</p>
<p>
User agents should implement safeguards to prevent excessively long rendering times and
associated loss of interactivity. Suggested safeguards include:
</p>
<ul>
<li> Splitting up draw calls with large numbers of elements into smaller draw calls.
<li> Timing individual draw calls and forbidding further rendering from a page if a certain
timeout is exceeded.
<li> Using any watchdog facilities available at the user level, graphics API level, or operating
system level to limit the duration of draw calls.
<li> Separating the graphics rendering of the user agent into a distinct operating system
process which can be terminated and restarted without losing application state.
</ul>
<p>
The supporting infrastructure at the OS and graphics API layer is expected to improve over time,
which is why the exact nature of these safeguards is not specified.
</p>
</div>
<!-- ======================================================================================================= -->
<h3><a name="OUT_OF_RANGE_ARRAY_ACCESSES">Out-of-Range Array Accesses</a></h3>
<p>
Shaders must not be allowed to read or write array elements that lie outside the bounds of
the array. This includes any variable of array type, as well as vector or matrix types such
as <code>vec3</code> or <code>mat4</code> when accessed using array subscripting syntax. If
detected during compilation, such accesses must generate an error and prevent the shader
from compiling. Otherwise, at runtime they shall return zero or the value at any valid index
of the same array.
</p>
<div class="note">
<p>
See <a href="#SUPPORTED_GLSL_CONSTRUCTS">Supported GLSL Constructs</a> for more information
on restrictions which simplify static analysis of the array indexing operations in shaders.
</p>
</div>
<!-- ======================================================================================================= -->
<h2>DOM Interfaces</h2>
<p>
This section describes the interfaces and functionality added to the
DOM to support runtime access to the functionality described above.
</p>
<!-- ======================================================================================================= -->
<h3>Types</h3>
<p>
The following types are used in all interfaces in the following section.
</p>
<pre class="idl">
typedef unsigned long GLenum;
typedef boolean GLboolean;
typedef unsigned long GLbitfield;
typedef byte GLbyte; /* 'byte' should be a signed 8 bit type. */
typedef short GLshort;
typedef long GLint;
typedef long GLsizei;
typedef long long GLintptr;
typedef long long GLsizeiptr;
// Ideally the typedef below would use 'unsigned byte', but that doesn't currently exist in Web IDL.
typedef octet GLubyte; /* 'octet' should be an unsigned 8 bit type. */
typedef unsigned short GLushort;
typedef unsigned long GLuint;
typedef unrestricted float GLfloat;
typedef unrestricted float GLclampf;
</pre>
<!-- ======================================================================================================= -->
<h3><a name="WEBGLCONTEXTATTRIBUTES">WebGLContextAttributes</a></h3>
<p>
The <code>WebGLContextAttributes</code> dictionary contains drawing surface attributes and
is passed as the second parameter to <code>getContext</code>.
</p>
<pre class="idl">dictionary <dfn id="WebGLContextAttributes">WebGLContextAttributes</dfn> {
GLboolean alpha = true;
GLboolean depth = true;
GLboolean stencil = false;
GLboolean antialias = true;
GLboolean premultipliedAlpha = true;
GLboolean preserveDrawingBuffer = false;
GLboolean preferLowPowerToHighPerformance = false;
GLboolean failIfMajorPerformanceCaveat = false;
};</pre>
<h4>Context creation parameters</h4>
<p>
The following list describes each attribute in the WebGLContextAttributes object and its
use. The default value for each attribute is shown above. The default value is used either
if no second parameter is passed to <code>getContext</code>, or if a user object is passed
which has no attribute of the given name.
</p>
<dl>
<dt><span class=prop-value>alpha</span></dt>
<dd>
If the value is true, the drawing buffer has an alpha channel for the purposes of
performing OpenGL destination alpha operations and compositing with the page. If the
value is false, no alpha buffer is available.
</dd>
<dt> <span class=prop-value>depth</span>
<dd>
If the value is true, the drawing buffer has a depth buffer of at least 16 bits. If
the value is false, no depth buffer is available.
</dd>
<dt> <span class=prop-value>stencil</span>
<dd>
If the value is true, the drawing buffer has a stencil buffer of at least 8 bits. If
the value is false, no stencil buffer is available.
</dd>
<dt> <span class=prop-value>antialias</span>
<dd>
If the value is true and the implementation supports antialiasing the drawing buffer
will perform antialiasing using its choice of technique (multisample/supersample)
and quality. If the value is false or the implementation does not support
antialiasing, no antialiasing is performed.
</dd>
<dt> <span class=prop-value>premultipliedAlpha</span>
<dd>
If the value is true the page compositor will assume the drawing buffer contains
colors with premultiplied alpha. If the value is false the page compositor will
assume that colors in the drawing buffer are not premultiplied. This flag is ignored
if the <strong>alpha</strong> flag is
false. See <a href="#PREMULTIPLIED_ALPHA">Premultiplied Alpha</a> for more
information on the effects of the <code>premultipliedAlpha</code> flag.
</dd>
<dt> <span class=prop-value>preserveDrawingBuffer</span>
<dd>
If false, once the drawing buffer is presented as described in
the<a href="#THE_DRAWING_BUFFER">Drawing Buffer</a> section, the contents of the
drawing buffer are cleared to their default values. All elements of the drawing
buffer (color, depth and stencil) are cleared. If the value is true the buffers
will not be cleared and will preserve their values until cleared or overwritten by
the author.
<blockquote>
<em>
On some hardware setting the <code>preserveDrawingBuffer</code> flag
to true can have significant performance implications.
</em>
</blockquote>
</dd>
<dt><span class=prop-value>preferLowPowerToHighPerformance</span></dt>
<dd>
Provides a hint to the implementation suggesting that, if possible, it
creates a context that optimizes for power consumption over
performance. For example, on hardware that has more than one
GPU, it may be the case that one of them is less powerful
but also uses less power. An implementation may choose to, and may
have to, ignore this hint.
</dd>
<dt> <span class=prop-value>failIfMajorPerformanceCaveat</span></dt>
<dd>
If the value is true, context creation will fail if the implementation determines
that the performance of the created WebGL context would be dramatically lower
than that of a native application making equivalent OpenGL calls. This could happen
for a number of reasons, including:
<ul>
<li>An implementation might switch to a software rasterizer if the user's GPU
driver is known to be unstable.
<li>An implementation might require reading back the framebuffer from GPU memory
to system memory before compositing it with the rest of the page,
significantly reducing performance.
</ul>
Applications that don't require high performance should leave this parameter at its
default value of <code>false</code>. Applications that require high performance may
set this parameter to <code>true</code>, and if context creation fails then the
application may prefer to use a fallback rendering path such as a 2D canvas context.
Alternatively the application can retry WebGL context creation with this parameter
set to <code>false</code>, with the knowledge that a reduced-fidelity rendering mode
should be used to improve performance.
</dd>
</dl>
<div class="example">
Here is an ECMAScript example which passes a WebGLContextAttributes argument
to <code>getContext</code>. It assumes the presence of a canvas element named "canvas1" on the
page.
<pre>
var canvas = document.getElementById('canvas1');
var context = canvas.getContext('webgl',
{ antialias: false,
stencil: true });
</pre>
</div>
<!-- ======================================================================================================= -->
<h3>WebGLObject</h3>
<p>
The <code>WebGLObject</code> interface is the parent interface for all GL objects.
</p>
<p>
Each <code>WebGLObject</code> has
an <b><a name="webgl-object-invalidated-flag">invalidated</a></b> flag, which is initially unset.
</p>
<pre class="idl">interface <dfn id="WebGLObject">WebGLObject</dfn> {
};</pre>
<!-- ======================================================================================================= -->
<h3>WebGLBuffer</h3>
<p>
The <code>WebGLBuffer</code> interface represents an OpenGL Buffer Object. The
underlying object is created as if by calling glGenBuffers
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.9">OpenGL ES 2.0 §2.9</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGenBuffers.xml">man page</a>)</span>
, bound as if by calling glBindBuffer
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.9">OpenGL ES 2.0 §2.9</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBindBuffer.xml">man page</a>)</span>
and destroyed as if by calling glDeleteBuffers
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.9">OpenGL ES 2.0 §2.9</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDeleteBuffers.xml">man page</a>)</span>
.
</p>
<pre class="idl">interface <dfn id="WebGLBuffer">WebGLBuffer</dfn> : WebGLObject {
};</pre>
<!-- ======================================================================================================= -->
<h3><a name="WEBGL_FRAMEBUFFER">WebGLFramebuffer</a></h3>
<p>
The <code>WebGLFramebuffer</code> interface represents an OpenGL Framebuffer Object. The
underlying object is created as if by calling glGenFramebuffers
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.4.1">OpenGL ES 2.0 §4.4.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGenFramebuffers.xml">man page</a>)</span>
, bound as if by calling glBindFramebuffer
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.4.1">OpenGL ES 2.0 §4.4.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBindFramebuffer.xml">man page</a>)</span>
and destroyed as if by calling glDeleteFramebuffers
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.4.1">OpenGL ES 2.0 §4.4.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDeleteFramebuffers.xml">man page</a>)</span>
.
</p>
<pre class="idl">interface <dfn id="WebGLFramebuffer">WebGLFramebuffer</dfn> : WebGLObject {
};</pre>
<!-- ======================================================================================================= -->
<h3>WebGLProgram</h3>
<p>
The <code>WebGLProgram</code> interface represents an OpenGL Program Object. The
underlying object is created as if by calling glCreateProgram
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.3">OpenGL ES 2.0 §2.10.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glCreateProgram.xml">man page</a>)</span>
, used as if by calling glUseProgram
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.3">OpenGL ES 2.0 §2.10.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glUseProgram.xml">man page</a>)</span>
and destroyed as if by calling glDeleteProgram
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.3">OpenGL ES 2.0 §2.10.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDeleteProgram.xml">man page</a>)</span>
.
</p>
<pre class="idl">interface <dfn id="WebGLProgram">WebGLProgram</dfn> : WebGLObject {
};</pre>
<!-- ======================================================================================================= -->
<h3>WebGLRenderbuffer</h3>
<p>
The <code>WebGLRenderbuffer</code> interface represents an OpenGL Renderbuffer Object. The
underlying object is created as if by calling glGenRenderbuffers
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.4.3">OpenGL ES 2.0 §4.4.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGenRenderbuffers.xml">man page</a>)</span>
, bound as if by calling glBindRenderbuffer
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.4.3">OpenGL ES 2.0 §4.4.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBindRenderbuffer.xml">man page</a>)</span>
and destroyed as if by calling glDeleteRenderbuffers
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.4.3">OpenGL ES 2.0 §4.4.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDeleteRenderbuffers.xml">man page</a>)</span>
.
</p>
<pre class="idl">interface <dfn id="WebGLRenderbuffer">WebGLRenderbuffer</dfn> : WebGLObject {
};</pre>
<!-- ======================================================================================================= -->
<h3>WebGLShader</h3>
<p>
The <code>WebGLShader</code> interface represents an OpenGL Shader Object. The
underlying object is created as if by calling glCreateShader
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.1">OpenGL ES 2.0 §2.10.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glCreateShader.xml">man page</a>)</span>
, attached to a Program as if by calling glAttachShader
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.3">OpenGL ES 2.0 §2.10.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glAttachShader.xml">man page</a>)</span>
and destroyed as if by calling glDeleteShader
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.1">OpenGL ES 2.0 §2.10.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDeleteShader.xml">man page</a>)</span>
.
</p>
<pre class="idl">interface <dfn id="WebGLShader">WebGLShader</dfn> : WebGLObject {
};</pre>
<!-- ======================================================================================================= -->
<h3>WebGLTexture</h3>
<p>
The <code>WebGLTexture</code> interface represents an OpenGL Texture Object. The
underlying object is created as if by calling glGenTextures
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.13">OpenGL ES 2.0 §3.7.13</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGenTextures.xml">man page</a>)</span>
, bound as if by calling glBindTexture
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.13">OpenGL ES 2.0 §3.7.13</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBindTexture.xml">man page</a>)</span>
and destroyed as if by calling glDeleteTextures
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.13">OpenGL ES 2.0 §3.7.13</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDeleteTextures.xml">man page</a>)</span>
.
</p>
<pre class="idl">interface <dfn id="WebGLTexture">WebGLTexture</dfn> : WebGLObject {
};</pre>
<!-- ======================================================================================================= -->
<h3>WebGLUniformLocation</h3>
<p>
The <code>WebGLUniformLocation</code> interface represents the location of a uniform variable
in a shader program.
</p>
<pre class="idl">interface <dfn id="WebGLUniformLocation">WebGLUniformLocation</dfn> {
};</pre>
<!-- ======================================================================================================= -->
<h3>WebGLActiveInfo</h3>
<p>
The <code>WebGLActiveInfo</code> interface represents the information returned
from the getActiveAttrib and getActiveUniform calls.
</p>
<pre class="idl">interface <dfn id="WebGLActiveInfo">WebGLActiveInfo</dfn> {
readonly attribute GLint size;
readonly attribute GLenum type;
readonly attribute DOMString name;
};</pre>
<h4>Attributes</h4>
<p>
The following attributes are available:
</p>
<dl class="methods">
<dt>
<code class=attribute-name>
<a id="DOM-WebGLActiveInfo-size">
size
</a>
</code>
of type <code>GLint</code>
<dd>
The size of the requested variable.
<dt>
<code class=attribute-name>
<a id="DOM-WebGLActiveInfo-type">
type
</a>
</code>
of type <code>GLenum</code>
<dd>
The data type of the requested variable.
<dt>
<code class=attribute-name>
<a id="DOM-WebGLActiveInfo-name">
name
</a>
</code>
of type <code>DOMString</code>
<dd>
The name of the requested variable.
</dl>
<!-- ======================================================================================================= -->
<h3>WebGLShaderPrecisionFormat</h3>
<p>
The <code>WebGLShaderPrecisionFormat</code> interface represents the information returned
from the getShaderPrecisionFormat call.
</p>
<pre class="idl">interface <dfn id="WebGLShaderPrecisionFormat">WebGLShaderPrecisionFormat</dfn> {
readonly attribute GLint rangeMin;
readonly attribute GLint rangeMax;
readonly attribute GLint precision;
};</pre>
<h4>Attributes</h4>
<p>
The following attributes are available:
</p>
<dl class="methods">
<dt>
<code class=attribute-name>
<a id="DOM-WebGLShaderPrecisionFormat-rangeMin">
rangeMin
</a>
</code>
of type <code>GLint</code>
<dd>
The base 2 log of the absolute value of the minimum value that can be represented.
<dt>
<code class=attribute-name>
<a id="DOM-WebGLShaderPrecisionFormat-rangeMax">
rangeMax
</a>
</code>
of type <code>GLint</code>
<dd>
The base 2 log of the absolute value of the maximum value that can be represented.
<dt>
<code class=attribute-name>
<a id="DOM-WebGLShaderPrecisionFormat-precision">
precision
</a>
</code>
of type <code>GLint</code>
<dd>
The number of bits of precision that can be represented. For integer formats this value
is always 0.
</dl>
<!-- ======================================================================================================= -->
<h3><a name="ARRAYBUFFER">ArrayBuffer</a> and <a name="TYPEDARRAY">Typed Arrays</a></h3>
<p>
Vertex, index, texture, and other data is transferred to the WebGL implementation using
the <a href="../../../../typedarray/specs/latest/#ARRAYBUFFER">ArrayBuffer</a>
and <a href="../../../../typedarray/specs/latest/#TYPEDARRAYS">views</a> defined in
the <a href="../../../../typedarray/specs/latest/">Typed Array</a>
specification <a href="#refsTYPEDARRAYS">[TYPEDARRAYS]</a>.
</p>
<p>
Typed Arrays support the creation of interleaved, heterogeneous vertex data; uploading of
distinct blocks of data into a large vertex buffer object; and most other use cases required
by OpenGL programs.
</p>
<div class="example">
Here is an ECMAScript example showing access to the same ArrayBuffer using different types of
typed arrays. In this case the buffer contains a floating point vertex position (x, y, z)
followed by a color as 4 unsigned bytes (r, g, b, a).
<pre>
var numVertices = 100; // for example
// Compute the size needed for the buffer, in bytes and floats
var vertexSize = 3 * Float32Array.BYTES_PER_ELEMENT +
4 * Uint8Array.BYTES_PER_ELEMENT;
var vertexSizeInFloats = vertexSize / Float32Array.BYTES_PER_ELEMENT;
// Allocate the buffer
var buf = new ArrayBuffer(numVertices * vertexSize);
// Map this buffer to a Float32Array to access the positions
var positionArray = new Float32Array(buf);
// Map the same buffer to a Uint8Array to access the color
var colorArray = new Uint8Array(buf);
// Set up the initial offset of the vertices and colors within the buffer
var positionIdx = 0;
var colorIdx = 3 * Float32Array.BYTES_PER_ELEMENT;
// Initialize the buffer
for (var i = 0; i < numVertices; i++) {
positionArray[positionIdx] = ...;
positionArray[positionIdx + 1] = ...;
positionArray[positionIdx + 2] = ...;
colorArray[colorIdx] = ...;
colorArray[colorIdx + 1] = ...;
colorArray[colorIdx + 2] = ...;
colorArray[colorIdx + 3] = ...;
positionIdx += vertexSizeInFloats;
colorIdx += vertexSize;
}
</pre>
</div>
<!-- ======================================================================================================= -->
<h3><a name="WEBGLRENDERINGCONTEXT">The WebGL context</a></h3>
<p>
The <code>WebGLRenderingContext</code> represents the API allowing
OpenGL ES 2.0 style rendering into the canvas element.
</p>
<p>
Before performing the implementation of any method of the <code>WebGLRenderingContext</code>
interface or any method of an interface returned by the <code>getExtension</code> method,
the following steps must be performed:
<ol class="nestedlist">
<li> If the <code>[WebGLHandlesContextLoss]</code> extended attribute appears on the called
method, perform the implementation of the called method, return its result and terminate
these steps. </li>
<li> Let <em>use default return value</em> be false. </li>
<li> If the <a href="#webgl-context-lost-flag">webgl context lost flag</a> is set,
let <em>use default return value</em> be true. </li>
<li> If any argument to the method is a <code>WebGLObject</code> with
its <a href="#webgl-object-invalidated-flag">invalidated flag</a> set, generate
an <code>INVALID_OPERATION</code> error and let <em>use default return value</em> be
true. </li>
<li> If <em>use default return value</em> is true, perform the following steps:
<ol class="nestedlist">
<li> If the return type of the called method is <code>any</code> or any nullable type,
return null. </li>
<li> Terminate this algorithm without calling the method implementation. </li>
</ol>
<li> Otherwise, perform the implementation of the called method and return its result. </li>
</ol>
</p>
<p>
See <a href="#CONTEXT_LOST">the context lost event</a> for further details.
</p>
<pre class="idl">
[NoInterfaceObject]
interface <dfn id="WebGLRenderingContextBase">WebGLRenderingContextBase</dfn>
{
/* ClearBufferMask */
const GLenum DEPTH_BUFFER_BIT = 0x00000100;
const GLenum STENCIL_BUFFER_BIT = 0x00000400;
const GLenum COLOR_BUFFER_BIT = 0x00004000;
/* BeginMode */
const GLenum POINTS = 0x0000;
const GLenum LINES = 0x0001;
const GLenum LINE_LOOP = 0x0002;
const GLenum LINE_STRIP = 0x0003;
const GLenum TRIANGLES = 0x0004;
const GLenum TRIANGLE_STRIP = 0x0005;
const GLenum TRIANGLE_FAN = 0x0006;
/* AlphaFunction (not supported in ES20) */
/* NEVER */
/* LESS */
/* EQUAL */
/* LEQUAL */
/* GREATER */
/* NOTEQUAL */
/* GEQUAL */
/* ALWAYS */
/* BlendingFactorDest */
const GLenum ZERO = 0;
const GLenum ONE = 1;
const GLenum SRC_COLOR = 0x0300;
const GLenum ONE_MINUS_SRC_COLOR = 0x0301;
const GLenum SRC_ALPHA = 0x0302;
const GLenum ONE_MINUS_SRC_ALPHA = 0x0303;
const GLenum DST_ALPHA = 0x0304;
const GLenum ONE_MINUS_DST_ALPHA = 0x0305;
/* BlendingFactorSrc */
/* ZERO */
/* ONE */
const GLenum DST_COLOR = 0x0306;
const GLenum ONE_MINUS_DST_COLOR = 0x0307;
const GLenum SRC_ALPHA_SATURATE = 0x0308;
/* SRC_ALPHA */
/* ONE_MINUS_SRC_ALPHA */
/* DST_ALPHA */
/* ONE_MINUS_DST_ALPHA */
/* BlendEquationSeparate */
const GLenum FUNC_ADD = 0x8006;
const GLenum BLEND_EQUATION = 0x8009;
const GLenum BLEND_EQUATION_RGB = 0x8009; /* same as BLEND_EQUATION */
const GLenum BLEND_EQUATION_ALPHA = 0x883D;
/* BlendSubtract */
const GLenum FUNC_SUBTRACT = 0x800A;
const GLenum FUNC_REVERSE_SUBTRACT = 0x800B;
/* Separate Blend Functions */
const GLenum BLEND_DST_RGB = 0x80C8;
const GLenum BLEND_SRC_RGB = 0x80C9;
const GLenum BLEND_DST_ALPHA = 0x80CA;
const GLenum BLEND_SRC_ALPHA = 0x80CB;
const GLenum CONSTANT_COLOR = 0x8001;
const GLenum ONE_MINUS_CONSTANT_COLOR = 0x8002;
const GLenum CONSTANT_ALPHA = 0x8003;
const GLenum ONE_MINUS_CONSTANT_ALPHA = 0x8004;
const GLenum BLEND_COLOR = 0x8005;
/* Buffer Objects */
const GLenum ARRAY_BUFFER = 0x8892;
const GLenum ELEMENT_ARRAY_BUFFER = 0x8893;
const GLenum ARRAY_BUFFER_BINDING = 0x8894;
const GLenum ELEMENT_ARRAY_BUFFER_BINDING = 0x8895;
const GLenum STREAM_DRAW = 0x88E0;
const GLenum STATIC_DRAW = 0x88E4;
const GLenum DYNAMIC_DRAW = 0x88E8;
const GLenum BUFFER_SIZE = 0x8764;
const GLenum BUFFER_USAGE = 0x8765;
const GLenum CURRENT_VERTEX_ATTRIB = 0x8626;
/* CullFaceMode */
const GLenum FRONT = 0x0404;
const GLenum BACK = 0x0405;
const GLenum FRONT_AND_BACK = 0x0408;
/* DepthFunction */
/* NEVER */
/* LESS */
/* EQUAL */
/* LEQUAL */
/* GREATER */
/* NOTEQUAL */
/* GEQUAL */
/* ALWAYS */
/* EnableCap */
/* TEXTURE_2D */
const GLenum CULL_FACE = 0x0B44;
const GLenum BLEND = 0x0BE2;
const GLenum DITHER = 0x0BD0;
const GLenum STENCIL_TEST = 0x0B90;
const GLenum DEPTH_TEST = 0x0B71;
const GLenum SCISSOR_TEST = 0x0C11;
const GLenum POLYGON_OFFSET_FILL = 0x8037;
const GLenum SAMPLE_ALPHA_TO_COVERAGE = 0x809E;
const GLenum SAMPLE_COVERAGE = 0x80A0;
/* ErrorCode */
const GLenum NO_ERROR = 0;
const GLenum INVALID_ENUM = 0x0500;
const GLenum INVALID_VALUE = 0x0501;
const GLenum INVALID_OPERATION = 0x0502;
const GLenum OUT_OF_MEMORY = 0x0505;
/* FrontFaceDirection */
const GLenum CW = 0x0900;
const GLenum CCW = 0x0901;
/* GetPName */
const GLenum LINE_WIDTH = 0x0B21;
const GLenum ALIASED_POINT_SIZE_RANGE = 0x846D;
const GLenum ALIASED_LINE_WIDTH_RANGE = 0x846E;
const GLenum CULL_FACE_MODE = 0x0B45;
const GLenum FRONT_FACE = 0x0B46;
const GLenum DEPTH_RANGE = 0x0B70;
const GLenum DEPTH_WRITEMASK = 0x0B72;
const GLenum DEPTH_CLEAR_VALUE = 0x0B73;
const GLenum DEPTH_FUNC = 0x0B74;
const GLenum STENCIL_CLEAR_VALUE = 0x0B91;
const GLenum STENCIL_FUNC = 0x0B92;
const GLenum STENCIL_FAIL = 0x0B94;
const GLenum STENCIL_PASS_DEPTH_FAIL = 0x0B95;
const GLenum STENCIL_PASS_DEPTH_PASS = 0x0B96;
const GLenum STENCIL_REF = 0x0B97;
const GLenum STENCIL_VALUE_MASK = 0x0B93;
const GLenum STENCIL_WRITEMASK = 0x0B98;
const GLenum STENCIL_BACK_FUNC = 0x8800;
const GLenum STENCIL_BACK_FAIL = 0x8801;
const GLenum STENCIL_BACK_PASS_DEPTH_FAIL = 0x8802;
const GLenum STENCIL_BACK_PASS_DEPTH_PASS = 0x8803;
const GLenum STENCIL_BACK_REF = 0x8CA3;
const GLenum STENCIL_BACK_VALUE_MASK = 0x8CA4;
const GLenum STENCIL_BACK_WRITEMASK = 0x8CA5;
const GLenum VIEWPORT = 0x0BA2;
const GLenum SCISSOR_BOX = 0x0C10;
/* SCISSOR_TEST */
const GLenum COLOR_CLEAR_VALUE = 0x0C22;
const GLenum COLOR_WRITEMASK = 0x0C23;
const GLenum UNPACK_ALIGNMENT = 0x0CF5;
const GLenum PACK_ALIGNMENT = 0x0D05;
const GLenum MAX_TEXTURE_SIZE = 0x0D33;
const GLenum MAX_VIEWPORT_DIMS = 0x0D3A;
const GLenum SUBPIXEL_BITS = 0x0D50;
const GLenum RED_BITS = 0x0D52;
const GLenum GREEN_BITS = 0x0D53;
const GLenum BLUE_BITS = 0x0D54;
const GLenum ALPHA_BITS = 0x0D55;
const GLenum DEPTH_BITS = 0x0D56;
const GLenum STENCIL_BITS = 0x0D57;
const GLenum POLYGON_OFFSET_UNITS = 0x2A00;
/* POLYGON_OFFSET_FILL */
const GLenum POLYGON_OFFSET_FACTOR = 0x8038;
const GLenum TEXTURE_BINDING_2D = 0x8069;
const GLenum SAMPLE_BUFFERS = 0x80A8;
const GLenum SAMPLES = 0x80A9;
const GLenum SAMPLE_COVERAGE_VALUE = 0x80AA;
const GLenum SAMPLE_COVERAGE_INVERT = 0x80AB;
/* GetTextureParameter */
/* TEXTURE_MAG_FILTER */
/* TEXTURE_MIN_FILTER */
/* TEXTURE_WRAP_S */
/* TEXTURE_WRAP_T */
const GLenum COMPRESSED_TEXTURE_FORMATS = 0x86A3;
/* HintMode */
const GLenum DONT_CARE = 0x1100;
const GLenum FASTEST = 0x1101;
const GLenum NICEST = 0x1102;
/* HintTarget */
const GLenum GENERATE_MIPMAP_HINT = 0x8192;
/* DataType */
const GLenum BYTE = 0x1400;
const GLenum UNSIGNED_BYTE = 0x1401;
const GLenum SHORT = 0x1402;
const GLenum UNSIGNED_SHORT = 0x1403;
const GLenum INT = 0x1404;
const GLenum UNSIGNED_INT = 0x1405;
const GLenum FLOAT = 0x1406;
/* PixelFormat */
const GLenum DEPTH_COMPONENT = 0x1902;
const GLenum ALPHA = 0x1906;
const GLenum RGB = 0x1907;
const GLenum RGBA = 0x1908;
const GLenum LUMINANCE = 0x1909;
const GLenum LUMINANCE_ALPHA = 0x190A;
/* PixelType */
/* UNSIGNED_BYTE */
const GLenum UNSIGNED_SHORT_4_4_4_4 = 0x8033;
const GLenum UNSIGNED_SHORT_5_5_5_1 = 0x8034;
const GLenum UNSIGNED_SHORT_5_6_5 = 0x8363;
/* Shaders */
const GLenum FRAGMENT_SHADER = 0x8B30;
const GLenum VERTEX_SHADER = 0x8B31;
const GLenum MAX_VERTEX_ATTRIBS = 0x8869;
const GLenum MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB;
const GLenum MAX_VARYING_VECTORS = 0x8DFC;
const GLenum MAX_COMBINED_TEXTURE_IMAGE_UNITS = 0x8B4D;
const GLenum MAX_VERTEX_TEXTURE_IMAGE_UNITS = 0x8B4C;
const GLenum MAX_TEXTURE_IMAGE_UNITS = 0x8872;
const GLenum MAX_FRAGMENT_UNIFORM_VECTORS = 0x8DFD;
const GLenum SHADER_TYPE = 0x8B4F;
const GLenum DELETE_STATUS = 0x8B80;
const GLenum LINK_STATUS = 0x8B82;
const GLenum VALIDATE_STATUS = 0x8B83;
const GLenum ATTACHED_SHADERS = 0x8B85;
const GLenum ACTIVE_UNIFORMS = 0x8B86;
const GLenum ACTIVE_ATTRIBUTES = 0x8B89;
const GLenum SHADING_LANGUAGE_VERSION = 0x8B8C;
const GLenum CURRENT_PROGRAM = 0x8B8D;
/* StencilFunction */
const GLenum NEVER = 0x0200;
const GLenum LESS = 0x0201;
const GLenum EQUAL = 0x0202;
const GLenum LEQUAL = 0x0203;
const GLenum GREATER = 0x0204;
const GLenum NOTEQUAL = 0x0205;
const GLenum GEQUAL = 0x0206;
const GLenum ALWAYS = 0x0207;
/* StencilOp */
/* ZERO */
const GLenum KEEP = 0x1E00;
const GLenum REPLACE = 0x1E01;
const GLenum INCR = 0x1E02;
const GLenum DECR = 0x1E03;
const GLenum INVERT = 0x150A;
const GLenum INCR_WRAP = 0x8507;
const GLenum DECR_WRAP = 0x8508;
/* StringName */
const GLenum VENDOR = 0x1F00;
const GLenum RENDERER = 0x1F01;
const GLenum VERSION = 0x1F02;
/* TextureMagFilter */
const GLenum NEAREST = 0x2600;
const GLenum LINEAR = 0x2601;
/* TextureMinFilter */
/* NEAREST */
/* LINEAR */
const GLenum NEAREST_MIPMAP_NEAREST = 0x2700;
const GLenum LINEAR_MIPMAP_NEAREST = 0x2701;
const GLenum NEAREST_MIPMAP_LINEAR = 0x2702;
const GLenum LINEAR_MIPMAP_LINEAR = 0x2703;
/* TextureParameterName */
const GLenum TEXTURE_MAG_FILTER = 0x2800;
const GLenum TEXTURE_MIN_FILTER = 0x2801;
const GLenum TEXTURE_WRAP_S = 0x2802;
const GLenum TEXTURE_WRAP_T = 0x2803;
/* TextureTarget */
const GLenum TEXTURE_2D = 0x0DE1;
const GLenum TEXTURE = 0x1702;
const GLenum TEXTURE_CUBE_MAP = 0x8513;
const GLenum TEXTURE_BINDING_CUBE_MAP = 0x8514;
const GLenum TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515;
const GLenum TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516;
const GLenum TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517;
const GLenum TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518;
const GLenum TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519;
const GLenum TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A;
const GLenum MAX_CUBE_MAP_TEXTURE_SIZE = 0x851C;
/* TextureUnit */
const GLenum TEXTURE0 = 0x84C0;
const GLenum TEXTURE1 = 0x84C1;
const GLenum TEXTURE2 = 0x84C2;
const GLenum TEXTURE3 = 0x84C3;
const GLenum TEXTURE4 = 0x84C4;
const GLenum TEXTURE5 = 0x84C5;
const GLenum TEXTURE6 = 0x84C6;
const GLenum TEXTURE7 = 0x84C7;
const GLenum TEXTURE8 = 0x84C8;
const GLenum TEXTURE9 = 0x84C9;
const GLenum TEXTURE10 = 0x84CA;
const GLenum TEXTURE11 = 0x84CB;
const GLenum TEXTURE12 = 0x84CC;
const GLenum TEXTURE13 = 0x84CD;
const GLenum TEXTURE14 = 0x84CE;
const GLenum TEXTURE15 = 0x84CF;
const GLenum TEXTURE16 = 0x84D0;
const GLenum TEXTURE17 = 0x84D1;
const GLenum TEXTURE18 = 0x84D2;
const GLenum TEXTURE19 = 0x84D3;
const GLenum TEXTURE20 = 0x84D4;
const GLenum TEXTURE21 = 0x84D5;
const GLenum TEXTURE22 = 0x84D6;
const GLenum TEXTURE23 = 0x84D7;
const GLenum TEXTURE24 = 0x84D8;
const GLenum TEXTURE25 = 0x84D9;
const GLenum TEXTURE26 = 0x84DA;
const GLenum TEXTURE27 = 0x84DB;
const GLenum TEXTURE28 = 0x84DC;
const GLenum TEXTURE29 = 0x84DD;
const GLenum TEXTURE30 = 0x84DE;
const GLenum TEXTURE31 = 0x84DF;
const GLenum ACTIVE_TEXTURE = 0x84E0;
/* TextureWrapMode */
const GLenum REPEAT = 0x2901;
const GLenum CLAMP_TO_EDGE = 0x812F;
const GLenum MIRRORED_REPEAT = 0x8370;
/* Uniform Types */
const GLenum FLOAT_VEC2 = 0x8B50;
const GLenum FLOAT_VEC3 = 0x8B51;
const GLenum FLOAT_VEC4 = 0x8B52;
const GLenum INT_VEC2 = 0x8B53;
const GLenum INT_VEC3 = 0x8B54;
const GLenum INT_VEC4 = 0x8B55;
const GLenum BOOL = 0x8B56;
const GLenum BOOL_VEC2 = 0x8B57;
const GLenum BOOL_VEC3 = 0x8B58;
const GLenum BOOL_VEC4 = 0x8B59;
const GLenum FLOAT_MAT2 = 0x8B5A;
const GLenum FLOAT_MAT3 = 0x8B5B;
const GLenum FLOAT_MAT4 = 0x8B5C;
const GLenum SAMPLER_2D = 0x8B5E;
const GLenum SAMPLER_CUBE = 0x8B60;
/* Vertex Arrays */
const GLenum VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622;
const GLenum VERTEX_ATTRIB_ARRAY_SIZE = 0x8623;
const GLenum VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624;
const GLenum VERTEX_ATTRIB_ARRAY_TYPE = 0x8625;
const GLenum VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886A;
const GLenum VERTEX_ATTRIB_ARRAY_POINTER = 0x8645;
const GLenum VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889F;
/* Read Format */
const GLenum IMPLEMENTATION_COLOR_READ_TYPE = 0x8B9A;
const GLenum IMPLEMENTATION_COLOR_READ_FORMAT = 0x8B9B;
/* Shader Source */
const GLenum COMPILE_STATUS = 0x8B81;
/* Shader Precision-Specified Types */
const GLenum LOW_FLOAT = 0x8DF0;
const GLenum MEDIUM_FLOAT = 0x8DF1;
const GLenum HIGH_FLOAT = 0x8DF2;
const GLenum LOW_INT = 0x8DF3;
const GLenum MEDIUM_INT = 0x8DF4;
const GLenum HIGH_INT = 0x8DF5;
/* Framebuffer Object. */
const GLenum FRAMEBUFFER = 0x8D40;
const GLenum RENDERBUFFER = 0x8D41;
const GLenum RGBA4 = 0x8056;
const GLenum RGB5_A1 = 0x8057;
const GLenum RGB565 = 0x8D62;
const GLenum DEPTH_COMPONENT16 = 0x81A5;
const GLenum STENCIL_INDEX = 0x1901;
const GLenum STENCIL_INDEX8 = 0x8D48;
const GLenum DEPTH_STENCIL = 0x84F9;
const GLenum RENDERBUFFER_WIDTH = 0x8D42;
const GLenum RENDERBUFFER_HEIGHT = 0x8D43;
const GLenum RENDERBUFFER_INTERNAL_FORMAT = 0x8D44;
const GLenum RENDERBUFFER_RED_SIZE = 0x8D50;
const GLenum RENDERBUFFER_GREEN_SIZE = 0x8D51;
const GLenum RENDERBUFFER_BLUE_SIZE = 0x8D52;
const GLenum RENDERBUFFER_ALPHA_SIZE = 0x8D53;
const GLenum RENDERBUFFER_DEPTH_SIZE = 0x8D54;
const GLenum RENDERBUFFER_STENCIL_SIZE = 0x8D55;
const GLenum FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0;
const GLenum FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1;
const GLenum FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2;
const GLenum FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3;
const GLenum COLOR_ATTACHMENT0 = 0x8CE0;
const GLenum DEPTH_ATTACHMENT = 0x8D00;
const GLenum STENCIL_ATTACHMENT = 0x8D20;
const GLenum DEPTH_STENCIL_ATTACHMENT = 0x821A;
const GLenum NONE = 0;
const GLenum FRAMEBUFFER_COMPLETE = 0x8CD5;
const GLenum FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8CD6;
const GLenum FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8CD7;
const GLenum FRAMEBUFFER_INCOMPLETE_DIMENSIONS = 0x8CD9;
const GLenum FRAMEBUFFER_UNSUPPORTED = 0x8CDD;
const GLenum FRAMEBUFFER_BINDING = 0x8CA6;
const GLenum RENDERBUFFER_BINDING = 0x8CA7;
const GLenum MAX_RENDERBUFFER_SIZE = 0x84E8;
const GLenum INVALID_FRAMEBUFFER_OPERATION = 0x0506;
/* WebGL-specific enums */
const GLenum UNPACK_FLIP_Y_WEBGL = 0x9240;
const GLenum UNPACK_PREMULTIPLY_ALPHA_WEBGL = 0x9241;
const GLenum CONTEXT_LOST_WEBGL = 0x9242;
const GLenum UNPACK_COLORSPACE_CONVERSION_WEBGL = 0x9243;
const GLenum BROWSER_DEFAULT_WEBGL = 0x9244;
readonly attribute HTMLCanvasElement canvas;
readonly attribute GLsizei drawingBufferWidth;
readonly attribute GLsizei drawingBufferHeight;
[WebGLHandlesContextLoss] WebGLContextAttributes? getContextAttributes();
[WebGLHandlesContextLoss] boolean isContextLost();
sequence<DOMString>? getSupportedExtensions();
object? getExtension(DOMString name);
void activeTexture(GLenum texture);
void attachShader(WebGLProgram? program, WebGLShader? shader);
void bindAttribLocation(WebGLProgram? program, GLuint index, DOMString name);
void bindBuffer(GLenum target, WebGLBuffer? buffer);
void bindFramebuffer(GLenum target, WebGLFramebuffer? framebuffer);
void bindRenderbuffer(GLenum target, WebGLRenderbuffer? renderbuffer);
void bindTexture(GLenum target, WebGLTexture? texture);
void blendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
void blendEquation(GLenum mode);
void blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha);
void blendFunc(GLenum sfactor, GLenum dfactor);
void blendFuncSeparate(GLenum srcRGB, GLenum dstRGB,
GLenum srcAlpha, GLenum dstAlpha);
typedef (ArrayBuffer or ArrayBufferView) BufferDataSource;
void bufferData(GLenum target, GLsizeiptr size, GLenum usage);
void bufferData(GLenum target, BufferDataSource? data, GLenum usage);
void bufferSubData(GLenum target, GLintptr offset, BufferDataSource? data);
[WebGLHandlesContextLoss] GLenum checkFramebufferStatus(GLenum target);
void clear(GLbitfield mask);
void clearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
void clearDepth(GLclampf depth);
void clearStencil(GLint s);
void colorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
void compileShader(WebGLShader? shader);
void compressedTexImage2D(GLenum target, GLint level, GLenum internalformat,
GLsizei width, GLsizei height, GLint border,
ArrayBufferView data);
void compressedTexSubImage2D(GLenum target, GLint level,
GLint xoffset, GLint yoffset,
GLsizei width, GLsizei height, GLenum format,
ArrayBufferView data);
void copyTexImage2D(GLenum target, GLint level, GLenum internalformat,
GLint x, GLint y, GLsizei width, GLsizei height,
GLint border);
void copyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
GLint x, GLint y, GLsizei width, GLsizei height);
WebGLBuffer? createBuffer();
WebGLFramebuffer? createFramebuffer();
WebGLProgram? createProgram();
WebGLRenderbuffer? createRenderbuffer();
WebGLShader? createShader(GLenum type);
WebGLTexture? createTexture();
void cullFace(GLenum mode);
void deleteBuffer(WebGLBuffer? buffer);
void deleteFramebuffer(WebGLFramebuffer? framebuffer);
void deleteProgram(WebGLProgram? program);
void deleteRenderbuffer(WebGLRenderbuffer? renderbuffer);
void deleteShader(WebGLShader? shader);
void deleteTexture(WebGLTexture? texture);
void depthFunc(GLenum func);
void depthMask(GLboolean flag);
void depthRange(GLclampf zNear, GLclampf zFar);
void detachShader(WebGLProgram? program, WebGLShader? shader);
void disable(GLenum cap);
void disableVertexAttribArray(GLuint index);
void drawArrays(GLenum mode, GLint first, GLsizei count);
void drawElements(GLenum mode, GLsizei count, GLenum type, GLintptr offset);
void enable(GLenum cap);
void enableVertexAttribArray(GLuint index);
void finish();
void flush();
void framebufferRenderbuffer(GLenum target, GLenum attachment,
GLenum renderbuffertarget,
WebGLRenderbuffer? renderbuffer);
void framebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget,
WebGLTexture? texture, GLint level);
void frontFace(GLenum mode);
void generateMipmap(GLenum target);
WebGLActiveInfo? getActiveAttrib(WebGLProgram? program, GLuint index);
WebGLActiveInfo? getActiveUniform(WebGLProgram? program, GLuint index);
sequence<WebGLShader>? getAttachedShaders(WebGLProgram? program);
[WebGLHandlesContextLoss] GLint getAttribLocation(WebGLProgram? program, DOMString name);
any getBufferParameter(GLenum target, GLenum pname);
any getParameter(GLenum pname);
[WebGLHandlesContextLoss] GLenum getError();
any getFramebufferAttachmentParameter(GLenum target, GLenum attachment,
GLenum pname);
any getProgramParameter(WebGLProgram? program, GLenum pname);
DOMString? getProgramInfoLog(WebGLProgram? program);
any getRenderbufferParameter(GLenum target, GLenum pname);
any getShaderParameter(WebGLShader? shader, GLenum pname);
WebGLShaderPrecisionFormat? getShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype);
DOMString? getShaderInfoLog(WebGLShader? shader);
DOMString? getShaderSource(WebGLShader? shader);
any getTexParameter(GLenum target, GLenum pname);
any getUniform(WebGLProgram? program, WebGLUniformLocation? location);
WebGLUniformLocation? getUniformLocation(WebGLProgram? program, DOMString name);
any getVertexAttrib(GLuint index, GLenum pname);
[WebGLHandlesContextLoss] GLsizeiptr getVertexAttribOffset(GLuint index, GLenum pname);
void hint(GLenum target, GLenum mode);
[WebGLHandlesContextLoss] GLboolean isBuffer(WebGLBuffer? buffer);
[WebGLHandlesContextLoss] GLboolean isEnabled(GLenum cap);
[WebGLHandlesContextLoss] GLboolean isFramebuffer(WebGLFramebuffer? framebuffer);
[WebGLHandlesContextLoss] GLboolean isProgram(WebGLProgram? program);
[WebGLHandlesContextLoss] GLboolean isRenderbuffer(WebGLRenderbuffer? renderbuffer);
[WebGLHandlesContextLoss] GLboolean isShader(WebGLShader? shader);
[WebGLHandlesContextLoss] GLboolean isTexture(WebGLTexture? texture);
void lineWidth(GLfloat width);
void linkProgram(WebGLProgram? program);
void pixelStorei(GLenum pname, GLint param);
void polygonOffset(GLfloat factor, GLfloat units);
void readPixels(GLint x, GLint y, GLsizei width, GLsizei height,
GLenum format, GLenum type, ArrayBufferView? pixels);
void renderbufferStorage(GLenum target, GLenum internalformat,
GLsizei width, GLsizei height);
void sampleCoverage(GLclampf value, GLboolean invert);
void scissor(GLint x, GLint y, GLsizei width, GLsizei height);
void shaderSource(WebGLShader? shader, DOMString source);
void stencilFunc(GLenum func, GLint ref, GLuint mask);
void stencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask);
void stencilMask(GLuint mask);
void stencilMaskSeparate(GLenum face, GLuint mask);
void stencilOp(GLenum fail, GLenum zfail, GLenum zpass);
void stencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass);
typedef (ImageData or
HTMLImageElement or
HTMLCanvasElement or
HTMLVideoElement) TexImageSource;
void texImage2D(GLenum target, GLint level, GLenum internalformat,
GLsizei width, GLsizei height, GLint border, GLenum format,
GLenum type, ArrayBufferView? pixels);
void texImage2D(GLenum target, GLint level, GLenum internalformat,
GLenum format, GLenum type, TexImageSource? source); // May throw DOMException
void texParameterf(GLenum target, GLenum pname, GLfloat param);
void texParameteri(GLenum target, GLenum pname, GLint param);
void texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
GLsizei width, GLsizei height,
GLenum format, GLenum type, ArrayBufferView? pixels);
void texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
GLenum format, GLenum type, TexImageSource? source); // May throw DOMException
void uniform1f(WebGLUniformLocation? location, GLfloat x);
void uniform1fv(WebGLUniformLocation? location, Float32Array v);
void uniform1fv(WebGLUniformLocation? location, sequence<GLfloat> v);
void uniform1i(WebGLUniformLocation? location, GLint x);
void uniform1iv(WebGLUniformLocation? location, Int32Array v);
void uniform1iv(WebGLUniformLocation? location, sequence<long> v);
void uniform2f(WebGLUniformLocation? location, GLfloat x, GLfloat y);
void uniform2fv(WebGLUniformLocation? location, Float32Array v);
void uniform2fv(WebGLUniformLocation? location, sequence<GLfloat> v);
void uniform2i(WebGLUniformLocation? location, GLint x, GLint y);
void uniform2iv(WebGLUniformLocation? location, Int32Array v);
void uniform2iv(WebGLUniformLocation? location, sequence<long> v);
void uniform3f(WebGLUniformLocation? location, GLfloat x, GLfloat y, GLfloat z);
void uniform3fv(WebGLUniformLocation? location, Float32Array v);
void uniform3fv(WebGLUniformLocation? location, sequence<GLfloat> v);
void uniform3i(WebGLUniformLocation? location, GLint x, GLint y, GLint z);
void uniform3iv(WebGLUniformLocation? location, Int32Array v);
void uniform3iv(WebGLUniformLocation? location, sequence<long> v);
void uniform4f(WebGLUniformLocation? location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
void uniform4fv(WebGLUniformLocation? location, Float32Array v);
void uniform4fv(WebGLUniformLocation? location, sequence<GLfloat> v);
void uniform4i(WebGLUniformLocation? location, GLint x, GLint y, GLint z, GLint w);
void uniform4iv(WebGLUniformLocation? location, Int32Array v);
void uniform4iv(WebGLUniformLocation? location, sequence<long> v);
void uniformMatrix2fv(WebGLUniformLocation? location, GLboolean transpose,
Float32Array value);
void uniformMatrix2fv(WebGLUniformLocation? location, GLboolean transpose,
sequence<GLfloat> value);
void uniformMatrix3fv(WebGLUniformLocation? location, GLboolean transpose,
Float32Array value);
void uniformMatrix3fv(WebGLUniformLocation? location, GLboolean transpose,
sequence<GLfloat> value);
void uniformMatrix4fv(WebGLUniformLocation? location, GLboolean transpose,
Float32Array value);
void uniformMatrix4fv(WebGLUniformLocation? location, GLboolean transpose,
sequence<GLfloat> value);
void useProgram(WebGLProgram? program);
void validateProgram(WebGLProgram? program);
void vertexAttrib1f(GLuint indx, GLfloat x);
void vertexAttrib1fv(GLuint indx, Float32Array values);
void vertexAttrib1fv(GLuint indx, sequence<GLfloat> values);
void vertexAttrib2f(GLuint indx, GLfloat x, GLfloat y);
void vertexAttrib2fv(GLuint indx, Float32Array values);
void vertexAttrib2fv(GLuint indx, sequence<GLfloat> values);
void vertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
void vertexAttrib3fv(GLuint indx, Float32Array values);
void vertexAttrib3fv(GLuint indx, sequence<GLfloat> values);
void vertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
void vertexAttrib4fv(GLuint indx, Float32Array values);
void vertexAttrib4fv(GLuint indx, sequence<GLfloat> values);
void vertexAttribPointer(GLuint indx, GLint size, GLenum type,
GLboolean normalized, GLsizei stride, GLintptr offset);
void viewport(GLint x, GLint y, GLsizei width, GLsizei height);
};
interface <dfn id="WebGLRenderingContext">WebGLRenderingContext</dfn>
{
};
WebGLRenderingContext implements WebGLRenderingContextBase;
</pre>
<!-- ======================================================================================================= -->
<h4>Attributes</h4>
<p>
The following attributes are available:
</p>
<dl class="methods">
<dt>
<code class=attribute-name>
<a id="DOM-WebGLRenderingContext-canvas">
canvas
</a>
</code>
of type <code>HTMLCanvasElement</code>
<dd>
A reference to the canvas element which created this context.
<dt>
<code class=attribute-name>
<a id="DOM-WebGLRenderingContext-drawingBufferWidth">
drawingBufferWidth
</a>
</code>
of type <code>GLsizei</code>
<dd>
The actual width of the drawing buffer. May be different from the
<code>width</code> attribute of the <code>HTMLCanvasElement</code> if
the implementation is unable to satisfy the requested widthor height.
<dt>
<code class=attribute-name>
<a id="DOM-WebGLRenderingContext-drawingBufferHeight">
drawingBufferHeight
</a>
</code>
of type <code>GLsizei</code>
<dd>
The actual height of the drawing buffer. May be different from the
<code>height</code> attribute of the <code>HTMLCanvasElement</code> if
the implementation is unable to satisfy the requested width or height.
</dl>
<!-- ======================================================================================================= -->
<h4>Getting information about the context</h4>
<dl class="methods">
<dt class="idl-code">[WebGLHandlesContextLoss] WebGLContextAttributes? getContextAttributes()
<dd>
If the <a href="#webgl-context-lost-flag">webgl context lost flag</a> is set, returns
null. Otherwise, returns a copy of the <a href="#actual-context-parameters">actual
context parameters</a>.
</dl>
<!-- ======================================================================================================= -->
<h4>Setting and getting state</h4>
<p>
OpenGL ES 2.0 maintains state values for use in rendering. All the calls in this
group behave identically to their OpenGL counterparts unless otherwise noted.
</p>
<dl class="methods">
<dt class="idl-code">void activeTexture(GLenum texture)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7">OpenGL ES 2.0 §3.7</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glActiveTexture.xml">man page</a>)</span>
<dt class="idl-code">void blendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.1.6">OpenGL ES 2.0 §4.1.6</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBlendColor.xml">man page</a>)</span>
<dt class="idl-code">void blendEquation(GLenum mode)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.1.6">OpenGL ES 2.0 §4.1.6</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBlendEquation.xml">man page</a>)</span>
<dt class="idl-code">void blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.1.6">OpenGL ES 2.0 §4.1.6</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBlendEquationSeparate.xml">man page</a>)</span>
<dt class="idl-code">void blendFunc(GLenum sfactor, GLenum dfactor)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.1.6">OpenGL ES 2.0 §4.1.6</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBlendFunc.xml">man page</a>)</span>
<dd>
See <a href="#CONSTANT_COLOR_BLEND">Blending With Constant Color</a> for limitations imposed
by WebGL.
<dt class="idl-code">void blendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.1.6">OpenGL ES 2.0 §4.1.6</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBlendFuncSeparate.xml">man page</a>)</span>
<dd>
See <a href="#CONSTANT_COLOR_BLEND">Blending With Constant Color</a> for limitations imposed
by WebGL.
<dt class="idl-code">void clearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.2.3">OpenGL ES 2.0 §4.2.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glClearColor.xml">man page</a>)</span>
<dt class="idl-code">void clearDepth(GLclampf depth)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.2.3">OpenGL ES 2.0 §4.2.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glClearDepthf.xml">man page</a>)</span>
<dd>
<code>depth</code> value is clamped to the range 0 to 1.
<dt class="idl-code">void clearStencil(GLint s)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.2.3">OpenGL ES 2.0 §4.2.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glClearStencil.xml">man page</a>)</span>
<dt class="idl-code">void colorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.2.2">OpenGL ES 2.0 §4.2.2</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glColorMask.xml">man page</a>)</span>
<dt class="idl-code">void cullFace(GLenum mode)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.5.1">OpenGL ES 2.0 §3.5.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glCullFace.xml">man page</a>)</span>
<dt class="idl-code">void depthFunc(GLenum func)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.1.5">OpenGL ES 2.0 §4.1.5</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDepthFunc.xml">man page</a>)</span>
<dt class="idl-code">void depthMask(GLboolean flag)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.2.2">OpenGL ES 2.0 §4.2.2</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDepthMask.xml">man page</a>)</span>
<dt class="idl-code">void depthRange(GLclampf zNear, GLclampf zFar)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.12.1">OpenGL ES 2.0 §2.12.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDepthRangef.xml">man page</a>)</span>
<dd>
<code>zNear</code> and <code>zFar</code> values are clamped to the range 0 to 1 and
<code>zNear</code> must be less than or equal to <code>zFar</code>; see
<a href="#VIEWPORT_DEPTH_RANGE">Viewport Depth Range</a>.
<dt class="idl-code">void disable(GLenum cap)
<span class="gl-spec">(<a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDisable.xml">man page</a>)</span>
<dt class="idl-code">void enable(GLenum cap)
<span class="gl-spec">(<a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glEnable.xml">man page</a>)</span>
<dt class="idl-code">void frontFace(GLenum mode)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.5.1">OpenGL ES 2.0 §3.5.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glFrontFace.xml">man page</a>)</span>
<dt class="idl-code"><a name="GETPARAMETER">any getParameter</a>(GLenum pname)
<a class="gl-spec" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGet.xml">
(glGet OpenGL ES 2.0 man page)
</a>
<a class="gl-spec" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetString.xml">
(glGetString OpenGL ES 2.0 man page)
</a>
<dd>
Return the value for the passed pname. The type returned is the natural type for the
requested pname, as given in the following table:
<table class="foo">
<tr><th>pname</th><th>returned type</th></tr>
<tr><td>ACTIVE_TEXTURE</td><td>GLenum</td></tr>
<tr><td>ALIASED_LINE_WIDTH_RANGE</td><td>Float32Array (with 2 elements)</td></tr>
<tr><td>ALIASED_POINT_SIZE_RANGE</td><td>Float32Array (with 2 elements)</td></tr>
<tr><td>ALPHA_BITS</td><td>GLint</td></tr>
<tr><td>ARRAY_BUFFER_BINDING</td><td>WebGLBuffer</td></tr>
<tr><td>BLEND</td><td>GLboolean</td></tr>
<tr><td>BLEND_COLOR</td><td>Float32Array (with 4 values)</td></tr>
<tr><td>BLEND_DST_ALPHA</td><td>GLenum</td></tr>
<tr><td>BLEND_DST_RGB</td><td>GLenum</td></tr>
<tr><td>BLEND_EQUATION_ALPHA</td><td>GLenum</td></tr>
<tr><td>BLEND_EQUATION_RGB</td><td>GLenum</td></tr>
<tr><td>BLEND_SRC_ALPHA</td><td>GLenum</td></tr>
<tr><td>BLEND_SRC_RGB</td><td>GLenum</td></tr>
<tr><td>BLUE_BITS</td><td>GLint</td></tr>
<tr><td>COLOR_CLEAR_VALUE</td><td>Float32Array (with 4 values)</td></tr>
<tr><td>COLOR_WRITEMASK</td><td>sequence<GLboolean> (with 4 values)</td></tr>
<tr><td>COMPRESSED_TEXTURE_FORMATS</td><td>Uint32Array</td></tr>
<tr><td>CULL_FACE</td><td>GLboolean</td></tr>
<tr><td>CULL_FACE_MODE</td><td>GLenum</td></tr>
<tr><td>CURRENT_PROGRAM</td><td>WebGLProgram</td></tr>
<tr><td>DEPTH_BITS</td><td>GLint</td></tr>
<tr><td>DEPTH_CLEAR_VALUE</td><td>GLfloat</td></tr>
<tr><td>DEPTH_FUNC</td><td>GLenum</td></tr>
<tr><td>DEPTH_RANGE</td><td>Float32Array (with 2 elements)</td></tr>
<tr><td>DEPTH_TEST</td><td>GLboolean</td></tr>
<tr><td>DEPTH_WRITEMASK</td><td>GLboolean</td></tr>
<tr><td>DITHER</td><td>GLboolean</td></tr>
<tr><td>ELEMENT_ARRAY_BUFFER_BINDING</td><td>WebGLBuffer</td></tr>
<tr><td>FRAMEBUFFER_BINDING</td><td>WebGLFramebuffer</td></tr>
<tr><td>FRONT_FACE</td><td>GLenum</td></tr>
<tr><td>GENERATE_MIPMAP_HINT</td><td>GLenum</td></tr>
<tr><td>GREEN_BITS</td><td>GLint</td></tr>
<tr><td>IMPLEMENTATION_COLOR_READ_FORMAT</td><td>GLenum</td></tr>
<tr><td>IMPLEMENTATION_COLOR_READ_TYPE</td><td>GLenum</td></tr>
<tr><td>LINE_WIDTH</td><td>GLfloat</td></tr>
<tr><td>MAX_COMBINED_TEXTURE_IMAGE_UNITS</td><td>GLint</td></tr>
<tr><td>MAX_CUBE_MAP_TEXTURE_SIZE</td><td>GLint</td></tr>
<tr><td>MAX_FRAGMENT_UNIFORM_VECTORS</td><td>GLint</td></tr>
<tr><td>MAX_RENDERBUFFER_SIZE</td><td>GLint</td></tr>
<tr><td>MAX_TEXTURE_IMAGE_UNITS</td><td>GLint</td></tr>
<tr><td>MAX_TEXTURE_SIZE</td><td>GLint</td></tr>
<tr><td>MAX_VARYING_VECTORS</td><td>GLint</td></tr>
<tr><td>MAX_VERTEX_ATTRIBS</td><td>GLint</td></tr>
<tr><td>MAX_VERTEX_TEXTURE_IMAGE_UNITS</td><td>GLint</td></tr>
<tr><td>MAX_VERTEX_UNIFORM_VECTORS</td><td>GLint</td></tr>
<tr><td>MAX_VIEWPORT_DIMS</td><td>Int32Array (with 2 elements)</td></tr>
<tr><td>PACK_ALIGNMENT</td><td>GLint</td></tr>
<tr><td>POLYGON_OFFSET_FACTOR</td><td>GLfloat</td></tr>
<tr><td>POLYGON_OFFSET_FILL</td><td>GLboolean</td></tr>
<tr><td>POLYGON_OFFSET_UNITS</td><td>GLfloat</td></tr>
<tr><td>RED_BITS</td><td>GLint</td></tr>
<tr><td>RENDERBUFFER_BINDING</td><td>WebGLRenderbuffer</td></tr>
<tr><td>RENDERER</td><td>DOMString</td></tr>
<tr><td>SAMPLE_BUFFERS</td><td>GLint</td></tr>
<tr><td>SAMPLE_COVERAGE_INVERT</td><td>GLboolean</td></tr>
<tr><td>SAMPLE_COVERAGE_VALUE</td><td>GLfloat</td></tr>
<tr><td>SAMPLES</td><td>GLint</td></tr>
<tr><td>SCISSOR_BOX</td><td>Int32Array (with 4 elements)</td></tr>
<tr><td>SCISSOR_TEST</td><td>GLboolean</td></tr>
<tr><td>SHADING_LANGUAGE_VERSION</td><td>DOMString</td></tr>
<tr><td>STENCIL_BACK_FAIL</td><td>GLenum</td></tr>
<tr><td>STENCIL_BACK_FUNC</td><td>GLenum</td></tr>
<tr><td>STENCIL_BACK_PASS_DEPTH_FAIL</td><td>GLenum</td></tr>
<tr><td>STENCIL_BACK_PASS_DEPTH_PASS</td><td>GLenum</td></tr>
<tr><td>STENCIL_BACK_REF</td><td>GLint</td></tr>
<tr><td>STENCIL_BACK_VALUE_MASK</td><td>GLuint</td></tr>
<tr><td>STENCIL_BACK_WRITEMASK</td><td>GLuint</td></tr>
<tr><td>STENCIL_BITS</td><td>GLint</td></tr>
<tr><td>STENCIL_CLEAR_VALUE</td><td>GLint</td></tr>
<tr><td>STENCIL_FAIL</td><td>GLenum</td></tr>
<tr><td>STENCIL_FUNC</td><td>GLenum</td></tr>
<tr><td>STENCIL_PASS_DEPTH_FAIL</td><td>GLenum</td></tr>
<tr><td>STENCIL_PASS_DEPTH_PASS</td><td>GLenum</td></tr>
<tr><td>STENCIL_REF</td><td>GLint</td></tr>
<tr><td>STENCIL_TEST</td><td>GLboolean</td></tr>
<tr><td>STENCIL_VALUE_MASK</td><td>GLuint</td></tr>
<tr><td>STENCIL_WRITEMASK</td><td>GLuint</td></tr>
<tr><td>SUBPIXEL_BITS</td><td>GLint</td></tr>
<tr><td>TEXTURE_BINDING_2D</td><td>WebGLTexture</td></tr>
<tr><td>TEXTURE_BINDING_CUBE_MAP</td><td>WebGLTexture</td></tr>
<tr><td>UNPACK_ALIGNMENT</td><td>GLint</td></tr>
<tr><td>UNPACK_COLORSPACE_CONVERSION_WEBGL</td><td>GLenum</td></tr>
<tr><td>UNPACK_FLIP_Y_WEBGL</td><td>GLboolean</td></tr>
<tr><td>UNPACK_PREMULTIPLY_ALPHA_WEBGL</td><td>GLboolean</td></tr>
<tr><td>VENDOR</td><td>DOMString</td></tr>
<tr><td>VERSION</td><td>DOMString</td></tr>
<tr><td>VIEWPORT</td><td>Int32Array (with 4 elements)</td></tr>
</table><br>
<p>All queries returning sequences or typed arrays return a new object each time.</p>
<p>If <em>pname</em> is not in the table above, generates an <code>INVALID_ENUM</code> error and returns null.</p>
<p>The following <em>pname</em> arguments return a string describing some aspect of the current WebGL implementation:</p>
<table>
<tr><td>VERSION</td>
<td>Returns a version or release number of the form <code>WebGL<space>1.0<space><vendor-specific information></code>.</td></tr>
<tr><td>SHADING_LANGUAGE_VERSION</td>
<td>Returns a version or release number of the form <code>WebGL<space>GLSL<space>ES<space>1.0<space><vendor-specific information></code>.</td></tr>
<tr><td>VENDOR</td>
<td>Returns the company responsible for this WebGL implementation. This name does not change from release to release.</td></tr>
<tr><td>RENDERER</td>
<td>Returns the name of the renderer. This name is typically specific to a particular configuration of a hardware platform. It does not change from release to release.</td></tr>
</table><br>
<p>See <a href="#EXTENSION_QUERIES">Extension Queries</a> for information on querying the
available extensions in the current WebGL implementation.</p>
<dt class="idl-code">[WebGLHandlesContextLoss] GLenum getError()
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.5">OpenGL ES 2.0 §2.5</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetError.xml">man page</a>)</span>
<dd>
If the context's <a href="#webgl-context-lost-flag">webgl context lost flag</a> is set,
returns <code class="enum">CONTEXT_LOST_WEBGL</code> the first time this method is
called. Afterward, returns <code class="enum">NO_ERROR</code> until the context has
been restored.
<dt class="idl-code">void hint(GLenum target, GLenum mode)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-5.2">OpenGL ES 2.0 §5.2</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glHint.xml">man page</a>)</span>
<dt class="idl-code">[WebGLHandlesContextLoss] GLboolean isEnabled(GLenum cap)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.1">OpenGL ES 2.0 §6.1.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glIsEnabled.xml">man page</a>)</span>
<dd>
Returns false if the context's <a href="#webgl-context-lost-flag">webgl context lost
flag</a> is set.
<dt class="idl-code">void lineWidth(GLfloat width)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.4">OpenGL ES 2.0 §3.4</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glLineWidth.xml">man page</a>)</span>
<dd>
See <a href="#NAN_LINE_WIDTH">NaN Line Width</a> for restrictions specified for WebGL.
</dd>
<dt class="idl-code">void pixelStorei(GLenum pname, GLint param)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.6.1">OpenGL ES 2.0 §3.6.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glPixelStorei.xml">man page</a>)</span>
<dd>
In addition to the parameters in the OpenGL ES 2.0 specification, the WebGL
specification accepts the parameters <code>UNPACK_FLIP_Y_WEBGL</code>,
<code>UNPACK_PREMULTIPLY_ALPHA_WEBGL</code>
and <code>UNPACK_COLORSPACE_CONVERSION_WEBGL</code>. See <a href="#PIXEL_STORAGE_PARAMETERS">Pixel
Storage Parameters</a> for documentation of these parameters.
<dt class="idl-code">void polygonOffset(GLfloat factor, GLfloat units)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.5.2">OpenGL ES 2.0 §3.5.2</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glPolygonOffset.xml">man page</a>)</span>
<dt class="idl-code">void sampleCoverage(GLclampf value, GLboolean invert)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.1.3">OpenGL ES 2.0 §4.1.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glSampleCoverage.xml">man page</a>)</span>
<dt class="idl-code">void stencilFunc(GLenum func, GLint ref, GLuint mask)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.1.4">OpenGL ES 2.0 §4.1.4</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glStencilFunc.xml">man page</a>)</span>
<dt class="idl-code">void stencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.1.4">OpenGL ES 2.0 §4.1.4</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glStencilFuncSeparate.xml">man page</a>)</span>
<dd>
See <a href="#STENCIL_SEPARATE_LIMIT">Stencil Separate Mask and Reference Value</a> for information
on WebGL specific limitations to the allowable argument values.
<dt class="idl-code">void stencilMask(GLuint mask)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.2.2">OpenGL ES 2.0 §4.2.2</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glStencilMask.xml">man page</a>)</span>
<dd>
See <a href="#STENCIL_SEPARATE_LIMIT">Stencil Separate Mask and Reference Value</a> for information
on WebGL specific limitations to the allowable mask values.
<dt class="idl-code">void stencilMaskSeparate(GLenum face, GLuint mask)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.2.2">OpenGL ES 2.0 §4.2.2</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glStencilMaskSeparate.xml">man page</a>)</span>
<dt class="idl-code">void stencilOp(GLenum fail, GLenum zfail, GLenum zpass)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.1.4">OpenGL ES 2.0 §4.1.4</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glStencilOp.xml">man page</a>)</span>
<dt class="idl-code">void stencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.1.4">OpenGL ES 2.0 §4.1.4</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glStencilOpSeparate.xml">man page</a>)</span>
</dl>
<!-- ======================================================================================================= -->
<h4>Viewing and clipping</h4>
<p>
Drawing commands can only modify pixels inside the currently bound framebuffer. In
addition, the viewport and the scissor box affect drawing.
</p>
<p>
The viewport specifies the affine transformation of x and y from normalized device
coordinates to window coordinates. The size of the viewport is initially determined
as specified in section <a href="#WEBGL_VIEWPORT">The WebGL Viewport</a>.
The scissor box defines a rectangle which constrains drawing. When the scissor test is
enabled only pixels that lie within the scissor box can be modified by drawing commands
including <code>clear</code>, and primitives can only be drawn inside the intersection
of the viewport, the currently bound framebuffer, and the scissor box. When the scissor
test is not enabled primitives can only be drawn inside the intersection of the viewport
and the currently bound framebuffer.
</p>
<dl class="methods">
<dt class="idl-code">void scissor(GLint x, GLint y, GLsizei width, GLsizei height)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.1.2">OpenGL ES 2.0 §4.1.2</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glScissor.xml">man page</a>)</span>
<dt class="idl-code">void viewport(GLint x, GLint y, GLsizei width, GLsizei height)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.12.1">OpenGL ES 2.0 §2.12.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glViewport.xml">man page</a>)</span>
</dl>
<!-- ======================================================================================================= -->
<h4>Buffer objects</h4>
<p>
Buffer objects (sometimes referred to as VBOs) hold vertex attribute data for the GLSL
shaders.
</p>
<dl class="methods">
<dt class="idl-code">void bindBuffer(GLenum target, WebGLBuffer? buffer)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.9">OpenGL ES 2.0 §2.9</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBindBuffer.xml">man page</a>)</span>
<dd>
Binds the given WebGLBuffer object to the given binding point (target), either
ARRAY_BUFFER or ELEMENT_ARRAY_BUFFER. If the buffer is null then any buffer currently
bound to this target is unbound. A given WebGLBuffer object may only be bound to one of
the ARRAY_BUFFER or ELEMENT_ARRAY_BUFFER target in its lifetime. An attempt to bind a
buffer object to the other target will generate an <code>INVALID_OPERATION</code> error, and the
current binding will remain untouched.
<dt class="idl-code">void bufferData(GLenum target, GLsizeiptr size, GLenum usage)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.9">OpenGL ES 2.0 §2.9</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBufferData.xml">man page</a>)</span>
<dd>
Set the size of the currently bound WebGLBuffer object for the passed target. The
buffer is initialized to 0.
<dt><p class="idl-code">void bufferData(GLenum target, BufferDataSource? data, GLenum usage)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.9">OpenGL ES 2.0 §2.9</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBufferData.xml">man page</a>)</span></p>
<dd>
Set the size of the currently bound WebGLBuffer object for the passed target to the
size of the passed data, then write the contents of data to the buffer object.
<br><br>
If the passed data is null then an <code>INVALID_VALUE</code> error is generated.
<dt><p class="idl-code">void bufferSubData(GLenum target, GLintptr offset, BufferDataSource? data)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.9">OpenGL ES 2.0 §2.9</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBufferSubData.xml">man page</a>)</span></p>
<dd>
For the WebGLBuffer object bound to the passed target write the passed data starting at
the passed offset. If the data would be written past the end of the buffer object
an <code>INVALID_VALUE</code> error is generated. If <code>data</code> is null then
an <code>INVALID_VALUE</code> error is generated.
<dt class="idl-code">WebGLBuffer? createBuffer()
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.9">OpenGL ES 2.0 §2.9</a>, similar to <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGenBuffers.xml">glGenBuffers</a>)</span>
<dd>
Create a WebGLBuffer object and initialize it with a buffer object name as if by
calling glGenBuffers.
<dt class="idl-code">void deleteBuffer(WebGLBuffer? buffer)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.9">OpenGL ES 2.0 §2.9</a>, similar to <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDeleteBuffers.xml">glDeleteBuffers</a>)</span>
<dd>
Delete the buffer object contained in the passed WebGLBuffer as if by calling
glDeleteBuffers. If the buffer has already been deleted the call has no effect.
Note that the buffer object will be deleted when the WebGLBuffer object is destroyed.
This method merely gives the author greater control over when the buffer object is
destroyed.
<dt class="idl-code">any getBufferParameter(GLenum target, GLenum pname)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.3">OpenGL ES 2.0 §6.1.3</a>, similar to <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetBufferParameteriv.xml">glGetBufferParameteriv</a>)</span>
<dd>
Return the value for the passed pname. The type returned is the natural type for the
requested pname, as given in the following table:
<table class="foo">
<tr><th>pname</th><th>returned type</th></tr>
<tr><td>BUFFER_SIZE</td><td>GLint</td></tr>
<tr><td>BUFFER_USAGE</td><td>GLenum</td></tr>
</table>
<p>If <em>pname</em> is not in the table above, generates an <code>INVALID_ENUM</code> error.</p>
<p>If an OpenGL error is generated, returns null.</p>
<dt class="idl-code">[WebGLHandlesContextLoss] GLboolean isBuffer(WebGLBuffer? buffer)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.6">OpenGL ES 2.0 §6.1.6</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glIsBuffer.xml">man page</a>)</span>
<dd>
Return true if the passed WebGLBuffer is valid and false otherwise. <br><br>
Returns false if the buffer's <a href="#webgl-object-invalidated-flag">invalidated
flag</a> is set.
</dl>
<!-- ======================================================================================================= -->
<h4>Framebuffer objects</h4>
<p>
Framebuffer objects provide an alternative rendering target to the drawing buffer. They
are a collection of color, alpha, depth and stencil buffers and are often used to
render an image that will later be used as a texture.
</p>
<dl class="methods">
<dt class="idl-code">void bindFramebuffer(GLenum target, WebGLFramebuffer? framebuffer)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.4.1">OpenGL ES 2.0 §4.4.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBindFramebuffer.xml">man page</a>)</span>
<dd>
Bind the given <code class="interface">WebGLFramebuffer</code> object to the given binding point
(<code class="param">target</code>), which must be <code class="enum">FRAMEBUFFER</code>.
If <code class="param">framebuffer</code> is null, the default framebuffer provided by the context
is bound and attempts to modify or query state on <code class="param">target</code> <code class="enum">FRAMEBUFFER</code>
will generate an <code class="error">INVALID_OPERATION</code> error.
<dt class="idl-code">[WebGLHandlesContextLoss] GLenum checkFramebufferStatus(GLenum target)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.4.5">OpenGL ES 2.0 §4.4.5</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glCheckFramebufferStatus.xml">man page</a>)</span>
<dd>
Returns <code class="enum">FRAMEBUFFER_UNSUPPORTED</code> if the
context's <a href="#webgl-context-lost-flag">webgl context lost flag</a> is set.
<dt class="idl-code">WebGLFramebuffer? createFramebuffer()
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.4.1">OpenGL ES 2.0 §4.4.1</a>, similar to <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGenFramebuffers.xml">glGenFramebuffers</a>)</span>
<dd>
Create a WebGLFramebuffer object and initialize it with a framebuffer object name as if by
calling glGenFramebuffers.
<dt class="idl-code">void deleteFramebuffer(WebGLFramebuffer? buffer)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.4.1">OpenGL ES 2.0 §4.4.1</a>, similar to <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDeleteFramebuffers.xml">glDeleteFramebuffers</a>)</span>
<dd>
Delete the framebuffer object contained in the passed WebGLFramebuffer as if by calling
glDeleteFramebuffers. If the framebuffer has already been deleted the call has no effect.
Note that the framebuffer object will be deleted when the WebGLFramebuffer object is destroyed.
This method merely gives the author greater control over when the framebuffer object is
destroyed.
<dt class="idl-code">void framebufferRenderbuffer(GLenum target, GLenum attachment,
GLenum renderbuffertarget,
WebGLRenderbuffer? renderbuffer)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.4.3">OpenGL ES 2.0 §4.4.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glFramebufferRenderbuffer.xml">man page</a>)</span></dt>
<dt class="idl-code">void framebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget,
WebGLTexture? texture, GLint level)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.4.3">OpenGL ES 2.0 §4.4.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glFramebufferTexture2D.xml">man page</a>)</span>
<dt class="idl-code">any getFramebufferAttachmentParameter(GLenum target, GLenum attachment,
GLenum pname)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.3">OpenGL ES 2.0 §6.1.3</a>, similar to <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetFramebufferAttachmentParameteriv.xml">glGetFramebufferAttachmentParameteriv</a>)</span>
<dd>
Return the value for the passed pname given the passed target and attachment. The type
returned is the natural type for the requested pname, as given in the following table:
<table class="foo">
<tr><th>pname</th><th>returned type</th></tr>
<tr><td>FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE</td><td>GLenum</td></tr>
<tr><td>FRAMEBUFFER_ATTACHMENT_OBJECT_NAME</td><td>WebGLRenderbuffer or WebGLTexture</td></tr>
<tr><td>FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL</td><td>GLint</td></tr>
<tr><td>FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE</td><td>GLint</td></tr>
</table>
<p>If <em>pname</em> is not in the table above, generates an <code>INVALID_ENUM</code> error.</p>
<p>If an OpenGL error is generated, returns null.</p>
<dt class="idl-code">[WebGLHandlesContextLoss] GLboolean isFramebuffer(WebGLFramebuffer? framebuffer)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.7">OpenGL ES 2.0 §6.1.7</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glIsFramebuffer.xml">man page</a>)</span>
<dd>
Return true if the passed WebGLFramebuffer is valid and false otherwise. <br><br>
Returns false if the framebuffer's <a href="#webgl-object-invalidated-flag">invalidated
flag</a> is set.
</dl>
<!-- ======================================================================================================= -->
<h4>Renderbuffer objects</h4>
<p>
Renderbuffer objects are used to provide storage for the individual buffers used in a
framebuffer object.
</p>
<dl class="methods">
<dt class="idl-code">void bindRenderbuffer(GLenum target, WebGLRenderbuffer? renderbuffer)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.4.3">OpenGL ES 2.0 §4.4.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBindRenderbuffer.xml">man page</a>)</span>
<dd>
Bind the given <code class="interface">WebGLRenderbuffer</code> object to the given binding point
(<code class="param">target</code>), which must be <code class="enum">RENDERBUFFER</code>.
If <code class="param">renderbuffer</code> is null the renderbuffer object currently bound to
this <code class="param">target</code> is unbound.
<dt class="idl-code">WebGLRenderbuffer? createRenderbuffer()
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.4.3">OpenGL ES 2.0 §4.4.3</a>, similar to <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGenRenderbuffers.xml">glGenRenderbuffers</a>)</span>
<dd>
Create a WebGLRenderbuffer object and initialize it with a renderbuffer object name as if by
calling glGenRenderbuffers.
<dt class="idl-code">void deleteRenderbuffer(WebGLRenderbuffer? renderbuffer)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.4.3">OpenGL ES 2.0 §4.4.3</a>, similar to <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDeleteRenderbuffers.xml">glDeleteRenderbuffers</a>)</span>
<dd>
Delete the renderbuffer object contained in the passed WebGLRenderbuffer as if by calling
glDeleteRenderbuffers. If the renderbuffer has already been deleted the call has no effect.
Note that the renderbuffer object will be deleted when the WebGLRenderbuffer object is destroyed.
This method merely gives the author greater control over when the renderbuffer object is
destroyed.
<dt class="idl-code">any getRenderbufferParameter(GLenum target, GLenum pname)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.3">OpenGL ES 2.0 §6.1.3</a>, similar to <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetRenderbufferParameteriv.xml">glGetRenderbufferParameteriv</a>)</span>
<dd>
Return the value for the passed pname given the passed target. The type returned is the natural
type for the requested pname, as given in the following table:
<table class="foo">
<tr><th>pname</th><th>returned type</th></tr>
<tr><td>RENDERBUFFER_WIDTH</td><td>GLint</td></tr>
<tr><td>RENDERBUFFER_HEIGHT</td><td>GLint</td></tr>
<tr><td>RENDERBUFFER_INTERNAL_FORMAT</td><td>GLenum</td></tr>
<tr><td>RENDERBUFFER_RED_SIZE</td><td>GLint</td></tr>
<tr><td>RENDERBUFFER_GREEN_SIZE</td><td>GLint</td></tr>
<tr><td>RENDERBUFFER_BLUE_SIZE</td><td>GLint</td></tr>
<tr><td>RENDERBUFFER_ALPHA_SIZE</td><td>GLint</td></tr>
<tr><td>RENDERBUFFER_DEPTH_SIZE</td><td>GLint</td></tr>
<tr><td>RENDERBUFFER_STENCIL_SIZE</td><td>GLint</td></tr>
</table>
<p>If <em>pname</em> is not in the table above, generates an <code>INVALID_ENUM</code> error.</p>
<p>If an OpenGL error is generated, returns null.</p>
<dt class="idl-code">[WebGLHandlesContextLoss] GLboolean isRenderbuffer(WebGLRenderbuffer? renderbuffer)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.7">OpenGL ES 2.0 §6.1.7</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glIsRenderbuffer.xml">man page</a>)</span>
<dd>
Return true if the passed WebGLRenderbuffer is valid and false otherwise. <br><br>
Returns false if the renderbuffer's <a href="#webgl-object-invalidated-flag">invalidated
flag</a> is set.
<dt class="idl-code">void renderbufferStorage(GLenum target, GLenum internalformat,
GLsizei width, GLsizei height)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.4.3">OpenGL ES 2.0 §4.4.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glRenderbufferStorage.xml">man page</a>)</span>
</dl>
<!-- ======================================================================================================= -->
<h4>Texture objects</h4>
<p>
Texture objects provide storage and state for texturing operations. If no WebGLTexture is bound
(e.g., passing null or 0 to bindTexture) then attempts to modify or query the texture object shall
generate an <code>INVALID_OPERATION</code> error. This is indicated in the functions below.
</p>
<dl class="methods">
<dt class="idl-code">void bindTexture(GLenum target, WebGLTexture? texture)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.13">OpenGL ES 2.0 §3.7.13</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBindTexture.xml">man page</a>)</span>
<dt><p class="idl-code"><a name="COMPRESSEDTEXIMAGE2D">void compressedTexImage2D</a>(GLenum target, GLint level, GLenum internalformat,
GLsizei width, GLsizei height, GLint border, ArrayBufferView pixels)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.3">OpenGL ES 2.0 §3.7.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glCompressedTexImage2D.xml">man page</a>)</span></p>
<p class="idl-code"><a name="COMPRESSEDTEXSUBIMAGE2D">void compressedTexSubImage2D</a>(GLenum target, GLint level,
GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, ArrayBufferView pixels)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.3">OpenGL ES 2.0 §3.7.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glCompressedTexSubImage2D.xml">man page</a>)</span></p>
<dd>
If an attempt is made to call these functions with no WebGLTexture bound (see above), an
<code>INVALID_OPERATION</code> error is generated. <br><br>
The core WebGL specification does not define any supported compressed texture formats.
By default, these methods generate an <code>INVALID_ENUM</code> error and return
immediately. See <a href="#COMPRESSED_TEXTURE_SUPPORT">Compressed Texture Support</a>.
<dt class="idl-code">void copyTexImage2D(GLenum target, GLint level, GLenum internalformat,
GLint x, GLint y, GLsizei width, GLsizei height,
GLint border)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.2">OpenGL ES 2.0 §3.7.2</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glCopyTexImage2D.xml">man page</a>)</span>
<dd>
If an attempt is made to call this function with no WebGLTexture bound (see above), an
<code>INVALID_OPERATION</code> error is generated. <br><br>
For any pixel lying outside the frame buffer, all channels of the associated texel are
initialized to 0; see <a href="#READS_OUTSIDE_FRAMEBUFFER">Reading Pixels Outside the
Framebuffer</a>. <br><br>
If this function attempts to read from a complete framebuffer with a missing attachment,
an <code>INVALID_OPERATION</code> error is generated
per <a href="#READING_FROM_MISSING_ATTACHMENT">Reading from a Missing Attachment</a>.
<dt class="idl-code">void copyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
GLint x, GLint y, GLsizei width, GLsizei height)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.2">OpenGL ES 2.0 §3.7.2</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glCopyTexSubImage2D.xml">man page</a>)</span>
<dd>
If an attempt is made to call this function with no WebGLTexture bound (see above), an
<code>INVALID_OPERATION</code> error is generated. <br><br>
For any pixel lying outside the frame buffer, all channels of the associated texel are
initialized to 0; see <a href="#READS_OUTSIDE_FRAMEBUFFER">Reading Pixels Outside the
Framebuffer</a>. <br><br>
If this function attempts to read from a complete framebuffer with a missing attachment,
an <code>INVALID_OPERATION</code> error is generated
per <a href="#READING_FROM_MISSING_ATTACHMENT">Reading from a Missing Attachment</a>.
<dt class="idl-code">WebGLTexture? createTexture()
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.13">OpenGL ES 2.0 §3.7.13</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGenTextures.xml">man page</a>)</span>
<dd>
Create a WebGLTexture object and initialize it with a texture object name as if by
calling glGenTextures.
<dt class="idl-code">void deleteTexture(WebGLTexture? texture)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.13">OpenGL ES 2.0 §3.7.13</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDeleteTextures.xml">man page</a>)</span>
<dd>
Delete the texture object contained in the passed WebGLTexture as if by calling
glDeleteTextures. If the texture has already been deleted the call has no effect.
Note that the texture object will be deleted when the WebGLTexture object is destroyed.
This method merely gives the author greater control over when the texture object is
destroyed.
<dt class="idl-code">void generateMipmap(GLenum target)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.11">OpenGL ES 2.0 §3.7.11</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGenerateMipmap.xml">man page</a>)</span>
<dd>
If an attempt is made to call this function with no WebGLTexture bound (see above), an
<code>INVALID_OPERATION</code> error is generated.
<dt class="idl-code">any getTexParameter(GLenum target, GLenum pname)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.3">OpenGL ES 2.0 §6.1.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetTexParameter.xml">man page</a>)</span>
<dd>
Return the value for the passed pname given the passed target. The type returned is the natural type for the
requested pname, as given in the following table:
<table class="foo">
<tr><th>pname</th><th>returned type</th></tr>
<tr><td>TEXTURE_MAG_FILTER</td><td>GLenum</td></tr>
<tr><td>TEXTURE_MIN_FILTER</td><td>GLenum</td></tr>
<tr><td>TEXTURE_WRAP_S</td><td>GLenum</td></tr>
<tr><td>TEXTURE_WRAP_T</td><td>GLenum</td></tr>
</table>
<p>If <em>pname</em> is not in the table above, generates an <code>INVALID_ENUM</code> error.</p>
<p>If an attempt is made to call this function with no WebGLTexture bound (see above), generates an
<code>INVALID_OPERATION</code> error.</p>
<p>If an OpenGL error is generated, returns null.</p>
<dt class="idl-code">[WebGLHandlesContextLoss] GLboolean isTexture(WebGLTexture? texture)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.4">OpenGL ES 2.0 §6.1.4</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glIsTexture.xml">man page</a>)</span>
<dd>
Return true if the passed WebGLTexture is valid and false otherwise. <br><br>
Returns false if the texture's <a href="#webgl-object-invalidated-flag">invalidated
flag</a> is set.
<dt class="idl-code"><a name="TEXIMAGE2D">void texImage2D</a>(GLenum target, GLint level, GLenum internalformat,
GLsizei width, GLsizei height, GLint border, GLenum format,
GLenum type, ArrayBufferView? pixels)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.1">OpenGL ES 2.0 §3.7.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glTexImage2D.xml">man page</a>)</span>
<dd>
If <code>pixels</code> is null, a buffer of sufficient size initialized to 0 is
passed. <br><br>
If <code>pixels</code> is non-null, the type of <code>pixels</code> must match the type
of the data to be read. If it is UNSIGNED_BYTE, a Uint8Array must be supplied; if it is
UNSIGNED_SHORT_5_6_5, UNSIGNED_SHORT_4_4_4_4, or UNSIGNED_SHORT_5_5_5_1, a Uint16Array
must be supplied. If the types do not match, an INVALID_OPERATION error is generated.
<br><br>
If an attempt is made to call this function with no WebGLTexture bound (see above), an
<code>INVALID_OPERATION</code> error is generated. <br><br>
See <a href="#PIXEL_STORAGE_PARAMETERS">Pixel Storage Parameters</a> for WebGL-specific
pixel storage parameters that affect the behavior of this function.
<dt><p class="idl-code"><a name="TEXIMAGE2D_HTML">void texImage2D</a>(GLenum target, GLint level, GLenum internalformat,
GLenum format, GLenum type, TexImageSource? source) /* May throw DOMException */
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.1">OpenGL ES 2.0 §3.7.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glTexImage2D.xml">man page</a>)</span></p>
<dd>
Uploads the given element or image data to the currently bound WebGLTexture. <br><br>
The width and height of the texture are set as specified in section
<a href="#TEXTURE_UPLOAD_SIZE">Texture Upload Width and Height</a>.<br><br>
The source image data is conceptually first converted to the data type and format
specified by the <em>format</em> and <em>type</em> arguments, and then transferred to
the WebGL implementation. If a packed pixel format is specified which would imply loss
of bits of precision from the image data, this loss of precision must occur. <br><br>
The first pixel transferred from the source to the WebGL implementation corresponds to
the upper left corner of the source. This behavior is modified by the
the <code>UNPACK_FLIP_Y_WEBGL</code> <a href="#PIXEL_STORAGE_PARAMETERS">pixel storage
parameter</a>. <br><br>
If the source image is an RGB or RGBA lossless image with 8 bits per channel, the
browser guarantees that the full precision of all channels is preserved. <br><br>
If the original image contains an alpha channel and the
<code>UNPACK_PREMULTIPLY_ALPHA_WEBGL</code> pixel storage parameter is false, then the
RGB values are guaranteed to never have been premultiplied by the alpha channel, whether
those values are derived directly from the original file format or converted from some
other color format. <br><br>
<div class="note">
Some implementations of HTMLCanvasElement's CanvasRenderingContext2D store color values
internally in premultiplied form. If such a canvas is uploaded to a WebGL texture with
the <code>UNPACK_PREMULTIPLY_ALPHA_WEBGL</code> pixel storage parameter set to false,
the color channels will have to be un-multiplied by the alpha channel, which is a lossy
operation. The WebGL implementation therefore can not guarantee that colors with alpha <
1.0 will be preserved losslessly when first drawn to a canvas via
CanvasRenderingContext2D and then uploaded to a WebGL texture when
the <code>UNPACK_PREMULTIPLY_ALPHA_WEBGL</code> pixel storage parameter is set to false.
</div>
If an attempt is made to call this function with no WebGLTexture bound (see above), an
<code>INVALID_OPERATION</code> error is generated. <br><br>
If this function is called with an <code>HTMLImageElement</code>
or <code>HTMLVideoElement</code> whose origin differs from the origin of the containing
Document, or with an <code>HTMLCanvasElement</code> whose <i>origin-clean</i> flag is
set to false, a <code>SECURITY_ERR</code> exception must be
thrown. See <a href="#ORIGIN_RESTRICTIONS">Origin Restrictions</a>.<br><br>
If <code>source</code> is null then an <code>INVALID_VALUE</code> error is
generated. <br><br>
See <a href="#PIXEL_STORAGE_PARAMETERS">Pixel Storage Parameters</a> for WebGL-specific
pixel storage parameters that affect the behavior of this function.
<dt class="idl-code">void texParameterf(GLenum target, GLenum pname, GLfloat param)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.4">OpenGL ES 2.0 §3.7.4</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glTexParameter.xml">man page</a>)</span>
<dd>
If an attempt is made to call this function with no WebGLTexture bound (see above), an
<code>INVALID_OPERATION</code> error is generated.
<dt class="idl-code">void texParameteri(GLenum target, GLenum pname, GLint param)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.4">OpenGL ES 2.0 §3.7.4</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glTexParameter.xml">man page</a>)</span>
<dd>
If an attempt is made to call this function with no WebGLTexture bound (see above), an
<code>INVALID_OPERATION</code> error is generated.
<dt class="idl-code"><a name="TEXSUBIMAGE2D">void texSubImage2D</a>(GLenum target, GLint level, GLint xoffset, GLint yoffset,
GLsizei width, GLsizei height,
GLenum format, GLenum type, ArrayBufferView? pixels)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.2">OpenGL ES 2.0 §3.7.2</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glTexSubImage2D.xml">man page</a>)</span>
<dd>
See <a href="#TEXIMAGE2D">texImage2D</a> for restrictions on the <em>format</em>
and <em>pixels</em> arguments. <br><br>
If an attempt is made to call this function with no WebGLTexture bound (see above), an
<code>INVALID_OPERATION</code> error is generated. <br><br>
If <em>type</em> does not match the type originally used to define the texture, an
<code>INVALID_OPERATION</code> error is generated. <br><br>
If <code>pixels</code> is null then an <code>INVALID_VALUE</code> error is
generated. <br><br>
See <a href="#PIXEL_STORAGE_PARAMETERS">Pixel Storage Parameters</a> for WebGL-specific
pixel storage parameters that affect the behavior of this function.
<dt><p class="idl-code"><a name="TEXSUBIMAGE2D_HTML">void texSubImage2D</a>(GLenum target, GLint level, GLint xoffset, GLint yoffset,
GLenum format, GLenum type, TexImageSource? source) /* May throw DOMException */
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-3.7.2">OpenGL ES 2.0 §3.7.2</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glTexSubImage2D.xml">man page</a>)</span></p>
<dd>
Updates a sub-rectangle of the currently bound WebGLTexture with the contents of the
given element or image data. <br><br>
The width and height of the updated sub-rectangle are determined as specified in section
<a href="#TEXTURE_UPLOAD_SIZE">Texture Upload Width and Height</a>.<br><br>
See <a href="#TEXIMAGE2D_HTML">texImage2D</a> for the interpretation of
the <em>format</em> and <em>type</em> arguments, and notes on
the <code>UNPACK_PREMULTIPLY_ALPHA_WEBGL</code> pixel storage parameter. <br><br>
The first pixel transferred from the source to the WebGL implementation corresponds to
the upper left corner of the source. This behavior is modified by the
the <code>UNPACK_FLIP_Y_WEBGL</code> <a href="#PIXEL_STORAGE_PARAMETERS">pixel storage
parameter</a>. <br><br>
If an attempt is made to call this function with no WebGLTexture bound (see above), an
<code>INVALID_OPERATION</code> error is generated. <br><br>
If <em>type</em> does not match the type originally used to define the texture, an
<code>INVALID_OPERATION</code> error is generated. <br><br>
If this function is called with an <code>HTMLImageElement</code>
or <code>HTMLVideoElement</code> whose origin differs from the origin of the containing
Document, or with an <code>HTMLCanvasElement</code> whose <i>origin-clean</i> flag is
set to false, a <code>SECURITY_ERR</code> exception must be
thrown. See <a href="#ORIGIN_RESTRICTIONS">Origin Restrictions</a>.<br><br>
If <code>source</code> is null then an <code>INVALID_VALUE</code> error is
generated. <br><br>
See <a href="#PIXEL_STORAGE_PARAMETERS">Pixel Storage Parameters</a> for WebGL-specific
pixel storage parameters that affect the behavior of this function.
</dl>
<!-- ======================================================================================================= -->
<h4>Programs and Shaders</h4>
<p>
Rendering with OpenGL ES 2.0 requires the use of <i>shaders</i>, written in OpenGL ES's shading language, GLSL ES.
Shaders must be loaded with a source string (shaderSource), compiled
(compileShader) and attached to a <i>program</i> (attachShader) which must be linked
(linkProgram) and then used (useProgram).
</p>
<dl class="methods">
<dt class="idl-code">void attachShader(WebGLProgram? program, WebGLShader? shader)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.3">OpenGL ES 2.0 §2.10.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glAttachShader.xml">man page</a>)</span>
<dt class="idl-code">void bindAttribLocation(WebGLProgram? program, GLuint index, DOMString name)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.4">OpenGL ES 2.0 §2.10.4</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glBindAttribLocation.xml">man page</a>)</span>
<dd>
If the passed name is longer than the restriction defined
in <a href="#MAX_LOCATION_LENGTHS">Maximum Uniform and Attribute Location Lengths</a>,
generates an <code>INVALID_VALUE</code> error. <br><br>
If <code>name</code> starts with one of the reserved WebGL prefixes
per <a href="#GLSL_CONSTRUCTS">GLSL Constructs</a>, generates
an <code>INVALID_OPERATION</code> error. <br><br>
See <a href="#CHARACTERS_OUTSIDE_VALID_SET">Characters Outside the GLSL Source Character
Set</a> for additional validation performed by WebGL implementations.
<dt class="idl-code">void compileShader(WebGLShader? shader)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.1">OpenGL ES 2.0 §2.10.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glCompileShader.xml">man page</a>)</span>
<dd>
See <a href="#SUPPORTED_GLSL_CONSTRUCTS">Supported GLSL
Constructs</a>, <a href="#MAX_GLSL_TOKEN_SIZE">Maximum GLSL Token
Size</a>, <a href="#CHARACTERS_OUTSIDE_VALID_SET">Characters Outside the GLSL Source
Character Set</a>, <a href="#MAX_STRUCT_NESTING">Maximum Nesting of Structures in GLSL
Shaders</a>, and <a href="#PACKING_RESTRICTIONS">Packing Restrictions for Uniforms and
Varyings</a> for additional constraints enforced in, additional constructs supported by,
and additional validation performed by WebGL implementations.
<dt class="idl-code">WebGLProgram? createProgram()
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.3">OpenGL ES 2.0 §2.10.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glCreateProgram.xml">man page</a>)</span>
<dd>
Create a WebGLProgram object and initialize it with a program object name as if by
calling glCreateProgram.
<dt class="idl-code">WebGLShader? createShader(GLenum type)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.1">OpenGL ES 2.0 §2.10.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glCreateShader.xml">man page</a>)</span>
<dd>
Create a WebGLShader object and initialize it with a shader object name as if by
calling glCreateShader.
<dt class="idl-code">void deleteProgram(WebGLProgram? program)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.3">OpenGL ES 2.0 §2.10.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDeleteProgram.xml">man page</a>)</span>
<dd>
Delete the program object contained in the passed WebGLProgram as if by calling
glDeleteProgram. If the program has already been deleted the call has no effect.
Note that the program object will be deleted when the WebGLProgram object is destroyed.
This method merely gives the author greater control over when the program object is
destroyed.
<dt class="idl-code">void deleteShader(WebGLShader? shader)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.1">OpenGL ES 2.0 §2.10.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDeleteShader.xml">man page</a>)</span>
<dd>
Delete the shader object contained in the passed WebGLShader as if by calling
glDeleteShader. If the shader has already been deleted the call has no effect.
Note that the shader object will be deleted when the WebGLShader object is destroyed.
This method merely gives the author greater control over when the shader object is
destroyed.
<dt class="idl-code">void detachShader(WebGLProgram? program, WebGLShader? shader)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.3">OpenGL ES 2.0 §2.10.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDetachShader.xml">man page</a>)</span>
<dt class="idl-code">sequence<WebGLShader>? getAttachedShaders(WebGLProgram? program)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.8">OpenGL ES 2.0 §6.1.8</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetAttachedShaders.xml">man page</a>)</span>
<dd>
<p>Returns a new object representing the list of shaders attached to the passed program.</p>
<p>Returns null if any OpenGL errors are generated during the execution of this
function.</p>
<dt class="idl-code">any getProgramParameter(WebGLProgram? program, GLenum pname)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.8">OpenGL ES 2.0 §6.1.8</a>, similar to <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetProgramiv.xml">man page</a>)</span>
<dd>
Return the value for the passed pname given the passed program. The type returned is the natural
type for the requested pname, as given in the following table:
<table class="foo">
<tr><th>pname</th><th>returned type</th></tr>
<tr><td>DELETE_STATUS</td><td>GLboolean</td></tr>
<tr><td>LINK_STATUS</td><td>GLboolean</td></tr>
<tr><td>VALIDATE_STATUS</td><td>GLboolean</td></tr>
<tr><td>ATTACHED_SHADERS</td><td>GLint</td></tr>
<tr><td>ACTIVE_ATTRIBUTES</td><td>GLint</td></tr>
<tr><td>ACTIVE_UNIFORMS</td><td>GLint</td></tr>
</table>
<p>If <em>pname</em> is not in the table above, generates an <code>INVALID_ENUM</code> error and returns null.</p>
<p>Returns null if any OpenGL errors are generated during the execution of this
function.</p>
<dt class="idl-code">DOMString? getProgramInfoLog(WebGLProgram? program)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.8">OpenGL ES 2.0 §6.1.8</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetProgramInfoLog.xml">man page</a>)</span>
<dd>
<p>Returns null if any OpenGL errors are generated during the execution of this
function.</p>
<dt class="idl-code">any getShaderParameter(WebGLShader? shader, GLenum pname)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.8">OpenGL ES 2.0 §6.1.8</a>, similar to <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetShaderiv.xml">man page</a>)</span>
<dd>
Return the value for the passed pname given the passed shader. The type returned is the natural
type for the requested pname, as given in the following table:
<table class="foo">
<tr><th>pname</th><th>returned type</th></tr>
<tr><td>SHADER_TYPE</td><td>GLenum</td></tr>
<tr><td>DELETE_STATUS</td><td>GLboolean</td></tr>
<tr><td>COMPILE_STATUS</td><td>GLboolean</td></tr>
</table>
<p>If <em>pname</em> is not in the table above, generates an <code>INVALID_ENUM</code> error and returns null.</p>
<p>Returns null if any OpenGL errors are generated during the execution of this
function.</p>
<dt class="idl-code">WebGLShaderPrecisionFormat getShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.8">OpenGL ES 2.0 §6.1.8</a>, similar to <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/docs/man/xhtml/glGetShaderPrecisionFormat.xml">man page</a>)</span>
<dd>
Return a new <code>WebGLShaderPrecisionFormat</code> describing the range and precision
for the specified shader numeric format. The shadertype value can be FRAGMENT_SHADER or
VERTEX_SHADER. The precisiontype value can be LOW_FLOAT, MEDIUM_FLOAT, HIGH_FLOAT,
LOW_INT, MEDIUM_INT or HIGH_INT.
<dt class="idl-code">DOMString? getShaderInfoLog(WebGLShader? shader)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.8">OpenGL ES 2.0 §6.1.8</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetShaderInfoLog.xml">man page</a>)</span>
<dd>
<p>Returns null if any OpenGL errors are generated during the execution of this
function.</p>
<dt class="idl-code">DOMString? getShaderSource(WebGLShader? shader)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.8">OpenGL ES 2.0 §6.1.8</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetShaderSource.xml">man page</a>)</span>
<dd>
<p>Returns null if any OpenGL errors are generated during the execution of this
function.</p>
<dt class="idl-code">[WebGLHandlesContextLoss] GLboolean isProgram(WebGLProgram? program)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.8">OpenGL ES 2.0 §6.1.8</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glIsProgram.xml">man page</a>)</span>
<dd>
Return true if the passed WebGLProgram is valid and false otherwise. <br><br>
Returns false if the program's <a href="#webgl-object-invalidated-flag">invalidated
flag</a> is set.
<dt class="idl-code">[WebGLHandlesContextLoss] GLboolean isShader(WebGLShader? shader)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.8">OpenGL ES 2.0 §6.1.8</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glIsShader.xml">man page</a>)</span>
<dd>
Return true if the passed WebGLShader is valid and false otherwise. <br><br>
Returns false if the shader's <a href="#webgl-object-invalidated-flag">invalidated
flag</a> is set.
<dt class="idl-code">void linkProgram(WebGLProgram? program)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.3">OpenGL ES 2.0 §2.10.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glLinkProgram.xml">man page</a>)</span>
<dd>
See <a href="#PACKING_RESTRICTIONS">Packing Restrictions for Uniforms and Varyings</a>
for additional constraints enforced in, and additional validation performed by, WebGL
implementations.
<dt class="idl-code">void shaderSource(WebGLShader? shader, DOMString source)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.1">OpenGL ES 2.0 §2.10.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glShaderSource.xml">man page</a>)</span>
<dd>
See <a href="#SUPPORTED_GLSL_CONSTRUCTS">Supported GLSL
Constructs</a>, <a href="#MAX_GLSL_TOKEN_SIZE">Maximum GLSL Token
Size</a>, <a href="#CHARACTERS_OUTSIDE_VALID_SET">Characters Outside the GLSL Source
Character Set</a>, <a href="#MAX_STRUCT_NESTING">Maximum Nesting of Structures in GLSL
Shaders</a>, and <a href="#PACKING_RESTRICTIONS">Packing Restrictions for Uniforms and
Varyings</a> for additional constraints enforced in, additional constructs supported by,
and additional validation performed by WebGL implementations.
<dt class="idl-code">void useProgram(WebGLProgram? program)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.3">OpenGL ES 2.0 §2.10.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glUseProgram.xml">man page</a>)</span>
<dt class="idl-code">void validateProgram(WebGLProgram? program)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.5">OpenGL ES 2.0 §2.10.5</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glValidateProgram.xml">man page</a>)</span>
</dl>
<!-- ======================================================================================================= -->
<h4>Uniforms and attributes</h4>
<p>
Values used by the shaders are passed in as uniforms or vertex attributes.
</p>
<dl class="methods">
<dt class="idl-code">void disableVertexAttribArray(GLuint index)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.8">OpenGL ES 2.0 §2.8</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDisableVertexAttribArray.xml">man page</a>)</span>
<dt class="idl-code">void enableVertexAttribArray(GLuint index)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.8">OpenGL ES 2.0 §2.8</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glEnableVertexAttribArray.xml">man page</a>)</span>
<dd>
Enable the vertex attribute at <code>index</code> as an array. WebGL imposes additional
rules beyond OpenGL ES 2.0 regarding enabled vertex attributes;
see <a href="#ATTRIBS_AND_RANGE_CHECKING">Enabled Vertex Attributes and Range
Checking</a>.
<dt class="idl-code">WebGLActiveInfo? getActiveAttrib(WebGLProgram? program, GLuint index)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.4">OpenGL ES 2.0 §2.10.4</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetActiveAttrib.xml">man page</a>)</span>
<dd>
Returns a new <code>WebGLActiveInfo</code> object describing the size, type and name of
the vertex attribute at the passed index of the passed program object. If the passed
index is out of range, generates an <code>INVALID_VALUE</code> error and returns null.
<p>Returns null if any OpenGL errors are generated during the execution of this
function.</p>
<dt class="idl-code">WebGLActiveInfo? getActiveUniform(WebGLProgram? program, GLuint index)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.4">OpenGL ES 2.0 §2.10.4</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetActiveUniform.xml">man page</a>)</span>
<dd>
Returns a new <code>WebGLActiveInfo</code> object describing the size, type and name of
the uniform at the passed index of the passed program object. If the passed index is out
of range, generates an <code>INVALID_VALUE</code> error and returns null.
<p>Returns null if any OpenGL errors are generated during the execution of this
function.</p>
<dt class="idl-code">[WebGLHandlesContextLoss] GLint getAttribLocation(WebGLProgram? program, DOMString name)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.4">OpenGL ES 2.0 §2.10.4</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetAttribLocation.xml">man page</a>)</span>
<dd>
If the passed name is longer than the restriction defined
in <a href="#MAX_LOCATION_LENGTHS">Maximum Uniform and Attribute Location Lengths</a>,
generates an <code>INVALID_VALUE</code> error and returns -1. <br><br>
Returns -1 if <code>name</code> starts with one of the reserved WebGL prefixes
per <a href="#GLSL_CONSTRUCTS">GLSL Constructs</a>. <br><br>
Returns -1 if the context's <a href="#webgl-context-lost-flag">webgl context lost
flag</a> is set. <br><br>
If the <a href="#webgl-object-invalidated-flag">invalidated flag</a> of the passed
program is set, generates an <code>INVALID_OPERATION</code> error and returns
-1. <br><br>
See <a href="#CHARACTERS_OUTSIDE_VALID_SET">Characters Outside the GLSL Source Character
Set</a> for additional validation performed by WebGL implementations.
<dt class="idl-code">any getUniform(WebGLProgram? program, WebGLUniformLocation? location)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.8">OpenGL ES 2.0 §6.1.8</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetUniform.xml">man page</a>)</span>
<dd>
Return the uniform value at the passed location in the passed program. The type returned is
dependent on the uniform type, as shown in the following table:
<table class="foo">
<tr><th>uniform type</th><th>returned type</th></tr>
<tr><td>boolean</td><td>GLboolean</td></tr>
<tr><td>int</td><td>GLint</td></tr>
<tr><td>float</td><td>GLfloat</td></tr>
<tr><td>vec2</td><td>Float32Array (with 2 elements)</td></tr>
<tr><td>ivec2</td><td>Int32Array (with 2 elements)</td></tr>
<tr><td>bvec2</td><td>sequence<GLboolean> (with 2 elements)</td></tr>
<tr><td>vec3</td><td>Float32Array (with 3 elements)</td></tr>
<tr><td>ivec3</td><td>Int32Array (with 3 elements)</td></tr>
<tr><td>bvec3</td><td>sequence<GLboolean> (with 3 elements)</td></tr>
<tr><td>vec4</td><td>Float32Array (with 4 elements)</td></tr>
<tr><td>ivec4</td><td>Int32Array (with 4 elements)</td></tr>
<tr><td>bvec4</td><td>sequence<GLboolean> (with 4 elements)</td></tr>
<tr><td>mat2</td><td>Float32Array (with 4 elements)</td></tr>
<tr><td>mat3</td><td>Float32Array (with 9 elements)</td></tr>
<tr><td>mat4</td><td>Float32Array (with 16 elements)</td></tr>
<tr><td>sampler2D</td><td>GLint</td></tr>
<tr><td>samplerCube</td><td>GLint</td></tr>
</table>
<p>All queries returning sequences or typed arrays return a new object each time.</p>
<p>Returns null if any OpenGL errors are generated during the execution of this
function.</p>
<dt class="idl-code">WebGLUniformLocation? getUniformLocation(WebGLProgram? program, DOMString name)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.4">OpenGL ES 2.0 §2.10.4</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetUniformLocation.xml">man page</a>)</span>
<dd>
<p>Return a new <code>WebGLUniformLocation</code> that represents the location of a
specific uniform variable within a program object. The return value is null if name does
not correspond to an active uniform variable in the passed program.</p>
<p>If the passed name is longer than the restriction defined
in <a href="#MAX_LOCATION_LENGTHS">Maximum Uniform and Attribute Location Lengths</a>,
generates an <code>INVALID_VALUE</code> error and returns null.</p>
<p>Returns null if <code>name</code> starts with one of the reserved WebGL prefixes
per <a href="#GLSL_CONSTRUCTS">GLSL Constructs</a>.</p>
<p>See <a href="#CHARACTERS_OUTSIDE_VALID_SET">Characters Outside the GLSL Source
Character Set</a> for additional validation performed by WebGL implementations.</p>
<p>Returns null if any OpenGL errors are generated during the execution of this
function.</p>
<dt class="idl-code">any getVertexAttrib(GLuint index, GLenum pname)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.8">OpenGL ES 2.0 §6.1.8</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetVertexAttrib.xml">man page</a>)</span>
<dd>
Return the information requested in pname about the vertex attribute at the passed index. The
type returned is dependent on the information requested, as shown in the following table:
<table class="foo">
<tr><th>pname</th><th>returned type</th></tr>
<tr><td>VERTEX_ATTRIB_ARRAY_BUFFER_BINDING</td><td>WebGLBuffer</td></tr>
<tr><td>VERTEX_ATTRIB_ARRAY_ENABLED</td><td>GLboolean</td></tr>
<tr><td>VERTEX_ATTRIB_ARRAY_SIZE</td><td>GLint</td></tr>
<tr><td>VERTEX_ATTRIB_ARRAY_STRIDE</td><td>GLint</td></tr>
<tr><td>VERTEX_ATTRIB_ARRAY_TYPE</td><td>GLenum</td></tr>
<tr><td>VERTEX_ATTRIB_ARRAY_NORMALIZED</td><td>GLboolean</td></tr>
<tr><td>CURRENT_VERTEX_ATTRIB</td><td>Float32Array (with 4 elements)</td></tr>
</table>
<p>All queries returning sequences or typed arrays return a new object each time.</p>
<p>If <em>pname</em> is not in the table above, generates an <code>INVALID_ENUM</code> error.</p>
<p>If an OpenGL error is generated, returns null.</p>
<dt class="idl-code">[WebGLHandlesContextLoss] GLsizeiptr getVertexAttribOffset(GLuint index, GLenum pname)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-6.1.8">OpenGL ES 2.0 §6.1.8</a>, similar to <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glGetVertexAttribPointerv.xml">man page</a>)</span>
<dd>
Returns 0 if the context's <a href="#webgl-context-lost-flag">webgl context lost
flag</a> is set.
<dt><p class="idl-code">void uniform[1234][fi](WebGLUniformLocation? location, ...)</p>
<p class="idl-code">void uniform[1234][fi]v(WebGLUniformLocation? location, ...)
<p class="idl-code">void uniformMatrix[234]fv(WebGLUniformLocation? location, GLboolean transpose, ...)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.10.4">OpenGL ES 2.0 §2.10.4</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glUniform.xml">man page</a>)</span></p>
<dd>
Each of the uniform* functions above sets the specified uniform or uniforms to the
values provided. If the passed <code>location</code> is not null and was not obtained
from the currently used program via an earlier call to <code>getUniformLocation</code>,
an <code>INVALID_OPERATION</code> error will be generated. If the passed
<code>location</code> is null, the data passed in will be silently ignored and
no uniform variables will be changed.
<br><br>
If the array passed to any of the vector forms (those ending in <code>v</code>) has an
invalid length, an <code>INVALID_VALUE</code> error will be generated. The length is
invalid if it is too short for or is not an integer multiple of the assigned type.
<dt><p class="idl-code">void vertexAttrib[1234]f(GLuint indx, ...)</p>
<p class="idl-code">void vertexAttrib[1234]fv(GLuint indx, ...)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.7">OpenGL ES 2.0 §2.7</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glVertexAttrib.xml">man page</a>)</span></p>
<dd>
Sets the vertex attribute at the passed index to the given constant value. Values set via the
<code>vertexAttrib</code> are guaranteed to be returned from the <code>getVertexAttrib</code> function
with the <code>CURRENT_VERTEX_ATTRIB</code> param, even if there have been intervening calls to
<code>drawArrays</code> or <code>drawElements</code>.
<dt class="idl-code">void vertexAttribPointer(GLuint indx, GLint size, GLenum type,
GLboolean normalized, GLsizei stride, GLintptr offset)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.8">OpenGL ES 2.0 §2.8</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glVertexAttribPointer.xml">man page</a>)</span>
<dd>
Assign the WebGLBuffer object currently bound to the ARRAY_BUFFER target to the vertex
attribute at the passed index. Size is number of components per attribute. Stride and
offset are in units of bytes. Passed stride and offset must be appropriate for the
passed type and size or an <code>INVALID_OPERATION</code> error will be generated;
see <a href="#BUFFER_OFFSET_AND_STRIDE">Buffer Offset and Stride Requirements</a>. If
offset is negative, an <code>INVALID_VALUE</code> error will be generated. If no
WebGLBuffer is bound to the ARRAY_BUFFER target, an <code>INVALID_OPERATION</code> error
will be generated. In WebGL, the maximum supported stride is 255;
see <a href="#VERTEX_STRIDE"> Vertex Attribute Data Stride</a>.
</dl>
<!-- ======================================================================================================= -->
<h4><a name="WRITING_TO_THE_DRAWING_BUFFER">Writing to the drawing buffer</a></h4>
<p>
OpenGL ES 2.0 has 3 calls which can render to the drawing buffer: <code>clear</code>,
<code>drawArrays</code> and <code>drawElements</code>. Furthermore rendering can
be directed to the drawing buffer or to a Framebuffer object. When rendering is
directed to the drawing buffer, making any of the 3 rendering calls shall
cause the drawing buffer to be presented to the HTML page compositor at the start
of the next compositing operation.
</p>
<dl class="methods">
<dt class="idl-code">void clear(GLbitfield mask)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.2.3">OpenGL ES 2.0 §4.2.3</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glClear.xml">man page</a>)</span>
<dt class="idl-code">void drawArrays(GLenum mode, GLint first, GLsizei count)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.8">OpenGL ES 2.0 §2.8</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDrawArrays.xml">man page</a>)</span>
<dd>
If <em>first</em> is negative, an <code>INVALID_VALUE</code> error will be generated.
If the CURRENT_PROGRAM is null, an <code>INVALID_OPERATION</code> error will be generated.
<dt class="idl-code">void drawElements(GLenum mode, GLsizei count, GLenum type, GLintptr offset)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-2.8">OpenGL ES 2.0 §2.8</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glDrawElements.xml">man page</a>)</span>
<dd>
Draw using the currently bound element array buffer. The given offset is in bytes, and
must be a valid multiple of the size of the given type or an <code>INVALID_OPERATION</code>
error will be generated; see <a href="#BUFFER_OFFSET_AND_STRIDE">Buffer Offset and Stride
Requirements</a>. If <code>count</code> is greater than zero, then a non-null
<code>WebGLBuffer</code> must be bound to the <code>ELEMENT_ARRAY_BUFFER</code> binding
point or an <code>INVALID_OPERATION</code> error will be generated.<br><br>
If the CURRENT_PROGRAM is null, an <code>INVALID_OPERATION</code> error will be generated.
WebGL performs additional error checking beyond that specified in OpenGL ES 2.0 during
calls to <code>drawArrays</code>
and <code>drawElements</code>. See <a href="#ATTRIBS_AND_RANGE_CHECKING">Enabled Vertex
Attributes and Range Checking</a>.
<dt class="idl-code">void finish()
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-5.1">OpenGL ES 2.0 §5.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glFinish.xml">man page</a>)</span>
<dt class="idl-code">void flush()
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-5.1">OpenGL ES 2.0 §5.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glFlush.xml">man page</a>)</span>
</dl>
<!-- ======================================================================================================= -->
<h4><a name="readpixels">Reading back pixels</a></h4>
<p>
Pixels in the current framebuffer can be read back into an ArrayBufferView object.
</p>
<dl class="methods">
<dt class="idl-code">void readPixels(GLint x, GLint y, GLsizei width, GLsizei height,
GLenum format, GLenum type, ArrayBufferView? pixels)
<span class="gl-spec">(<a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf#nameddest=section-4.3.1">OpenGL ES 2.0 §4.3.1</a>, <a class="nonnormative" href="http://www.khronos.org/opengles/sdk/2.0/docs/man/xhtml/glReadPixels.xml">man page</a>)</span>
<dd>
Fills <code>pixels</code> with the pixel data in the specified rectangle of the frame
buffer. The data returned from readPixels must be up-to-date as of the most recently
sent drawing command.
<br><br>
The type of <code>pixels</code> must match the type of the data to be read. For example,
if it is UNSIGNED_BYTE, a Uint8Array must be supplied; if it is UNSIGNED_SHORT_5_6_5,
UNSIGNED_SHORT_4_4_4_4, or UNSIGNED_SHORT_5_5_5_1, a Uint16Array must be supplied. If
the types do not match, an INVALID_OPERATION error is generated.
<br><br>
Only two combinations of <code>format</code> and <code>type</code> are accepted. The
first is <code>format</code> RGBA and <code>type</code> UNSIGNED_BYTE. The second is an
implementation-chosen format. The values of <code>format</code> and <code>type</code>
for this format may be determined by calling
<a href="#GETPARAMETER"><code>getParameter</code></a> with the symbolic constants
IMPLEMENTATION_COLOR_READ_FORMAT and IMPLEMENTATION_COLOR_READ_TYPE, respectively. The
implementation-chosen format may vary depending on the format of the currently bound
rendering surface. Unsupported combinations of <code>format</code> and <code>type</code>
will generate an INVALID_OPERATION error. <br><br>
If <code>pixels</code> is null, an INVALID_VALUE error is generated. If
<code>pixels</code> is non-null, but is not large enough to retrieve all of the pixels
in the specified rectangle taking into account pixel store modes, an INVALID_OPERATION
error is generated.
<br><br>
For any pixel lying outside the frame buffer, the value read contains 0 in all channels;
see <a href="#READS_OUTSIDE_FRAMEBUFFER">Reading Pixels Outside the Framebuffer</a>.
<br><br>
If this function attempts to read from a complete framebuffer with a missing color
attachment, an <code>INVALID_OPERATION</code> error is generated
per <a href="#READING_FROM_MISSING_ATTACHMENT">Reading from a Missing Attachment</a>.
</dl>
<!-- ======================================================================================================= -->
<h4>Detecting context lost events</h4>
<p>
Occurrences such as power events on mobile devices may cause the WebGL rendering context to
be lost at any time and require the application to rebuild it;
see <a href="#WEBGLCONTEXTEVENT">WebGLContextEvent</a> for more details. The
following method assists in detecting context lost events.
</p>
<dl class="methods">
<dt class="idl-code">[WebGLHandlesContextLoss] boolean isContextLost()
<dd>
Return true if the <a href="#webgl-context-lost-flag">webgl context lost flag</a> is
set, otherwise return false.
</dl>
<!-- ======================================================================================================= -->
<h4>Detecting and enabling extensions</h4>
<p>
An implementation of WebGL must not support any additional parameters, constants or functions
without first enabling that functionality through the extension mechanism. The
<code>getSupportedExtensions</code> function returns an array of the extension strings
supported by this implementation. An extension is enabled by passing one of those strings to
the <code>getExtension</code> function. This call returns an object which contains any
constants or functions defined by that extension. The definition of that object is specific
to the extension and must be defined by the extension specification.
</p>
<p>
Once an extension is enabled, it is only disabled if the WebGL rendering context is lost (see
below), with the exception of the "WEBGL_lose_context" extension which remains active through
any loss of context. Any objects referenced by a disabled extension, such as the object returned
by <code>getExtension</code>, are no longer associated with the WebGL rendering context. Any
extension objects that derive from <code>WebGLObject</code> have their
<a href="#webgl-object-invalidated-flag">invalidated</a> flag set to true. Any use of a disabled
extension or its referenced objects generates an INVALID_OPERATION error.
<p>
There are no other mechanisms to disable an extension.
</p>
<p>
Multiple calls to <code>getExtension</code> with the same extension string, taking into account
case-insensitive comparison, must return the same object as long as the extension is enabled. An
attempt to use any features of an extension without first calling getExtension to enable it must
generate an appropriate GL error and must not make use of the feature.
</p>
<p>
This specification does not define any extensions. A separate <a href="#refsREGISTRY">WebGL
extension registry</a> defines extensions that may be supported by a particular WebGL
implementation.
</p>
<dl class="methods">
<dt class="idl-code">sequence<DOMString>? getSupportedExtensions()
<dd>
Returns a list of all the supported extension strings.
<dt class="idl-code">object? getExtension(DOMString name)
<dd>
Returns an object if, and only if, <em>name</em> is
an <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#ascii-case-insensitive">ASCII
case-insensitive match</a> <a href="#refsHTML">[HTML]</a> for one of the names returned
from <code>getSupportedExtensions</code>; otherwise, returns <code>null</code>. The
object returned from <code>getExtension</code> contains any constants or functions
provided by the extension. A returned object may have no constants or functions if the
extension does not define any, but a unique object must still be returned. That object
is used to indicate that the extension has been enabled.
</dl>
<!-- ======================================================================================================= -->
<h3><a name="WEBGLCONTEXTEVENT">WebGLContextEvent</a></h3>
<p>
WebGL generates a <code>WebGLContextEvent</code> event in response to a status change to the
WebGL rendering context associated with the HTMLCanvasElement which has a listener for this
event. Events are sent using the DOM Event
System <a href="#refsDOM3EVENTS">[DOM3EVENTS]</a>. Event types can include the loss or
restoration of state, or the inability to create a context.
<a href="http://www.w3.org/TR/domcore/#eventinit">EventInit</a> is defined in the DOM4
specification <a href="#refsDOM4">[DOM4]</a>.
</p>
To <b><a name="fire-a-webgl-context-event">fire a WebGL context event named e</a></b> means
that an <a href="http://www.w3.org/TR/domcore/#concept-event">event</a> using
the <code>WebGLContextEvent</code> interface, with
its <a href="http://www.w3.org/TR/domcore/#dom-event-type"><code>type</code></a>
attribute <a href="#refsDOM4">[DOM4]</a> initialized to <em>e</em>, its
<code>cancelable</code> attribute initialized to true, and
its <a href="http://www.w3.org/TR/domcore/#dom-event-istrusted"><code>isTrusted</code></a>
attribute <a href="#refsDOM4">[DOM4]</a> initialized to true, is to
be <a href="http://www.w3.org/TR/domcore/#concept-event-dispatch">dispatched</a> at the
given object.
<p>
</p>
<pre class="idl">
[Constructor(DOMString type, optional WebGLContextEventInit eventInit)]
interface <dfn id="WebGLContextLostEvent">WebGLContextEvent</dfn> : <a href="http://www.w3.org/TR/domcore/#event">Event</a> {
readonly attribute DOMString statusMessage;
};
// EventInit is defined in the DOM4 specification.
dictionary WebGLContextEventInit : <a href="http://www.w3.org/TR/domcore/#eventinit">EventInit</a> {
DOMString statusMessage;
};</pre>
<p>
The <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#task-source">task
source</a> for
all <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#concept-task">tasks</a> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task">queued</a> <a href="#refsHTML">[HTML]</a>
in this section is the <b>WebGL task source</b>.
</p>
<h4>Attributes</h4>
<p>
The following attributes are available:
</p>
<dl class="methods">
<dt><span class="prop-name"><code>statusMessage</code></span> of type <code>DOMString</code>
<dd>
A string containing additional information, or the empty string if no additional information
is available.
</dl>
<h4><a name="CONTEXT_LOST">The Context Lost Event</a></h4>
<p>
When the user agent detects that the <em>drawing buffer</em> associated with
a <code>WebGLRenderingContext</code> <em>context</em> has been lost, it must run the
following steps:
<ol class="nestedlist">
<li> Let <em>canvas</em> be the <em>context's</em>
<a href="#context-canvas">canvas</a>. </li>
<li> If </em>context's</em> <a href="#webgl-context-lost-flag">webgl context lost</a> flag
is set, abort these steps. </li>
<li> Set <em>context's</em> <a href="#webgl-context-lost-flag">webgl context lost</a>
flag. </li>
<li> Set the <a href="#webgl-object-invalidated-flag">invalidated flag</a> of
each <code>WebGLObject</code> instance created by this context. </li>
<li> Disable all extensions except "WEBGL_lose_context". </li>
<li> <a href="http://dev.w3.org/html5/spec/webappapis.html#queue-a-task">Queue a task</a> to
perform the following steps:
<ol class="nestedlist">
<li> <a href="#fire-a-webgl-context-event">Fire a WebGL context event</a> named
"webglcontextlost" at <em>canvas</em>, with its <code>statusMessage</code> attribute set
to "". </li>
<li> If the
event's <a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#canceled-flag">canceled
flag</a> is not set, abort these steps. </li>
<li> Perform the following steps asynchronously. </li>
<li> Await a restorable <em>drawing buffer</em>. </li>
<li> Queue a task to <a href="#restore-the-drawing-buffer">restore the drawing
buffer</a> for <em>context</em>. </li>
</ol>
</li>
</ol>
</p>
<div class="example">
The following code prevents the default behavior of the <code>webglcontextlost</code>
event and enables the <code>webglcontextrestored</code> event to be delivered:
<pre>canvas.addEventListener("webglcontextlost", function(e) { e.preventDefault(); }, false); </pre>
</div>
<h4>The Context Restored Event</h4>
<p>
When the user agent is to <b><a name="restore-the-drawing-buffer">restore the drawing
buffer</a></b> for a <code>WebGLRenderingContext</code> <em>context</em>, it must run the
following steps:
<ol class="nestedlist">
<li> Let <em>canvas</em> be the canvas object associated with <em>context</em>.
<li> If <em>context's</em> <a href="#webgl-context-lost-flag">webgl context lost flag</a> is
not set, abort these steps.
<li> <a href="#create-a-drawing-buffer">Create a <em>drawing buffer</em></a> using the
settings specified in <em>context's</em> <a href="#context-creation-parameters">context
creation parameters</a>, and associate the <em>drawing buffer</em> with <em>context</em>,
discarding any previous <em>drawing buffer</em>.
<li> Clear <em>context's</em> <a href="#webgl-context-lost-flag">webgl context lost
flag</a>.
<li> Reset <em>context's</em> OpenGL error state.
<li> <a href="#fire-a-webgl-context-event">Fire a WebGL context event</a> named
"webglcontextrestored" at <em>canvas</em>, with its <code>statusMessage</code> attribute set
to "".
</ol>
</p>
<div class="note">
Once the context is restored, WebGL resources such as textures and buffers that were created
before the context was lost are no longer valid. The application needs to reinitialize the
context's state and recreate all such resources.
</div>
<div class="example">
The following code illustrates how an application can handle context loss and restoration:
<pre>function initializeGame() {
initializeWorld();
initializeResources();
}
function initializeResources() {
initializeShaders();
initializeBuffers();
initializeTextures();
// ready to draw, start the main loop
renderFrame();
}
function renderFrame() {
updateWorld();
drawSkyBox();
drawWalls();
drawMonsters();
requestId = window.requestAnimationFrame(
renderFrame, canvas);
}
canvas.addEventListener(
"webglcontextlost", function (event) {
// inform WebGL that we handle context restoration
event.preventDefault();
// Stop rendering
window.cancelAnimationFrame(requestId);
}, false);
canvas.addEventListener(
"webglcontextrestored", function (event) {
initializeResources();
}, false);
initializeGame();</pre>
</div>
<h4>The Context Creation Error Event</h4>
<p>
When the user agent is to <b><a name="fire-a-webgl-context-creation-error">fire a WebGL
context creation error</a></b> at a <em>canvas</em>, it must perform the following steps:
<ol class="nestedlist">
<li> <a href="#fire-a-webgl-context-event">Fire a WebGL context event</a> named
"webglcontextcreationerror" at <em>canvas</em>, optionally with its <code>statusMessage</code>
attribute set to a platform dependent string about the nature of the failure. </li>
</ol>
</p>
<div class="example">
The following code illustrates how an application can retrieve information about context creation failure:
<pre>var errorInfo = "";
function onContextCreationError(event) {
canvas.removeEventListener(
"webglcontextcreationerror",
onContextCreationError, false);
errorInfo = e.statusMessage || "Unknown";
}
canvas.addEventListener(
"webglcontextcreationerror",
onContextCreationError, false);
var gl = canvas.getContext("experimental-webgl");
if(!gl) {
alert("A WebGL context could not be created.\nReason: " +
errorInfo);
}</pre>
</div>
<!-- ======================================================================================================= -->
<h2><a name="webgl_gl_differences">Differences Between WebGL and OpenGL ES 2.0</a></h2>
<p>
This section describes changes made to the WebGL API relative to the OpenGL ES 2.0 API to improve
portability across various operating systems and devices.
</p>
<h3><a name="BUFFER_OBJECT_BINDING">Buffer Object Binding</a></h3>
<p>
In the WebGL API, a given buffer object may only be bound to one of the <code>ARRAY_BUFFER</code> or
<code>ELEMENT_ARRAY_BUFFER</code> binding points in its lifetime. This restriction implies that a
given buffer object may contain either vertices or indices, but not both.
</p>
<p>
The type of a WebGLBuffer is initialized the first time it is passed as an argument
to <code>bindBuffer</code>. A subsequent call to <code>bindBuffer</code> which attempts to bind the
same WebGLBuffer to the other binding point will generate an <code>INVALID_OPERATION</code> error, and
the state of the binding point will remain untouched.
</p>
<h3>No Client Side Arrays</h3>
<p>
The WebGL API does not support client-side arrays. If <code>vertexAttribPointer</code> is called
without a <code>WebGLBuffer</code> bound to the <code>ARRAY_BUFFER</code> binding point,
an <code>INVALID_OPERATION</code> error is generated. If <code>drawElements</code> is called with
a <code>count</code> greater than zero, and no <code>WebGLBuffer</code> is bound to
the <code>ELEMENT_ARRAY_BUFFER</code> binding point, an <code>INVALID_OPERATION</code> error is
generated.
</p>
<h3>No Default Textures</h3>
<p>
The WebGL API does not support default textures. A non-null <code>WebGLTexture</code> object must be
bound in order for texture-related operations and queries to succeed.
</p>
<h3><a name="BUFFER_OFFSET_AND_STRIDE">Buffer Offset and Stride Requirements</a></h3>
<p>
The <code>offset</code> arguments to <code>drawElements</code> and <code>vertexAttribPointer</code>,
and the <code>stride</code> argument to <code>vertexAttribPointer</code>, must be a multiple of the
size of the data type passed to the call, or an <code>INVALID_OPERATION</code> error is generated.
</p>
<h3><a name="ATTRIBS_AND_RANGE_CHECKING">Enabled Vertex Attributes and Range Checking</a></h3>
<p>
If a vertex attribute is enabled as an array via <code>enableVertexAttribArray</code> but no buffer
is bound to that attribute via <code>bindBuffer</code> and <code>vertexAttribPointer</code>, then
calls to <code>drawArrays</code> or <code>drawElements</code> will generate an
<code>INVALID_OPERATION</code> error.
</p>
<p>
If a vertex attribute is enabled as an array, a buffer is bound to that attribute, and the attribute
is consumed by the current program, then calls to <code>drawArrays</code>
and <code>drawElements</code> will verify that each referenced vertex lies within the storage of the
bound buffer. If the range specified in <code>drawArrays</code> or any referenced index
in <code>drawElements</code> lies outside the storage of the bound buffer, an INVALID_OPERATION
error is generated and no geometry is drawn.
</p>
<p>
If a vertex attribute is enabled as an array, a buffer is bound to that attribute, but the attribute
is not consumed by the current program, then regardless of the size of the bound buffer, it will not
cause any error to be generated during a call to <code>drawArrays</code>
or <code>drawElements</code>.
</p>
<h3><a name="FBO_ATTACHMENTS">Framebuffer Object Attachments</a></h3>
<p>
WebGL adds the <code>DEPTH_STENCIL_ATTACHMENT</code> framebuffer object attachment point and
the <code>DEPTH_STENCIL</code> renderbuffer internal format. To attach both depth and stencil
buffers to a framebuffer object, call <code>renderbufferStorage</code> with
the <code>DEPTH_STENCIL</code> internal format, and then call <code>framebufferRenderbuffer</code>
with the <code>DEPTH_STENCIL_ATTACHMENT</code> attachment point.
</p>
<p>
A renderbuffer attached to the <code>DEPTH_ATTACHMENT</code> attachment point must be allocated with
the <code>DEPTH_COMPONENT16</code> internal format. A renderbuffer attached to
the <code>STENCIL_ATTACHMENT</code> attachment point must be allocated with
the <code>STENCIL_INDEX8</code> internal format. A renderbuffer attached to
the <code>DEPTH_STENCIL_ATTACHMENT</code> attachment point must be allocated with
the <code>DEPTH_STENCIL</code> internal format.
</p>
<p>
In the WebGL API, it is an error to concurrently attach renderbuffers to the following combinations
of attachment points:
<ul>
<li> <code>DEPTH_ATTACHMENT + DEPTH_STENCIL_ATTACHMENT</code>
<li> <code>STENCIL_ATTACHMENT + DEPTH_STENCIL_ATTACHMENT</code>
<li> <code>DEPTH_ATTACHMENT + STENCIL_ATTACHMENT</code>
</ul>
If any of the constraints above are violated, then:
<ul>
<li> <code>checkFramebufferStatus</code> must return <code>FRAMEBUFFER_UNSUPPORTED</code>.
<li> The following calls, which either modify or read the framebuffer, must generate
an <code>INVALID_FRAMEBUFFER_OPERATION</code> error and return early, leaving the contents of
the framebuffer, destination texture or destination memory untouched.
<ul>
<li> clear
<li> copyTexImage2D
<li> copyTexSubImage2D
<li> drawArrays
<li> drawElements
<li> readPixels
</ul>
</ul>
The following combinations of framebuffer object attachments, when all of the attachments are
framebuffer attachment complete, non-zero, and have the same width and height, must result in the
framebuffer being framebuffer complete:
<ul>
<li> <code>COLOR_ATTACHMENT0</code> = <code>RGBA/UNSIGNED_BYTE</code> texture
<li> <code>COLOR_ATTACHMENT0</code> = <code>RGBA/UNSIGNED_BYTE</code> texture + <code>DEPTH_ATTACHMENT</code> = <code>DEPTH_COMPONENT16</code> renderbuffer
<li> <code>COLOR_ATTACHMENT0</code> = <code>RGBA/UNSIGNED_BYTE</code> texture + <code>DEPTH_STENCIL_ATTACHMENT</code> = <code>DEPTH_STENCIL</code> renderbuffer
</ul>
<h3><a name="TEXTURE_UPLOAD_SIZE">Texture Upload Width and Height</a></h3>
<p>
Unless <code>width</code> and <code>height</code> parameters are explicitly specified, the width
and height of the texture set by <code>texImage2D</code> and the width and height of the
sub-rectangle updated by <code>texSubImage2D</code> are determined based on the uploaded
<code>TexImageSource source</code> object:
</p>
<dl>
<dt><code>source</code> of type <code>ImageData</code>
<dd>
The width and height of the texture are set to the current values of the width and
height properties of the ImageData object, representing the actual pixel width and height
of the <code>ImageData</code> object.
<dt><code>source</code> of type <code>HTMLImageElement</code>
<dd>
If a bitmap is uploaded, the width and height of the texture are set to the width and
height of the uploaded bitmap in pixels. If an SVG image is uploaded, the width and
height of the texture are set to the current values of the width and height properties
of the <code>HTMLImageElement</code> object.
<dt><code>source</code> of type <code>HTMLCanvasElement</code>
<dd>
The width and height of the texture are set to the current values of the width and
height properties of the <code>HTMLCanvasElement</code> object.
<dt><code>source</code> of type <code>HTMLVideoElement</code>
<dd>
The width and height of the texture are set to the width and height of the uploaded
frame of the video in pixels.
</dl>
<h3><a name="PIXEL_STORAGE_PARAMETERS">Pixel Storage Parameters</a></h3>
<p>
The WebGL API supports the following additional parameters to <code>pixelStorei</code>.
<dl>
<dt><code>UNPACK_FLIP_Y_WEBGL</code> of type <code>boolean</code>
<dd>If set, then during any subsequent calls to <code>texImage2D</code> or
<code>texSubImage2D</code>, the source data is flipped along the vertical axis, so that conceptually
the last row is the first one transferred. The initial value is <code>false</code>. Any non-zero
value is interpreted as <code>true</code>.
<dt><code>UNPACK_PREMULTIPLY_ALPHA_WEBGL</code> of type <code>boolean</code>
<dd>If set, then during any subsequent calls to <code>texImage2D</code>
or <code>texSubImage2D</code>, the alpha channel of the source data, if present, is multiplied into
the color channels during the data transfer. The initial value is <code>false</code>. Any non-zero
value is interpreted as <code>true</code>.
<dt><code>UNPACK_COLORSPACE_CONVERSION_WEBGL</code> of type <code>unsigned long</code>
<dd>If set to <code>BROWSER_DEFAULT_WEBGL</code>, then the browser's default colorspace conversion
is applied during subsequent <code>texImage2D</code> and <code>texSubImage2D</code> calls
taking <code>HTMLImageElement</code>. The precise conversions may be specific to both the browser
and file type. If set to <code>NONE</code>, no colorspace conversion is applied. The initial value
is <code>BROWSER_DEFAULT_WEBGL</code>.
</dl>
<h3><a name="READS_OUTSIDE_FRAMEBUFFER">Reading Pixels Outside the Framebuffer</a></h3>
<p>
In the WebGL API, functions which read the framebuffer
(<code>copyTexImage2D</code>, <code>copyTexSubImage2D</code>, and <code>readPixels</code>) are
defined to generate the RGBA value (0, 0, 0, 0) for any pixel which is outside of the bound
framebuffer.
</p>
<h3><a name="STENCIL_SEPARATE_LIMIT">Stencil Separate Mask and Reference Value</a></h3>
<p>
In the WebGL API it is illegal to specify a different mask or reference value for front facing and
back facing triangles in stencil operations. A call to <code>drawArrays</code>
or <code>drawElements</code> will generate an <code>INVALID_OPERATION</code> error if:
<ul>
<li> <code>STENCIL_WRITEMASK</code> != <code>STENCIL_BACK_WRITEMASK</code> (as specified by <code>stencilMaskSeparate</code> for the <code>mask</code> parameter associated with the FRONT and BACK values of <code>face</code>, respectively)
<li> <code>STENCIL_VALUE_MASK</code> != <code>STENCIL_BACK_VALUE_MASK</code> (as specified by <code>stencilFuncSeparate</code> for the <code>mask</code> parameter associated with the FRONT and BACK values of <code>face</code>, respectively)
<li> <code>STENCIL_REF</code> != <code>STENCIL_BACK_REF</code> (as specified by <code>stencilFuncSeparate</code> for the <code>ref</code> parameter associated with the FRONT and BACK values of <code>face</code>, respectively)
</ul>
</p>
<h3><a name="VERTEX_STRIDE">Vertex Attribute Data Stride</a></h3>
<p>
The WebGL API supports vertex attribute data strides up to 255 bytes. A call to
<code>vertexAttribPointer</code> will generate an <code>INVALID_VALUE</code> error if the value for
the stride parameter exceeds 255.
</p>
<h3><a name="VIEWPORT_DEPTH_RANGE">Viewport Depth Range</a></h3>
<p>
The WebGL API does not support depth ranges with where the near plane is mapped to a value greater
than that of the far plane. A call to <code>depthRange</code> will generate an
<code>INVALID_OPERATION</code> error if <code>zNear</code> is greater than <code>zFar</code>.
</p>
<h3><a name="CONSTANT_COLOR_BLEND">Blending With Constant Color</a></h3>
<p>
In the WebGL API, constant color and constant alpha cannot be used together as source and
destination factors in the blend function. A call to <code>blendFunc</code> will generate an
<code>INVALID_OPERATION</code> error if one of the two factors is set to <code>CONSTANT_COLOR</code>
or <code>ONE_MINUS_CONSTANT_COLOR</code> and the other to <code>CONSTANT_ALPHA</code> or
<code>ONE_MINUS_CONSTANT_ALPHA</code>. A call to <code>blendFuncSeparate</code> will generate an
<code>INVALID_OPERATION</code> error if <code>srcRGB</code> is set to <code>CONSTANT_COLOR</code>
or <code>ONE_MINUS_CONSTANT_COLOR</code> and <code>dstRGB</code> is set to <code>CONSTANT_ALPHA</code> or
<code>ONE_MINUS_CONSTANT_ALPHA</code> or vice versa.
</p>
<h3>Fixed point support</h3>
The WebGL API does not support the <code>GL_FIXED</code> data type.
<h3><a name="GLSL_CONSTRUCTS">GLSL Constructs</a></h3>
<p>
Per <a href="#SUPPORTED_GLSL_CONSTRUCTS">Supported GLSL Constructs</a>, identifiers starting with
"webgl_" and "_webgl_" are reserved for use by WebGL.
</p>
<h3><a name="EXTENSION_QUERIES">Extension Queries</a></h3>
<p>
In the OpenGL ES 2.0 API, the available extensions are determined by calling
<code>glGetString(GL_EXTENSIONS)</code>, which returns a space-separated list of extension strings.
In the WebGL API, the <code>EXTENSIONS</code> enumerant has been removed.
Instead, <code>getSupportedExtensions</code> must be called to determine the set of available
extensions.
</p>
<h3><a name="COMPRESSED_TEXTURE_SUPPORT">Compressed Texture Support</a></h3>
<p>
The core WebGL specification does not define any supported compressed texture formats.
Therefore, in the absence of any other extensions being enabled:
<ul>
<li> The <a href="#COMPRESSEDTEXIMAGE2D"><code>compressedTexImage2D</code></a>
and <a href="#COMPRESSEDTEXSUBIMAGE2D"><code>compressedTexSubImage2D</code></a> methods
generate an <code>INVALID_ENUM</code> error. </li>
<li> Calling <a href="#GETPARAMETER"><code>getParameter</code></a> with the
argument <code>COMPRESSED_TEXTURE_FORMATS</code> returns a zero-length array (of
type <code>Uint32Array</code>). </li>
</ul>
</p>
<h3><a name="MAX_GLSL_TOKEN_SIZE">Maximum GLSL Token Size</a></h3>
<p>
The GLSL ES spec <a href="#refsGLES20GLSL">[GLES20GLSL]</a> does not define a limit to the
length of tokens. WebGL requires support of tokens up to 256 characters in length. Shaders
containing tokens longer than 256 characters must fail to compile.
</p>
<h3><a name="CHARACTERS_OUTSIDE_VALID_SET">Characters Outside the GLSL Source Character Set</a></h3>
<p>
The GLSL ES spec <a href="#refsGLES20GLSL">[GLES20GLSL]</a> defines the source character set for
the OpenGL ES shading language to be ISO/IEC 646:1991, commonly called ASCII <a href="#refsASCII">[ASCII]</a>.
If a string containing a character not in this set is passed to any of the shader-related entry
points <code>bindAttribLocation</code>, <code>getAttribLocation</code>, <code>getUniformLocation</code>,
or <code>shaderSource</code>, an <code>INVALID_VALUE</code> error will be generated. The exception is
that any character allowed in an HTML DOMString <a href="#refsDOMSTRING">[DOMSTRING]</a> may be used
in GLSL comments. Such use must not generate an error.
</p>
<div class="note">
<p>
Some GLSL implementations disallow characters outside the ASCII range, even in comments. The
WebGL implementation needs to prevent errors in such cases. The recommended technique is to
preprocess the GLSL string, removing all comments, but maintaining the line numbering for
debugging purposes by inserting newline characters as needed.
</p>
</div>
<h3><a name="MAX_STRUCT_NESTING">Maximum Nesting of Structures in GLSL Shaders</a></h3>
<p>
WebGL imposes a limit on the nesting of structures in GLSL shaders. Nesting occurs when a field
in a struct refers to another struct type; the GLSL ES
spec <a href="#refsGLES20GLSL">[GLES20GLSL]</a> forbids embedded structure definitions. The
fields in a top-level struct definition have a nesting level of 1.
</p>
<p>
WebGL requires support of a structure nesting level of 4. Shaders containing structures nested
more than 4 levels deep must fail to compile.
</p>
<h3><a name="MAX_LOCATION_LENGTHS">Maximum Uniform and Attribute Location Lengths</a></h3>
<p>
WebGL imposes a limit of 256 characters on the lengths of uniform and attribute locations.
</p>
<h3><a name="STRING_LENGTH_QUERIES">String Length Queries</a></h3>
<p>
In the WebGL API, the enumerants <code>INFO_LOG_LENGTH</code>, <code>SHADER_SOURCE_LENGTH</code>,
<code>ACTIVE_UNIFORM_MAX_LENGTH</code>, and <code>ACTIVE_ATTRIBUTE_MAX_LENGTH</code> have been removed. In
the OpenGL ES 2.0 API, these enumerants are needed to determine the size of buffers passed to calls
like <code>glGetActiveAttrib</code>. In the WebGL API, the analogous calls (<code>getActiveAttrib</code>,
<code>getActiveUniform</code>, <code>getProgramInfoLog</code>, <code>getShaderInfoLog</code>, and
<code>getShaderSource</code>) all return <code>DOMString</code>.
</p>
<h3>Texture Type in TexSubImage2D Calls</h3>
<p>
In the WebGL API, the <em>type</em> argument passed to <code>texSubImage2D</code> must match the
type used to originally define the texture object (i.e., using <code>texImage2D</code>).
</p>
<h3><a name="PACKING_RESTRICTIONS">Packing Restrictions for Uniforms and Varyings</a></h3>
<p>
The OpenGL ES Shading Language, Version 1.00 <a href="#refsGLES20GLSL">[GLES20GLSL]</a>,
Appendix A, Section 7 "Counting of Varyings and Uniforms" defines a conservative algorithm for
computing the storage required for all of the uniform and varying variables in a shader. The
GLSL ES specification requires that if the packing algorithm defined in Appendix A succeeds,
then the shader must succeed compilation on the target platform. The WebGL API further requires
that if the packing algorithm fails either for the uniform variables of a shader or for the
varying variables of a program, compilation or linking must fail.
</p>
<p>
Instead of using a fixed size grid of registers, the number of rows in the target architecture
is determined in the following ways:
<ul>
<li> when counting uniform variables in a vertex shader: <code>getParameter(MAX_VERTEX_UNIFORM_VECTORS)</code>
<li> when counting uniform variables in a fragment shader: <code>getParameter(MAX_FRAGMENT_UNIFORM_VECTORS)</code>
<li> when counting varying variables: <code>getParameter(MAX_VARYING_VECTORS)</code>
</ul>
</p>
<h3>Feedback Loops Between Textures and the Framebuffer</h3>
<p>
In the OpenGL ES 2.0 API, it's possible to make calls that both write to and read from
the same texture, creating a feedback loop.
It specifies that where these feedback loops exist, undefined behavior results.
</p>
<p>
In the WebGL API, such operations that would cause such feedback loops (by the definitions
in the OpenGL ES 2.0 spec) will instead generate an <code>INVALID_OPERATION</code> error.
</p>
<h3><a name="READING_FROM_MISSING_ATTACHMENT">Reading From a Missing Attachment</a></h3>
<p>
In the OpenGL ES 2.0 API, it is not specified what happens when a command tries to source
data from a missing attachment, such as ReadPixels of color data from a complete framebuffer
that does not have a color attachment.
</p>
<p>
In the WebGL API, such operations that require data from an attachment that is missing will
generate an <code>INVALID_OPERATION</code> error. This applies to the following functions:
<ul>
<li> <code>copyTexImage2D</code>
<li> <code>copyTexSubImage2D</code>
<li> <code>readPixels</code>
</ul>
</p>
<h3><a name="NAN_LINE_WIDTH">NaN Line Width</a></h3>
<p>
In the WebGL API, if the <code>width</code> parameter passed to <code>lineWidth</code> is set
to NaN, an <code>INVALID_VALUE</code> error is generated and the line width is not changed.
</p>
<h3><a name="ATTRIBUTE_ALIASING">Attribute Aliasing</a></h3>
<p>
It is possible for an application to bind more than one attribute name to the
same location. This is referred to as aliasing. When more than one attributes that
are aliased to the same location are active in the executable program,
<code>linkProgram</code> should fail.
</p>
<!-- ======================================================================================================= -->
<h2>References</h2>
<h3>Normative references</h3>
<dl>
<dt id="refsCANVAS">[CANVAS]</dt>
<dd><cite><a href="http://www.w3.org/TR/html5/the-canvas-element.html">
HTML5: The Canvas Element</a></cite>,
World Wide Web Consortium (W3C).
</dd>
<dt id="refsCANVASCONTEXTS">[CANVASCONTEXTS]</dt>
<dd><cite><a href="http://wiki.whatwg.org/wiki/CanvasContexts">
Canvas Context Registry</a></cite>,
WHATWG.
</dd>
<dt id="refsTYPEDARRAYS">[TYPEDARRAYS]</dt>
<dd><cite><a href="http://www.khronos.org/registry/typedarray/specs/latest/">
Typed Array Specification: Editor's Draft</a></cite>,
V. Vukicevic, K. Russell, May 2010.
</dd>
<dt id="refsGLES20">[GLES20]</dt>
<dd><cite><a href="http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf">
OpenGL® ES Common Profile Specification Version 2.0.25</a></cite>,
A. Munshi, J. Leech, November 2010.
</dd>
<dt id="refsGLES20GLSL">[GLES20GLSL]</dt>
<dd><cite><a href="http://www.khronos.org/registry/gles/specs/2.0/GLSL_ES_Specification_1.0.17.pdf">
The OpenGL® ES Shading Language Version 1.00</a></cite>,
R. Simpson, May 2009.
</dd>
<dt id="refsREGISTRY">[REGISTRY]</dt>
<dd><cite><a href="http://www.khronos.org/registry/webgl/extensions/">
WebGL Extension Registry</a></cite>
</dd>
<dt id="refsRFC2119">[RFC2119]</dt>
<dd><cite><a href="http://www.ietf.org/rfc/rfc2119.txt">
Key words for use in RFCs to Indicate Requirement Levels</a></cite>,
S. Bradner. IETF, March 1997.
</dd>
<dt id="refsCSS">[CSS]</dt>
<dd><cite><a href="http://www.w3.org/TR/CSS21/">
Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification</a></cite>,
B. Bos, T. Celik, I. Hickson, H. W. Lie, June 2011.
</dd>
<dt id="refsCORS">[CORS]</dt>
<dd><cite><a href="http://www.w3.org/TR/cors/">
Cross-Origin Resource Sharing</a></cite>,
A. van Kesteren, July 2010.
</dd>
<dt id="refsDOM4">[DOM4]</dt>
<dd><cite><a href="http://www.w3.org/TR/domcore/">
DOM4</a></cite>,
A. van Kesteren, A. Gregor, Ms2ger.
</dd>
<dt id="refsDOM3EVENTS">[DOM3EVENTS]</dt>
<dd><cite><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html">
Document Object Model (DOM) Level 3 Events Specification</a></cite>,
Doug Schepers and Jacob Rossi. W3C.
</dd>
<dt id="refsHTML">[HTML]</dt>
<dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">
HTML</a></cite>,
I. Hickson, June 2011.
</dd>
<dt id="refsWEBIDL">[WEBIDL]</dt>
<dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">
Web IDL: W3C Editor’s Draft</a></cite>,
C. McCormack.
</dd>
<dt id="refsASCII">[ASCII]</dt>
<dd><cite>International Standard ISO/IEC 646:1991. Information technology -
ISO 7-bit coded character set for information interchange</cite>
</dd>
<dt id="refsDOMSTRING">[DOMSTRING]</dt>
<dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#DOMString">
Document Object Model Core: The DOMString type</a></cite>,
World Wide Web Consortium (W3C).
</dd>
</dl>
<h3>Other references</h3>
<!-- ======================================================================================================= -->
<h2>Acknowledgments</h2>
<p>This specification is produced by the Khronos WebGL Working Group.</p>
<p>
Special thanks to: Arun Ranganathan (Mozilla), Chris Marrin (Apple), Jon Leech, Kenneth
Russell (Google), Kenneth Waters (Google), Mark Callow (HI), Mark Steele (Mozilla), Oliver
Hunt (Apple), Tim Johansson (Opera), Vangelis Kokkevis (Google), Vladimir Vukicevic
(Mozilla), Gregg Tavares (Google)
</p>
<p>
Additional thanks to: Alan Hudson (Yumetech), Benoit Jacob (Mozilla), Bill Licea Kane (AMD),
Boris Zbarsky (Mozilla), Cameron McCormack (Mozilla), Cedric Vivier (Zegami), Dan Gessel
(Apple), David Ligon (Qualcomm), David Sheets (Ashima Arts), Glenn Maynard, Greg Roth
(Nvidia), Jacob Strom (Ericsson), Jeff Gilbert (Mozilla), Kari Pulli (Nokia), Teddie Stenvi
(ST-Ericsson), Neil Trevett (Nvidia), Per Wennersten (Ericsson), Per-Erik Brodin (Ericsson),
Shiki Okasaka (Google), Tom Olson (ARM), Zhengrong Yao (Ericsson), and the members of the
Khronos WebGL Working Group.
</p>
</body>
</html>
|
src/Java/BouncyCastle/BouncyCastle-1.54/lcrypto-jdk15on-154/javadoc/org/bouncycastle/asn1/cmp/RevRepContentBuilder.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:44:10 AEDT 2015 -->
<title>RevRepContentBuilder (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="RevRepContentBuilder (Bouncy Castle Library 1.54 API Specification)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>Bouncy Castle Cryptography Library 1.54</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/bouncycastle/asn1/cmp/RevRepContent.html" title="class in org.bouncycastle.asn1.cmp"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/bouncycastle/asn1/cmp/RevReqContent.html" title="class in org.bouncycastle.asn1.cmp"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/bouncycastle/asn1/cmp/RevRepContentBuilder.html" target="_top">Frames</a></li>
<li><a href="RevRepContentBuilder.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.bouncycastle.asn1.cmp</div>
<h2 title="Class RevRepContentBuilder" class="title">Class RevRepContentBuilder</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.bouncycastle.asn1.cmp.RevRepContentBuilder</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">RevRepContentBuilder</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/bouncycastle/asn1/cmp/RevRepContentBuilder.html#RevRepContentBuilder()">RevRepContentBuilder</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><a href="../../../../org/bouncycastle/asn1/cmp/RevRepContentBuilder.html" title="class in org.bouncycastle.asn1.cmp">RevRepContentBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/asn1/cmp/RevRepContentBuilder.html#add(org.bouncycastle.asn1.cmp.PKIStatusInfo)">add</a></strong>(<a href="../../../../org/bouncycastle/asn1/cmp/PKIStatusInfo.html" title="class in org.bouncycastle.asn1.cmp">PKIStatusInfo</a> status)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/bouncycastle/asn1/cmp/RevRepContentBuilder.html" title="class in org.bouncycastle.asn1.cmp">RevRepContentBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/asn1/cmp/RevRepContentBuilder.html#add(org.bouncycastle.asn1.cmp.PKIStatusInfo,%20org.bouncycastle.asn1.crmf.CertId)">add</a></strong>(<a href="../../../../org/bouncycastle/asn1/cmp/PKIStatusInfo.html" title="class in org.bouncycastle.asn1.cmp">PKIStatusInfo</a> status,
<a href="../../../../org/bouncycastle/asn1/crmf/CertId.html" title="class in org.bouncycastle.asn1.crmf">CertId</a> certId)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/bouncycastle/asn1/cmp/RevRepContentBuilder.html" title="class in org.bouncycastle.asn1.cmp">RevRepContentBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/asn1/cmp/RevRepContentBuilder.html#addCrl(org.bouncycastle.asn1.x509.CertificateList)">addCrl</a></strong>(<a href="../../../../org/bouncycastle/asn1/x509/CertificateList.html" title="class in org.bouncycastle.asn1.x509">CertificateList</a> crl)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/bouncycastle/asn1/cmp/RevRepContent.html" title="class in org.bouncycastle.asn1.cmp">RevRepContent</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/asn1/cmp/RevRepContentBuilder.html#build()">build</a></strong>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="RevRepContentBuilder()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>RevRepContentBuilder</h4>
<pre>public RevRepContentBuilder()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="add(org.bouncycastle.asn1.cmp.PKIStatusInfo)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>add</h4>
<pre>public <a href="../../../../org/bouncycastle/asn1/cmp/RevRepContentBuilder.html" title="class in org.bouncycastle.asn1.cmp">RevRepContentBuilder</a> add(<a href="../../../../org/bouncycastle/asn1/cmp/PKIStatusInfo.html" title="class in org.bouncycastle.asn1.cmp">PKIStatusInfo</a> status)</pre>
</li>
</ul>
<a name="add(org.bouncycastle.asn1.cmp.PKIStatusInfo, org.bouncycastle.asn1.crmf.CertId)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>add</h4>
<pre>public <a href="../../../../org/bouncycastle/asn1/cmp/RevRepContentBuilder.html" title="class in org.bouncycastle.asn1.cmp">RevRepContentBuilder</a> add(<a href="../../../../org/bouncycastle/asn1/cmp/PKIStatusInfo.html" title="class in org.bouncycastle.asn1.cmp">PKIStatusInfo</a> status,
<a href="../../../../org/bouncycastle/asn1/crmf/CertId.html" title="class in org.bouncycastle.asn1.crmf">CertId</a> certId)</pre>
</li>
</ul>
<a name="addCrl(org.bouncycastle.asn1.x509.CertificateList)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addCrl</h4>
<pre>public <a href="../../../../org/bouncycastle/asn1/cmp/RevRepContentBuilder.html" title="class in org.bouncycastle.asn1.cmp">RevRepContentBuilder</a> addCrl(<a href="../../../../org/bouncycastle/asn1/x509/CertificateList.html" title="class in org.bouncycastle.asn1.x509">CertificateList</a> crl)</pre>
</li>
</ul>
<a name="build()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>build</h4>
<pre>public <a href="../../../../org/bouncycastle/asn1/cmp/RevRepContent.html" title="class in org.bouncycastle.asn1.cmp">RevRepContent</a> build()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>Bouncy Castle Cryptography Library 1.54</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/bouncycastle/asn1/cmp/RevRepContent.html" title="class in org.bouncycastle.asn1.cmp"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/bouncycastle/asn1/cmp/RevReqContent.html" title="class in org.bouncycastle.asn1.cmp"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/bouncycastle/asn1/cmp/RevRepContentBuilder.html" target="_top">Frames</a></li>
<li><a href="RevRepContentBuilder.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>
|
www/app/index.html | Vetalb8/gulp-starter | <!DOCTYPE html>
<html lang="ru-RU">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PayPaul</title>
<!-- SEO -->
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Vitalya Kudla">
<!-- build:css css/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="bower/normalize.css/normalize.css"/>
<link rel="stylesheet" href="bower/tooltipster/css/tooltipster.css"/>
<!-- endbower -->
<!-- endbuild -->
<!-- build:css css/main.css -->
<link rel="stylesheet" href="css/main.css">
<!-- endbuild -->
<!-- build:js scripts/modernizr.js -->
<script src="bower/modernizr/modernizr-2.8.3.min.js"></script>
<!-- endbuild -->
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">Ваш браузер <strong>устарел</strong>. Пожалуйста <a
href="http://browsehappy.com/">обновите</a> его.</p>
<![endif]-->
<!-- build:js scripts/vendor.js -->
<!-- bower:js -->
<script src="bower/jquery/dist/jquery.js"></script>
<script src="bower/tooltipster/js/jquery.tooltipster.min.js"></script>
<!-- endbower -->
<!-- endbuild -->
<!-- build:js scripts/main.js -->
<script src="js/main.js"></script>
<script src="js/plugins.js"></script>
<!-- endbuild -->
</body>
</html> |
doc/jp/ac/maslab/ando/aiwolf/client/data/action/class-use/Record.html | NONONOexe/AndoAgent | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ja">
<head>
<!-- Generated by javadoc (1.8.0_60) on Fri Jan 29 17:30:57 JST 2016 -->
<title>クラス jp.ac.maslab.ando.aiwolf.client.data.action.Recordの使用</title>
<meta name="date" content="28-01-29">
<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="\u30AF\u30E9\u30B9 jp.ac.maslab.ando.aiwolf.client.data.action.Record\u306E\u4F7F\u7528";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>ブラウザのJavaScriptが無効になっています。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="ナビゲーション・リンクをスキップ">ナビゲーション・リンクをスキップ</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="ナビゲーション">
<li><a href="../../../../../../../../../overview-summary.html">概要</a></li>
<li><a href="../package-summary.html">パッケージ</a></li>
<li><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/Record.html" title="jp.ac.maslab.ando.aiwolf.client.data.action内のクラス">クラス</a></li>
<li class="navBarCell1Rev">使用</li>
<li><a href="../package-tree.html">階層ツリー</a></li>
<li><a href="../../../../../../../../../deprecated-list.html">非推奨</a></li>
<li><a href="../../../../../../../../../index-files/index-1.html">索引</a></li>
<li><a href="../../../../../../../../../help-doc.html">ヘルプ</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>前</li>
<li>次</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../../index.html?jp/ac/maslab/ando/aiwolf/client/data/action/class-use/Record.html" target="_top">フレーム</a></li>
<li><a href="Record.html" target="_top">フレームなし</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../../allclasses-noframe.html">すべてのクラス</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="クラスの使用 jp.ac.maslab.ando.aiwolf.client.data.action.Record" class="title">クラスの使用<br>jp.ac.maslab.ando.aiwolf.client.data.action.Record</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="表、パッケージのリストおよび説明の使用">
<caption><span><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/Record.html" title="jp.ac.maslab.ando.aiwolf.client.data.action内のクラス">Record</a>を使用しているパッケージ</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">パッケージ</th>
<th class="colLast" scope="col">説明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#jp.ac.maslab.ando.aiwolf.client.data.action">jp.ac.maslab.ando.aiwolf.client.data.action</a></td>
<td class="colLast">
<div class="block">行動データのクラスやインタフェースを含むパッケージです。</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="jp.ac.maslab.ando.aiwolf.client.data.action">
<!-- -->
</a>
<h3><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/package-summary.html">jp.ac.maslab.ando.aiwolf.client.data.action</a>での<a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/Record.html" title="jp.ac.maslab.ando.aiwolf.client.data.action内のクラス">Record</a>の使用</h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="表、メソッドのリストおよび説明の使用">
<caption><span><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/Record.html" title="jp.ac.maslab.ando.aiwolf.client.data.action内のクラス">Record</a>を返す<a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/package-summary.html">jp.ac.maslab.ando.aiwolf.client.data.action</a>のメソッド</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">修飾子とタイプ</th>
<th class="colLast" scope="col">メソッドと説明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/Record.html" title="jp.ac.maslab.ando.aiwolf.client.data.action内のクラス">Record</a></code></td>
<td class="colLast"><span class="typeNameLabel">VoteActiondata.</span><code><span class="memberNameLink"><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/VoteActiondata.html#convertRecord--">convertRecord</a></span>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/Record.html" title="jp.ac.maslab.ando.aiwolf.client.data.action内のクラス">Record</a></code></td>
<td class="colLast"><span class="typeNameLabel">TalkActiondata.</span><code><span class="memberNameLink"><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/TalkActiondata.html#convertRecord--">convertRecord</a></span>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/Record.html" title="jp.ac.maslab.ando.aiwolf.client.data.action内のクラス">Record</a></code></td>
<td class="colLast"><span class="typeNameLabel">InquestActiondata.</span><code><span class="memberNameLink"><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/InquestActiondata.html#convertRecord--">convertRecord</a></span>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/Record.html" title="jp.ac.maslab.ando.aiwolf.client.data.action内のクラス">Record</a></code></td>
<td class="colLast"><span class="typeNameLabel">GuardActiondata.</span><code><span class="memberNameLink"><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/GuardActiondata.html#convertRecord--">convertRecord</a></span>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/Record.html" title="jp.ac.maslab.ando.aiwolf.client.data.action内のクラス">Record</a></code></td>
<td class="colLast"><span class="typeNameLabel">DivineActiondata.</span><code><span class="memberNameLink"><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/DivineActiondata.html#convertRecord--">convertRecord</a></span>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/Record.html" title="jp.ac.maslab.ando.aiwolf.client.data.action内のクラス">Record</a></code></td>
<td class="colLast"><span class="typeNameLabel">AttackActiondata.</span><code><span class="memberNameLink"><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/AttackActiondata.html#convertRecord--">convertRecord</a></span>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/Record.html" title="jp.ac.maslab.ando.aiwolf.client.data.action内のクラス">Record</a></code></td>
<td class="colLast"><span class="typeNameLabel">Actiondata.</span><code><span class="memberNameLink"><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/Actiondata.html#convertRecord--">convertRecord</a></span>()</code>
<div class="block">Recordオブジェクトに変換します。</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="ナビゲーション・リンクをスキップ">ナビゲーション・リンクをスキップ</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="ナビゲーション">
<li><a href="../../../../../../../../../overview-summary.html">概要</a></li>
<li><a href="../package-summary.html">パッケージ</a></li>
<li><a href="../../../../../../../../../jp/ac/maslab/ando/aiwolf/client/data/action/Record.html" title="jp.ac.maslab.ando.aiwolf.client.data.action内のクラス">クラス</a></li>
<li class="navBarCell1Rev">使用</li>
<li><a href="../package-tree.html">階層ツリー</a></li>
<li><a href="../../../../../../../../../deprecated-list.html">非推奨</a></li>
<li><a href="../../../../../../../../../index-files/index-1.html">索引</a></li>
<li><a href="../../../../../../../../../help-doc.html">ヘルプ</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>前</li>
<li>次</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../../index.html?jp/ac/maslab/ando/aiwolf/client/data/action/class-use/Record.html" target="_top">フレーム</a></li>
<li><a href="Record.html" target="_top">フレームなし</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../../allclasses-noframe.html">すべてのクラス</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>
|
_layouts/default.html | substance/interior | ---
---
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'/>
<title>Substance · Towards open digital publishing</title>
<link rel='stylesheet' href='{{site.baseurl}}/assets/fonts/open-sans.css'/>
<link rel='stylesheet' href='{{site.baseurl}}/assets/app.css'/>
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="{{site.baseurl}}/assets/javascripts/rainbow-custom.min.js"></script>
</head>
<body>
<div id='container'>
<!-- <div id="header">
<div class="navigation">
<span class="subtitle">Towards open digital publishing.</span>
</div>
</div> -->
<div id='main'>{{content}}</div>
</div>
<div id='footer'>
<div class="footer-content">
This open sourced site is hosted on <a href="http://github.com/substance/substance.github.com">GitHub</a>. Please help us to improve it!
</div>
</div>
<script type="text/javascript">
var codeBlocks = document.querySelectorAll('code');
Array.prototype.forEach.call(codeBlocks, function iterator(block) {
block.setAttribute('data-language', 'javascript');
});
Rainbow.color();
</script>
</body>
</html>
|
classifieds/templates/classifieds/view.html | saebyn/django-classifieds | {% extends "base.html" %}
{% load humanize i18n classifieds thumbnail %}
{% block head %}
<script type="text/javascript" src="{{ MEDIA_URL }}js/thumbnails.js"></script>
{% endblock %}
{% block content %}
{% block ad_create_status %}
{% if create %}
{% post_ad_progress 3 %}
{% endif %}
{% endblock %}
{% if not create %}
{% if ad.expired %}
<h3>This ad has expired</h3>
{% endif %}
{% endif %}
{% block ad %}
<div class="ad-view">
<ul class="options">
<li>
<a href="{% url classifieds.views.browse.search_results ad.category.pk %}">< Back to Results</a>
</li>
<li>
<a href="{% url classifieds.view.contact.contact_seller ad.pk %}">Contact Info</a>
</li>
<li>
<a href="{% url classifieds_manage_ad_edit ad.pk %}">Edit Ad</a>
</li>
</ul>
</div>
<div class="title">{{ ad.title }}</div>
{% if ad.fields_dict.price %}
<div class="price">${{ ad.fields_dict.price|intcomma }}</div>
{% endif %}
<div class="id">
<span class="label">ID :</span> {{ ad.pk }}<br />
<span class="label">Posted on :</span> {{ ad.created_on|date:"F jS, Y" }}
</div>
{% if ad.fields_dict.city and ad.fields_dict.state and ad.fields_dict.zip_code %}
<div class="location">{{ ad.fields_dict.city }},{{ ad.fields_dict.state }} {{ ad.fields_dict.zip_code }}</div>
{% else %}
{% if ad.fields_dict.zip_code %}
<div class="location">{{ ad.fields_dict.zip_code }}</div>
{% endif %}
{% endif %}
{% if ad.fields_dict.description %}
<div class="description">
<h2>Description :</h2>
{{ ad.fields_dict.description }}
</div>
{% endif %}
<div class="images">
{% for image in ad.adimage_set.all %}
{% thumbnail image.full_photo "1000" as big %}
{% thumbnail image.full_photo "50x50" crop="center" as small %}
<a href="{{ big.url }}" title="View full-size image"><img src="{{ small.url }}" alt="Photo Thumbnail"></a>
{% endthumbnail %}
{% endthumbnail %}
{% endfor %}
</div>
</div>
{% endblock %}
{% block preview_next %}
{% if create %}
<div style="height: 100px;">
<a class="button" style="margin-left: 73px; margin-right: 10px; float: left;" href="{% url classifieds_create_ad_edit ad.pk %}">Edit Ad</a>
<a class="button" style="float: left;" href="{% url classifieds.views.payment.checkout ad.pk %}">Continue</a>
</div>
{% endif %}
{% endblock %}
{% endblock %}
{% block tellafriend %}http://{{ site.domain }}{% url classifieds_browse_ad_view ad.pk %}{% endblock %}
|
OnlineContributors/context/WEB-INF/MinorAboutPage.html | tolweb/tolweb-app | <span jwcid="@If" condition="ognl:contributors.size > 0 || copyrightString || correspondenceString || @org.tolweb.treegrow.main.StringUtils@notEmpty(acknowledgements)">
<div id="AboutThisPage">
<h5><a name="AboutThisPage"></a>About This <span jwcid="@Insert" value="ognl:pageType"/></h5>
<p><span jwcid="@Insert" value="ognl:acknowledgements" raw="ognl:true"/></p>
<p>
Author: <span jwcid="@Insert" value="ognl:authorsString" raw="ognl:true"/><br/>
Classroom Project: <a jwcid="@ExternalLink" page="ClassroomProjectOverview" parameters="ognl:projectId"><span jwcid="@Insert" value="ognl:projectName" raw="ognl:true"/></a><br/>
<span jwcid="@Insert" value="ognl:teacher.institution"/><br/>
<span jwcid="@If" condition="ognl:!teacher.dontShowLocation">
<span jwcid="@Insert" value="ognl:teacher.city"/>, <span jwcid="@Insert" value="ognl:teacher.state"/> <span jwcid="@Insert" value="ognl:teacher.country"/>
</span>
</p>
License: <span jwcid="@Insert" value="ognl:licenseInfo" />
<span jwcid="@If" condition="ognl:teacher.showEmail">
<p id="correspondence">
Correspondence regarding this page should be directed to <span jwcid="@EncodedMailLink" email="ognl:teacher.email" linkText="ognl:teacher.displayName"/>, <span jwcid="@Insert" value="ognl:teacher.institution"/>
</p>
</span>
<p id="pagecopyright">Page copyright © <span jwcid="@Insert" value="ognl:copyrightYear"/> <span jwcid="@Insert" value="ognl:copyrightHoldersString"/></p>
</div>
</span> |
src/Java/BouncyCastle/BouncyCastle-1.54/bcprov-jdk15on-154/javadoc/org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.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:45 AEDT 2015 -->
<title>SecT409FieldElement (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="SecT409FieldElement (Bouncy Castle Library 1.54 API Specification)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>Bouncy Castle Cryptography Library 1.54</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409Field.html" title="class in org.bouncycastle.math.ec.custom.sec"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409K1Curve.html" title="class in org.bouncycastle.math.ec.custom.sec"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html" target="_top">Frames</a></li>
<li><a href="SecT409FieldElement.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><a href="#nested_classes_inherited_from_class_org.bouncycastle.math.ec.ECFieldElement">Nested</a> | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.bouncycastle.math.ec.custom.sec</div>
<h2 title="Class SecT409FieldElement" class="title">Class SecT409FieldElement</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">org.bouncycastle.math.ec.ECFieldElement</a></li>
<li>
<ul class="inheritance">
<li>org.bouncycastle.math.ec.custom.sec.SecT409FieldElement</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../../../org/bouncycastle/math/ec/ECConstants.html" title="interface in org.bouncycastle.math.ec">ECConstants</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">SecT409FieldElement</span>
extends <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested_classes_inherited_from_class_org.bouncycastle.math.ec.ECFieldElement">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class org.bouncycastle.math.ec.<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></h3>
<code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.F2m.html" title="class in org.bouncycastle.math.ec">ECFieldElement.F2m</a>, <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.Fp.html" title="class in org.bouncycastle.math.ec">ECFieldElement.Fp</a></code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected long[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#x">x</a></strong></code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.bouncycastle.math.ec.ECConstants">
<!-- -->
</a>
<h3>Fields inherited from interface org.bouncycastle.math.ec.<a href="../../../../../../org/bouncycastle/math/ec/ECConstants.html" title="interface in org.bouncycastle.math.ec">ECConstants</a></h3>
<code><a href="../../../../../../org/bouncycastle/math/ec/ECConstants.html#EIGHT">EIGHT</a>, <a href="../../../../../../org/bouncycastle/math/ec/ECConstants.html#FOUR">FOUR</a>, <a href="../../../../../../org/bouncycastle/math/ec/ECConstants.html#ONE">ONE</a>, <a href="../../../../../../org/bouncycastle/math/ec/ECConstants.html#THREE">THREE</a>, <a href="../../../../../../org/bouncycastle/math/ec/ECConstants.html#TWO">TWO</a>, <a href="../../../../../../org/bouncycastle/math/ec/ECConstants.html#ZERO">ZERO</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier</th>
<th class="colLast" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code> </code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#SecT409FieldElement()">SecT409FieldElement</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code> </code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#SecT409FieldElement(java.math.BigInteger)">SecT409FieldElement</a></strong>(java.math.BigInteger x)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected </code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#SecT409FieldElement(long[])">SecT409FieldElement</a></strong>(long[] x)</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><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#add(org.bouncycastle.math.ec.ECFieldElement)">add</a></strong>(<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> b)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#addOne()">addOne</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#divide(org.bouncycastle.math.ec.ECFieldElement)">divide</a></strong>(<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> b)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object other)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#getFieldName()">getFieldName</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#getFieldSize()">getFieldSize</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#getK1()">getK1</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#getK2()">getK2</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#getK3()">getK3</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#getM()">getM</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#getRepresentation()">getRepresentation</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#hashCode()">hashCode</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#invert()">invert</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#isOne()">isOne</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#isZero()">isZero</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#multiply(org.bouncycastle.math.ec.ECFieldElement)">multiply</a></strong>(<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> b)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#multiplyMinusProduct(org.bouncycastle.math.ec.ECFieldElement,%20org.bouncycastle.math.ec.ECFieldElement,%20org.bouncycastle.math.ec.ECFieldElement)">multiplyMinusProduct</a></strong>(<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> b,
<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> x,
<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> y)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#multiplyPlusProduct(org.bouncycastle.math.ec.ECFieldElement,%20org.bouncycastle.math.ec.ECFieldElement,%20org.bouncycastle.math.ec.ECFieldElement)">multiplyPlusProduct</a></strong>(<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> b,
<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> x,
<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> y)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#negate()">negate</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#sqrt()">sqrt</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#square()">square</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#squareMinusProduct(org.bouncycastle.math.ec.ECFieldElement,%20org.bouncycastle.math.ec.ECFieldElement)">squareMinusProduct</a></strong>(<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> x,
<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> y)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#squarePlusProduct(org.bouncycastle.math.ec.ECFieldElement,%20org.bouncycastle.math.ec.ECFieldElement)">squarePlusProduct</a></strong>(<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> x,
<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> y)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#squarePow(int)">squarePow</a></strong>(int pow)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#subtract(org.bouncycastle.math.ec.ECFieldElement)">subtract</a></strong>(<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> b)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#testBitZero()">testBitZero</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.math.BigInteger</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html#toBigInteger()">toBigInteger</a></strong>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.bouncycastle.math.ec.ECFieldElement">
<!-- -->
</a>
<h3>Methods inherited from class org.bouncycastle.math.ec.<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></h3>
<code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#bitLength()">bitLength</a>, <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#getEncoded()">getEncoded</a>, <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#toString()">toString</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="x">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>x</h4>
<pre>protected long[] x</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="SecT409FieldElement(java.math.BigInteger)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SecT409FieldElement</h4>
<pre>public SecT409FieldElement(java.math.BigInteger x)</pre>
</li>
</ul>
<a name="SecT409FieldElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SecT409FieldElement</h4>
<pre>public SecT409FieldElement()</pre>
</li>
</ul>
<a name="SecT409FieldElement(long[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>SecT409FieldElement</h4>
<pre>protected SecT409FieldElement(long[] x)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isOne()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isOne</h4>
<pre>public boolean isOne()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#isOne()">isOne</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="isZero()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isZero</h4>
<pre>public boolean isZero()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#isZero()">isZero</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="testBitZero()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>testBitZero</h4>
<pre>public boolean testBitZero()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#testBitZero()">testBitZero</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="toBigInteger()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toBigInteger</h4>
<pre>public java.math.BigInteger toBigInteger()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#toBigInteger()">toBigInteger</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="getFieldName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFieldName</h4>
<pre>public java.lang.String getFieldName()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#getFieldName()">getFieldName</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="getFieldSize()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFieldSize</h4>
<pre>public int getFieldSize()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#getFieldSize()">getFieldSize</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="add(org.bouncycastle.math.ec.ECFieldElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>add</h4>
<pre>public <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> add(<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> b)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#add(org.bouncycastle.math.ec.ECFieldElement)">add</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="addOne()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addOne</h4>
<pre>public <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> addOne()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#addOne()">addOne</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="subtract(org.bouncycastle.math.ec.ECFieldElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>subtract</h4>
<pre>public <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> subtract(<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> b)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#subtract(org.bouncycastle.math.ec.ECFieldElement)">subtract</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="multiply(org.bouncycastle.math.ec.ECFieldElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>multiply</h4>
<pre>public <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> multiply(<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> b)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#multiply(org.bouncycastle.math.ec.ECFieldElement)">multiply</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="multiplyMinusProduct(org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>multiplyMinusProduct</h4>
<pre>public <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> multiplyMinusProduct(<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> b,
<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> x,
<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> y)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#multiplyMinusProduct(org.bouncycastle.math.ec.ECFieldElement,%20org.bouncycastle.math.ec.ECFieldElement,%20org.bouncycastle.math.ec.ECFieldElement)">multiplyMinusProduct</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="multiplyPlusProduct(org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>multiplyPlusProduct</h4>
<pre>public <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> multiplyPlusProduct(<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> b,
<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> x,
<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> y)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#multiplyPlusProduct(org.bouncycastle.math.ec.ECFieldElement,%20org.bouncycastle.math.ec.ECFieldElement,%20org.bouncycastle.math.ec.ECFieldElement)">multiplyPlusProduct</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="divide(org.bouncycastle.math.ec.ECFieldElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>divide</h4>
<pre>public <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> divide(<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> b)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#divide(org.bouncycastle.math.ec.ECFieldElement)">divide</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="negate()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>negate</h4>
<pre>public <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> negate()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#negate()">negate</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="square()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>square</h4>
<pre>public <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> square()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#square()">square</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="squareMinusProduct(org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>squareMinusProduct</h4>
<pre>public <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> squareMinusProduct(<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> x,
<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> y)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#squareMinusProduct(org.bouncycastle.math.ec.ECFieldElement,%20org.bouncycastle.math.ec.ECFieldElement)">squareMinusProduct</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="squarePlusProduct(org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>squarePlusProduct</h4>
<pre>public <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> squarePlusProduct(<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> x,
<a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> y)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#squarePlusProduct(org.bouncycastle.math.ec.ECFieldElement,%20org.bouncycastle.math.ec.ECFieldElement)">squarePlusProduct</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="squarePow(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>squarePow</h4>
<pre>public <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> squarePow(int pow)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#squarePow(int)">squarePow</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="invert()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invert</h4>
<pre>public <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> invert()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#invert()">invert</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="sqrt()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sqrt</h4>
<pre>public <a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a> sqrt()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html#sqrt()">sqrt</a></code> in class <code><a href="../../../../../../org/bouncycastle/math/ec/ECFieldElement.html" title="class in org.bouncycastle.math.ec">ECFieldElement</a></code></dd>
</dl>
</li>
</ul>
<a name="getRepresentation()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRepresentation</h4>
<pre>public int getRepresentation()</pre>
</li>
</ul>
<a name="getM()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getM</h4>
<pre>public int getM()</pre>
</li>
</ul>
<a name="getK1()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getK1</h4>
<pre>public int getK1()</pre>
</li>
</ul>
<a name="getK2()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getK2</h4>
<pre>public int getK2()</pre>
</li>
</ul>
<a name="getK3()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getK3</h4>
<pre>public int getK3()</pre>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public boolean equals(java.lang.Object other)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>equals</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="hashCode()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>hashCode</h4>
<pre>public int hashCode()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>hashCode</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>Bouncy Castle Cryptography Library 1.54</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409Field.html" title="class in org.bouncycastle.math.ec.custom.sec"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../org/bouncycastle/math/ec/custom/sec/SecT409K1Curve.html" title="class in org.bouncycastle.math.ec.custom.sec"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.html" target="_top">Frames</a></li>
<li><a href="SecT409FieldElement.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><a href="#nested_classes_inherited_from_class_org.bouncycastle.math.ec.ECFieldElement">Nested</a> | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
examples/pagejump/views/index2.html | daogangtang/bamboo | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1.1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="keywords" content=" "/>
<meta name="description" content=" "/>
<meta http-equiv="Content-Language" content="utf-8" />
<script type="text/javascript" src="/media/js/jquery-1.5.min.js"></script>
<script>
</script>
<title> PageJump </title>
</head>
<body>
<div class="container">
I am page B. Click <a href="/pagec/">here</a> to jump to Page C.
</div>
</body>
</html>
|
transformers/nend/tests/files/smoketests/0ae2f72cc5b2410851a60a1a238f84ce.html | safarijv/epub3-tools | <?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops"><head><title>Chicago Template</title></head><body>
<nav id="toc" epub:type="toc"><h1>Contents</h1><ol>
<li id="navPoint-1"><a href="contents.xhtml">Contents</a></li>
<li id="navPoint-2"><a href="body.xhtml">Title Page</a></li>
<li id="navPoint-3"><a href="body1.xhtml">Notes</a></li>
<li id="navPoint-4"><a href="body2.xhtml">Works Cited</a></li></ol></nav>
</body></html>
|
main/docs/reference/eu/monnetproject/lemon/impl/repo/ArgumentImpl.html | monnetproject/lemon.api | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" type="image/x-icon" href="../../../../../favicon.ico" />
<title>
ArgumentImpl
</title>
<link href="../../../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../../../../../../assets/customizations.css" rel="stylesheet" type="text/css" />
<script src="../../../../../../assets/search_autocomplete.js" type="text/javascript"></script>
<script src="../../../../../../assets/jquery-resizable.min.js" type="text/javascript"></script>
<script src="../../../../../../assets/android-developer-docs.js" type="text/javascript"></script>
<script src="../../../../../../assets/prettify.js" type="text/javascript"></script>
<script type="text/javascript">
setToRoot("../../../../../", "../../../../../../assets/");
</script>
<script src="../../../../../../assets/android-developer-reference.js" type="text/javascript"></script>
<script src="../../../../../../assets/navtree_data.js" type="text/javascript"></script>
<script src="../../../../../../assets/customizations.js" type="text/javascript"></script>
<noscript>
<style type="text/css">
html,body{overflow:auto;}
#body-content{position:relative; top:0;}
#doc-content{overflow:visible;border-left:3px solid #666;}
#side-nav{padding:0;}
#side-nav .toggle-list ul {display:block;}
#resize-packages-nav{border-bottom:3px solid #666;}
</style>
</noscript>
</head>
<body class="">
<div id="header">
<div id="headerLeft">
</div>
<div id="headerRight">
<div id="search" >
<div id="searchForm">
<form accept-charset="utf-8" class="gsc-search-box"
onsubmit="return submit_search()">
<table class="gsc-search-box" cellpadding="0" cellspacing="0"><tbody>
<tr>
<td class="gsc-input">
<input id="search_autocomplete" class="gsc-input" type="text" size="33" autocomplete="off"
title="search developer docs" name="q"
value="search developer docs"
onFocus="search_focus_changed(this, true)"
onBlur="search_focus_changed(this, false)"
onkeydown="return search_changed(event, true, '../../../../../')"
onkeyup="return search_changed(event, false, '../../../../../')" />
<div id="search_filtered_div" class="no-display">
<table id="search_filtered" cellspacing=0>
</table>
</div>
</td>
<td class="gsc-search-button">
<input type="submit" value="Search" title="search" id="search-button" class="gsc-search-button" />
</td>
<td class="gsc-clear-button">
<div title="clear results" class="gsc-clear-button"> </div>
</td>
</tr></tbody>
</table>
</form>
</div><!-- searchForm -->
</div><!-- search -->
</div>
</div><!-- header -->
<div class="g-section g-tpl-240" id="body-content">
<div class="g-unit g-first side-nav-resizable" id="side-nav">
<div id="swapper">
<div id="nav-panels">
<div id="resize-packages-nav">
<div id="packages-nav">
<div id="index-links"><nobr>
<a href="../../../../../packages.html" >Package Index</a> |
<a href="../../../../../classes.html" >Class Index</a></nobr>
</div>
<ul>
<li class="api apilevel-">
<a href="../../../../../eu/monnetproject/lemon/impl/oils/package-summary.html">eu.monnetproject.lemon.impl.oils</a></li>
<li class="selected api apilevel-">
<a href="../../../../../eu/monnetproject/lemon/impl/repo/package-summary.html">eu.monnetproject.lemon.impl.repo</a></li>
<li class="api apilevel-">
<a href="../../../../../eu/monnetproject/lemon/impl/simple/package-summary.html">eu.monnetproject.lemon.impl.simple</a></li>
<li class="api apilevel-">
<a href="../../../../../eu/monnetproject/lemon/modules/package-summary.html">eu.monnetproject.lemon.modules</a></li>
<li class="api apilevel-">
<a href="../../../../../net/lexinfo/package-summary.html">net.lexinfo</a></li>
</ul><br/>
</div> <!-- end packages -->
</div> <!-- end resize-packages -->
<div id="classes-nav">
<ul>
<li><h2>Interfaces</h2>
<ul>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.ElementFactory.html">LemonElementRepoProxy.ElementFactory</a><Elem extends LemonElement></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.MakeStats.html">LemonElementRepoProxy.MakeStats</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.PredicateFactory.html">LemonElementRepoProxy.PredicateFactory</a><Pred extends LemonPredicate></li>
</ul>
</li>
<li><h2>Classes</h2>
<ul>
<li class="selected api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/ArgumentImpl.html">ArgumentImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/ComponentImpl.html">ComponentImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/ConditionImpl.html">ConditionImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/ConnectionManager.html">ConnectionManager</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/ConnectionManager.RepositoryConnection2.html">ConnectionManager.RepositoryConnection2</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/ConstituentImpl.html">ConstituentImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/ContextImpl.html">ContextImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/DefinitionImpl.html">DefinitionImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/ElementWriter.html">ElementWriter</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/ExampleImpl.html">ExampleImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/FormImpl.html">FormImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/FrameImpl.html">FrameImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html">LemonElementRepoProxy</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.StatementQueue.html">LemonElementRepoProxy.StatementQueue</a><E extends LemonElement></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonPredicateRepoProxy.html">LemonPredicateRepoProxy</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LexicalEntryImpl.html">LexicalEntryImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LexicalSenseImpl.html">LexicalSenseImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LexiconImpl.html">LexiconImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/NodeImpl.html">NodeImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/PartImpl.html">PartImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/PhraseImpl.html">PhraseImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/PropertyValueImpl.html">PropertyValueImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/RDFList.html">RDFList</a><Elem extends LemonElement></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/RepoLemonFactory.html">RepoLemonFactory</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/RepoLemonModel.html">RepoLemonModel</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/RepoLemonSerializer.html">RepoLemonSerializer</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/TopicImpl.html">TopicImpl</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/TurtlePrettyPrinter.html">TurtlePrettyPrinter</a></li>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/WordImpl.html">WordImpl</a></li>
</ul>
</li>
<li><h2>Exceptions</h2>
<ul>
<li class="api apilevel-"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonRepoException.html">LemonRepoException</a></li>
</ul>
</li>
</ul><br/>
</div><!-- end classes -->
</div><!-- end nav-panels -->
<div id="nav-tree" style="display:none">
<div id="index-links"><nobr>
<a href="../../../../../packages.html" >Package Index</a> |
<a href="../../../../../classes.html" >Class Index</a></nobr>
</div>
</div><!-- end nav-tree -->
</div><!-- end swapper -->
</div> <!-- end side-nav -->
<script>
if (!isMobile) {
$("<a href='#' id='nav-swap' onclick='swapNav();return false;' style='font-size:10px;line-height:9px;margin-left:1em;text-decoration:none;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>").appendTo("#side-nav");
chooseDefaultNav();
if ($("#nav-tree").is(':visible')) {
init_default_navtree("../../../../../");
} else {
addLoadEvent(function() {
scrollIntoView("packages-nav");
scrollIntoView("classes-nav");
});
}
$("#swapper").css({borderBottom:"2px solid #aaa"});
} else {
swapNav(); // tree view should be used on mobile
}
</script>
<div class="g-unit" id="doc-content">
<div id="api-info-block">
<div class="sum-details-links">
Summary:
<a href="#inhconstants">Inherited Constants</a>
| <a href="#inhfields">Inherited Fields</a>
| <a href="#pubmethods">Methods</a>
| <a href="#promethods">Protected Methods</a>
| <a href="#inhmethods">Inherited Methods</a>
| <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
</div><!-- end sum-details-links -->
<div class="api-level">
</div>
</div><!-- end api-info-block -->
<!-- ======== START OF CLASS DATA ======== -->
<div id="jd-header">
public
class
<h1>ArgumentImpl</h1>
extends <a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html">LemonElementRepoProxy</a><br/>
implements
Argument
</div><!-- end header -->
<div id="naMessage"></div>
<div id="jd-content" class="api apilevel-">
<table class="jd-inheritance-table">
<tr>
<td colspan="5" class="jd-inheritance-class-cell">java.lang.Object</td>
</tr>
<tr>
<td class="jd-inheritance-space"> ↳</td>
<td colspan="4" class="jd-inheritance-class-cell">eu.monnetproject.lemon.URIValue</td>
</tr>
<tr>
<td class="jd-inheritance-space"> </td>
<td class="jd-inheritance-space"> ↳</td>
<td colspan="3" class="jd-inheritance-class-cell">eu.monnetproject.lemon.URIElement</td>
</tr>
<tr>
<td class="jd-inheritance-space"> </td>
<td class="jd-inheritance-space"> </td>
<td class="jd-inheritance-space"> ↳</td>
<td colspan="2" class="jd-inheritance-class-cell"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html">eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy</a></td>
</tr>
<tr>
<td class="jd-inheritance-space"> </td>
<td class="jd-inheritance-space"> </td>
<td class="jd-inheritance-space"> </td>
<td class="jd-inheritance-space"> ↳</td>
<td colspan="1" class="jd-inheritance-class-cell">eu.monnetproject.lemon.impl.repo.ArgumentImpl</td>
</tr>
</table>
<div class="jd-descr">
<h2>Class Overview</h2>
<p>Instantiated via <code><a href="../../../../../eu/monnetproject/lemon/impl/repo/RepoLemonFactory.html">RepoLemonFactory</a></code></p>
</div><!-- jd-descr -->
<div class="jd-descr">
<h2>Summary</h2>
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<table id="inhconstants" class="jd-sumtable"><tr><th>
<a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
<div style="clear:left;">Inherited Constants</div></th></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy" class="jd-expando-trigger closed"
><img id="inherited-constants-eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy-trigger"
src="../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>From class
<a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html">eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy</a>
<div id="inherited-constants-eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy">
<div id="inherited-constants-eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-constants-eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol">String</td>
<td class="jd-linkcol"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#LEMON">LEMON</a></td>
<td class="jd-descrcol" width="100%"></td>
</tr>
<tr class=" api apilevel-" >
<td class="jd-typecol">String</td>
<td class="jd-linkcol"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#RDFS_SUBPROP">RDFS_SUBPROP</a></td>
<td class="jd-descrcol" width="100%"></td>
</tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol">String</td>
<td class="jd-linkcol"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#RDF_TYPE">RDF_TYPE</a></td>
<td class="jd-descrcol" width="100%"></td>
</tr>
</table>
</div>
</div>
</td></tr>
</table>
<!-- =========== FIELD SUMMARY =========== -->
<table id="inhfields" class="jd-sumtable"><tr><th>
<a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
<div style="clear:left;">Inherited Fields</div></th></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy" class="jd-expando-trigger closed"
><img id="inherited-fields-eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy-trigger"
src="../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>From class
<a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html">eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy</a>
<div id="inherited-fields-eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy">
<div id="inherited-fields-eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-fields-eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
protected
final
<a href="../../../../../eu/monnetproject/lemon/impl/repo/ConnectionManager.html">ConnectionManager</a></nobr></td>
<td class="jd-linkcol"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#conn">conn</a></td>
<td class="jd-descrcol" width="100%"></td>
</tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
protected
final
Resource</nobr></td>
<td class="jd-linkcol"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#res">res</a></td>
<td class="jd-descrcol" width="100%"></td>
</tr>
</table>
</div>
</div>
</td></tr>
</table>
<!-- ========== METHOD SUMMARY =========== -->
<table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
SyntacticRoleMarker</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/ArgumentImpl.html#getMarker()">getMarker</a></span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/ArgumentImpl.html#setMarker(eu.monnetproject.lemon.SyntacticRoleMarker)">setMarker</a></span>(SyntacticRoleMarker marker)</nobr>
</td></tr>
</table>
<!-- ========== METHOD SUMMARY =========== -->
<table id="promethods" class="jd-sumtable"><tr><th colspan="12">Protected Methods</th></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/ArgumentImpl.html#confirmType()">confirmType</a></span>()</nobr>
</td></tr>
</table>
<!-- ========== METHOD SUMMARY =========== -->
<table id="inhmethods" class="jd-sumtable"><tr><th>
<a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
<div style="clear:left;">Inherited Methods</div></th></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy" class="jd-expando-trigger closed"
><img id="inherited-methods-eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy-trigger"
src="../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From class
<a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html">eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy</a>
<div id="inherited-methods-eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy">
<div id="inherited-methods-eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#addPredElem(eu.monnetproject.lemon.LemonPredicate, eu.monnetproject.lemon.LemonElement, org.openrdf.model.URI)">addPredElem</a></span>(LemonPredicate p, LemonElement e, URI lemonProp)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#addProperty(eu.monnetproject.lemon.Property, eu.monnetproject.lemon.PropertyValue)">addProperty</a></span>(Property property, PropertyValue propertyVal)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#addStat(org.openrdf.model.Resource, org.openrdf.model.URI, org.openrdf.model.Value)">addStat</a></span>(Resource res, URI prop, Value obj)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#addStrElem(java.lang.String, eu.monnetproject.lemon.LemonElement)">addStrElem</a></span>(String p, LemonElement e)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#addType(java.net.URI)">addType</a></span>(URI uri)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#confirmType()">confirmType</a></span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
<Elem extends LemonElement>
Collection<Elem></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#getPredElem(eu.monnetproject.lemon.LemonPredicate, eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy.ElementFactory<Elem>)">getPredElem</a></span>(LemonPredicate p, <a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.ElementFactory.html">ElementFactory</a><Elem> elemFactory)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
<Pred extends LemonPredicate, Elem extends LemonElement>
Map<Pred, Collection<Elem>></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#getPredElems(java.lang.String, eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy.PredicateFactory<Pred>, eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy.ElementFactory<Elem>)">getPredElems</a></span>(String predStr, <a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.PredicateFactory.html">PredicateFactory</a><Pred> predFactory, <a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.ElementFactory.html">ElementFactory</a><Elem> elemFactory)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
Collection<PropertyValue></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#getProperty(eu.monnetproject.lemon.Property)">getProperty</a></span>(Property property)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
Map<Property, Collection<PropertyValue>></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#getPropertys()">getPropertys</a></span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
<Elem extends LemonElement>
Elem</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#getStrElem(java.lang.String, eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy.ElementFactory<Elem>)">getStrElem</a></span>(String p, <a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.ElementFactory.html">ElementFactory</a><Elem> factory)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
<Elem extends LemonElement>
Collection<Elem></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#getStrElems(java.lang.String, eu.monnetproject.lemon.impl.repo.LemonElementRepoProxy.ElementFactory<Elem>)">getStrElems</a></span>(String name, <a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.ElementFactory.html">ElementFactory</a><Elem> elemFactory)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
Text</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#getStrText(java.lang.String)">getStrText</a></span>(String p)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
Collection<URI></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#getTypes()">getTypes</a></span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#removePredElem(eu.monnetproject.lemon.LemonPredicate, eu.monnetproject.lemon.LemonElement)">removePredElem</a></span>(LemonPredicate p, LemonElement e)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#removeProperty(eu.monnetproject.lemon.Property, eu.monnetproject.lemon.PropertyValue)">removeProperty</a></span>(Property property, PropertyValue propertyVal)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#removeStat(org.openrdf.model.Resource, org.openrdf.model.URI, org.openrdf.model.Value)">removeStat</a></span>(Resource res, URI prop, Value obj)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#removeStrElem(java.lang.String, eu.monnetproject.lemon.LemonElement)">removeStrElem</a></span>(String p, LemonElement e)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#removeType(java.net.URI)">removeType</a></span>(URI uri)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#setStrElem(java.lang.String, eu.monnetproject.lemon.LemonElement)">setStrElem</a></span>(String p, LemonElement elem)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#setStrText(java.lang.String, eu.monnetproject.lemon.Text)">setStrText</a></span>(String p, Text txt)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
Resource</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#unmake(eu.monnetproject.lemon.LemonElement)">unmake</a></span>(LemonElement elem)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
URI</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#unmake(eu.monnetproject.lemon.LemonPredicate)">unmake</a></span>(LemonPredicate pred)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
Literal</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../eu/monnetproject/lemon/impl/repo/LemonElementRepoProxy.html#unmake(eu.monnetproject.lemon.Text)">unmake</a></span>(Text text)</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-eu.monnetproject.lemon.URIElement" class="jd-expando-trigger closed"
><img id="inherited-methods-eu.monnetproject.lemon.URIElement-trigger"
src="../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From class
eu.monnetproject.lemon.URIElement
<div id="inherited-methods-eu.monnetproject.lemon.URIElement">
<div id="inherited-methods-eu.monnetproject.lemon.URIElement-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-eu.monnetproject.lemon.URIElement-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">addProperty</span>(Property arg0, PropertyValue arg1)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">addType</span>(URI arg0)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">equals</span>(Object arg0)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
String</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">getID</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
Collection<PropertyValue></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">getProperty</span>(Property arg0)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
Map<Property, Collection<PropertyValue>></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">getPropertys</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
Collection<URI></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">getTypes</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
int</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">hashCode</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">removeProperty</span>(Property arg0, PropertyValue arg1)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">removeType</span>(URI arg0)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
String</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">toString</span>()</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-eu.monnetproject.lemon.URIValue" class="jd-expando-trigger closed"
><img id="inherited-methods-eu.monnetproject.lemon.URIValue-trigger"
src="../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From class
eu.monnetproject.lemon.URIValue
<div id="inherited-methods-eu.monnetproject.lemon.URIValue">
<div id="inherited-methods-eu.monnetproject.lemon.URIValue-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-eu.monnetproject.lemon.URIValue-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">equals</span>(Object arg0)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
URI</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">getURI</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
int</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">hashCode</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
String</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">toString</span>()</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
src="../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From class
java.lang.Object
<div id="inherited-methods-java.lang.Object">
<div id="inherited-methods-java.lang.Object-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-java.lang.Object-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
Object</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">clone</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">equals</span>(Object arg0)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">finalize</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
final
Class<?></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">getClass</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
int</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">hashCode</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">notify</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">notifyAll</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
String</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">toString</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">wait</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">wait</span>(long arg0)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">wait</span>(long arg0, int arg1)</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-eu.monnetproject.lemon.Argument" class="jd-expando-trigger closed"
><img id="inherited-methods-eu.monnetproject.lemon.Argument-trigger"
src="../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From interface
eu.monnetproject.lemon.Argument
<div id="inherited-methods-eu.monnetproject.lemon.Argument">
<div id="inherited-methods-eu.monnetproject.lemon.Argument-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-eu.monnetproject.lemon.Argument-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
SyntacticRoleMarker</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">getMarker</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">setMarker</span>(SyntacticRoleMarker arg0)</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-eu.monnetproject.lemon.LemonElement" class="jd-expando-trigger closed"
><img id="inherited-methods-eu.monnetproject.lemon.LemonElement-trigger"
src="../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From interface
eu.monnetproject.lemon.LemonElement
<div id="inherited-methods-eu.monnetproject.lemon.LemonElement">
<div id="inherited-methods-eu.monnetproject.lemon.LemonElement-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-eu.monnetproject.lemon.LemonElement-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">addProperty</span>(Property arg0, PropertyValue arg1)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">addType</span>(URI arg0)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
String</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">getID</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
Collection<PropertyValue></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">getProperty</span>(Property arg0)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
Map<Property, Collection<PropertyValue>></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">getPropertys</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
Collection<URI></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">getTypes</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">removeProperty</span>(Property arg0, PropertyValue arg1)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">removeType</span>(URI arg0)</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-eu.monnetproject.lemon.LemonElementOrPredicate" class="jd-expando-trigger closed"
><img id="inherited-methods-eu.monnetproject.lemon.LemonElementOrPredicate-trigger"
src="../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From interface
eu.monnetproject.lemon.LemonElementOrPredicate
<div id="inherited-methods-eu.monnetproject.lemon.LemonElementOrPredicate">
<div id="inherited-methods-eu.monnetproject.lemon.LemonElementOrPredicate-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-eu.monnetproject.lemon.LemonElementOrPredicate-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
URI</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">getURI</span>()</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
</table>
</div><!-- jd-descr (summary) -->
<!-- Details -->
<!-- XML Attributes -->
<!-- Enum Values -->
<!-- Constants -->
<!-- Fields -->
<!-- Public ctors -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- Protected ctors -->
<!-- ========= METHOD DETAIL ======== -->
<!-- Public methdos -->
<h2>Public Methods</h2>
<A NAME="getMarker()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
SyntacticRoleMarker
</span>
<span class="sympad">getMarker</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div>
</div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p></p></div>
</div>
</div>
<A NAME="setMarker(eu.monnetproject.lemon.SyntacticRoleMarker)"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
void
</span>
<span class="sympad">setMarker</span>
<span class="normal">(SyntacticRoleMarker marker)</span>
</h4>
<div class="api-level">
<div>
</div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p></p></div>
</div>
</div>
<!-- ========= METHOD DETAIL ======== -->
<h2>Protected Methods</h2>
<A NAME="confirmType()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
protected
void
</span>
<span class="sympad">confirmType</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div>
</div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p></p></div>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<A NAME="navbar_top"></A>
<div id="footer">
Generated by <a href="http://code.google.com/p/doclava/">Doclava</a>.
</div> <!-- end footer -->
</div> <!-- jd-content -->
</div><!-- end doc-content -->
</div> <!-- end body-content -->
<script type="text/javascript">
init(); /* initialize android-developer-docs.js */
</script>
</body>
</html>
|
pingo-content-md-loader-iron-ajax-localstorage.html | ghstahl/pingo-content-md-loader-iron-ajax-localstorage | <link rel="import" href="../pingo-iron-ajax-localstorage/pingo-iron-ajax-localstorage.html">
<dom-module id="pingo-content-md-loader-iron-ajax-localstorage">
<template>
<pingo-iron-ajax-localstorage id="ironAjaxLocalstorage" params="{{params}}" handle-as="text" last-response="{{ajaxResponse}}"></pingo-iron-ajax-localstorage>
<marked-element id="content"></marked-element>
</template>
<script>
Polymer({
is: "pingo-content-md-loader-iron-ajax-localstorage",
properties: {
ajaxResponse: {
type: Object,
observer: '_onAjaxResponse'
},
url: {
type: String,
observer: '_urlChanged'
},
params:{}
},
_onAjaxResponse: function (path) {
this.$.content.markdown = path;
},
_urlChanged: function (path) {
if (this.url) {
this.$.ironAjaxLocalstorage.url = this.url;
}
}
});
</script>
</dom-module> |
client/views/head.html | gradestat/gradestat | <head>
<title>GradeStat - Grade Better</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FIXME Add SEO stuff. -->
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="/client/styles/pure/pure-min.css">
<link rel="stylesheet" href="/client/styles/pure/grids-responsive-min.css">
<link rel="stylesheet" href="/client/styles/layouts/marketing.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
</head>
|
BC/Static Web Pages/Resources/Composer/en/MB.2/ADD-VACCINATED-TO-POPULATIONS-PLOT.html | ToonTalk/behaviour-composer | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<title>ADD-VACCINATED-TO-POPULATIONS-PL</title>
</head>
<body>
<h3><i>I add to the Populations plot a plot of number of vaccinated
individuals versus elapsed time.</i> </h3>
<font size="2" color="gray">Begin micro-behaviour</font>
<p><b>ADD-VACCINATED-TO-POPULATIONS-PLOT </b></p>
<font size="2" color="gray">Begin NetLogo code:</font>
<pre>substitute-text-area-for vaccinated-pen-color green
substitute-text-area-for cycle-duration 1
do-after-setup
[do-every cycle-duration
[set-current-plot "Populations"
create-temporary-plot-pen "Vaccinated pen"
set-current-plot-pen "Vaccinated pen"
set-plot-pen-color vaccinated-pen-color
plotxy time
count all-individuals with [my-state = "vaccinated"]]]
</pre>
<font size="2" color="gray">End NetLogo code</font>
<h2>Required Micro-behaviours</h2>
<p>This expects
<a title="CREATE-EMPTY-POPULATIONS-PLOT" href="CREATE-EMPTY-POPULATIONS-PLOT.html">
CREATE-EMPTY-POPULATIONS-PLOT</a> to be included to add the "Populations"
plot. </p>
<h2>Variants</h2>
<p>You can edit the text box to have a different
<a target="_blank" href="http://ccl.northwestern.edu/netlogo/docs/programming.html#colors">
color</a>.</p>
<h2>Related Micro-behaviours</h2>
<p>
<a title="ADD-SUSCEPTIBLE-TO-POPULATIONS-PLOT" href="ADD-SUSCEPTIBLE-TO-POPULATIONS-PLOT.html">
ADD-SUSCEPTIBLE-TO-POPULATIONS-PLOT</a>,
<a title="ADD-INFECTED-TO-POPULATIONS-PLOT" href="ADD-INFECTED-TO-POPULATIONS-PLOT.html">
ADD-INFECTED-TO-POPULATIONS-PLOT</a>,
<a title="ADD-RECOVERED-TO-POPULATIONS-PLOT" href="ADD-RECOVERED-TO-POPULATIONS-PLOT.html">
ADD-RECOVERED-TO-POPULATIONS-PLOT</a>, and
<a title="ADD-TOTAL-TO-POPULATIONS-PLOT" href="ADD-TOTAL-TO-POPULATIONS-PLOT.html">
ADD-TOTAL-TO-POPULATIONS-PLOT</a> can also add to the "Populations" plot.
</p>
<h2>History</h2>
<p>This was implemented by Ken Kahn.
</body>
</html>
|
assets/css/dataTables.bootstrap2.css | nineinchnick/edatatables | div.dataTables_length label {
text-align: left;
}
div.dataTables_length select {
width: 75px;
}
div.dataTables_filter {
text-align: right;
}
div.dataTables_filter label {
text-align: left;
}
div.dataTables_filter input {
margin-left: 0.5em;
display: inline-block;
}
div.dataTables_info {
padding-top: 8px;
}
div.dataTables_paginate {
text-align: right;
margin: 0;
}
div.dataTables_paginate div.pagination {
margin: 0;
}
@media screen and (max-width: 767px) {
div.dataTables_length,
div.dataTables_filter,
div.dataTables_info,
div.dataTables_paginate {
text-align: center;
}
}
table.table {
clear: both;
margin-bottom: 6px !important;
max-width: none !important;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
cursor: pointer;
*cursor: hand;
}
table.table thead .sorting { background: url('../images/bootstrap/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('../images/bootstrap/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('../images/bootstrap/sort_desc.png') no-repeat center right; }
table.table thead .sorting_asc_disabled { background: url('../images/bootstrap/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('../images/bootstrap/sort_desc_disabled.png') no-repeat center right; }
table.dataTable th:active {
outline: none;
}
/* Scrolling */
div.dataTables_scrollHead table {
margin-bottom: 0 !important;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
border-top: none;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
border-top: none;
}
div.dataTables_scrollFoot table {
margin-top: 0 !important;
border-top: none;
}
/*
* TableTools styles
*/
.table tbody tr.active td,
.table tbody tr.active th {
background-color: #08C;
color: white;
}
.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
background-color: #0075b0 !important;
}
.table tbody tr.active a {
color: white;
}
.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
background-color: #017ebc;
}
table.DTTT_selectable tbody tr {
cursor: pointer;
*cursor: hand;
}
div.DTTT .btn {
color: #333 !important;
font-size: 12px;
}
div.DTTT .btn:hover {
text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu {
z-index: 2003;
}
ul.DTTT_dropdown.dropdown-menu a {
color: #333 !important; /* needed only when demo_page.css is included */
}
ul.DTTT_dropdown.dropdown-menu li {
position: relative;
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
background-color: #0088cc;
color: white !important;
}
div.DTTT_collection_background {
z-index: 2002;
}
/* TableTools information display */
div.DTTT_print_info.modal {
height: 150px;
margin-top: -75px;
text-align: center;
}
div.DTTT_print_info h6 {
font-weight: normal;
font-size: 28px;
line-height: 28px;
margin: 1em;
}
div.DTTT_print_info p {
font-size: 14px;
line-height: 20px;
}
/*
* FixedColumns styles
*/
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
background-color: white;
margin-bottom: 0;
}
div.DTFC_RightHeadWrapper table ,
div.DTFC_LeftHeadWrapper table {
margin-bottom: 0 !important;
border-top-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
border-top: none;
margin-bottom: 0 !important;
}
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
border-top: none;
}
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
border-top: none;
}
|
apps/devhub/templates/devhub/payments/upsell.html | jbalogh/zamboni | {% extends "devhub/base.html" %}
{% set title = _('Manage Payments') %}
{% block title %}{{ dev_page_title(title, addon) }}{% endblock %}
{% block content %}
<header>
{{ dev_breadcrumbs(addon, items=[(None, title)]) }}
{{ l10n_menu(addon.default_locale) }}
<h2>{{ title }}</h2>
</header>
<section class="primary payments devhub-form" role="main">
<h3>{{ _('Step 3. Upsell Settings') }}</h3>
<form method="post">
{{ csrf() }}
{% include "devhub/payments/includes/upsell.html" %}
<button type="submit">{{ _('Continue') }}</button>
{% trans cancel= url('devhub.addons.payments', addon.slug) %}
or <a href="{{ cancel }}">Cancel</a>
{% endtrans %}
</form>
</section>
{% include "devhub/includes/addons_edit_nav.html" %}
{% endblock %}
|
src/common/sidebar/partials/chapterInfo.tpl.html | MapStory/MapLoom | <div class="bottomText">{{ storyService.active_chapter.about.title }}</div>
<div class="topText"><a href="#" ng-click="updateMenuSection('mainMenu')">{{ 'Index' | translate:'Index' }}</a> > <a href="#" ng-click="updateMenuSection('selectedChapter' + chapter.id)">{{ chapter.chapter }}</a></div>
<div class="menuItem backbutton">
<a href="#" ng-click="updateMenuSection('selectedChapter' + chapter.id); updateTourStep(5)">
<span class="ng-binding backbuttonarrow">
<div>
<i class="fa fa-arrow-left"></i>
</div>
</span>
<span class="backicon" class="ng-binding">
Back
</span>
</a>
</div>
<div class="menuItem ng-scope">
<label for="chapterTitle">Chapter Title</label>
<input ng-model="storyService.active_chapter.about.title" class="form-composer ng-valid ng-dirty" type="text" name="chapterTitle" id="chapterTitle">
</div>
<div class="menuItem ng-scope">
<label for="chapterSummary">Chapter Summary</label>
<textarea rows="20" ng-model="storyService.active_chapter.about.abstract" class="form-composer ng-valid ng-dirty" name="chapterSummary" id="chapterSummary"></textarea>
</div>
<div id="baseMaps" class="menuItem">
<label for="baseMapList">Choose Your Basemap</label><i class="fa fa-question-circle" tooltip-append-to-body="true" tooltip-placement="right" tooltip="{{ 'choose_your_basemap_tooltip' | translate }}"></i>
<select class="form-control" name="baseMapList" id="baseMapList"
ng-init="baseMap=initBasemap()"
ng-options="baseMap.get('metadata').config.title for baseMap in baseMaps = mapService.getBaseMaps()"
ng-model="baseMap"
ng-change="mapService.selectedBaseMap(baseMap)">
</select>
</div>
<div class="ng-scope" style="margin: 20px;">
<label>
Chapter Default View
</label>
<label for="defaultzoom" style="font-style:italic;font-weight: 300;line-height: 1.2em;">
Pan and zoom around the map to set the default chapter view
</label>
<button ng-click="storyService.saveChapterView()" class="btn-composer btn-block" name="defaultzoom" id="defaultzoom">
Set as default
</button>
</div>
<div class="menuItem">
<button ng-click="storyService.save()" type="button" class="btn-composer btn-block">Save Chapter Info</button>
</div> |
pbhml/data/jobs/Single/index.html | bnbowman/pbhml | <html xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:pb="http://www.pacificbiosciences.com/2008/pbxsl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>No Job Name</title>
<link rel="alternate" type="application/rdf+xml" href="metadata.rdf"><style type="text/css">
body {
font: normal 11px Arial, Helvetica, sans-serif;
color: #333;
background: #ffffff;
width: 888px;
}
a {
color: #333;
font-size: 12px;
text-decoration: none;
}
a:hover {
color: rgb(222,119,40);
}
a:active {
color: rgb(15,128,209);
}
table {
border-spacing: 0;
}
table, td, th {
vertical-align: middle;
}
.reportBody h4 {
font-size: 16px;
font-weight: bold;
text-align: left;
margin-bottom: 8px;
padding-bottom: 6px;
color: #333;
border-bottom: solid 1px #333;
text-transform: uppercase;
}
div.title {
margin-top: 20px;
font-size: 16px;
font-weight: bold;
text-align: center;
}
#attrstable {
font-size: 12px;
width: 880px;
}
#attrstable td {
padding: 2px 8px;
}
#attrstable td.attr {
width: 90px;
}
#attrstable td:last-child {
text-align:right;
}
.settings-button {
font-size: 11px;
}
#graphgroup {
margin: 8px auto;
color: #333;
-moz-box-shadow: 4px 4px 4px #666;
-webkit-box-shadow: 4px 4px 4px #666;
box-shadow: 4px 4px 4px #666;
border: solid 1px #4d4d4d;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
padding-bottom: 30px;
font-size: 11px;
}
#graphgroup thead th:first-child {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
}
#graphgroup thead th:last-child {
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
}
#graphgroup div.graphtitle {
margin: 0 auto;
padding-top: 4px;
text-align: center;
font-size: 14px;
font-weight: bold;
display: block;
height: 26px;
background: #bfe0ec;
text-transform: capitalize;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
}
#graphGroupTable {
max-width: 650px;
}
#graphGroupTable div.graphtitle {
text-align: center;
font-size: 12px;
font-weight: bold;
display: block;
height: default;
background: none;
text-transform: capitalize;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
div.graphcaption {
margin-left: 60px;
width: 384px;
font-size: 11px;
}
div.errors {
width: 600px;
background: #eaeac0;
font: bold 13pt Verdana, Arial, Helvetica, sans-serif;
color: #ff0000;
border: 1px solid #70a0c0;
padding: 8px 8px 8px 8px;
}
div.tabletitle {
text-align: left;
font: bold 12pt Verdana, Arial, Helvetica, sans-serif;
color: #4f6b72;
}
#datatable {
margin: 8px auto;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: solid 1px #4d4d4d;
-moz-box-shadow: 4px 4px 4px #666;
-webkit-box-shadow: 4px 4px 4px #666;
box-shadow: 4px 4px 4px #666;
}
#datatable th {
height: 24px;
font-size: 12px;
font-weight: bold;
text-align: center;
background: #bfe0ec;
padding: 4px 8px 0 8px;
}
#datatable thead th:first-child {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
}
#datatable thead th:last-child {
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
}
#datatable th.nobg {
}
#datatable td {
font-size: 11px;
padding: 2px 8px;
}
#datatable td.alt {
}
#datatable td.rowname {
}
#datatable th.spec {
font-weight: bold;
}
#datatable th.specalt {
font-weight: bold;
}
.reportgroup {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #0079bc;
line-height: 16px;
}
.linklist {
list-style:none;
margin-left: 6px;
padding-left: 0;
font-size: 12px;
}
.pb-data-format {
text-transform: uppercase;
font-weight: bold;
font-size: 10px;
text-decoration: underline;
margin-left: 6px;
}
.footer {
margin-top: 20px;
padding-top: 6px;
border-top: 1px solid #333;
text-align: center;
font-size: 10px;
}
</style><script type="text/javascript">
function showParams( tID ) {
tbl = document.getElementById(tID);
var len = tbl.rows.length;
for (i=0; i<len;i++) {
if (tbl.rows[i].className == "params") {
if (tbl.rows[i].style.display == "") {
tbl.rows[i].style.display = 'none'
} else {
tbl.rows[i].style.display = ""
}
}
}
}
</script></head>
<body>
<div class="reportBody">
<h4>Job</h4>
</div>
<table id="attrstable">
<tr>
<td class="attr">SmrtPipe version</td>
<td>1.87.139483</td>
<td></td>
</tr>
<tr>
<td class="attr">Job ID</td>
<td>000221002</td>
<td></td>
</tr>
<tr>
<td class="attr">Input</td>
<td>xml:input.xml</td>
<td></td>
</tr>
<tr>
<td class="attr">Settings</td>
<td>settings.xml</td>
<td><button class="settings-button" onclick="showParams('attrstable');">
Show/Hide
</button></td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>global.version</td>
<td>1</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>global.fetch</td>
<td>common/protocols/preprocessing/Fetch.1.xml</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>global.state</td>
<td>active</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>global.description</td>
<td>Amplicon Analysis</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>global.filtering</td>
<td>common/protocols/filtering/SFilter.1.xml</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>global.barcodeRun</td>
<td>True</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>global.name</td>
<td>AmpliconAnalysis</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>p_barcode.adapterSidePad</td>
<td>0</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>p_barcode.mode</td>
<td>paired</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>p_barcode.insertSidePad</td>
<td>0</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>p_barcode.barcodeRun</td>
<td>True</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>p_barcode.moduleName</td>
<td>P_Barcode</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>p_barcode.score</td>
<td>11</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>p_barcode.barcode.fasta</td>
<td>/home/UNIXHOME/bbowman/2014/09/HLA_Hackathon/SMRTbell_4x_barcodes.fasta</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>p_barcode.scoreFirst</td>
<td>True</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>p_fetch.moduleName</td>
<td>P_Fetch</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>p_ampliconanalysis.ignoreEnds</td>
<td>50</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>p_ampliconanalysis.moduleName</td>
<td>P_AmpliconAnalysis</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>p_ampliconanalysis.doBarcodes</td>
<td>F4--R4</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>p_ampliconanalysis.minSnr</td>
<td>5.0</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>p_ampliconanalysis.minLength</td>
<td>3000</td>
</tr>
<tr style="display: none;" class="params" id="item">
<td class="attr"></td>
<td>p_ampliconanalysis.maxReads</td>
<td>2000</td>
</tr>
</table><br><div class="reportBody">
<h4>Reports</h4>
</div>
<p class="reportgroup">General</p>
<ul class="linklist">
<li><a href="workflow/Workflow.summary.html">Workflow</a></li>
<li><a href="results/barcode_report.html">Barcode Report</a></li>
</ul>
<p class="reportgroup">Diagnostic</p>
<ul class="linklist">
<li><a href="results/overview.html">Json Overview Report</a></li>
<li><a href="results/filter_reports_adapters.html">Json Adapter Report</a></li>
</ul>
<p class="reportgroup">AMPLICONS</p>
<ul class="linklist">
<li><a href="results/amplicon_analysis_input_report.html">Amplicon Analysis Input Report</a></li>
<li><a href="results/amplicon_analysis_consensus_report.html">Amplicon Analysis Consensus Report</a></li>
</ul>
<div class="reportBody">
<h4>Data</h4>
</div>
<ul class="linklist">
<li>Barcoded Reads<a class="pb-data-format" href="data/barcoded-fastqs.tgz" type="text/plain">fastq</a></li>
<li>Amplicon Sequences<a class="pb-data-format" href="data/amplicon_analysis_zmws.csv" type="text/csv">csv</a><a class="pb-data-format" href="data/amplicon_analysis.fasta" type="text/plain">fasta</a><a class="pb-data-format" href="data/amplicon_analysis.fastq" type="text/plain">fastq</a><a class="pb-data-format" href="data/amplicon_analysis_summary.csv" type="text/csv">csv</a><a class="pb-data-format" href="data/amplicon_analysis.csv" type="text/csv">csv</a></li>
</ul>
<div class="reportBody">
<h4>Log</h4>
</div>
<ul class="linklist">
<li><a type="text/plain" href="log/smrtpipe.log">
Log file
</a></li>
</ul>
<p class="footer">
Generated by SMRT Pipe
16 SEP 2014 4:37 P.M..<br>
For Research Use Only. Not for use in diagnostic procedures.
</p>
</body>
</html> |
docs/saml2/_modules/saml2/logout_request.html | vivekgarhewal/med |
<!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>saml2.logout_request — OneLogin SAML Python library classes and methods</title>
<link rel="stylesheet" href="../../_static/default.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: '',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<link rel="top" title="OneLogin SAML Python library classes and methods" href="../../index.html" />
<link rel="up" title="Class code" href="../index.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../../py-modindex.html" title="Python Class Index"
>modules</a> |</li>
<li><a href="../../index.html">OneLogin SAML Python library classes and methods</a> »</li>
<li><a href="../index.html" accesskey="U">Class code</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<h1>Source code for saml2.logout_request</h1><div class="highlight"><pre>
<span class="c"># -*- coding: utf-8 -*-</span>
<span class="c"># Copyright (c) 2014, OneLogin, Inc.</span>
<span class="c"># All rights reserved.</span>
<span class="kn">from</span> <span class="nn">base64</span> <span class="kn">import</span> <span class="n">b64decode</span>
<span class="kn">from</span> <span class="nn">datetime</span> <span class="kn">import</span> <span class="n">datetime</span>
<span class="kn">from</span> <span class="nn">lxml</span> <span class="kn">import</span> <span class="n">etree</span>
<span class="kn">from</span> <span class="nn">os.path</span> <span class="kn">import</span> <span class="n">basename</span>
<span class="kn">from</span> <span class="nn">urllib</span> <span class="kn">import</span> <span class="n">urlencode</span>
<span class="kn">from</span> <span class="nn">urlparse</span> <span class="kn">import</span> <span class="n">parse_qs</span>
<span class="kn">from</span> <span class="nn">xml.dom.minidom</span> <span class="kn">import</span> <span class="n">Document</span><span class="p">,</span> <span class="n">parseString</span>
<span class="kn">import</span> <span class="nn">dm.xmlsec.binding</span> <span class="kn">as</span> <span class="nn">xmlsec</span>
<span class="kn">from</span> <span class="nn">saml2.constants</span> <span class="kn">import</span> <span class="n">OneLogin_Saml2_Constants</span>
<span class="kn">from</span> <span class="nn">saml2.utils</span> <span class="kn">import</span> <span class="n">OneLogin_Saml2_Utils</span>
<div class="viewcode-block" id="OneLogin_Saml2_Logout_Request"><a class="viewcode-back" href="../../saml2.html#saml2.logout_request.OneLogin_Saml2_Logout_Request">[docs]</a><span class="k">class</span> <span class="nc">OneLogin_Saml2_Logout_Request</span><span class="p">:</span>
<span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">settings</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Constructs the Logout Request object.</span>
<span class="sd"> Arguments are:</span>
<span class="sd"> * (OneLogin_Saml2_Settings) settings. Setting data</span>
<span class="sd"> """</span>
<span class="bp">self</span><span class="o">.</span><span class="n">__settings</span> <span class="o">=</span> <span class="n">settings</span>
<span class="n">sp_data</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">__settings</span><span class="o">.</span><span class="n">get_sp_data</span><span class="p">()</span>
<span class="n">idp_data</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">__settings</span><span class="o">.</span><span class="n">get_idp_data</span><span class="p">()</span>
<span class="n">security</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">__settings</span><span class="o">.</span><span class="n">get_security_data</span><span class="p">()</span>
<span class="n">uid</span> <span class="o">=</span> <span class="n">OneLogin_Saml2_Utils</span><span class="o">.</span><span class="n">generate_unique_id</span><span class="p">()</span>
<span class="n">name_id_value</span> <span class="o">=</span> <span class="n">OneLogin_Saml2_Utils</span><span class="o">.</span><span class="n">generate_unique_id</span><span class="p">()</span>
<span class="n">issue_instant</span> <span class="o">=</span> <span class="n">OneLogin_Saml2_Utils</span><span class="o">.</span><span class="n">parse_time_to_SAML</span><span class="p">(</span><span class="nb">int</span><span class="p">(</span><span class="n">datetime</span><span class="o">.</span><span class="n">now</span><span class="p">()</span><span class="o">.</span><span class="n">strftime</span><span class="p">(</span><span class="s">"</span><span class="si">%s</span><span class="s">"</span><span class="p">)))</span>
<span class="n">key</span> <span class="o">=</span> <span class="bp">None</span>
<span class="k">if</span> <span class="s">'nameIdEncrypted'</span> <span class="ow">in</span> <span class="n">security</span> <span class="ow">and</span> <span class="n">security</span><span class="p">[</span><span class="s">'nameIdEncrypted'</span><span class="p">]:</span>
<span class="n">key</span> <span class="o">=</span> <span class="n">idp_data</span><span class="p">[</span><span class="s">'x509cert'</span><span class="p">]</span>
<span class="n">name_id</span> <span class="o">=</span> <span class="n">OneLogin_Saml2_Utils</span><span class="o">.</span><span class="n">generate_name_id</span><span class="p">(</span>
<span class="n">name_id_value</span><span class="p">,</span>
<span class="n">sp_data</span><span class="p">[</span><span class="s">'entityId'</span><span class="p">],</span>
<span class="n">sp_data</span><span class="p">[</span><span class="s">'NameIDFormat'</span><span class="p">],</span>
<span class="n">key</span>
<span class="p">)</span>
<span class="n">logout_request</span> <span class="o">=</span> <span class="s">"""<samlp:LogoutRequest</span>
<span class="s"> xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"</span>
<span class="s"> xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"</span>
<span class="s"> ID="</span><span class="si">%(id)s</span><span class="s">"</span>
<span class="s"> Version="2.0"</span>
<span class="s"> IssueInstant="</span><span class="si">%(issue_instant)s</span><span class="s">"</span>
<span class="s"> Destination="</span><span class="si">%(single_logout_url)s</span><span class="s">"></span>
<span class="s"> <saml:Issuer></span><span class="si">%(entity_id)s</span><span class="s"></saml:Issuer></span>
<span class="s"> </span><span class="si">%(name_id)s</span><span class="s"></span>
<span class="s"></samlp:LogoutRequest>"""</span> <span class="o">%</span> <span class="p">{</span>
<span class="s">'id'</span><span class="p">:</span> <span class="n">uid</span><span class="p">,</span>
<span class="s">'issue_instant'</span><span class="p">:</span> <span class="n">issue_instant</span><span class="p">,</span>
<span class="s">'single_logout_url'</span><span class="p">:</span> <span class="n">idp_data</span><span class="p">[</span><span class="s">'singleLogoutService'</span><span class="p">][</span><span class="s">'url'</span><span class="p">],</span>
<span class="s">'entity_id'</span><span class="p">:</span> <span class="n">sp_data</span><span class="p">[</span><span class="s">'entityId'</span><span class="p">],</span>
<span class="s">'name_id'</span><span class="p">:</span> <span class="n">name_id</span><span class="p">,</span>
<span class="p">}</span>
<span class="bp">self</span><span class="o">.</span><span class="n">__logout_request</span> <span class="o">=</span> <span class="n">logout_request</span>
<div class="viewcode-block" id="OneLogin_Saml2_Logout_Request.get_request"><a class="viewcode-back" href="../../saml2.html#saml2.logout_request.OneLogin_Saml2_Logout_Request.get_request">[docs]</a> <span class="k">def</span> <span class="nf">get_request</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Returns the Logout Request defated, base64encoded</span>
<span class="sd"> :return: Deflated base64 encoded Logout Request</span>
<span class="sd"> :rtype: str object</span>
<span class="sd"> """</span>
<span class="k">return</span> <span class="n">OneLogin_Saml2_Utils</span><span class="o">.</span><span class="n">deflate_and_base64_encode</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">__logout_request</span><span class="p">)</span>
</div>
<span class="nd">@staticmethod</span>
<div class="viewcode-block" id="OneLogin_Saml2_Logout_Request.get_id"><a class="viewcode-back" href="../../saml2.html#saml2.logout_request.OneLogin_Saml2_Logout_Request.get_id">[docs]</a> <span class="k">def</span> <span class="nf">get_id</span><span class="p">(</span><span class="n">request</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Returns the ID of the Logout Request</span>
<span class="sd"> :param request: Logout Request Message</span>
<span class="sd"> :type request: string|DOMDocument</span>
<span class="sd"> :return: string ID</span>
<span class="sd"> :rtype: str object</span>
<span class="sd"> """</span>
<span class="k">if</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">request</span><span class="p">,</span> <span class="n">Document</span><span class="p">):</span>
<span class="n">dom</span> <span class="o">=</span> <span class="n">request</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">dom</span> <span class="o">=</span> <span class="n">parseString</span><span class="p">(</span><span class="n">request</span><span class="p">)</span>
<span class="k">return</span> <span class="n">dom</span><span class="o">.</span><span class="n">documentElement</span><span class="o">.</span><span class="n">getAttribute</span><span class="p">(</span><span class="s">'ID'</span><span class="p">)</span>
</div>
<span class="nd">@staticmethod</span>
<div class="viewcode-block" id="OneLogin_Saml2_Logout_Request.get_name_id_data"><a class="viewcode-back" href="../../saml2.html#saml2.logout_request.OneLogin_Saml2_Logout_Request.get_name_id_data">[docs]</a> <span class="k">def</span> <span class="nf">get_name_id_data</span><span class="p">(</span><span class="n">request</span><span class="p">,</span> <span class="n">key</span><span class="o">=</span><span class="bp">None</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Gets the NameID Data of the the Logout Request</span>
<span class="sd"> :param request: Logout Request Message</span>
<span class="sd"> :type request: string|DOMDocument</span>
<span class="sd"> :param key: The SP key</span>
<span class="sd"> :type key: string</span>
<span class="sd"> :return: Name ID Data (Value, Format, NameQualifier, SPNameQualifier)</span>
<span class="sd"> :rtype: dict</span>
<span class="sd"> """</span>
<span class="k">if</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">request</span><span class="p">,</span> <span class="n">Document</span><span class="p">):</span>
<span class="n">request</span> <span class="o">=</span> <span class="n">request</span><span class="o">.</span><span class="n">toxml</span><span class="p">()</span>
<span class="n">dom</span> <span class="o">=</span> <span class="n">etree</span><span class="o">.</span><span class="n">fromstring</span><span class="p">(</span><span class="n">request</span><span class="p">)</span>
<span class="n">name_id</span> <span class="o">=</span> <span class="bp">None</span>
<span class="n">encrypted_entries</span> <span class="o">=</span> <span class="n">OneLogin_Saml2_Utils</span><span class="o">.</span><span class="n">query</span><span class="p">(</span><span class="n">dom</span><span class="p">,</span> <span class="s">'/samlp:LogoutRequest/saml:EncryptedID'</span><span class="p">)</span>
<span class="k">if</span> <span class="nb">len</span><span class="p">(</span><span class="n">encrypted_entries</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span><span class="p">:</span>
<span class="k">if</span> <span class="n">key</span> <span class="ow">is</span> <span class="bp">None</span><span class="p">:</span>
<span class="k">raise</span> <span class="ne">Exception</span><span class="p">(</span><span class="s">'Key is required in order to decrypt the NameID'</span><span class="p">)</span>
<span class="n">elem</span> <span class="o">=</span> <span class="n">parseString</span><span class="p">(</span><span class="n">etree</span><span class="o">.</span><span class="n">tostring</span><span class="p">(</span><span class="n">encrypted_entries</span><span class="p">[</span><span class="mi">0</span><span class="p">]))</span>
<span class="n">encrypted_data_nodes</span> <span class="o">=</span> <span class="n">elem</span><span class="o">.</span><span class="n">documentElement</span><span class="o">.</span><span class="n">getElementsByTagName</span><span class="p">(</span><span class="s">'xenc:EncryptedData'</span><span class="p">)</span>
<span class="n">encrypted_data</span> <span class="o">=</span> <span class="n">encrypted_data_nodes</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span>
<span class="n">xmlsec</span><span class="o">.</span><span class="n">initialize</span><span class="p">()</span>
<span class="c"># Load the key into the xmlsec context</span>
<span class="n">file_key</span> <span class="o">=</span> <span class="n">OneLogin_Saml2_Utils</span><span class="o">.</span><span class="n">write_temp_file</span><span class="p">(</span><span class="n">key</span><span class="p">)</span> <span class="c"># FIXME avoid writing a file</span>
<span class="n">enc_key</span> <span class="o">=</span> <span class="n">xmlsec</span><span class="o">.</span><span class="n">Key</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">file_key</span><span class="o">.</span><span class="n">name</span><span class="p">,</span> <span class="n">xmlsec</span><span class="o">.</span><span class="n">KeyDataFormatPem</span><span class="p">,</span> <span class="bp">None</span><span class="p">)</span>
<span class="n">enc_key</span><span class="o">.</span><span class="n">name</span> <span class="o">=</span> <span class="n">basename</span><span class="p">(</span><span class="n">file_key</span><span class="o">.</span><span class="n">name</span><span class="p">)</span>
<span class="n">file_key</span><span class="o">.</span><span class="n">close</span><span class="p">()</span>
<span class="n">enc_ctx</span> <span class="o">=</span> <span class="n">xmlsec</span><span class="o">.</span><span class="n">EncCtx</span><span class="p">()</span>
<span class="n">enc_ctx</span><span class="o">.</span><span class="n">encKey</span> <span class="o">=</span> <span class="n">enc_key</span>
<span class="n">name_id</span> <span class="o">=</span> <span class="n">OneLogin_Saml2_Utils</span><span class="o">.</span><span class="n">decrypt_element</span><span class="p">(</span><span class="n">encrypted_data</span><span class="p">,</span> <span class="n">enc_ctx</span><span class="p">)</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">entries</span> <span class="o">=</span> <span class="n">OneLogin_Saml2_Utils</span><span class="o">.</span><span class="n">query</span><span class="p">(</span><span class="n">dom</span><span class="p">,</span> <span class="s">'/samlp:LogoutRequest/saml:NameID'</span><span class="p">)</span>
<span class="k">if</span> <span class="nb">len</span><span class="p">(</span><span class="n">entries</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span><span class="p">:</span>
<span class="n">name_id</span> <span class="o">=</span> <span class="n">entries</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span>
<span class="k">if</span> <span class="n">name_id</span> <span class="ow">is</span> <span class="bp">None</span><span class="p">:</span>
<span class="k">raise</span> <span class="ne">Exception</span><span class="p">(</span><span class="s">'Not NameID found in the Logout Request'</span><span class="p">)</span>
<span class="n">name_id_data</span> <span class="o">=</span> <span class="p">{</span>
<span class="s">'Value'</span><span class="p">:</span> <span class="n">name_id</span><span class="o">.</span><span class="n">text</span>
<span class="p">}</span>
<span class="k">for</span> <span class="n">attr</span> <span class="ow">in</span> <span class="p">[</span><span class="s">'Format'</span><span class="p">,</span> <span class="s">'SPNameQualifier'</span><span class="p">,</span> <span class="s">'NameQualifier'</span><span class="p">]:</span>
<span class="k">if</span> <span class="n">attr</span> <span class="ow">in</span> <span class="n">name_id</span><span class="o">.</span><span class="n">attrib</span><span class="o">.</span><span class="n">keys</span><span class="p">():</span>
<span class="n">name_id_data</span><span class="p">[</span><span class="n">attr</span><span class="p">]</span> <span class="o">=</span> <span class="n">name_id</span><span class="o">.</span><span class="n">attrib</span><span class="p">[</span><span class="n">attr</span><span class="p">]</span>
<span class="k">return</span> <span class="n">name_id_data</span>
</div>
<span class="nd">@staticmethod</span>
<div class="viewcode-block" id="OneLogin_Saml2_Logout_Request.get_name_id"><a class="viewcode-back" href="../../saml2.html#saml2.logout_request.OneLogin_Saml2_Logout_Request.get_name_id">[docs]</a> <span class="k">def</span> <span class="nf">get_name_id</span><span class="p">(</span><span class="n">request</span><span class="p">,</span> <span class="n">key</span><span class="o">=</span><span class="bp">None</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Gets the NameID of the Logout Request Message</span>
<span class="sd"> :param request: Logout Request Message</span>
<span class="sd"> :type request: string|DOMDocument</span>
<span class="sd"> :param key: The SP key</span>
<span class="sd"> :type key: string</span>
<span class="sd"> :return: Name ID Value</span>
<span class="sd"> :rtype: string</span>
<span class="sd"> """</span>
<span class="n">name_id</span> <span class="o">=</span> <span class="n">OneLogin_Saml2_Logout_Request</span><span class="o">.</span><span class="n">get_name_id_data</span><span class="p">(</span><span class="n">request</span><span class="p">,</span> <span class="n">key</span><span class="p">)</span>
<span class="k">return</span> <span class="n">name_id</span><span class="p">[</span><span class="s">'Value'</span><span class="p">]</span>
</div>
<span class="nd">@staticmethod</span>
<div class="viewcode-block" id="OneLogin_Saml2_Logout_Request.get_issuer"><a class="viewcode-back" href="../../saml2.html#saml2.logout_request.OneLogin_Saml2_Logout_Request.get_issuer">[docs]</a> <span class="k">def</span> <span class="nf">get_issuer</span><span class="p">(</span><span class="n">request</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Gets the Issuer of the Logout Request Message</span>
<span class="sd"> :param request: Logout Request Message</span>
<span class="sd"> :type request: string|DOMDocument</span>
<span class="sd"> :return: The Issuer</span>
<span class="sd"> :rtype: string</span>
<span class="sd"> """</span>
<span class="k">if</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">request</span><span class="p">,</span> <span class="n">Document</span><span class="p">):</span>
<span class="n">request</span> <span class="o">=</span> <span class="n">request</span><span class="o">.</span><span class="n">toxml</span><span class="p">()</span>
<span class="n">dom</span> <span class="o">=</span> <span class="n">etree</span><span class="o">.</span><span class="n">fromstring</span><span class="p">(</span><span class="n">request</span><span class="p">)</span>
<span class="n">issuer</span> <span class="o">=</span> <span class="bp">None</span>
<span class="n">issuer_nodes</span> <span class="o">=</span> <span class="n">OneLogin_Saml2_Utils</span><span class="o">.</span><span class="n">query</span><span class="p">(</span><span class="n">dom</span><span class="p">,</span> <span class="s">'/samlp:LogoutRequest/saml:Issuer'</span><span class="p">)</span>
<span class="k">if</span> <span class="nb">len</span><span class="p">(</span><span class="n">issuer_nodes</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span><span class="p">:</span>
<span class="n">issuer</span> <span class="o">=</span> <span class="n">issuer_nodes</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span><span class="o">.</span><span class="n">text</span>
<span class="k">return</span> <span class="n">issuer</span>
</div>
<span class="nd">@staticmethod</span>
<div class="viewcode-block" id="OneLogin_Saml2_Logout_Request.get_session_indexes"><a class="viewcode-back" href="../../saml2.html#saml2.logout_request.OneLogin_Saml2_Logout_Request.get_session_indexes">[docs]</a> <span class="k">def</span> <span class="nf">get_session_indexes</span><span class="p">(</span><span class="n">request</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Gets the SessionIndexes from the Logout Request</span>
<span class="sd"> :param request: Logout Request Message</span>
<span class="sd"> :type request: string|DOMDocument</span>
<span class="sd"> :return: The SessionIndex value</span>
<span class="sd"> :rtype: list</span>
<span class="sd"> """</span>
<span class="k">if</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">request</span><span class="p">,</span> <span class="n">Document</span><span class="p">):</span>
<span class="n">request</span> <span class="o">=</span> <span class="n">request</span><span class="o">.</span><span class="n">toxml</span><span class="p">()</span>
<span class="n">dom</span> <span class="o">=</span> <span class="n">etree</span><span class="o">.</span><span class="n">fromstring</span><span class="p">(</span><span class="n">request</span><span class="p">)</span>
<span class="n">session_indexes</span> <span class="o">=</span> <span class="p">[]</span>
<span class="n">session_index_nodes</span> <span class="o">=</span> <span class="n">OneLogin_Saml2_Utils</span><span class="o">.</span><span class="n">query</span><span class="p">(</span><span class="n">dom</span><span class="p">,</span> <span class="s">'/samlp:LogoutRequest/samlp:SessionIndex'</span><span class="p">)</span>
<span class="k">for</span> <span class="n">session_index_node</span> <span class="ow">in</span> <span class="n">session_index_nodes</span><span class="p">:</span>
<span class="n">session_indexes</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">session_index_node</span><span class="o">.</span><span class="n">text</span><span class="p">)</span>
<span class="k">return</span> <span class="n">session_indexes</span>
</div>
<span class="nd">@staticmethod</span>
<div class="viewcode-block" id="OneLogin_Saml2_Logout_Request.is_valid"><a class="viewcode-back" href="../../saml2.html#saml2.logout_request.OneLogin_Saml2_Logout_Request.is_valid">[docs]</a> <span class="k">def</span> <span class="nf">is_valid</span><span class="p">(</span><span class="n">settings</span><span class="p">,</span> <span class="n">request</span><span class="p">,</span> <span class="n">get_data</span><span class="p">,</span> <span class="n">debug</span><span class="o">=</span><span class="bp">False</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Checks if the Logout Request recieved is valid</span>
<span class="sd"> :param settings: Settings</span>
<span class="sd"> :type settings: OneLogin_Saml2_Settings</span>
<span class="sd"> :param request: Logout Request Message</span>
<span class="sd"> :type request: string|DOMDocument</span>
<span class="sd"> :return: If the Logout Request is or not valid</span>
<span class="sd"> :rtype: boolean</span>
<span class="sd"> """</span>
<span class="k">try</span><span class="p">:</span>
<span class="k">if</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">request</span><span class="p">,</span> <span class="n">Document</span><span class="p">):</span>
<span class="n">dom</span> <span class="o">=</span> <span class="n">request</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">dom</span> <span class="o">=</span> <span class="n">parseString</span><span class="p">(</span><span class="n">request</span><span class="p">)</span>
<span class="n">idp_data</span> <span class="o">=</span> <span class="n">settings</span><span class="o">.</span><span class="n">get_idp_data</span><span class="p">()</span>
<span class="n">idp_entity_id</span> <span class="o">=</span> <span class="n">idp_data</span><span class="p">[</span><span class="s">'entityId'</span><span class="p">]</span>
<span class="k">if</span> <span class="n">settings</span><span class="o">.</span><span class="n">is_strict</span><span class="p">():</span>
<span class="n">res</span> <span class="o">=</span> <span class="n">OneLogin_Saml2_Utils</span><span class="o">.</span><span class="n">validate_xml</span><span class="p">(</span><span class="n">dom</span><span class="p">,</span> <span class="s">'saml-schema-protocol-2.0.xsd'</span><span class="p">,</span> <span class="n">debug</span><span class="p">)</span>
<span class="k">if</span> <span class="ow">not</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">res</span><span class="p">,</span> <span class="n">Document</span><span class="p">):</span>
<span class="k">raise</span> <span class="ne">Exception</span><span class="p">(</span><span class="s">'Invalid SAML Logout Request. Not match the saml-schema-protocol-2.0.xsd'</span><span class="p">)</span>
<span class="n">security</span> <span class="o">=</span> <span class="n">settings</span><span class="o">.</span><span class="n">get_security_data</span><span class="p">()</span>
<span class="n">current_url</span> <span class="o">=</span> <span class="n">OneLogin_Saml2_Utils</span><span class="o">.</span><span class="n">get_self_url_no_query</span><span class="p">(</span><span class="n">get_data</span><span class="p">)</span>
<span class="c"># Check NotOnOrAfter</span>
<span class="k">if</span> <span class="n">dom</span><span class="o">.</span><span class="n">documentElement</span><span class="o">.</span><span class="n">hasAttribute</span><span class="p">(</span><span class="s">'NotOnOrAfter'</span><span class="p">):</span>
<span class="n">na</span> <span class="o">=</span> <span class="n">OneLogin_Saml2_Utils</span><span class="o">.</span><span class="n">parse_SAML_to_time</span><span class="p">(</span><span class="n">dom</span><span class="o">.</span><span class="n">documentElement</span><span class="o">.</span><span class="n">getAttribute</span><span class="p">(</span><span class="s">'NotOnOrAfter'</span><span class="p">))</span>
<span class="k">if</span> <span class="n">na</span> <span class="o"><=</span> <span class="n">datetime</span><span class="o">.</span><span class="n">now</span><span class="p">():</span>
<span class="k">raise</span> <span class="ne">Exception</span><span class="p">(</span><span class="s">'Timing issues (please check your clock settings)'</span><span class="p">)</span>
<span class="c"># Check destination</span>
<span class="k">if</span> <span class="n">dom</span><span class="o">.</span><span class="n">documentElement</span><span class="o">.</span><span class="n">hasAttribute</span><span class="p">(</span><span class="s">'Destination'</span><span class="p">):</span>
<span class="n">destination</span> <span class="o">=</span> <span class="n">dom</span><span class="o">.</span><span class="n">documentElement</span><span class="o">.</span><span class="n">getAttribute</span><span class="p">(</span><span class="s">'Destination'</span><span class="p">)</span>
<span class="k">if</span> <span class="n">destination</span> <span class="ow">is</span> <span class="ow">not</span> <span class="bp">None</span><span class="p">:</span>
<span class="k">if</span> <span class="n">current_url</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">destination</span><span class="p">:</span>
<span class="k">raise</span> <span class="ne">Exception</span><span class="p">(</span><span class="s">'The LogoutRequest was received at $currentURL instead of $destination'</span><span class="p">)</span>
<span class="c"># Check issuer</span>
<span class="n">issuer</span> <span class="o">=</span> <span class="n">OneLogin_Saml2_Logout_Request</span><span class="o">.</span><span class="n">get_issuer</span><span class="p">(</span><span class="n">dom</span><span class="p">)</span>
<span class="k">if</span> <span class="n">issuer</span> <span class="ow">is</span> <span class="bp">None</span> <span class="ow">or</span> <span class="n">issuer</span> <span class="o">!=</span> <span class="n">idp_entity_id</span><span class="p">:</span>
<span class="k">raise</span> <span class="ne">Exception</span><span class="p">(</span><span class="s">'Invalid issuer in the Logout Request'</span><span class="p">)</span>
<span class="k">if</span> <span class="n">security</span><span class="p">[</span><span class="s">'wantMessagesSigned'</span><span class="p">]:</span>
<span class="k">if</span> <span class="s">'Signature'</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">get_data</span><span class="p">:</span>
<span class="k">raise</span> <span class="ne">Exception</span><span class="p">(</span><span class="s">'The Message of the Logout Request is not signed and the SP require it'</span><span class="p">)</span>
<span class="k">if</span> <span class="s">'Signature'</span> <span class="ow">in</span> <span class="n">get_data</span><span class="p">:</span>
<span class="k">if</span> <span class="s">'SigAlg'</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">get_data</span><span class="p">:</span>
<span class="n">sign_alg</span> <span class="o">=</span> <span class="n">OneLogin_Saml2_Constants</span><span class="o">.</span><span class="n">RSA_SHA1</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">sign_alg</span> <span class="o">=</span> <span class="n">get_data</span><span class="p">[</span><span class="s">'SigAlg'</span><span class="p">]</span>
<span class="k">if</span> <span class="n">sign_alg</span> <span class="o">!=</span> <span class="n">OneLogin_Saml2_Constants</span><span class="o">.</span><span class="n">RSA_SHA1</span><span class="p">:</span>
<span class="k">raise</span> <span class="ne">Exception</span><span class="p">(</span><span class="s">'Invalid signAlg in the recieved Logout Request'</span><span class="p">)</span>
<span class="n">signed_query</span> <span class="o">=</span> <span class="s">'SAMLRequest=</span><span class="si">%s</span><span class="s">'</span> <span class="o">%</span> <span class="n">urlencode</span><span class="p">(</span><span class="n">get_data</span><span class="p">[</span><span class="s">'SAMLRequest'</span><span class="p">])</span>
<span class="k">if</span> <span class="s">'RelayState'</span> <span class="ow">in</span> <span class="n">get_data</span><span class="p">:</span>
<span class="n">signed_query</span> <span class="o">=</span> <span class="s">'</span><span class="si">%s</span><span class="s">&RelayState=</span><span class="si">%s</span><span class="s">'</span> <span class="o">%</span> <span class="p">(</span><span class="n">signed_query</span><span class="p">,</span> <span class="n">urlencode</span><span class="p">(</span><span class="n">get_data</span><span class="p">[</span><span class="s">'RelayState'</span><span class="p">]))</span>
<span class="n">signed_query</span> <span class="o">=</span> <span class="s">'</span><span class="si">%s</span><span class="s">&SigAlg=</span><span class="si">%s</span><span class="s">'</span> <span class="o">%</span> <span class="p">(</span><span class="n">signed_query</span><span class="p">,</span> <span class="n">urlencode</span><span class="p">(</span><span class="n">sign_alg</span><span class="p">))</span>
<span class="k">if</span> <span class="s">'x509cert'</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">idp_data</span> <span class="ow">or</span> <span class="n">idp_data</span><span class="p">[</span><span class="s">'x509cert'</span><span class="p">]</span> <span class="ow">is</span> <span class="bp">None</span><span class="p">:</span>
<span class="k">raise</span> <span class="ne">Exception</span><span class="p">(</span><span class="s">'In order to validate the sign on the Logout Request, the x509cert of the IdP is required'</span><span class="p">)</span>
<span class="n">cert</span> <span class="o">=</span> <span class="n">idp_data</span><span class="p">[</span><span class="s">'x509cert'</span><span class="p">]</span>
<span class="n">xmlsec</span><span class="o">.</span><span class="n">initialize</span><span class="p">()</span>
<span class="n">objkey</span> <span class="o">=</span> <span class="n">xmlsec</span><span class="o">.</span><span class="n">Key</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">cert</span><span class="p">,</span> <span class="n">xmlsec</span><span class="o">.</span><span class="n">KeyDataFormatPem</span><span class="p">,</span> <span class="bp">None</span><span class="p">)</span> <span class="c"># FIXME is this right?</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">objkey</span><span class="o">.</span><span class="n">verifySignature</span><span class="p">(</span><span class="n">signed_query</span><span class="p">,</span> <span class="n">b64decode</span><span class="p">(</span><span class="n">get_data</span><span class="p">[</span><span class="s">'Signature'</span><span class="p">])):</span>
<span class="k">raise</span> <span class="ne">Exception</span><span class="p">(</span><span class="s">'Signature validation failed. Logout Request rejected'</span><span class="p">)</span>
<span class="k">return</span> <span class="bp">True</span>
<span class="k">except</span> <span class="ne">Exception</span> <span class="k">as</span> <span class="n">e</span><span class="p">:</span>
<span class="n">debug</span> <span class="o">=</span> <span class="n">settings</span><span class="o">.</span><span class="n">is_debug_active</span><span class="p">()</span>
<span class="k">if</span> <span class="n">debug</span><span class="p">:</span>
<span class="k">print</span><span class="p">(</span><span class="n">e</span><span class="o">.</span><span class="n">strerror</span><span class="p">)</span>
<span class="k">return</span> <span class="bp">False</span></div></div>
</pre></div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../../py-modindex.html" title="Python Class Index"
>modules</a> |</li>
<li><a href="../../index.html">OneLogin SAML Python library classes and methods</a> »</li>
<li><a href="../index.html" >Class code</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2014, OneLogin Inc..
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
</div>
</body>
</html> |
transformers/nend/tests/files/smoketests/242329f851163e69baae73a20aab8e1f.html | safarijv/epub3-tools | <?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops"><head><title>Catalan Popular Festivals (example)</title></head><body>
<nav id="toc" epub:type="toc"><h1>Contents</h1><ol>
<li id="navpoint-1"><a href="intro.html">Introduction</a></li>
<li id="navpoint-2"><a href="CatalanFestivals.html">Catalan Popular Festivals (example)</a></li>
<li id="navpoint-3"><a href="howto.html">How to Embed Video</a></li></ol></nav>
</body></html>
|
data/queries/results/result-2011-05.html | daonb/obudget | <!-- %BD_HTML%/SearchResult.htm -->
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255">
<TITLE>úåöàú àéðèøðè - Takanot File</TITLE>
</HEAD>
<style>
<!--
TR.A_Table {font-color:#3e6ea6; background-color: #f7f9fb; font-size:11;font-family: Arial,}
TR.B_Table {font-color:#3e6ea6; background-color: #ecf1f6; font-size:11;font-family: Arial,}
TR.C {font-color:#1e4a7a; background-color: #A9CAEF;font-weight:bold; font-size:11;font-family: Arial,}
TR.clear { font-color:#1e4a7a; background-color: #FFFFFF;}
H5 { font-family:Arial, Helvetica, sans-serif; font-size: 14px;}
H3 { font-family:Arial, Helvetica, sans-serif; font-size: 16px;}
TD.A_Row { font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-style: normal; color: #093300; font-size: 10px}
.defaultFont { color:#1f4a7b;font-family: Arial, Helvetica, sans-serif; font-size: 12px}
-->
</style>
<BODY dir=rtl class="defaultFont">
<CENTER>
<IMG src="/budget/Images/title1.jpg" align=bottom alt="ú÷öéá äîãéðä">
<TABLE align="center" border=0 cellspacing=0 cellpadding=0>
<TR align="center">
<TD><H3>úåöàú çéôåù ìùðú 2011</H3></TD>
</TR>
<TR align="center">
<!--<TD><H3>ðúåðé áéöåò ðëåðéí ìñåó çåãù 01/2011</H3></TD>-->
<TD><H3>ðúåðé áéöåò ëôé ùðøùîå áñôøé äðäìú äçùáåðåú ùì äîùøãéí - 01/2011<br></H3></TD>
</TR>
</TR align="center">
<TD><H3>àéï àçéãåú áéï äñòéôéí ìâáé îåòã òãëåï äðúåðéí</H3></TD>
</TR>
</TABLE>
<H5>äñëåîéí äéðí ùì çå÷ äú÷öéá äî÷åøé åáàìôé ù÷ìéí <BR>
</H5>
</CENTER>
<table width="100%" border="0" cellspacing="1" cellpadding="1" bgcolor="#8fbcee">
<TR class="C" align="center">
<TD valign=top width=50>ñòéó</TD>
<TD valign=top align="right" width=120>ùí ñòéó</TD>
<TD valign=top width=65>äåöàä ðèå</TD>
<TD valign=top width=65>äåöàä îåúðéú áäëðñä</TD>
<TD valign=top width=65>ñä"ë äåöàä</TD>
<TD valign=top width=65>äøùàä ìäúçééá</TD>
<TD valign=top width=65>ùéà ë"à</TD>
<TD valign=top width=40>ñä"ë ðåöì</TD>
<TD valign=top width=40>àçåæ ðåöì</TD>
</TR>
</TABLE>
<table width="100%" border="0" cellspacing="1" cellpadding="1" bgcolor="#8fbcee">
<TR class="B_Table" align="center">
<TD valign=top width=50> 05</TD>
<TD valign=top align="right" width=120> îùøã äàåöø</TD>
<TD valign=top width=65> 1,776,899</TD>
<TD valign=top width=65> 311,757</TD>
<TD valign=top width=65> 2,088,656</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 5251.0</TD>
<TD valign=top width=40> 6,137</TD>
<TD valign=top width=40> 0.29</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 0501</TD>
<TD valign=top align="right" width=120> úçåí ôòåìä ëììé</TD>
<TD valign=top width=65> 116,715</TD>
<TD valign=top width=65> 9,913</TD>
<TD valign=top width=65> 126,628</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 167.5</TD>
<TD valign=top width=40> 2,744</TD>
<TD valign=top width=40> 2.17</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 050101</TD>
<TD valign=top align="right" width=120> îùøã øàùé</TD>
<TD valign=top width=65> 33,835</TD>
<TD valign=top width=65> 300</TD>
<TD valign=top width=65> 34,135</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 117.0</TD>
<TD valign=top width=40> 28</TD>
<TD valign=top width=40> 0.08</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050102</TD>
<TD valign=top align="right" width=120> àîøëìåú</TD>
<TD valign=top width=65> 75,754</TD>
<TD valign=top width=65> 1,204</TD>
<TD valign=top width=65> 76,958</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 2,483</TD>
<TD valign=top width=40> 3.23</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 050104</TD>
<TD valign=top align="right" width=120> èôåì áôöåééí àéùééí</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 8,409</TD>
<TD valign=top width=65> 8,409</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 15.0</TD>
<TD valign=top width=40> 212</TD>
<TD valign=top width=40> 2.52</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050105</TD>
<TD valign=top align="right" width=120> âîìàåú</TD>
<TD valign=top width=65> 3,790</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 3,790</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 30.5</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 050111</TD>
<TD valign=top align="right" width=120> àâó ðëñé ðô÷ãéí</TD>
<TD valign=top width=65> 1,708</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 1,708</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 5.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050112</TD>
<TD valign=top align="right" width=120> ìùëú ñâï äùø éöç÷ ëäï</TD>
<TD valign=top width=65> 1,628</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 1,628</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 21</TD>
<TD valign=top width=40> 1.29</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 0502</TD>
<TD valign=top align="right" width=120> ùéøåúé îèä îîùìúééí</TD>
<TD valign=top width=65> 153,037</TD>
<TD valign=top width=65> 33,881</TD>
<TD valign=top width=65> 186,918</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 314.0</TD>
<TD valign=top width=40> 6,804</TD>
<TD valign=top width=40> 3.64</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050201</TD>
<TD valign=top align="right" width=120> àâó äú÷öéáéí</TD>
<TD valign=top width=65> 11,716</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 11,716</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 47.5</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 050204</TD>
<TD valign=top align="right" width=120> àâó äçùá äëììé</TD>
<TD valign=top width=65> 46,492</TD>
<TD valign=top width=65> 2,700</TD>
<TD valign=top width=65> 49,192</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 213.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050205</TD>
<TD valign=top align="right" width=120> ôé÷åç òì áöåò ú÷öéá</TD>
<TD valign=top width=65> 9,136</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 9,136</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 29</TD>
<TD valign=top width=40> 0.32</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 050206</TD>
<TD valign=top align="right" width=120> ðéäåì äìååàåú äîãéðä</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050207</TD>
<TD valign=top align="right" width=120> øùåú äú÷ùåá äîîùìúéú</TD>
<TD valign=top width=65> 9,851</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 9,851</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 10.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 050208</TD>
<TD valign=top align="right" width=120> îðäì äãéåø äîîùìúé</TD>
<TD valign=top width=65> 7,462</TD>
<TD valign=top width=65> 29,150</TD>
<TD valign=top width=65> 36,612</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 1,502</TD>
<TD valign=top width=40> 4.10</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050209</TD>
<TD valign=top align="right" width=120> ôé÷åç òì äîù÷ äîîùìúé</TD>
<TD valign=top width=65> 63</TD>
<TD valign=top width=65> 944</TD>
<TD valign=top width=65> 1,007</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 114</TD>
<TD valign=top width=40> 11.32</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 050210</TD>
<TD valign=top align="right" width=120> îòøëåú îéãò åîéëåï</TD>
<TD valign=top width=65> 28,259</TD>
<TD valign=top width=65> 159</TD>
<TD valign=top width=65> 28,418</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 1,072</TD>
<TD valign=top width=40> 3.77</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050211</TD>
<TD valign=top align="right" width=120> àîøëìåú çùë"ì</TD>
<TD valign=top width=65> 8,871</TD>
<TD valign=top width=65> 128</TD>
<TD valign=top width=65> 8,999</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 806</TD>
<TD valign=top width=40> 8.96</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 050212</TD>
<TD valign=top align="right" width=120> ùéøåúéí ëìëìééí áàøä"á</TD>
<TD valign=top width=65> 9,762</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 9,762</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 2.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050213</TD>
<TD valign=top align="right" width=120> îîùì æîéï</TD>
<TD valign=top width=65> 1,000</TD>
<TD valign=top width=65> 800</TD>
<TD valign=top width=65> 1,800</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 1.0</TD>
<TD valign=top width=40> 3,155</TD>
<TD valign=top width=40> 175.28</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 050215</TD>
<TD valign=top align="right" width=120> äîùøã áååùéðâèåï</TD>
<TD valign=top width=65> 945</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 945</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050216</TD>
<TD valign=top align="right" width=120> áé÷åøú ôðéîéú</TD>
<TD valign=top width=65> 641</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 641</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 4.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 050217</TD>
<TD valign=top align="right" width=120> îðäì äøëù</TD>
<TD valign=top width=65> 5,614</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 5,614</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 89</TD>
<TD valign=top width=40> 1.59</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050231</TD>
<TD valign=top align="right" width=120> àâó ùëø åäñëîé òáåãä</TD>
<TD valign=top width=65> 13,225</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 13,225</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 36.5</TD>
<TD valign=top width=40> 39</TD>
<TD valign=top width=40> 0.29</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 0503</TD>
<TD valign=top align="right" width=120> ùéøåúé îèä ëìì îù÷ééí</TD>
<TD valign=top width=65> 49,767</TD>
<TD valign=top width=65> 8,000</TD>
<TD valign=top width=65> 57,767</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 92.5</TD>
<TD valign=top width=40> 184</TD>
<TD valign=top width=40> 0.32</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050306</TD>
<TD valign=top align="right" width=120> àâó ì÷ùøéí áéð"ì</TD>
<TD valign=top width=65> 15,907</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 15,907</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 9.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 050310</TD>
<TD valign=top align="right" width=120> ðöéâåú á-OECD ôøéæ</TD>
<TD valign=top width=65> 1,648</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 1,648</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050312</TD>
<TD valign=top align="right" width=120> ðöéâåú ìåðãåï</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 050316</TD>
<TD valign=top align="right" width=120> îéðäì äëðñåú äîãéðä</TD>
<TD valign=top width=65> 4,553</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 4,553</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 13.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050320</TD>
<TD valign=top align="right" width=120> àâó ùå÷ ääåï áéèåç</TD>
<TD valign=top width=65> 21,268</TD>
<TD valign=top width=65> 8,000</TD>
<TD valign=top width=65> 29,268</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 70.5</TD>
<TD valign=top width=40> 184</TD>
<TD valign=top width=40> 0.63</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 050321</TD>
<TD valign=top align="right" width=120> øæøáä ìäúéé÷øåéåú åìòîéãä áéòã ääåöàä</TD>
<TD valign=top width=65> 6,391</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 6,391</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 0506</TD>
<TD valign=top align="right" width=120> ùéøåúé òæø ìîùøãé îîùìä</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 68,371</TD>
<TD valign=top width=65> 68,371</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 24.0</TD>
<TD valign=top width=40> 1,819</TD>
<TD valign=top width=40> 2.66</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 050601</TD>
<TD valign=top align="right" width=120> îéðäì äøëá ìëç àãí</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 24.0</TD>
<TD valign=top width=40> -139</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050602</TD>
<TD valign=top align="right" width=120> èôåì áøëá</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 68,371</TD>
<TD valign=top width=65> 68,371</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 1,958</TD>
<TD valign=top width=40> 2.86</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 0508</TD>
<TD valign=top align="right" width=120> øæøáä ìôòåìåú îùøã</TD>
<TD valign=top width=65> 31,749</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 31,749</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050801</TD>
<TD valign=top align="right" width=120> øæøáä ìôòåìåú îùøã</TD>
<TD valign=top width=65> 31,749</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 31,749</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 0509</TD>
<TD valign=top align="right" width=120> øùåú äçáøåú äîîùìúéåú</TD>
<TD valign=top width=65> 21,720</TD>
<TD valign=top width=65> 3,200</TD>
<TD valign=top width=65> 24,920</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 31.0</TD>
<TD valign=top width=40> 459</TD>
<TD valign=top width=40> 1.84</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050901</TD>
<TD valign=top align="right" width=120> øùåú äçáøåú äîîùìúéåú</TD>
<TD valign=top width=65> 10,266</TD>
<TD valign=top width=65> 3,200</TD>
<TD valign=top width=65> 13,466</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 31.0</TD>
<TD valign=top width=40> 9</TD>
<TD valign=top width=40> 0.07</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 050902</TD>
<TD valign=top align="right" width=120> àîøëìåú</TD>
<TD valign=top width=65> 8,899</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 8,899</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 450</TD>
<TD valign=top width=40> 5.06</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 050903</TD>
<TD valign=top align="right" width=120> øæøáåú ìäúéé÷øåéåú åìòîéãä áéòã ääåöàä</TD>
<TD valign=top width=65> 399</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 399</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 050904</TD>
<TD valign=top align="right" width=120> îðäìú ìéùåí äùéðåé äîáðé áîù÷ äçùîì</TD>
<TD valign=top width=65> 2,156</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 2,156</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 0510</TD>
<TD valign=top align="right" width=120> ùéøåú òéáåãéí îîåëðéí (ùò"î)</TD>
<TD valign=top width=65> 94,427</TD>
<TD valign=top width=65> 11,800</TD>
<TD valign=top width=65> 106,227</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 269.0</TD>
<TD valign=top width=40> 1,525</TD>
<TD valign=top width=40> 1.44</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 051010</TD>
<TD valign=top align="right" width=120> ðéäåì åîèä</TD>
<TD valign=top width=65> 6,400</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 6,400</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 051011</TD>
<TD valign=top align="right" width=120> úôòåì äéçéãä - ëç àãí</TD>
<TD valign=top width=65> 62,514</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 62,514</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 269.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 051012</TD>
<TD valign=top align="right" width=120> éçéãú äîçùá äåöàåú úôòåì</TD>
<TD valign=top width=65> 16,000</TD>
<TD valign=top width=65> 9,800</TD>
<TD valign=top width=65> 25,800</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 1,485</TD>
<TD valign=top width=40> 5.76</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 051013</TD>
<TD valign=top align="right" width=120> àîøëìåú</TD>
<TD valign=top width=65> 9,513</TD>
<TD valign=top width=65> 2,000</TD>
<TD valign=top width=65> 11,513</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 40</TD>
<TD valign=top width=40> 0.35</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 051015</TD>
<TD valign=top align="right" width=120> øæøáä ìäúéé÷øåéåú åìòîéãä áéòã ääåöàä</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 0520</TD>
<TD valign=top align="right" width=120> øùåú äîñéí áéùøàì</TD>
<TD valign=top width=65> 1,309,484</TD>
<TD valign=top width=65> 176,592</TD>
<TD valign=top width=65> 1,486,076</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 4353.0</TD>
<TD valign=top width=40> 19,087</TD>
<TD valign=top width=40> 1.28</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 052001</TD>
<TD valign=top align="right" width=120> ú÷öéá ùëø</TD>
<TD valign=top width=65> 1,015,233</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 1,015,233</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 4350.0</TD>
<TD valign=top width=40> 166</TD>
<TD valign=top width=40> 0.02</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 052002</TD>
<TD valign=top align="right" width=120> ú÷öéá äåöàåú ùåèôåú</TD>
<TD valign=top width=65> 124,625</TD>
<TD valign=top width=65> 39,720</TD>
<TD valign=top width=65> 164,345</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 2,694</TD>
<TD valign=top width=40> 1.64</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 052003</TD>
<TD valign=top align="right" width=120> ú÷öéá ðöéâåéåú áçå"ì</TD>
<TD valign=top width=65> 3,498</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 3,498</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 3.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 052004</TD>
<TD valign=top align="right" width=120> ôòéìåéåú áîéîåï çéöåðé</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 112,872</TD>
<TD valign=top width=65> 112,872</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 3,893</TD>
<TD valign=top width=40> 3.45</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 052005</TD>
<TD valign=top align="right" width=120> àçæ÷ú îáðéí</TD>
<TD valign=top width=65> 151,677</TD>
<TD valign=top width=65> 24,000</TD>
<TD valign=top width=65> 175,677</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 12,311</TD>
<TD valign=top width=40> 7.01</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 052006</TD>
<TD valign=top align="right" width=120> îáöòéí åàéñåó îéãò</TD>
<TD valign=top width=65> 5,600</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 5,600</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 23</TD>
<TD valign=top width=40> 0.41</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 052007</TD>
<TD valign=top align="right" width=120> äéçéãä ìîìçîä áôùéòä äîàåøâðú</TD>
<TD valign=top width=65> 8,851</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 8,851</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
</TABLE>
</CENTER>
<BR>
<CENTER>
<table border="0" cellspacing="1" cellpadding="3" bgcolor="#8fbcee" dir="rtl">
<TR class="C" align="center">
<TD class="A_Row" valign=top width=80>ñéëåí ãå"ç</TD>
<TD class="A_Row" valign=top width=60>äåöàä ðèå</TD>
<TD class="A_Row" valign=top width=60>äåöàä îåúðéú áäëðñä</TD>
<TD class="A_Row" valign=top width=60>ñä"ë äåöàä</TD>
<TD class="A_Row" valign=top width=60>äøùàä ìäúçééá</TD>
<TD class="A_Row" valign=top width=60>ùéà ë"à</TD>
<TD class="A_Row" valign=top width=50>ñä"ë ðåöì</TD>
<TD class="A_Row" valign=top width=50>àçåæ ðåöì</TD>
</TR>
<TR class="clear" align="center">
<TD class="A_Row" valign=top width=80> ú÷öéá î÷åøé</TD>
<TD class="A_Row" valign=top width=60> 1,776,899</TD>
<TD class="A_Row" valign=top width=60> 311,757</TD>
<TD class="A_Row" valign=top width=60> 2,088,656</TD>
<TD class="A_Row" valign=top width=60> 0</TD>
<TD class="A_Row" valign=top width=60> 5,253</TD>
<TD class="A_Row" valign=top width=50> </TD>
<TD class="A_Row" valign=top width=50> </TD>
</TR>
<!--<TR class="clear" align="center">
<TD class="A_Row" valign=top width=80> ú÷öéá òì ùéðåééå</TD>
<TD class="A_Row" valign=top width=60> 1,776,899</TD>
<TD class="A_Row" valign=top width=60> 311,757</TD>
<TD class="A_Row" valign=top width=60> 2,088,656</TD>
<TD class="A_Row" valign=top width=60> 0</TD>
<TD class="A_Row" valign=top width=60> 5,253</TD>
<TD class="A_Row" valign=top width=50> 32,624</TD>
<TD class="A_Row" valign=top width=50> 1.56</TD>
</TR>-->
</TABLE>
<CENTER>
<TABLE WIDTH="100" >
<TR>
<TD align="center" nowrap>
<IMG SRC="/budget/Images/semel.gif" HEIGHT=37 WIDTH=30 border = "0"><BR>
<FONT SIZE=-2>
<A HREF="http://www.mof.gov.il/rights.htm">
ëì äæëåéåú
©
.ùîåøåú,2005,îãéðú éùøàì<BR></A>
ðùîç ì÷áì àú äòøåúéëí åäöòåúéëí ìëúåáú:
</FONT>
<FONT SIZE=-2 dir=ltr>
<A HREF="mailto:Webmaster@mof.gov.il">Webmaster@mof.gov.il</A><BR>
</FONT>
</TD>
</TR>
</TABLE>
</CENTER>
</CENTER>
</BODY>
</HTML>
|
0.8.0/generated/statsmodels.regression.linear_model.GLS.initialize.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.regression.linear_model.GLS.initialize — 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.regression.linear_model.GLS.loglike" href="statsmodels.regression.linear_model.GLS.loglike.html" />
<link rel="prev" title="statsmodels.regression.linear_model.GLS.information" href="statsmodels.regression.linear_model.GLS.information.html" />
<link rel="stylesheet" href="../_static/examples.css" type="text/css" />
<link rel="stylesheet" href="../_static/facebox.css" type="text/css" />
<script type="text/javascript" src="../_static/scripts.js">
</script>
<script type="text/javascript" src="../_static/facebox.js">
</script>
</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.regression.linear_model.GLS.loglike.html" title="statsmodels.regression.linear_model.GLS.loglike"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="statsmodels.regression.linear_model.GLS.information.html" title="statsmodels.regression.linear_model.GLS.information"
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="../regression.html" >Linear Regression</a> |</li>
<li class="nav-item nav-item-2"><a href="statsmodels.regression.linear_model.GLS.html" accesskey="U">statsmodels.regression.linear_model.GLS</a> |</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="statsmodels-regression-linear-model-gls-initialize">
<h1>statsmodels.regression.linear_model.GLS.initialize<a class="headerlink" href="#statsmodels-regression-linear-model-gls-initialize" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="statsmodels.regression.linear_model.GLS.initialize">
<code class="descclassname">GLS.</code><code class="descname">initialize</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.regression.linear_model.GLS.initialize" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="statsmodels.regression.linear_model.GLS.information.html"
title="previous chapter">statsmodels.regression.linear_model.GLS.information</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="statsmodels.regression.linear_model.GLS.loglike.html"
title="next chapter">statsmodels.regression.linear_model.GLS.loglike</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/generated/statsmodels.regression.linear_model.GLS.initialize.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> |
docs/html/classes/FeedWriter_Item/getElements.html | md100play/AudioDidact | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html SYSTEM "about:legacy-compat">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>phpDox - FeedWriter\Item::getElements</title>
<link rel="stylesheet" type="text/css" href="../../css/style.css" media="screen"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
</head>
<body>
<nav class="topnav">
<ul>
<li>
<div class="logo"><span>/**</span>phpDox</div>
</li>
<li class="separator">
<a href="../../index.html">Overview</a>
</li>
<li class="separator">
<a href="../../namespaces.html">Namespaces</a>
</li>
<li>
<a href="../../classes.html">Classes</a>
</li>
<li class="separator">
<a href="../../source/index.html">Source</a>
</li>
</ul>
</nav>
<div id="mainstage">
<div class="box">
<ul class="breadcrumb">
<li>
<a href="../../index.html">Overview</a>
</li>
<li class="separator">
<a href="../../classes.html">Classes</a>
</li>
<li class="separator">
<a href="../../classes.html#FeedWriter">FeedWriter</a>
</li>
<li class="separator">
<a title="FeedWriter\Item" href="../../classes/FeedWriter_Item.html">Item</a>
</li>
<li class="separator">getElements</li>
</ul>
</div>
<nav class="box">
<ul>
<li>
<a href="#introduction">Introduction</a>
</li>
<li>
<a href="#synopsis">Synopsis</a>
</li>
<li>
<a href="#return">Return</a>
</li>
<li>
<a href="../../source/Feeds/Item.php.html#line125">Source</a>
</li>
</ul>
</nav>
<section>
<h1><small>FeedWriter\Item::</small>getElements</h1>
<h4>Return the collection of elements in this feed item</h4>
<p/>
<ul/>
<h2 id="signature">Signature</h2>
<div class="styled synopsis">
<code>public function getElements()
</code>
</div>
<h2 id="return">Returns</h2>
<dl class="styled">
<dt>array</dt>
<dd>All elements of this item.</dd>
</dl>
</section>
</div>
<footer>
<span>Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2019 by Arne Blankerts and Contributors</span>
</footer>
</body>
</html>
|
0.8.0/generated/statsmodels.genmod.generalized_estimating_equations.GEEResults.centered_resid.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.genmod.generalized_estimating_equations.GEEResults.centered_resid — statsmodels 0.8.0 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.8.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.genmod.generalized_estimating_equations.GEEResults.conf_int" href="statsmodels.genmod.generalized_estimating_equations.GEEResults.conf_int.html" />
<link rel="prev" title="statsmodels.genmod.generalized_estimating_equations.GEEResults.bse" href="statsmodels.genmod.generalized_estimating_equations.GEEResults.bse.html" />
<link rel="stylesheet" href="../_static/examples.css" type="text/css" />
<link rel="stylesheet" href="../_static/facebox.css" type="text/css" />
<script type="text/javascript" src="../_static/scripts.js">
</script>
<script type="text/javascript" src="../_static/facebox.js">
</script>
</head>
<body role="document">
<div class="headerwrap">
<div class = "header">
<a href = "../index.html">
<img src="../_static/statsmodels_hybi_banner.png" alt="Logo"
style="padding-left: 15px"/></a>
</div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="statsmodels.genmod.generalized_estimating_equations.GEEResults.conf_int.html" title="statsmodels.genmod.generalized_estimating_equations.GEEResults.conf_int"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="statsmodels.genmod.generalized_estimating_equations.GEEResults.bse.html" title="statsmodels.genmod.generalized_estimating_equations.GEEResults.bse"
accesskey="P">previous</a> |</li>
<li><a href ="../install.html">Install</a></li> |
<li><a href="https://groups.google.com/group/pystatsmodels?hl=en">Support</a></li> |
<li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> |
<li><a href="../dev/index.html">Develop</a></li> |
<li><a href="../examples/index.html">Examples</a></li> |
<li><a href="../faq.html">FAQ</a></li> |
<li class="nav-item nav-item-1"><a href="../gee.html" >Generalized Estimating Equations</a> |</li>
<li class="nav-item nav-item-2"><a href="statsmodels.genmod.generalized_estimating_equations.GEEResults.html" accesskey="U">statsmodels.genmod.generalized_estimating_equations.GEEResults</a> |</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="statsmodels-genmod-generalized-estimating-equations-geeresults-centered-resid">
<h1>statsmodels.genmod.generalized_estimating_equations.GEEResults.centered_resid<a class="headerlink" href="#statsmodels-genmod-generalized-estimating-equations-geeresults-centered-resid" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="statsmodels.genmod.generalized_estimating_equations.GEEResults.centered_resid">
<code class="descclassname">GEEResults.</code><code class="descname">centered_resid</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.genmod.generalized_estimating_equations.GEEResults.centered_resid" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns the residuals centered within each group.</p>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="statsmodels.genmod.generalized_estimating_equations.GEEResults.bse.html"
title="previous chapter">statsmodels.genmod.generalized_estimating_equations.GEEResults.bse</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="statsmodels.genmod.generalized_estimating_equations.GEEResults.conf_int.html"
title="next chapter">statsmodels.genmod.generalized_estimating_equations.GEEResults.conf_int</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/generated/statsmodels.genmod.generalized_estimating_equations.GEEResults.centered_resid.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> |
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/notes.html | uonafya/jphes | <div class="modal-header page">
<h3>{{'comments'| translate}}</h3>
</div>
<div class="modal-body page">
<table class="dhis2-list-table-striped">
<tr ng-repeat="note in dhis2Event.notes">
<td class="wrap-text">
<p>{{note.value}}</p>
<p><strong>{{'created_by' | translate}}: </strong>{{note.storedBy}}</p>
<p><strong>{{'date' | translate}}: </strong>{{note.storedDate}}</p>
</td>
</tr>
</table>
</div>
<div class="modal-footer page">
<button data-ng-click="close()">{{'close'| translate}}</button>
</div> |
labratories/logic_gates.html | ozten/simputer | login_gates.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Logic Gates Lab</title>
<link rel="stylesheet" href="css/stylo.css">
<link rel="stylesheet" href="css/transistor.css">
</head>
<body>
<h1>Logic Gate Lab</h1>
<h2>Not Gate</h2>
<div id="toggle-not-gate"></div>
<div id="led-not-gate"></div>
<hr>
<h2>And Gate</h2>
<div id="toggle-and-gate-a"></div>
<div id="toggle-and-gate-b"></div>
<div id="led-and-gate"></div>
<hr>
<h2>Or Gate</h2>
<div id="toggle-or-gate-a"></div>
<div id="toggle-or-gate-b"></div>
<div id="led-or-gate"></div>
<hr>
<h2>NAND Gate</h2>
<div id="toggle-nand-gate-a"></div>
<div id="toggle-nand-gate-b"></div>
<div id="led-nand-gate"></div>
<hr>
<h2>NOR Gate</h2>
<div id="toggle-nor-gate-a"></div>
<div id="toggle-nor-gate-b"></div>
<div id="led-nor-gate"></div>
<hr>
<h2>XOR Gate</h2>
<div id="toggle-xor-gate-a"></div>
<div id="toggle-xor-gate-b"></div>
<div id="led-xor-gate"></div>
<hr>
<h2>XNOR Gate</h2>
<div id="toggle-xnor-gate-a"></div>
<div id="toggle-xnor-gate-b"></div>
<div id="led-xnor-gate"></div>
<hr>
<script src="js/jquery-2.0.3.min.js"></script>
<script src="../simulations/logic_gate.js"></script>
<script src="../simulations/toggle_switch.js"></script>
<script src="../simulations/led.js"></script>
<script>
//Not Gate
var notToggle = new ToggleSwitch({
domId: 'toggle-not-gate',
state: 0
});
var notGate = new NotGate();
notToggle.setOutputFn(notGate.getInputFn());
var notLed = new LED({
domId: 'led-not-gate',
});
notGate.setOutputFn(notLed.getInputFn());
//And Gate
var andToggleA = new ToggleSwitch({
domId: 'toggle-and-gate-a',
state: 0
});
var andGate = new AndGate();
andToggleA.setOutputFn(andGate.getInputAFn());
var andToggleB = new ToggleSwitch({
domId: 'toggle-and-gate-b',
state: 0
});
andToggleB.setOutputFn(andGate.getInputBFn());
var andLed = new LED({
domId: 'led-and-gate',
});
andGate.setOutputFn(andLed.getInputFn());
//Or Gate
var orToggleA = new ToggleSwitch({
domId: 'toggle-or-gate-a',
state: 0
});
var orGate = new OrGate();
orToggleA.setOutputFn(orGate.getInputAFn());
var orToggleB = new ToggleSwitch({
domId: 'toggle-or-gate-b',
state: 0
});
orToggleB.setOutputFn(orGate.getInputBFn());
var orLed = new LED({
domId: 'led-or-gate',
});
orGate.setOutputFn(orLed.getInputFn());
//NAnd Gate
var nandToggleA = new ToggleSwitch({
domId: 'toggle-nand-gate-a',
state: 0
});
var nandGate = new NAndGate();
nandToggleA.setOutputFn(nandGate.getInputAFn());
var nandToggleB = new ToggleSwitch({
domId: 'toggle-nand-gate-b',
state: 0
});
nandToggleB.setOutputFn(nandGate.getInputBFn());
var nandLed = new LED({
domId: 'led-nand-gate',
});
nandGate.setOutputFn(nandLed.getInputFn());
//NOr Gate
var norToggleA = new ToggleSwitch({
domId: 'toggle-nor-gate-a',
state: 0
});
var norGate = new NOrGate();
norToggleA.setOutputFn(norGate.getInputAFn());
var norToggleB = new ToggleSwitch({
domId: 'toggle-nor-gate-b',
state: 0
});
norToggleB.setOutputFn(norGate.getInputBFn());
var norLed = new LED({
domId: 'led-nor-gate',
});
norGate.setOutputFn(norLed.getInputFn());
//XOr Gate
var xorToggleA = new ToggleSwitch({
domId: 'toggle-xor-gate-a',
state: 0
});
var xorGate = new XOrGate();
xorToggleA.setOutputFn(xorGate.getInputAFn());
var xorToggleB = new ToggleSwitch({
domId: 'toggle-xor-gate-b',
state: 0
});
xorToggleB.setOutputFn(xorGate.getInputBFn());
var xorLed = new LED({
domId: 'led-xor-gate',
});
xorGate.setOutputFn(xorLed.getInputFn());
//XNOr Gate
var xnorToggleA = new ToggleSwitch({
domId: 'toggle-xnor-gate-a',
state: 0
});
var xnorGate = new XNOrGate();
xnorToggleA.setOutputFn(xnorGate.getInputAFn());
var xnorToggleB = new ToggleSwitch({
domId: 'toggle-xnor-gate-b',
state: 0
});
xnorToggleB.setOutputFn(xnorGate.getInputBFn());
var xnorLed = new LED({
domId: 'led-xnor-gate',
});
xnorGate.setOutputFn(xnorLed.getInputFn());
</script>
</body>
</html> |
assets/js/tablesorter-master/docs/example-widget-grouping.html | Rathilesh/FMS_V1 | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>jQuery plugin: Tablesorter 2.0 - Grouping Rows Widget</title>
<!-- jQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- Demo stuff -->
<link class="ui-theme" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/cupertino/jquery-ui.css">
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
<link rel="stylesheet" href="css/jq.css">
<link href="css/prettify.css" rel="stylesheet">
<script src="js/prettify.js"></script>
<script src="js/docs.js"></script>
<style id="css">tr.group-header td {
background: #eee;
}
.group-name {
text-transform: uppercase;
font-weight: bold;
}
.group-count {
color: #999;
}
.group-hidden {
display: none;
}
.group-header, .group-header td {
user-select: none;
-moz-user-select: none;
}
/* collapsed arrow */
tr.group-header td i {
display: inline-block;
width: 0;
height: 0;
border-top: 4px solid transparent;
border-bottom: 4px solid #888;
border-right: 4px solid #888;
border-left: 4px solid transparent;
margin-right: 7px;
user-select: none;
-moz-user-select: none;
}
tr.group-header.collapsed td i {
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #888;
border-right: 0;
margin-right: 10px;
}</style>
<!-- Tablesorter: required -->
<link href="../css/theme.blue.css" rel="stylesheet">
<script src="../js/jquery.tablesorter.js"></script>
<script src="../js/jquery.tablesorter.widgets.js"></script>
<!-- grouping widget -->
<script src="../js/parsers/parser-input-select.js"></script>
<script src="../js/widgets/widget-grouping.js"></script>
<script id="js">$(function(){
$("table").tablesorter({
theme : "blue",
headers: {
0: { sorter: "checkbox" },
3: { sorter: "select" },
6: { sorter: "inputs" }
},
widgets: [ "group", "columns", "zebra" ],
widgetOptions: {
group_collapsible : true, // make the group header clickable and collapse the rows below it.
group_collapsed : false, // start with all groups collapsed (if true)
group_count : " ({num})", // if not false, the "{num}" string is replaced with the number of rows in the group
// change these default date names based on your language preferences
group_months : [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ],
group_week : [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ],
group_time : [ "AM", "PM" ],
// this function is used when "group-date" is set to create the date string
// you can just return date, date.toLocaleString(), date.toLocaleDateString() or d.toLocaleTimeString()
// reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#Conversion_getter
group_dateString : function(date) {
return date.toLocaleString();
},
group_formatter : function(txt, col, table, c, wo) {
// txt = current text; col = current column
// table = current table (DOM); c = table.config; wo = table.config.widgetOptions
if (col === 7 && txt.indexOf("GMT") > 0) {
// remove "GMT-0000 (Xxxx Standard Time)" from the end of the full date
txt = txt.substring(0, txt.indexOf("GMT"));
}
// If there are empty cells, name the group "Empty"
return txt === "" ? "Empty" : txt;
},
group_callback : function($cell, $rows, column, table){
// callback allowing modification of the group header labels
// $cell = current table cell (containing group header cells ".group-name" & ".group-count"
// $rows = all of the table rows for the current group; table = current table (DOM)
// column = current column being sorted/grouped
if (column === 2) {
var subtotal = 0;
$rows.each(function(){
subtotal += parseInt( $(this).find("td").eq(column).text() );
});
$cell.find(".group-count").append("; subtotal: " + subtotal );
}
},
// event triggered on the table when the grouping widget has finished work
group_complete : "groupingComplete"
}
});
});</script>
</head>
<body id="group">
<div id="banner">
<h1>table<em>sorter</em></h1>
<h2>Grouping Rows Widget</h2>
<h3>Flexible client-side table sorting</h3>
<a href="index.html">Back to documentation</a>
</div>
<div id="main">
<p></p>
<br>
<div class="accordion">
<h3><a href="#">Notes</a></h3>
<div>
<ul>
<li>This widget will <strong>only work</strong> in tablesorter version 2.8+ and jQuery version 1.7+.</li>
<li>Please do not use this widget in very large tables (it might be really slow) <del>or when your table includes multiple tbodies</del>.</li>
<li>In <span class="version">v2.14</span>, added
<ul>
<li><code>group_dateString</code> option which is a function that allows you to format the date string when using the <code>group-date</code> header class name. This is the default function:
<pre class="prettyprint lang-js">group_dateString : function(date) { return date.toLocaleString(); }</pre>
Other functions that can be used are <code>date</code> (alone), <code>date.toLocaleString()</code>, <code>date.toLocaleDateString()</code> or <code>d.toLocaleTimeString()</code>. See <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#Conversion_getter">this reference</a> for more details.</li>
</ul>
</li>
<li>In <span class="version">v2.13</span>, added <code>group_separator</code> option & <code>group-separator-#</code> header class name. To see this in action, check out the <a href="example-parsers-file-type.html">file type parser demo</a>.</li>
<li>In <span class="version">v2.12</span>, added <code>group_callback</code> & <code>group_complete</code> options. See options section below for details.</li>
<li>In <span class="version">v2.11</span>:
<ul>
<li>The grouping widget now works across multiple tbodies.</li>
<li>Added <code>group-false</code> header option which disables the grouping widget for a specific column.</li>
<li>Added the <code>group_collapsed</code> option - get more details in the options block below.</li>
<li>You can now toggle <strong>all</strong> group rows by holding down the <kbd>Shift</kbd> key while clicking on a group header.</li>
<li>This widget now works properly with the pager addon (pager addon updated).</li>
</ul>
</li>
<li>Clicking on any of the sortable header cells will cause the column below it to sort and add a group header.</li>
</ul>
</div>
<h3><a href="#">Options</a></h3>
<div>
<h3>Group widget default options (added inside of tablesorter <code>widgetOptions</code>)</h3>
<ul>
<li><code>group_collapsible</code> (<code>true</code>) - when <code>true</code>, the group headers become clickable and collapse the rows below it.</li>
<li><code>group_collapsed</code> (<code>false</code>) - when <code>true</code> and <code>group_collapsible</code> is also <code>true</code>, all groups will start collapsed (<span class="version">v2.11</span>).</li>
<li><code>group_count</code> (<code>" ({num})"</code>) - allows you to add custom formatting, or remove, the group count within the group header. Set it to <code>false</code> or an empty string to remove the count.</li>
<li><code>group_callback</code> (<code>null</code>) - use this function to further modify the group header to include more information (i.e. group totals). Parameters include (<code>$cell, $rows, column, table</code>). See the example below for more details <span class="version">v2.12</span>.
<ul>
<li><code>$cell</code> - current group header table cell (jQuery object).</li>
<li><code>$rows</code> - current group rows (jQuery object).</li>
<li><code>column</code> - current table column being grouped (zero-based index).</li>
<li><code>table</code> - current table (DOM).</li>
</ul>
</li>
<li><code>group_complete</code> (<code>"groupingComplete"</code>) - event triggered on the table when the grouping widget has finished work <span class="version">v2.12</span>.</li>
<li><code>group_formatter</code> (<code>null</code>) - use this function to modify the group header text before it gets applied. It provides various parameters (<code>txt, col, table, c, wo</code>) to make it work for any of the table columns and data. See the comments in the example below for more details.
<ul>
<li><code>txt</code> - current text of the group header.</li>
<li><code>col</code> - current table column being grouped (zero-based index).</li>
<li><code>table</code> - current table (DOM).</li>
<li><code>c</code> - table data from <code>table.config</code>.</li>
<li><code>wo</code> - table widget options from <code>table.config.widgetOptions</code>.</li>
</ul>
</li>
<li><code>group_separator</code> (<code>"-"</code>) - when the <code>group-separator</code> class name is added, it uses the setting from this option to split the table cell content for grouping <span class="version">v2.13</span>.</li>
<li>group date/time options - Name arrays included so that the language of the date groups can be modified easily. Defaults (English):
<ul>
<li><code>group_months</code> (<code>[ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ]</code>) - Month names.</li>
<li><code>group_week</code> (<code>[ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ]</code>) - Named days of the week.</li>
<li><code>group_time</code> (<code>[ "AM", "PM" ]</code>) - Time of day.</li>
</ul>
</li>
</ul>
</div>
<h3><a href="#">Header Class Names</a></h3>
<div>
<h3>Group header class names (when changing the grouping, notice that the <em>sort doesn't change, just the position and names of the group headers</em>):</h3>
<ul>
<li><code>"group-word"</code> (same as <code>"group-word-1"</code>) - group the rows using the first word it finds in the column's parsed data.</li>
<li><code>"group-word-n"</code> (<code>"n"</code> can be any number) - group the rows using the nth word in the column<span class="remark">*</span>.</li>
<li><code>"group-separator"</code> (same as <code>"group-separator-1"</code>) - group the rows using the text between the start and first separator that it finds in the column's parsed data (<span class="version">v2.13</span>).</li>
<li><code>"group-separator-n"</code> (<code>"n"</code> can be any number) - group the rows using the nth separated group in the column (<span class="version">v2.13</span>)<span class="remark">*</span>.</li>
<li><code>"group-letter"</code> (same as <code>"group-letter-1"</code>) - group the rows using the first letter it finds in the column's parsed data.</li>
<li><code>"group-letter-n"</code> (<code>"n"</code> can be any number) - group the rows using letters 1 through n (if n = 2, then it's the first 2 letters) in the column's parsed data.</li>
<li><code>"group-number"</code> (same as <code>"group-number-1"</code>) - group the rows by the number it finds in the column (step of one).</li>
<li><code>"group-number-n"</code> (<code>"n"</code> can be any number) - group the rows into blocks of every n values. So, if n = 10, the groups will be 0-9, 10-19, 20-29, etc</li>
<li><code>"group-date"</code> - group the rows by full date (this shows the current UTC time corrected for your time zone)</li>
<li><code>"group-date-year"</code> - group the rows by year</li>
<li><code>"group-date-month"</code> - group the rows by month<span class="remark">*</span></li>
<li><code>"group-date-day"</code> - group the rows by month/day<span class="remark">*</span></li>
<li><code>"group-date-week"</code> - group the rows by day of the week<span class="remark">*</span></li>
<li><code>"group-date-time"</code> - group the rows by time<span class="remark">*</span></li>
<li><code>"group-false"</code> - disable grouping of rows for a column (<span class="version">v2.11</span>).</li>
</ul>
<span class="remark">*</span> When sorting some columns, different group headers with the same group name may exist (try "group-date-week" and "group-date-time"). To make these columns sort specifically by the group you want, you'll need to modify the parser.
</div>
</div>
</p>
<h1>Demo</h1>
<span class="demo-label">Numeric column:</span> <div id="slider0"></div> <span class="numberclass"></span> (includes subtotals)<br>
<span class="demo-label">Animals column:</span> <div id="slider1"></div> <span class="animalclass"></span><br>
<span class="demo-label">Date column:</span> <div id="slider2"></div> <span class="dateclass"></span>
<div id="demo"><table class="tablesorter">
<thead>
<tr>
<th class="group-word"></th> <!-- checkbox status -->
<th class="group-number">Quality (number)</th> <!-- notice this uses the same class name as the Numeric column, it's just left at 1 -->
<th class="group-number-10">Numeric (every <span>10</span>)</th>
<th class="group-letter-1">Priority (letter)</th>
<th class="group-letter-1">Animals (first <span>letter</span>)</th>
<th class="group-word-1">Natural Sort (first word)</th>
<th class="group-word-2">Inputs (second word)</th>
<!-- try "group-date", "group-date-year", "group-date-month", "group-date-day", "group-date-week" or "group-date-time" -->
<th class="group-date">Date (<span>Full</span>)</th>
</tr>
</thead>
<tfoot>
<tr>
<th></th>
<th>Quality</th>
<th>Numeric</th>
<th>Priority</th>
<th>Animals</th>
<th>Natural Sort</th>
<th>Inputs</th>
<th>Date</th>
</tr>
</tfoot>
<tbody>
<tr><td><input type="checkbox" checked></td><td>1</td><td>10</td><td><select><option selected>A</option><option>B</option><option>C</option></select></td><td>Koala</td><td>abc 123</td><td><input type="text" value="item: truck" /></td><td>1/13/2013 12:01 AM</td></tr>
<tr><td><input type="checkbox"></td><td>3</td><td>29</td><td><select><option>A</option><option>B</option><option selected>C</option></select></td><td>Kangaroo</td><td>abc 1</td><td><input type="text" value="item: car" /></td><td>1/15/2013</td></tr>
<tr><td><input type="checkbox"></td><td>2</td><td>10</td><td><select><option>A</option><option>B</option><option selected>C</option></select></td><td>Ant</td><td>abc 9</td><td><input type="text" value="item: motorcycle" /></td><td>1/13/2013</td></tr>
<tr><td><input type="checkbox"></td><td>3</td><td>81</td><td><select><option>A</option><option selected>B</option><option>C</option></select></td><td>Bee</td><td>zyx 24</td><td><input type="text" value="item: golf cart" /></td><td>1/11/2013</td></tr>
<tr><td><input type="checkbox" checked></td><td>3</td><td>21</td><td><select><option>A</option><option selected>B</option><option>C</option></select></td><td>Aardwolf</td><td>zyx 55</td><td><input type="text" value="item: scooter" /></td><td>1/13/2013 03:30 AM</td></tr>
<tr><td><input type="checkbox"></td><td>1</td><td>3</td><td><select><option selected>A</option><option>B</option><option>C</option></select></td><td>Bear</td><td>abc 11</td><td><input type="text" /></td><td>1/15/2013</td></tr>
<tr><td><input type="checkbox"></td><td>4</td><td>12</td><td><select><option>A</option><option selected>B</option><option>C</option></select></td><td>Armadillo</td><td>zyx 2</td><td><input type="text" /></td><td>1/15/2013 12:30 PM</td></tr>
<tr><td><input type="checkbox" checked></td><td>2</td><td>56</td><td><select><option selected>A</option><option>B</option><option>C</option></select></td><td>Aardvark</td><td>abc 2</td><td><input type="text" value="item: skateboard" /></td><td>1/22/2013</td></tr>
<tr><td><input type="checkbox"></td><td>1</td><td>55</td><td><select><option selected>A</option><option>B</option><option>C</option></select></td><td>Lion</td><td>abc 9</td><td><input type="text" /></td><td>2/15/2013</td></tr>
<tr><td><input type="checkbox" checked></td><td>4</td><td>87</td><td><select><option>A</option><option selected>B</option><option>C</option></select></td><td>Anteater</td><td>ABC 10</td><td><input type="text" value="item: skates" /></td><td>1/3/2013</td></tr>
<tr><td><input type="checkbox" checked></td><td>2</td><td>98</td><td><select><option>A</option><option>B</option><option selected>C</option></select></td><td>Lemur</td><td>zyx 1</td><td><input type="text" /></td><td>1/11/2013</td></tr>
<tr><td><input type="checkbox"></td><td>1</td><td>20</td><td><select><option>A</option><option>B</option><option selected>C</option></select></td><td>Llama</td><td>zyx 12</td><td><input type="text" /></td><td>12/13/2012</td></tr>
</tbody>
</table>
</div>
<h1>Page Header</h1>
<div>
<pre class="prettyprint lang-html"><!-- Tablesorter: required -->
<link href="../css/theme.blue.css" rel="stylesheet">
<script src="../js/jquery.tablesorter.js"></script>
<script src="../js/jquery.tablesorter.widgets.js"></script>
<!-- Grouping widget -->
<script src="../js/parsers/parser-input-select.js"></script>
<script src="../js/widgets/widget-grouping.js"></script></pre>
</div>
<h1>Script</h1>
<div id="javascript">
<pre class="prettyprint lang-js"></pre>
</div>
<h1>CSS</h1>
<div id="css">
<pre class="prettyprint lang-css"></pre>
</div>
<h1>HTML</h1>
<div id="html">
<pre class="prettyprint lang-html"></pre>
</div>
<script>
/* DEMO ONLY CODE */
$(function(){
var startBlock = 10,
startVal = 1,
curGroup = 0,
numcol = 2,
letcol = 4,
datecol = 7,
dateGroups = [ '', 'year', 'month', 'day', 'week', 'time' ];
// Numeric column slider
$( "#slider0" ).slider({
value: startBlock,
min: 10,
max: 50,
step: 10,
create: function(){
$('.numberclass').html(' "group-number-' + startBlock + '"');
$('.tablesorter-header-inner:eq(' + numcol + ')').find('span').html(startBlock);
},
slide: function( event, ui ) {
$('table')[0].config.$headers.eq(numcol)
.attr('class', function(i,v){
return v.replace(/group-number-\d+/, 'group-number-' + ui.value);
})
.trigger('sorton', [ [[numcol,0]] ]);
$('.numberclass').html(' "group-number-' + ui.value + '"');
$('.tablesorter-header-inner:eq(' + numcol + ')').find('span').html(ui.value);
}
});
// animal (letter) column slider
$( "#slider1" ).slider({
value: startVal,
min: 1,
max: 5,
step: 1,
create: function(){
$('.animalclass').html(' "group-letter-' + startVal + '"');
$('.tablesorter-header-inner:eq(' + letcol + ')').find('span').html(startVal === 1 ? 'letter' : startVal + ' letters');
},
slide: function( event, ui ) {
$('table')[0].config.$headers.eq(letcol)
.attr('class', function(i,v){
return v.replace(/group-letter-\d+/, 'group-letter-' + ui.value);
})
.trigger('sorton', [ [[letcol,0]] ]);
$('.animalclass').html(' "group-letter-' + ui.value + '"');
$('.tablesorter-header-inner:eq(' + letcol + ')').find('span').html(ui.value === 1 ? 'letter' : ui.value + ' letters');
}
});
// date column slider
$( "#slider2" ).slider({
value: curGroup,
min: 0,
max: 5,
step: 1,
create: function(){
$('.dateclass').html(' "group-date' + (curGroup > 0 ? '-' + dateGroups[curGroup] : '') + '"');
$('.tablesorter-header-inner:eq(' + datecol + ')').find('span').html(curGroup === 0 ? 'full' : dateGroups[curGroup]);
},
slide: function( event, ui ) {
$('table')[0].config.$headers.eq(datecol)
.attr('class', function(i,v){
return v.replace(/group-date(-\w+)?/, 'group-date' + (ui.value > 0 ? '-' + dateGroups[ui.value] : ''));
})
.trigger('sorton', [ [[datecol,0]] ]);
$('.dateclass').html(' "group-date' + (ui.value > 0 ? '-' + dateGroups[ui.value] : '') + '"');
$('.tablesorter-header-inner:eq(' + datecol + ')').find('span').html(ui.value === 0 ? 'full' : dateGroups[ui.value]);
}
});
});
</script>
</div>
</body>
</html>
|
inyoka_theme_default/templates/planet/blog_list.html | jgottfried/theme-default | {#
planet/blog_list.html
~~~~~~~~~~~~~~~~~~~~~
This is the overview of the static pages configuration.
:copyright: (c) 2013-2015 by the Inyoka Team, see AUTHORS for more details.
:license: BSD, see LICENSE for more details.
#}
{% extends 'planet/base.html' %}
{% block breadcrumb %}
{{ super() }}
{{ macros.breadcrumb_item(_('Bloglist')) }}
{% endblock %}
{% block content %}
<h3>{% trans %}Blogs{% endtrans %}</h3>
<a href="{{ href('planet', 'blog', 'new') }}">{% trans %}Add new blog{% endtrans %}</a>
<table class="table table-striped planet-responsive-table">
<colgroup>
<col class="namecol" />
<col class="usercol" />
<col class="updatecol" />
<col class="activecol" />
</colgroup>
<thead>
<tr>
<th>{{ table.get_html('name', _('Name')) }}</th>
<th>{{ table.get_html('user', _('User')) }}</th>
<th>{{ table.get_html('latest_update', _('Latest update')) }}</th>
<th>{{ table.get_html('active', _('Active')) }}</th>
</tr>
</thead>
<tbody>
{% for blog in object_list %}
<tr{% if not blog.active %} class="not_published"{% endif %}>
<td data-title="{{ ('Name') }}">
<a href="{{ blog|url('edit') }}">{{ blog.name|e }}</a>
</td>
<td data-title="{{ ('User') }}">
{% if blog.user %}
<a href="{{ href('portal', 'user', blog.user) }}">{{ blog.user }}</a>
{% else %}
-
{% endif %}
</td>
<td data-title="{{ ('Latest update') }}">
{{ blog.latest_update|datetime if blog.latest_update else _('No entry') }}
</td>
<td data-title="{{ ('Active') }}">
{% if blog.active %}
<span class="fa_icon-check"></span>
{% else %}
<span class="fa_icon-times"></span>
{% endif %}
</td>
</tr>
{% endfor %}
</tbody>
</table>
<div class="pagination pagination_right">{{ macros.render_pagination(pagination) }}</div>
{% endblock %}
|
documentation/manual/core/ru/zend.feed.findFeeds.html | wukchung/Home-development | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Получение лент из веб-страниц - Zend Framework Manual</title>
</head>
<body>
<table width="100%">
<tr valign="top">
<td width="85%">
<table width="100%">
<tr>
<td width="25%" style="text-align: left;">
<a href="zend.feed.importing.html">Импортирование лент с помощью Zend_Feed</a>
</td>
<td width="50%" style="text-align: center;">
<div class="up"><span class="up"><a href="zend.feed.html">Zend_Feed</a></span><br />
<span class="home"><a href="manual.html">Programmer's Reference Guide</a></span></div>
</td>
<td width="25%" style="text-align: right;">
<div class="next" style="text-align: right; float: right;"><a href="zend.feed.consuming-rss.html">Работа с лентой RSS</a></div>
</td>
</tr>
</table>
<hr />
<div id="zend.feed.findFeeds" class="section"><div class="info"><h1 class="title">Получение лент из веб-страниц</h1></div>
<p class="para">
Веб-страницы часто содержат теги <code class="code"><link></code>, которые ссылаются на
ленты с соответсвующим данной странице содержимым. <code class="code">Zend_Feed</code>
дает возможность извлечь все ленты, на которые ссылается веб-страница,
всего одним вызовом метода:
</p>
<div class="programlisting php"><div class="phpcode"><div class="php" style="font-family: monospace;"><ol><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0000ff;">$feedArray</span> = Zend_Feed::<span style="color: #006600;">findFeeds</span><span style="color: #66cc66;">(</span><span style="color: #ff0000;">'http://www.example.com/news.html'</span><span style="color: #66cc66;">)</span>;</div></li></ol></div></div></div>
<p class="para">
Здесь метод <code class="code">findFeeds()</code> возвращает массив объектов лент
<code class="code">Zend_Feed_Abstract</code>, на которые ссылались теги
<code class="code"><link></code> в коде веб-страницы <code class="code">news.html</code>.
В зависимости от типа ленты, каждый элемент массива <var class="varname">$feedArray</var>
может быть экземпляром <code class="code">Zend_Feed_Rss</code> или <code class="code">Zend_Feed_Atom</code>.
<code class="code">Zend_Feed</code> будет генерировать исключение <code class="code">Zend_Feed_Exception</code>
в случае ошибки, такой, как возврат HTTP-кода 404 или плохо сформированная лента.
</p>
</div>
<hr />
<table width="100%">
<tr>
<td width="25%" style="text-align: left;">
<a href="zend.feed.importing.html">Импортирование лент с помощью Zend_Feed</a>
</td>
<td width="50%" style="text-align: center;">
<div class="up"><span class="up"><a href="zend.feed.html">Zend_Feed</a></span><br />
<span class="home"><a href="manual.html">Programmer's Reference Guide</a></span></div>
</td>
<td width="25%" style="text-align: right;">
<div class="next" style="text-align: right; float: right;"><a href="zend.feed.consuming-rss.html">Работа с лентой RSS</a></div>
</td>
</tr>
</table>
</td>
<td style="font-size: smaller;" width="15%"> <style type="text/css">
#leftbar {
float: left;
width: 186px;
padding: 5px;
font-size: smaller;
}
ul.toc {
margin: 0px 5px 5px 5px;
padding: 0px;
}
ul.toc li {
font-size: 85%;
margin: 1px 0 1px 1px;
padding: 1px 0 1px 11px;
list-style-type: none;
background-repeat: no-repeat;
background-position: center left;
}
ul.toc li.header {
font-size: 115%;
padding: 5px 0px 5px 11px;
border-bottom: 1px solid #cccccc;
margin-bottom: 5px;
}
ul.toc li.active {
font-weight: bold;
}
ul.toc li a {
text-decoration: none;
}
ul.toc li a:hover {
text-decoration: underline;
}
</style>
<ul class="toc">
<li class="header home"><a href="manual.html">Programmer's Reference Guide</a></li>
<li class="header up"><a href="manual.html">Programmer's Reference Guide</a></li>
<li class="header up"><a href="reference.html">Zend Framework Reference</a></li>
<li class="header up"><a href="zend.feed.html">Zend_Feed</a></li>
<li><a href="zend.feed.introduction.html">Введение</a></li>
<li><a href="zend.feed.importing.html">Импортирование лент с помощью Zend_Feed</a></li>
<li class="active"><a href="zend.feed.findFeeds.html">Получение лент из веб-страниц</a></li>
<li><a href="zend.feed.consuming-rss.html">Работа с лентой RSS</a></li>
<li><a href="zend.feed.consuming-atom.html">Работа с лентой Atom</a></li>
<li><a href="zend.feed.consuming-atom-single-entry.html">Работа с отдельным сообщением ленты Atom</a></li>
<li><a href="zend.feed.modifying-feed.html">Изменение структуры лент и их сообщений</a></li>
<li><a href="zend.feed.custom-feed.html">Создание собственных классов лент и записей</a></li>
<li><a href="zend.feed.reader.html">Zend_Feed_Reader</a></li>
<li><a href="zend.feed.writer.html">Zend_Feed_Writer</a></li>
<li><a href="zend.feed.pubsubhubbub.introduction.html">Zend_Feed_Pubsubhubbub</a></li>
</ul>
</td>
</tr>
</table>
</body>
</html> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.