path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
---|---|---|
xml_templates/balises/avertissement.html | ipeos-and-co/spip_comarquagev3 | [(#REM)
Variables:
data : Contenu a parser
-->]
<B_avertissement>
<div class="panel panel-warning xml-avertissement">
<BOUCLE_avertissement(DATA){source tableau, #ENV{data}|table_valeur{0/children}}>
[(#CLE|=={titre}|oui)<div class="panel-heading">
<INCLURE{fond=xml_templates/balises/#CLE, env}{data=#VALEUR} />
</div>][(#CLE|=={titre}|non)<div class="panel-body">
<INCLURE{fond=xml_templates/balises/#CLE, env}{data=#VALEUR} />
</div>]
</BOUCLE_avertissement>
</div>
</B_avertissement>
|
src/modules/components/section/wrapper/wrapper.css | growdigital/Groundwork | /* ==========================================================================
Wrapper
========================================================================== */
|
homework/tea-02/t1.html | hamichen/jquery-tutorial | <html lang="en">
<head>
<meta charset="UTF-8">
<title>梁世憲的作業</title>
<script type="text/javascript" src="../../js/jquery.min.js"></script>
<script type="text/javascript">
//alert('Test1123');
/*
$(document).ready(myInit);
function myInit(){
//alert('Test');
$("h1").fadeIn('slow').css('color','blue');
};
*/
$(document).ready(function(){
$("h1").fadeIn('slow').css('color','blue');
});
</script>
</head>
<body>
<h1 style="color:red">第一次的接觸</h1>
<ul>
<li><a href="t1.html"></a>
</ul>
</body>
</html> |
edu.ufl.cise.sial.compiler/doc/help-doc.html | UFParLab/aces4_sial_compiler | <!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_02) on Thu Oct 10 13:06:29 EDT 2013 -->
<title>API Help</title>
<meta name="date" content="2013-10-10">
<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="API Help";
}
//-->
</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="index-files/index-1.html">Index</a></li>
<li class="navBarCell1Rev">Help</li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
<li><a href="help-doc.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">How This API Document Is Organized</h1>
<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<h2>Overview</h2>
<p>The <a href="overview-summary.html">Overview</a> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</p>
</li>
<li class="blockList">
<h2>Package</h2>
<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p>
<ul>
<li>Interfaces (italic)</li>
<li>Classes</li>
<li>Enums</li>
<li>Exceptions</li>
<li>Errors</li>
<li>Annotation Types</li>
</ul>
</li>
<li class="blockList">
<h2>Class/Interface</h2>
<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
<ul>
<li>Class inheritance diagram</li>
<li>Direct Subclasses</li>
<li>All Known Subinterfaces</li>
<li>All Known Implementing Classes</li>
<li>Class/interface declaration</li>
<li>Class/interface description</li>
</ul>
<ul>
<li>Nested Class Summary</li>
<li>Field Summary</li>
<li>Constructor Summary</li>
<li>Method Summary</li>
</ul>
<ul>
<li>Field Detail</li>
<li>Constructor Detail</li>
<li>Method Detail</li>
</ul>
<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
</li>
<li class="blockList">
<h2>Annotation Type</h2>
<p>Each annotation type has its own separate page with the following sections:</p>
<ul>
<li>Annotation Type declaration</li>
<li>Annotation Type description</li>
<li>Required Element Summary</li>
<li>Optional Element Summary</li>
<li>Element Detail</li>
</ul>
</li>
<li class="blockList">
<h2>Enum</h2>
<p>Each enum has its own separate page with the following sections:</p>
<ul>
<li>Enum declaration</li>
<li>Enum description</li>
<li>Enum Constant Summary</li>
<li>Enum Constant Detail</li>
</ul>
</li>
<li class="blockList">
<h2>Use</h2>
<p>Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p>
</li>
<li class="blockList">
<h2>Tree (Class Hierarchy)</h2>
<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
<ul>
<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li>
</ul>
</li>
<li class="blockList">
<h2>Index</h2>
<p>The <a href="index-files/index-1.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
</li>
<li class="blockList">
<h2>Prev/Next</h2>
<p>These links take you to the next or previous class, interface, package, or related page.</p>
</li>
<li class="blockList">
<h2>Frames/No Frames</h2>
<p>These links show and hide the HTML frames. All pages are available with or without frames.</p>
</li>
<li class="blockList">
<h2>All Classes</h2>
<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
</li>
<li class="blockList">
<h2>Serialized Form</h2>
<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
</li>
<li class="blockList">
<h2>Constant Field Values</h2>
<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
</li>
</ul>
<em>This help file applies to API documentation generated using the standard doclet.</em></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="index-files/index-1.html">Index</a></li>
<li class="navBarCell1Rev">Help</li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
<li><a href="help-doc.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>
|
betti-sails/assets/css/panel.css | paulogdm/betti | html, body {
font-family: 'Roboto', 'Helvetica';
background-color: #9E9E9E; !important
}
.left_menu {
max-height: 430px;
}
.mini_card.mdl-card {
min-width: 400px;
max-width: auto;
}
.mini_card_bar{
height: 40px;
}
.mini_card > .mdl-card__title {
display: inline;
text-shadow: 0 0 1px rgba(0, 0, 0, .5);
padding-top: 10px;
font-size: 150%;
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.upload_photo_container{
display: table;
opacity: 0.5;
border: dashed white;
transition: opacity 0.15s ease-in;
}
.upload_photo_container:hover{
opacity: 1;
}
.upload_photo_up {
display: table-cell;
font-size: 500%;
vertical-align: middle;
transition: all 0.1s linear;
}
.upload_photo_container:hover .upload_photo_up {
font-size: 700%;
}
|
Doc/activeqt/activeqt-activeqt-simple-example.html | angeloprudentino/QtNets | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- simple.qdoc -->
<title>Simple Example (ActiveQt) | Active Qt 5.7</title>
<link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
<script type="text/javascript">
window.onload = function(){document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");};
</script>
</head>
<body>
<div class="header" id="qtdocheader">
<div class="main">
<div class="main-rounded">
<div class="navigationbar">
<table><tr>
<td ><a href="../qtdoc/supported-platforms-and-configurations.html#qt-5-7">Qt 5.7</a></td><td ><a href="activeqt-index.html">Active Qt</a></td><td >Simple Example (ActiveQt)</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.7.0 Reference Documentation</td>
</tr></table>
</div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Simple Example (ActiveQt)</h1>
<span class="subtitle"></span>
<!-- $$$activeqt/simple-description -->
<div class="descr"> <a name="details"></a>
<p>The Simple example demonstrates the use of <a href="qaxbindable.html#requestPropertyChange">QAxBindable::requestPropertyChange</a>() and <a href="qaxbindable.html#propertyChanged">QAxBindable::propertyChanged</a>(), and the use of <a href="qaxfactory.html">QAxFactory</a> through the <code>QAXFACTORY_BEGIN()</code>, <code>QAXCLASS()</code> and <code>QAXFACTORY_END()</code> macros.</p>
<p>The ActiveX control in this example is a laid out <a href="../qtwidgets/qwidget.html">QWidget</a> with a <a href="../qtwidgets/qslider.html">QSlider</a>, a <a href="../qtwidgets/qlcdnumber.html">QLCDNumber</a> and a <a href="../qtwidgets/qlineedit.html">QLineEdit</a>. It provides a signal/slot/property interface to change the values of the slider and the line edit, and to get notified of any property changes.</p>
<p>The Qt implementation of the ActiveX for this example is</p>
<pre class="cpp">
<span class="keyword">class</span> <span class="type">QSimpleAX</span> : <span class="keyword">public</span> <span class="type"><a href="../qtwidgets/qwidget.html">QWidget</a></span><span class="operator">,</span> <span class="keyword">public</span> <span class="type"><a href="qaxbindable.html">QAxBindable</a></span>
{
Q_OBJECT
Q_CLASSINFO(<span class="string">"ClassID"</span><span class="operator">,</span> <span class="string">"{DF16845C-92CD-4AAB-A982-EB9840E74669}"</span>)
Q_CLASSINFO(<span class="string">"InterfaceID"</span><span class="operator">,</span> <span class="string">"{616F620B-91C5-4410-A74E-6B81C76FFFE0}"</span>)
Q_CLASSINFO(<span class="string">"EventsID"</span><span class="operator">,</span> <span class="string">"{E1816BBA-BF5D-4A31-9855-D6BA432055FF}"</span>)
Q_PROPERTY( <span class="type"><a href="../qtcore/qstring.html">QString</a></span> text READ text WRITE setText )
Q_PROPERTY( <span class="type">int</span> value READ value WRITE setValue )
<span class="keyword">public</span>:
<span class="type">QSimpleAX</span>(<span class="type"><a href="../qtwidgets/qwidget.html">QWidget</a></span> <span class="operator">*</span>parent <span class="operator">=</span> <span class="number">0</span>)
: <span class="type"><a href="../qtwidgets/qwidget.html">QWidget</a></span>(parent)
{
<span class="type"><a href="../qtwidgets/qvboxlayout.html">QVBoxLayout</a></span> <span class="operator">*</span>vbox <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="../qtwidgets/qvboxlayout.html">QVBoxLayout</a></span>( <span class="keyword">this</span> );
slider <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="../qtwidgets/qslider.html">QSlider</a></span>( <span class="type"><a href="../qtcore/qt.html">Qt</a></span><span class="operator">::</span>Horizontal<span class="operator">,</span> <span class="keyword">this</span> );
LCD <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="../qtwidgets/qlcdnumber.html">QLCDNumber</a></span>( <span class="number">3</span><span class="operator">,</span> <span class="keyword">this</span> );
edit <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="../qtwidgets/qlineedit.html">QLineEdit</a></span>( <span class="keyword">this</span> );
connect( slider<span class="operator">,</span> <span class="operator">&</span><span class="type"><a href="../qtwidgets/qabstractslider.html">QAbstractSlider</a></span><span class="operator">::</span>valueChanged<span class="operator">,</span> <span class="keyword">this</span><span class="operator">,</span> <span class="operator">&</span><span class="type">QSimpleAX</span><span class="operator">::</span>setValue );
connect( edit<span class="operator">,</span> <span class="operator">&</span><span class="type"><a href="../qtwidgets/qlineedit.html">QLineEdit</a></span><span class="operator">::</span>textChanged<span class="operator">,</span> <span class="keyword">this</span><span class="operator">,</span> <span class="operator">&</span><span class="type">QSimpleAX</span><span class="operator">::</span>setText );
vbox<span class="operator">-</span><span class="operator">></span>addWidget( slider );
vbox<span class="operator">-</span><span class="operator">></span>addWidget( LCD );
vbox<span class="operator">-</span><span class="operator">></span>addWidget( edit );
}
<span class="type"><a href="../qtcore/qstring.html">QString</a></span> text() <span class="keyword">const</span>
{
<span class="keyword">return</span> edit<span class="operator">-</span><span class="operator">></span>text();
}
<span class="type">int</span> value() <span class="keyword">const</span>
{
<span class="keyword">return</span> slider<span class="operator">-</span><span class="operator">></span>value();
}
<span class="keyword">signals</span>:
<span class="type">void</span> someSignal();
<span class="type">void</span> valueChanged(<span class="type">int</span>);
<span class="type">void</span> textChanged(<span class="keyword">const</span> <span class="type"><a href="../qtcore/qstring.html">QString</a></span><span class="operator">&</span>);
<span class="keyword">public</span> <span class="keyword">slots</span>:
<span class="type">void</span> setText( <span class="keyword">const</span> <span class="type"><a href="../qtcore/qstring.html">QString</a></span> <span class="operator">&</span>string )
{
<span class="keyword">if</span> ( <span class="operator">!</span>requestPropertyChange( <span class="string">"text"</span> ) )
<span class="keyword">return</span>;
edit<span class="operator">-</span><span class="operator">></span>blockSignals( <span class="keyword">true</span> );
edit<span class="operator">-</span><span class="operator">></span>setText( string );
edit<span class="operator">-</span><span class="operator">></span>blockSignals( <span class="keyword">false</span> );
<span class="keyword">emit</span> someSignal();
<span class="keyword">emit</span> textChanged( string );
propertyChanged( <span class="string">"text"</span> );
}
<span class="type">void</span> about()
{
<span class="type"><a href="../qtwidgets/qmessagebox.html">QMessageBox</a></span><span class="operator">::</span>information( <span class="keyword">this</span><span class="operator">,</span> <span class="string">"About QSimpleAX"</span><span class="operator">,</span> <span class="string">"This is a Qt widget, and this slot has been\n"</span>
<span class="string">"called through ActiveX/OLE automation!"</span> );
}
<span class="type">void</span> setValue( <span class="type">int</span> i )
{
<span class="keyword">if</span> ( <span class="operator">!</span>requestPropertyChange( <span class="string">"value"</span> ) )
<span class="keyword">return</span>;
slider<span class="operator">-</span><span class="operator">></span>blockSignals( <span class="keyword">true</span> );
slider<span class="operator">-</span><span class="operator">></span>setValue( i );
slider<span class="operator">-</span><span class="operator">></span>blockSignals( <span class="keyword">false</span> );
LCD<span class="operator">-</span><span class="operator">></span>display( i );
<span class="keyword">emit</span> valueChanged( i );
propertyChanged( <span class="string">"value"</span> );
}
<span class="keyword">private</span>:
<span class="type"><a href="../qtwidgets/qslider.html">QSlider</a></span> <span class="operator">*</span>slider;
<span class="type"><a href="../qtwidgets/qlcdnumber.html">QLCDNumber</a></span> <span class="operator">*</span>LCD;
<span class="type"><a href="../qtwidgets/qlineedit.html">QLineEdit</a></span> <span class="operator">*</span>edit;
};
</pre>
<p>The control is exported using the default <a href="qaxfactory.html">QAxFactory</a></p>
<pre class="cpp">
QAXFACTORY_BEGIN(
<span class="string">"{EC08F8FC-2754-47AB-8EFE-56A54057F34E}"</span><span class="operator">,</span> <span class="comment">// type library ID</span>
<span class="string">"{A095BA0C-224F-4933-A458-2DD7F6B85D8F}"</span>) <span class="comment">// application ID</span>
QAXCLASS(<span class="type">QSimpleAX</span>)
QAXFACTORY_END()
</pre>
<p>To build the example you must first build the <a href="qaxserver-module.html">QAxServer</a> library. Then run qmake and your make tool in <code>examples/activeqt/simple</code>.</p>
<p>The <a href="qaxserver-demo-simple.html">demonstration</a> requires your WebBrowser to support ActiveX controls, and scripting to be enabled.</p>
<p>The simple ActiveX control is embedded using the <code><object></code> tag.</p>
<pre class="cpp">
<span class="operator"><</span>object ID<span class="operator">=</span><span class="string">"QSimpleAX"</span> CLASSID<span class="operator">=</span><span class="string">"CLSID:DF16845C-92CD-4AAB-A982-EB9840E74669"</span>
CODEBASE<span class="operator">=</span><span class="string">"http://qt.nokia.com/demos/simpleax.cab"</span><span class="operator">></span>
<span class="operator"><</span>PARAM NAME<span class="operator">=</span><span class="string">"text"</span> VALUE<span class="operator">=</span><span class="string">"A simple control"</span> <span class="operator">/</span><span class="operator">></span>
<span class="operator"><</span>PARAM NAME<span class="operator">=</span><span class="string">"value"</span> VALUE<span class="operator">=</span><span class="string">"1"</span> <span class="operator">/</span><span class="operator">></span>
<span class="operator">[</span>Object <span class="keyword">not</span> available<span class="operator">!</span> Did you forget to build and <span class="keyword">register</span> the server<span class="operator">?</span><span class="operator">]</span>
<span class="operator"><</span><span class="operator">/</span>object<span class="operator">></span>
</pre>
<p>A simple HTML button is connected to the <a href="activeqt-index.html">ActiveQt</a>'s about() slot.</p>
<pre class="cpp">
<span class="operator"><</span>FORM<span class="operator">></span>
<span class="operator"><</span>INPUT TYPE<span class="operator">=</span><span class="string">"BUTTON"</span> VALUE<span class="operator">=</span><span class="string">"About..."</span> onClick<span class="operator">=</span><span class="string">"QSimpleAX.about()"</span> <span class="operator">/</span><span class="operator">></span>
<span class="operator"><</span><span class="operator">/</span>FORM<span class="operator">></span>
</pre>
<p>A second ActiveX control - the standard Calendar Control - is instantiated</p>
<pre class="cpp">
<span class="operator"><</span>object ID<span class="operator">=</span><span class="string">"Calendar"</span> CLASSID<span class="operator">=</span><span class="string">"CLSID:8E27C92B-1264-101C-8A2F-040224009C02"</span><span class="operator">></span>
<span class="operator">[</span>Standard Calendar control <span class="keyword">not</span> available<span class="operator">!</span><span class="operator">]</span>
<span class="operator"><</span>PARAM NAME<span class="operator">=</span><span class="string">"day"</span> VALUE<span class="operator">=</span><span class="string">"1"</span> <span class="operator">/</span><span class="operator">></span>
<span class="operator"><</span><span class="operator">/</span>object<span class="operator">></span>
</pre>
<p>Events from the ActiveX controls are handled using both Visual Basic Script and JavaScript.</p>
<pre class="cpp">
<span class="operator"><</span>SCRIPT LANGUAGE<span class="operator">=</span><span class="string">"VBScript"</span><span class="operator">></span>
Sub Calendar_Click()
MsgBox( <span class="string">"Calendar Clicked!"</span> )
End Sub
Sub QSimpleAX_TextChanged( str )
document<span class="operator">.</span>title <span class="operator">=</span> str
End Sub
<span class="operator"><</span><span class="operator">/</span>SCRIPT<span class="operator">></span>
<span class="operator"><</span>SCRIPT LANGUAGE<span class="operator">=</span><span class="string">"JavaScript"</span><span class="operator">></span>
function <span class="type">QSimpleAX</span><span class="operator">::</span>ValueChanged( Newvalue )
{
Calendar<span class="operator">.</span>Day <span class="operator">=</span> Newvalue;
}
<span class="operator"><</span><span class="operator">/</span>SCRIPT<span class="operator">></span>
</pre>
<p>Files:</p>
<ul>
<li><a href="activeqt-activeqt-simple-main-cpp.html">activeqt/simple/main.cpp</a></li>
<li><a href="activeqt-activeqt-simple-simple-pro.html">activeqt/simple/simple.pro</a></li>
</ul>
</div>
<!-- @@@activeqt/simple -->
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2016 The Qt Company Ltd.
Documentation contributions included herein are the copyrights of
their respective owners.<br> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.<br> Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. </p>
</div>
</body>
</html>
|
aqi_table_regions_btns.html | dKvale/aqi_table_mock | <!DOCTYPE html>
<html class="frame_content">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Forecast</title>
<base href="https://mpca.sonomatechdata.com/reportingarea/forecasts" target="_blank">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" href="/css/global.css" type="text/css">
<link rel="stylesheet" href="/css/aqi.css" type="text/css">
<link rel="stylesheet" href="/css/lib/jquery-ui-1.10.0.custom.min.css" type="text/css">
<link type="text/css" href="/css/frames/extendedForecastTable.css" rel="stylesheet">
<style>
body {margin-left: 0px;}
.aqi1-rounded {text-align: left; height: 18px; line-height: 6px; font-size: 0.85em; padding: 5px; font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;}
.aqi2-rounded {text-align: left; height: 18px; line-height: 6px; font-size: 0.85em; padding: 5px; font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;}
.aqi3-rounded {text-align: left; height: 18px; line-height: 6px; font-size: 0.85em; padding: 5px;}
.forecast_pollutant {text-align: left; margin-left: 4px; height: 17px; font-size: 0.85em;}
.ef_reporting_area {margin-bottom: 0px; margin-right: 0px; font-size: 1.25em; font-style: normal;
font-weight: 700; margin-top: 0px; font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;}
.forecast {height: 20px; margin-bottom: 5px; }
.not_today {height: 20px; margin-bottom: 5px; }
.forecast_date {font-size: 0.95em; margin-bottom:0px;}
a {font-weight: 200; font-style: normal; font-size: 1.25em; line-height: 1.1; color: #222222;
font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;}
.ef_table {margin-right: 0px;}
.ef_row_noborder {height: 82px;}
</style>
</head>
<body>
<div id="page_content" style="margin-right: 0; max-width: 417px;">
<div id="extended_forecast_container" class="ef_container" style="margin-right: 0; max-width: 417px;">
<h2 class="ef_header" style="margin-bottom: 5px;">Forecasts</h2>
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse1">Metro region</a>
</h4>
</div>
<div id="collapse1" class="panel-collapse collapse in">
<div class="panel-body">
<div id="ef_table" class="ef_table">
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">Minneapolis - St. Paul</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green) | PM 2.5">21</div></td></tr>
<tr><td class="forecast_pollutant">ozone</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green) | PM 2.5">20</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">good</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">good</div></td></tr>
<tr><td class="forecast_pollutant">ozone</td></tr>
</tbody></table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi2-rounded" title="Moderate (Yellow)">moderate</div></td></tr>
<tr><td class="forecast_pollutant">ozone</td></tr>
</tbody>
</table>
</div></div>
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">Northern Metro</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">21</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">20</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">12</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">46</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr>
</tbody></table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">22</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr>
</tbody>
</table>
</div></div>
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">Southern Metro</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">21</div></td></tr>
<tr><td class="forecast_pollutant">ozone</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">20</div></td></tr>
<tr><td class="forecast_pollutant">ozone</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">12</div></td></tr>
<tr><td class="forecast_pollutant">ozone</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">46</div></td></tr></tbody>
<tr><td class="forecast_pollutant">ozone</td></tr> </table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">22</div></td></tr>
<tr><td class="forecast_pollutant">ozone</td></tr>
</tbody>
</table>
</div></div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse2">Northern Minnesota</a>
</h4>
</div>
<div id="collapse2" class="panel-collapse collapse">
<div class="panel-body">
<div id="ef_table" class="ef_table">
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">Duluth</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">21</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">20</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">12</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">46</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr>
</tbody></table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">22</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr>
</tbody>
</table>
</div> </div>
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">Ely</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">21</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">20</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">12</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">46</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr></tbody></table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">22</div></td></tr>
<tr><td class="forecast_pollutant">particles</td></tr>
</tbody>
</table>
</div> </div>
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">Fond du Lac</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">21</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">20</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">12</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">46</div></td></tr></tbody></table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">22</div></td></tr>
</tbody>
</table>
</div> </div>
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">Grand Portage</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">21</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">20</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">12</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">46</div></td></tr></tbody></table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">22</div></td></tr>
</tbody>
</table>
</div></div>
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">International Falls</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">21</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">20</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">12</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">46</div></td></tr></tbody></table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">22</div></td></tr>
</tbody>
</table>
</div> </div>
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">Red Lake Nation</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">21</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">20</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">12</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">46</div></td></tr></tbody></table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">22</div></td></tr>
</tbody>
</table>
</div> </div>
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">Virginia-Hibbing</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">21</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">20</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">12</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">46</div></td></tr></tbody></table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">22</div></td></tr>
</tbody>
</table>
</div> </div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse3">Central Minnesota</a>
</h4>
</div>
<div id="collapse3" class="panel-collapse collapse">
<div class="panel-body">
<div id="ef_table" class="ef_table">
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">Brainerd</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">21</div></td></tr>
<tr><td class="forecast_pollutant">ozone</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">20</div></td></tr>
<tr><td class="forecast_pollutant">ozone</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">12</div></td></tr>
<tr><td class="forecast_pollutant">ozone</td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">46</div></td></tr>
<tr><td class="forecast_pollutant">ozone</td></tr>
</tbody></table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">22</div></td></tr>
<tr><td class="forecast_pollutant">ozone</td></tr>
</tbody>
</table>
</div></div>
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">Detroit Lakes</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">21</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">20</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">12</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">46</div></td></tr></tbody></table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">22</div></td></tr>
</tbody>
</table>
</div></div>
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">Saint Cloud</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">21</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">20</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">12</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">46</div></td></tr></tbody></table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">22</div></td></tr>
</tbody>
</table>
</div></div>
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">Fargo-Moorhead</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">21</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">20</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">12</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">46</div></td></tr></tbody></table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">22</div></td></tr>
</tbody>
</table>
</div></div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse4">Southern Minnesota</a>
</h4>
</div>
<div id="collapse4" class="panel-collapse collapse">
<div class="panel-body">
<div id="ef_table" class="ef_table">
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">Mankato</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">21</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">20</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">12</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">46</div></td></tr></tbody></table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">22</div></td></tr>
</tbody>
</table>
</div></div>
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">Marshall</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">21</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">20</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">12</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">46</div></td></tr></tbody></table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">22</div></td></tr>
</tbody>
</table>
</div></div>
<div class="ef_row_noborder">
<h3 class="ef_reporting_area">Rochester</h3>
<div class="forecast">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Today</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">21</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Thu</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">20</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Fri</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">12</div></td></tr>
</tbody>
</table>
</div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sat</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">46</div></td></tr></tbody></table></div>
<div class="forecast not_today">
<table class="ef_row_datatable">
<tbody class="ef_row_datatable_body">
<tr><td class="forecast_date">Sun</td></tr>
<tr><td class="forecast_aqi"><div class="aqi1-rounded" title="Good (Green)">22</div></td></tr>
</tbody>
</table>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|
javadoc/index-files/index-11.html | guyfleeman/rayburn | <!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_25) on Wed Apr 30 15:42:11 EDT 2014 -->
<title>M-Index</title>
<meta name="date" content="2014-04-30">
<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="M-Index";
}
//-->
</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><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-10.html">Prev Letter</a></li>
<li><a href="index-12.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-11.html" target="_top">Frames</a></li>
<li><a href="index-11.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">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">R</a> <a href="index-16.html">S</a> <a href="index-17.html">T</a> <a href="index-18.html">U</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a href="index-21.html">X</a> <a href="index-22.html">Y</a> <a href="index-23.html">Z</a> <a name="_M_">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="../com.normalizedinsanity.com.rayburn/engine/Engine.html#main()">main()</a></span> - Method in class com.rayburn.engine.<a href="../com.normalizedinsanity.com.rayburn/engine/Engine.html" title="class in com.rayburn.engine">Engine</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com.rayburn.Rayburn.html#main(java.lang.String[])">main(String[])</a></span> - Static method in class <a href="../com.rayburn.Rayburn.html" title="class in <Unnamed>">com.rayburn.Rayburn</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../test/gimballock/Engine.html#main()">main()</a></span> - Method in class test.gimballock.<a href="../test/gimballock/Engine.html" title="class in test.gimballock">Engine</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../test/projectiontesting/PolyEngine.html#main()">main()</a></span> - Method in class test.projectiontesting.<a href="../test/projectiontesting/PolyEngine.html" title="class in test.projectiontesting">PolyEngine</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.html#mathMode">mathMode</a></span> - Static variable in class com.rayburn.engine.util.<a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.html" title="class in com.rayburn.engine.util">MathUtil</a></dt>
<dd>
<div class="block">The method the class will use to evaluate mathematics.</div>
</dd>
<dt><a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.html" title="class in com.rayburn.engine.util"><span class="strong">MathUtil</span></a> - Class in <a href="../com.normalizedinsanity.com.rayburn/engine/util/package-summary.html">com.rayburn.engine.util</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.html#MathUtil()">MathUtil()</a></span> - Constructor for class com.rayburn.engine.util.<a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.html" title="class in com.rayburn.engine.util">MathUtil</a></dt>
<dd>
<div class="block">Prevent the class from being initialized</div>
</dd>
<dt><a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.MathMode.html" title="enum in com.rayburn.engine.util"><span class="strong">MathUtil.MathMode</span></a> - Enum in <a href="../com.normalizedinsanity.com.rayburn/engine/util/package-summary.html">com.rayburn.engine.util</a></dt>
<dd>
<div class="block">The valid mathematical modes the class can operate on.</div>
</dd>
<dt><span class="strong"><a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.MathMode.html#MathUtil.MathMode()">MathUtil.MathMode()</a></span> - Constructor for enum com.rayburn.engine.util.<a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.MathMode.html" title="enum in com.rayburn.engine.util">MathUtil.MathMode</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com.rayburn.Rayburn.html#maxDepth">maxDepth</a></span> - Static variable in class <a href="../com.rayburn.Rayburn.html" title="class in <Unnamed>">com.rayburn.Rayburn</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com.normalizedinsanity.com.rayburn/engine/dew/lang/DewInterpreter.DewMathFunctionSet.html#mod(java.lang.Object, java.lang.Object, java.lang.Class)">mod(Object, Object, Class)</a></span> - Static method in class com.rayburn.engine.dew.lang.<a href="../com.normalizedinsanity.com.rayburn/engine/dew/lang/DewInterpreter.DewMathFunctionSet.html" title="class in com.rayburn.engine.dew.lang">DewInterpreter.DewMathFunctionSet</a></dt>
<dd>
<div class="block">Modulo's two objects numerically</div>
</dd>
<dt><span class="strong"><a href="../test/gimballock/ControlsThread.html#mouseDelta">mouseDelta</a></span> - Variable in class test.gimballock.<a href="../test/gimballock/ControlsThread.html" title="class in test.gimballock">ControlsThread</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../test/projectiontesting/ControlsThread.html#mouseDelta">mouseDelta</a></span> - Variable in class test.projectiontesting.<a href="../test/projectiontesting/ControlsThread.html" title="class in test.projectiontesting">ControlsThread</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../test/gimballock/ControlsThread.html#mouseSensitivity">mouseSensitivity</a></span> - Variable in class test.gimballock.<a href="../test/gimballock/ControlsThread.html" title="class in test.gimballock">ControlsThread</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../test/projectiontesting/ControlsThread.html#mouseSensitivity">mouseSensitivity</a></span> - Variable in class test.projectiontesting.<a href="../test/projectiontesting/ControlsThread.html" title="class in test.projectiontesting">ControlsThread</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com.normalizedinsanity.com.rayburn/engine/Camera.html#move(float)">move(float)</a></span> - Method in class com.rayburn.engine.<a href="../com.normalizedinsanity.com.rayburn/engine/Camera.html" title="class in com.rayburn.engine">Camera</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../test/gimballock/Camera.html#move(float)">move(float)</a></span> - Method in class test.gimballock.<a href="../test/gimballock/Camera.html" title="class in test.gimballock">Camera</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com.normalizedinsanity.com.rayburn/engine/dew/lang/DewInterpreter.DewMathFunctionSet.html#mul(java.lang.Object, java.lang.Object, java.lang.Class)">mul(Object, Object, Class)</a></span> - Static method in class com.rayburn.engine.dew.lang.<a href="../com.normalizedinsanity.com.rayburn/engine/dew/lang/DewInterpreter.DewMathFunctionSet.html" title="class in com.rayburn.engine.dew.lang">DewInterpreter.DewMathFunctionSet</a></dt>
<dd>
<div class="block">Multiplies two objects numerically.</div>
</dd>
<dt><span class="strong"><a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.html#mulConst(org.lwjgl.util.vector.Vector3f, float)">mulConst(Vector3f, float)</a></span> - Static method in class com.rayburn.engine.util.<a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.html" title="class in com.rayburn.engine.util">MathUtil</a></dt>
<dd>
<div class="block">Multiplies a vector by a constant.</div>
</dd>
<dt><span class="strong"><a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.html#multiplyInverseQuaternion(org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion)">multiplyInverseQuaternion(Quaternion, Quaternion)</a></span> - Static method in class com.rayburn.engine.util.<a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.html" title="class in com.rayburn.engine.util">MathUtil</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.html#multiplyQuaternion(org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion)">multiplyQuaternion(Quaternion, Quaternion)</a></span> - Static method in class com.rayburn.engine.util.<a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.html" title="class in com.rayburn.engine.util">MathUtil</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.html#multiplyVectors(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f)">multiplyVectors(Vector3f, Vector3f)</a></span> - Static method in class com.rayburn.engine.util.<a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.html" title="class in com.rayburn.engine.util">MathUtil</a></dt>
<dd>
<div class="block">Multiplies the components of two vectors</div>
</dd>
<dt><span class="strong"><a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.html#multpilyVectors(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f)">multpilyVectors(Vector3f, Vector3f, Vector3f)</a></span> - Static method in class com.rayburn.engine.util.<a href="../com.normalizedinsanity.com.rayburn/engine/util/MathUtil.html" title="class in com.rayburn.engine.util">MathUtil</a></dt>
<dd>
<div class="block">Multiplies the components of two vectors</div>
</dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">R</a> <a href="index-16.html">S</a> <a href="index-17.html">T</a> <a href="index-18.html">U</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a href="index-21.html">X</a> <a href="index-22.html">Y</a> <a href="index-23.html">Z</a> </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><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-10.html">Prev Letter</a></li>
<li><a href="index-12.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-11.html" target="_top">Frames</a></li>
<li><a href="index-11.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>
|
html-coverage/usr/include/c++/4.8/bits/stl_algobase.h.func.html | jcelerier/watermarking | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LCOV - coverage.info - /usr/include/c++/4.8/bits/stl_algobase.h - functions</title>
<link rel="stylesheet" type="text/css" href="../../../../../gcov.css">
</head>
<body>
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td class="title">LCOV - code coverage report</td></tr>
<tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
<tr>
<td width="100%">
<table cellpadding=1 border=0 width="100%">
<tr>
<td width="10%" class="headerItem">Current view:</td>
<td width="35%" class="headerValue"><a href="../../../../../index.html">top level</a> - <a href="index.html">usr/include/c++/4.8/bits</a> - stl_algobase.h<span style="font-size: 80%;"> (<a href="stl_algobase.h.gcov.html">source</a> / functions)</span></td>
<td width="5%"></td>
<td width="15%"></td>
<td width="10%" class="headerCovTableHead">Hit</td>
<td width="10%" class="headerCovTableHead">Total</td>
<td width="15%" class="headerCovTableHead">Coverage</td>
</tr>
<tr>
<td class="headerItem">Test:</td>
<td class="headerValue">coverage.info</td>
<td></td>
<td class="headerItem">Lines:</td>
<td class="headerCovTableEntry">49</td>
<td class="headerCovTableEntry">61</td>
<td class="headerCovTableEntryMed">80.3 %</td>
</tr>
<tr>
<td class="headerItem">Date:</td>
<td class="headerValue">2014-01-20</td>
<td></td>
<td class="headerItem">Functions:</td>
<td class="headerCovTableEntry">121</td>
<td class="headerCovTableEntry">173</td>
<td class="headerCovTableEntryLo">69.9 %</td>
</tr>
<tr><td><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
</table>
</td>
</tr>
<tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
</table>
<center>
<table width="60%" cellpadding=1 cellspacing=1 border=0>
<tr><td><br></td></tr>
<tr>
<td width="80%" class="tableHead">Function Name <span class="tableHeadSort"><img src="../../../../../glass.png" width=10 height=14 alt="Sort by function name" title="Sort by function name" border=0></span></td>
<td width="20%" class="tableHead">Hit count <span class="tableHeadSort"><a href="stl_algobase.h.func-sort-c.html"><img src="../../../../../updown.png" width=10 height=14 alt="Sort by hit count" title="Sort by hit count" border=0></a></span></td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#328">_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPKSt6vectorISt7complexIdESaIS5_EEPS7_EET0_T_SC_SB_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#328">_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPKSt7complexIdEPS4_EET0_T_S9_S8_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#328">_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPSt6vectorISt7complexIdESaIS5_EES8_EET0_T_SA_S9_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#328">_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPSt6vectorIdSaIdEES6_EET0_T_S8_S7_</a></td>
<td class="coverFnHi">10540</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#328">_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPSt7complexIdES5_EET0_T_S7_S6_</a></td>
<td class="coverFnHi">6164</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#328">_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPdPsEET0_T_S6_S5_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#328">_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPsPdEET0_T_S6_S5_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#328">_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mISt13_Bit_iteratorS3_EET0_T_S5_S4_</a></td>
<td class="coverFnHi">27927</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#328">_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mISt19_Bit_const_iteratorSt13_Bit_iteratorEET0_T_S6_S5_</a></td>
<td class="coverFnHi">27927</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#366">_ZNSt11__copy_moveILb0ELb1ESt26random_access_iterator_tagE8__copy_mIdEEPT_PKS3_S6_S4_</a></td>
<td class="coverFnHi">48545</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#366">_ZNSt11__copy_moveILb0ELb1ESt26random_access_iterator_tagE8__copy_mIiEEPT_PKS3_S6_S4_</a></td>
<td class="coverFnHi">10</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#366">_ZNSt11__copy_moveILb0ELb1ESt26random_access_iterator_tagE8__copy_mIjEEPT_PKS3_S6_S4_</a></td>
<td class="coverFnHi">10</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#366">_ZNSt11__copy_moveILb0ELb1ESt26random_access_iterator_tagE8__copy_mImEEPT_PKS3_S6_S4_</a></td>
<td class="coverFnHi">27927</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#366">_ZNSt11__copy_moveILb0ELb1ESt26random_access_iterator_tagE8__copy_mIsEEPT_PKS3_S6_S4_</a></td>
<td class="coverFnHi">4675</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#366">_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIP11fftw_plan_sEEPT_PKS5_S8_S6_</a></td>
<td class="coverFnHi">56</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#366">_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIdEEPT_PKS3_S6_S4_</a></td>
<td class="coverFnHi">73998</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#366">_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIiEEPT_PKS3_S6_S4_</a></td>
<td class="coverFnHi">1985</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#366">_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIjEEPT_PKS3_S6_S4_</a></td>
<td class="coverFnHi">14</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#366">_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIsEEPT_PKS3_S6_S4_</a></td>
<td class="coverFnHi">130</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#531">_ZNSt20__copy_move_backwardILb0ELb0ESt26random_access_iterator_tagE13__copy_move_bISt13_Bit_iteratorS3_EET0_T_S5_S4_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#744">_ZSt10__fill_n_aIPP11fftw_plan_smS1_EN9__gnu_cxx11__enable_ifIXsrSt11__is_scalarIT1_E7__valueET_E6__typeES8_T0_RKS6_</a></td>
<td class="coverFnHi">56</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#744">_ZSt10__fill_n_aIPdjiEN9__gnu_cxx11__enable_ifIXsrSt11__is_scalarIT1_E7__valueET_E6__typeES6_T0_RKS4_</a></td>
<td class="coverFnHi">10052</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#744">_ZSt10__fill_n_aIPdmdEN9__gnu_cxx11__enable_ifIXsrSt11__is_scalarIT1_E7__valueET_E6__typeES6_T0_RKS4_</a></td>
<td class="coverFnHi">26870</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#744">_ZSt10__fill_n_aIPdmiEN9__gnu_cxx11__enable_ifIXsrSt11__is_scalarIT1_E7__valueET_E6__typeES6_T0_RKS4_</a></td>
<td class="coverFnHi">66</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#744">_ZSt10__fill_n_aIPimiEN9__gnu_cxx11__enable_ifIXsrSt11__is_scalarIT1_E7__valueET_E6__typeES6_T0_RKS4_</a></td>
<td class="coverFnHi">10</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#744">_ZSt10__fill_n_aIPsmiEN9__gnu_cxx11__enable_ifIXsrSt11__is_scalarIT1_E7__valueET_E6__typeES6_T0_RKS4_</a></td>
<td class="coverFnHi">11</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#744">_ZSt10__fill_n_aIPsmsEN9__gnu_cxx11__enable_ifIXsrSt11__is_scalarIT1_E7__valueET_E6__typeES6_T0_RKS4_</a></td>
<td class="coverFnHi">1606</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPKSt6vectorISt7complexIdESaIS4_EES2_IS6_SaIS6_EEEEENSt11_Miter_baseIT_E13iterator_typeESD_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPKSt7complexIdESt6vectorIS3_SaIS3_EEEEENSt11_Miter_baseIT_E13iterator_typeESB_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPKdSt6vectorIdSaIdEEEEENSt11_Miter_baseIT_E13iterator_typeES9_</a></td>
<td class="coverFnHi">96998</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPKiSt6vectorIiSaIiEEEEENSt11_Miter_baseIT_E13iterator_typeES9_</a></td>
<td class="coverFnHi">20</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPKjSt6vectorIjSaIjEEEEENSt11_Miter_baseIT_E13iterator_typeES9_</a></td>
<td class="coverFnHi">20</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPKsSt6vectorIsSaIsEEEEENSt11_Miter_baseIT_E13iterator_typeES9_</a></td>
<td class="coverFnHi">9350</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPSt6vectorIdSaIdEES2_IS4_SaIS4_EEEEENSt11_Miter_baseIT_E13iterator_typeESA_</a></td>
<td class="coverFnHi">21080</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPSt7complexIdESt6vectorIS3_SaIS3_EEEEENSt11_Miter_baseIT_E13iterator_typeESA_</a></td>
<td class="coverFnHi">12328</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPdSt6vectorIdSaIdEEEEENSt11_Miter_baseIT_E13iterator_typeES8_</a></td>
<td class="coverFnHi">14</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPsSt6vectorIsSaIsEEEEENSt11_Miter_baseIT_E13iterator_typeES8_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIPKdENSt11_Miter_baseIT_E13iterator_typeES3_</a></td>
<td class="coverFnHi">76</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIPSt6vectorISt7complexIdESaIS2_EEENSt11_Miter_baseIT_E13iterator_typeES7_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIPSt7complexIdEENSt11_Miter_baseIT_E13iterator_typeES4_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIPdENSt11_Miter_baseIT_E13iterator_typeES2_</a></td>
<td class="coverFnHi">2</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIPiENSt11_Miter_baseIT_E13iterator_typeES2_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIPjENSt11_Miter_baseIT_E13iterator_typeES2_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseIPmENSt11_Miter_baseIT_E13iterator_typeES2_</a></td>
<td class="coverFnHi">55854</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseISt13_Bit_iteratorENSt11_Miter_baseIT_E13iterator_typeES2_</a></td>
<td class="coverFnHi">55854</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseISt13move_iteratorIPP11fftw_plan_sEENSt11_Miter_baseIT_E13iterator_typeES6_</a></td>
<td class="coverFnHi">112</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseISt13move_iteratorIPdEENSt11_Miter_baseIT_E13iterator_typeES4_</a></td>
<td class="coverFnHi">147996</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseISt13move_iteratorIPiEENSt11_Miter_baseIT_E13iterator_typeES4_</a></td>
<td class="coverFnHi">3970</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseISt13move_iteratorIPjEENSt11_Miter_baseIT_E13iterator_typeES4_</a></td>
<td class="coverFnHi">28</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseISt13move_iteratorIPsEENSt11_Miter_baseIT_E13iterator_typeES4_</a></td>
<td class="coverFnHi">260</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#286">_ZSt12__miter_baseISt19_Bit_const_iteratorENSt11_Miter_baseIT_E13iterator_typeES2_</a></td>
<td class="coverFnHi">55854</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIN9__gnu_cxx17__normal_iteratorIPKSt6vectorISt7complexIdESaIS4_EES2_IS6_SaIS6_EEEEENSt11_Niter_baseIT_E13iterator_typeESD_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIN9__gnu_cxx17__normal_iteratorIPKSt7complexIdESt6vectorIS3_SaIS3_EEEEENSt11_Niter_baseIT_E13iterator_typeESB_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIN9__gnu_cxx17__normal_iteratorIPKdSt6vectorIdSaIdEEEEENSt11_Niter_baseIT_E13iterator_typeES9_</a></td>
<td class="coverFnHi">96998</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIN9__gnu_cxx17__normal_iteratorIPKiSt6vectorIiSaIiEEEEENSt11_Niter_baseIT_E13iterator_typeES9_</a></td>
<td class="coverFnHi">20</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIN9__gnu_cxx17__normal_iteratorIPKjSt6vectorIjSaIjEEEEENSt11_Niter_baseIT_E13iterator_typeES9_</a></td>
<td class="coverFnHi">20</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIN9__gnu_cxx17__normal_iteratorIPKsSt6vectorIsSaIsEEEEENSt11_Niter_baseIT_E13iterator_typeES9_</a></td>
<td class="coverFnHi">9350</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIN9__gnu_cxx17__normal_iteratorIPSt6vectorISt7complexIdESaIS4_EES2_IS6_SaIS6_EEEEENSt11_Niter_baseIT_E13iterator_typeESC_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIN9__gnu_cxx17__normal_iteratorIPSt6vectorIdSaIdEES2_IS4_SaIS4_EEEEENSt11_Niter_baseIT_E13iterator_typeESA_</a></td>
<td class="coverFnHi">31620</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIN9__gnu_cxx17__normal_iteratorIPSt7complexIdESt6vectorIS3_SaIS3_EEEEENSt11_Niter_baseIT_E13iterator_typeESA_</a></td>
<td class="coverFnHi">30820</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIN9__gnu_cxx17__normal_iteratorIPdSt6vectorIdSaIdEEEEENSt11_Niter_baseIT_E13iterator_typeES8_</a></td>
<td class="coverFnHi">57081</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIN9__gnu_cxx17__normal_iteratorIPiSt6vectorIiSaIiEEEEENSt11_Niter_baseIT_E13iterator_typeES8_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIN9__gnu_cxx17__normal_iteratorIPjSt6vectorIjSaIjEEEEENSt11_Niter_baseIT_E13iterator_typeES8_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIN9__gnu_cxx17__normal_iteratorIPsSt6vectorIsSaIsEEEEENSt11_Niter_baseIT_E13iterator_typeES8_</a></td>
<td class="coverFnHi">4686</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIPKdENSt11_Niter_baseIT_E13iterator_typeES3_</a></td>
<td class="coverFnHi">76</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIPP11fftw_plan_sENSt11_Niter_baseIT_E13iterator_typeES4_</a></td>
<td class="coverFnHi">224</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIPSt6vectorISt7complexIdESaIS2_EEENSt11_Niter_baseIT_E13iterator_typeES7_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIPSt7complexIdEENSt11_Niter_baseIT_E13iterator_typeES4_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIPdENSt11_Niter_baseIT_E13iterator_typeES2_</a></td>
<td class="coverFnHi">250462</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIPiENSt11_Niter_baseIT_E13iterator_typeES2_</a></td>
<td class="coverFnHi">5975</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIPjENSt11_Niter_baseIT_E13iterator_typeES2_</a></td>
<td class="coverFnHi">52</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIPmENSt11_Niter_baseIT_E13iterator_typeES2_</a></td>
<td class="coverFnHi">83809</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseIPsENSt11_Niter_baseIT_E13iterator_typeES2_</a></td>
<td class="coverFnHi">1996</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseISt13_Bit_iteratorENSt11_Niter_baseIT_E13iterator_typeES2_</a></td>
<td class="coverFnHi">111708</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#275">_ZSt12__niter_baseISt19_Bit_const_iteratorENSt11_Niter_baseIT_E13iterator_typeES2_</a></td>
<td class="coverFnHi">55854</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0EPKSt6vectorISt7complexIdESaIS2_EEPS4_ET1_T0_S9_S8_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0EPKSt7complexIdEPS1_ET1_T0_S6_S5_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0EPKdPdET1_T0_S4_S3_</a></td>
<td class="coverFnHi">48537</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0EPKiPiET1_T0_S4_S3_</a></td>
<td class="coverFnHi">10</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0EPKjPjET1_T0_S4_S3_</a></td>
<td class="coverFnHi">10</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0EPKsPsET1_T0_S4_S3_</a></td>
<td class="coverFnHi">4675</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0EPSt6vectorISt7complexIdESaIS2_EES5_ET1_T0_S7_S6_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0EPSt6vectorIdSaIdEES3_ET1_T0_S5_S4_</a></td>
<td class="coverFnHi">10540</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0EPSt7complexIdES2_ET1_T0_S4_S3_</a></td>
<td class="coverFnHi">6164</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0EPdPsET1_T0_S3_S2_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0EPdS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnHi">8</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0EPiS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0EPjS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0EPmS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnHi">27927</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0EPsPdET1_T0_S3_S2_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0ESt13_Bit_iteratorS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnHi">27927</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb0ESt19_Bit_const_iteratorSt13_Bit_iteratorET1_T0_S3_S2_</a></td>
<td class="coverFnHi">27927</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb1EPP11fftw_plan_sS2_ET1_T0_S4_S3_</a></td>
<td class="coverFnHi">56</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb1EPdS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnHi">73998</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb1EPiS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnHi">1985</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb1EPjS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnHi">14</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#377">_ZSt13__copy_move_aILb1EPsS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnHi">130</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#617">_ZSt13copy_backwardISt13_Bit_iteratorS0_ET0_T_S2_S1_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EN9__gnu_cxx17__normal_iteratorIPKSt6vectorISt7complexIdESaIS4_EES2_IS6_SaIS6_EEEENS1_IPS6_SA_EEET1_T0_SF_SE_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EN9__gnu_cxx17__normal_iteratorIPKSt7complexIdESt6vectorIS3_SaIS3_EEEENS1_IPS3_S8_EEET1_T0_SD_SC_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EN9__gnu_cxx17__normal_iteratorIPKdSt6vectorIdSaIdEEEENS1_IPdS6_EEET1_T0_SB_SA_</a></td>
<td class="coverFnHi">46942</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EN9__gnu_cxx17__normal_iteratorIPKdSt6vectorIdSaIdEEEEPdET1_T0_SA_S9_</a></td>
<td class="coverFnHi">1557</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EN9__gnu_cxx17__normal_iteratorIPKiSt6vectorIiSaIiEEEENS1_IPiS6_EEET1_T0_SB_SA_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EN9__gnu_cxx17__normal_iteratorIPKiSt6vectorIiSaIiEEEEPiET1_T0_SA_S9_</a></td>
<td class="coverFnHi">10</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EN9__gnu_cxx17__normal_iteratorIPKjSt6vectorIjSaIjEEEENS1_IPjS6_EEET1_T0_SB_SA_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EN9__gnu_cxx17__normal_iteratorIPKjSt6vectorIjSaIjEEEEPjET1_T0_SA_S9_</a></td>
<td class="coverFnHi">10</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EN9__gnu_cxx17__normal_iteratorIPKsSt6vectorIsSaIsEEEENS1_IPsS6_EEET1_T0_SB_SA_</a></td>
<td class="coverFnHi">4675</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EN9__gnu_cxx17__normal_iteratorIPSt6vectorIdSaIdEES2_IS4_SaIS4_EEEES8_ET1_T0_SA_S9_</a></td>
<td class="coverFnHi">10540</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EN9__gnu_cxx17__normal_iteratorIPSt7complexIdESt6vectorIS3_SaIS3_EEEES8_ET1_T0_SA_S9_</a></td>
<td class="coverFnHi">6164</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EN9__gnu_cxx17__normal_iteratorIPdSt6vectorIdSaIdEEEENS1_IPsS3_IsSaIsEEEEET1_T0_SC_SB_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EN9__gnu_cxx17__normal_iteratorIPdSt6vectorIdSaIdEEEES2_ET1_T0_S8_S7_</a></td>
<td class="coverFnHi">1</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EN9__gnu_cxx17__normal_iteratorIPdSt6vectorIdSaIdEEEES6_ET1_T0_S8_S7_</a></td>
<td class="coverFnHi">6</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EN9__gnu_cxx17__normal_iteratorIPsSt6vectorIsSaIsEEEENS1_IPdS3_IdSaIdEEEEET1_T0_SC_SB_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EPKdPdET1_T0_S4_S3_</a></td>
<td class="coverFnHi">38</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EPSt6vectorISt7complexIdESaIS2_EES5_ET1_T0_S7_S6_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EPSt7complexIdES2_ET1_T0_S4_S3_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EPdN9__gnu_cxx17__normal_iteratorIS0_St6vectorIdSaIdEEEEET1_T0_S8_S7_</a></td>
<td class="coverFnHi">1</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EPdS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EPiS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EPjS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0EPmS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnHi">27927</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0ESt13_Bit_iteratorS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnHi">27927</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb0ESt19_Bit_const_iteratorSt13_Bit_iteratorET1_T0_S3_S2_</a></td>
<td class="coverFnHi">27927</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb1EPP11fftw_plan_sS2_ET1_T0_S4_S3_</a></td>
<td class="coverFnHi">56</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb1EPdS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnHi">73998</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb1EPiS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnHi">1985</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb1EPjS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnHi">14</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#422">_ZSt14__copy_move_a2ILb1EPsS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnHi">130</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#572">_ZSt22__copy_move_backward_aILb0ESt13_Bit_iteratorS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#590">_ZSt23__copy_move_backward_a2ILb0ESt13_Bit_iteratorS0_ET1_T0_S2_S1_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#214">_ZSt3maxImERKT_S2_S2_</a></td>
<td class="coverFnHi">198952</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#191">_ZSt3minImERKT_S2_S2_</a></td>
<td class="coverFnHi">90386</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPKSt6vectorISt7complexIdESaIS4_EES2_IS6_SaIS6_EEEENS1_IPS6_SA_EEET0_T_SF_SE_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPKSt7complexIdESt6vectorIS3_SaIS3_EEEENS1_IPS3_S8_EEET0_T_SD_SC_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPKdSt6vectorIdSaIdEEEENS1_IPdS6_EEET0_T_SB_SA_</a></td>
<td class="coverFnHi">46942</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPKdSt6vectorIdSaIdEEEEPdET0_T_SA_S9_</a></td>
<td class="coverFnHi">1557</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPKiSt6vectorIiSaIiEEEENS1_IPiS6_EEET0_T_SB_SA_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPKiSt6vectorIiSaIiEEEEPiET0_T_SA_S9_</a></td>
<td class="coverFnHi">10</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPKjSt6vectorIjSaIjEEEENS1_IPjS6_EEET0_T_SB_SA_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPKjSt6vectorIjSaIjEEEEPjET0_T_SA_S9_</a></td>
<td class="coverFnHi">10</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPKsSt6vectorIsSaIsEEEENS1_IPsS6_EEET0_T_SB_SA_</a></td>
<td class="coverFnHi">4675</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPSt6vectorIdSaIdEES2_IS4_SaIS4_EEEES8_ET0_T_SA_S9_</a></td>
<td class="coverFnHi">10540</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPSt7complexIdESt6vectorIS3_SaIS3_EEEES8_ET0_T_SA_S9_</a></td>
<td class="coverFnHi">6164</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPdSt6vectorIdSaIdEEEENS1_IPsS3_IsSaIsEEEEET0_T_SC_SB_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPdSt6vectorIdSaIdEEEES2_ET0_T_S8_S7_</a></td>
<td class="coverFnHi">1</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPdSt6vectorIdSaIdEEEES6_ET0_T_S8_S7_</a></td>
<td class="coverFnHi">6</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPsSt6vectorIsSaIsEEEENS1_IPdS3_IdSaIdEEEEET0_T_SC_SB_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIPKdPdET0_T_S4_S3_</a></td>
<td class="coverFnHi">38</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIPSt6vectorISt7complexIdESaIS2_EES5_ET0_T_S7_S6_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIPSt7complexIdES2_ET0_T_S4_S3_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIPdN9__gnu_cxx17__normal_iteratorIS0_St6vectorIdSaIdEEEEET0_T_S8_S7_</a></td>
<td class="coverFnHi">1</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIPdS0_ET0_T_S2_S1_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIPiS0_ET0_T_S2_S1_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIPjS0_ET0_T_S2_S1_</a></td>
<td class="coverFnLo">0</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyIPmS0_ET0_T_S2_S1_</a></td>
<td class="coverFnHi">27927</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyISt13_Bit_iteratorS0_ET0_T_S2_S1_</a></td>
<td class="coverFnHi">27927</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyISt13move_iteratorIPP11fftw_plan_sES3_ET0_T_S6_S5_</a></td>
<td class="coverFnHi">56</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyISt13move_iteratorIPdES1_ET0_T_S4_S3_</a></td>
<td class="coverFnHi">73998</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyISt13move_iteratorIPiES1_ET0_T_S4_S3_</a></td>
<td class="coverFnHi">1985</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyISt13move_iteratorIPjES1_ET0_T_S4_S3_</a></td>
<td class="coverFnHi">14</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyISt13move_iteratorIPsES1_ET0_T_S4_S3_</a></td>
<td class="coverFnHi">130</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#448">_ZSt4copyISt19_Bit_const_iteratorSt13_Bit_iteratorET0_T_S3_S2_</a></td>
<td class="coverFnHi">27927</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#719">_ZSt4fillIN9__gnu_cxx17__normal_iteratorIPSt7complexIdESt6vectorIS3_SaIS3_EEEES3_EvT_S9_RKT0_</a></td>
<td class="coverFnHi">6164</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#719">_ZSt4fillIPmiEvT_S1_RKT0_</a></td>
<td class="coverFnHi">14</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#779">_ZSt6fill_nIN9__gnu_cxx17__normal_iteratorIPdSt6vectorIdSaIdEEEEjiET_S7_T0_RKT1_</a></td>
<td class="coverFnHi">10052</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#779">_ZSt6fill_nIN9__gnu_cxx17__normal_iteratorIPdSt6vectorIdSaIdEEEEmiET_S7_T0_RKT1_</a></td>
<td class="coverFnHi">66</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#779">_ZSt6fill_nIN9__gnu_cxx17__normal_iteratorIPsSt6vectorIsSaIsEEEEmiET_S7_T0_RKT1_</a></td>
<td class="coverFnHi">11</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#779">_ZSt6fill_nIPP11fftw_plan_smS1_ET_S3_T0_RKT1_</a></td>
<td class="coverFnHi">56</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#779">_ZSt6fill_nIPdmdET_S1_T0_RKT1_</a></td>
<td class="coverFnHi">26870</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#779">_ZSt6fill_nIPimiET_S1_T0_RKT1_</a></td>
<td class="coverFnHi">10</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#779">_ZSt6fill_nIPsmsET_S1_T0_RKT1_</a></td>
<td class="coverFnHi">1606</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#676">_ZSt8__fill_aIPSt7complexIdES1_EN9__gnu_cxx11__enable_ifIXntsrSt11__is_scalarIT0_E7__valueEvE6__typeET_SA_RKS6_</a></td>
<td class="coverFnHi">6164</td>
</tr>
<tr>
<td class="coverFn"><a href="stl_algobase.h.gcov.html#686">_ZSt8__fill_aIPmiEN9__gnu_cxx11__enable_ifIXsrSt11__is_scalarIT0_E7__valueEvE6__typeET_S8_RKS4_</a></td>
<td class="coverFnHi">14</td>
</tr>
</table>
<br>
</center>
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
<tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php" target="_parent">LCOV version 1.10</a></td></tr>
</table>
<br>
</body>
</html>
|
src/libs/fop-2.0/javadocs/org/apache/fop/fo/expr/ProportionalColumnWidthFunction.html | jbampton/eclipse-cheatsheets-to-dita-to-pdf | <!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_34) on Tue May 26 09:04:09 BST 2015 -->
<TITLE>
ProportionalColumnWidthFunction (Apache FOP 2.0 API)
</TITLE>
<META NAME="date" CONTENT="2015-05-26">
<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="ProportionalColumnWidthFunction (Apache FOP 2.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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/ProportionalColumnWidthFunction.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>
fop 2.0</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/fop/fo/expr/PropertyParser.html" title="class in org.apache.fop.fo.expr"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/fop/fo/expr/RelativeNumericProperty.html" title="class in org.apache.fop.fo.expr"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/fop/fo/expr/ProportionalColumnWidthFunction.html" target="_top"><B>FRAMES</B></A>
<A HREF="ProportionalColumnWidthFunction.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.fop.fo.expr</FONT>
<BR>
Class ProportionalColumnWidthFunction</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/fop/fo/expr/FunctionBase.html" title="class in org.apache.fop.fo.expr">org.apache.fop.fo.expr.FunctionBase</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.fop.fo.expr.ProportionalColumnWidthFunction</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../org/apache/fop/fo/expr/Function.html" title="interface in org.apache.fop.fo.expr">Function</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>ProportionalColumnWidthFunction</B><DT>extends <A HREF="../../../../../org/apache/fop/fo/expr/FunctionBase.html" title="class in org.apache.fop.fo.expr">FunctionBase</A></DL>
</PRE>
<P>
Class modelling the proportional-column-width function. See Sec. 5.10.4 of
the XSL-FO standard.
<P>
<P>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/fop/fo/expr/ProportionalColumnWidthFunction.html#ProportionalColumnWidthFunction()">ProportionalColumnWidthFunction</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/fop/fo/properties/Property.html" title="class in org.apache.fop.fo.properties">Property</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/fop/fo/expr/ProportionalColumnWidthFunction.html#eval(org.apache.fop.fo.properties.Property[], org.apache.fop.fo.expr.PropertyInfo)">eval</A></B>(<A HREF="../../../../../org/apache/fop/fo/properties/Property.html" title="class in org.apache.fop.fo.properties">Property</A>[] args,
<A HREF="../../../../../org/apache/fop/fo/expr/PropertyInfo.html" title="class in org.apache.fop.fo.expr">PropertyInfo</A> pInfo)</CODE>
<BR>
Evaluate the function</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/fop/datatypes/PercentBase.html" title="interface in org.apache.fop.datatypes">PercentBase</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/fop/fo/expr/ProportionalColumnWidthFunction.html#getPercentBase()">getPercentBase</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/fop/fo/expr/ProportionalColumnWidthFunction.html#getRequiredArgsCount()">getRequiredArgsCount</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.apache.fop.fo.expr.FunctionBase"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.apache.fop.fo.expr.<A HREF="../../../../../org/apache/fop/fo/expr/FunctionBase.html" title="class in org.apache.fop.fo.expr">FunctionBase</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/fop/fo/expr/FunctionBase.html#getOptionalArgDefault(int, org.apache.fop.fo.expr.PropertyInfo)">getOptionalArgDefault</A>, <A HREF="../../../../../org/apache/fop/fo/expr/FunctionBase.html#getOptionalArgsCount()">getOptionalArgsCount</A>, <A HREF="../../../../../org/apache/fop/fo/expr/FunctionBase.html#getPropertyName(org.apache.fop.fo.expr.PropertyInfo)">getPropertyName</A>, <A HREF="../../../../../org/apache/fop/fo/expr/FunctionBase.html#hasVariableArgs()">hasVariableArgs</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">
<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="ProportionalColumnWidthFunction()"><!-- --></A><H3>
ProportionalColumnWidthFunction</H3>
<PRE>
public <B>ProportionalColumnWidthFunction</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getRequiredArgsCount()"><!-- --></A><H3>
getRequiredArgsCount</H3>
<PRE>
public int <B>getRequiredArgsCount</B>()</PRE>
<DL>
<DD>
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the number of required (non-optional) arguments that must be specified
in the argument list</DL>
</DD>
</DL>
<HR>
<A NAME="getPercentBase()"><!-- --></A><H3>
getPercentBase</H3>
<PRE>
public <A HREF="../../../../../org/apache/fop/datatypes/PercentBase.html" title="interface in org.apache.fop.datatypes">PercentBase</A> <B>getPercentBase</B>()</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../org/apache/fop/fo/expr/FunctionBase.html#getPercentBase()">FunctionBase</A></CODE></B></DD>
<DD>
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/fop/fo/expr/Function.html#getPercentBase()">getPercentBase</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/fop/fo/expr/Function.html" title="interface in org.apache.fop.fo.expr">Function</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/fop/fo/expr/FunctionBase.html#getPercentBase()">getPercentBase</A></CODE> in class <CODE><A HREF="../../../../../org/apache/fop/fo/expr/FunctionBase.html" title="class in org.apache.fop.fo.expr">FunctionBase</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the basis for percentage calculations</DL>
</DD>
</DL>
<HR>
<A NAME="eval(org.apache.fop.fo.properties.Property[], org.apache.fop.fo.expr.PropertyInfo)"><!-- --></A><H3>
eval</H3>
<PRE>
public <A HREF="../../../../../org/apache/fop/fo/properties/Property.html" title="class in org.apache.fop.fo.properties">Property</A> <B>eval</B>(<A HREF="../../../../../org/apache/fop/fo/properties/Property.html" title="class in org.apache.fop.fo.properties">Property</A>[] args,
<A HREF="../../../../../org/apache/fop/fo/expr/PropertyInfo.html" title="class in org.apache.fop.fo.expr">PropertyInfo</A> pInfo)
throws <A HREF="../../../../../org/apache/fop/fo/expr/PropertyException.html" title="class in org.apache.fop.fo.expr">PropertyException</A></PRE>
<DL>
<DD>Evaluate the function
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>args</CODE> - an array of Properties that should be evaluated<DD><CODE>pInfo</CODE> - property information instance that applies to property being evaluated
<DT><B>Returns:</B><DD>the Property satisfying the function
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../org/apache/fop/fo/expr/PropertyException.html" title="class in org.apache.fop.fo.expr">PropertyException</A></CODE> - for problems when evaluating the function</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/ProportionalColumnWidthFunction.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>
fop 2.0</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/fop/fo/expr/PropertyParser.html" title="class in org.apache.fop.fo.expr"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/fop/fo/expr/RelativeNumericProperty.html" title="class in org.apache.fop.fo.expr"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/fop/fo/expr/ProportionalColumnWidthFunction.html" target="_top"><B>FRAMES</B></A>
<A HREF="ProportionalColumnWidthFunction.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright 1999-2015 The Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>
|
public/ai/a-star/index.html | ai-amini-eu/site | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<title>هوش مصنوعی کلاسیک </title>
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/bootstrap-rtl.min.css">
<link rel="stylesheet" href="/assets/css/prism.css">
<link rel="stylesheet" href="/assets/css/style.css">
</head>
<body>
<div class="container">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">گشودن/بستن منو</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">هوش مصنوعی کلاسیک</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/">خانه</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">مقالات آموزشی <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/ai/introduction/">هوش مصنوعی</a></li>
<li><a href="/soft-computing/introduction/">هوش محاسباتی</a></li>
<li><a href="/signal/introduction/">پردازش سیگنال</a></li>
<li><a href="/image-processing/introduction/">پردازش تصویر</a></li>
</ul>
</li>
<li><a href="/about/">درباره</a></li>
<li><a href="/contact/">تماس</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<ol class="breadcrumb">
<li><a href="/">خانه</a></li>
<li><a href=" /ai/introduction/ ">هوش مصنوعی</a></li>
<li>هوش مصنوعی کلاسیک</li>
<li class="active">جستجوی *A</li>
</ol>
<div id="content" class="row">
<div class="col-md-9">
<h2>جستجوی *A</h2>
<p><img src="/assets/images/ai/a-star.jpg" alt="جستجوی *A" /></p>
<p>روش جستجوی <em>A یکی از الگوریتم های پیچیده جستجو در هوش مصنوعی است. با وجود اینکه مقالات زیادی در مورد این روش جستجو می توان بر روی اینترنت پیدا کرد ، اما اغلب این مقالات به گونه ای هستند که درک صحیح آن ها برای افراد تازه کار در زمینه جستجوی </em>A مشکل است. این مقاله با بیان کردن مفاهیم بنیادی شما را در درک هرچه بهتر روش جستجوی*A یاری می کند.</p>
<p>روش جستجوی<em>A تلفیقی از روش جستجوی هزینه یکنواخت ( UCS ) و روش جستجوی حریصانه ( Greedy ) است. در جستجوی هزینه یکنواخت بر اساس هزینه تا گره فعلی ، کم هزینه ترین گره را انتخاب کرده و گسترش می دهیم. جستجوی هزینه یکنواخت بهینه است ، یعنی جواب بهینه مسئله را پیدا می کند ولی در مقابل بسیاز زمانبر است. جستجوی حریصانه نیز بر اساس هزینه تا مقصد ، کم هزینه ترین گره را برای گسترش انتخاب می کند. یافتن جواب با استفاده از جستجوی حریصانه به سرعت انجام می گیرد. ولی این روش نیز از مشکلاتی همچون بهینه نبودن جواب رنج می برد. روش جستجوی </em>A ، سرعت روش حریصانه در رسیدن به جواب و بیهنگی روش هزینه یکنواخت در پیدا کردن جواب را باهم ترکیب کرده و به جستجوی هدف خود می پردازد.</p>
<p>جستجوی <em>A سعی می کند مجموع هزینه پرداخت شده تا گره فعلی و هزینه باقی مانده از گره فعلی تا هدف را مینیمم کند. تخمین هزینه باقی مانده تا هدف را هیوریستیک مسئله می گویند. طراحی هیوریستیک مسئله در روش جستجوی </em>A از اهمیت بسزایی برخوردار است و بهینیگی روش *A تحت تاثیر طراحی هیوریستیک مسئله قرار دارد.</p>
<p>هیوریستیک در روش *A هرینه قابل پرداخت از نقطه فعلی تا نقطه هدف را تخمین می زند. با این توصیف هیوریستیک قابل قبول را چنین تعریف می کنیم : هیوریستیکی قابل قبول ( admissible ) است که هزینه تخمینی آن از نقطه فعلی تا نقطه هدف ، از هزینه واقعی قابل پرداخت از نقطه فعلی تا نقطه هدف کمتر باشد. هیوریستیکی که این شرط را برآورده نکند ، هیوریستیک غیرقابل قبول ( inadmissible ) می نامند.</p>
<p>با توجه به مطالب فوق چنین بیان می کنیم که هزینه هر گره در روش جستجوی <em>A با استفاده از فرمول زیر محاسبه می شود : F = G + H که در آن F هزینه کل گره ، G هزینه تا گره فعلی و H هزینه تخمینی تا گره هدف را نشان می دهد. در جستجوی </em>A گره بعدی جهت گسترش گره ای است که کمترین هزینه F را در میان گره های گسترش نیافته دیگر داشته باشد. شبه کد زیر نحوه اجرای الگوریتم *A را نشان می دهد:</p>
<hr />
<ol>
<li>نقطه شروع را به صف fringe اضافه کن</li>
<li>
<p>مراحل زیر را تکرار کن</p>
<p>..1. گره موجود در سر صف fringe را انتخاب کن.</p>
<p>..2. آن را از صف fringe حذف کرده و فلگ آن را جهت بررسی نکردن دوباره آن ، ست کن</p>
<p>..3. به ازای هر هشت همسایه مربع برداشته شده از صف ( نام مربع را parent فرض کنید ) انجام بده :</p>
<ul>
<li>در صورتی که فلگ مربع ست شده باشد آن را نادیده بگیر ، در غیر اینصورت به مرحله بعد برو</li>
<li>اگر این مربع در صف fringe نباشد ، آن را به صف اضافه کن ، مربع parent را پدر مربع اضافه شده به صف قرار بده و هزینه های F ، G و H مربع را محاسبه کن</li>
<li>اگر این مربع از قبل در صف باشد ، هزینه G آن را با استفاده از مربع parent محاسبه کن. در صورتی که این هزینه کمتر از هزینه G این مربع در حال حاضر باشد ، مربع parent را ، پدر مربع قرار بده.</li>
</ul>
<p>..4. صف fringe را به ترتیب صعودی هزینه ها مرتب کن</p>
<p>..5. توقف کن در صورتی که</p>
<ul>
<li>مربع مقصد به صف fringe اضافه شود که در این صورت مسیر پیدا شده است یا</li>
<li>صف fringe خالی باشد ( مسیری از مبدا به مقصد وجود ندارد )</li>
</ul>
</li>
<li>مسیر را ذخیره کن. با حرکت عقبگرد از نقطه پایانی و با استفاده از مربع های پدر هر مربع ، تا رسیدن به مربع شروع ، مربع ها را پیمایش کن.</li>
</ol>
<hr />
</div>
<div class="col-md-3">
<ul class="list-group">
<li class="list-group-item list-group-item-info">
هوش مصنوعی کلاسیک
</li>
<li class="list-group-item">
<a href="/ai/introduction/">مقدمه هوش مصنوعی</a>
</li>
<li class="list-group-item">
<a href="/ai/search-types/">انواع روش های جستجو</a>
</li>
<li class="list-group-item">
<a href="/ai/dfs/">جستجوی عمقی</a>
</li>
<li class="list-group-item">
<a href="/ai/dls/">جستجوی عمقی محدود شده</a>
</li>
<li class="list-group-item">
<a href="/ai/bfs/">جستجوی سطحی</a>
</li>
<li class="list-group-item">
<a href="/ai/ucs/">جستجوی هزینه یکنواخت</a>
</li>
<li class="list-group-item">
<a href="/ai/greedy/">جستجوی حریصانه</a>
</li>
<li class="list-group-item">
<span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span>
<a href="/ai/a-star/">جستجوی *A</a>
</li>
</ul>
<ul class="list-group">
<li class="list-group-item list-group-item-info">
الگوریتم های متاهیوریستیک
</li>
<li class="list-group-item">
<a href="/ai/metaheuristic-introduction/">روش های جستجوی متاهیوریستیکی</a>
</li>
<li class="list-group-item">
<a href="/ai/metaheuristic-hillclimbing/">الگوریتم تپه نوردی</a>
</li>
<li class="list-group-item">
<a href="/ai/metaheuristic-extended-hillclimbing/">الگوریتم تپه نوردی تعمیم یافته</a>
</li>
<li class="list-group-item">
<a href="/ai/metaheuristic-local-beam-search/">جستجوی پرتو محلی</a>
</li>
<li class="list-group-item">
<a href="/ai/metaheuristic-simulated-annealing/">الگوریتم Simulated Annealing</a>
</li>
<li class="list-group-item">
<a href="/ai/metaheuristic-threshold-acceptance/">الگوریتم Threshold Acceptance</a>
</li>
</ul>
<ul class="list-group">
<li class="list-group-item list-group-item-info">
برنامه های نمونه
</li>
<li class="list-group-item">
<a href="/ai/program-search-types/">روش های جستجوی ناآگاهانه</a>
</li>
<li class="list-group-item">
<a href="/ai/program-puzzle-8/">مربع هشت (8-puzzle)</a>
</li>
<li class="list-group-item">
<a href="/ai/program-minimum-spanning-tree/">درخت پوشای مینیمم (MSP)</a>
</li>
<li class="list-group-item">
<a href="/ai/program-floyd-shortest-path/">مسئله کوتاهترین مسیر</a>
</li>
<li class="list-group-item">
<a href="/ai/program-dynamic-layout-problem/">مسئله چیدمان دینامیک (DLP)</a>
</li>
<li class="list-group-item">
<a href="/ai/program-center-point/">مسئله نقطه مرکزی</a>
</li>
</ul>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="text-muted"> کلیه مطالب وب سایت با رعایت قوانین <a href="http://ai.amini.eu/www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a> قابل دسترس می باشند | 1395- 1389 © </p>
</div>
</footer>
<script type="text/javascript" src="/assets/js/jquery-2.2.4.min.js"></script>
<script type="text/javascript" src="/assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/assets/js/prism.js"></script>
</body>
</html> |
test-data/mo-static-generate/escape/out/people/person6/index.html | jsm28/matholymp-py | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Example <Test> Mathematical Olympiad: Eleven Twelve</title>
<link rel="stylesheet" href="https://www.example.org/xmo.css" type="text/css">
</head>
<body>
<h1>X<Test>MO: Eleven Twelve</h1>
<h2><a href="/xmos/xmo1/">X<Test>MO 2014</a></h2>
<table>
<tr><td>
<table class="xmo-list">
<tr><th>Country</th><td><a href="/xmos/xmo1/countries/country2/">Two <Test> Three</a></td></tr>
<tr><th>Given name</th><td>Eleven</td></tr>
<tr><th>Family name</th><td>Twelve</td></tr>
<tr><th>Primary role</th><td>Contestant 2</td></tr>
</table>
</td><td>
<a href="https://www.example.org/people/person6/photo1.jpg"><img alt="" src="https://www.example.org/people/person6/photo1-t200.jpg" width="200"></a></td></tr>
</table>
<h3>Scores</h3>
<table class="xmo-list">
<thead>
<tr><th class="xmo-scores" title="Rank">#</th><th class="xmo-scores" title="Rank (official <Test> Example)">#<sub>O</sub></th><th class="xmo-scores">Code</th><th class="xmo-scores">Name</th><th class="xmo-scores">P1</th><th class="xmo-scores">P2</th><th class="xmo-scores">P3</th><th class="xmo-scores">P4</th><th class="xmo-scores">P5</th><th class="xmo-scores">P6</th><th class="xmo-scores" title="Total score">Σ</th><th class="xmo-scores">Award</th></tr>
</thead>
<tbody>
<tr><td class="xmo-scores">4</td><td class="xmo-scores">3</td><td class="xmo-scores"><a href="/people/person6/">ABC2</a></td><td class="xmo-scores"><a href="/people/person6/">Eleven Twelve</a></td><td class="xmo-scores">7</td><td class="xmo-scores">0</td><td class="xmo-scores">0</td><td class="xmo-scores">7</td><td class="xmo-scores">0</td><td class="xmo-scores">1</td><td class="xmo-scores">15</td><td class="xmo-scores">Bronze Medal</td></tr>
</tbody>
</table>
</body>
</html>
|
wpbase/mytheme/templates/detail.html | lasantha/MyKnowledgeBase | <h1>{{web.title.rendered}}</h1>
<h3 ng-bind-html="web.title.rendered | to_trusted"></h3>
<div ng-bind-html="web.excerpt.rendered | to_trusted"></div> |
model/tests/tmpl/do.html | sdemingo/chex |
{{define "content"}}
<div class="form-group col-md-12">
<div class="row col-md-12 ">
<ul class="nav nav-pills text-right">
<li role="presentation" class="active"><a href="/welcome" >Volver</a></li>
</ul>
</div>
</div>
<div class="row col-md-8 col-md-offset-2">
<div class="page-header text-center">
<h1>{{.Content.Title}}<br><small>{{.Content.Course}}</small></h1>
</div>
<!-- Etiquetas -->
<div class="panel label-panel">
{{range .Content.Tags}}
<span class="label label-default">{{.}}</span>
{{end}}
</div>
<!-- Descripción -->
{{if ne .Content.Desc ""}}
<div class="well">
{{.Content.Desc}}
</div>
{{end}}
{{range $i, $ex := .Content.Exercises}}
<div class="panel panel-default exercise-panel">
<div class = "panel-heading">
Ejercicio {{inc $i}}
</div>
<div class = "panel-body">
{{.Quest.GetHTMLText}}
<div id="answerPanel">
<form class="form-group answer-panel" method="post">
<input type="hidden" name="QuestId" value="{{ .Quest.Id }}">
<input type="hidden" name="ExerciseId" value="{{ .Id }}">
<input type="hidden" name="BodyType" value="{{ .Quest.AType }}">
{{.Quest.GetHTMLAnswer}}
<input type="button" class="btn btn-default pull-right submit-answer" value="Contestar" />
</form>
</div>
</div>
</div><!-- exercise panel -->
{{end}}
</div>
</div>
<script>
testmaker.init()
</script>
{{end}}
|
app/templates/question_detail.html | rosix-ru/barbaris | {% extends 'base.html' %}
{% comment %}<!--
###############################################################################
# Copyright 2012 Grigoriy Kramarenko.
###############################################################################
# This file is part of Barbaris.
#
# Barbaris is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Barbaris is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Barbaris. If not, see <http://www.gnu.org/licenses/>.
#
# Этот файл — часть Barbaris.
#
# Barbaris - свободная программа: вы можете перераспространять ее и/или
# изменять ее на условиях Стандартной общественной лицензии GNU в том виде,
# в каком она была опубликована Фондом свободного программного обеспечения;
# либо версии 3 лицензии, либо (по вашему выбору) любой более поздней
# версии.
#
# Barbaris распространяется в надежде, что она будет полезной,
# но БЕЗО ВСЯКИХ ГАРАНТИЙ; даже без неявной гарантии ТОВАРНОГО ВИДА
# или ПРИГОДНОСТИ ДЛЯ ОПРЕДЕЛЕННЫХ ЦЕЛЕЙ. Подробнее см. в Стандартной
# общественной лицензии GNU.
#
# Вы должны были получить копию Стандартной общественной лицензии GNU
# вместе с этой программой. Если это не так, см.
# <http://www.gnu.org/licenses/>.
###############################################################################
-->{% endcomment %}
{% load i18n base_extras %}
{% block title %}{{ block.super }} - Вопрос {% endblock %}
{% block page_name %}{% endblock %}
{% block subnav %}{% endblock %}
{% block content %}
{% if user == question.user %}
<form class="well" action="" method="post">{% csrf_token %}
<legend>Вопрос от пользователя {% short_username question.user %}</legend>
<fieldset>
{% for field in form_question %}
<div class="control-group">
<label class="control-label" for="id_{{ field.html_name }}">{{ field.label }}</label>
<div class="row-fluid">
{{ field }}
{{ field.errors }}
</div>
</div>
{% endfor %}
<div class="form-actions">
<input type="submit" class="btn btn-primary" value="Задать" />
</div>
</fieldset>
</form>
{% else %}
<h3>Вопрос</h3>
<div class="well">
<legend>Вопрос от пользователя {% short_username question.user %}</legend>
<p>{{ question.text }}</p>
</div>
{% endif %}
{% if form_answer %}
<form class="well" action="" method="post">{% csrf_token %}
<legend>Новый ответ</legend>
<fieldset>
{% for field in form_answer %}
<div class="control-group">
<label class="control-label" for="id_{{ field.html_name }}">{{ field.label }}</label>
<div class="row-fluid">
{{ field }}
{{ field.errors }}
</div>
</div>
{% endfor %}
<div class="form-actions">
<input type="submit" class="btn btn-primary" value="Ответить" />
</div>
</fieldset>
</form>
<h3>Ответы</h3>
{% for answer in question.answer_set.all %}
<div class="well">
<h6>{% short_username answer.user %} <small>( {{ answer.created|date:"DATETIME_FORMAT" }} )</small></h6>
<p>{{ answer.text }}</p>
</div>
{% endfor %}
{% endif %}
{% endblock %}
|
demo/WebContent/js/extjs/build/classic/theme-classic/resources/theme-classic-all-rtl-debug_2.css | a497556016/demo2.0 | /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */
.x-tab-over .x-tab-default-left-tl,
.x-tab-over .x-tab-default-left-bl,
.x-tab-over .x-tab-default-left-tr,
.x-tab-over .x-tab-default-left-br,
.x-tab-over .x-tab-default-left-tc,
.x-tab-over .x-tab-default-left-bc {
background-image: url(images/tab/tab-default-left-over-corners.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */
.x-tab-over .x-tab-default-left-ml,
.x-tab-over .x-tab-default-left-mr {
background-image: url(images/tab/tab-default-left-over-sides.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */
.x-tab-over .x-tab-default-left-mc {
background-repeat: repeat-x;
background-image: url(images/tab/tab-default-left-over-fbg.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */
.x-tab-focus .x-tab-default-left-tl,
.x-tab-focus .x-tab-default-left-bl,
.x-tab-focus .x-tab-default-left-tr,
.x-tab-focus .x-tab-default-left-br,
.x-tab-focus .x-tab-default-left-tc,
.x-tab-focus .x-tab-default-left-bc {
background-image: url(images/tab/tab-default-left-focus-corners.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */
.x-tab-focus .x-tab-default-left-ml,
.x-tab-focus .x-tab-default-left-mr {
background-image: url(images/tab/tab-default-left-focus-sides.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */
.x-tab-focus .x-tab-default-left-mc {
background-repeat: repeat-x;
background-image: url(images/tab/tab-default-left-focus-fbg.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */
.x-tab-focus.x-tab-over .x-tab-default-left-tl,
.x-tab-focus.x-tab-over .x-tab-default-left-bl,
.x-tab-focus.x-tab-over .x-tab-default-left-tr,
.x-tab-focus.x-tab-over .x-tab-default-left-br,
.x-tab-focus.x-tab-over .x-tab-default-left-tc,
.x-tab-focus.x-tab-over .x-tab-default-left-bc {
background-image: url(images/tab/tab-default-left-focus-over-corners.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */
.x-tab-focus.x-tab-over .x-tab-default-left-ml,
.x-tab-focus.x-tab-over .x-tab-default-left-mr {
background-image: url(images/tab/tab-default-left-focus-over-sides.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */
.x-tab-focus.x-tab-over .x-tab-default-left-mc {
background-repeat: repeat-x;
background-image: url(images/tab/tab-default-left-focus-over-fbg.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */
.x-tab.x-tab-active .x-tab-default-left-tl,
.x-tab.x-tab-active .x-tab-default-left-bl,
.x-tab.x-tab-active .x-tab-default-left-tr,
.x-tab.x-tab-active .x-tab-default-left-br,
.x-tab.x-tab-active .x-tab-default-left-tc,
.x-tab.x-tab-active .x-tab-default-left-bc {
background-image: url(images/tab/tab-default-left-active-corners.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */
.x-tab.x-tab-active .x-tab-default-left-ml,
.x-tab.x-tab-active .x-tab-default-left-mr {
background-image: url(images/tab/tab-default-left-active-sides.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */
.x-tab.x-tab-active .x-tab-default-left-mc {
background-repeat: repeat-x;
background-image: url(images/tab/tab-default-left-active-fbg.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */
.x-tab-focus.x-tab-active .x-tab-default-left-tl,
.x-tab-focus.x-tab-active .x-tab-default-left-bl,
.x-tab-focus.x-tab-active .x-tab-default-left-tr,
.x-tab-focus.x-tab-active .x-tab-default-left-br,
.x-tab-focus.x-tab-active .x-tab-default-left-tc,
.x-tab-focus.x-tab-active .x-tab-default-left-bc {
background-image: url(images/tab/tab-default-left-focus-active-corners.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */
.x-tab-focus.x-tab-active .x-tab-default-left-ml,
.x-tab-focus.x-tab-active .x-tab-default-left-mr {
background-image: url(images/tab/tab-default-left-focus-active-sides.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */
.x-tab-focus.x-tab-active .x-tab-default-left-mc {
background-repeat: repeat-x;
background-image: url(images/tab/tab-default-left-focus-active-fbg.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */
.x-tab.x-tab-disabled .x-tab-default-left-tl,
.x-tab.x-tab-disabled .x-tab-default-left-bl,
.x-tab.x-tab-disabled .x-tab-default-left-tr,
.x-tab.x-tab-disabled .x-tab-default-left-br,
.x-tab.x-tab-disabled .x-tab-default-left-tc,
.x-tab.x-tab-disabled .x-tab-default-left-bc {
background-image: url(images/tab/tab-default-left-disabled-corners.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */
.x-tab.x-tab-disabled .x-tab-default-left-ml,
.x-tab.x-tab-disabled .x-tab-default-left-mr {
background-image: url(images/tab/tab-default-left-disabled-sides.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */
.x-tab.x-tab-disabled .x-tab-default-left-mc {
background-repeat: repeat-x;
background-image: url(images/tab/tab-default-left-disabled-fbg.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2985 */
.x-tab-default-tl,
.x-tab-default-bl,
.x-tab-default-tr,
.x-tab-default-br {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2995 */
.x-tab-default .x-tab-close-btn {
top: 2px;
right: 2px;
width: 11px;
height: 11px;
background: url(images/tab/tab-default-close.gif) 0 0;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
opacity: 0.6;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3017 */
.x-tab-default .x-tab-close-btn-over {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3086 */
.x-tab-default.x-tab-active .x-tab-close-btn {
background-position: 0 -11px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3119 */
.x-tab-default.x-tab-disabled .x-tab-close-btn {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
opacity: 0.3;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3140 */
.x-rtl.x-tab-default .x-tab-close-btn {
right: auto;
left: 2px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3146 */
.x-tab-closable.x-tab-default .x-tab-button {
padding-right: 14px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3151 */
.x-rtl.x-tab-closable.x-tab-default .x-tab-button {
padding-right: 0px;
padding-left: 14px;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-focus.x-tab-default-top:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-corners.gif), sides:url(images/tab/tab-default-top-focus-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-fbg.gif), frame:4px 4px 4px 4px, stretch:bottom" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-focus.x-tab-default-right:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-corners.gif), sides:url(images/tab/tab-default-right-focus-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-fbg.gif), frame:4px 4px 4px 4px, stretch:left" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-focus.x-tab-default-bottom:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-corners.gif), sides:url(images/tab/tab-default-bottom-focus-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-fbg.gif), frame:4px 4px 4px 4px, stretch:top" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-focus.x-tab-default-left:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-corners.gif), sides:url(images/tab/tab-default-left-focus-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-fbg.gif), frame:4px 4px 4px 4px, stretch:right" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-over.x-tab-default-top:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-top-over-corners.gif), sides:url(images/tab/tab-default-top-over-sides.gif), frame-bg:url(images/tab/tab-default-top-over-fbg.gif), frame:4px 4px 4px 4px, stretch:bottom" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-over.x-tab-default-right:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-right-over-corners.gif), sides:url(images/tab/tab-default-right-over-sides.gif), frame-bg:url(images/tab/tab-default-right-over-fbg.gif), frame:4px 4px 4px 4px, stretch:left" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-over.x-tab-default-bottom:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-bottom-over-corners.gif), sides:url(images/tab/tab-default-bottom-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-over-fbg.gif), frame:4px 4px 4px 4px, stretch:top" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-over.x-tab-default-left:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-left-over-corners.gif), sides:url(images/tab/tab-default-left-over-sides.gif), frame-bg:url(images/tab/tab-default-left-over-fbg.gif), frame:4px 4px 4px 4px, stretch:right" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-active.x-tab-default-top:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-top-active-corners.gif), sides:url(images/tab/tab-default-top-active-sides.gif), frame-bg:url(images/tab/tab-default-top-active-fbg.gif), frame:4px 4px 4px 4px, stretch:bottom" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-active.x-tab-default-right:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-right-active-corners.gif), sides:url(images/tab/tab-default-right-active-sides.gif), frame-bg:url(images/tab/tab-default-right-active-fbg.gif), frame:4px 4px 4px 4px, stretch:left" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-active.x-tab-default-bottom:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-bottom-active-corners.gif), sides:url(images/tab/tab-default-bottom-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-active-fbg.gif), frame:4px 4px 4px 4px, stretch:top" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-active.x-tab-default-left:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-left-active-corners.gif), sides:url(images/tab/tab-default-left-active-sides.gif), frame-bg:url(images/tab/tab-default-left-active-fbg.gif), frame:4px 4px 4px 4px, stretch:right" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-top:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-over-corners.gif), sides:url(images/tab/tab-default-top-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-over-fbg.gif), frame:4px 4px 4px 4px, stretch:bottom" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-right:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-over-corners.gif), sides:url(images/tab/tab-default-right-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-over-fbg.gif), frame:4px 4px 4px 4px, stretch:left" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-bottom:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-over-corners.gif), sides:url(images/tab/tab-default-bottom-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-over-fbg.gif), frame:4px 4px 4px 4px, stretch:top" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-left:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-over-corners.gif), sides:url(images/tab/tab-default-left-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-over-fbg.gif), frame:4px 4px 4px 4px, stretch:right" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-top:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-active-corners.gif), sides:url(images/tab/tab-default-top-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-active-fbg.gif), frame:4px 4px 4px 4px, stretch:bottom" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-right:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-active-corners.gif), sides:url(images/tab/tab-default-right-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-active-fbg.gif), frame:4px 4px 4px 4px, stretch:left" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-bottom:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-active-corners.gif), sides:url(images/tab/tab-default-bottom-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-active-fbg.gif), frame:4px 4px 4px 4px, stretch:top" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-left:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-active-corners.gif), sides:url(images/tab/tab-default-left-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-active-fbg.gif), frame:4px 4px 4px 4px, stretch:right" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-disabled.x-tab-default-top:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-top-disabled-corners.gif), sides:url(images/tab/tab-default-top-disabled-sides.gif), frame-bg:url(images/tab/tab-default-top-disabled-fbg.gif), frame:4px 4px 4px 4px, stretch:bottom" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-disabled.x-tab-default-right:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-right-disabled-corners.gif), sides:url(images/tab/tab-default-right-disabled-sides.gif), frame-bg:url(images/tab/tab-default-right-disabled-fbg.gif), frame:4px 4px 4px 4px, stretch:left" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-disabled.x-tab-default-bottom:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-bottom-disabled-corners.gif), sides:url(images/tab/tab-default-bottom-disabled-sides.gif), frame-bg:url(images/tab/tab-default-bottom-disabled-fbg.gif), frame:4px 4px 4px 4px, stretch:top" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-disabled.x-tab-default-left:before {
display: none;
content: "x-slicer:, corners:url(images/tab/tab-default-left-disabled-corners.gif), sides:url(images/tab/tab-default-left-disabled-sides.gif), frame-bg:url(images/tab/tab-default-left-disabled-fbg.gif), frame:4px 4px 4px 4px, stretch:right" !important;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:158 */
.x-tab-bar-default {
background-color: #cbdbef;
border-style: solid;
border-color: #99bce8;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:167 */
.x-tab-bar-default-top {
border-width: 1px 1px 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:171 */
.x-tab-bar-default-bottom {
border-width: 0 1px 1px 1px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:175 */
.x-tab-bar-default-left {
border-width: 1px 0 1px 1px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:180 */
.x-rtl.x-tab-bar-default-left {
border-width: 1px 1px 1px 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:185 */
.x-tab-bar-default-right {
border-width: 1px 1px 1px 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:190 */
.x-rtl.x-tab-bar-default-right {
border-width: 1px 0 1px 1px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:197 */
.x-tab-bar-default-top > .x-tab-bar-body-default {
padding: 1px 0 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:201 */
.x-tab-bar-default-bottom > .x-tab-bar-body-default {
padding: 0 0 1px 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:205 */
.x-tab-bar-default-left > .x-tab-bar-body-default {
padding: 0 0 0 1px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:210 */
.x-rtl.x-tab-bar-default-left > .x-tab-bar-body-default {
padding: 0 1px 0 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:215 */
.x-tab-bar-default-right > .x-tab-bar-body-default {
padding: 0 1px 0 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:220 */
.x-rtl.x-tab-bar-default-right > .x-tab-bar-body-default {
padding: 0 0 0 1px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:259 */
.x-tab-bar-plain.x-tab-bar-default-horizontal {
border-top-color: transparent;
border-bottom-color: transparent;
border-left-width: 0;
border-right-width: 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:266 */
.x-tab-bar-plain.x-tab-bar-default-vertical {
border-right-color: transparent;
border-left-color: transparent;
border-top-width: 0;
border-bottom-width: 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:278 */
.x-tab-bar-top > .x-tab-bar-body-default {
padding-bottom: 2px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:282 */
.x-tab-bar-bottom > .x-tab-bar-body-default {
padding-top: 2px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:286 */
.x-tab-bar-left > .x-tab-bar-body-default {
padding-right: 2px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:290 */
.x-tab-bar-left > .x-tab-bar-body-default.x-rtl {
padding-right: 0;
padding-left: 2px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:297 */
.x-tab-bar-right > .x-tab-bar-body-default {
padding-left: 2px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:301 */
.x-tab-bar-right > .x-tab-bar-body-default.x-rtl {
padding-left: 0;
padding-right: 2px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:309 */
.x-tab-bar-strip-default {
border-style: solid;
border-color: #99bce8;
background-color: #deecfd;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:316 */
.x-tab-bar-top > .x-tab-bar-strip-default {
border-width: 1px 0 0;
height: 3px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:320 */
.x-tab-bar-top.x-tab-bar-plain > .x-tab-bar-strip-default {
border-width: 1px 1px 0 1px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:326 */
.x-tab-bar-bottom > .x-tab-bar-strip-default {
border-width: 0 0 1px 0;
height: 3px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:330 */
.x-tab-bar-bottom.x-tab-bar-plain > .x-tab-bar-strip-default {
border-width: 0 1px 1px 1px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:336 */
.x-tab-bar-left > .x-tab-bar-strip-default {
border-width: 0 0 0 1px;
width: 3px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:340 */
.x-tab-bar-left > .x-tab-bar-strip-default.x-rtl {
border-width: 0 1px 0 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:345 */
.x-tab-bar-left.x-tab-bar-plain > .x-tab-bar-strip-default {
border-width: 1px 0 1px 1px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:348 */
.x-tab-bar-left.x-tab-bar-plain > .x-tab-bar-strip-default.x-rtl {
border-width: 1px 1px 1px 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:356 */
.x-tab-bar-right > .x-tab-bar-strip-default {
border-width: 0 1px 0 0;
width: 3px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:360 */
.x-tab-bar-right > .x-tab-bar-strip-default.x-rtl {
border-width: 0 0 0 1px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:365 */
.x-tab-bar-right.x-tab-bar-plain > .x-tab-bar-strip-default {
border-width: 1px 1px 1px 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:368 */
.x-tab-bar-right.x-tab-bar-plain > .x-tab-bar-strip-default.x-rtl {
border-width: 1px 0 1px 1px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:380 */
.x-tab-bar-horizontal > .x-tab-bar-body-default {
min-height: 26px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:383 */
.x-ie8m .x-tab-bar-horizontal > .x-tab-bar-body-default {
min-height: 23px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:390 */
.x-tab-bar-vertical > .x-tab-bar-body-default {
min-width: 26px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:393 */
.x-ie8m .x-tab-bar-vertical > .x-tab-bar-body-default {
min-width: 23px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:401 */
.x-tab-bar-default-top {
background-image: none;
background-color: #cbdbef;
background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #dde8f5), color-stop(0%, #cbdbef));
background-image: -webkit-linear-gradient(top, #dde8f5, #cbdbef);
background-image: -moz-linear-gradient(top, #dde8f5, #cbdbef);
background-image: -o-linear-gradient(top, #dde8f5, #cbdbef);
background-image: -ms-linear-gradient(top, #dde8f5, #cbdbef);
background-image: linear-gradient(top, #dde8f5, #cbdbef);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:405 */
.x-nlg .x-tab-bar-default-top {
background: url(images/tab-bar/tab-bar-default-top-bg.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:411 */
.x-tab-bar-default-bottom {
background-image: none;
background-color: #cbdbef;
background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #dde8f5), color-stop(0%, #cbdbef));
background-image: -webkit-linear-gradient(bottom, #dde8f5, #cbdbef);
background-image: -moz-linear-gradient(bottom, #dde8f5, #cbdbef);
background-image: -o-linear-gradient(bottom, #dde8f5, #cbdbef);
background-image: -ms-linear-gradient(bottom, #dde8f5, #cbdbef);
background-image: linear-gradient(bottom, #dde8f5, #cbdbef);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:415 */
.x-nlg .x-tab-bar-default-bottom {
background: url(images/tab-bar/tab-bar-default-bottom-bg.gif) bottom 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:421 */
.x-tab-bar-default-left {
background-image: none;
background-color: #cbdbef;
background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #dde8f5), color-stop(0%, #cbdbef));
background-image: -webkit-linear-gradient(left, #dde8f5, #cbdbef);
background-image: -moz-linear-gradient(left, #dde8f5, #cbdbef);
background-image: -o-linear-gradient(left, #dde8f5, #cbdbef);
background-image: -ms-linear-gradient(left, #dde8f5, #cbdbef);
background-image: linear-gradient(left, #dde8f5, #cbdbef);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:425 */
.x-nlg .x-tab-bar-default-left {
background: url(images/tab-bar/tab-bar-default-left-bg.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:431 */
.x-tab-bar-default-right {
background-image: none;
background-color: #cbdbef;
background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #dde8f5), color-stop(0%, #cbdbef));
background-image: -webkit-linear-gradient(right, #dde8f5, #cbdbef);
background-image: -moz-linear-gradient(right, #dde8f5, #cbdbef);
background-image: -o-linear-gradient(right, #dde8f5, #cbdbef);
background-image: -ms-linear-gradient(right, #dde8f5, #cbdbef);
background-image: linear-gradient(right, #dde8f5, #cbdbef);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:435 */
.x-nlg .x-tab-bar-default-right {
background: url(images/tab-bar/tab-bar-default-right-bg.gif) 0 right;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */
.x-tab-bar-default-scroller .x-box-scroller-body-horizontal {
margin-left: 18px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */
.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical {
margin-top: 17px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */
.x-box-scroller-tab-bar-default {
cursor: pointer;
color: #eee;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */
.x-box-scroller-tab-bar-default.x-box-scroller-disabled {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5;
cursor: default;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */
.x-box-scroller-tab-bar-default.x-box-scroller-left,
.x-box-scroller-tab-bar-default.x-box-scroller-right {
width: 18px;
top: 0;
bottom: 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */
.x-box-scroller-tab-bar-default.x-box-scroller-left {
margin: 0;
background-position: -18px 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:259 */
.x-box-scroller-tab-bar-default.x-box-scroller-left.x-box-scroller-hover {
background-position: 0 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */
.x-box-scroller-tab-bar-default.x-box-scroller-right {
margin: 0;
background-position: 0 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:284 */
.x-box-scroller-tab-bar-default.x-box-scroller-right.x-box-scroller-hover {
background-position: -18px 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:292 */
.x-box-scroller-tab-bar-default.x-box-scroller-top,
.x-box-scroller-tab-bar-default.x-box-scroller-bottom {
height: 18px;
left: 0;
right: 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:319 */
.x-box-scroller-tab-bar-default.x-box-scroller-top {
margin: 0;
background-position: 0 -18px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:338 */
.x-box-scroller-tab-bar-default.x-box-scroller-top.x-box-scroller-hover {
background-position: 0 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:344 */
.x-box-scroller-tab-bar-default.x-box-scroller-bottom {
margin: 0;
background-position: 0 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:363 */
.x-box-scroller-tab-bar-default.x-box-scroller-bottom.x-box-scroller-hover {
background-position: 0 -18px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:474 */
.x-tab-bar-plain.x-tab-bar-default-scroller .x-box-scroller-body-horizontal {
margin-left: 18px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:480 */
.x-tab-bar-plain.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical {
margin-top: 17px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:485 */
.x-tab-bar-plain .x-box-scroller-tab-bar-default {
color: #eee;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:492 */
.x-tab-bar-default-right .x-box-scroller-top {
background-position: right -18px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:495 */
.x-tab-bar-default-right .x-box-scroller-top.x-box-scroller-hover {
background-position: right 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:500 */
.x-tab-bar-default-right .x-box-scroller-bottom {
background-position: right 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:503 */
.x-tab-bar-default-right .x-box-scroller-bottom.x-box-scroller-hover {
background-position: right -18px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:510 */
.x-tab-bar-default-bottom .x-box-scroller-left {
background-position: -18px bottom;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:513 */
.x-tab-bar-default-bottom .x-box-scroller-left.x-box-scroller-hover {
background-position: 0 bottom;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:518 */
.x-tab-bar-default-bottom .x-box-scroller-right {
background-position: 0 bottom;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:521 */
.x-tab-bar-default-bottom .x-box-scroller-right.x-box-scroller-hover {
background-position: -18px bottom;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:598 */
.x-tab-bar-default-top .x-box-scroller-left {
background-image: url(images/tab-bar/default-scroll-left-top.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:601 */
.x-tab-bar-default-top .x-box-scroller-right {
background-image: url(images/tab-bar/default-scroll-right-top.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:607 */
.x-tab-bar-default-bottom .x-box-scroller-left {
background-image: url(images/tab-bar/default-scroll-left-bottom.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:610 */
.x-tab-bar-default-bottom .x-box-scroller-right {
background-image: url(images/tab-bar/default-scroll-right-bottom.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:616 */
.x-tab-bar-default-left .x-box-scroller-top {
background-image: url(images/tab-bar/default-scroll-top-left.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:619 */
.x-tab-bar-default-left .x-box-scroller-bottom {
background-image: url(images/tab-bar/default-scroll-bottom-left.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:625 */
.x-tab-bar-default-right .x-box-scroller-top {
background-image: url(images/tab-bar/default-scroll-top-right.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:628 */
.x-tab-bar-default-right .x-box-scroller-bottom {
background-image: url(images/tab-bar/default-scroll-bottom-right.gif);
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-bar-default-top:before {
display: none;
content: "x-slicer:, bg:url(images/tab-bar/tab-bar-default-top-bg.gif), stretch:bottom" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-bar-default-bottom:before {
display: none;
content: "x-slicer:, bg:url(images/tab-bar/tab-bar-default-bottom-bg.gif), stretch:top" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-bar-default-left:before {
display: none;
content: "x-slicer:, bg:url(images/tab-bar/tab-bar-default-left-bg.gif), stretch:right" !important;
}
/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */
.x-cmd-slicer.x-tab-bar-default-right:before {
display: none;
content: "x-slicer:, bg:url(images/tab-bar/tab-bar-default-right-bg.gif), stretch:left" !important;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:158 */
.x-breadcrumb-btn-default {
margin: 0 0 0 0px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:162 */
.x-breadcrumb-icon-folder-default {
background-image: url(images/tree/folder.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:170 */
.x-btn-menu-active .x-breadcrumb-icon-folder-default {
background-image: url(images/tree/folder-open.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:180 */
.x-breadcrumb-icon-leaf-default {
background-image: url(images/tree/leaf.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:190 */
.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-arrow:after {
width: 14px;
background-image: url(images/breadcrumb/default-arrow.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:196 */
.x-rtl.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-arrow:after {
background-image: url(images/breadcrumb/default-arrow-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:202 */
.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-arrow:after {
background-image: url(images/breadcrumb/default-arrow-open.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:207 */
.x-rtl.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-arrow:after {
background-image: url(images/breadcrumb/default-arrow-open-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:215 */
.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-split:after {
width: 14px;
background-image: url(images/breadcrumb/default-split-arrow.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:229 */
.x-rtl.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-split:after {
background-image: url(images/breadcrumb/default-split-arrow-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:235 */
.x-btn-over.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-split:after {
background-image: url(images/breadcrumb/default-split-arrow-over.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:240 */
.x-rtl.x-btn-over.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-split:after {
background-image: url(images/breadcrumb/default-split-arrow-over-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:247 */
.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-split:after {
background-image: url(images/breadcrumb/default-split-arrow-open.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:259 */
.x-rtl.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-split:after {
background-image: url(images/breadcrumb/default-split-arrow-open-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */
.x-breadcrumb-default-scroller .x-box-scroller-body-horizontal {
margin-left: 14px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */
.x-breadcrumb-default-vertical-scroller .x-box-scroller-body-vertical {
margin-top: 26px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */
.x-box-scroller-breadcrumb-default {
cursor: pointer;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */
.x-box-scroller-breadcrumb-default.x-box-scroller-disabled {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5;
cursor: default;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */
.x-box-scroller-breadcrumb-default.x-box-scroller-left,
.x-box-scroller-breadcrumb-default.x-box-scroller-right {
width: 14px;
height: 22px;
border-style: solid;
border-color: #8db2e3;
border-width: 0 0 1px;
top: 50%;
margin-top: -11px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */
.x-box-scroller-breadcrumb-default.x-box-scroller-left {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
background-image: url(images/breadcrumb/default-scroll-left.gif);
background-position: -14px 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:259 */
.x-box-scroller-breadcrumb-default.x-box-scroller-left.x-box-scroller-hover {
background-position: 0 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */
.x-box-scroller-breadcrumb-default.x-box-scroller-right {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
background-image: url(images/breadcrumb/default-scroll-right.gif);
background-position: 0 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:284 */
.x-box-scroller-breadcrumb-default.x-box-scroller-right.x-box-scroller-hover {
background-position: -14px 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:1 */
.x-tree-expander {
cursor: pointer;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:17 */
.x-tree-arrows .x-tree-expander {
background-image: url(images/tree/arrows.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:21 */
.x-tree-arrows .x-tree-expander-over .x-tree-expander {
background-position: -32px center;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:25 */
.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander {
background-position: -16px center;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:29 */
.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-expander {
background-position: -48px center;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:34 */
.x-tree-arrows .x-rtl.x-tree-expander {
background: url(images/tree/arrows-rtl.gif) no-repeat -48px center;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:38 */
.x-tree-arrows .x-tree-expander-over .x-rtl.x-tree-expander {
background-position: -16px center;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:42 */
.x-tree-arrows .x-grid-tree-node-expanded .x-rtl.x-tree-expander {
background-position: -32px center;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:46 */
.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-rtl.x-tree-expander {
background-position: 0 center;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:71 */
.x-tree-lines .x-tree-elbow {
background-image: url(images/tree/elbow.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:75 */
.x-tree-lines .x-tree-elbow-end {
background-image: url(images/tree/elbow-end.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:79 */
.x-tree-lines .x-tree-elbow-plus {
background-image: url(images/tree/elbow-plus.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:83 */
.x-tree-lines .x-tree-elbow-end-plus {
background-image: url(images/tree/elbow-end-plus.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:87 */
.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus {
background-image: url(images/tree/elbow-minus.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:91 */
.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
background-image: url(images/tree/elbow-end-minus.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:95 */
.x-tree-lines .x-tree-elbow-line {
background-image: url(images/tree/elbow-line.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:100 */
.x-tree-lines .x-rtl.x-tree-elbow {
background-image: url(images/tree/elbow-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:104 */
.x-tree-lines .x-rtl.x-tree-elbow-end {
background-image: url(images/tree/elbow-end-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:108 */
.x-tree-lines .x-rtl.x-tree-elbow-plus {
background-image: url(images/tree/elbow-plus-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:112 */
.x-tree-lines .x-rtl.x-tree-elbow-end-plus {
background-image: url(images/tree/elbow-end-plus-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:116 */
.x-tree-lines .x-grid-tree-node-expanded .x-rtl.x-tree-elbow-plus {
background-image: url(images/tree/elbow-minus-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:120 */
.x-tree-lines .x-grid-tree-node-expanded .x-rtl.x-tree-elbow-end-plus {
background-image: url(images/tree/elbow-end-minus-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:124 */
.x-tree-lines .x-rtl.x-tree-elbow-line {
background-image: url(images/tree/elbow-line-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:131 */
.x-tree-no-lines .x-tree-expander {
background-image: url(images/tree/elbow-plus-nl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:135 */
.x-tree-no-lines .x-grid-tree-node-expanded .x-tree-expander {
background-image: url(images/tree/elbow-minus-nl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:140 */
.x-tree-no-lines .x-rtl.x-tree-expander {
background-image: url(images/tree/elbow-plus-nl-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:144 */
.x-tree-no-lines .x-grid-tree-node-expanded .x-rtl.x-tree-expander {
background-image: url(images/tree/elbow-minus-nl-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:151 */
.x-tree-icon {
width: 16px;
height: 20px;
line-height: 20px;
color: gray;
font-size: 16px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:159 */
.x-tree-elbow-img {
width: 16px;
height: 20px;
line-height: 20px;
margin-right: 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:167 */
.x-rtl.x-tree-elbow-img {
margin-right: 0;
margin-left: 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:173 */
.x-tree-icon,
.x-tree-elbow-img,
.x-tree-checkbox {
margin-top: -3px;
margin-bottom: -4px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:183 */
.x-tree-icon-leaf {
background-image: url(images/tree/leaf.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:191 */
.x-tree-icon-leaf.x-rtl {
background-image: url(images/tree/leaf-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:198 */
.x-tree-icon-parent {
background-image: url(images/tree/folder.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:206 */
.x-tree-icon-parent.x-rtl {
background-image: url(images/tree/folder-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:219 */
.x-tree-icon-parent-expanded {
background-image: url(images/tree/folder-open.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:223 */
.x-tree-icon-parent-expanded.x-rtl {
background-image: url(images/tree/folder-open-rtl.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:230 */
.x-tree-icon-custom {
background-image: none;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:240 */
.x-tree-icon-custom.x-rtl {
background-image: none;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:246 */
.x-tree-checkbox {
margin-right: 3px;
top: 4px;
width: 13px;
height: 13px;
background-image: url(images/form/checkbox.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:260 */
.x-rtl.x-tree-checkbox {
margin-right: 0;
margin-left: 3px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:266 */
.x-tree-checkbox-checked {
background-position: 0 -13px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:274 */
.x-grid-tree-loading .x-tree-icon {
background-image: url(images/tree/loading.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:279 */
.x-grid-tree-loading .x-rtl.x-tree-icon {
background-image: url(images/tree/loading.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:284 */
.x-tree-node-text {
padding-left: 3px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:289 */
.x-rtl.x-tree-node-text {
padding-left: 0;
padding-right: 3px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:296 */
.x-grid-cell-inner-treecolumn {
padding: 3px 6px 4px 0;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:9 */
.x-tree-drop-ok-append .x-dd-drop-icon {
background-image: url(images/tree/drop-append.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:13 */
.x-tree-drop-ok-above .x-dd-drop-icon {
background-image: url(images/tree/drop-above.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:17 */
.x-tree-drop-ok-below .x-dd-drop-icon {
background-image: url(images/tree/drop-below.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:21 */
.x-tree-drop-ok-between .x-dd-drop-icon {
background-image: url(images/tree/drop-between.gif);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:26 */
.x-tree-ddindicator {
height: 1px;
border-width: 1px 0px 0px;
border-style: dotted;
border-color: green;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:1 */
.x-multiselector-remove {
font-size: 100%;
color: #eee;
cursor: pointer;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:6 */
.x-multiselector-remove .x-grid-cell-inner {
padding: 3px 6px 4px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:11 */
.x-grid-item-over .x-multiselector-remove {
color: red;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:1 */
.x-toast-icon-information {
background-image: url(images/window/toast/icon16_info.png);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:5 */
.x-toast-icon-error {
background-image: url(images/window/toast/icon16_error.png);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:11 */
.x-toast-window .x-window-body {
/* Using standard theme */
padding: 15px 5px 15px 5px;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:17 */
.x-toast-light .x-window-header {
/* Custom styling */
background-color: transparent;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:21 */
.x-toast-light .x-tool-img {
background-color: transparent;
}
/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:25 */
.x-toast-light {
background-image: url(images/window/toast/fader.png);
}
/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:29 */
.x-toast-light .x-window-body {
padding: 15px 5px 20px 5px;
background-color: transparent;
border: 0px solid white;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:2 */
.x-box-tl {
background: transparent no-repeat 0 0;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:6 */
.x-box-tc {
height: 8px;
background: transparent repeat-x 0 0;
overflow: hidden;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:12 */
.x-box-tr {
background: transparent no-repeat right -8px;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:16 */
.x-box-ml {
background: transparent repeat-y 0;
padding-left: 4px;
overflow: hidden;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:22 */
.x-box-mc {
background: repeat-x 0 -16px;
padding: 4px 10px;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:27 */
.x-box-mc h3 {
margin: 0 0 4px 0;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:31 */
.x-box-mr {
background: transparent repeat-y right;
padding-right: 4px;
overflow: hidden;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:37 */
.x-box-bl {
background: transparent no-repeat 0 -16px;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:41 */
.x-box-bc {
background: transparent repeat-x 0 -8px;
height: 8px;
overflow: hidden;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:47 */
.x-box-br {
background: transparent no-repeat right -24px;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:51 */
.x-box-tl,
.x-box-bl {
padding-left: 8px;
overflow: hidden;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:56 */
.x-box-tr,
.x-box-br {
padding-right: 8px;
overflow: hidden;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:61 */
.x-box-tl {
background-image: url(images/box/corners.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:65 */
.x-box-tc {
background-image: url(images/box/tb.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:69 */
.x-box-tr {
background-image: url(images/box/corners.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:73 */
.x-box-ml {
background-image: url(images/box/l.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:77 */
.x-box-mc {
background-color: #eee;
background-image: url(images/box/tb.gif);
font-family: "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
color: #393939;
font-size: 15px;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:85 */
.x-box-mc h3 {
font-size: 18px;
font-weight: bold;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:90 */
.x-box-mr {
background-image: url(images/box/r.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:94 */
.x-box-bl {
background-image: url(images/box/corners.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:98 */
.x-box-bc {
background-image: url(images/box/tb.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:102 */
.x-box-br {
background-image: url(images/box/corners.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:106 */
.x-box-blue .x-box-bl,
.x-box-blue .x-box-br,
.x-box-blue .x-box-tl,
.x-box-blue .x-box-tr {
background-image: url(images/box/corners-blue.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:110 */
.x-box-blue .x-box-bc,
.x-box-blue .x-box-mc,
.x-box-blue .x-box-tc {
background-image: url(images/box/tb-blue.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:114 */
.x-box-blue .x-box-mc {
background-color: #c3daf9;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:118 */
.x-box-blue .x-box-mc h3 {
color: #17385b;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:122 */
.x-box-blue .x-box-ml {
background-image: url(images/box/l-blue.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:126 */
.x-box-blue .x-box-mr {
background-image: url(images/box/r-blue.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/window/MessageBox.scss:2 */
.x-message-box .x-msg-box-wait {
background-image: url(images/shared/blue-loading.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/form/field/HtmlEditor.scss:2 */
.x-html-editor-wrap .x-toolbar {
border-left-color: #b5b8c8;
border-top-color: #b5b8c8;
border-right-color: #b5b8c8;
}
/* http://localhost:1843/classic/theme-classic/sass/src/form/field/HtmlEditor.scss:9 */
.x-html-editor-input {
border: 1px solid #b5b8c8;
border-top-width: 0;
}
/* http://localhost:1843/classic/theme-classic/sass/src/grid/column/Column.scss:1 */
.x-column-header-trigger {
background-color: #c5c5c5;
}
/* http://localhost:1843/classic/theme-classic/sass/src/grid/column/Column.scss:7 */
.x-rtl.x-column-header-trigger {
background-image: url(images/grid/grid3-hd-btn-left.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/layout/container/Accordion.scss:1 */
.x-accordion-hd {
-webkit-box-shadow: inset 0 0 #d9e7f8;
-moz-box-shadow: inset 0 0 #d9e7f8;
box-shadow: inset 0 0 #d9e7f8;
}
/* http://localhost:1843/classic/theme-classic/sass/src/layout/container/Accordion.scss:4 */
.x-accordion-hd-sibling-expanded {
-webkit-box-shadow: inset 0 1px #f3f7fb;
-moz-box-shadow: inset 0 1px #f3f7fb;
box-shadow: inset 0 1px #f3f7fb;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:2 */
.x-resizable-handle-east-over,
.x-resizable-handle-west-over {
background-position: left;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:7 */
.x-resizable-handle-south-over,
.x-resizable-handle-north-over {
background-position: top;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:12 */
.x-resizable-handle-southeast-over {
background-position: top left;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:16 */
.x-resizable-handle-northwest-over {
background-position: bottom right;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:20 */
.x-resizable-handle-northeast-over {
background-position: bottom left;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:24 */
.x-resizable-handle-southwest-over {
background-position: top right;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:29 */
.x-resizable-pinned .x-resizable-handle-east,
.x-resizable-pinned .x-resizable-handle-west {
background-position: left;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:34 */
.x-resizable-pinned .x-resizable-handle-south,
.x-resizable-pinned .x-resizable-handle-north {
background-position: top;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:39 */
.x-resizable-pinned .x-resizable-handle-southeast {
background-position: top left;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:43 */
.x-resizable-pinned .x-resizable-handle-northwest {
background-position: bottom right;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:47 */
.x-resizable-pinned .x-resizable-handle-northeast {
background-position: bottom left;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:51 */
.x-resizable-pinned .x-resizable-handle-southwest {
background-position: top right;
}
/* http://localhost:1843/classic/theme-classic/sass/src/slider/Multi.scss:1 */
.x-slider-focus .x-slider-thumb {
outline: 1px dotted #333;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:2 */
.x-box-tl {
background: transparent no-repeat 0 0;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:6 */
.x-box-tc {
height: 8px;
background: transparent repeat-x 0 0;
overflow: hidden;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:12 */
.x-box-tr {
background: transparent no-repeat right -8px;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:16 */
.x-box-ml {
background: transparent repeat-y 0;
padding-left: 4px;
overflow: hidden;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:22 */
.x-box-mc {
background: repeat-x 0 -16px;
padding: 4px 10px;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:27 */
.x-box-mc h3 {
margin: 0 0 4px 0;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:31 */
.x-box-mr {
background: transparent repeat-y right;
padding-right: 4px;
overflow: hidden;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:37 */
.x-box-bl {
background: transparent no-repeat 0 -16px;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:41 */
.x-box-bc {
background: transparent repeat-x 0 -8px;
height: 8px;
overflow: hidden;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:47 */
.x-box-br {
background: transparent no-repeat right -24px;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:51 */
.x-box-tl,
.x-box-bl {
padding-left: 8px;
overflow: hidden;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:56 */
.x-box-tr,
.x-box-br {
padding-right: 8px;
overflow: hidden;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:61 */
.x-box-tl {
background-image: url(images/box/corners.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:65 */
.x-box-tc {
background-image: url(images/box/tb.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:69 */
.x-box-tr {
background-image: url(images/box/corners.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:73 */
.x-box-ml {
background-image: url(images/box/l.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:77 */
.x-box-mc {
background-color: #eee;
background-image: url(images/box/tb.gif);
font-family: "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
color: #393939;
font-size: 15px;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:85 */
.x-box-mc h3 {
font-size: 18px;
font-weight: bold;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:90 */
.x-box-mr {
background-image: url(images/box/r.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:94 */
.x-box-bl {
background-image: url(images/box/corners.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:98 */
.x-box-bc {
background-image: url(images/box/tb.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:102 */
.x-box-br {
background-image: url(images/box/corners.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:106 */
.x-box-blue .x-box-bl,
.x-box-blue .x-box-br,
.x-box-blue .x-box-tl,
.x-box-blue .x-box-tr {
background-image: url(images/box/corners-blue.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:110 */
.x-box-blue .x-box-bc,
.x-box-blue .x-box-mc,
.x-box-blue .x-box-tc {
background-image: url(images/box/tb-blue.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:114 */
.x-box-blue .x-box-mc {
background-color: #c3daf9;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:118 */
.x-box-blue .x-box-mc h3 {
color: #17385b;
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:122 */
.x-box-blue .x-box-ml {
background-image: url(images/box/l-blue.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:126 */
.x-box-blue .x-box-mr {
background-image: url(images/box/r-blue.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/window/MessageBox.scss:2 */
.x-message-box .x-msg-box-wait {
background-image: url(images/shared/blue-loading.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/form/field/HtmlEditor.scss:2 */
.x-html-editor-wrap .x-toolbar {
border-left-color: #b5b8c8;
border-top-color: #b5b8c8;
border-right-color: #b5b8c8;
}
/* http://localhost:1843/classic/theme-classic/sass/src/form/field/HtmlEditor.scss:9 */
.x-html-editor-input {
border: 1px solid #b5b8c8;
border-top-width: 0;
}
/* http://localhost:1843/classic/theme-classic/sass/src/grid/column/Column.scss:1 */
.x-column-header-trigger {
background-color: #c5c5c5;
}
/* http://localhost:1843/classic/theme-classic/sass/src/grid/column/Column.scss:7 */
.x-rtl.x-column-header-trigger {
background-image: url(images/grid/grid3-hd-btn-left.gif);
}
/* http://localhost:1843/classic/theme-classic/sass/src/layout/container/Accordion.scss:1 */
.x-accordion-hd {
-webkit-box-shadow: inset 0 0 #d9e7f8;
-moz-box-shadow: inset 0 0 #d9e7f8;
box-shadow: inset 0 0 #d9e7f8;
}
/* http://localhost:1843/classic/theme-classic/sass/src/layout/container/Accordion.scss:4 */
.x-accordion-hd-sibling-expanded {
-webkit-box-shadow: inset 0 1px #f3f7fb;
-moz-box-shadow: inset 0 1px #f3f7fb;
box-shadow: inset 0 1px #f3f7fb;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:2 */
.x-resizable-handle-east-over,
.x-resizable-handle-west-over {
background-position: left;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:7 */
.x-resizable-handle-south-over,
.x-resizable-handle-north-over {
background-position: top;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:12 */
.x-resizable-handle-southeast-over {
background-position: top left;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:16 */
.x-resizable-handle-northwest-over {
background-position: bottom right;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:20 */
.x-resizable-handle-northeast-over {
background-position: bottom left;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:24 */
.x-resizable-handle-southwest-over {
background-position: top right;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:29 */
.x-resizable-pinned .x-resizable-handle-east,
.x-resizable-pinned .x-resizable-handle-west {
background-position: left;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:34 */
.x-resizable-pinned .x-resizable-handle-south,
.x-resizable-pinned .x-resizable-handle-north {
background-position: top;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:39 */
.x-resizable-pinned .x-resizable-handle-southeast {
background-position: top left;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:43 */
.x-resizable-pinned .x-resizable-handle-northwest {
background-position: bottom right;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:47 */
.x-resizable-pinned .x-resizable-handle-northeast {
background-position: bottom left;
}
/* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:51 */
.x-resizable-pinned .x-resizable-handle-southwest {
background-position: top right;
}
/* http://localhost:1843/classic/theme-classic/sass/src/slider/Multi.scss:1 */
.x-slider-focus .x-slider-thumb {
outline: 1px dotted #333;
} |
46-48JQUERY/day02/code/16-文档操作案例.html | zhaojingtao/PHP-NOTE | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<script src="jquery-3.1.1.min.js"></script>
<script>
var num = 0;
//计数器
function addpic(){
num++;
var pic = '<p id="mypic'+num+'">相册:<input type="file" name="userpic" /><input type="button" value="删除" onclick="removep(\'mypic'+num+'\')"/></p>';
$('#one').after(pic);
}
function removep(flag){
$('#'+flag).remove();
}
</script>
</head>
<body>
<h2></h2>
<form method="post" action="">
<p>用户名:<input type="text" name="username" /></p>
<p>密码:<input type="text" name="userpwd" /></p>
<p id="one">相册:<input type="file" name="userpic" />
<input type="button" value="增加" onclick="addpic()" />
</p>
<input type="submit" value="注册" />
</form>
</body>
</html> |
Lab5/docs/html/_safe_buffer_8cpp.html | AaronEnnis/CDDLabs | <!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>Lab 5: SafeBuffer.cpp File 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">Lab 5
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">SafeBuffer.cpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include "<a class="el" href="_safe_buffer_8h_source.html">SafeBuffer.h</a>"</code><br />
<code>#include <iostream></code><br />
</div></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>
|
lib/dhtmlxSuite/docsExplorer/dhtmlxgrid/dhtmlxgrid___control_drop.html | AutonomyLab/rosdash | <!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" dir="ltr">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link rel="stylesheet" href="../codebase/default.css" type="text/css" media="screen" title="no title" charset="utf-8"><title>
dhtmlxgrid:control_drop [DHX documentation]
</title></head>
<body>
<div class="dokuwiki">
<div class="stylehead">
<div class="header">
<a class="logo" href="http://dhtmlx.com" title="DHTMLX Home Page"></a>
<span class="tittle-dhtmlx">DHTMLX Docs & Samples Explorer</span>
<div class="search-field">
<form action="/dhtmlx/docs/doku.php" accept-charset="utf-8" id="dw__search"><div class="no"><input type="hidden" name="do" value="search" /><input type="text" id="qsearch__in" accesskey="f" name="id" title="Search" /><button type="submit"></button><div id="qsearch__out" class="ajax_qsearch JSpopup"></div></div></form> </div>
<div class="buttons">
<a class="doc"></a>
<a title="DHTMLX Samples homepage" href="../samples.html" class="sample"/></a>
</div>
<!-- <div class="pagename">
[[<a href="#" title="Backlinks">dhtmlxgrid:control_drop</a>]]
</div>
<div class="logo">
<a href="/dhtmlx/docs/doku.php" name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[H]">DHX documentation</a> </div>
<div class="clearer"></div>-->
</div>
<!-- <div class="bar" id="bar__top">
<div class="bar-left" id="bar__topleft">
<form class="button btn_edit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="" /><input type="hidden" name="id" value="dhtmlxgrid:control_drop" /><input type="submit" value="Edit this page" class="button" accesskey="e" title="Edit this page [E]" /></div></form> <form class="button btn_revs" method="get" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="revisions" /><input type="hidden" name="id" value="dhtmlxgrid:control_drop" /><input type="submit" value="Old revisions" class="button" accesskey="o" title="Old revisions [O]" /></div></form> </div>
<div class="bar-right" id="bar__topright">
<form class="button btn_recent" method="get" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="recent" /><input type="hidden" name="id" value="dhtmlxgrid:control_drop" /><input type="submit" value="Recent changes" class="button" accesskey="r" title="Recent changes [R]" /></div></form> <form action="/dhtmlx/docs/doku.php" accept-charset="utf-8" id="dw__search"><div class="no"><input type="hidden" name="do" value="search" /><input type="text" id="qsearch__in" accesskey="f" name="id" title="Search" /><button type="submit"></button><div id="qsearch__out" class="ajax_qsearch JSpopup"></div></div></form>
</div>
<div class="clearer"></div>
</div> -->
<!-- <div class="breadcrumbs">
<span class="bchead">Trace:</span> <span class="bcsep">»</span> <span class="curid"><a href="/dhtmlx/docs/doku.php?id=dhtmlxgrid:control_drop" class="breadcrumbs" title="dhtmlxgrid:control_drop">control_drop</a></span> </div>
-->
</div>
<div class="page">
<!-- wikipage start -->
<p>
<div class='backlinks'><div class='backlink last_backlink'><img src="icons___file.gif" class="media" alt="" /><a href="../index.html" class="wikilink1" title="start">Index</a></div><div class='arrow'></div><div class='backlink last_backlink'><img src="icons___grid.gif" class="media" alt="" /><a href="index.html" class="wikilink1" title="dhtmlxgrid:toc">dhtmlxgrid</a></div></div>
</p>
<h2><a name="control_drop" id="control_drop">Control Drop</a></h2>
<div class="level2">
<p>
After the item was dragged and dropped, the next stage of process is initiated - the item needs to be correctly inserted in its new place.
And again there is no need to do anything, but default existing logic that will process operation on its own.
But in some cases we need to customize the operation:
</p>
<ul>
<li class="level1"><div class="li"> block d-n-d operation:</div>
</li>
</ul>
<pre class="code javascript"> mygrid.<span class="me1">attachEvent</span><span class="br0">(</span><span class="st0">"onDrag"</span><span class="sy0">,</span><span class="kw2">function</span><span class="br0">(</span>sid<span class="sy0">,</span>tid<span class="br0">)</span><span class="br0">{</span>
<span class="kw1">if</span> <span class="br0">(</span><span class="sy0">!</span>some_check<span class="br0">(</span>sid<span class="sy0">,</span>tid<span class="br0">)</span><span class="br0">)</span> <span class="kw1">return</span> <span class="kw2">false</span>; <span class="co1">//block d-n-d</span>
<span class="kw1">return</span> <span class="kw2">true</span>;
<span class="br0">}</span><span class="br0">)</span>;</pre><ul>
<li class="level1"><div class="li"> dynamically switch between move and copy behaviors:</div>
</li>
</ul>
<pre class="code javascript"> mygrid.<span class="me1">attachEvent</span><span class="br0">(</span><span class="st0">"onDrag"</span><span class="sy0">,</span><span class="kw2">function</span><span class="br0">(</span>sid<span class="sy0">,</span>tid<span class="br0">)</span><span class="br0">{</span>
<span class="kw1">if</span> <span class="br0">(</span><span class="sy0">!</span>some_check<span class="br0">(</span>sid<span class="sy0">,</span>tid<span class="br0">)</span><span class="br0">)</span> mygrid.<span class="me1">dragContext</span>.<span class="me1">mode</span><span class="sy0">=</span><span class="st0">"copy"</span>; <span class="co1">// copy item instead of moving it</span>
<span class="kw1">return</span> <span class="kw2">true</span>;
<span class="br0">}</span><span class="br0">)</span>;</pre>
<p>
The dragContext object is available during the onDrag event and it contains the following properties:
</p>
<ol>
<li class="level1"><div class="li"> dragContext.source - type of the source component (“tree”,”grid”,”treeGrid”);</div>
</li>
<li class="level1"><div class="li"> dragContext.target - type of the target component;</div>
</li>
<li class="level1"><div class="li"> dragContext.sobj - the source object;</div>
</li>
<li class="level1"><div class="li"> dragContext.tobj - the target object;</div>
</li>
<li class="level1"><div class="li"> dragContext.dropmode - whether the dragged item will be a “child” or a “sibling”;</div>
</li>
<li class="level1"><div class="li"> dragConetxt.mode - whether the dragged item will be copied or just moved: “copy” or “move”;</div>
</li>
<li class="level1"><div class="li"> dragContext.slist() - ID(s) of the dragged item(s);</div>
</li>
<li class="level1"><div class="li"> dragContext.tid - ID of the drag landing item;</div>
</li>
</ol>
<p>
Any of these properties can be changed, and further dragging process will use the changed value instead of the original one.
</p>
<ul>
<li class="level1"><div class="li"> just fire some custom functionality instead of moving an item:</div>
</li>
</ul>
<pre class="code javascript"> mygrid.<span class="me1">attachEvent</span><span class="br0">(</span><span class="st0">"onDrag"</span><span class="sy0">,</span><span class="kw2">function</span><span class="br0">(</span>sid<span class="sy0">,</span>tid<span class="br0">)</span><span class="br0">{</span>
some_custom_code<span class="br0">(</span>sid<span class="sy0">,</span>tid<span class="br0">)</span>;
<span class="kw1">return</span> <span class="kw2">false</span>;
<span class="br0">}</span><span class="br0">)</span>;</pre><ul>
<li class="level1"><div class="li"> moving an item, but with some specific rules:</div>
</li>
</ul>
<pre class="code javascript"> mygrid.<span class="me1">attachEvent</span><span class="br0">(</span><span class="st0">"onDrag"</span><span class="sy0">,</span><span class="kw2">function</span><span class="br0">(</span>sid<span class="sy0">,</span>tid<span class="br0">)</span><span class="br0">{</span>
mygrid.<span class="me1">moveRowTo</span><span class="br0">(</span>sid<span class="sy0">,</span>someID<span class="sy0">,</span><span class="st0">"copy"</span><span class="sy0">,</span><span class="st0">"sibling"</span><span class="br0">)</span>; <span class="co1">//moving an item as a sibling of some other element</span>
<span class="kw1">return</span> <span class="kw2">false</span>; <span class="co1">// block default d-n-d</span>
<span class="br0">}</span><span class="br0">)</span>;</pre>
<p>
Data conversion is required when d-n-d process occurs between different grids. This can be done by redefining gridToGrid method:
</p>
<pre class="code javascript"> grid.<span class="me1">gridToGrid</span> <span class="sy0">=</span> <span class="kw2">function</span><span class="br0">(</span>rowId<span class="sy0">,</span>sgrid<span class="sy0">,</span>tgrid<span class="br0">)</span><span class="br0">{</span>
<span class="kw2">var</span> z<span class="sy0">=</span><span class="br0">[</span><span class="br0">]</span>;
<span class="kw1">for</span> <span class="br0">(</span><span class="kw2">var</span> i<span class="sy0">=</span>0; i<span class="sy0"><</span>sgrid.<span class="me1">getColumCount</span><span class="br0">(</span><span class="br0">)</span>; i<span class="sy0">++</span><span class="br0">)</span> <span class="co1">// for each cell in the source grid</span>
z<span class="br0">[</span>i<span class="br0">]</span><span class="sy0">=</span>sgrid.<span class="me1">cells</span><span class="br0">(</span>rowId<span class="sy0">,</span>i<span class="br0">)</span>.<span class="me1">getValue</span><span class="br0">(</span><span class="br0">)</span>; <span class="co1">// prepare data for target grid</span>
<span class="kw1">return</span> z;
<span class="br0">}</span></pre>
<p>
This snippet just copies the data, without applying any modifications to it. In a real application it may change data order or add|delete some of it.
</p>
<p>
In case when d-n-d process occurs from tree to grid, the same can be done by redefining treeToGridElement or gridToTreeElement:
</p>
<pre class="code javascript"> grid.<span class="me1">gridToTreeElement</span> <span class="sy0">=</span> <span class="kw2">function</span><span class="br0">(</span>tree<span class="sy0">,</span>treeID<span class="sy0">,</span>gridID<span class="br0">)</span><span class="br0">{</span>
<span class="kw1">return</span> <span class="kw1">this</span>.<span class="me1">cells</span><span class="br0">(</span>gridId<span class="sy0">,</span>0<span class="br0">)</span>.<span class="me1">getValue</span><span class="br0">(</span><span class="br0">)</span>; <span class="co1">// take data from the first column as a value for tree</span>
<span class="br0">}</span></pre><pre class="code javascript">
grid.<span class="me1">treeToGridElement</span> <span class="sy0">=</span> <span class="kw2">function</span><span class="br0">(</span>tree<span class="sy0">,</span>treeID<span class="sy0">,</span>gridID<span class="br0">)</span><span class="br0">{</span>
<span class="kw2">var</span> z<span class="sy0">=</span><span class="br0">[</span>treeObj.<span class="me1">getItemText</span><span class="br0">(</span>treeID<span class="br0">)</span><span class="br0">]</span>; <span class="co1">//set the tree text as a value of the first column in the grid</span>
<span class="kw1">return</span> z;
<span class="br0">}</span></pre>
</div>
<div class="secedit"><form class="button btn_secedit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="lines" value="53-" /><input type="hidden" name="rev" value="1335474000" /><input type="hidden" name="id" value="dhtmlxgrid:control_drop" /><input type="submit" value="Edit" class="button" title="Control Drop" /></div></form></div>
<!-- wikipage stop -->
</div>
<div class="clearer"> </div>
<div class="stylefoot">
<div class="meta">
<div class="user">
</div>
<!-- <div class="doc">
dhtmlxgrid/control_drop.txt · Last modified: 2012/04/27 01:00 (external edit) </div>
</div>-->
<!--<div class="bar" id="bar__bottom">-->
<!--<div class="bar-left" id="bar__bottomleft">-->
<!--<form class="button btn_edit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="" /><input type="hidden" name="id" value="dhtmlxgrid:control_drop" /><input type="submit" value="Edit this page" class="button" accesskey="e" title="Edit this page [E]" /></div></form>-->
<!--<form class="button btn_revs" method="get" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="revisions" /><input type="hidden" name="id" value="dhtmlxgrid:control_drop" /><input type="submit" value="Old revisions" class="button" accesskey="o" title="Old revisions [O]" /></div></form>-->
<!--</div>-->
<!--<div class="bar-right" id="bar__bottomright">-->
<!---->
<!---->
<!---->
<!---->
<!---->
<!--<form class="button btn_index" method="get" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="index" /><input type="hidden" name="id" value="dhtmlxgrid:control_drop" /><input type="submit" value="Index" class="button" accesskey="x" title="Index [X]" /></div></form>-->
<!--<a class="nolink" href="#dokuwiki__top"><input type="button" class="button" value="Back to top" onclick="window.scrollTo(0, 0)" title="Back to top" /></a> -->
<!--</div>-->
<!--<div class="clearer"></div>-->
<!--</div>-->
</div>
</div>
<div class="footerinc">
</div>
<div class="no"><img src="/dhtmlx/docs/lib/exe/indexer.php?id=dhtmlxgrid%3Acontrol_drop&1366131704" width="1" height="1" alt="" /></div>
<div class="footer">
<div class="footer-logo"></div>
<div class="copyright">Copyright © 1998-2011 DHTMLX LTD.<br />All rights reserved.</div>
<form class="button btn_edit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="" /><input type="hidden" name="id" value="dhtmlxgrid:control_drop" /><input type="submit" value="Edit this page" class="button" accesskey="e" title="Edit this page [E]" /></div></form> </div>
</body>
</html>
|
html_old/nav.html | shawger/s-kape | <div class="navbar-fixed-top navbar">
<div class="container-fluid">
<div class = "navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="glyphicon glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span>
</button>
<a class="navbar-brand" href="/"><img alt="Brand" src="/img/brand.png"></a>
<p class="navbar-text nav-bar-title-text"> {{ title }}</p>
</div>
<div id = 'navbar' class = 'navbar-collapse collapse'>
<ul class="nav navbar-nav navbar-right">
<li><a href="/pics">pics</a></li>
<li><a href="/posts">posts</a></li>
<li><a href="/about">about</a></li>
</ul>
</div>
</div>
</div> |
static/redirects/articles/blog2.md.html | pitsolu/pitsolu.github.com | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Essential META Tags -->
<meta property="og:title" content="Age of surveillance" />
<meta property="og:type" content="Blog" />
<meta property="og:image" content="https://pitsolu.github.io/images/logo-large.png" />
<meta property="og:url" content="https://pitsolu.github.io/#!/blog/news/blog2.md" />
<meta name="twitter:card" content="https://pitsolu.github.io/images/logo-large.png" />
<!-- Non-Essential, But Recommended -->
<meta property="og:description" content="Age of surveillance" />
<meta property="og:site_name" content="Pitsolu" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="https://pitsolu.gihub.io" />
<meta name="twitter:creator" content="@pitsolu" />
<meta name="twitter:image:alt" content="Pitsolu Logo" />
<!-- Non-Essential, But Required for Analytics -->
<meta property="fb:app_id" content="None" />
<meta name="twitter:site" content="@pitsolu" />
<title>Age of surveillance</title>
</head>
<body>
<b>Please wait...</b>
<script type="text/javascript">
(function(){
setTimeout(function(){
window.location = "https://pitsolu.github.io/#!/blog/news/blog2.md"}, 1000)})();
</script>
</body>
</html> |
25-30.中级商城项目/final代码/shopcz/application/views/admin/goods_add.html | zhaojingtao/PHP-NOTE | <!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">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title></title>
<link href="application/views/admin/styles/general.css" rel="stylesheet" type="text/css" />
<link href="application/views/admin/styles/main.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="application/views/admin/js/utils.js"></script>
<script type="text/javascript" src="application/views/admin/js/selectzone.js"></script>
<script type="text/javascript" src="application/views/admin/js/colorselector.js"></script>
<script type="text/javascript" src="application/views/admin/js/calendar.php?lang="></script>
</head>
<body>
<h1>
<span class="action-span"><a href="index.php?p=admin&c=goods&a=index">商品列表</a></span>
<span class="action-span1"><a href="index.php?act=main">SHOP 管理中心 </a> </span><span id="search_id" class="action-span1"> - 编辑商品信息 </span>
<div style="clear:both"></div>
</h1>
<div class="tab-div">
<!-- tab bar -->
<div id="tabbar-div">
<p>
<span class="tab-front" id="general-tab">通用信息</span>
<span class="tab-back" id="detail-tab">详细描述</span>
<span class="tab-back" id="mix-tab">其他信息</span>
<span class="tab-back" id="properties-tab">商品属性</span>
<span class="tab-back" id="gallery-tab">商品相册</span>
</p>
</div>
<!-- tab body -->
<div id="tabbody-div">
<form enctype="multipart/form-data" action="index.php?p=admin&c=goods&a=insert" method="post" name="theForm">
<input type="hidden" name="MAX_FILE_SIZE" value="2097152">
<!-- 通用信息 -->
<table width="90%" id="general-table" align="center" style="display: table;">
<tbody>
<tr>
<td class="label">商品名称:</td>
<td><input type="text" name="goods_name" value="诺基亚N85" size="30"><span class="require-field">*</span></td>
</tr>
<tr>
<td class="label">商品货号: </td>
<td><input type="text" name="goods_sn" value="ECS000032" size="20" onblur="checkGoodsSn(this.value,'32')"><span id="goods_sn_notice"></span><br>
<span class="notice-span" style="display:block" id="noticeGoodsSN">如果您不输入商品货号,系统将自动生成一个唯一的货号。</span></td>
</tr>
<tr>
<td class="label">商品分类:</td>
<td>
<select name="cat_id" onchange="hideCatDiv()">
<option value="0">请选择...</option>
<?php foreach ($cats as $cat):?>
<option value="<?php echo $cat['cat_id'];?>">
<?php echo str_repeat(" ", $cat['level']);?>
<?php echo $cat['cat_name'];?>
</option>
<?php endforeach;?>
</select>
</td>
</tr>
<tr>
<td class="label">商品品牌:</td>
<td>
<select name="brand_id" onchange="hideBrandDiv()">
<option value="0">请选择...</option>
<?php foreach ($brands as $brand):?>
<option value="<?php echo $brand['brand_id'];?>">
<?php echo $brand['brand_name'];?>
</option>
<?php endforeach;?>
</select>
</td>
</tr>
<tr>
<td class="label">选择供货商:</td>
<td>
<select name="suppliers_id" id="suppliers_id">
<option value="0">不指定供货商属于本店商品</option>
<option value="1">北京供货商</option>
<option value="2">上海供货商</option>
</select>
</td>
</tr>
<tr>
<td class="label">本店售价:</td>
<td><input type="text" name="shop_price" value="3010.00" size="20" onblur="priceSetted()">
<input type="button" value="按市场价计算" onclick="marketPriceSetted()">
<span class="require-field">*</span></td>
</tr>
<tr>
<td class="label">会员价格:</td>
<td><input type="text" name="user_price" value="3010.00" size="20" onblur="priceSetted()"></td>
</tr>
<tr>
<td class="label">市场售价:</td>
<td><input type="text" name="market_price" value="3612.00" size="20">
<input type="button" value="取整数" onclick="integral_market_price()">
</td>
</tr>
<tr>
<td class="label"><label for="is_promote"><input type="checkbox" id="is_promote" name="is_promote" value="1" checked="checked" onclick="handlePromote(this.checked);"> 促销价:</label></td>
<td id="promote_3"><input type="text" id="promote_1" name="promote_price" value="2750.00" size="20"></td>
</tr>
<tr id="promote_4">
<td class="label" id="promote_5">促销日期:</td>
<td id="promote_6">
<input name="promote_start_time" type="text" id="promote_start_date" size="12" value="2009-06-01" readonly="readonly"><input name="selbtn1" type="button" id="selbtn1" onclick="return showCalendar('promote_start_date', '%Y-%m-%d', false, false, 'selbtn1');" value="选择" class="button"> - <input name="promote_end_time" type="text" id="promote_end_date" size="12" value="2014-11-30" readonly="readonly"><input name="selbtn2" type="button" id="selbtn2" onclick="return showCalendar('promote_end_date', '%Y-%m-%d', false, false, 'selbtn2');" value="选择" class="button">
</td>
</tr>
<tr>
<td class="label">上传商品图片:</td>
<td>
<input type="file" name="goods_img" size="35">
<a href="goods.php?act=show_image&img_url=application/views/admin//application/views/admin//images/200905/goods_img/32_G_1242110760868.jpg" target="_blank"><img src="application/views/admin//application/views/admin//images/yes.gif" border="0"></a>
<br><input type="text" size="40" value="商品图片外部URL" style="color:#aaa;" onfocus="if (this.value == '商品图片外部URL'){this.value='http://';this.style.color='#000';}" name="goods_img_url">
</td>
</tr>
<tr id="auto_thumb_1">
<td class="label"> 上传商品缩略图:</td>
<td id="auto_thumb_3">
<input type="file" name="goods_thumb" size="35" disabled="">
<a href="goods.php?act=show_image&img_url=application/views/admin//application/views/admin//images/200905/thumb_img/32_thumb_G_1242110760196.jpg" target="_blank"><img src="application/views/admin//application/views/admin//images/yes.gif" border="0"></a>
<br><input type="text" size="40" value="商品缩略图外部URL" style="color:#aaa;" onfocus="if (this.value == '商品缩略图外部URL'){this.value='http://';this.style.color='#000';}" name="goods_thumb_url" disabled="">
<br><label for="auto_thumb"><input type="checkbox" id="auto_thumb" name="auto_thumb" checked="true" value="1" onclick="handleAutoThumb(this.checked)">自动生成商品缩略图</label> </td>
</tr>
</tbody></table>
<!-- 详细描述 -->
<table width="90%" id="detail-table" style="display: none;">
<tbody><tr>
<td><input type="hidden" id="goods_desc" name="goods_desc" value="" style="display:none"><input type="hidden" id="goods_desc___Config" value="" style="display:none"><iframe id="goods_desc___Frame" src="application/views/admin/fckeditor/editor/fckeditor.html?InstanceName=goods_desc&Toolbar=Normal" width="100%" height="320" frameborder="0" scrolling="no" style="margin: 0px; padding: 0px; border: 0px; background-color: transparent; background-image: none; width: 100%; height: 320px;"></iframe></td>
</tr>
</tbody></table>
<!-- 其他信息 -->
<table width="90%" id="mix-table" style="display: none;" align="center">
<tbody><tr>
<td class="label">商品重量:</td>
<td><input type="text" name="goods_weight" value="" size="20"> <select name="weight_unit"><option value="1">千克</option><option value="0.001" selected="">克</option></select></td>
</tr>
<tr>
<td class="label"><a href="javascript:showNotice('noticeStorage');" title="点击此处查看提示信息"><img src="application/views/admin//application/views/admin//images/notice.gif" width="16" height="16" border="0" alt="点击此处查看提示信息"></a> 商品库存数量:</td>
<!-- <td><input type="text" name="goods_number" value="4" size="20" readonly="readonly" /><br />-->
<td><input type="text" name="goods_number" value="4" size="20"><br>
<span class="notice-span" style="display:block" id="noticeStorage">库存在商品为虚货或商品存在货品时为不可编辑状态,库存数值取决于其虚货数量或货品数量</span></td>
</tr>
<tr>
<td class="label">库存警告数量:</td>
<td><input type="text" name="warn_number" value="1" size="20"></td>
</tr>
<tr>
<td class="label">加入推荐:</td>
<td><input type="checkbox" name="is_best" value="1" checked="checked">精品 <input type="checkbox" name="is_new" value="1" checked="checked">新品 <input type="checkbox" name="is_hot" value="1" checked="checked">热销</td>
</tr>
<tr id="alone_sale_1">
<td class="label" id="alone_sale_2">上架:</td>
<td id="alone_sale_3"><input type="checkbox" name="is_onsale" value="1" checked="checked"> 打勾表示允许销售,否则不允许销售。</td>
</tr>
<tr>
<td class="label">能作为普通商品销售:</td>
<td><input type="checkbox" name="is_alone_sale" value="1" checked="checked"> 打勾表示能作为普通商品销售,否则只能作为配件或赠品销售。</td>
</tr>
<tr>
<td class="label">是否为免运费商品</td>
<td><input type="checkbox" name="is_shipping" value="1"> 打勾表示此商品不会产生运费花销,否则按照正常运费计算。</td>
</tr>
<tr>
<td class="label">商品关键词:</td>
<td><input type="text" name="keywords" value="2008年10月 GSM,850,900,1800,1900 黑色" size="40"> 用空格分隔</td>
</tr>
<tr>
<td class="label">商品简单描述:</td>
<td><textarea name="goods_brief" cols="40" rows="3"></textarea></td>
</tr>
<tr>
<td class="label">
<a href="javascript:showNotice('noticeSellerNote');" title="点击此处查看提示信息"><img src="application/views/admin//application/views/admin//images/notice.gif" width="16" height="16" border="0" alt="点击此处查看提示信息"></a> 商家备注: </td>
<td><textarea name="seller_note" cols="40" rows="3"></textarea><br>
<span class="notice-span" style="display:block" id="noticeSellerNote">仅供商家自己看的信息</span></td>
</tr>
</tbody></table>
<!-- 商品属性 -->
<table width="90%" id="properties-table" style="display: none;" align="center">
<tbody>
<tr>
<td class="label">商品类型:</td>
<td>
<select name="type_id" onchange="getAttrList(this.value)">
<option value="0">请选择商品类型</option>
<?php foreach ($types as $type):?>
<option value="<?php echo $type['type_id'];?>">
<?php echo $type['type_name'];?></option>
<?php endforeach;?>
</select><br>
<span class="notice-span" style="display:block" id="noticeGoodsType">请选择商品的所属类型,进而完善此商品的属性</span>
</td>
</tr>
<tr>
<td id="tbody-goodsAttr" colspan="2" style="padding:0">
<!--
<table width='100%' id='attrTable'>
<tbody>
<tr>
<td class='label'>上市日期</td>
<td>
<input type='hidden' name='attr_id_list[]' value='172'>
<select name='attr_value_list[]'>
<option value=''>请选择...</option>
<option value='2008年01月'>2008年01月</option>
<option value='2008年02月'>2008年02月</option>
<option value='2008年03月'>2008年03月</option>
<option value='2008年04月'>2008年04月</option>
<option value='2008年05月'>2008年05月</option>
<option value='2008年06月'>2008年06月</option>
<option value='2008年07月'>2008年07月</option>
<option value='2008年08月'>2008年08月</option>
<option value='2008年09月'>2008年09月</option>
<option value='2008年10月' selected='selected'>2008年10月</option>
<option value='2008年11月'>2008年11月</option>
<option value='2008年12月'>2008年12月</option>
<option value='2007年01月'>2007年01月</option>
<option value='2007年02月'>2007年02月</option>
<option value='2007年03月'>2007年03月</option>
<option value='2007年04月'>2007年04月</option>
<option value='2007年05月'>2007年05月</option>
<option value='2007年06月'>2007年06月</option>
<option value='2007年07月'>2007年07月</option>
<option value='2007年08月'>2007年08月</option>
<option value='2007年09月'>2007年09月</option>
<option value='2007年10月'>2007年10月</option>
<option value='2007年11月'>2007年11月</option>
<option value='2007年12月'>2007年12月</option>
</select>
<input type='hidden' name='attr_price_list[]' value='0'>
</td>
</tr>
<tr>
<td class='label'>存储卡格式</td>
<td>
<input type='hidden' name='attr_id_list[]' value='180'>
<input name='attr_value_list[]' type='text' value='MicroSD' size='40'>
<input type='hidden' name='attr_price_list[]' value='0'>
</td>
</tr>
<tr>
<td class="label">内存容量</td>
<td>
<input type="hidden" name="attr_id_list[]" value="181">
<input name="attr_value_list[]" type="text" value="78MB" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">操作系统</td>
<td>
<input type="hidden" name="attr_id_list[]" value="182">
<input name="attr_value_list[]" type="text" value="Symbian OS v9.3" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">K-JAVA</td>
<td>
<input type="hidden" name="attr_id_list[]" value="183">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">尺寸体积</td>
<td><input type="hidden" name="attr_id_list[]" value="184">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">屏幕颜色</td>
<td>
<input type="hidden" name="attr_id_list[]" value="186">
<select name="attr_value_list[]">
<option value="">请选择...</option>
<option value="1600万">1600万</option>
<option value="262144万">262144万</option>
</select>
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">屏幕材质</td>
<td>
<input type="hidden" name="attr_id_list[]" value="187">
<select name="attr_value_list[]">
<option value="">请选择...</option>
<option value="TFT">TFT</option>
</select>
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">屏幕分辨率</td>
<td>
<input type="hidden" name="attr_id_list[]" value="188">
<select name="attr_value_list[]">
<option value="">请选择...</option>
<option value="320×240 像素">320×240 像素</option>
<option value="240×400 像素">240×400 像素</option>
<option value="240×320 像素">240×320 像素</option>
<option value="176x220 像素">176x220 像素</option>
</select>
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">屏幕大小</td>
<td>
<input type="hidden" name="attr_id_list[]" value="189">
<input name="attr_value_list[]" type="text" value="2.6英寸" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">中文输入法</td>
<td>
<input type="hidden" name="attr_id_list[]" value="190">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">情景模式</td>
<td>
<input type="hidden" name="attr_id_list[]" value="191">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">网络链接</td>
<td>
<input type="hidden" name="attr_id_list[]" value="192">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">蓝牙接口</td>
<td>
<input type="hidden" name="attr_id_list[]" value="193">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">数据线接口</td>
<td>
<input type="hidden" name="attr_id_list[]" value="194">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">电子邮件</td>
<td>
<input type="hidden" name="attr_id_list[]" value="195">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">办公功能</td>
<td>
<input type="hidden" name="attr_id_list[]" value="197">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">数码相机</td>
<td>
<input type="hidden" name="attr_id_list[]" value="198">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">像素</td>
<td>
<input type="hidden" name="attr_id_list[]" value="199">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">传感器</td>
<td>
<input type="hidden" name="attr_id_list[]" value="200">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">变焦模式</td>
<td>
<input type="hidden" name="attr_id_list[]" value="201">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">视频拍摄</td>
<td>
<input type="hidden" name="attr_id_list[]" value="202">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">MP3播放器</td>
<td>
<input type="hidden" name="attr_id_list[]" value="203">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">视频播放</td>
<td>
<input type="hidden" name="attr_id_list[]" value="204">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">CPU频率</td>
<td>
<input type="hidden" name="attr_id_list[]" value="205">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">收音机</td>
<td>
<input type="hidden" name="attr_id_list[]" value="206">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">耳机接口</td>
<td>
<input type="hidden" name="attr_id_list[]" value="207">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">闪光灯</td>
<td>
<input type="hidden" name="attr_id_list[]" value="208">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">浏览器</td>
<td>
<input type="hidden" name="attr_id_list[]" value="209">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label"><a href="javascript:;" onclick="addSpec(this)">[+]</a>颜色</td>
<td>
<input type="hidden" name="attr_id_list[]" value="185">
<select name="attr_value_list[]">
<option value="">请选择...</option>
<option value="黑色" selected="selected">黑色</option>
<option value="白色">白色</option>
<option value="蓝色">蓝色</option>
<option value="金色">金色</option>
<option value="粉色">粉色</option>
<option value="银色">银色</option>
<option value="灰色">灰色</option>
<option value="深李色">深李色</option>
<option value="黑红色">黑红色</option>
<option value="黑蓝色">黑蓝色</option>
<option value="白紫色">白紫色</option>
</select>
属性价格 <input type="text" name="attr_price_list[]" value="" size="5" maxlength="10">
</td>
</tr>
<tr>
<td class="label"><a href="javascript:;" onclick="addSpec(this)">[+]</a>配件</td>
<td>
<input type="hidden" name="attr_id_list[]" value="210">
<select name="attr_value_list[]">
<option value="">请选择...</option>
<option value="线控耳机">线控耳机</option>
<option value="蓝牙耳机" selected="selected">蓝牙耳机</option>
<option value="数据线">数据线</option>
</select>
属性价格 <input type="text" name="attr_price_list[]" value="100" size="5" maxlength="10">
</td>
</tr>
<tr>
<td class="label"><a href="javascript:;" onclick="removeSpec(this)">[-]</a>配件</td>
<td>
<input type="hidden" name="attr_id_list[]" value="210">
<select name="attr_value_list[]">
<option value="">请选择...</option>
<option value="线控耳机">线控耳机</option>
<option value="蓝牙耳机">蓝牙耳机</option>
<option value="数据线" selected="selected">数据线</option>
</select>
属性价格 <input type="text" name="attr_price_list[]" value="12" size="5" maxlength="10">
</td>
</tr>
<tr>
<td class="label"><a href="javascript:;" onclick="removeSpec(this)">[-]</a>配件</td>
<td>
<input type="hidden" name="attr_id_list[]" value="210">
<select name="attr_value_list[]">
<option value="">请选择...</option>
<option value="线控耳机" selected="selected">线控耳机</option>
<option value="蓝牙耳机">蓝牙耳机</option>
<option value="数据线">数据线</option>
</select>
属性价格 <input type="text" name="attr_price_list[]" value="50" size="5" maxlength="10">
</td>
</tr>
<tr>
<td class="label">手机制式</td><td><input type="hidden" name="attr_id_list[]" value="173">
<select name="attr_value_list[]">
<option value="">请选择...</option>
<option value="GSM,850,900,1800,1900" selected="selected">GSM,850,900,1800,1900</option>
<option value="GSM,900,1800,1900,2100">GSM,900,1800,1900,2100</option><option value="CDMA">CDMA</option>
<option value="双模(GSM,900,1800,CDMA 1X)">双模(GSM,900,1800,CDMA 1X)</option>
<option value="3G(GSM,900,1800,1900,TD-SCDMA )">3G(GSM,900,1800,1900,TD-SCDMA )</option>
</select>
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">理论通话时间</td>
<td>
<input type="hidden" name="attr_id_list[]" value="174">
<input name="attr_value_list[]" type="text" value="6.9 小时" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">理论待机时间</td>
<td>
<input type="hidden" name="attr_id_list[]" value="175">
<input name="attr_value_list[]" type="text" value="363 小时" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">铃声</td>
<td>
<input type="hidden" name="attr_id_list[]" value="176">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">铃声格式</td>
<td>
<input type="hidden" name="attr_id_list[]" value="177">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">外观样式</td>
<td>
<input type="hidden" name="attr_id_list[]" value="178">
<select name="attr_value_list[]">
<option value="">请选择...</option>
<option value="翻盖">翻盖</option>
<option value="滑盖">滑盖</option>
<option value="直板">直板</option>
<option value="折叠">折叠</option>
</select>
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">中文短消息</td>
<td>
<input type="hidden" name="attr_id_list[]" value="179">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
<tr>
<td class="label">闹钟</td>
<td>
<input type="hidden" name="attr_id_list[]" value="196">
<input name="attr_value_list[]" type="text" value="" size="40">
<input type="hidden" name="attr_price_list[]" value="0">
</td>
</tr>
</tbody>
</table>
-->
</td>
</tr>
</tbody>
</table>
<!-- 商品相册 -->
<table width="90%" id="gallery-table" style="display: none;" align="center">
<tbody><tr>
<td>
<div id="gallery_41" style="float:left; text-align:center; border: 1px solid #DADADA; margin: 4px; padding:2px;">
<a href="javascript:;" onclick="if (confirm('您确实要删除该图片吗?')) dropImg('41')">[-]</a><br>
<a href="goods.php?act=show_image&img_url=application/views/admin//application/views/admin//images/200905/goods_img/32_P_1242110760641.jpg" target="_blank">
<img src="../application/views/admin//application/views/admin//images/200905/thumb_img/32_thumb_P_1242110760997.jpg" width="100" height="100" border="0">
</a><br>
<input type="text" value="" size="15" name="old_img_desc[41]">
</div>
</td>
</tr>
<tr><td> </td></tr>
<tr>
<td>
<a href="javascript:;" onclick="addImg(this)">[+]</a>
图片描述 <input type="text" name="img_desc[]" size="20">
上传文件 <input type="file" name="img_url[]">
<input type="text" size="40" value="或者输入外部图片链接地址" style="color:#aaa;" onfocus="if (this.value == '或者输入外部图片链接地址'){this.value='http://';this.style.color='#000';}" name="img_file[]">
</td>
</tr>
</tbody></table>
<div class="button-div">
<input type="hidden" name="goods_id" value="32">
<input type="submit" value=" 确定 " class="button">
<input type="reset" value=" 重置 " class="button">
</div>
<input type="hidden" name="act" value="update">
</form>
</div>
</div>
<iframe src="" frameborder="0" width="0" height="0" id="ifr"></iframe>
<div id="footer">
版权所有 © 2012-2013 传智播客 - PHP培训 -
</div>
<script type="text/javascript" src="application/views/admin/js/tab.js"></script>
<script type="text/javascript">
function addImg(obj){
var src = obj.parentNode.parentNode;
var idx = rowindex(src);
var tbl = document.getElementById('gallery-table');
var row = tbl.insertRow(idx + 1);
var cell = row.insertCell(-1);
cell.innerHTML = src.cells[0].innerHTML.replace(/(.*)(addImg)(.*)(\[)(\+)/i, "$1removeImg$3$4-");
}
function removeImg(obj){
var row = rowindex(obj.parentNode.parentNode);
var tbl = document.getElementById('gallery-table');
tbl.deleteRow(row);
}
function dropImg(imgId){
Ajax.call('goods.php?is_ajax=1&act=drop_image', "img_id="+imgId, dropImgResponse, "GET", "JSON");
}
function dropImgResponse(result){
if (result.error == 0){
document.getElementById('gallery_' + result.content).style.display = 'none';
}
}
//增加一个属性行
function addSpec(obj) {
var src = obj.parentNode.parentNode;
var idx = rowindex(src);
var tbl = document.getElementById('attrTable');
var row = tbl.insertRow(idx + 1);
var cell1 = row.insertCell(-1);
var cell2 = row.insertCell(-1);
var regx = /<a([^>]+)<\/a>/i;
cell1.className = 'label';
cell1.innerHTML = src.childNodes[0].innerHTML.replace(/(.*)(addSpec)(.*)(\[)(\+)/i, "$1removeSpec$3$4-");
cell2.innerHTML = src.childNodes[1].innerHTML.replace(/readOnly([^\s|>]*)/i, '');
}
/**
* 删除一个属性行
*/
function removeSpec(obj) {
var row = rowindex(obj.parentNode.parentNode);
var tbl = document.getElementById('attrTable');
tbl.deleteRow(row);
}
/**
* 处理
*/
function handleSpec() {
var elementCount = document.forms['theForm'].elements.length;
for (var i = 0; i < elementCount; i++)
{
var element = document.forms['theForm'].elements[i];
if (element.id.substr(0, 5) == 'spec_')
{
var optCount = element.options.length;
var value = new Array(optCount);
for (var j = 0; j < optCount; j++)
{
value[j] = element.options[j].value;
}
var hiddenSpec = document.getElementById('hidden_' + element.id);
hiddenSpec.value = value.join(String.fromCharCode(13)); // 鐢ㄥ洖杞﹂敭闅斿紑姣忎釜瑙勬牸
}
}
return true;
}
//使用iframe动态获取属性
function getAttrList(type_id) {
var ifr = document.getElementById('ifr');
ifr.src = "index.php?p=admin&c=attribute&a=getAttrs&type_id="+type_id;
}
</script>
</body>
</html> |
doc/glib-2.0/GLib.FileStream.printf.html | themightyug/ledborg-server | <?xml version="1.0" encoding="utf-8"?>
<html>
<head>
<title>GLib.FileStream.printf -- Vala Binding Reference</title>
<link href="../style.css" rel="stylesheet" type="text/css"/><script src="../scripts.js" type="text/javascript">
</script>
</head>
<body>
<div class="site_header">GLib.FileStream.printf Reference Manual</div>
<div class="site_body">
<div class="site_navigation">
<ul class="navi_main">
<li class="package_index"><a href="../index.html">Packages</a></li>
</ul>
<hr class="navi_hr"/>
<ul class="navi_main">
<li class="package"><a href="index.htm">glib-2.0</a></li>
</ul>
<hr class="navi_hr"/>
<ul class="navi_main">
<li class="namespace"><a href="GLib.html">GLib</a></li>
</ul>
<hr class="navi_hr"/>
<ul class="navi_main">
<li class="class"><a href="GLib.FileStream.html">FileStream</a></li>
</ul>
<hr class="navi_hr"/>
<ul class="navi_main">
<li class="constant"><a href="GLib.FileStream.EOF.html">EOF</a></li>
<li class="static_method"><a href="GLib.FileStream.fdopen.html">fdopen</a></li>
<li class="static_method"><a href="GLib.FileStream.open.html">open</a></li>
<li class="method"><a href="GLib.FileStream.clearerr.html">clearerr</a></li>
<li class="method"><a href="GLib.FileStream.eof.html">eof</a></li>
<li class="method"><a href="GLib.FileStream.error.html">error</a></li>
<li class="method"><a href="GLib.FileStream.fileno.html">fileno</a></li>
<li class="method"><a href="GLib.FileStream.flush.html">flush</a></li>
<li class="method"><a href="GLib.FileStream.getc.html">getc</a></li>
<li class="method"><a href="GLib.FileStream.gets.html">gets</a></li>
<li class="method">printf</li>
<li class="method"><a href="GLib.FileStream.putc.html">putc</a></li>
<li class="method"><a href="GLib.FileStream.puts.html">puts</a></li>
<li class="method"><a href="GLib.FileStream.read.html">read</a></li>
<li class="method"><a href="GLib.FileStream.read_line.html">read_line</a></li>
<li class="method"><a href="GLib.FileStream.rewind.html">rewind</a></li>
<li class="method"><a href="GLib.FileStream.scanf.html">scanf</a></li>
<li class="method"><a href="GLib.FileStream.seek.html">seek</a></li>
<li class="method"><a href="GLib.FileStream.tell.html">tell</a></li>
<li class="method"><a href="GLib.FileStream.ungetc.html">ungetc</a></li>
<li class="method"><a href="GLib.FileStream.vprintf.html">vprintf</a></li>
<li class="method"><a href="GLib.FileStream.write.html">write</a></li>
</ul>
</div>
<div class="site_content">
<h1 class="main_title">printf</h1>
<hr class="main_hr"/>
<h2 class="main_title">Description:</h2>
<div class="main_code_definition">[ <span class="main_type">PrintfFormat</span> ]<br/><span class="main_keyword">public</span> <span class="main_keyword">void</span> <b><span css="method">printf</span></b> (<span class="main_basic_type"><a href="string.html" class="class">string</a></span> format, ...)
</div>
</div>
</div><br/>
<div class="site_footer">Generated by <a href="http://www.valadoc.org/">Valadoc</a>
</div>
</body>
</html> |
Lab2/docs/html/classSemaphore-members.html | bobecans/CDD101 | <!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>Lab 2: 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 id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Lab 2
</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>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Semaphore Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classSemaphore.html">Semaphore</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Semaphore</b>(unsigned int uiCount=0) (defined in <a class="el" href="classSemaphore.html">Semaphore</a>)</td><td class="entry"><a class="el" href="classSemaphore.html">Semaphore</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Signal</b>() (defined in <a class="el" href="classSemaphore.html">Semaphore</a>)</td><td class="entry"><a class="el" href="classSemaphore.html">Semaphore</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Wait</b>() (defined in <a class="el" href="classSemaphore.html">Semaphore</a>)</td><td class="entry"><a class="el" href="classSemaphore.html">Semaphore</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
docs/JavaDoc/cmput301exchange/exchange/class-use/FriendList.html | CMPUT301F15T10/Exchange | <!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_60) on Thu Nov 05 23:31:40 MST 2015 -->
<title>Uses of Class cmput301exchange.exchange.PersonList</title>
<meta name="date" content="2015-11-05">
<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 cmput301exchange.exchange.PersonList";
}
}
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="../../../cmput301exchange/exchange/FriendList.html" title="class in cmput301exchange.exchange">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?cmput301exchange/exchange/class-use/FriendList.html" target="_top">Frames</a></li>
<li><a href="FriendList.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 cmput301exchange.exchange.PersonList" class="title">Uses of Class<br>cmput301exchange.exchange.PersonList</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="../../../cmput301exchange/exchange/FriendList.html" title="class in cmput301exchange.exchange">FriendList</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="#cmput301exchange.exchange">cmput301exchange.exchange</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="cmput301exchange.exchange">
<!-- -->
</a>
<h3>Uses of <a href="../../../cmput301exchange/exchange/FriendList.html" title="class in cmput301exchange.exchange">FriendList</a> in <a href="../../../cmput301exchange/exchange/package-summary.html">cmput301exchange.exchange</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../cmput301exchange/exchange/package-summary.html">cmput301exchange.exchange</a> declared as <a href="../../../cmput301exchange/exchange/FriendList.html" title="class in cmput301exchange.exchange">FriendList</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../cmput301exchange/exchange/FriendList.html" title="class in cmput301exchange.exchange">FriendList</a></code></td>
<td class="colLast"><span class="typeNameLabel">Person.</span><code><span class="memberNameLink"><a href="../../../cmput301exchange/exchange/Person.html#myfriendlist">myfriendlist</a></span></code> </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="../../../cmput301exchange/exchange/FriendList.html" title="class in cmput301exchange.exchange">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?cmput301exchange/exchange/class-use/FriendList.html" target="_top">Frames</a></li>
<li><a href="FriendList.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>
|
gimp-plugins/widget_maker/templates/layer-group.html | jmbergmann/yogi | <div
${ATTRIBUTES}
>
${CHILDREN}
</div>
|
SemanticCloudClient/build/web/WEB-INF/lib/doc/javadoc/com/google/gwt/editor/client/testing/package-use.html | dandrocec/PaaSInterop | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
Uses of Package com.google.gwt.editor.client.testing (Google Web Toolkit Javadoc)
</TITLE>
<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 Package com.google.gwt.editor.client.testing (Google Web Toolkit Javadoc)";
}
}
</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"> <FONT CLASS="NavBarFont1">Class</FONT> </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>
GWT 2.4.0</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/google/gwt/editor/client/testing/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.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 Package<br>com.google.gwt.editor.client.testing</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/google/gwt/editor/client/testing/package-summary.html">com.google.gwt.editor.client.testing</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.google.gwt.editor.client.testing"><B>com.google.gwt.editor.client.testing</B></A></TD>
<TD>Classes used for testing the bean editor support. </TD>
</TR>
</TABLE>
<P>
<A NAME="com.google.gwt.editor.client.testing"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../../../../com/google/gwt/editor/client/testing/package-summary.html">com.google.gwt.editor.client.testing</A> used by <A HREF="../../../../../../com/google/gwt/editor/client/testing/package-summary.html">com.google.gwt.editor.client.testing</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../../../com/google/gwt/editor/client/testing/class-use/FakeLeafValueEditor.html#com.google.gwt.editor.client.testing"><B>FakeLeafValueEditor</B></A></B>
<BR>
A no-op Editor.</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"> <FONT CLASS="NavBarFont1">Class</FONT> </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>
GWT 2.4.0</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/google/gwt/editor/client/testing/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
images/unit5/knowl/p-522.html | rhutchinson20/mt21c | <!DOCTYPE html>
<html lang="en-US">
<!--********************************************-->
<!--* Generated from PreTeXt source *-->
<!--* on 2021-03-10T19:25:36-08:00 *-->
<!--* A recent stable commit (2020-08-09): *-->
<!--* 98f21740783f166a773df4dc83cab5293ab63a4a *-->
<!--* *-->
<!--* https://pretextbook.org *-->
<!--* *-->
<!--********************************************-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="noindex, nofollow">
</head>
<body>
<h6 xmlns:svg="http://www.w3.org/2000/svg" class="heading"><span class="type">Paragraph</span></h6>
<p xmlns:svg="http://www.w3.org/2000/svg">Analyze the harmonies with lead-sheet symbols above the staff and Roman numerals below. Add the following non-chord tones: two suspensions, one passing tone, and one appoggiatura. Do not add non-chord tones to the bass.</p>
<span class="incontext"><a href="NonChordTonesPracticeExercises.html#p-522">in-context</a></span>
</body>
</html>
|
elogy/frontend/src/entryeditor.css | johanfforsberg/elogy | #entryeditor {
height: 100%;
}
#entryeditor table.editor {
width: 100%;
height: 100%;
background: #ddd;
}
#entryeditor table.editor td {
border: 0;
padding: 2px 5px;
}
#entryeditor td.entry {
/* height: 200px; */
}
#entryeditor div.entry {
max-height: 300px;
overflow-y: auto;
border-bottom: 1px solid black;
}
#entryeditor .header {
padding: 5px;
background: #ddd;
font-size: 90%;
font-weight: none;
text-align: left;
}
#entryeditor input[type=text].title {
width: 100%;
box-sizing : border-box;
margin-bottom: 5px;
font-size: 100%;
}
#entryeditor th .logbook {
font-size: 100%;
}
#entryeditor .content {
height: 100%;
}
#entryeditor .content > div {
height: 100%;
}
#entryeditor .attributes {
margin-top: 5px;
}
#entryeditor .attributes > span label {
/* display: inline-block; */
margin: 1px 5px;
vertical-align: middle;
}
#entryeditor .select-wrappger {
/* allow Select component to start small but grow as needed */
min-width: 150px;
/* display: inline-block; */
margin: 0 1px;
}
#entryeditor .attribute-wrapper {
display: inline-block;
margin: 0 1px;
}
#entryeditor .attribute-wrapper.option-attribute,
#entryeditor .attribute-wrapper.multioption-attribute{
/* allow Select component to start small but grow as needed */
min-width: 200px;
}
#entryeditor .Select-input, #entryeditor .Select-control {
height: 2em;
}
#entryeditor .Select-placeholder,
#entryeditor .Select-placeholder,
#entryeditor .Select--single > .Select-control .Select-value {
line-height: 2em;
}
#entryeditor .Select--multi .Select-value {
background: #666;
color: white;
font-size: 100%;
}
#entryeditor .Select--multi .Select-value {
margin-left: 2px;
margin-top: 2px;
}
#entryeditor .Select-input > input {
height: 1.5em;
font-size: 100%;
padding: 4px 0 8px;
}
#entryeditor footer {
padding: 5px;
}
#entryeditor .header select {
max-width: 400px;
}
#entryeditor .mce-tinymce:not(.mce-floatpanel), .mce-container-body:not(.mce-abs-layout), #code_ifr {
min-height: 100%;
}
/*Container body*/
#entryeditor .mce-container-body {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
/*Editing area*/
#entryeditor .mce-container-body .mce-edit-area {
position: absolute;
top: 37px;
bottom: 0;
left: 0;
right: 0;
overflow-y:scroll;
}
/*Footer*/
#entryeditor .mce-tinymce .mce-statusbar {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
#entryeditor .attachments-drop {
/* min-height: 30px; */
max-height: 100px;
overflow-y: auto;
border: 3px dashed grey;
padding: 5px;
text-align: center;
}
#entryeditor .attachments-drop .attachment {
margin-right: 5px;
vertical-align: top;
pointer-events: none;
}
#entryeditor .commands button {
font-size: 100%;
border: 0;
border-radius: 3px;
margin: 2px;
padding: 5px 10px;
}
#entryeditor button.submit {
background: green;
color: white;
}
#entryeditor button.submit[disabled] {
background: grey;
color: white;
}
#entryeditor button.cancel {
background: red;
color: white;
}
#entryeditor span.error {
width: 100%;
text-align: center;
background: red;
color: white;
}
#entryeditor span.locked-by-someone-else {
background: red;
color: white;
}
|
templates/entry.html | adrikim/e2-inim-bala | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>e2-inim-bala: {{}} entry</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.10/semantic.min.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/split.js/1.2.0/split.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.10/semantic.min.js"></script>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='entry.css')}}" />
</head>
<body>
</body>
</html>
|
handlers/user/page/user_manage.html | xupingmao/xnote | {% extends base %}
{% block head %}
<style>
.td-no {
width: 50px;
}
.label {
width: 150px;
text-align: right;
display: table-cell;
}
</style>
{% end %}
{% block body %}
<div class="card">
<h3 class="card-title btn-line-height">
<a class="link2" href="/system/user/list">用户管理</a> / <span>编辑</span>
{% include common/back.html %}
</h3>
</div>
<div class="card">
<form method="POST" class="col-md-12" action="/system/user">
{% if user_info != None %}
<input type="hidden" name="name" value="{{user_info.name}}">
<table class="table col-md-12">
<tr>
<td class="label">用户名</td>
<td>{{user_info.name}}</td>
</tr>
<tr>
<td class="label">密码</td>
<td>
<input name="password" type="password" value="{{user_info.password}}">
<a class="show-password-link" data-value="{{user_info.password}}">查看</a>
</td>
</tr>
<tr>
<td class="label">salt</td>
<td>{{user_info.salt}}</td>
</tr>
<tr>
<td class="label">token</td>
<td>{{user_info.token}}</td>
</tr>
<tr>
<td class="label">上次更新</td>
<td>{{user_info.mtime}}</td>
</tr>
<tr>
<td class="label">上次登录</td>
<td>{{user_info.login_time}}</td>
</tr>
</table>
<input type="submit" value="更新用户">
{% if user_info.name != "admin" %}
<input class="btn-danger delete-user-btn" type="button" data-name="{{user_info.name}}" value="删除用户">
{% end %}
{% else %}
<table class="table col-md-12">
<tr>
<td class="label">用户名</td>
<td><input name="name"></td>
</tr>
<tr>
<td class="label">密码</td>
<td><input name="password" value=""></td>
</tr>
</table>
<input type="submit" value="新增用户">
{% end %}
</div>
{% include user/component/user_script.html %}
{% end %}
{% block aside %}
<div class="aside-item">
<div class="aside-title">
用户列表
</div>
<div class="aside-content">
{% for name in sorted(user_dict) %}
<li><a class="link" href="/system/user?name={{name}}">{{name}}</a></li>
{% end %}
</div>
</div>
<div class="aside-item">
<div class="aside-title">
操作
</div>
<div class="aside-content">
<li><a class="link" href="/system/user">添加用户</a></li>
</div>
</div>
{% end %} |
docs/com/aurel/track/beans/TSystemStateBean.ENTITYFLAGS.html | trackplus/Genji | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Sat Dec 19 22:20:07 CET 2015 -->
<title>TSystemStateBean.ENTITYFLAGS (Genji Scrum Tool & Issue Tracking API Documentation 5.0.1)</title>
<meta name="date" content="2015-12-19">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="TSystemStateBean.ENTITYFLAGS (Genji Scrum Tool & Issue Tracking API Documentation 5.0.1)";
}
//-->
</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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/aurel/track/beans/TSystemStateBean.html" title="class in com.aurel.track.beans"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/aurel/track/beans/TSystemStateBean.STATEFLAGS.html" title="class in com.aurel.track.beans"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/aurel/track/beans/TSystemStateBean.ENTITYFLAGS.html" target="_top">Frames</a></li>
<li><a href="TSystemStateBean.ENTITYFLAGS.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_java.lang.Object">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>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.aurel.track.beans</div>
<h2 title="Class TSystemStateBean.ENTITYFLAGS" class="title">Class TSystemStateBean.ENTITYFLAGS</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.aurel.track.beans.TSystemStateBean.ENTITYFLAGS</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../com/aurel/track/beans/TSystemStateBean.html" title="class in com.aurel.track.beans">TSystemStateBean</a></dd>
</dl>
<hr>
<br>
<pre>public static class <span class="strong">TSystemStateBean.ENTITYFLAGS</span>
extends java.lang.Object</pre>
<div class="block">defines the possible entityflags</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/aurel/track/beans/TSystemStateBean.ENTITYFLAGS.html#ACCOUNTSTATE">ACCOUNTSTATE</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/aurel/track/beans/TSystemStateBean.ENTITYFLAGS.html#PROJECTSTATE">PROJECTSTATE</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/aurel/track/beans/TSystemStateBean.ENTITYFLAGS.html#RELEASESTATE">RELEASESTATE</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../com/aurel/track/beans/TSystemStateBean.ENTITYFLAGS.html#TSystemStateBean.ENTITYFLAGS()">TSystemStateBean.ENTITYFLAGS</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>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="PROJECTSTATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROJECTSTATE</h4>
<pre>public static final int PROJECTSTATE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.aurel.track.beans.TSystemStateBean.ENTITYFLAGS.PROJECTSTATE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="RELEASESTATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RELEASESTATE</h4>
<pre>public static final int RELEASESTATE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.aurel.track.beans.TSystemStateBean.ENTITYFLAGS.RELEASESTATE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ACCOUNTSTATE">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ACCOUNTSTATE</h4>
<pre>public static final int ACCOUNTSTATE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.aurel.track.beans.TSystemStateBean.ENTITYFLAGS.ACCOUNTSTATE">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="TSystemStateBean.ENTITYFLAGS()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>TSystemStateBean.ENTITYFLAGS</h4>
<pre>public TSystemStateBean.ENTITYFLAGS()</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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/aurel/track/beans/TSystemStateBean.html" title="class in com.aurel.track.beans"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/aurel/track/beans/TSystemStateBean.STATEFLAGS.html" title="class in com.aurel.track.beans"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/aurel/track/beans/TSystemStateBean.ENTITYFLAGS.html" target="_top">Frames</a></li>
<li><a href="TSystemStateBean.ENTITYFLAGS.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_java.lang.Object">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>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><a href="http://www.trackplus.com">Genji Scrum Tool & Issue Tracking API Documentation</a> <i>Copyright © 2015 Steinbeis Task Management Solutions. All Rights Reserved.</i></small></p>
</body>
</html>
|
jdk8en_us/docs/api/org/omg/IOP/class-use/IORHelper.html | DeanAaron/jdk8 | <!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_11) on Mon Jun 16 17:36:08 PDT 2014 -->
<title>Uses of Class org.omg.IOP.IORHelper (Java Platform SE 8 )</title>
<meta name="date" content="2014-06-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.omg.IOP.IORHelper (Java Platform SE 8 )";
}
}
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/omg/IOP/IORHelper.html" title="class in org.omg.IOP">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><strong>Java™ Platform<br>Standard Ed. 8</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/omg/IOP/class-use/IORHelper.html" target="_top">Frames</a></li>
<li><a href="IORHelper.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.omg.IOP.IORHelper" class="title">Uses of Class<br>org.omg.IOP.IORHelper</h2>
</div>
<div class="classUseContainer">No usage of org.omg.IOP.IORHelper</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/omg/IOP/IORHelper.html" title="class in org.omg.IOP">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><strong>Java™ Platform<br>Standard Ed. 8</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/omg/IOP/class-use/IORHelper.html" target="_top">Frames</a></li>
<li><a href="IORHelper.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><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved. </font></small></p>
</body>
</html>
|
discovery/resources/fan/951/index.html | Timathom/timathom.github.io | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head prefix="og: http://ogp.me/ns# dc: http://purl.org/dc/terms/">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<title>Fan page: Steve Saylor</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<style type="text/css">
#top{
width: 100%;
float: left;
}
#place{
width: 100%;
float: left;
}
#address{
width: 15%;
float: left;
}
#sgvzl{
width: 80%;
float: left;
}
#credits{
width: 100%;
float: left;
clear: both;
}
#location-marker{
width: 1em;
}
#male-glyph{
width: 1em;
}
</style>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript" id="sgvzlr_script" src="http://mgskjaeveland.github.io/sgvizler/v/0.6/sgvizler.min.js"></script>
<script type="text/javascript">
sgvizler
.defaultEndpointURL("http://bibfram.es/fuseki/cobra/query");
//// Leave this as is. Ready, steady, go!
$(document).ready(sgvizler.containerDrawAll);
</script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<meta name="title" content="Steve Saylor">
<meta property="dc:title" content="Steve Saylor">
<meta property="og:title" content="Steve Saylor">
<meta name="author" content="Steve Saylor">
<meta name="dc:creator" content="Steve Saylor">
</head>
<body prefix="cbo: http://comicmeta.org/cbo/ dc: http://purl.org/dc/elements/1.1/ dcterms: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ oa: http://www.w3.org/ns/oa# rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# schema: http://schema.org/ skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#">
<div id="wrapper" class="container" about="http://ivmooc-cobra2.github.io/resources/fan/951" typeof="http://comicmeta.org/cbo/Fan">
<div id="top">
<h1>
<span property="http://schema.org/name">Steve Saylor</span>
<img id="male-glyph" src="/static/resources/img/man.svg" alt="male glyph">
</h1>
<dl>
<dt>
<label for="http://comicmeta.org/cbo/Fan">
<span>type</span>
</label>
</dt>
<dd>
<span>http://comicmeta.org/cbo/Fan</span>
</dd>
</dl>
<dl>
<dt>
<label for="http://schema.org/name">
<span>
<a href="http://schema.org/name">name</a>
</span>
</label>
</dt>
<dd>
<span property="http://schema.org/name">Steve Saylor</span>
</dd>
</dl>
</div>
<div id="place" rel="http://schema.org/address" resource="http://ivmooc-cobra2.github.io/resources/place/919" typeof="http://schema.org/Place">
<h2>Location <a href="http://ivmooc-cobra2.github.io/resources/place/919">
<img id="location-marker" src="/static/resources/img/location.svg" alt="location marker glyph">
</a>
</h2>
<div id="address" rel="http://schema.org/address" typeof="http://schema.org/PostalAddress" resource="http://ivmooc-cobra2.github.io/resources/place/919/address">
<dl>
<dt>
<label for="http://schema.org/streetAddress">
<span>
<a href="http://schema.org/streetAddress">Street address</a>
</span>
</label>
</dt>
<dd>
<span property="http://schema.org/streetAddress">P.O. Box 24</span>
</dd>
</dl>
<dl>
<dt>
<label for="http://schema.org/addressLocality">
<span>
<a href="http://schema.org/addressLocality">Address locality</a>
</span>
</label>
</dt>
<dd>
<span property="http://schema.org/addressLocality">Goldthwaite</span>
</dd>
</dl>
<dl>
<dt>
<label for="http://schema.org/addressRegion">
<span>
<a href="http://schema.org/addressRegion">Address region</a>
</span>
</label>
</dt>
<dd>
<span property="http://schema.org/addressRegion">TX</span>
</dd>
</dl>
<dl>
<dt>
<label for="http://schema.org/postalCode">
<span>
<a href="http://schema.org/postalCode">Postal code</a>
</span>
</label>
</dt>
<dd>
<span property="http://schema.org/postalCode">76844</span>
</dd>
</dl>
<dl>
<dt>
<label for="http://schema.org/addressCountry">
<span>
<a href="http://schema.org/addressCountry">Address country</a>
</span>
</label>
</dt>
<dd>
<span property="http://schema.org/addressCountry">US</span>
</dd>
</dl>
</div>
<div id="sgvzl" data-sgvizler-endpoint="http://bibfram.es/fuseki/cobra/query" data-sgvizler-query="PREFIX dc: <http://purl.org/dc/elements/1.1/> 
PREFIX cbo: <http://comicmeta.org/cbo/> 
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX schema: <http://schema.org/>
SELECT ?lat ?long 
WHERE {
 ?fan schema:address ?Place .
 ?Place schema:geo ?Geo .
 ?Geo schema:latitude ?lat .
 ?Geo schema:longitude ?long .
 FILTER(?fan = <http://ivmooc-cobra2.github.io/resources/fan/951>)
}" data-sgvizler-chart="google.visualization.GeoChart" data-sgvizler-loglevel="2" style="width:800px; height:400px;"></div>
</div>
<div id="letter" rel="http://purl.org/dc/elements/1.1/creator" resource="http://ivmooc-cobra2.github.io/resources/letter/1018">
<dl>
<dt>
<label for="http://schema.org/streetAddress">
<span>
<a href="http://schema.org/streetAddress">Street address</a>
</span>
</label>
</dt>
<dd>
<span property="http://schema.org/streetAddress">P.O. Box 24</span>
</dd>
</dl>
</div>
<div id="credits">Icons made by <a href="http://www.flaticon.com/authors/simpleicon" title="SimpleIcon">SimpleIcon</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>
</div>
</div>
</body>
</html> |
css/php_profesional.css | php-professional/foundation_blog_theme | body
{
// background-color: #d7fdad;
// background-color: #ABABAB;
// background-color: #7d8970;
// background-color: #7d7f7a;
background-color: #E3E3E3;
// background-color: #F5F5F5;
}
a
{
color: #0784f2;
}
h1, h2, h3, h4, h5, h6
{
color: #84f207;
}
.callout-card
{
border-color: #0784f2;
// background-color: #EFEFEF;
background-color: #f9fcff;
}
.callout-card .card-label {
border-color: transparent #0784f2 transparent transparent;
border-color: rgba(255, 255, 255, 0) #0784f2 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.callout-card.success
{
border-color: #84f207;
}
.callout-card.success .card-label {
border-color: transparent #84f207 transparent transparent;
border-color: rgba(255, 255, 255, 0) #84f207 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.top-bar
{
// background-color: #fcfff9;
background-color: #f9fcff;
}
.top-bar .menu
{
background-color: #f9fcff;
|
failures/halma-X9Y9Army10Rule8_22.html | thospel/personal-halma | <!DOCTYPE html>
<html>
<head>
<title>Size 9x9, Army 10, Ruleset 8: Failed after 7 moves</title>
<style>
span.blue { color: blue; }
span.red { color: red; }
.blue .available_moves { color: blue; }
.red .available_moves { color: red; }
table,tr,td,th { border: 1px solid black; }
.red td { border: 1px solid red; }
.blue td { border: 1px solid blue; }
.stats td { text-align: right; }
.parameters th { text-align: left; }
div.outer { overflow: hidden; }
div.inner { float: left; }
</style>
</head>
<body>
<h1>7 / 22 moves</h1>
<table class='parameters'>
<tr class='x'><th>X</th><td>9</td></tr>
<tr class='y'><th>Y</th><td>9</td></tr>
<tr class='army'><th>Army</th><td>10</td></tr>
<tr class='rule'><th>Rule</th><td>8-move</td></tr>
<tr class='lower_bound'><th>Bound</th><td> ≥ 22 moves</td></tr>
<tr class='heuristics'><th>Heuristics</th><td>None</td></tr>
<tr class='host'><th>Host</th><td>iffyiron</td></tr>
<tr class='memory'><th>Main memory</th><td>16.802 GB (15.648 GiB)</td></tr>
<tr class='swap'><th>Swap space</th><td>250.058 GB (232.885 GiB)</td></tr>
<tr class='cpus'><th>Logical CPUs</th><td>8 x Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz</td></tr>
<tr class='threads'><th>Threads</th><td>8</td></tr>
<tr class='start_time'><th>Start</th><td>2017-06-25 20:54:32 +0200</td></tr>
<tr class='stop_time'><th>Stop</th><td>2017-06-25 20:54:32 +0200</td></tr>
<tr class='commit_id'><th>Commit id</th><td>f5ddb39f5bf479d8b33b72f86913dd7b85b06b3e</td></tr>
<tr class='commit_time'><th>Commit time</th><td>2017-06-24 16:50:01 +0200</td></tr>
</table>
<h3>Solve (0 seconds)</h3>
<table class='stats Solve'>
<tr>
<th>Moves<br/>left</th>
<th>Boards</th>
<th>Armies</th>
<th>Boards per<br/>blue army</th>
<th>Largest<br/>subset</th>
<th>Seconds</th>
<th>CPU<br/>seconds</th>
<th>CPU<br/>busy</th>
<th>Virtual<br/>Memory<br/>(MB)</th>
<th>Allocated<br/>(MB)</th>
<th>Mmapped<br/>(MB)</th>
<th>Mmaps</th>
<th>Mlocked<br/>(MB)</th>
<th>Mlocks</th>
<th>Late<br/>prunes</th>
<th>Late<br/>prune<br/>ratio</th>
<th>Army<br/>resize<br/>overflow</th>
<th>Army<br/>front<br/>inserts</th>
<th>Army<br/>front<br/>ratio</th>
<th>Army inserts</th>
<th>Army<br/>ratio</th>
<th>Board inserts</th>
<th>Board<br/>ratio</th>
<th>Red base edge</th>
<th>Edge<br/>ratio</th>
<th>Army immediate</th>
<th>Army<br/>immediate<br/>ratio</th>
<th>Army<br/>probes</th>
</tr>
<tr class='red'>
<td class='available_moves'>21</td>
<td class='boards'>3</td>
<td class='armies'>3</td>
<td>3</td>
<td>6</td>
<td class='duration'>0</td>
<td class='CPUsec'>0</td>
<td class='CPUbusy'></td>
<td class='memory'>168</td>
<td class='allocated'>0</td>
<td class='mmapped'>134</td>
<td class='mmaps'>1,024</td>
<td class='mlocked'>0</td>
<td class='mlocks'>0</td>
<td>0</td>
<td>0%</td>
<td>0</td>
<td>3 / 6</td>
<td>50</td>
<td>3 / 3</td>
<td>100%</td>
<td>3 / 6</td>
<td>50%</td>
<td>0 / 6</td>
<td>0%</td>
<td>3 / 3</td>
<td>100%</td>
<td>1.00</td>
</tr>
<tr class='blue'>
<td class='available_moves'>20</td>
<td class='boards'>2</td>
<td class='armies'>1</td>
<td>2</td>
<td>2</td>
<td class='duration'>0</td>
<td class='CPUsec'>0</td>
<td class='CPUbusy'></td>
<td class='memory'>168</td>
<td class='allocated'>0</td>
<td class='mmapped'>134</td>
<td class='mmaps'>1,024</td>
<td class='mlocked'>0</td>
<td class='mlocks'>0</td>
<td>0</td>
<td>0%</td>
<td>0</td>
<td>1 / 2</td>
<td>50</td>
<td>1 / 1</td>
<td>100%</td>
<td>2 / 2</td>
<td>100%</td>
<td>0 / 2</td>
<td>0%</td>
<td>1 / 1</td>
<td>100%</td>
<td>1.00</td>
</tr>
<tr class='red'>
<td class='available_moves'>19</td>
<td class='boards'>1</td>
<td class='armies'>1</td>
<td>1</td>
<td>1</td>
<td class='duration'>0</td>
<td class='CPUsec'>0</td>
<td class='CPUbusy'></td>
<td class='memory'>168</td>
<td class='allocated'>0</td>
<td class='mmapped'>134</td>
<td class='mmaps'>1,024</td>
<td class='mlocked'>0</td>
<td class='mlocks'>0</td>
<td>0</td>
<td>0%</td>
<td>0</td>
<td>0 / 1</td>
<td>0</td>
<td>1 / 1</td>
<td>100%</td>
<td>1 / 1</td>
<td>100%</td>
<td>0 / 1</td>
<td>0%</td>
<td>1 / 1</td>
<td>100%</td>
<td>1.00</td>
</tr>
<tr class='blue'>
<td class='available_moves'>18</td>
<td class='boards'>1</td>
<td class='armies'>1</td>
<td>1</td>
<td>1</td>
<td class='duration'>0</td>
<td class='CPUsec'>0</td>
<td class='CPUbusy'></td>
<td class='memory'>168</td>
<td class='allocated'>0</td>
<td class='mmapped'>134</td>
<td class='mmaps'>1,024</td>
<td class='mlocked'>0</td>
<td class='mlocks'>0</td>
<td>0</td>
<td>0%</td>
<td>0</td>
<td>0 / 1</td>
<td>0</td>
<td>1 / 1</td>
<td>100%</td>
<td>1 / 1</td>
<td>100%</td>
<td>0 / 1</td>
<td>0%</td>
<td>1 / 1</td>
<td>100%</td>
<td>1.00</td>
</tr>
<tr class='red'>
<td class='available_moves'>17</td>
<td class='boards'>2</td>
<td class='armies'>2</td>
<td>2</td>
<td>2</td>
<td class='duration'>0</td>
<td class='CPUsec'>0</td>
<td class='CPUbusy'></td>
<td class='memory'>168</td>
<td class='allocated'>0</td>
<td class='mmapped'>134</td>
<td class='mmaps'>1,024</td>
<td class='mlocked'>0</td>
<td class='mlocks'>0</td>
<td>0</td>
<td>0%</td>
<td>0</td>
<td>0 / 2</td>
<td>0</td>
<td>2 / 2</td>
<td>100%</td>
<td>2 / 2</td>
<td>100%</td>
<td>0 / 2</td>
<td>0%</td>
<td>2 / 2</td>
<td>100%</td>
<td>1.00</td>
</tr>
<tr class='blue'>
<td class='available_moves'>16</td>
<td class='boards'>4</td>
<td class='armies'>4</td>
<td>1</td>
<td>1</td>
<td class='duration'>0</td>
<td class='CPUsec'>0</td>
<td class='CPUbusy'></td>
<td class='memory'>168</td>
<td class='allocated'>0</td>
<td class='mmapped'>134</td>
<td class='mmaps'>1,024</td>
<td class='mlocked'>0</td>
<td class='mlocks'>0</td>
<td>0</td>
<td>0%</td>
<td>0</td>
<td>0 / 4</td>
<td>0</td>
<td>4 / 4</td>
<td>100%</td>
<td>4 / 4</td>
<td>100%</td>
<td>0 / 4</td>
<td>0%</td>
<td>4 / 4</td>
<td>100%</td>
<td>1.00</td>
</tr>
<tr class='red'>
<td class='available_moves'>15</td>
<td class='boards'>4</td>
<td class='armies'>1</td>
<td>1</td>
<td>1</td>
<td class='duration'>0</td>
<td class='CPUsec'>0</td>
<td class='CPUbusy'></td>
<td class='memory'>168</td>
<td class='allocated'>0</td>
<td class='mmapped'>134</td>
<td class='mmaps'>1,024</td>
<td class='mlocked'>0</td>
<td class='mlocks'>0</td>
<td>0</td>
<td>0%</td>
<td>0</td>
<td>3 / 4</td>
<td>75</td>
<td>1 / 1</td>
<td>100%</td>
<td>4 / 4</td>
<td>100%</td>
<td>0 / 4</td>
<td>0%</td>
<td>1 / 1</td>
<td>100%</td>
<td>1.00</td>
</tr>
<tr class='blue'>
<td class='available_moves'>14</td>
<td class='boards'>0</td>
<td class='armies'>0</td>
<td>0</td>
<td>0</td>
<td class='duration'>0</td>
<td class='CPUsec'>0</td>
<td class='CPUbusy'></td>
<td class='memory'>168</td>
<td class='allocated'>0</td>
<td class='mmapped'>134</td>
<td class='mmaps'>1,024</td>
<td class='mlocked'>0</td>
<td class='mlocks'>0</td>
<td>0</td>
<td>0%</td>
<td>0</td>
<td>0 / 0</td>
<td></td>
<td>0 / 0</td>
<td></td>
<td>0 / 0</td>
<td></td>
<td>0 / 0</td>
<td></td>
<td>0 / 0</td>
<td></td>
<td></td>
</tr>
</table>
<h4>Sample boards</h4>
<svg height='200' width='200'>
<defs>
<marker id='arrowhead' markerWidth='3' markerHeight='4'
refX='3' refY='2' orient='auto'>
<polygon points='0 0, 3 2, 0 4' />
</marker>
</defs>
<path d='M 10 10 L 10 190 M 30 10 L 30 190 M 50 10 L 50 190 M 70 10 L 70 190 M 90 10 L 90 190 M 110 10 L 110 190 M 130 10 L 130 190 M 150 10 L 150 190 M 170 10 L 170 190 M 190 10 L 190 190 M 10 10 L 190 10 M 10 30 L 190 30 M 10 50 L 190 50 M 10 70 L 190 70 M 10 90 L 190 90 M 10 110 L 190 110 M 10 130 L 190 130 M 10 150 L 190 150 M 10 170 L 190 170 M 10 190 L 190 190 '
stroke='black' />
<circle cx='20' cy='20' r='7' fill='turquoise' />
<circle cx='40' cy='20' r='7' fill='turquoise' />
<circle cx='60' cy='20' r='7' fill='turquoise' />
<circle cx='80' cy='20' r='7' fill='turquoise' />
<circle cx='20' cy='40' r='7' fill='turquoise' />
<circle cx='40' cy='40' r='7' fill='turquoise' />
<circle cx='60' cy='40' r='7' fill='turquoise' />
<circle cx='20' cy='60' r='7' fill='turquoise' />
<circle cx='40' cy='60' r='7' fill='turquoise' />
<circle cx='20' cy='80' r='7' fill='turquoise' />
<circle cx='180' cy='120' r='7' fill='red' />
<circle cx='160' cy='140' r='7' fill='red' />
<circle cx='180' cy='140' r='7' fill='red' />
<circle cx='140' cy='160' r='7' fill='red' />
<circle cx='160' cy='160' r='7' fill='red' />
<circle cx='180' cy='160' r='7' fill='red' />
<circle cx='120' cy='180' r='7' fill='red' />
<circle cx='140' cy='180' r='7' fill='red' />
<circle cx='160' cy='180' r='7' fill='red' />
<circle cx='180' cy='180' r='7' fill='red' />
</svg>
<svg height='200' width='200'>
<defs>
<marker id='arrowhead' markerWidth='3' markerHeight='4'
refX='3' refY='2' orient='auto'>
<polygon points='0 0, 3 2, 0 4' />
</marker>
</defs>
<path d='M 10 10 L 10 190 M 30 10 L 30 190 M 50 10 L 50 190 M 70 10 L 70 190 M 90 10 L 90 190 M 110 10 L 110 190 M 130 10 L 130 190 M 150 10 L 150 190 M 170 10 L 170 190 M 190 10 L 190 190 M 10 10 L 190 10 M 10 30 L 190 30 M 10 50 L 190 50 M 10 70 L 190 70 M 10 90 L 190 90 M 10 110 L 190 110 M 10 130 L 190 130 M 10 150 L 190 150 M 10 170 L 190 170 M 10 190 L 190 190 '
stroke='black' />
<circle cx='20' cy='20' r='7' fill='turquoise' />
<circle cx='40' cy='20' r='7' fill='turquoise' />
<circle cx='60' cy='20' r='7' fill='turquoise' />
<circle cx='80' cy='20' r='7' fill='turquoise' />
<circle cx='20' cy='40' r='7' fill='turquoise' />
<circle cx='40' cy='40' r='7' fill='turquoise' />
<circle cx='60' cy='40' r='7' fill='turquoise' />
<circle cx='20' cy='60' r='7' fill='turquoise' />
<circle cx='40' cy='60' r='7' fill='turquoise' />
<circle cx='20' cy='80' r='7' fill='turquoise' />
<circle cx='180' cy='120' r='7' fill='red' />
<circle cx='120' cy='140' r='7' fill='red' />
<circle cx='160' cy='140' r='7' fill='red' />
<circle cx='180' cy='140' r='7' fill='red' />
<circle cx='140' cy='160' r='7' fill='red' />
<circle cx='160' cy='160' r='7' fill='red' />
<circle cx='180' cy='160' r='7' fill='red' />
<circle cx='120' cy='180' r='7' fill='red' />
<circle cx='140' cy='180' r='7' fill='red' />
<circle cx='180' cy='180' r='7' fill='red' />
</svg>
<svg height='200' width='200'>
<defs>
<marker id='arrowhead' markerWidth='3' markerHeight='4'
refX='3' refY='2' orient='auto'>
<polygon points='0 0, 3 2, 0 4' />
</marker>
</defs>
<path d='M 10 10 L 10 190 M 30 10 L 30 190 M 50 10 L 50 190 M 70 10 L 70 190 M 90 10 L 90 190 M 110 10 L 110 190 M 130 10 L 130 190 M 150 10 L 150 190 M 170 10 L 170 190 M 190 10 L 190 190 M 10 10 L 190 10 M 10 30 L 190 30 M 10 50 L 190 50 M 10 70 L 190 70 M 10 90 L 190 90 M 10 110 L 190 110 M 10 130 L 190 130 M 10 150 L 190 150 M 10 170 L 190 170 M 10 190 L 190 190 '
stroke='black' />
<circle cx='20' cy='20' r='7' fill='turquoise' />
<circle cx='60' cy='20' r='7' fill='turquoise' />
<circle cx='80' cy='20' r='7' fill='turquoise' />
<circle cx='20' cy='40' r='7' fill='turquoise' />
<circle cx='40' cy='40' r='7' fill='turquoise' />
<circle cx='60' cy='40' r='7' fill='turquoise' />
<circle cx='20' cy='60' r='7' fill='turquoise' />
<circle cx='40' cy='60' r='7' fill='turquoise' />
<circle cx='80' cy='60' r='7' fill='turquoise' />
<circle cx='20' cy='80' r='7' fill='turquoise' />
<circle cx='140' cy='120' r='7' fill='red' />
<circle cx='180' cy='120' r='7' fill='red' />
<circle cx='160' cy='140' r='7' fill='red' />
<circle cx='180' cy='140' r='7' fill='red' />
<circle cx='140' cy='160' r='7' fill='red' />
<circle cx='160' cy='160' r='7' fill='red' />
<circle cx='120' cy='180' r='7' fill='red' />
<circle cx='140' cy='180' r='7' fill='red' />
<circle cx='160' cy='180' r='7' fill='red' />
<circle cx='180' cy='180' r='7' fill='red' />
</svg>
<svg height='200' width='200'>
<defs>
<marker id='arrowhead' markerWidth='3' markerHeight='4'
refX='3' refY='2' orient='auto'>
<polygon points='0 0, 3 2, 0 4' />
</marker>
</defs>
<path d='M 10 10 L 10 190 M 30 10 L 30 190 M 50 10 L 50 190 M 70 10 L 70 190 M 90 10 L 90 190 M 110 10 L 110 190 M 130 10 L 130 190 M 150 10 L 150 190 M 170 10 L 170 190 M 190 10 L 190 190 M 10 10 L 190 10 M 10 30 L 190 30 M 10 50 L 190 50 M 10 70 L 190 70 M 10 90 L 190 90 M 10 110 L 190 110 M 10 130 L 190 130 M 10 150 L 190 150 M 10 170 L 190 170 M 10 190 L 190 190 '
stroke='black' />
<circle cx='20' cy='20' r='7' fill='turquoise' />
<circle cx='60' cy='20' r='7' fill='turquoise' />
<circle cx='80' cy='20' r='7' fill='turquoise' />
<circle cx='20' cy='40' r='7' fill='turquoise' />
<circle cx='40' cy='40' r='7' fill='turquoise' />
<circle cx='60' cy='40' r='7' fill='turquoise' />
<circle cx='20' cy='60' r='7' fill='turquoise' />
<circle cx='40' cy='60' r='7' fill='turquoise' />
<circle cx='80' cy='60' r='7' fill='turquoise' />
<circle cx='20' cy='80' r='7' fill='turquoise' />
<circle cx='120' cy='100' r='7' fill='red' />
<circle cx='180' cy='120' r='7' fill='red' />
<circle cx='160' cy='140' r='7' fill='red' />
<circle cx='180' cy='140' r='7' fill='red' />
<circle cx='140' cy='160' r='7' fill='red' />
<circle cx='160' cy='160' r='7' fill='red' />
<circle cx='120' cy='180' r='7' fill='red' />
<circle cx='140' cy='180' r='7' fill='red' />
<circle cx='160' cy='180' r='7' fill='red' />
<circle cx='180' cy='180' r='7' fill='red' />
</svg>
<svg height='200' width='200'>
<defs>
<marker id='arrowhead' markerWidth='3' markerHeight='4'
refX='3' refY='2' orient='auto'>
<polygon points='0 0, 3 2, 0 4' />
</marker>
</defs>
<path d='M 10 10 L 10 190 M 30 10 L 30 190 M 50 10 L 50 190 M 70 10 L 70 190 M 90 10 L 90 190 M 110 10 L 110 190 M 130 10 L 130 190 M 150 10 L 150 190 M 170 10 L 170 190 M 190 10 L 190 190 M 10 10 L 190 10 M 10 30 L 190 30 M 10 50 L 190 50 M 10 70 L 190 70 M 10 90 L 190 90 M 10 110 L 190 110 M 10 130 L 190 130 M 10 150 L 190 150 M 10 170 L 190 170 M 10 190 L 190 190 '
stroke='black' />
<circle cx='20' cy='20' r='7' fill='turquoise' />
<circle cx='60' cy='20' r='7' fill='turquoise' />
<circle cx='80' cy='20' r='7' fill='turquoise' />
<circle cx='20' cy='40' r='7' fill='turquoise' />
<circle cx='40' cy='40' r='7' fill='turquoise' />
<circle cx='20' cy='60' r='7' fill='turquoise' />
<circle cx='40' cy='60' r='7' fill='turquoise' />
<circle cx='80' cy='60' r='7' fill='turquoise' />
<circle cx='20' cy='80' r='7' fill='turquoise' />
<circle cx='180' cy='160' r='7' fill='turquoise' />
<circle cx='120' cy='100' r='7' fill='red' />
<circle cx='180' cy='120' r='7' fill='red' />
<circle cx='160' cy='140' r='7' fill='red' />
<circle cx='180' cy='140' r='7' fill='red' />
<circle cx='140' cy='160' r='7' fill='red' />
<circle cx='160' cy='160' r='7' fill='red' />
<circle cx='120' cy='180' r='7' fill='red' />
<circle cx='140' cy='180' r='7' fill='red' />
<circle cx='160' cy='180' r='7' fill='red' />
<circle cx='180' cy='180' r='7' fill='red' />
</svg>
<svg height='200' width='200'>
<defs>
<marker id='arrowhead' markerWidth='3' markerHeight='4'
refX='3' refY='2' orient='auto'>
<polygon points='0 0, 3 2, 0 4' />
</marker>
</defs>
<path d='M 10 10 L 10 190 M 30 10 L 30 190 M 50 10 L 50 190 M 70 10 L 70 190 M 90 10 L 90 190 M 110 10 L 110 190 M 130 10 L 130 190 M 150 10 L 150 190 M 170 10 L 170 190 M 190 10 L 190 190 M 10 10 L 190 10 M 10 30 L 190 30 M 10 50 L 190 50 M 10 70 L 190 70 M 10 90 L 190 90 M 10 110 L 190 110 M 10 130 L 190 130 M 10 150 L 190 150 M 10 170 L 190 170 M 10 190 L 190 190 '
stroke='black' />
<circle cx='20' cy='20' r='7' fill='turquoise' />
<circle cx='60' cy='20' r='7' fill='turquoise' />
<circle cx='80' cy='20' r='7' fill='turquoise' />
<circle cx='20' cy='40' r='7' fill='turquoise' />
<circle cx='40' cy='40' r='7' fill='turquoise' />
<circle cx='20' cy='60' r='7' fill='turquoise' />
<circle cx='40' cy='60' r='7' fill='turquoise' />
<circle cx='80' cy='60' r='7' fill='turquoise' />
<circle cx='20' cy='80' r='7' fill='turquoise' />
<circle cx='180' cy='160' r='7' fill='turquoise' />
<circle cx='120' cy='100' r='7' fill='red' />
<circle cx='160' cy='120' r='7' fill='red' />
<circle cx='160' cy='140' r='7' fill='red' />
<circle cx='180' cy='140' r='7' fill='red' />
<circle cx='140' cy='160' r='7' fill='red' />
<circle cx='160' cy='160' r='7' fill='red' />
<circle cx='120' cy='180' r='7' fill='red' />
<circle cx='140' cy='180' r='7' fill='red' />
<circle cx='160' cy='180' r='7' fill='red' />
<circle cx='180' cy='180' r='7' fill='red' />
</svg>
<svg height='200' width='200'>
<defs>
<marker id='arrowhead' markerWidth='3' markerHeight='4'
refX='3' refY='2' orient='auto'>
<polygon points='0 0, 3 2, 0 4' />
</marker>
</defs>
<path d='M 10 10 L 10 190 M 30 10 L 30 190 M 50 10 L 50 190 M 70 10 L 70 190 M 90 10 L 90 190 M 110 10 L 110 190 M 130 10 L 130 190 M 150 10 L 150 190 M 170 10 L 170 190 M 190 10 L 190 190 M 10 10 L 190 10 M 10 30 L 190 30 M 10 50 L 190 50 M 10 70 L 190 70 M 10 90 L 190 90 M 10 110 L 190 110 M 10 130 L 190 130 M 10 150 L 190 150 M 10 170 L 190 170 M 10 190 L 190 190 '
stroke='black' />
<circle cx='20' cy='20' r='7' fill='turquoise' />
<circle cx='60' cy='20' r='7' fill='turquoise' />
<circle cx='80' cy='20' r='7' fill='turquoise' />
<circle cx='40' cy='40' r='7' fill='turquoise' />
<circle cx='20' cy='60' r='7' fill='turquoise' />
<circle cx='40' cy='60' r='7' fill='turquoise' />
<circle cx='80' cy='60' r='7' fill='turquoise' />
<circle cx='20' cy='80' r='7' fill='turquoise' />
<circle cx='180' cy='120' r='7' fill='turquoise' />
<circle cx='180' cy='160' r='7' fill='turquoise' />
<circle cx='120' cy='100' r='7' fill='red' />
<circle cx='160' cy='120' r='7' fill='red' />
<circle cx='160' cy='140' r='7' fill='red' />
<circle cx='180' cy='140' r='7' fill='red' />
<circle cx='140' cy='160' r='7' fill='red' />
<circle cx='160' cy='160' r='7' fill='red' />
<circle cx='120' cy='180' r='7' fill='red' />
<circle cx='140' cy='180' r='7' fill='red' />
<circle cx='160' cy='180' r='7' fill='red' />
<circle cx='180' cy='180' r='7' fill='red' />
</svg>
<svg height='200' width='200'>
<defs>
<marker id='arrowhead' markerWidth='3' markerHeight='4'
refX='3' refY='2' orient='auto'>
<polygon points='0 0, 3 2, 0 4' />
</marker>
</defs>
<path d='M 10 10 L 10 190 M 30 10 L 30 190 M 50 10 L 50 190 M 70 10 L 70 190 M 90 10 L 90 190 M 110 10 L 110 190 M 130 10 L 130 190 M 150 10 L 150 190 M 170 10 L 170 190 M 190 10 L 190 190 M 10 10 L 190 10 M 10 30 L 190 30 M 10 50 L 190 50 M 10 70 L 190 70 M 10 90 L 190 90 M 10 110 L 190 110 M 10 130 L 190 130 M 10 150 L 190 150 M 10 170 L 190 170 M 10 190 L 190 190 '
stroke='black' />
<circle cx='20' cy='20' r='7' fill='turquoise' />
<circle cx='60' cy='20' r='7' fill='turquoise' />
<circle cx='80' cy='20' r='7' fill='turquoise' />
<circle cx='40' cy='40' r='7' fill='turquoise' />
<circle cx='20' cy='60' r='7' fill='turquoise' />
<circle cx='40' cy='60' r='7' fill='turquoise' />
<circle cx='80' cy='60' r='7' fill='turquoise' />
<circle cx='20' cy='80' r='7' fill='turquoise' />
<circle cx='180' cy='120' r='7' fill='turquoise' />
<circle cx='180' cy='160' r='7' fill='turquoise' />
<circle cx='120' cy='100' r='7' fill='red' />
<circle cx='160' cy='120' r='7' fill='red' />
<circle cx='140' cy='140' r='7' fill='red' />
<circle cx='160' cy='140' r='7' fill='red' />
<circle cx='180' cy='140' r='7' fill='red' />
<circle cx='160' cy='160' r='7' fill='red' />
<circle cx='120' cy='180' r='7' fill='red' />
<circle cx='140' cy='180' r='7' fill='red' />
<circle cx='160' cy='180' r='7' fill='red' />
<circle cx='180' cy='180' r='7' fill='red' />
</svg>
</body>
</html>
|
src/libs/fop-2.0/javadocs/org/apache/fop/hyphenation/package-frame.html | jbampton/eclipse-cheatsheets-to-dita-to-pdf | <!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_34) on Tue May 26 09:04:14 BST 2015 -->
<TITLE>
org.apache.fop.hyphenation (Apache FOP 2.0 API)
</TITLE>
<META NAME="date" CONTENT="2015-05-26">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../org/apache/fop/hyphenation/package-summary.html" target="classFrame">org.apache.fop.hyphenation</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Interfaces</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="PatternConsumer.html" title="interface in org.apache.fop.hyphenation" target="classFrame"><I>PatternConsumer</I></A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="ByteVector.html" title="class in org.apache.fop.hyphenation" target="classFrame">ByteVector</A>
<BR>
<A HREF="CharVector.html" title="class in org.apache.fop.hyphenation" target="classFrame">CharVector</A>
<BR>
<A HREF="Hyphen.html" title="class in org.apache.fop.hyphenation" target="classFrame">Hyphen</A>
<BR>
<A HREF="Hyphenation.html" title="class in org.apache.fop.hyphenation" target="classFrame">Hyphenation</A>
<BR>
<A HREF="HyphenationTree.html" title="class in org.apache.fop.hyphenation" target="classFrame">HyphenationTree</A>
<BR>
<A HREF="HyphenationTreeCache.html" title="class in org.apache.fop.hyphenation" target="classFrame">HyphenationTreeCache</A>
<BR>
<A HREF="Hyphenator.html" title="class in org.apache.fop.hyphenation" target="classFrame">Hyphenator</A>
<BR>
<A HREF="PatternParser.html" title="class in org.apache.fop.hyphenation" target="classFrame">PatternParser</A>
<BR>
<A HREF="SerializeHyphPattern.html" title="class in org.apache.fop.hyphenation" target="classFrame">SerializeHyphPattern</A>
<BR>
<A HREF="TernaryTree.html" title="class in org.apache.fop.hyphenation" target="classFrame">TernaryTree</A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Exceptions</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="HyphenationException.html" title="class in org.apache.fop.hyphenation" target="classFrame">HyphenationException</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
swete-admin/templates/swete/actions/import_translations.html | shannah/swete | {use_macro file="Dataface_Main_Template.html"}
{fill_slot name="main_column"}
<h1>Import Translations</h1>
<div id="import-form-progress" style="display:none">
Importing translations. Please wait ...<img src="{$ENV.DATAFACE_URL}/images/progress.gif"/>
</div>
<div id="import-form-wrapper"></div>
<div id="import-form-results-wrapper" style="display:none">
<h3>Import is Complete</h3>
<p class="succeeded-p"><span data-kvc="succeeded">x</span> strings were successfully imported.</p>
<p class="failed-p"><span data-kvc="failed">y</span> strings could not be imported. Check Import log for details.</p>
<h4>Import log</h4>
<textarea class="import-log" rows="8" data-kvc="log"></textarea>
<div class="buttons">
<button id="view-strings-btn" title="View strings in the imported translation memory">View Translations</button>
<button id="import-more-strings-btn" title="Import another file">Import Another Translation File</button>
</div>
</div>
{/fill_slot}
{/use_macro} |
css/blog.css | manishdipankar1711/gitclient | /*
* Globals
*/
body {
font-family: Georgia, "Times New Roman", Times, serif;
color: #555;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
color: #333;
}
/*
* Override Bootstrap's default container.
*/
@media (min-width: 1200px) {
.container {
width: 970px;
}
}
/*
* Masthead for nav
*/
.blog-masthead {
background-color: #428bca;
-webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}
/* Nav links */
.blog-nav-item {
position: relative;
display: inline-block;
padding: 10px;
font-weight: 500;
color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
color: #fff;
text-decoration: none;
}
/* Active state gets a caret at the bottom */
.blog-nav .active {
color: #fff;
}
.blog-nav .active:after {
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
margin-left: -5px;
vertical-align: middle;
content: " ";
border-right: 5px solid transparent;
border-bottom: 5px solid;
border-left: 5px solid transparent;
}
.blog-header {
padding-top: 20px;
padding-bottom: 20px;
}
.blog-main {
font-size: 18px;
line-height: 1.5;
}
/* Sidebar modules for boxing content */
.sidebar-module {
padding: 15px;
margin: 0 -15px 15px;
}
.sidebar-module-inset {
padding: 15px;
background-color: #f5f5f5;
border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
margin-bottom: 0;
}
/* Pagination */
.pager {
margin-bottom: 60px;
text-align: left;
}
.pager > li > a {
width: 140px;
padding: 10px 20px;
text-align: center;
border-radius: 30px;
}
/*
* Blog posts
*/
.blog-post {
margin-bottom: 60px;
}
.blog-post-title {
margin-bottom: 5px;
font-size: 40px;
}
.blog-post-meta {
margin-bottom: 20px;
color: #999;
}
/*
* Footer
*/
.blog-footer {
padding: 40px 0;
color: #999;
text-align: center;
background-color: #f9f9f9;
border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
margin-bottom: 0;
}
|
doc/api/functions_0x73.html | g2p/kyotocabinet | <!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>Kyoto Cabinet: Class Members</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<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>
</ul>
</div>
<div class="tabs">
<ul>
<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 class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li class="current"><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
<li><a href="functions_eval.html"><span>Enumerator</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="functions.html#index_a"><span>a</span></a></li>
<li><a href="functions_0x62.html#index_b"><span>b</span></a></li>
<li><a href="functions_0x63.html#index_c"><span>c</span></a></li>
<li><a href="functions_0x64.html#index_d"><span>d</span></a></li>
<li><a href="functions_0x65.html#index_e"><span>e</span></a></li>
<li><a href="functions_0x66.html#index_f"><span>f</span></a></li>
<li><a href="functions_0x67.html#index_g"><span>g</span></a></li>
<li><a href="functions_0x68.html#index_h"><span>h</span></a></li>
<li><a href="functions_0x69.html#index_i"><span>i</span></a></li>
<li><a href="functions_0x6a.html#index_j"><span>j</span></a></li>
<li><a href="functions_0x6b.html#index_k"><span>k</span></a></li>
<li><a href="functions_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="functions_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="functions_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="functions_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="functions_0x70.html#index_p"><span>p</span></a></li>
<li><a href="functions_0x72.html#index_r"><span>r</span></a></li>
<li class="current"><a href="functions_0x73.html#index_s"><span>s</span></a></li>
<li><a href="functions_0x74.html#index_t"><span>t</span></a></li>
<li><a href="functions_0x75.html#index_u"><span>u</span></a></li>
<li><a href="functions_0x76.html#index_v"><span>v</span></a></li>
<li><a href="functions_0x77.html#index_w"><span>w</span></a></li>
<li><a href="functions_0x78.html#index_x"><span>x</span></a></li>
<li><a href="functions_0x79.html#index_y"><span>y</span></a></li>
<li><a href="functions_0x7e.html#index_~"><span>~</span></a></li>
</ul>
</div>
</div>
<div class="contents">
Here is a list of all documented class members with links to the class documentation for each member:
<h3><a class="anchor" id="index_s">- s -</a></h3><ul>
<li>ScopedMutex()
: <a class="el" href="classkyotocabinet_1_1ScopedMutex.html#ab3f8a995ebd8251f8368b11cb58a037f">kyotocabinet::ScopedMutex</a>
</li>
<li>ScopedRWLock()
: <a class="el" href="classkyotocabinet_1_1ScopedRWLock.html#ad7e26e867f75e54b5f3ad29bd8d73c91">kyotocabinet::ScopedRWLock</a>
</li>
<li>ScopedSpinLock()
: <a class="el" href="classkyotocabinet_1_1ScopedSpinLock.html#ae5452f32465269b85f39c567024b85ee">kyotocabinet::ScopedSpinLock</a>
</li>
<li>ScopedSpinRWLock()
: <a class="el" href="classkyotocabinet_1_1ScopedSpinRWLock.html#aa0ae380f4767afa53e73030578495dd5">kyotocabinet::ScopedSpinRWLock</a>
</li>
<li>secure_least()
: <a class="el" href="classkyotocabinet_1_1AtomicInt64.html#af437a859e9e80879ff88ad1ed08587a5">kyotocabinet::AtomicInt64</a>
</li>
<li>set()
: <a class="el" href="classkyotocabinet_1_1BasicDB_1_1Error.html#a681ef8d29f266786d069d7d00cdec7a4">kyotocabinet::BasicDB::Error</a>
, <a class="el" href="classkyotocabinet_1_1BasicDB.html#ace1d7f4a0d37c2d4e61b102bc0d0f725">kyotocabinet::BasicDB</a>
, <a class="el" href="classkyotocabinet_1_1TinyHashMap.html#a2e250f66e1675b39fea3c9ddaa1d8a61">kyotocabinet::TinyHashMap</a>
, <a class="el" href="classkyotocabinet_1_1DB.html#a404f686394fed04af54989925c86b555">kyotocabinet::DB</a>
, <a class="el" href="classkyotocabinet_1_1LinkedHashMap.html#ae8e3cafd73162299981ab86e39a69e64">kyotocabinet::LinkedHashMap< KEY, VALUE, HASH, EQUALTO ></a>
, <a class="el" href="classkyotocabinet_1_1TSDKey.html#a76d905ef5e36bffcb7ca1d81cca4b4af">kyotocabinet::TSDKey</a>
, <a class="el" href="classkyotocabinet_1_1DB.html#a35010cb7b5d738a512a50cd55bed36d4">kyotocabinet::DB</a>
, <a class="el" href="classkyotocabinet_1_1AtomicInt64.html#affb9ed06b69f8315bfa7ad504b436e10">kyotocabinet::AtomicInt64</a>
</li>
<li>set_bulk()
: <a class="el" href="classkyotocabinet_1_1BasicDB.html#a0a76b8f56d3abd00b511a77ea32fc7f2">kyotocabinet::BasicDB</a>
</li>
<li>set_compressor()
: <a class="el" href="classkyotocabinet_1_1ArcfourCompressor.html#aa5fc9d4c82595cde9a47b8747481c53f">kyotocabinet::ArcfourCompressor</a>
</li>
<li>set_current_directory()
: <a class="el" href="classkyotocabinet_1_1File.html#a48e489a86f873e086e556a83d3550b1b">kyotocabinet::File</a>
</li>
<li>set_error()
: <a class="el" href="classkyotocabinet_1_1CacheDB.html#a6ef5142d951c82b5c07c2d59fde70781">kyotocabinet::CacheDB</a>
, <a class="el" href="classkyotocabinet_1_1BasicDB.html#abc68ab08f3f42a52cbae54ae093fad7b">kyotocabinet::BasicDB</a>
, <a class="el" href="classkyotocabinet_1_1DirDB.html#a8ae582bba1e49389f7fb0dc466a7b915">kyotocabinet::DirDB</a>
, <a class="el" href="classkyotocabinet_1_1HashDB.html#ac80c2e3ba4bad239c5892a9a86e6b958">kyotocabinet::HashDB</a>
, <a class="el" href="classkyotocabinet_1_1PlantDB.html#a73aec7dc352ec9fa444eca7643443090">kyotocabinet::PlantDB< BASEDB, DBTYPE ></a>
, <a class="el" href="classkyotocabinet_1_1PolyDB.html#a964cb7b588736a0db61306994cf50823">kyotocabinet::PolyDB</a>
, <a class="el" href="classkyotocabinet_1_1ProtoDB.html#a3f2d9ff4a9a6702d6d1351a57eef614f">kyotocabinet::ProtoDB< STRMAP, DBTYPE ></a>
, <a class="el" href="classkyotocabinet_1_1StashDB.html#a78728565649240b647f88c14c5a34f72">kyotocabinet::StashDB</a>
</li>
<li>set_internal_db()
: <a class="el" href="classkyotocabinet_1_1PolyDB.html#a0372c6f0b25c5e75c0720291f5eb5882">kyotocabinet::PolyDB</a>
</li>
<li>set_key()
: <a class="el" href="classkyotocabinet_1_1ArcfourCompressor.html#a7fffa1c8061de7add6f1752b2d3cf74a">kyotocabinet::ArcfourCompressor</a>
</li>
<li>set_value()
: <a class="el" href="classkyotocabinet_1_1DB_1_1Cursor.html#a4d1ff14d0a9035df80ea2f9960fe96b2">kyotocabinet::DB::Cursor</a>
, <a class="el" href="classkyotocabinet_1_1BasicDB_1_1Cursor.html#afcefc06f76d1790461d25dcebb09e5a2">kyotocabinet::BasicDB::Cursor</a>
</li>
<li>set_value_str()
: <a class="el" href="classkyotocabinet_1_1BasicDB_1_1Cursor.html#ad75b1a84559d4b11077415e3c414166d">kyotocabinet::BasicDB::Cursor</a>
, <a class="el" href="classkyotocabinet_1_1DB_1_1Cursor.html#a1c740a07c7f15893bf5933cd6bd5e036">kyotocabinet::DB::Cursor</a>
</li>
<li>SHA
: <a class="el" href="classkyotocabinet_1_1LZMA.html#a6a2ab2e2c4a0ae133e09bb83788c85a6a204c45cb48186348af9242ca3044bb39">kyotocabinet::LZMA</a>
</li>
<li>signal()
: <a class="el" href="classkyotocabinet_1_1CondVar.html#a460512c8bd598b5cbd3955a07687bdb5">kyotocabinet::CondVar</a>
</li>
<li>size
: <a class="el" href="structkyotocabinet_1_1File_1_1Status.html#a499c6aa29c5c88264a4fdcc5ce12cb58">kyotocabinet::File::Status</a>
, <a class="el" href="structKCSTR.html#ad3cb793e9eaacf8dfec9b8a0c4dfc98c">KCSTR</a>
, <a class="el" href="classkyotocabinet_1_1CacheDB.html#a7e6f0a8b3674c463e963a98ff3c5c23d">kyotocabinet::CacheDB</a>
, <a class="el" href="classkyotocabinet_1_1BasicDB.html#a573aae4382f43ed148ea035baa4d5f51">kyotocabinet::BasicDB</a>
, <a class="el" href="classkyotocabinet_1_1DirDB.html#ae4dad3860a59e348b8e0ec74dafe67a6">kyotocabinet::DirDB</a>
, <a class="el" href="classkyotocabinet_1_1File.html#aff354e63e33d659f4ad5a84037380f83">kyotocabinet::File</a>
, <a class="el" href="classkyotocabinet_1_1HashDB.html#a2603372a3e0f745ad5b36f8df420d9cf">kyotocabinet::HashDB</a>
, <a class="el" href="classkyotocabinet_1_1PlantDB.html#a3def0d36c043569c2995ef1454581af0">kyotocabinet::PlantDB< BASEDB, DBTYPE ></a>
, <a class="el" href="classkyotocabinet_1_1PolyDB.html#acdf58b2cca54cbfd5aaffbc3d8d00788">kyotocabinet::PolyDB</a>
, <a class="el" href="classkyotocabinet_1_1ProtoDB.html#a7f94833d566301c3fecbe2640beb1508">kyotocabinet::ProtoDB< STRMAP, DBTYPE ></a>
, <a class="el" href="classkyotocabinet_1_1StashDB.html#a841cf423ae3d712ce421e4cf767b056b">kyotocabinet::StashDB</a>
</li>
<li>sleep()
: <a class="el" href="classkyotocabinet_1_1Thread.html#a65e09bd823274fcd6f999108b9ffadf0">kyotocabinet::Thread</a>
</li>
<li>SlottedMutex()
: <a class="el" href="classkyotocabinet_1_1SlottedMutex.html#a28c1d39a84bd957be857772129607d23">kyotocabinet::SlottedMutex</a>
</li>
<li>SlottedRWLock()
: <a class="el" href="classkyotocabinet_1_1SlottedRWLock.html#a9c1b0ff930ca654a4a703cd564cd8c97">kyotocabinet::SlottedRWLock</a>
</li>
<li>SlottedSpinLock()
: <a class="el" href="classkyotocabinet_1_1SlottedSpinLock.html#ad4156a04310e33b731b277fa72d45df7">kyotocabinet::SlottedSpinLock</a>
</li>
<li>SlottedSpinRWLock()
: <a class="el" href="classkyotocabinet_1_1SlottedSpinRWLock.html#a11c1e719efc2a80c199c853171084064">kyotocabinet::SlottedSpinRWLock</a>
</li>
<li>Sorter()
: <a class="el" href="classkyotocabinet_1_1TinyHashMap_1_1Sorter.html#aed51f631acd7539582663b730368451d">kyotocabinet::TinyHashMap::Sorter</a>
</li>
<li>SpinLock()
: <a class="el" href="classkyotocabinet_1_1SpinLock.html#a2c35eefaf58572efa4a06b83299192dc">kyotocabinet::SpinLock</a>
</li>
<li>SpinRWLock()
: <a class="el" href="classkyotocabinet_1_1SpinRWLock.html#a25aa60db4aabbbbfe71c9232f5237cbf">kyotocabinet::SpinRWLock</a>
</li>
<li>start()
: <a class="el" href="classkyotocabinet_1_1TaskQueue.html#af3230686464dcdf19cd0a1585957525e">kyotocabinet::TaskQueue</a>
, <a class="el" href="classkyotocabinet_1_1Thread.html#a2df1a9de056800ffe0c8512aa9d43a70">kyotocabinet::Thread</a>
</li>
<li>StashDB()
: <a class="el" href="classkyotocabinet_1_1StashDB.html#a34bb3e3896cef7ce0a756efc478dccaf">kyotocabinet::StashDB</a>
</li>
<li>status()
: <a class="el" href="classkyotocabinet_1_1ProtoDB.html#ac2dd1444ce3263f41f5896f223ffc839">kyotocabinet::ProtoDB< STRMAP, DBTYPE ></a>
, <a class="el" href="classkyotocabinet_1_1StashDB.html#ae0060404761228e766294def6d8cb870">kyotocabinet::StashDB</a>
, <a class="el" href="classkyotocabinet_1_1PolyDB.html#a92047d400162479dbc4a354ff7929912">kyotocabinet::PolyDB</a>
, <a class="el" href="classkyotocabinet_1_1DirDB.html#a69ed1a736a8cb34be1b15e00570f27d5">kyotocabinet::DirDB</a>
, <a class="el" href="classkyotocabinet_1_1CacheDB.html#aa1f1aa4eea1413a010154c1e66507706">kyotocabinet::CacheDB</a>
, <a class="el" href="classkyotocabinet_1_1BasicDB.html#ac8807fad23476a2eb7da0c869c546727">kyotocabinet::BasicDB</a>
, <a class="el" href="classkyotocabinet_1_1File.html#ad259250ce5a4543b5d75198fa303546f">kyotocabinet::File</a>
, <a class="el" href="classkyotocabinet_1_1HashDB.html#a1b0d75e7c29df4c7604447d1fb460318">kyotocabinet::HashDB</a>
, <a class="el" href="classkyotocabinet_1_1PlantDB.html#a1eecb3071cfc5e407c58ae47514fda38">kyotocabinet::PlantDB< BASEDB, DBTYPE ></a>
</li>
<li>step()
: <a class="el" href="classkyotocabinet_1_1TinyHashMap_1_1Sorter.html#a03e37ddd7a89d6b0f4007331c79888da">kyotocabinet::TinyHashMap::Sorter</a>
, <a class="el" href="classkyotocabinet_1_1ProtoDB_1_1Cursor.html#a2297e313742ffcee55e4c5cb78a6ec50">kyotocabinet::ProtoDB< STRMAP, DBTYPE >::Cursor</a>
, <a class="el" href="classkyotocabinet_1_1CacheDB_1_1Cursor.html#a31e009c3df7d4baf4cde3a2b3367fa6a">kyotocabinet::CacheDB::Cursor</a>
, <a class="el" href="classkyotocabinet_1_1PolyDB_1_1Cursor.html#a1ee17261d64b6833d6c6f8c1bb56cbd5">kyotocabinet::PolyDB::Cursor</a>
, <a class="el" href="classkyotocabinet_1_1DirDB_1_1Cursor.html#a1777ac2ce032e0a09f684ebae713b5ce">kyotocabinet::DirDB::Cursor</a>
, <a class="el" href="classkyotocabinet_1_1TinyHashMap_1_1Iterator.html#abbc96f3a51b8dfbd596a9b69b69f4b53">kyotocabinet::TinyHashMap::Iterator</a>
, <a class="el" href="classkyotocabinet_1_1DB_1_1Cursor.html#a312228bd858d3091e32b65f1128faab4">kyotocabinet::DB::Cursor</a>
, <a class="el" href="classkyotocabinet_1_1PlantDB_1_1Cursor.html#a97e5de36c7013633822978ba4464566f">kyotocabinet::PlantDB< BASEDB, DBTYPE >::Cursor</a>
, <a class="el" href="classkyotocabinet_1_1HashDB_1_1Cursor.html#a7f4be9cb599712b69ee71b1da65ef8f3">kyotocabinet::HashDB::Cursor</a>
, <a class="el" href="classkyotocabinet_1_1StashDB_1_1Cursor.html#a9ed7c428eccf0b70588301104c677e11">kyotocabinet::StashDB::Cursor</a>
</li>
<li>step_back()
: <a class="el" href="classkyotocabinet_1_1CacheDB_1_1Cursor.html#a19f77d1a2fe78560d5ee4078c86445a0">kyotocabinet::CacheDB::Cursor</a>
, <a class="el" href="classkyotocabinet_1_1PlantDB_1_1Cursor.html#abaee4c4ed39a012fafa89568ad5b979f">kyotocabinet::PlantDB< BASEDB, DBTYPE >::Cursor</a>
, <a class="el" href="classkyotocabinet_1_1PolyDB_1_1Cursor.html#ae157c64d32a9d271cc8f3211d0410abf">kyotocabinet::PolyDB::Cursor</a>
, <a class="el" href="classkyotocabinet_1_1StashDB_1_1Cursor.html#aafe8e849fea3ce4d8157f12ea0bb42cc">kyotocabinet::StashDB::Cursor</a>
, <a class="el" href="classkyotocabinet_1_1DirDB_1_1Cursor.html#a242bcd524a78a6a55668db4b80851bac">kyotocabinet::DirDB::Cursor</a>
, <a class="el" href="classkyotocabinet_1_1HashDB_1_1Cursor.html#afdc1941834599cfa941b6054bc031a05">kyotocabinet::HashDB::Cursor</a>
, <a class="el" href="classkyotocabinet_1_1DB_1_1Cursor.html#a1eb720a41b9bad81f3dd6621870133d5">kyotocabinet::DB::Cursor</a>
, <a class="el" href="classkyotocabinet_1_1ProtoDB_1_1Cursor.html#aec4da04f1b3510474b59a62100fa70fd">kyotocabinet::ProtoDB< STRMAP, DBTYPE >::Cursor</a>
</li>
<li>SUCCESS
: <a class="el" href="classkyotocabinet_1_1BasicDB_1_1Error.html#aae81720eb2d1d8be04375d0f766d0fa2a433ed022a7a88a23d97a9cf3f3037a58">kyotocabinet::BasicDB::Error</a>
</li>
<li>synchronize()
: <a class="el" href="classkyotocabinet_1_1DirDB.html#af66e7b519cc379afe31fef0dcd374ce5">kyotocabinet::DirDB</a>
, <a class="el" href="classkyotocabinet_1_1HashDB.html#a95c76a2cef3f0d6e3843c1b8f45a51fb">kyotocabinet::HashDB</a>
, <a class="el" href="classkyotocabinet_1_1PolyDB.html#ace50ae3d13ba63e258673c80cca7b5c8">kyotocabinet::PolyDB</a>
, <a class="el" href="classkyotocabinet_1_1CacheDB.html#a142e5aede110bcdbe8bc5821259738a7">kyotocabinet::CacheDB</a>
, <a class="el" href="classkyotocabinet_1_1BasicDB.html#acf7a2e70f3c1e72be5241f0d611f3d70">kyotocabinet::BasicDB</a>
, <a class="el" href="classkyotocabinet_1_1ProtoDB.html#a0b8e02efc1451ecf5ad610671274de58">kyotocabinet::ProtoDB< STRMAP, DBTYPE ></a>
, <a class="el" href="classkyotocabinet_1_1File.html#ad345d1f79fa4b22af3596f71ad419098">kyotocabinet::File</a>
</li>
<li>SYNCHRONIZE
: <a class="el" href="classkyotocabinet_1_1BasicDB_1_1MetaTrigger.html#a2f09321f0d989733609843ee94b3db74a6eb9ba3e6a6790bc7e7fe805ef11bd71">kyotocabinet::BasicDB::MetaTrigger</a>
</li>
<li>synchronize()
: <a class="el" href="classkyotocabinet_1_1StashDB.html#ab4bef2c0d9ee18fc46ccbbff8e534cf8">kyotocabinet::StashDB</a>
, <a class="el" href="classkyotocabinet_1_1PlantDB.html#a897d968c5d8c59ef65baa760eeb3bf49">kyotocabinet::PlantDB< BASEDB, DBTYPE ></a>
</li>
<li>synchronize_opaque()
: <a class="el" href="classkyotocabinet_1_1CacheDB.html#a451ff9f111dc181c5baf7cd197b241e0">kyotocabinet::CacheDB</a>
, <a class="el" href="classkyotocabinet_1_1PlantDB.html#a725afdfed6deaa967e9d56de86a2522f">kyotocabinet::PlantDB< BASEDB, DBTYPE ></a>
, <a class="el" href="classkyotocabinet_1_1HashDB.html#a16d30233b74141a32223043fdfa9f2d5">kyotocabinet::HashDB</a>
, <a class="el" href="classkyotocabinet_1_1DirDB.html#a3fad90df47ff8d8ccc7f0c6388824cfe">kyotocabinet::DirDB</a>
, <a class="el" href="classkyotocabinet_1_1StashDB.html#ac6b8fe6568a84d0fce7fe72585b131bf">kyotocabinet::StashDB</a>
, <a class="el" href="classkyotocabinet_1_1ProtoDB.html#aa99741c9c461a66dbc2705fae0b69094">kyotocabinet::ProtoDB< STRMAP, DBTYPE ></a>
</li>
<li>synchronize_whole()
: <a class="el" href="classkyotocabinet_1_1File.html#a18c04557cb776e4e64452bd0673bfe27">kyotocabinet::File</a>
</li>
<li>SYSTEM
: <a class="el" href="classkyotocabinet_1_1BasicDB_1_1Error.html#aae81720eb2d1d8be04375d0f766d0fa2a76f30950798eb4b78188b3a3a1a51179">kyotocabinet::BasicDB::Error</a>
</li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Fri Mar 4 23:09:40 2011 for Kyoto Cabinet by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>
|
doc/api/source-class-RouteListTest.html | jones139/hdms | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="ApiGen 2.8.0">
<meta name="robots" content="noindex">
<title>File Test/Case/Model/RouteListTest.php</title>
<script type="text/javascript" src="resources/combined.js?3770084987"></script>
<script type="text/javascript" src="elementlist.js?163924357"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360">
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Packages</h3>
<ul>
<li><a href="package-app.html">app<span></span></a>
<ul>
<li><a href="package-app.Config.html">Config<span></span></a>
<ul>
<li><a href="package-app.Config.Schema.html">Schema</a>
</li>
</ul></li>
<li><a href="package-app.Console.html">Console<span></span></a>
<ul>
<li><a href="package-app.Console.Command.html">Command</a>
</li>
</ul></li>
<li><a href="package-app.Controller.html">Controller</a>
</li>
<li><a href="package-app.Model.html">Model</a>
</li>
<li><a href="package-app.View.html">View<span></span></a>
<ul>
<li><a href="package-app.View.Helper.html">Helper</a>
</li>
</ul></li></ul></li>
<li class="active"><a href="package-None.html">None</a>
</li>
</ul>
</div>
<hr>
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-AllDebugKitTest.html">AllDebugKitTest</a></li>
<li><a href="class-AllDebugKitViewTest.html">AllDebugKitViewTest</a></li>
<li><a href="class-AllDebugKitWithoutViewTest.html">AllDebugKitWithoutViewTest</a></li>
<li><a href="class-AllTestsTest.html">AllTestsTest</a></li>
<li><a href="class-BenchmarkShell.html">BenchmarkShell</a></li>
<li><a href="class-DebugKitAppController.html">DebugKitAppController</a></li>
<li><a href="class-DebugKitAppModel.html">DebugKitAppModel</a></li>
<li><a href="class-DebugKitDebugger.html">DebugKitDebugger</a></li>
<li><a href="class-DebugKitDebuggerTest.html">DebugKitDebuggerTest</a></li>
<li><a href="class-DebugKitGroupTestCase.html">DebugKitGroupTestCase</a></li>
<li><a href="class-DebugKitLog.html">DebugKitLog</a></li>
<li><a href="class-DebugKitTestController.html">DebugKitTestController</a></li>
<li><a href="class-DebugMemory.html">DebugMemory</a></li>
<li><a href="class-DebugMemoryTest.html">DebugMemoryTest</a></li>
<li><a href="class-DebugPanel.html">DebugPanel</a></li>
<li><a href="class-DebugTimer.html">DebugTimer</a></li>
<li><a href="class-DebugTimerHelper.html">DebugTimerHelper</a></li>
<li><a href="class-DebugTimerTest.html">DebugTimerTest</a></li>
<li><a href="class-DocFixture.html">DocFixture</a></li>
<li><a href="class-DocsControllerTest.html">DocsControllerTest</a></li>
<li><a href="class-DocStatusesControllerTest.html">DocStatusesControllerTest</a></li>
<li><a href="class-DocStatusFixture.html">DocStatusFixture</a></li>
<li><a href="class-DocStatusTest.html">DocStatusTest</a></li>
<li><a href="class-DocSubtypeFixture.html">DocSubtypeFixture</a></li>
<li><a href="class-DocSubtypesControllerTest.html">DocSubtypesControllerTest</a></li>
<li><a href="class-DocSubtypeTest.html">DocSubtypeTest</a></li>
<li><a href="class-DocTest.html">DocTest</a></li>
<li><a href="class-DocTypeFixture.html">DocTypeFixture</a></li>
<li><a href="class-DocTypesControllerTest.html">DocTypesControllerTest</a></li>
<li><a href="class-DocTypeTest.html">DocTypeTest</a></li>
<li><a href="class-EnvironmentPanel.html">EnvironmentPanel</a></li>
<li><a href="class-FacilitiesControllerTest.html">FacilitiesControllerTest</a></li>
<li><a href="class-FacilityFixture.html">FacilityFixture</a></li>
<li><a href="class-FacilityTest.html">FacilityTest</a></li>
<li><a href="class-FireCake.html">FireCake</a></li>
<li><a href="class-FireCakeTestCase.html">FireCakeTestCase</a></li>
<li><a href="class-FirePhpToolbarHelper.html">FirePhpToolbarHelper</a></li>
<li><a href="class-FirePhpToolbarHelperTestCase.html">FirePhpToolbarHelperTestCase</a></li>
<li><a href="class-HistoryPanel.html">HistoryPanel</a></li>
<li><a href="class-HtmlToolbarHelper.html">HtmlToolbarHelper</a></li>
<li><a href="class-HtmlToolbarHelperTestCase.html">HtmlToolbarHelperTestCase</a></li>
<li><a href="class-IncludePanel.html">IncludePanel</a></li>
<li><a href="class-LogPanel.html">LogPanel</a></li>
<li><a href="class-LogPanelTest.html">LogPanelTest</a></li>
<li><a href="class-MockBackendHelper.html">MockBackendHelper</a></li>
<li><a href="class-NotificationFixture.html">NotificationFixture</a></li>
<li><a href="class-NotificationsControllerTest.html">NotificationsControllerTest</a></li>
<li><a href="class-NotificationTest.html">NotificationTest</a></li>
<li><a href="class-PluginTestPanel.html">PluginTestPanel</a></li>
<li><a href="class-RequestPanel.html">RequestPanel</a></li>
<li><a href="class-ResponseFixture.html">ResponseFixture</a></li>
<li><a href="class-ResponsesControllerTest.html">ResponsesControllerTest</a></li>
<li><a href="class-ResponseTest.html">ResponseTest</a></li>
<li><a href="class-Revision.html" class="invalid">Revision</a></li>
<li><a href="class-RevisionFixture.html">RevisionFixture</a></li>
<li><a href="class-RevisionsControllerTest.html">RevisionsControllerTest</a></li>
<li><a href="class-RevisionTest.html">RevisionTest</a></li>
<li><a href="class-RoleFixture.html">RoleFixture</a></li>
<li><a href="class-RolesControllerTest.html">RolesControllerTest</a></li>
<li><a href="class-RoleTest.html">RoleTest</a></li>
<li><a href="class-RouteListEntriesControllerTest.html">RouteListEntriesControllerTest</a></li>
<li><a href="class-RouteListEntryFixture.html">RouteListEntryFixture</a></li>
<li><a href="class-RouteListEntryTest.html">RouteListEntryTest</a></li>
<li><a href="class-RouteListFixture.html">RouteListFixture</a></li>
<li><a href="class-RouteListsController.html">RouteListsController</a></li>
<li><a href="class-RouteListsControllerTest.html">RouteListsControllerTest</a></li>
<li class="active"><a href="class-RouteListTest.html">RouteListTest</a></li>
<li><a href="class-SessionPanel.html">SessionPanel</a></li>
<li><a href="class-SimpleGraphHelper.html">SimpleGraphHelper</a></li>
<li><a href="class-SqlLogPanel.html">SqlLogPanel</a></li>
<li><a href="class-SqlLogPanelTest.html">SqlLogPanelTest</a></li>
<li><a href="class-Test.html">Test</a></li>
<li><a href="class-TestFireCake.html">TestFireCake</a></li>
<li><a href="class-TestFixture.html">TestFixture</a></li>
<li><a href="class-TestPanel.html">TestPanel</a></li>
<li><a href="class-TestsControllerTest.html">TestsControllerTest</a></li>
<li><a href="class-TestTest.html">TestTest</a></li>
<li><a href="class-TestToolbarComponent.html">TestToolbarComponent</a></li>
<li><a href="class-TidyHelper.html">TidyHelper</a></li>
<li><a href="class-TimedBehavior.html">TimedBehavior</a></li>
<li><a href="class-TimedBehaviorTestCase.html">TimedBehaviorTestCase</a></li>
<li><a href="class-TimerPanel.html">TimerPanel</a></li>
<li><a href="class-ToolbarAccess.html">ToolbarAccess</a></li>
<li><a href="class-ToolbarAccessController.html">ToolbarAccessController</a></li>
<li><a href="class-ToolbarAccessTestCase.html">ToolbarAccessTestCase</a></li>
<li><a href="class-ToolbarComponent.html">ToolbarComponent</a></li>
<li><a href="class-ToolbarComponentTestCase.html">ToolbarComponentTestCase</a></li>
<li><a href="class-ToolbarHelper.html">ToolbarHelper</a></li>
<li><a href="class-ToolbarHelperTestCase.html">ToolbarHelperTestCase</a></li>
<li><a href="class-UserFixture.html">UserFixture</a></li>
<li><a href="class-UsersControllerTest.html">UsersControllerTest</a></li>
<li><a href="class-UserTest.html">UserTest</a></li>
<li><a href="class-VariablesPanel.html">VariablesPanel</a></li>
<li><a href="class-WhitespaceShell.html">WhitespaceShell</a></li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="function-firecake.html">firecake</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="">
<input type="hidden" name="ie" value="UTF-8">
<input type="text" name="q" class="text">
<input type="submit" value="Search">
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="package-None.html" title="Summary of None"><span>Package</span></a>
</li>
<li>
<a href="class-RouteListTest.html" title="Summary of RouteListTest"><span>Class</span></a>
</li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<pre><code><span id="1" class="l"><a class="l" href="#1"> 1: </a><span class="xlang"><?php</span>
</span><span id="2" class="l"><a class="l" href="#2"> 2: </a>App::uses(<span class="php-quote">'RouteList'</span>, <span class="php-quote">'Model'</span>);
</span><span id="3" class="l"><a class="l" href="#3"> 3: </a>
</span><span id="4" class="l"><a class="l" href="#4"> 4: </a><span class="php-comment">/**
</span></span><span id="5" class="l"><a class="l" href="#5"> 5: </a><span class="php-comment"> * RouteList Test Case
</span></span><span id="6" class="l"><a class="l" href="#6"> 6: </a><span class="php-comment"> *
</span></span><span id="7" class="l"><a class="l" href="#7"> 7: </a><span class="php-comment"> */</span>
</span><span id="8" class="l"><a class="l" href="#8"> 8: </a><span class="php-keyword1">class</span> <a id="RouteListTest" href="#RouteListTest">RouteListTest</a> <span class="php-keyword1">extends</span> CakeTestCase {
</span><span id="9" class="l"><a class="l" href="#9"> 9: </a>
</span><span id="10" class="l"><a class="l" href="#10">10: </a><span class="php-comment">/**
</span></span><span id="11" class="l"><a class="l" href="#11">11: </a><span class="php-comment"> * Fixtures
</span></span><span id="12" class="l"><a class="l" href="#12">12: </a><span class="php-comment"> *
</span></span><span id="13" class="l"><a class="l" href="#13">13: </a><span class="php-comment"> * @var array
</span></span><span id="14" class="l"><a class="l" href="#14">14: </a><span class="php-comment"> */</span>
</span><span id="15" class="l"><a class="l" href="#15">15: </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$fixtures" href="#$fixtures">$fixtures</a></span> = <span class="php-keyword1">array</span>(
</span><span id="16" class="l"><a class="l" href="#16">16: </a> <span class="php-quote">'app.route_list'</span>,
</span><span id="17" class="l"><a class="l" href="#17">17: </a> <span class="php-quote">'app.revision'</span>,
</span><span id="18" class="l"><a class="l" href="#18">18: </a> <span class="php-quote">'app.doc'</span>,
</span><span id="19" class="l"><a class="l" href="#19">19: </a> <span class="php-quote">'app.facility'</span>,
</span><span id="20" class="l"><a class="l" href="#20">20: </a> <span class="php-quote">'app.user'</span>,
</span><span id="21" class="l"><a class="l" href="#21">21: </a> <span class="php-quote">'app.role'</span>,
</span><span id="22" class="l"><a class="l" href="#22">22: </a> <span class="php-quote">'app.notification'</span>,
</span><span id="23" class="l"><a class="l" href="#23">23: </a> <span class="php-quote">'app.route_list_entry'</span>,
</span><span id="24" class="l"><a class="l" href="#24">24: </a> <span class="php-quote">'app.response'</span>,
</span><span id="25" class="l"><a class="l" href="#25">25: </a> <span class="php-quote">'app.doc_status'</span>
</span><span id="26" class="l"><a class="l" href="#26">26: </a> );
</span><span id="27" class="l"><a class="l" href="#27">27: </a>
</span><span id="28" class="l"><a class="l" href="#28">28: </a><span class="php-comment">/**
</span></span><span id="29" class="l"><a class="l" href="#29">29: </a><span class="php-comment"> * setUp method
</span></span><span id="30" class="l"><a class="l" href="#30">30: </a><span class="php-comment"> *
</span></span><span id="31" class="l"><a class="l" href="#31">31: </a><span class="php-comment"> * @return void
</span></span><span id="32" class="l"><a class="l" href="#32">32: </a><span class="php-comment"> */</span>
</span><span id="33" class="l"><a class="l" href="#33">33: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_setUp" href="#_setUp">setUp</a>() {
</span><span id="34" class="l"><a class="l" href="#34">34: </a> parent::setUp();
</span><span id="35" class="l"><a class="l" href="#35">35: </a> <span class="php-var">$this</span>->RouteList = ClassRegistry::init(<span class="php-quote">'RouteList'</span>);
</span><span id="36" class="l"><a class="l" href="#36">36: </a> }
</span><span id="37" class="l"><a class="l" href="#37">37: </a>
</span><span id="38" class="l"><a class="l" href="#38">38: </a><span class="php-comment">/**
</span></span><span id="39" class="l"><a class="l" href="#39">39: </a><span class="php-comment"> * tearDown method
</span></span><span id="40" class="l"><a class="l" href="#40">40: </a><span class="php-comment"> *
</span></span><span id="41" class="l"><a class="l" href="#41">41: </a><span class="php-comment"> * @return void
</span></span><span id="42" class="l"><a class="l" href="#42">42: </a><span class="php-comment"> */</span>
</span><span id="43" class="l"><a class="l" href="#43">43: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_tearDown" href="#_tearDown">tearDown</a>() {
</span><span id="44" class="l"><a class="l" href="#44">44: </a> <span class="php-keyword1">unset</span>(<span class="php-var">$this</span>->RouteList);
</span><span id="45" class="l"><a class="l" href="#45">45: </a>
</span><span id="46" class="l"><a class="l" href="#46">46: </a> parent::tearDown();
</span><span id="47" class="l"><a class="l" href="#47">47: </a> }
</span><span id="48" class="l"><a class="l" href="#48">48: </a>
</span><span id="49" class="l"><a class="l" href="#49">49: </a>}
</span><span id="50" class="l"><a class="l" href="#50">50: </a></span></code></pre>
<div id="footer">
API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
|
dist/javadoc/nanook/MarginAlignParser.html | tolot27/NanoOK | <!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-ea) on Tue Jun 16 15:16:48 BST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MarginAlignParser</title>
<meta name="date" content="2015-06-16">
<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="MarginAlignParser";
}
//-->
</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="../nanook/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/MarginAlignParser.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../nanook/MAFParser.html" title="class in nanook"><span class="strong">Prev Class</span></a></li>
<li><a href="../nanook/MotifStatistics.html" title="class in nanook"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?nanook/MarginAlignParser.html" target="_top">Frames</a></li>
<li><a href="MarginAlignParser.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">nanook</div>
<h2 title="Class MarginAlignParser" class="title">Class MarginAlignParser</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../nanook/SAMParser.html" title="class in nanook">nanook.SAMParser</a></li>
<li>
<ul class="inheritance">
<li>nanook.MarginAlignParser</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../nanook/AlignmentFileParser.html" title="interface in nanook">AlignmentFileParser</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">MarginAlignParser</span>
extends <a href="../nanook/SAMParser.html" title="class in nanook">SAMParser</a>
implements <a href="../nanook/AlignmentFileParser.html" title="interface in nanook">AlignmentFileParser</a></pre>
<div class="block">Parser for marginAlign files</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../nanook/MarginAlignParser.html#MarginAlignParser(nanook.NanoOKOptions,%20nanook.References)">MarginAlignParser</a></strong>(<a href="../nanook/NanoOKOptions.html" title="class in nanook">NanoOKOptions</a> o,
<a href="../nanook/References.html" title="class in nanook">References</a> r)</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>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../nanook/MarginAlignParser.html#getProgramID()">getProgramID</a></strong>()</code>
<div class="block">Get identifier for the alignment program</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../nanook/MarginAlignParser.html#getReadFormat()">getReadFormat</a></strong>()</code>
<div class="block">Get format of input reads expected</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../nanook/MarginAlignParser.html#getRunCommand(java.lang.String,%20java.lang.String,%20java.lang.String)">getRunCommand</a></strong>(java.lang.String query,
java.lang.String output,
java.lang.String reference)</code>
<div class="block">Get command to run aligner</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../nanook/MarginAlignParser.html#outputsToStdout()">outputsToStdout</a></strong>()</code>
<div class="block">Return true if this aligner outputs to Stdout and not a file</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../nanook/MarginAlignParser.html#setAlignmentParams(java.lang.String)">setAlignmentParams</a></strong>(java.lang.String p)</code>
<div class="block">Set alignment parameters to run executable</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_nanook.SAMParser">
<!-- -->
</a>
<h3>Methods inherited from class nanook.<a href="../nanook/SAMParser.html" title="class in nanook">SAMParser</a></h3>
<code><a href="../nanook/SAMParser.html#getAlignmentFileExtension()">getAlignmentFileExtension</a>, <a href="../nanook/SAMParser.html#getHighestScoringSet()">getHighestScoringSet</a>, <a href="../nanook/SAMParser.html#parseFile(java.lang.String,%20nanook.AlignmentsTableFile,%20nanook.ReadSetStats)">parseFile</a>, <a href="../nanook/SAMParser.html#sortAlignments()">sortAlignments</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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_nanook.AlignmentFileParser">
<!-- -->
</a>
<h3>Methods inherited from interface nanook.<a href="../nanook/AlignmentFileParser.html" title="interface in nanook">AlignmentFileParser</a></h3>
<code><a href="../nanook/AlignmentFileParser.html#getAlignmentFileExtension()">getAlignmentFileExtension</a>, <a href="../nanook/AlignmentFileParser.html#getHighestScoringSet()">getHighestScoringSet</a>, <a href="../nanook/AlignmentFileParser.html#parseFile(java.lang.String,%20nanook.AlignmentsTableFile,%20nanook.ReadSetStats)">parseFile</a>, <a href="../nanook/AlignmentFileParser.html#sortAlignments()">sortAlignments</a></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="MarginAlignParser(nanook.NanoOKOptions, nanook.References)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MarginAlignParser</h4>
<pre>public MarginAlignParser(<a href="../nanook/NanoOKOptions.html" title="class in nanook">NanoOKOptions</a> o,
<a href="../nanook/References.html" title="class in nanook">References</a> r)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getProgramID()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProgramID</h4>
<pre>public java.lang.String getProgramID()</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../nanook/AlignmentFileParser.html#getProgramID()">AlignmentFileParser</a></code></strong></div>
<div class="block">Get identifier for the alignment program</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../nanook/AlignmentFileParser.html#getProgramID()">getProgramID</a></code> in interface <code><a href="../nanook/AlignmentFileParser.html" title="interface in nanook">AlignmentFileParser</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>ID in lower case e.g. "last"</dd></dl>
</li>
</ul>
<a name="getReadFormat()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReadFormat</h4>
<pre>public int getReadFormat()</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../nanook/AlignmentFileParser.html#getReadFormat()">AlignmentFileParser</a></code></strong></div>
<div class="block">Get format of input reads expected</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../nanook/AlignmentFileParser.html#getReadFormat()">getReadFormat</a></code> in interface <code><a href="../nanook/AlignmentFileParser.html" title="interface in nanook">AlignmentFileParser</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>NanoOKOptions.FASTA or NanoOKOptions.FASTQ</dd></dl>
</li>
</ul>
<a name="setAlignmentParams(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAlignmentParams</h4>
<pre>public void setAlignmentParams(java.lang.String p)</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../nanook/AlignmentFileParser.html#setAlignmentParams(java.lang.String)">AlignmentFileParser</a></code></strong></div>
<div class="block">Set alignment parameters to run executable</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../nanook/AlignmentFileParser.html#setAlignmentParams(java.lang.String)">setAlignmentParams</a></code> in interface <code><a href="../nanook/AlignmentFileParser.html" title="interface in nanook">AlignmentFileParser</a></code></dd>
</dl>
</li>
</ul>
<a name="getRunCommand(java.lang.String, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRunCommand</h4>
<pre>public java.lang.String getRunCommand(java.lang.String query,
java.lang.String output,
java.lang.String reference)</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../nanook/AlignmentFileParser.html#getRunCommand(java.lang.String,%20java.lang.String,%20java.lang.String)">AlignmentFileParser</a></code></strong></div>
<div class="block">Get command to run aligner</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../nanook/AlignmentFileParser.html#getRunCommand(java.lang.String,%20java.lang.String,%20java.lang.String)">getRunCommand</a></code> in interface <code><a href="../nanook/AlignmentFileParser.html" title="interface in nanook">AlignmentFileParser</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>query</code> - query file</dd><dd><code>output</code> - output file</dd><dd><code>reference</code> - reference file</dd>
<dt><span class="strong">Returns:</span></dt><dd></dd></dl>
</li>
</ul>
<a name="outputsToStdout()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>outputsToStdout</h4>
<pre>public boolean outputsToStdout()</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../nanook/AlignmentFileParser.html#outputsToStdout()">AlignmentFileParser</a></code></strong></div>
<div class="block">Return true if this aligner outputs to Stdout and not a file</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../nanook/AlignmentFileParser.html#outputsToStdout()">outputsToStdout</a></code> in interface <code><a href="../nanook/AlignmentFileParser.html" title="interface in nanook">AlignmentFileParser</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>true or false</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="../nanook/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/MarginAlignParser.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../nanook/MAFParser.html" title="class in nanook"><span class="strong">Prev Class</span></a></li>
<li><a href="../nanook/MotifStatistics.html" title="class in nanook"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?nanook/MarginAlignParser.html" target="_top">Frames</a></li>
<li><a href="MarginAlignParser.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>
|
doc/html/rollno-main_8cpp.html | GreatDevelopers/bakaplan | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.4"/>
<title>BaKaPlan: frontend/src/rollno-main.cpp File 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/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</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">BaKaPlan
 <span id="projectnumber">0.8</span>
</div>
<div id="projectbrief">Preparing Seating Plan</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.4 -->
<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="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_c84692f9706c9339d647fbf825969a53.html">frontend</a></li><li class="navelem"><a class="el" href="dir_dc8ae17189802def5b2b63a29a3cc26f.html">src</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">rollno-main.cpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>main method
<a href="#details">More...</a></p>
<div class="textblock"><code>#include "<a class="el" href="rollno_8h_source.html">header/rollno.h</a>"</code><br/>
</div>
<p><a href="rollno-main_8cpp_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a840291bc02cba5474a4cb46a9b9566fe"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a840291bc02cba5474a4cb46a9b9566fe"></a>
int </td><td class="memItemRight" valign="bottom"><b>main</b> (void)</td></tr>
<tr class="separator:a840291bc02cba5474a4cb46a9b9566fe"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>main method </p>
<dl class="section version"><dt>Version</dt><dd>0.8 </dd></dl>
<dl class="section date"><dt>Date</dt><dd>Sunday 07 April 2013 09:00:37 IST<br/>
Compiler g++</dd></dl>
<dl class="section author"><dt>Author</dt><dd>Mandeep Kaur, <a href="#" onclick="location.href='mai'+'lto:'+'meg'+'ha'+'sim'+'ak'+'@gm'+'ai'+'l.c'+'om'; return false;">megha<span style="display: none;">.nosp@m.</span>sima<span style="display: none;">.nosp@m.</span>k@gma<span style="display: none;">.nosp@m.</span>il.c<span style="display: none;">.nosp@m.</span>om</a> License GNU General Public License </dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>Copyright (c) 2013, GreatDevelopers <a href="https://github.com/GreatDevelopers">https://github.com/GreatDevelopers</a> </dd></dl>
<p>Definition in file <a class="el" href="rollno-main_8cpp_source.html">rollno-main.cpp</a>.</p>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Sep 25 2013 02:32:23 for BaKaPlan by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
</small></address>
</body>
</html>
|
lib/JasperReport/docs/api/net/sf/jasperreports/engine/util/SortedIntList.html | MHTaleb/Encologim | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ro">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 20 18:37:15 EEST 2016 -->
<title>SortedIntList (JasperReports 6.3.0 API)</title>
<meta name="date" content="2016-06-20">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SortedIntList (JasperReports 6.3.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SortedIntList.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="../../../../../net/sf/jasperreports/engine/util/SingleValue.html" title="class in net.sf.jasperreports.engine.util"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../net/sf/jasperreports/engine/util/StreamCompression.html" title="interface in net.sf.jasperreports.engine.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/sf/jasperreports/engine/util/SortedIntList.html" target="_top">Frames</a></li>
<li><a href="SortedIntList.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">net.sf.jasperreports.engine.util</div>
<h2 title="Class SortedIntList" class="title">Class SortedIntList</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>net.sf.jasperreports.engine.util.SortedIntList</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">SortedIntList</span>
extends java.lang.Object</pre>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Lucian Chirita ([email protected])</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="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="../../../../../net/sf/jasperreports/engine/util/SortedIntList.html#SortedIntList()">SortedIntList</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>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sf/jasperreports/engine/util/SortedIntList.html#add(int)">add</a></strong>(int value)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sf/jasperreports/engine/util/SortedIntList.html#get(int)">get</a></strong>(int index)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sf/jasperreports/engine/util/SortedIntList.html#indexOf(int)">indexOf</a></strong>(int value)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sf/jasperreports/engine/util/SortedIntList.html#isEmpty()">isEmpty</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sf/jasperreports/engine/util/SortedIntList.html#remove(int)">remove</a></strong>(int value)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sf/jasperreports/engine/util/SortedIntList.html#size()">size</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="SortedIntList()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>SortedIntList</h4>
<pre>public SortedIntList()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="size()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>size</h4>
<pre>public int size()</pre>
</li>
</ul>
<a name="isEmpty()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEmpty</h4>
<pre>public boolean isEmpty()</pre>
</li>
</ul>
<a name="get(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get</h4>
<pre>public int get(int index)</pre>
</li>
</ul>
<a name="add(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>add</h4>
<pre>public boolean add(int value)</pre>
</li>
</ul>
<a name="remove(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>remove</h4>
<pre>public boolean remove(int value)</pre>
</li>
</ul>
<a name="indexOf(int)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>indexOf</h4>
<pre>public int indexOf(int value)</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/SortedIntList.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="../../../../../net/sf/jasperreports/engine/util/SingleValue.html" title="class in net.sf.jasperreports.engine.util"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../net/sf/jasperreports/engine/util/StreamCompression.html" title="interface in net.sf.jasperreports.engine.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/sf/jasperreports/engine/util/SortedIntList.html" target="_top">Frames</a></li>
<li><a href="SortedIntList.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 ======= -->
<p class="legalCopy"><small>
<span style="font-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:8pt;font-style:normal;color:#000000;">© 2001 - 2016 TIBCO Software Inc. <a href="http://www.jaspersoft.com" target="_blank" style="color:#000000;">www.jaspersoft.com</a></span>
</small></p>
</body>
</html>
|
googled20f5251d72f1a36.html | bgiesing/vox-variety-site | google-site-verification: googled20f5251d72f1a36.html |
docs/reference/incprops.html | SACEMA/inctools | <!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Incidence and incidence difference statistics from trinomial prevalences of HIV and recency — incprops • inctools</title>
<!-- jquery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha256-bZLfwXAP04zRMK2BjiO8iu9pf4FbLqX6zitd+tIvLhE=" crossorigin="anonymous" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" crossorigin="anonymous"></script>
<!-- bootstrap-toc -->
<link rel="stylesheet" href="../bootstrap-toc.css">
<script src="../bootstrap-toc.js"></script>
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/v4-shims.min.css" integrity="sha256-wZjR52fzng1pJHwx4aV2AO3yyTOXrcDW7jBpJtTwVxw=" crossorigin="anonymous" />
<!-- clipboard.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js" integrity="sha256-inc5kl9MA1hkeYUt+EC3BhlIgyp/2jDIyBLS6k3UxPI=" crossorigin="anonymous"></script>
<!-- headroom.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/headroom.min.js" integrity="sha256-AsUX4SJE1+yuDu5+mAVzJbuYNPHj/WroHuZ8Ir/CkE0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/jQuery.headroom.min.js" integrity="sha256-ZX/yNShbjqsohH1k95liqY9Gd8uOiE1S4vZc+9KQ1K4=" crossorigin="anonymous"></script>
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
<script src="../pkgdown.js"></script>
<meta property="og:title" content="Incidence and incidence difference statistics from trinomial prevalences of HIV and recency — incprops" />
<meta property="og:description" content="Incidence and incidence difference statistics from trinomial prevalences of HIV and recency" />
<!-- mathjax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#toc">
<div class="container template-reference-topic">
<header>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span class="navbar-brand">
<a class="navbar-link" href="../index.html">inctools</a>
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.0.9006</span>
</span>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="../index.html">
<span class="fas fa-home fa-lg"></span>
</a>
</li>
<li>
<a href="../reference/index.html">Reference</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Articles
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="../articles/EstimatingIncidence.html">Estimating incidence from cross-sectional data</a>
</li>
<li>
<a href="../articles/Introduction.html">Overview of Incidence Estimation Package *inctools*</a>
</li>
<li>
<a href="../articles/SurveyDesign.html">Survey design: power, precision and sample size</a>
</li>
<li>
<a href="../articles/TestCalibration.html">Recent infection test calibration</a>
</li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://github.com/SACEMA/inctools/">
<span class="fab fa-github fa-lg"></span>
</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
</header>
<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
<h1>Incidence and incidence difference statistics from trinomial prevalences of HIV and recency</h1>
<small class="dont-index">Source: <a href='https://github.com/SACEMA/inctools/blob/master/R/incidence.R'><code>R/incidence.R</code></a></small>
<div class="hidden name"><code>incprops.Rd</code></div>
</div>
<div class="ref-description">
<p>Incidence and incidence difference statistics from trinomial prevalences of HIV and recency</p>
</div>
<pre class="usage"><span class='fu'>incprops</span><span class='op'>(</span>
<span class='va'>PrevH</span>,
<span class='va'>RSE_PrevH</span>,
<span class='va'>PrevR</span>,
<span class='va'>RSE_PrevR</span>,
Boot <span class='op'>=</span> <span class='cn'>FALSE</span>,
BS_Count <span class='op'>=</span> <span class='fl'>10000</span>,
alpha <span class='op'>=</span> <span class='fl'>0.05</span>,
BMest <span class='op'>=</span> <span class='st'>"same.test"</span>,
<span class='va'>MDRI</span>,
<span class='va'>RSE_MDRI</span>,
<span class='va'>FRR</span>,
<span class='va'>RSE_FRR</span>,
BigT <span class='op'>=</span> <span class='fl'>730</span>,
Covar_HR <span class='op'>=</span> <span class='fl'>0</span>,
debug <span class='op'>=</span> <span class='cn'>FALSE</span>
<span class='op'>)</span></pre>
<h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2>
<table class="ref-arguments">
<colgroup><col class="name" /><col class="desc" /></colgroup>
<tr>
<th>PrevH</th>
<td><p>Prevalence of HIV (vector/integer).</p></td>
</tr>
<tr>
<th>RSE_PrevH</th>
<td><p>Relative Standard Error (RSE) of estimate for population prevalence of HIV (vector/integer).</p></td>
</tr>
<tr>
<th>PrevR</th>
<td><p>Proportion of persons found to be 'recent' by biomarker assay among total persons found positive for HIV (vector/integer).</p></td>
</tr>
<tr>
<th>RSE_PrevR</th>
<td><p>Relative Standard Error (RSE) of estimate for population proportion of those testing positive for HIV who have been infected recently (vector/integer).</p></td>
</tr>
<tr>
<th>Boot</th>
<td><p>True/False variable indicating whether variance of point estimates is to be calculated by Empirical Bootstrapping (TRUE) or Delta Method (FALSE), the default setting.</p></td>
</tr>
<tr>
<th>BS_Count</th>
<td><p>Specifies number of bootstrap samples for bootstrapped confidence intervals of incidence.</p></td>
</tr>
<tr>
<th>alpha</th>
<td><p>test rejection threshold.</p></td>
</tr>
<tr>
<th>BMest</th>
<td><p>Biomarker estimation by one the 3 options 'same.test'(=default), 'FRR.indep', 'MDRI.FRR.indep' (string).</p></td>
</tr>
<tr>
<th>MDRI</th>
<td><p>mean duration of recent infection [days] (vector/integer).</p></td>
</tr>
<tr>
<th>RSE_MDRI</th>
<td><p>Relative standard error of MDRI [days] (vector/integer).</p></td>
</tr>
<tr>
<th>FRR</th>
<td><p>False recent rate (vector/integer).</p></td>
</tr>
<tr>
<th>RSE_FRR</th>
<td><p>Relative standard error of FRR (vector/integer).</p></td>
</tr>
<tr>
<th>BigT</th>
<td><p>post-infection time cut-off true vs false recent [days] default 730 days (integer).</p></td>
</tr>
<tr>
<th>Covar_HR</th>
<td><p>Covariance of probability of being positive and being categorized recent from survey (vector/integer). Note that as the variances of PrevH and PrevR are often quite small, only a suitably commensurate covariance will enable the inversion of the bootstrap covariance matrix for random number generation to proceed without error.</p></td>
</tr>
<tr>
<th>debug</th>
<td><p>Enable debugging mode (browser)</p></td>
</tr>
</table>
<h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2>
<p>Returns incidence and incidence difference statistics, annualised risk and implied CIs on test characteristics.</p>
<h2 class="hasAnchor" id="details"><a class="anchor" href="#details"></a>Details</h2>
<p>Implements assay-based incidence estimation through cross-sectional prevalence and recency of infection tests as described by Kassanjee, et al. 'A new general biomarker-based incidence estimator,' <em>Epidemiology</em> (2012). Function parameters must be specified to include assay test characteristics and survey results as proportions. Confidence intervals are computed via Delta method approximation, except when Boot=TRUE is specified, in which case confidence intervals are generated by empirical bootstrap resampling. Inputs must be in appropriate ranges for appropriate units. Extreme input values may make calculation impossible, and if entered will elicit error notices.</p>
<p>The package contains long form documentation in the form of vignettes that cover the use of the main fucntions. Use browseVignettes(package="inctools") to access them.</p>
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
<pre class="examples"><div class='input'><span class='fu'>incprops</span><span class='op'>(</span>PrevH <span class='op'>=</span> <span class='fl'>0.20</span>, RSE_PrevH <span class='op'>=</span> <span class='fl'>0.028</span>, PrevR <span class='op'>=</span> <span class='fl'>0.10</span>, RSE_PrevR <span class='op'>=</span> <span class='fl'>0.09</span>,
BS_Count <span class='op'>=</span> <span class='fl'>10000</span>, Boot <span class='op'>=</span> <span class='cn'>TRUE</span>, MDRI <span class='op'>=</span> <span class='fl'>200</span>, RSE_MDRI <span class='op'>=</span> <span class='fl'>0.05</span>,
FRR <span class='op'>=</span> <span class='fl'>0.01</span>,
RSE_FRR <span class='op'>=</span> <span class='fl'>0.2</span>, BigT <span class='op'>=</span> <span class='fl'>730</span><span class='op'>)</span>
</div><div class='output co'>#> $Incidence.Statistics
#> <span style='color: #949494;'># A tibble: 1 x 6</span><span>
#> Incidence CI_LB CI_UB RSE Cov.PrevH.I Cor.PrevH.I
#> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span>
#> </span><span style='color: #BCBCBC;'>1</span><span> 0.042</span><span style='text-decoration: underline;'>647</span><span>2 0.033</span><span style='text-decoration: underline;'>054</span><span>6 0.053</span><span style='text-decoration: underline;'>128</span><span>0 0.119</span><span style='text-decoration: underline;'>692</span><span> 0.000</span><span style='text-decoration: underline;'>008</span><span>315</span><span style='text-decoration: underline;'>67</span><span> 0.291</span><span style='text-decoration: underline;'>931</span><span>
#>
#> $Annual.Risk.of.Infection
#> </span><span style='color: #949494;'># A tibble: 1 x 3</span><span>
#> ARI ARI.CI_LB ARI.CI_UB
#> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span>
#> </span><span style='color: #BCBCBC;'>1</span><span> 0.041</span><span style='text-decoration: underline;'>750</span><span>6 0.032</span><span style='text-decoration: underline;'>514</span><span>3 0.051</span><span style='text-decoration: underline;'>741</span><span>4
#>
#> $MDRI.CI
#> CI_LB CI_UB
#> 1 180.4004 219.5996
#>
#> $FRR.CI
#> </span><span style='color: #949494;'># A tibble: 1 x 2</span><span>
#> CI_LB CI_UB
#> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span>
#> </span><span style='color: #BCBCBC;'>1</span><span> 0.006</span><span style='text-decoration: underline;'>080</span><span>07 0.013</span><span style='text-decoration: underline;'>919</span><span>9
#> </div><div class='input'>
<span class='fu'>incprops</span><span class='op'>(</span>PrevH <span class='op'>=</span> <span class='fu'><a href='https://rdrr.io/r/base/c.html'>c</a></span><span class='op'>(</span><span class='fl'>0.20</span>,<span class='fl'>0.21</span>,<span class='fl'>0.18</span><span class='op'>)</span>, RSE_PrevH <span class='op'>=</span> <span class='fu'><a href='https://rdrr.io/r/base/c.html'>c</a></span><span class='op'>(</span><span class='fl'>0.028</span>,<span class='fl'>0.03</span>,<span class='fl'>0.022</span><span class='op'>)</span>,
PrevR <span class='op'>=</span> <span class='fu'><a href='https://rdrr.io/r/base/c.html'>c</a></span><span class='op'>(</span><span class='fl'>0.10</span>,<span class='fl'>0.13</span>,<span class='fl'>0.12</span><span class='op'>)</span>, RSE_PrevR <span class='op'>=</span> <span class='fu'><a href='https://rdrr.io/r/base/c.html'>c</a></span><span class='op'>(</span><span class='fl'>0.094</span>,<span class='fl'>0.095</span>,<span class='fl'>0.05</span><span class='op'>)</span>,
BS_Count <span class='op'>=</span> <span class='fl'>10000</span>, Boot <span class='op'>=</span> <span class='cn'>FALSE</span>, BMest <span class='op'>=</span> <span class='st'>'MDRI.FRR.indep'</span>, MDRI <span class='op'>=</span> <span class='fu'><a href='https://rdrr.io/r/base/c.html'>c</a></span><span class='op'>(</span><span class='fl'>200</span>,<span class='fl'>180</span>,<span class='fl'>180</span><span class='op'>)</span>,
RSE_MDRI <span class='op'>=</span> <span class='fu'><a href='https://rdrr.io/r/base/c.html'>c</a></span><span class='op'>(</span><span class='fl'>0.05</span>,<span class='fl'>0.07</span>,<span class='fl'>0.06</span><span class='op'>)</span>, FRR <span class='op'>=</span> <span class='fu'><a href='https://rdrr.io/r/base/c.html'>c</a></span><span class='op'>(</span><span class='fl'>0.01</span>,<span class='fl'>0.009</span>,<span class='fl'>0.02</span><span class='op'>)</span>, RSE_FRR <span class='op'>=</span> <span class='fu'><a href='https://rdrr.io/r/base/c.html'>c</a></span><span class='op'>(</span><span class='fl'>0.2</span>,<span class='fl'>0.2</span>,<span class='fl'>0.1</span><span class='op'>)</span>,
BigT <span class='op'>=</span> <span class='fl'>730</span><span class='op'>)</span>
</div><div class='output co'>#> $Incidence.Statistics
#> </span><span style='color: #949494;'># A tibble: 3 x 6</span><span>
#> survey Incidence CI_LB CI_UB RSE RSE_InfSS
#> </span><span style='color: #949494;font-style: italic;'><int></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span>
#> </span><span style='color: #BCBCBC;'>1</span><span> 1 0.042</span><span style='text-decoration: underline;'>647</span><span>2 0.032</span><span style='text-decoration: underline;'>395</span><span>9 0.052</span><span style='text-decoration: underline;'>898</span><span>6 0.122</span><span style='text-decoration: underline;'>642</span><span> 0.053</span><span style='text-decoration: underline;'>921</span><span>2
#> </span><span style='color: #BCBCBC;'>2</span><span> 2 0.067</span><span style='text-decoration: underline;'>739</span><span>7 0.050</span><span style='text-decoration: underline;'>331</span><span>9 0.085</span><span style='text-decoration: underline;'>147</span><span>5 0.131</span><span style='text-decoration: underline;'>115</span><span> 0.073</span><span style='text-decoration: underline;'>017</span><span>6
#> </span><span style='color: #BCBCBC;'>3</span><span> 3 0.048</span><span style='text-decoration: underline;'>474</span><span>5 0.039</span><span style='text-decoration: underline;'>608</span><span>5 0.057</span><span style='text-decoration: underline;'>340</span><span>5 0.093</span><span style='text-decoration: underline;'>318</span><span>0 0.066</span><span style='text-decoration: underline;'>245</span><span>3
#>
#> $Incidence.Difference.Statistics
#> </span><span style='color: #949494;'># A tibble: 6 x 8</span><span>
#> compare Diff CI_LB CI_UB RSE RSE_InfSS p_value
#> </span><span style='color: #949494;font-style: italic;'><chr></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span>
#> </span><span style='color: #BCBCBC;'>1</span><span> 1 vs 2 -</span><span style='color: #BB0000;'>0.025</span><span style='color: #BB0000;text-decoration: underline;'>092</span><span style='color: #BB0000;'>5</span><span> -</span><span style='color: #BB0000;'>0.045</span><span style='color: #BB0000;text-decoration: underline;'>294</span><span style='color: #BB0000;'>5</span><span> -</span><span style='color: #BB0000;'>0.004</span><span style='color: #BB0000;text-decoration: underline;'>890</span><span style='color: #BB0000;'>49</span><span> 0.410</span><span style='text-decoration: underline;'>774</span><span> 0.217</span><span style='text-decoration: underline;'>381</span><span> 0.014</span><span style='text-decoration: underline;'>915</span><span>2
#> </span><span style='color: #BCBCBC;'>2</span><span> 1 vs 3 -</span><span style='color: #BB0000;'>0.005</span><span style='color: #BB0000;text-decoration: underline;'>827</span><span style='color: #BB0000;'>25</span><span> -</span><span style='color: #BB0000;'>0.019</span><span style='color: #BB0000;text-decoration: underline;'>380</span><span style='color: #BB0000;'>7</span><span> 0.007</span><span style='text-decoration: underline;'>726</span><span>16 1.186</span><span style='text-decoration: underline;'>69</span><span> 0.677</span><span style='text-decoration: underline;'>794</span><span> 0.399</span><span style='text-decoration: underline;'>407</span><span>
#> </span><span style='color: #BCBCBC;'>3</span><span> 2 vs 1 0.025</span><span style='text-decoration: underline;'>092</span><span>5 0.004</span><span style='text-decoration: underline;'>890</span><span>49 0.045</span><span style='text-decoration: underline;'>294</span><span>5 0.410</span><span style='text-decoration: underline;'>774</span><span> 0.217</span><span style='text-decoration: underline;'>381</span><span> 0.014</span><span style='text-decoration: underline;'>915</span><span>2
#> </span><span style='color: #BCBCBC;'>4</span><span> 2 vs 3 0.019</span><span style='text-decoration: underline;'>265</span><span>2 -</span><span style='color: #BB0000;'>0.000</span><span style='color: #BB0000;text-decoration: underline;'>270</span><span style='color: #BB0000;'>292</span><span> 0.038</span><span style='text-decoration: underline;'>800</span><span>8 0.517</span><span style='text-decoration: underline;'>372</span><span> 0.306</span><span style='text-decoration: underline;'>104</span><span> 0.053</span><span style='text-decoration: underline;'>255</span><span>2
#> </span><span style='color: #BCBCBC;'>5</span><span> 3 vs 1 0.005</span><span style='text-decoration: underline;'>827</span><span>25 -</span><span style='color: #BB0000;'>0.007</span><span style='color: #BB0000;text-decoration: underline;'>726</span><span style='color: #BB0000;'>16</span><span> 0.019</span><span style='text-decoration: underline;'>380</span><span>7 1.186</span><span style='text-decoration: underline;'>69</span><span> 0.677</span><span style='text-decoration: underline;'>794</span><span> 0.399</span><span style='text-decoration: underline;'>407</span><span>
#> </span><span style='color: #BCBCBC;'>6</span><span> 3 vs 2 -</span><span style='color: #BB0000;'>0.019</span><span style='color: #BB0000;text-decoration: underline;'>265</span><span style='color: #BB0000;'>2</span><span> -</span><span style='color: #BB0000;'>0.038</span><span style='color: #BB0000;text-decoration: underline;'>800</span><span style='color: #BB0000;'>8</span><span> 0.000</span><span style='text-decoration: underline;'>270</span><span>292 0.517</span><span style='text-decoration: underline;'>372</span><span> 0.306</span><span style='text-decoration: underline;'>104</span><span> 0.053</span><span style='text-decoration: underline;'>255</span><span>2
#> </span><span style='color: #949494;'># … with 1 more variable: p_value_InfSS <dbl></span><span>
#>
#> $MDRI.CI
#> CI_LB CI_UB
#> 1 180.4004 219.5996
#> 2 155.3045 204.6955
#> 3 158.8324 201.1676
#>
#> $FRR.CI
#> </span><span style='color: #949494;'># A tibble: 3 x 2</span><span>
#> CI_LB CI_UB
#> </span><span style='color: #949494;font-style: italic;'><dbl></span><span> </span><span style='color: #949494;font-style: italic;'><dbl></span><span>
#> </span><span style='color: #BCBCBC;'>1</span><span> 0.006</span><span style='text-decoration: underline;'>080</span><span>07 0.013</span><span style='text-decoration: underline;'>919</span><span>9
#> </span><span style='color: #BCBCBC;'>2</span><span> 0.005</span><span style='text-decoration: underline;'>472</span><span>06 0.012</span><span style='text-decoration: underline;'>527</span><span>9
#> </span><span style='color: #BCBCBC;'>3</span><span> 0.016</span><span style='text-decoration: underline;'>080</span><span>1 0.023</span><span style='text-decoration: underline;'>919</span><span>9
#> </div></span></pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar">
<nav id="toc" data-toggle="toc" class="sticky-top">
<h2 data-toc-skip>Contents</h2>
</nav>
</div>
</div>
<footer>
<div class="copyright">
<p>Developed by Eduard Grebe, Alex Welte, Avery McIntosh, Petra Bäumler, Stefano Ongarello.</p>
</div>
<div class="pkgdown">
<p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.6.1.</p>
</div>
</footer>
</div>
</body>
</html>
|
docs/meico/msm/Goto.html | cemfi/meico | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu Jan 13 22:52:29 CET 2022 -->
<title>Goto</title>
<meta name="date" content="2022-01-13">
<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="Goto";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Goto.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-files/index-1.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../meico/msm/AbstractMsm.html" title="class in meico.msm"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../meico/msm/Msm.html" title="class in meico.msm"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?meico/msm/Goto.html" target="_top">Frames</a></li>
<li><a href="Goto.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field.summary">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">meico.msm</div>
<h2 title="Class Goto" class="title">Class Goto</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>meico.msm.Goto</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">Goto</span>
extends java.lang.Object</pre>
<div class="block">This is a helper class for processing MSM sequencingMaps.
It is used to represent goto elements from msm sequencingMaps, used in methods Msm.applySequencingMapToMap() and Mei.processEnding().</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Axel Berndt.</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" 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>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../meico/msm/Goto.html#activity">activity</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../meico/msm/Goto.html#counter">counter</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../meico/msm/Goto.html#date">date</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>nu.xom.Element</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../meico/msm/Goto.html#source">source</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>nu.xom.Element</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../meico/msm/Goto.html#target">target</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../meico/msm/Goto.html#targetDate">targetDate</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../meico/msm/Goto.html#targetId">targetId</a></span></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../meico/msm/Goto.html#Goto-double-double-java.lang.String-java.lang.String-nu.xom.Element-">Goto</a></span>(double date,
double targetDate,
java.lang.String targetId,
java.lang.String activity,
nu.xom.Element source)</code>
<div class="block">constructor, better use Goto(Element gt) as connstructor, it is safer and more convenient</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../meico/msm/Goto.html#Goto-nu.xom.Element-">Goto</a></span>(nu.xom.Element gt)</code>
<div class="block">constructor</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../meico/msm/Goto.html#isActive--">isActive</a></span>()</code>
<div class="block">call this method when you come across the goto during the processing of sequencingMaps,
it will increase the counter and return whether it is active (true) or passive (false)</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>nu.xom.Element</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../meico/msm/Goto.html#toElement--">toElement</a></span>()</code>
<div class="block">creates and returns an XML element of the goto</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">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="date">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>date</h4>
<pre>public double date</pre>
</li>
</ul>
<a name="targetDate">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>targetDate</h4>
<pre>public double targetDate</pre>
</li>
</ul>
<a name="targetId">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>targetId</h4>
<pre>public java.lang.String targetId</pre>
</li>
</ul>
<a name="target">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>target</h4>
<pre>public nu.xom.Element target</pre>
</li>
</ul>
<a name="source">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>source</h4>
<pre>public nu.xom.Element source</pre>
</li>
</ul>
<a name="activity">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>activity</h4>
<pre>public java.lang.String activity</pre>
</li>
</ul>
<a name="counter">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>counter</h4>
<pre>public int counter</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Goto-double-double-java.lang.String-java.lang.String-nu.xom.Element-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Goto</h4>
<pre>public Goto(double date,
double targetDate,
java.lang.String targetId,
java.lang.String activity,
nu.xom.Element source)</pre>
<div class="block">constructor, better use Goto(Element gt) as connstructor, it is safer and more convenient</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>date</code> - </dd>
<dd><code>targetDate</code> - </dd>
<dd><code>targetId</code> - </dd>
<dd><code>source</code> - </dd>
<dd><code>activity</code> - </dd>
</dl>
</li>
</ul>
<a name="Goto-nu.xom.Element-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Goto</h4>
<pre>public Goto(nu.xom.Element gt)
throws java.security.InvalidParameterException</pre>
<div class="block">constructor</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>gt</code> - </dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.security.InvalidParameterException</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="toElement--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toElement</h4>
<pre>public nu.xom.Element toElement()</pre>
<div class="block">creates and returns an XML element of the goto</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a name="isActive--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isActive</h4>
<pre>public boolean isActive()</pre>
<div class="block">call this method when you come across the goto during the processing of sequencingMaps,
it will increase the counter and return whether it is active (true) or passive (false)</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</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>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Goto.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-files/index-1.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../meico/msm/AbstractMsm.html" title="class in meico.msm"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../meico/msm/Msm.html" title="class in meico.msm"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?meico/msm/Goto.html" target="_top">Frames</a></li>
<li><a href="Goto.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field.summary">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
matchfiles/footywire_adv/footywire_adv9782.html | criffy/aflengine |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>AFL Match Statistics : Geelong defeats Essendon at MCG Round 7 Sunday, 5th May 2019</TITLE>
<meta NAME="description" CONTENT="Geelong defeats Essendon at MCG Round 7 Sunday, 5th May 2019 AFL match statistics">
<meta NAME="keywords" CONTENT="AFL Match Statistics, AFL Game Statistics, AFL Match Stats">
<link rel="canonical" href="https://www.footywire.com/afl/footy/ft_match_statistics?mid=9782&advv=Y"/>
<style>
.tabbg { background-color: #000077; vertical-align: middle; }
.blkbg { background-color: #000000; vertical-align: middle; }
.tabbdr { background-color: #d8dfea; vertical-align: middle; }
.wspace { background-color: #ffffff; vertical-align: middle; }
.greybg { background-color: #f4f5f1; }
.greybdr { background-color: #e3e4e0; }
.blackbdr { background-color: #000000; }
.lbgrey { background-color: #d4d5d1; text-decoration: none; color: #000000; vertical-align: middle; text-align: left; font-weight: bold; }
.caprow { background-color: #f2f4f7; text-decoration: none; color: #000000; vertical-align: middle; text-align: center; font-weight: bold; }
.ylwbg { background-color: #eeffee; text-decoration: none; color: #000000; vertical-align: middle; }
.ylwbgmid { background-color: #eeffee; text-decoration: none; color: #000000; vertical-align: middle; text-align: center; }
.ylwbgtop { background-color: #eeffee; text-decoration: none; color: #000000; vertical-align: top; }
.ylwbgbottom { background-color: #eeffee; text-decoration: none; color: #000000; vertical-align: bottom; text-align: center; }
.ylwbg2 { background-color: #ddeedd; }
.ylwbdr { background-color: #ccddcc; }
.mtabbg { background-color: #f2f4f7; vertical-align: top; text-align: center; }
.error { background-color: #ffffff; text-decoration: none; color: #ff0000; vertical-align: middle; text-align: left; font-weight: bold; }
.cerror { background-color: #ffffff; text-decoration: none; color: #ff0000; vertical-align: middle; text-align: center; font-weight: bold; }
.greytxt { color: #777777; }
.bluetxt { color: #003399; }
.normtxt { color: #000000; }
.norm { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: middle; text-align: center; }
.drow { background-color: #f2f4f7; text-decoration: none; color: #000000; vertical-align: middle; text-align: center; }
.lnorm { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: middle; text-align: left; }
.rnorm { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: middle; text-align: right; }
.rdrow { background-color: #f2f4f7; text-decoration: none; color: #000000; vertical-align: middle; text-align: right; }
.ldrow { background-color: #f2f4f7; text-decoration: none; color: #000000; vertical-align: middle; text-align: left; }
.bnorm { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: middle; text-align: center; font-weight: bold; }
.rbnorm { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: middle; text-align: right; font-weight: bold; }
.lbnorm { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: middle; text-align: left; font-weight: bold; }
.bdrow { background-color: #f2f4f7; text-decoration: none; color: #000000; vertical-align: middle; text-align: center; font-weight: bold; }
.lbdrow { background-color: #f2f4f7; text-decoration: none; color: #000000; vertical-align: middle; text-align: left; font-weight: bold; }
.lylw { background-color: #eeffee; text-decoration: none; color: #000000; vertical-align: middle; text-align: left; }
.normtop { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: top; text-align: center; }
.lnormtop { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: top; text-align: left; }
.drowtop { background-color: #f2f4f7; text-decoration: none; color: #000000; vertical-align: top; text-align: center; }
.ldrowtop { background-color: #f2f4f7; text-decoration: none; color: #000000; vertical-align: top; text-align: left; }
a.tblink:link {
color: #ffffff;
font-weight: bold;
vertical-align: middle;
}
.dvr { color: #999999; font-weight: normal; vertical-align: middle; }
.hltitle { text-decoration: none; color: #000000; font-size: 24px; font-weight: bold; }
.whltitle { background-color: #ffffff; text-decoration: none; color: #000000; font-size: 24px; font-weight: bold; }
.idxhltitle { text-decoration: none; color: #990099; font-size: 24px; font-weight: bold; }
.tbtitle {
text-decoration:none;
color:#3B5998;
font-weight:bold;
border-top:1px solid #e4ebf6;
border-bottom:1px solid #D8DFEA;
background-image: linear-gradient(#e4ebf6, #d8dfea);
}
.innertbtitle {
background-color:#D8DFEA;
text-decoration:none;
color:#3B5998;
font-weight:normal;
background-image: linear-gradient(#e4ebf6, #d8dfea);
}
.tabopt { background-color: #5555cc; vertical-align: middle; text-align: center; }
.tabsel { background-color: #ffffff; text-decoration: underline; color: #000000; font-weight: bold; vertical-align: middle; text-align: center; }
a.tablink {
font-weight:bold;
vertical-align:middle;
}
a.tablink:link { color: #ffffff; }
a.tablink:hover { color: #eeeeee; }
.lnitxt { }
.lseltxt { }
.lselbldtxt { font-weight: bold; }
.formcls { background-color:#f2f4f7; vertical-align:middle; text-align:left; }
.formclsright { background-color:#f2f4f7; vertical-align:middle; text-align:right }
li { background-color: #ffffff; color: #000000; }
p { color: #000000; }
th { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: middle; text-align: center; font-weight: bold; }
a.wire { font-weight:bold }
.menubg { background-color: #000077; text-decoration: none; color: #000000; vertical-align: middle; text-align: center; }
.menubdr { background-color: #f2f4f7; vertical-align: middle; }
table#wiretab {
border-spacing:0px;
border-collapse:collapse;
background-color:#F2F4F7;
width:450px;
height:250px;
}
table#wiretab td.section {
border-bottom:1px solid #D8DFEA;
}
table#wirecell {
background-color:#F2F4F7;
border:0px;
}
table#wirecell td#wirecelltitle {
vertical-align:top;
}
table#wirecell td#wirecellblurb {
vertical-align:top;
}
.smnt { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: middle; text-align: left; }
a.peep { font-weight:bold; font-size: 14px; }
table.peeptable {
border:1px solid #D8DFEA;
padding:5px;
}
table.peeptable td {
padding:5px;
}
form {
padding:0px;
margin:0px;
}
table.thickouter {
border:1px solid #D8DFEA;
}
table.thickouter td.padded {
padding:4px;
}
div.notice {
border:1px solid #D8DFEA;
padding:8px;
background-image: linear-gradient(#e4ebf6, #d8dfea);
text-align:center;
vertical-align:middle;
margin-bottom:12px;
font-size: 14px;
}
div.notice div.clickable {
font-weight:bold;
cursor:pointer;
display:inline;
color:#3B5998;
}
div.datadiv td.data, div.datadiv td.bdata {
padding:3px;
vertical-align:top;
}
div.datadiv td.bdata {
font-weight:bold;
}
a:focus { outline:none; }
h1.centertitle {
padding-top:10px;
font-size:24px;
font-weight:bold;
text-align:center;
}
#matchscoretable {
background-color : #eeffee;
border:1px solid #ccddcc;
}
#matchscoretable td, #matchscoretable th {
background-color : #eeffee;
text-decoration: none;
color: #000000;
vertical-align: middle;
}
#matchscoretable th, #matchscoretable th.leftbold {
border-bottom:1px solid #ccddcc;
font-weight:bold;
}
#matchscoretable td.leftbold {
font-weight:bold;
}
#matchscoretable td.leftbold, #matchscoretable th.leftbold {
text-align:left;
padding-left:10px;
}
span.playerflag {
font-style:italic;
font-weight:bold;
font-size:11px;
color:#FF4500;
cursor:default;
}
td.formleftlabel {
background-color:#f2f4f7;
vertical-align:middle;
text-align:left;
padding-left:10px;
}
td.formmidlabel {
background-color:#f2f4f7;
vertical-align:middle;
text-align:left;
padding-left:22px;
}
td.formgo {
background-color:#f2f4f7;
vertical-align:middle;
text-align:left;
padding-left:10px;
padding-right:10px;
}
td.formleftlabel, td.formmidlabel, td.gormgo {
height:40px;
}
span.bulletspan {
color:#555555;
}
body {
margin-top:0px;
margin-bottom:5px;
margin-left:5px;
margin-right:5px;
background-color:#ffffff;
overflow-x: auto;
overflow-y: auto;
}
body, p, td, th, textarea, input, select, h1, h2, h3, h4, h5, h6 {
font-family: Arial,sans-serif,"lucida grande",tahoma,verdana;
font-size:14px;
text-decoration: none;
line-height:19px;
}
table.plain {
border-spacing:0px;
border-collapse:collapse;
padding:0px;
}
table.leftmenu {
background-color:#F7F7F7;
}
table.leftmenu td {
padding:3px 2px 3px 5px;
}
table.leftmenu td#skyscraper {
background-color:#ffffff;
}
table.leftmenu td#topborder {
padding:0px 0px 0px 0px;
border-top:5px solid #b7b7b7;
font-size:5px;
}
table.leftmenu td#bottomborder {
padding:0px 0px 0px 0px;
border-bottom:1px solid #b7b7b7;
font-size:5px;
}
table.leftmenu td#bottomborderpad {
padding:0px 0px 0px 0px;
border-bottom:0px solid #b7b7b7;
font-size:3px;
}
td#headercell {
text-align:left;
vertical-align:bottom;
background:#3B5998 url(/afl/img/logo/fw_header_1200x102.jpg);
}
a.leftmenu {
color:#3B5998;
display:block;
width:100%;
text-decoration:none;
}
a.leftmenu:hover {
text-decoration:none;
}
a {
color:#3B5998;
line-height:19px;
}
a:link {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:active {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
table#footer {
border-spacing:0px;
border-collapse:collapse;
padding:0px;
color:#868686;
width:1023px;
}
table#footer td#footercopy {
text-align:left;
}
table#footer td#footerlinks {
text-align:right;
}
table#footer a {
padding:0px 2px 0px 2px;
}
.textinput {
border:1px solid #BDC7D8;
padding:2px 2px 2px 2px;
}
.button {
color:#ffffff;
height:22px;
padding:1px 4px 4px 4px;
border:1px solid #3B5998;
background:#3B5998;
background-image: linear-gradient(#5b79b8, #3d5a9a);
vertical-align:middle;
cursor:pointer;
}
.button:focus { outline:none; }
.button::-moz-focus-inner { border: 0; }
a.button:link, a.button:visited, a.button:hover {
text-decoration:none;
}
td.blocklink {
padding:3px 3px 3px 3px;
}
a.blocklink {
padding:2px 2px 2px 2px;
}
a.blocklink:hover {
background-color:#3B5998;
color:#ffffff;
text-decoration:none;
}
table#teammenu, table#playermenu, table#playerrankmenu, table#teamrankmenu,
table#draftmenu, table#risingstarmenu, table#matchmenu, table#laddermenu,
table#brownlowmenu, table#attendancemenu, table#coachmenu, table#supercoachmenu,
table#dreamteammenu, table#highlightsmenu, table#selectionsmenu, table#pastplayermenu,
table#tweetmenu, table#contractsmenu {
border-spacing:0px;
border-collapse:collapse;
background-color:#F7F7F7;
z-index:1;
position:absolute;
left:0px;
top:0px;
visibility:hidden;
border:1px solid #b7b7b7;
opacity:.95;
filter:alpha(opacity=95);
width:280px;
}
a.submenuitem {
padding:8px;
line-height:22px;
color:#3B5998;
text-decoration:none;
border:0px solid #3B5998;
}
a.submenuitem:link {
text-decoration:none;
}
a.submenuitem:hover {
text-decoration:underline;
}
div.submenux, div.submenuxb, div.submenutitle {
font-size:14px;
color:#676767;
font-weight:bold;
}
div.submenux {
padding-right:4px;
}
div.submenuxb {
padding:6px 4px 5px 0px;
}
div.submenux, div.submenuxb {
color:#676767;
cursor:pointer;
}
div.submenutitle {
color:#353535;
padding:6px 8px 4px 8px;
}
td#teamArrow, td#playerArrow, td#playerrankArrow, td#teamrankArrow,
td#draftArrow, td#risingstarArrow, td#matchArrow, td#ladderArrow,
td#brownlowArrow, td#attendanceArrow, td#coachArrow, td#supercoachArrow,
td#dreamteamArrow, td#highlightsArrow, td#selectionsArrow, td#pastplayerArrow,
td#tweetArrow, td#contractsArrow {
color:#888888;
font-weight:bold;
display:block;
text-decoration:none;
border-left:1px solid #F7F7F7;
cursor:pointer;
text-align:center;
width:15px;
}
table#header {
border-spacing:0px;
border-collapse:collapse;
margin:auto;
width:100%;
}
table#header td {
border:0px solid #3B5998;
}
table#header td#logo {
vertical-align:middle;
text-align:center;
}
table#header td#mainlinks {
vertical-align:bottom;
text-align:left;
padding-bottom:10px;
}
table#header td#memberStatus {
vertical-align:bottom;
text-align:right;
padding-bottom:10px;
}
a.emptylink, a.emptylink:link, a.emptylink:visited, a.emptylink:active, a.emptylink:hover {
border:0px;
margin:0px;
text-decoration:none;
}
table#header a.headerlink {
font-size:12px;
font-weight:bold;
color:#ffffff;
padding:4px;
}
table#header a.headerlink:link {
background-color:#3B5998;
text-decoration:none;
}
table#header a.headerlink:visited {
background-color:#3B5998;
text-decoration:none;
}
table#header a.headerlink:active {
background-color:#3B5998;
text-decoration:none;
}
table#header a.headerlink:hover {
background-color:#6D84B4;
text-decoration:none;
}
table#header a.userlink {
font-size:11px;
font-weight:normal;
color:#D8DFEA;
padding:5px;
}
table#header a.userlink:link {
color:#D8DFEA;
text-decoration:none;
}
table#header a.userlink:visited {
color:#D8DFEA;
text-decoration:none;
}
table#header a.userlink:active {
color:#D8DFEA;
text-decoration:none;
}
table#header a.userlink:hover {
color:#ffffff;
text-decoration:underline;
}
table#header div#welcome {
display:inline;
font-size:11px;
font-weight:bold;
color:#D8DFEA;
padding:5px;
}
td.hdbar {
text-decoration:none;
border-top:1px solid #92201e;
border-bottom:1px solid #760402;
background-image: linear-gradient(#a21c1c, #870101);
padding:0px 5px 0px 5px;
}
td.hdbar div {
color:#ffffff;
display:inline;
padding:0px 5px 0px 5px;
}
td.hdbar div a {
font-size:13px;
font-weight:normal;
color:#ffffff;
font-weight:bold;
}
td.hdbar div a:link { text-decoration:none; }
td.hdbar div a:hover { text-decoration:underline; }
div#welcome {
font-size:13px;
}
div#membersbgdiv {
background:#888888;
opacity:.50;
filter:alpha(opacity=50);
z-index:1;
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
text-align:center;
vertical-align:middle;
display:none;
}
div#memberswhitediv {
width:610px;
height:380px;
border:3px solid #222222;
background:#ffffff;
opacity:1;
filter:alpha(opacity=100);
z-index:2;
position:absolute;
left:0;
top:0;
border-radius:20px;
-moz-border-radius:20px; /* Old Firefox */
padding:15px;
display:none;
}
#membersx {
color:#222222;
font-weight:bold;
font-size:16px;
cursor:pointer;
}
</style>
<script type="text/javascript">
function flipSubMenu(cellid, tableid) {
var table = document.getElementById(tableid);
if (table.style.visibility == 'visible') {
hideSubMenu(tableid);
}
else {
showSubMenu(cellid, tableid);
}
}
function showSubMenu(cellid, tableid) {
hideAllSubMenus();
var cell = document.getElementById(cellid);
var coors = findPos(cell);
var table = document.getElementById(tableid);
table.style.visibility = 'visible';
table.style.top = (coors[1]) + 'px';
table.style.left = (coors[0] + 175) + 'px';
}
function hideSubMenu(tableid) {
var table = document.getElementById(tableid);
if (table != null) {
table.style.visibility = 'hidden';
}
}
function findPos(obj) {
var curleft = curtop = 0;
if (obj.offsetParent) {
curleft = obj.offsetLeft
curtop = obj.offsetTop
while (obj = obj.offsetParent) {
curleft += obj.offsetLeft
curtop += obj.offsetTop
}
}
return [curleft,curtop];
}
function highlightCell(tag) {
var cell = document.getElementById(tag + 'linkcell');
cell.style.backgroundColor = "#E7E7E7";
highlightArrow(tag + 'Arrow');
}
function dehighlightCell(tag) {
var cell = document.getElementById(tag + 'linkcell');
cell.style.backgroundColor = "transparent";
dehighlightArrow(tag + 'Arrow');
}
function highlightArrow(arrowId) {
var arrow = document.getElementById(arrowId);
arrow.style.backgroundColor = "#E7E7E7";
}
function dehighlightArrow(arrowId) {
var arrow = document.getElementById(arrowId);
arrow.style.backgroundColor = "transparent";
}
function hideAllSubMenus() {
hideSubMenu('teammenu');
hideSubMenu('playermenu');
hideSubMenu('teamrankmenu');
hideSubMenu('playerrankmenu');
hideSubMenu('draftmenu');
hideSubMenu('risingstarmenu');
hideSubMenu('matchmenu');
hideSubMenu('brownlowmenu');
hideSubMenu('laddermenu');
hideSubMenu('attendancemenu');
hideSubMenu('supercoachmenu');
hideSubMenu('dreamteammenu');
hideSubMenu('coachmenu');
hideSubMenu('highlightsmenu');
hideSubMenu('selectionsmenu');
hideSubMenu('pastplayermenu');
hideSubMenu('contractsmenu');
hideSubMenu('tweetmenu');
}
function GetMemberStatusXmlHttpObject() {
var xmlMemberStatusHttp=null;
try {
// Firefox, Opera 8.0+, Safari
xmlMemberStatusHttp=new XMLHttpRequest();
}
catch (e) {
// Internet Explorer
try {
xmlMemberStatusHttp=new ActiveXObject("Msxml2.XMLHTTP");
}
catch (e) {
xmlMemberStatusHttp=new ActiveXObject("Microsoft.XMLHTTP");
}
}
return xmlMemberStatusHttp;
}
function rememberMember() {
xmlMemberStatusHttp=GetMemberStatusXmlHttpObject();
url="/club/sports/member-remember.html?sid=" + Math.random();
xmlMemberStatusHttp.onreadystatechange=showAlert;
xmlMemberStatusHttp.open("GET",url,true);
xmlMemberStatusHttp.send(null);
}
function quickLogout() {
xmlMemberStatusHttp=GetMemberStatusXmlHttpObject();
url="/afl/club/quick-logout.html?sid=" + Math.random();
xmlMemberStatusHttp.onreadystatechange=showAlert;
xmlMemberStatusHttp.open("GET",url,true);
xmlMemberStatusHttp.send(null);
}
function showMemberStatus() {
xmlMemberStatusHttp = GetMemberStatusXmlHttpObject();
url = "/afl/club/member-status.html?sid=" + Math.random();
fetchShowMemberStatus(xmlMemberStatusHttp, url);
}
function showMemberStatusWithUrl(url) {
xmlMemberStatusHttp = GetMemberStatusXmlHttpObject();
url = "/afl/club/member-status.html?url=" + url + "&sid=" + Math.random();
fetchShowMemberStatus(xmlMemberStatusHttp, url);
}
function showMemberStatusSkipAds() {
xmlMemberStatusHttp = GetMemberStatusXmlHttpObject();
url = "/afl/club/member-status.html?skipAds=Y&sid=" + Math.random();
fetchShowMemberStatus(xmlMemberStatusHttp, url);
}
function showMemberStatusWithUrlSkipAds(url) {
xmlMemberStatusHttp = GetMemberStatusXmlHttpObject();
url = "/afl/club/member-status.html?skipAds=Y&url=" + url + "&sid=" + Math.random();
fetchShowMemberStatus(xmlMemberStatusHttp, url);
}
function fetchShowMemberStatus(xmlMemberStatusHttp, url) {
xmlMemberStatusHttp.onreadystatechange = memberStatusChanged;
xmlMemberStatusHttp.open("GET", url, true);
xmlMemberStatusHttp.send(null);
}
function showAlert() {
if (xmlMemberStatusHttp.readyState==4) {
alertMessage = xmlMemberStatusHttp.responseText;
showMemberStatus();
alert(alertMessage);
}
}
function memberStatusChanged() {
if (xmlMemberStatusHttp.readyState==4) {
response = xmlMemberStatusHttp.responseText;
if (response.indexOf("<!-- MEMBER STATUS -->") < 0) {
response = " ";
}
document.getElementById("memberStatus").innerHTML = response;
}
}
function pushSignUpEvent(signUpSource) {
_gaq.push(['_trackEvent', 'Member Activity', 'Sign Up', signUpSource]);
}
function pushContent(category, page) {
_gaq.push(['_trackEvent', 'Content', category, page]);
}
function GetXmlHttpObject() {
var xmlWireHttp=null;
try {
// Firefox, Opera 8.0+, Safari
xmlWireHttp=new XMLHttpRequest();
}
catch (e) {
// Internet Explorer
try {
xmlWireHttp=new ActiveXObject("Msxml2.XMLHTTP");
}
catch (e) {
xmlWireHttp=new ActiveXObject("Microsoft.XMLHTTP");
}
}
return xmlWireHttp;
}
function showWire() {
xmlWireHttp=GetXmlHttpObject()
url="/afl/club/forum-threads-wire.html?sid=" + Math.random();
fetchWire(xmlWireHttp, url);
}
function showWireSkipAds() {
xmlWireHttp=GetXmlHttpObject()
url="/afl/club/forum-threads-wire.html?skipAds=Y&sid=" + Math.random();
fetchWire(xmlWireHttp, url);
}
function fetchWire(xmlWireHttp, url) {
xmlWireHttp.onreadystatechange = wireChanged;
xmlWireHttp.open("GET", url, true);
xmlWireHttp.send(null);
}
function wireChanged() {
if (xmlWireHttp.readyState==4) {
response = xmlWireHttp.responseText;
if (response.indexOf("<!-- WIRE -->") < 0) {
response = " ";
}
document.getElementById("threadsWire").innerHTML=response;
}
}
function positionMemberDivs() {
var bodyOffsetHeight = document.body.offsetHeight;
document.getElementById('membersbgdiv').style.width = '100%';
document.getElementById('membersbgdiv').style.height = '100%';
var leftOffset = (document.getElementById('membersbgdiv').offsetWidth - document.getElementById('memberswhitediv').offsetWidth) / 2;
var topOffset = ((document.getElementById('membersbgdiv').offsetHeight - document.getElementById('memberswhitediv').offsetHeight) / 2);
document.getElementById('memberswhitediv').style.left = leftOffset;
document.getElementById('memberswhitediv').style.top = topOffset;
document.getElementById('membersbgdiv').style.height = bodyOffsetHeight;
}
function closeMemberDivs() {
document.getElementById('membersbgdiv').style.display = 'none';
document.getElementById('memberswhitediv').style.display = 'none';
}
function displayMemberDivs() {
document.getElementById('membersbgdiv').style.display = 'block';
document.getElementById('memberswhitediv').style.display = 'block';
positionMemberDivs();
}
function openRegistrationLoginDialog() {
document.getElementById('memberscontent').innerHTML = "<iframe src='/afl/footy/custom_login' width=864 height=430 hspace=0 vspace=0 frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe>";
document.getElementById('memberswhitediv').style.width = '874px';
document.getElementById('memberswhitediv').style.height = '460px';
displayMemberDivs();
}
function openRegistrationLoginDialogWithNextPage(nextPage) {
document.getElementById('memberscontent').innerHTML = "<div><iframe src='/afl/footy/custom_login?p=" + nextPage + "' width=864 height=430 hspace=0 vspace=0 frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe></div>"
document.getElementById('memberswhitediv').style.width = '874px';
document.getElementById('memberswhitediv').style.height = '460px';
displayMemberDivs();
}
function openChangePasswordDialog() {
document.getElementById('memberscontent').innerHTML = "<div><iframe src='/afl/footy/custom_login?action=changePasswordForm' width=350 height=220 hspace=0 vspace=0 frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe></div>"
document.getElementById('memberswhitediv').style.width = '350px';
document.getElementById('memberswhitediv').style.height = '260px';
displayMemberDivs();
}
function openManageSettingsDialog() {
document.getElementById('memberscontent').innerHTML = "<div><iframe src='/afl/footy/custom_login?action=manageSettingsForm' width=480 height=240 hspace=0 vspace=0 frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe></div>"
document.getElementById('memberswhitediv').style.width = '480px';
document.getElementById('memberswhitediv').style.height = '300px';
displayMemberDivs();
}
var xmlLoginHttp;
function GetLoginXmlHttpObject() {
var xmlLoginHttp=null;
try {
// Firefox, Opera 8.0+, Safari
xmlLoginHttp=new XMLHttpRequest();
}
catch (e) {
// Internet Explorer
try {
xmlLoginHttp=new ActiveXObject("Msxml2.XMLHTTP");
}
catch (e) {
xmlLoginHttp=new ActiveXObject("Microsoft.XMLHTTP");
}
}
return xmlLoginHttp;
}
function postLogout() {
var params = "action=logout";
xmlLoginHttp=GetLoginXmlHttpObject();
xmlLoginHttp.onreadystatechange = validateLogoutResponse;
xmlLoginHttp.open("POST", '/afl/footy/custom_login', true);
xmlLoginHttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xmlLoginHttp.setRequestHeader("Content-length", params.length);
xmlLoginHttp.setRequestHeader("Connection", "close");
xmlLoginHttp.send(params);
}
function getPlugContent(type) {
xmlLoginHttp=GetLoginXmlHttpObject()
xmlLoginHttp.onreadystatechange = plugCustomFantasy;
xmlLoginHttp.open("GET", '/afl/footy/custom_login?action=plug&type=' + type, true);
xmlLoginHttp.send(null);
}
function validateResponse() {
if(xmlLoginHttp.readyState == 4 && xmlLoginHttp.status == 200) {
var result = xmlLoginHttp.responseText;
if (result == 'PASS') {
self.parent.location.reload(true);
}
else if (result.indexOf('ERROR:') == 0) {
result = result.substring(6);
alert(result + ". Please try again.");
}
else {
alert("An error occurred during registration.");
}
}
}
function plugCustomFantasy() {
if (xmlLoginHttp.readyState == 4 && xmlLoginHttp.status == 200) {
var response = xmlLoginHttp.responseText;
if (response.indexOf("<!-- PLUG -->") < 0) {
response = "";
}
document.getElementById("customPlugDiv").innerHTML=response;
}
}
function validateLogoutResponse() {
if(xmlLoginHttp.readyState == 4 && xmlLoginHttp.status == 200) {
var result = xmlLoginHttp.responseText;
if (result == 'PASS') {
selfReload();
}
else if (result.indexOf('ERROR:') == 0) {
result = result.substring(6);
alert(result + ". Please try again.");
}
else {
alert("Oops! An error occurred!");
}
}
}
function selfReload() {
if (xmlLoginHttp.readyState == 4 && xmlLoginHttp.status == 200) {
self.parent.location.reload(true);
}
}
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3312858-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</HEAD>
<BODY onload="pushContent('Match Statistics', 'Match Statistics');showMemberStatusWithUrl('https%3A%2F%2Fwww.footywire.com%2Fafl%2Ffooty%2Fft_match_statistics');hideAllSubMenus();" onresize="positionMemberDivs();">
<DIV align="CENTER">
<table cellpadding="0" cellspacing="0" border="0" id="frametable2008" width="1200">
<tr><td colspan="4" height="102" id="headercell" width="1200">
<table id="header">
<tr>
<td id="logo" valign="middle" height="102" width="300">
<a class="emptylink" href="//www.footywire.com/"><div style="width:200px;height:54px;cursor:pointer;"> </div></a>
</td>
<td id="mainlinks" width="300">
</td>
<td style="padding-top:3px;padding-right:4px;">
<div style="margin-left:-3px;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Footywire 728x90 Prime -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-1151582373407200"
data-ad-slot="7204222137"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</td>
</tr>
</table>
</td></tr>
<tr><td colspan="4" height="26" class="hdbar" align="right" valign="middle" id="memberStatus"></td></tr>
<tr>
<td rowspan="4" width="175" valign="top">
<table width="175" cellpadding="0" cellspacing="0" border="0" class="leftmenu">
<tr><td colspan="2" id="topborder"> </td></tr>
<tr><td width="175" colspan="2" onMouseOver="this.style.backgroundColor='#e7e7e7';" onMouseOut="this.style.backgroundColor='transparent';"><a class="leftmenu" href="//www.footywire.com/">AFL Statistics Home</a></td></tr>
<tr>
<td id="matchlinkcell" width="165"><a onMouseOver="highlightCell('match')" onMouseOut="dehighlightCell('match')" class="leftmenu" href="/afl/footy/ft_match_list">AFL Fixture</a></td>
<td id="matchArrow" onMouseOver="highlightArrow('matchArrow')" onMouseOut="dehighlightArrow('matchArrow')" onClick="flipSubMenu('matchlinkcell','matchmenu')">❯</td>
</tr>
<tr>
<td id="playerlinkcell" width="165"><a onMouseOver="highlightCell('player')" onMouseOut="dehighlightCell('player')" class="leftmenu" href="/afl/footy/ft_players">Players</a></td>
<td id="playerArrow" onMouseOver="highlightArrow('playerArrow')" onMouseOut="dehighlightArrow('playerArrow')" onClick="flipSubMenu('playerlinkcell','playermenu')">❯</td>
</tr>
<tr>
<td id="teamlinkcell" width="165"><a onMouseOver="highlightCell('team')" onMouseOut="dehighlightCell('team')" class="leftmenu" href="/afl/footy/ft_teams">Teams</a></td>
<td id="teamArrow" onMouseOver="highlightArrow('teamArrow')" onMouseOut="dehighlightArrow('teamArrow')" onClick="flipSubMenu('teamlinkcell','teammenu')">❯</td>
</tr>
<tr>
<td id="playerranklinkcell" width="165"><a onMouseOver="highlightCell('playerrank')" onMouseOut="dehighlightCell('playerrank')" class="leftmenu" href="/afl/footy/ft_player_rankings">Player Rankings</a></td>
<td id="playerrankArrow" onMouseOver="highlightArrow('playerrankArrow')" onMouseOut="dehighlightArrow('playerrankArrow')" onClick="flipSubMenu('playerranklinkcell','playerrankmenu')">❯</td>
</tr>
<tr>
<td id="teamranklinkcell" width="165"><a onMouseOver="highlightCell('teamrank')" onMouseOut="dehighlightCell('teamrank')" class="leftmenu" href="/afl/footy/ft_team_rankings">Team Rankings</a></td>
<td id="teamrankArrow" onMouseOver="highlightArrow('teamrankArrow')" onMouseOut="dehighlightArrow('teamrankArrow')" onClick="flipSubMenu('teamranklinkcell','teamrankmenu')">❯</td>
</tr>
<tr>
<td id="risingstarlinkcell" width="165"><a onMouseOver="highlightCell('risingstar')" onMouseOut="dehighlightCell('risingstar')" class="leftmenu" href="/afl/footy/ft_rising_stars_round_performances">Rising Stars</a></td>
<td id="risingstarArrow" onMouseOver="highlightArrow('risingstarArrow')" onMouseOut="dehighlightArrow('risingstarArrow')" onClick="flipSubMenu('risingstarlinkcell','risingstarmenu')">❯</td>
</tr>
<tr>
<td id="draftlinkcell" width="165"><a onMouseOver="highlightCell('draft')" onMouseOut="dehighlightCell('draft')" class="leftmenu" href="/afl/footy/ft_drafts">AFL Draft</a></td>
<td id="draftArrow" onMouseOver="highlightArrow('draftArrow')" onMouseOut="dehighlightArrow('draftArrow')" onClick="flipSubMenu('draftlinkcell','draftmenu')">❯</td>
</tr>
<tr>
<td id="brownlowlinkcell" width="165"><a onMouseOver="highlightCell('brownlow')" onMouseOut="dehighlightCell('brownlow')" class="leftmenu" href="/afl/footy/brownlow_medal">Brownlow Medal</a></td>
<td id="brownlowArrow" onMouseOver="highlightArrow('brownlowArrow')" onMouseOut="dehighlightArrow('brownlowArrow')" onClick="flipSubMenu('brownlowlinkcell','brownlowmenu')">❯</td>
</tr>
<tr>
<td id="ladderlinkcell" width="165"><a onMouseOver="highlightCell('ladder')" onMouseOut="dehighlightCell('ladder')" class="leftmenu" href="/afl/footy/ft_ladder">AFL Ladder</a></td>
<td id="ladderArrow" onMouseOver="highlightArrow('ladderArrow')" onMouseOut="dehighlightArrow('ladderArrow')" onClick="flipSubMenu('ladderlinkcell','laddermenu')">❯</td>
</tr>
<tr>
<td id="coachlinkcell" width="165"><a onMouseOver="highlightCell('coach')" onMouseOut="dehighlightCell('coach')" class="leftmenu" href="/afl/footy/afl_coaches">Coaches</a></td>
<td id="coachArrow" onMouseOver="highlightArrow('coachArrow')" onMouseOut="dehighlightArrow('coachArrow')" onClick="flipSubMenu('coachlinkcell','coachmenu')">❯</td>
</tr>
<tr>
<td id="attendancelinkcell" width="165"><a onMouseOver="highlightCell('attendance')" onMouseOut="dehighlightCell('attendance')" class="leftmenu" href="/afl/footy/attendances">Attendances</a></td>
<td id="attendanceArrow" onMouseOver="highlightArrow('attendanceArrow')" onMouseOut="dehighlightArrow('attendanceArrow')" onClick="flipSubMenu('attendancelinkcell','attendancemenu')">❯</td>
</tr>
<tr>
<td id="supercoachlinkcell" width="165"><a onMouseOver="highlightCell('supercoach')" onMouseOut="dehighlightCell('supercoach')" class="leftmenu" href="/afl/footy/supercoach_round">Supercoach</a></td>
<td id="supercoachArrow" onMouseOver="highlightArrow('supercoachArrow')" onMouseOut="dehighlightArrow('supercoachArrow')" onClick="flipSubMenu('supercoachlinkcell','supercoachmenu')">❯</td>
</tr>
<tr>
<td id="dreamteamlinkcell" width="165"><a onMouseOver="highlightCell('dreamteam')" onMouseOut="dehighlightCell('dreamteam')" class="leftmenu" href="/afl/footy/dream_team_round">AFL Fantasy</a></td>
<td id="dreamteamArrow" onMouseOver="highlightArrow('dreamteamArrow')" onMouseOut="dehighlightArrow('dreamteamArrow')" onClick="flipSubMenu('dreamteamlinkcell','dreamteammenu')">❯</td>
</tr>
<tr>
<td id="highlightslinkcell" width="165"><a onMouseOver="highlightCell('highlights')" onMouseOut="dehighlightCell('highlights')" class="leftmenu" href="/afl/footy/afl_highlights">AFL Highlights</a></td>
<td id="highlightsArrow" onMouseOver="highlightArrow('highlightsArrow')" onMouseOut="dehighlightArrow('highlightsArrow')" onClick="flipSubMenu('highlightslinkcell','highlightsmenu')">❯</td>
</tr>
<tr>
<td id="selectionslinkcell" width="165"><a onMouseOver="highlightCell('selections')" onMouseOut="dehighlightCell('selections')" class="leftmenu" href="/afl/footy/afl_team_selections">AFL Team Selections</a></td>
<td id="selectionsArrow" onMouseOver="highlightArrow('selectionsArrow')" onMouseOut="dehighlightArrow('selectionsArrow')" onClick="flipSubMenu('selectionslinkcell','selectionsmenu')">❯</td>
</tr>
<tr>
<td id="pastplayerlinkcell" width="165"><a onMouseOver="highlightCell('pastplayer')" onMouseOut="dehighlightCell('pastplayer')" class="leftmenu" href="/afl/footy/past_players">Past Players</a></td>
<td id="pastplayerArrow" onMouseOver="highlightArrow('pastplayerArrow')" onMouseOut="dehighlightArrow('pastplayerArrow')" onClick="flipSubMenu('pastplayerlinkcell','pastplayermenu')">❯</td>
</tr>
<tr>
<td id="contractslinkcell" width="165"><a onMouseOver="highlightCell('contracts')" onMouseOut="dehighlightCell('contracts')" class="leftmenu" href="/afl/footy/out_of_contract_players">AFL Player Contracts</a></td>
<td id="contractsArrow" onMouseOver="highlightArrow('contractsArrow')" onMouseOut="dehighlightArrow('contractsArrow')" onClick="flipSubMenu('contractslinkcell','contractsmenu')">❯</td>
</tr>
<tr><td width="175" colspan="2" onMouseOver="this.style.backgroundColor='#e7e7e7';" onMouseOut="this.style.backgroundColor='transparent';"><a class="leftmenu" href="/afl/footy/afl_betting">AFL Betting</a></td></tr>
<tr><td width="175" colspan="2" onMouseOver="this.style.backgroundColor='#e7e7e7';" onMouseOut="this.style.backgroundColor='transparent';"><a class="leftmenu" href="/afl/footy/injury_list">AFL Injury List</a></td></tr>
<tr><td width="175" colspan="2" onMouseOver="this.style.backgroundColor='#e7e7e7';" onMouseOut="this.style.backgroundColor='transparent';"><a class="leftmenu" href="/afl/footy/ft_season_records">Records</a></td></tr>
<tr><td colspan="2" id="bottomborder"> </td></tr>
<tr><td colspan="2" class="norm" style="height:10px"></td></tr>
<tr><td colspan="2" id="skyscraper" align="left" valign="top">
<div style="padding-bottom:40px;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Footywire 160x600 Prime -->
<ins class="adsbygoogle"
style="display:inline-block;width:160px;height:600px"
data-ad-client="ca-pub-1151582373407200"
data-ad-slot="2707810136"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</td></tr>
</table>
</td>
<td rowspan="3" bgcolor="#b7b7b7" style="width:1px"></td>
<td height="700" width="1000" valign="top" align="center" style="padding:5px 12px 5px 11px">
<table border="0" cellspacing="0" cellpadding="0">
<tr><td colspan="1" class="norm" style="height:10px"></td></tr>
<tr><td>
<div class="notice" width="1000">
Advanced stats currently displayed. <a href="/afl/footy/ft_match_statistics?mid=9782"><b>View Basic Stats</b></a>.
</div>
</td></tr>
<tr><td>
<style>
td.statdata {
text-align:center;
cursor:default;
}
</style>
<script type="text/javascript">
function getStats() {
document.stat_select.submit();
}
</script>
<TABLE WIDTH="1000" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR><TD CLASS="lnormtop">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="1000">
<TR>
<TD WIDTH="375" class="lnormtop">
<table border="0" cellspacing="0" cellpadding="0" width="525">
<tr><td width="525" valign="top" height="30" align="left" class="hltitle">
Geelong defeats Essendon
</td></tr>
<tr><td class="lnorm" height="22">Round 7, MCG, Attendance: 63527</td></tr>
<tr><td class="lnorm" height="22">
Sunday, 5th May 2019, 3:20 PM AEST</td></tr>
<tr><td class="lnorm" height="22">
Geelong Betting Odds: Win 1.56, Line -11.5 @ 1.91
</td></tr>
<tr><td class="lnorm" height="22">
Essendon Betting Odds: Win 2.50, Line +11.5 @ 1.91
</td></tr>
<tr><td class="lnorm" height="22">
<b>Brownlow Votes:</b>
3: <a href="pp-geelong-cats--gary-jnr-ablett">G Ablett</a>, 2: <a href="pp-geelong-cats--mitchell-duncan">M Duncan</a>, 1: <a href="pp-geelong-cats--tim-kelly">T Kelly</a></td></tr>
</table>
</TD>
<td rowspan="1" class="norm" style="width:9px"></td>
<TD WIDTH="466" class="lnormtop">
<table border="0" cellspacing="0" cellpadding="0" width="466" id="matchscoretable">
<tr>
<th class="leftbold" height="30" width="140">Team</td>
<th width="59" align="center">Q1</td>
<th width="59" align="center">Q2</td>
<th width="59" align="center">Q3</td>
<th width="59" align="center">Q4</td>
<th width="59" align="center">Final</td>
</tr>
<tr>
<td class="leftbold" height="28"><a href="th-geelong-cats">Geelong</a></td>
<td align="center">4.0
<td align="center">7.3
<td align="center">10.7
<td align="center">13.8
<td align="center">86
</tr>
<tr>
<td class="leftbold" height="28"><a href="th-essendon-bombers">Essendon</a></td>
<td align="center">3.3
<td align="center">4.5
<td align="center">5.6
<td align="center">7.12
<td align="center">54
</tr>
</table>
</TD></TR>
<TR><TD COLSPAN="3" HEIGHT="45" CLASS="norm">
<a href="#t1">Geelong Player Stats</a> |
<a href="#t2">Essendon Player Stats</a> |
<a href="#hd">Match Head to Head Stats</a> |
<a href="#brk">Scoring Breakdown</a>
| <a href="highlights?id=2027">Highlights</a>
</TD></TR>
</TABLE></TD></TR>
<tr><td colspan="1" class="norm" style="height:5px"></td></tr>
<TR><TD>
<table border="0" cellspacing="0" cellpadding="0" width="1000">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="825">
<tr>
<td height="28" align="center" colspan="3" class="tbtitle" width="825">
<table border="0" cellspacing="0" cellpadding="0" width="825">
<tr>
<td class="innertbtitle" align="left"> <b><a name=t1></a>Geelong Match Statistics (Sorted by Disposals)</b></td>
<td class="innertbtitle" align="right">Coach: <a href="cp-chris-scott--80">Chris Scott</a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td rowspan="1" class="tabbdr" style="width:1px"></td>
<td>
<table border="0" cellspacing="0" cellpadding="3" width="823">
<tr>
<td width="220" class="lbnorm" height="28">Player</td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=23&advv=Y#t1" title="Contested Possessions">CP</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=24&advv=Y#t1" title="Uncontested Possessions">UP</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=25&advv=Y#t1" title="Effective Disposals">ED</a></td>
<td width="50" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=34&advv=Y#t1" title="Disposal Efficiency %">DE%</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=27&advv=Y#t1" title="Contested Marks">CM</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=21&advv=Y#t1" title="Goal Assists">GA</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=28&advv=Y#t1" title="Marks Inside 50">MI5</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=31&advv=Y#t1" title="One Percenters">1%</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=32&advv=Y#t1" title="Bounces">BO</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=35&advv=Y#t1" title="Centre Clearances">CCL</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=36&advv=Y#t1" title="Stoppage Clearances">SCL</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=37&advv=Y#t1" title="Score Involvements">SI</a></td>
<td width="50" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=38&advv=Y#t1" title="Metres Gained">MG</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=39&advv=Y#t1" title="Turnovers">TO</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=40&advv=Y#t1" title="Intercepts">ITC</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=41&advv=Y#t1" title="Tackles Inside 50">T5</a></td>
<td width="50" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=42&advv=Y#t1" title="Time On Ground %">TOG%</a></td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-west-coast-eagles--tim-kelly" title="Tim Kelly">T Kelly</a></td>
<td class="statdata">14</td>
<td class="statdata">16</td>
<td class="statdata">22</td>
<td class="statdata">73.3</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">2</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">3</td>
<td class="statdata">7</td>
<td class="statdata">8</td>
<td class="statdata">567</td>
<td class="statdata">7</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">92</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-geelong-cats--sam-menegola" title="Sam Menegola">S Menegola</a></td>
<td class="statdata">10</td>
<td class="statdata">17</td>
<td class="statdata">23</td>
<td class="statdata">82.1</td>
<td class="statdata">3</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">6</td>
<td class="statdata">387</td>
<td class="statdata">5</td>
<td class="statdata">6</td>
<td class="statdata">1</td>
<td class="statdata">72</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-geelong-cats--gary-jnr-ablett" title="Gary Ablett">G Ablett</a></td>
<td class="statdata">8</td>
<td class="statdata">19</td>
<td class="statdata">21</td>
<td class="statdata">80.8</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">6</td>
<td class="statdata">468</td>
<td class="statdata">5</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">88</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-geelong-cats--cameron-guthrie" title="Cameron Guthrie">C Guthrie</a></td>
<td class="statdata">14</td>
<td class="statdata">12</td>
<td class="statdata">18</td>
<td class="statdata">72</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">3</td>
<td class="statdata">4</td>
<td class="statdata">59</td>
<td class="statdata">1</td>
<td class="statdata">4</td>
<td class="statdata">2</td>
<td class="statdata">73</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-geelong-cats--thomas-stewart" title="Thomas Stewart">T Stewart</a></td>
<td class="statdata">8</td>
<td class="statdata">12</td>
<td class="statdata">20</td>
<td class="statdata">80</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">5</td>
<td class="statdata">404</td>
<td class="statdata">6</td>
<td class="statdata">9</td>
<td class="statdata">0</td>
<td class="statdata">80</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-geelong-cats--gryan-miers" title="Gryan Miers">G Miers</a></td>
<td class="statdata">5</td>
<td class="statdata">19</td>
<td class="statdata">20</td>
<td class="statdata">80</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">7</td>
<td class="statdata">323</td>
<td class="statdata">4</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">93</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-geelong-cats--tom-atkins" title="Tom Atkins">T Atkins</a></td>
<td class="statdata">13</td>
<td class="statdata">9</td>
<td class="statdata">18</td>
<td class="statdata">78.3</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">2</td>
<td class="statdata">2</td>
<td class="statdata">1</td>
<td class="statdata">7</td>
<td class="statdata">312</td>
<td class="statdata">5</td>
<td class="statdata">3</td>
<td class="statdata">1</td>
<td class="statdata">78</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-geelong-cats--mitchell-duncan" title="Mitchell Duncan">M Duncan</a></td>
<td class="statdata">3</td>
<td class="statdata">20</td>
<td class="statdata">21</td>
<td class="statdata">95.5</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">2</td>
<td class="statdata">4</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">9</td>
<td class="statdata">394</td>
<td class="statdata">1</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">89</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-geelong-cats--luke-dahlhaus" title="Luke Dahlhaus">L Dahlhaus</a></td>
<td class="statdata">10</td>
<td class="statdata">12</td>
<td class="statdata">18</td>
<td class="statdata">81.8</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">3</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">2</td>
<td class="statdata">7</td>
<td class="statdata">107</td>
<td class="statdata">1</td>
<td class="statdata">4</td>
<td class="statdata">2</td>
<td class="statdata">80</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-geelong-cats--tom-hawkins" title="Tom Hawkins">T Hawkins</a></td>
<td class="statdata">5</td>
<td class="statdata">14</td>
<td class="statdata">15</td>
<td class="statdata">78.9</td>
<td class="statdata">2</td>
<td class="statdata">1</td>
<td class="statdata">3</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">5</td>
<td class="statdata">219</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">85</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-geelong-cats--rhys-stanley" title="Rhys Stanley">R Stanley</a></td>
<td class="statdata">5</td>
<td class="statdata">12</td>
<td class="statdata">7</td>
<td class="statdata">41.2</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">4</td>
<td class="statdata">293</td>
<td class="statdata">6</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">90</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-geelong-cats--jack-henry" title="Jack Henry">J Henry</a></td>
<td class="statdata">4</td>
<td class="statdata">12</td>
<td class="statdata">12</td>
<td class="statdata">75</td>
<td class="statdata">2</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">6</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">274</td>
<td class="statdata">4</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">82</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-geelong-cats--jake-kolodjashnij" title="Jake Kolodjashnij">J Kolodjashnij</a></td>
<td class="statdata">8</td>
<td class="statdata">9</td>
<td class="statdata">13</td>
<td class="statdata">86.7</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">127</td>
<td class="statdata">2</td>
<td class="statdata">6</td>
<td class="statdata">0</td>
<td class="statdata">93</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-geelong-cats--brandan-parfitt" title="Brandan Parfitt">B Parfitt</a></td>
<td class="statdata">5</td>
<td class="statdata">11</td>
<td class="statdata">10</td>
<td class="statdata">66.7</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">193</td>
<td class="statdata">4</td>
<td class="statdata">3</td>
<td class="statdata">2</td>
<td class="statdata">69</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-geelong-cats--mark-blicavs" title="Mark Blicavs">M Blicavs</a></td>
<td class="statdata">5</td>
<td class="statdata">8</td>
<td class="statdata">13</td>
<td class="statdata">100</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">5</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">140</td>
<td class="statdata">0</td>
<td class="statdata">5</td>
<td class="statdata">0</td>
<td class="statdata">96</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-geelong-cats--mark-o-connor" title="Mark O'Connor">M O'Connor</a></td>
<td class="statdata">5</td>
<td class="statdata">8</td>
<td class="statdata">9</td>
<td class="statdata">69.2</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">90</td>
<td class="statdata">3</td>
<td class="statdata">7</td>
<td class="statdata">0</td>
<td class="statdata">88</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-geelong-cats--zach-guthrie" title="Zach Guthrie">Z Guthrie</a></td>
<td class="statdata">3</td>
<td class="statdata">9</td>
<td class="statdata">9</td>
<td class="statdata">69.2</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">1</td>
<td class="statdata">339</td>
<td class="statdata">3</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">78</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-geelong-cats--harry-taylor" title="Harry Taylor">H Taylor</a></td>
<td class="statdata">6</td>
<td class="statdata">6</td>
<td class="statdata">9</td>
<td class="statdata">75</td>
<td class="statdata">2</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">4</td>
<td class="statdata">157</td>
<td class="statdata">2</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">87</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-geelong-cats--patrick-dangerfield" title="Patrick Dangerfield">P Dangerfield</a></td>
<td class="statdata">1</td>
<td class="statdata">7</td>
<td class="statdata">4</td>
<td class="statdata">50</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">77</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">80</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-geelong-cats--gary-rohan" title="Gary Rohan">G Rohan</a></td>
<td class="statdata">3</td>
<td class="statdata">5</td>
<td class="statdata">6</td>
<td class="statdata">75</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">4</td>
<td class="statdata">174</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">2</td>
<td class="statdata">79</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-geelong-cats--jordan-clark" title="Jordan Clark">J Clark</a></td>
<td class="statdata">0</td>
<td class="statdata">6</td>
<td class="statdata">5</td>
<td class="statdata">71.4</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">153</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">87</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-geelong-cats--esava-ratugolea" title="Esava Ratugolea">E Ratugolea</a></td>
<td class="statdata">2</td>
<td class="statdata">1</td>
<td class="statdata">3</td>
<td class="statdata">75</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">80</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">43</td>
</tr>
</table>
</td>
<td rowspan="1" class="tabbdr" style="width:1px"></td>
</tr>
<tr><td colspan="3" class="tabbdr" style="height:1px"></td></tr>
</table>
</td>
<td rowspan="1" class="norm" style="width:15px"></td>
<td rowspan="4" width="160" align="center" valign="top">
<table border="0" cellspacing="0" width="160" class="peeptable">
<tr><td height="15" valign="top"><a href="/afl/footy/custom_supercoach_latest_scores" class="peep"><a href='/afl/footy/custom_supercoach_latest_scores' class='peep'>Track your favourite Fantasy Players!</a></a></td></tr>
<tr>
<td height="100" align="center" valign="middle">
<a href="/afl/footy/custom_supercoach_latest_scores"><img src="/afl/img/peep/peep4.jpg" border="0" height="100"/></a>
</td>
</tr>
<tr><td valign="top">Create and save your own custom list of <a href='/afl/footy/custom_supercoach_latest_scores'>Supercoach</a> or <a href='/afl/footy/custom_dream_team_latest_scores'>AFL Fantasy</a> players to track their stats!</td></tr>
</table>
<div style="padding-top:10px;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Footywire 160x600 Right -->
<ins class="adsbygoogle"
style="display:inline-block;width:160px;height:600px"
data-ad-client="ca-pub-1151582373407200"
data-ad-slot="4900122530"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</td>
</tr>
<tr><td colspan="2" class="norm" style="height:20px"></td></tr>
<tr><td>
<table border="0" cellspacing="0" cellpadding="0" width="825">
<tr>
<td height="28" align="center" colspan="3" class="tbtitle" width="825">
<table border="0" cellspacing="0" cellpadding="0" width="825">
<tr>
<td class="innertbtitle" align="left"> <b><a name=t1></a>Essendon Match Statistics (Sorted by Disposals)</b></td>
<td class="innertbtitle" align="right">Coach: <a href="cp-john-worsfold--15">John Worsfold</a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td rowspan="1" class="tabbdr" style="width:1px"></td>
<td>
<table border="0" cellspacing="0" cellpadding="3" width="823">
<tr>
<td width="220" class="lbnorm" height="28">Player</td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=23&advv=Y#t2" title="Contested Possessions">CP</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=24&advv=Y#t2" title="Uncontested Possessions">UP</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=25&advv=Y#t2" title="Effective Disposals">ED</a></td>
<td width="50" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=34&advv=Y#t2" title="Disposal Efficiency %">DE%</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=27&advv=Y#t2" title="Contested Marks">CM</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=21&advv=Y#t2" title="Goal Assists">GA</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=28&advv=Y#t2" title="Marks Inside 50">MI5</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=31&advv=Y#t2" title="One Percenters">1%</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=32&advv=Y#t2" title="Bounces">BO</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=35&advv=Y#t2" title="Centre Clearances">CCL</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=36&advv=Y#t2" title="Stoppage Clearances">SCL</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=37&advv=Y#t2" title="Score Involvements">SI</a></td>
<td width="50" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=38&advv=Y#t2" title="Metres Gained">MG</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=39&advv=Y#t2" title="Turnovers">TO</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=40&advv=Y#t2" title="Intercepts">ITC</a></td>
<td width="40" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=41&advv=Y#t2" title="Tackles Inside 50">T5</a></td>
<td width="50" class="bnorm"><a href="fts_match_statistics?mid=9782&sby=42&advv=Y#t2" title="Time On Ground %">TOG%</a></td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-essendon-bombers--dylan-shiel" title="Dylan Shiel">D Shiel</a></td>
<td class="statdata">12</td>
<td class="statdata">20</td>
<td class="statdata">24</td>
<td class="statdata">72.7</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">3</td>
<td class="statdata">3</td>
<td class="statdata">5</td>
<td class="statdata">494</td>
<td class="statdata">5</td>
<td class="statdata">2</td>
<td class="statdata">1</td>
<td class="statdata">78</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-essendon-bombers--zachary-merrett" title="Zachary Merrett">Z Merrett</a></td>
<td class="statdata">9</td>
<td class="statdata">21</td>
<td class="statdata">20</td>
<td class="statdata">69</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">2</td>
<td class="statdata">5</td>
<td class="statdata">239</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">82</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-essendon-bombers--darcy-parish" title="Darcy Parish">D Parish</a></td>
<td class="statdata">12</td>
<td class="statdata">12</td>
<td class="statdata">22</td>
<td class="statdata">88</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">3</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">2</td>
<td class="statdata">11</td>
<td class="statdata">222</td>
<td class="statdata">1</td>
<td class="statdata">5</td>
<td class="statdata">0</td>
<td class="statdata">78</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-essendon-bombers--dyson-heppell" title="Dyson Heppell">D Heppell</a></td>
<td class="statdata">13</td>
<td class="statdata">11</td>
<td class="statdata">17</td>
<td class="statdata">70.8</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">3</td>
<td class="statdata">3</td>
<td class="statdata">314</td>
<td class="statdata">4</td>
<td class="statdata">2</td>
<td class="statdata">1</td>
<td class="statdata">79</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-essendon-bombers--devon-smith" title="Devon Smith">D Smith</a></td>
<td class="statdata">5</td>
<td class="statdata">19</td>
<td class="statdata">12</td>
<td class="statdata">50</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">4</td>
<td class="statdata">6</td>
<td class="statdata">453</td>
<td class="statdata">7</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">78</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-essendon-bombers--michael-hurley" title="Michael Hurley">M Hurley</a></td>
<td class="statdata">4</td>
<td class="statdata">17</td>
<td class="statdata">15</td>
<td class="statdata">71.4</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">214</td>
<td class="statdata">3</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">97</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-essendon-bombers--conor-mckenna" title="Conor McKenna">C McKenna</a></td>
<td class="statdata">5</td>
<td class="statdata">12</td>
<td class="statdata">14</td>
<td class="statdata">70</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">3</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">245</td>
<td class="statdata">6</td>
<td class="statdata">7</td>
<td class="statdata">0</td>
<td class="statdata">91</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-essendon-bombers--adam-saad" title="Adam Saad">A Saad</a></td>
<td class="statdata">5</td>
<td class="statdata">13</td>
<td class="statdata">17</td>
<td class="statdata">89.5</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">271</td>
<td class="statdata">4</td>
<td class="statdata">6</td>
<td class="statdata">1</td>
<td class="statdata">83</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-essendon-bombers--cale-hooker" title="Cale Hooker">C Hooker</a></td>
<td class="statdata">8</td>
<td class="statdata">9</td>
<td class="statdata">11</td>
<td class="statdata">61.1</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">5</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">2</td>
<td class="statdata">208</td>
<td class="statdata">4</td>
<td class="statdata">10</td>
<td class="statdata">0</td>
<td class="statdata">88</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-essendon-bombers--jake-stringer" title="Jake Stringer">J Stringer</a></td>
<td class="statdata">6</td>
<td class="statdata">12</td>
<td class="statdata">10</td>
<td class="statdata">55.6</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">9</td>
<td class="statdata">418</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">88</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-essendon-bombers--andrew-mcgrath" title="Andrew McGrath">A McGrath</a></td>
<td class="statdata">7</td>
<td class="statdata">11</td>
<td class="statdata">14</td>
<td class="statdata">82.4</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">4</td>
<td class="statdata">218</td>
<td class="statdata">2</td>
<td class="statdata">5</td>
<td class="statdata">0</td>
<td class="statdata">73</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-essendon-bombers--david-zaharakis" title="David Zaharakis">D Zaharakis</a></td>
<td class="statdata">3</td>
<td class="statdata">15</td>
<td class="statdata">15</td>
<td class="statdata">93.8</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">2</td>
<td class="statdata">152</td>
<td class="statdata">2</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">74</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-essendon-bombers--kyle-langford" title="Kyle Langford">K Langford</a></td>
<td class="statdata">4</td>
<td class="statdata">13</td>
<td class="statdata">10</td>
<td class="statdata">62.5</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">3</td>
<td class="statdata">294</td>
<td class="statdata">7</td>
<td class="statdata">3</td>
<td class="statdata">0</td>
<td class="statdata">72</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-essendon-bombers--jordan-ridley" title="Jordan Ridley">J Ridley</a></td>
<td class="statdata">2</td>
<td class="statdata">10</td>
<td class="statdata">11</td>
<td class="statdata">84.6</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">201</td>
<td class="statdata">1</td>
<td class="statdata">3</td>
<td class="statdata">0</td>
<td class="statdata">74</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-essendon-bombers--aaron-francis" title="Aaron Francis">A Francis</a></td>
<td class="statdata">5</td>
<td class="statdata">9</td>
<td class="statdata">9</td>
<td class="statdata">75</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">2</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">8</td>
<td class="statdata">233</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">1</td>
<td class="statdata">92</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-essendon-bombers--mason-redman" title="Mason Redman">M Redman</a></td>
<td class="statdata">4</td>
<td class="statdata">9</td>
<td class="statdata">11</td>
<td class="statdata">91.7</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">7</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">95</td>
<td class="statdata">0</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">78</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-essendon-bombers--tom-bellchambers" title="Tom Bellchambers">T Bellchambers</a></td>
<td class="statdata">9</td>
<td class="statdata">3</td>
<td class="statdata">8</td>
<td class="statdata">72.7</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">3</td>
<td class="statdata">5</td>
<td class="statdata">98</td>
<td class="statdata">3</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">74</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-essendon-bombers--joe-daniher" title="Joe Daniher">J Daniher</a></td>
<td class="statdata">3</td>
<td class="statdata">7</td>
<td class="statdata">7</td>
<td class="statdata">77.8</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">5</td>
<td class="statdata">124</td>
<td class="statdata">3</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">91</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-essendon-bombers--anthony-mcdonald-tipungwuti" title="Anthony McDonald-Tipungwuti">A M-Tipungwuti</a></td>
<td class="statdata">5</td>
<td class="statdata">3</td>
<td class="statdata">8</td>
<td class="statdata">88.9</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">124</td>
<td class="statdata">2</td>
<td class="statdata">2</td>
<td class="statdata">2</td>
<td class="statdata">80</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-essendon-bombers--matt-guelfi" title="Matt Guelfi">M Guelfi</a></td>
<td class="statdata">7</td>
<td class="statdata">5</td>
<td class="statdata">8</td>
<td class="statdata">88.9</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">4</td>
<td class="statdata">102</td>
<td class="statdata">3</td>
<td class="statdata">3</td>
<td class="statdata">2</td>
<td class="statdata">71</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-essendon-bombers--mark-baguley" title="Mark Baguley">M Baguley</a></td>
<td class="statdata">3</td>
<td class="statdata">4</td>
<td class="statdata">7</td>
<td class="statdata">87.5</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">78</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">92</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-essendon-bombers--patrick-ambrose" title="Patrick Ambrose">P Ambrose</a></td>
<td class="statdata">0</td>
<td class="statdata">6</td>
<td class="statdata">6</td>
<td class="statdata">75</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">40</td>
<td class="statdata">2</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">89</td>
</tr>
</table>
</td>
<td rowspan="1" class="tabbdr" style="width:1px"></td>
</tr>
<tr><td colspan="3" class="tabbdr" style="height:1px"></td></tr>
</table>
</td>
<td rowspan="1" class="norm" style="width:10px"></td>
</tr>
</table>
</TD></TR>
<tr><td colspan="1" class="norm" style="height:20px"></td></tr>
<TR><TD valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="1000">
<tr><td valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="575">
<tr><td height="28" align="center" colspan="5" class="tbtitle"><a name=hd></a>Head to Head</td></tr>
<tr>
<td rowspan="24" class="tabbdr" style="width:1px"></td>
<td width="190" class="bnorm" height="28">Geelong</td>
<td width="193" class="bnorm">Statistic</td>
<td width="190" class="bnorm">Essendon</td>
<td rowspan="24" class="tabbdr" style="width:1px"></td>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">137</td>
<td class="statdata">Contested Possessions</td>
<td class="statdata">131</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">244</td>
<td class="statdata">Uncontested Possessions</td>
<td class="statdata">241</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">296</td>
<td class="statdata">Effective Disposals</td>
<td class="statdata">276</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">76.7%</td>
<td class="statdata">Disposal Efficiency %</td>
<td class="statdata">74.4%</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">42</td>
<td class="statdata">Clangers</td>
<td class="statdata">53</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">20</td>
<td class="statdata">Contested Marks</td>
<td class="statdata">13</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">17</td>
<td class="statdata">Marks Inside 50</td>
<td class="statdata">8</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">33</td>
<td class="statdata">Clearances</td>
<td class="statdata">37</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">41</td>
<td class="statdata">Rebound 50s</td>
<td class="statdata">33</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">48</td>
<td class="statdata">One Percenters</td>
<td class="statdata">51</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">8</td>
<td class="statdata">Bounces</td>
<td class="statdata">14</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">12</td>
<td class="statdata">Goal Assists</td>
<td class="statdata">4</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">92.3%</td>
<td class="statdata">% Goals Assisted</td>
<td class="statdata">57.1%</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">10</td>
<td class="statdata">Centre Clearances</td>
<td class="statdata">11</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">23</td>
<td class="statdata">Stoppage Clearances</td>
<td class="statdata">26</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">93</td>
<td class="statdata">Score Involvements</td>
<td class="statdata">83</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">5337</td>
<td class="statdata">Metres Gained</td>
<td class="statdata">4837</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">65</td>
<td class="statdata">Turnovers</td>
<td class="statdata">68</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">68</td>
<td class="statdata">Intercepts</td>
<td class="statdata">65</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">14</td>
<td class="statdata">Tackles Inside 50</td>
<td class="statdata">11</td>
</tr>
<tr><td colspan="5" class="tabbdr" style="height:1px"></td></tr>
</tr>
</table>
</td>
<td rowspan="1" class="norm" style="width:11px"></td>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="414">
<tr><td height="28" align="center" colspan="5" class="tbtitle">Average Attributes</td></tr>
<tr>
<td rowspan="5" class="tabbdr" style="width:1px"></td>
<td width="137" class="bnorm" height="28">Geelong</td>
<td width="138" class="bnorm">Attribute</td>
<td width="137" class="bnorm">Essendon</td>
<td rowspan="5" class="tabbdr" style="width:1px"></td>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">188.5cm</td>
<td class="statdata">Height</td>
<td class="statdata">186.3cm</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">88.7kg</td>
<td class="statdata">Weight</td>
<td class="statdata">86.1kg</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">25yr 7mth</td>
<td class="statdata">Age</td>
<td class="statdata">25yr 3mth</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">102.7</td>
<td class="statdata">Games</td>
<td class="statdata">93.2</td>
</tr>
<tr><td colspan="5" class="tabbdr" style="height:1px"></td></tr>
<tr><td colspan="5" class="norm" style="height:7px"></td></tr>
<tr><td height="28" align="center" colspan="5" class="tbtitle">Total Players By Games</td></tr>
<tr>
<td rowspan="5" class="tabbdr" style="width:1px"></td>
<td width="137" class="bnorm" height="28">Geelong</td>
<td width="138" class="bnorm">Games</td>
<td width="137" class="bnorm">Essendon</td>
<td rowspan="5" class="tabbdr" style="width:1px"></td>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">9</td>
<td class="statdata">Less than 50</td>
<td class="statdata">5</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">3</td>
<td class="statdata">50 to 99</td>
<td class="statdata">6</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">4</td>
<td class="statdata">100 to 149</td>
<td class="statdata">7</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">6</td>
<td class="statdata">150 or more</td>
<td class="statdata">4</td>
</tr>
<tr><td colspan="5" class="tabbdr" style="height:1px"></td></tr>
</tr>
<tr><td colspan="5" align="center" style="padding-top:20px;">
</td></tr>
</table>
</td></tr>
</table>
</TD></TR>
<tr><td colspan="1" class="norm" style="height:20px"></td></tr>
<TR><TD>
<table border="0" cellspacing="0" cellpadding="0" width="1000">
<tr><td height="28" align="center" colspan="7" class="tbtitle"><a name=brk></a>Quarter by Quarter Scoring Breakdown</td></tr>
<tr>
<td rowspan="6" class="ylwbdr" style="width:1px"></td>
<td rowspan="5" class="ylwbg2" style="width:4px"></td>
<td colspan="1" class="ylwbg2" style="height:4px"></td>
<td rowspan="5" class="ylwbg2" style="width:4px"></td>
<td colspan="1" class="ylwbg2" style="height:4px"></td>
<td rowspan="5" class="ylwbg2" style="width:4px"></td>
<td rowspan="6" class="ylwbdr" style="width:1px"></td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="493">
<tr>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
<td colspan="3" class="ylwbdr" style="height:1px"></td>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
</tr>
<tr>
<td class="ylwbgmid" height="28" width="164"><b>Geelong</b></td>
<td class="ylwbgmid" width="165"><b>First Quarter</b></td>
<td class="ylwbgmid" width="164"><b>Essendon</b></td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
<tr>
<td class="ylwbgmid" height="22">4.0 24</td>
<td class="ylwbgmid">Score</td>
<td class="ylwbgmid">3.3 21</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">4</td>
<td class="ylwbgmid">Scoring Shots</td>
<td class="ylwbgmid">6</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">100.0%</td>
<td class="ylwbgmid">Conversion</td>
<td class="ylwbgmid">50.0%</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">Won quarter by 3</td>
<td class="ylwbgmid">Result</td>
<td class="ylwbgmid">Lost quarter by 3</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">Leading by 3</td>
<td class="ylwbgmid">End of Quarter</td>
<td class="ylwbgmid">Trailing by 3</td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
</table>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="493">
<tr>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
<td colspan="3" class="ylwbdr" style="height:1px"></td>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
</tr>
<tr>
<td class="ylwbgmid" height="28" width="164"><b>Geelong</b></td>
<td class="ylwbgmid" width="165"><b>Second Quarter</b></td>
<td class="ylwbgmid" width="164"><b>Essendon</b></td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
<tr>
<td class="ylwbgmid" height="22">3.3 21</td>
<td class="ylwbgmid">Score</td>
<td class="ylwbgmid">1.2 8</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">6</td>
<td class="ylwbgmid">Scoring Shots</td>
<td class="ylwbgmid">3</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">50.0%</td>
<td class="ylwbgmid">Conversion</td>
<td class="ylwbgmid">33.3%</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">Won quarter by 13</td>
<td class="ylwbgmid">Result</td>
<td class="ylwbgmid">Lost quarter by 13</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">Leading by 16</td>
<td class="ylwbgmid">Halftime</td>
<td class="ylwbgmid">Trailing by 16</td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
</table>
</td>
</tr>
<tr><td colspan="3" class="ylwbg2" style="height:4px"></td></tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="493">
<tr>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
<td colspan="3" class="ylwbdr" style="height:1px"></td>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
</tr>
<tr>
<td class="ylwbgmid" height="28" width="164"><b>Geelong</b></td>
<td class="ylwbgmid" width="165"><b>Third Quarter</b></td>
<td class="ylwbgmid" width="164"><b>Essendon</b></td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
<tr>
<td class="ylwbgmid" height="22">3.4 22</td>
<td class="ylwbgmid">Score</td>
<td class="ylwbgmid">1.1 7</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">7</td>
<td class="ylwbgmid">Scoring Shots</td>
<td class="ylwbgmid">2</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">42.9%</td>
<td class="ylwbgmid">Conversion</td>
<td class="ylwbgmid">50.0%</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">Won quarter by 15</td>
<td class="ylwbgmid">Result</td>
<td class="ylwbgmid">Lost quarter by 15</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">Leading by 31</td>
<td class="ylwbgmid">End of Quarter</td>
<td class="ylwbgmid">Trailing by 31</td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
</table>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="493">
<tr>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
<td colspan="3" class="ylwbdr" style="height:1px"></td>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
</tr>
<tr>
<td class="ylwbgmid" height="28" width="164"><b>Geelong</b></td>
<td class="ylwbgmid" width="165"><b>Final Quarter</b></td>
<td class="ylwbgmid" width="164"><b>Essendon</b></td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
<tr>
<td class="ylwbgmid" height="22">3.1 19</td>
<td class="ylwbgmid">Score</td>
<td class="ylwbgmid">2.6 18</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">4</td>
<td class="ylwbgmid">Scoring Shots</td>
<td class="ylwbgmid">8</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">75.0%</td>
<td class="ylwbgmid">Conversion</td>
<td class="ylwbgmid">25.0%</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">Won quarter by 1</td>
<td class="ylwbgmid">Result</td>
<td class="ylwbgmid">Lost quarter by 1</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">Won game by 32</td>
<td class="ylwbgmid">End of Game</td>
<td class="ylwbgmid">Lost game by 32</td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
</table>
</td>
</tr>
<tr><td colspan="3" class="ylwbg2" style="height:4px"></td></tr>
<tr><td colspan="5" class="ylwbdr" style="height:1px"></td></tr>
</table>
</TD></TR>
<tr><td colspan="1" class="norm" style="height:20px"></td></tr>
<TR><TD>
<table border="0" cellspacing="0" cellpadding="0" width="1000">
<tr><td height="28" align="center" colspan="7" class="tbtitle">Scoring Breakdown For Each Half</td></tr>
<tr>
<td rowspan="4" class="ylwbdr" style="width:1px"></td>
<td rowspan="3" class="ylwbg2" style="width:4px"></td>
<td colspan="1" class="ylwbg2" style="height:4px"></td>
<td rowspan="3" class="ylwbg2" style="width:4px"></td>
<td colspan="1" class="ylwbg2" style="height:4px"></td>
<td rowspan="3" class="ylwbg2" style="width:4px"></td>
<td rowspan="4" class="ylwbdr" style="width:1px"></td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="493">
<tr>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
<td colspan="3" class="ylwbdr" style="height:1px"></td>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
</tr>
<tr>
<td class="ylwbgmid" height="28" width="164"><b>Geelong</b></td>
<td class="ylwbgmid" width="165"><b>First Half</b></td>
<td class="ylwbgmid" width="164"><b>Essendon</b></td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
<tr>
<td class="ylwbgmid" height="22">7.3 45</td>
<td class="ylwbgmid">Score</td>
<td class="ylwbgmid">4.5 29</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">10</td>
<td class="ylwbgmid">Scoring Shots</td>
<td class="ylwbgmid">9</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">70.0%</td>
<td class="ylwbgmid">Conversion</td>
<td class="ylwbgmid">44.4%</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">Won half by 16</td>
<td class="ylwbgmid">Result</td>
<td class="ylwbgmid">Lost half by 16</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">Leading by 16</td>
<td class="ylwbgmid">Halftime</td>
<td class="ylwbgmid">Trailing by 16</td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
</table>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="493">
<tr>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
<td colspan="3" class="ylwbdr" style="height:1px"></td>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
</tr>
<tr>
<td class="ylwbgmid" height="28" width="164"><b>Geelong</b></td>
<td class="ylwbgmid" width="165"><b>Second Half</b></td>
<td class="ylwbgmid" width="164"><b>Essendon</b></td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
<tr>
<td class="ylwbgmid" height="22">6.5 41</td>
<td class="ylwbgmid">Score</td>
<td class="ylwbgmid">3.7 25</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">11</td>
<td class="ylwbgmid">Scoring Shots</td>
<td class="ylwbgmid">10</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">54.5%</td>
<td class="ylwbgmid">Conversion</td>
<td class="ylwbgmid">30.0%</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">Won half by 16</td>
<td class="ylwbgmid">Result</td>
<td class="ylwbgmid">Lost half by 16</td>
</tr>
<tr>
<td class="ylwbgmid" height="22">Won game by 32</td>
<td class="ylwbgmid">End of Game</td>
<td class="ylwbgmid">Lost game by 32</td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
</table>
</td>
</tr>
<tr><td colspan="3" class="ylwbg2" style="height:4px"></td></tr>
<tr><td colspan="5" class="ylwbdr" style="height:1px"></td></tr>
</table>
</TD></TR>
</TABLE>
</td></tr>
</table></td>
<td rowspan="3" bgcolor="#b7b7b7" style="width:1px"></td>
</tr>
<tr><td align="center" valign="middle" height="40">
</td></tr>
<tr>
<td colspan="1" bgcolor="#b7b7b7" style="height:1px"></td>
</tr>
<tr><td colspan="3" align="center" valign="middle" height="25">
<table id="footer">
<tr>
<td id="footercopy">Footywire.com © 2020</td>
<td id="footerlinks">
<a href="/afl/footy/info?if=a">about</a>
<a href="/afl/footy/info?if=t">terms</a>
<a href="/afl/footy/info?if=p">privacy</a>
<a href="/afl/footy/contact_us">contact us</a>
</td>
</tr>
</table>
</td></tr>
</table>
</DIV>
<table id="teammenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" >x</div></td></tr>
<tr>
<td colspan="3"><a class="submenuitem" href="/afl/footy/ft_teams">Compare Teams</a></td>
</tr>
<tr>
<td colspan="3"><div class="submenutitle">Team Home Pages</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenuxb" onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')">hide menu</div></td></tr>
</table>
<table id="playermenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/ft_players">All Players</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/player_search">Player Search</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/past_players">Past Players</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/other_players">Other Players</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/ft_player_compare">Compare Players</a></td></tr>
<tr>
<td colspan="3"><div class="submenutitle">Team Playing Lists</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenuxb" onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')">hide menu</div></td></tr>
</table>
<table id="playerrankmenu">
<tr><td colspan="3" align="right"><div class="submenux" onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/ft_player_rankings?rt=LA">League Averages</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/ft_player_rankings?rt=LT">League Totals</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/ft_player_rankings?rt=RA">Rising Star Averages</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/ft_player_rankings?rt=RT">Rising Star Totals</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/ft_goal_kickers">Season Goalkickers</a></td></tr>
<tr>
<td colspan="3"><div class="submenutitle">Player Rankings by Team</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-richmond-tigers">Tigers</a></td>
</tr>
<tr><td colspan="3" align="right"><div class="submenuxb" onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')">hide menu</div></td></tr>
</table>
<table id="teamrankmenu">
<tr><td align="right"><div class="submenux" onClick="hideSubMenu('teamrankmenu')" onMouseUp="hideSubMenu('teamrankmenu')" >x</div></td></tr>
<tr><td><a onClick="hideSubMenu('teamrankmenu')" onMouseUp="hideSubMenu('teamrankmenu')" class="submenuitem" href="/afl/footy/ft_team_rankings?type=TA">Team Averages</a></td></tr>
<tr><td><a onClick="hideSubMenu('teamrankmenu')" onMouseUp="hideSubMenu('teamrankmenu')" class="submenuitem" href="/afl/footy/ft_team_rankings?type=TT">Team Totals</a></td></tr>
<tr><td><a onClick="hideSubMenu('teamrankmenu')" onMouseUp="hideSubMenu('teamrankmenu')" class="submenuitem" href="/afl/footy/ft_team_rankings?type=OA">Opponent Averages</a></td></tr>
<tr><td><a onClick="hideSubMenu('teamrankmenu')" onMouseUp="hideSubMenu('teamrankmenu')" class="submenuitem" href="/afl/footy/ft_team_rankings?type=OT">Opponent Totals</a></td></tr>
<tr><td><a onClick="hideSubMenu('teamrankmenu')" onMouseUp="hideSubMenu('teamrankmenu')" class="submenuitem" href="/afl/footy/ft_team_rankings?type=DA">Team/Opponent Differential Averages</a></td></tr>
<tr><td><a onClick="hideSubMenu('teamrankmenu')" onMouseUp="hideSubMenu('teamrankmenu')" class="submenuitem" href="/afl/footy/ft_team_rankings?type=DT">Team/Opponent Differential Totals</a></td></tr>
<tr><td align="right"><div class="submenuxb" onClick="hideSubMenu('teamrankmenu')" onMouseUp="hideSubMenu('teamrankmenu')">hide menu</div></td></tr>
</table>
<table id="draftmenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/ft_drafts">Full AFL Draft History</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/ft_team_draft_summaries">Draft Summary by Team</a></td></tr>
<tr>
<td colspan="3"><div class="submenutitle">AFL Draft History by Team</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenuxb" onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')">hide menu</div></td></tr>
</table>
<table id="risingstarmenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ft_rising_stars_round_performances">Rising Star Round by Round</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/rising_star_nominations">Rising Star Nominees</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/rising_star_winners">Rising Star Winners</a></td></tr>
<tr>
<td colspan="3"><div class="submenutitle">Eligible Rising Stars by Team</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenuxb" onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')">hide menu</div></td></tr>
</table>
<table id="matchmenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/ft_match_list">Full Season AFL Fixture</a></td></tr>
<tr>
<td colspan="3"><div class="submenutitle">Played and Scheduled Matches by Team</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenuxb" onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')">hide menu</div></td></tr>
</table>
<table id="laddermenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" class="submenuitem" href="/afl/footy/ft_ladder">Full Season</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" class="submenuitem" href="/afl/footy/live_ladder">Live Ladder</a></td></tr>
<tr>
<td colspan="3"><div class="submenutitle">Filter Ladder by</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" class="submenuitem" href="/afl/footy/ft_ladder?pt=RD&st=01&sb=p">Round</a></td>
<td><a onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" class="submenuitem" href="/afl/footy/ft_ladder?pt=PD&st=Q1&sb=p">Match Period</a></td>
<td><a onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" class="submenuitem" href="/afl/footy/ft_ladder?pt=LC&st=LC&sb=p">Location</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" class="submenuitem" href="/afl/footy/ft_ladder?pt=VN&st=10&sb=p">Venue</a></td>
<td><a onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" class="submenuitem" href="/afl/footy/ft_ladder?pt=ST&st=disposals&sb=p">Stats</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenuxb" onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')">hide menu</div></td></tr>
</table>
<table id="brownlowmenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/brownlow_medal">Full Brownlow Medal Count</a></td></tr><tr>
<tr><td colspan="3"><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/brownlow_medal_winners">Brownlow Medal Winners</a></td></tr><tr>
<tr><td colspan="3"><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/team_brownlow_medal_summaries">Summary by Team</a></td></tr><tr>
<tr>
<td colspan="3"><div class="submenutitle">Brownlow Medal Vote Getters By Club</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenuxb" onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')">hide menu</div></td></tr>
</table>
<table id="attendancemenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/attendances">AFL Crowds & Attendances</a></td></tr><tr>
<tr>
<td colspan="3"><div class="submenutitle">Historical Attendance by Team</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenuxb" onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')">hide menu</div></td></tr>
</table>
<table id="coachmenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/afl_coaches">AFL Coaches</a></td></tr><tr>
<tr>
<td colspan="3"><div class="submenutitle">AFL Club Coaches</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenuxb" onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')">hide menu</div></td></tr>
</table>
<table id="highlightsmenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/afl_highlights">AFL Highlights</a></td></tr><tr>
<tr>
<td colspan="3"><div class="submenutitle">AFL Club Highlights</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenuxb" onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')">hide menu</div></td></tr>
</table>
<table id="supercoachmenu">
<tr><td align="right"><div class="submenux" onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" >x</div></td></tr>
<tr><td><a onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" class="submenuitem" href="/afl/footy/supercoach_round">Round by Round Player Rankings</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" class="submenuitem" href="/afl/footy/supercoach_season">Season Player Rankings</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" class="submenuitem" href="/afl/footy/supercoach_breakevens">Supercoach Breakevens</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" class="submenuitem" href="/afl/footy/supercoach_scores">Supercoach Scores</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" class="submenuitem" href="/afl/footy/supercoach_prices">Supercoach Prices</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" class="submenuitem" href="/afl/footy/custom_supercoach_latest_scores">Custom Supercoach Player List</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" class="submenuitem" href="/afl/footy/pre_season_supercoach">Pre-Season Supercoach Stats</a></td></tr><tr>
<tr><td align="right"><div class="submenuxb" onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')">hide menu</div></td></tr>
</table>
<table id="dreamteammenu">
<tr><td align="right"><div class="submenux" onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" >x</div></td></tr>
<tr><td><a onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" class="submenuitem" href="/afl/footy/dream_team_round">Round by Round Player Rankings</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" class="submenuitem" href="/afl/footy/dream_team_season">Season Player Rankings</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" class="submenuitem" href="/afl/footy/dream_team_breakevens">AFL Fantasy Breakevens</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" class="submenuitem" href="/afl/footy/dream_team_scores">AFL Fantasy Scores</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" class="submenuitem" href="/afl/footy/dream_team_prices">AFL Fantasy Prices</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" class="submenuitem" href="/afl/footy/custom_dream_team_latest_scores">Custom AFL Fantasy Player List</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" class="submenuitem" href="/afl/footy/pre_season_dream_team">Pre-Season AFL Fantasy Stats</a></td></tr><tr>
<tr><td align="right"><div class="submenuxb" onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')">hide menu</div></td></tr>
</table>
<table id="selectionsmenu">
<tr><td align="right"><div class="submenux" onClick="hideSubMenu('selectionsmenu')" onMouseUp="hideSubMenu('selectionsmenu')" >x</div></td></tr>
<tr><td><a onClick="hideSubMenu('selectionsmenu')" onMouseUp="hideSubMenu('selectionsmenu')" class="submenuitem" href="/afl/footy/afl_team_selections">Latest Team Selections</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('selectionsmenu')" onMouseUp="hideSubMenu('selectionsmenu')" class="submenuitem" href="/afl/footy/custom_all_team_selections">Custom Team Selections List</a></td></tr><tr>
<tr><td align="right"><div class="submenuxb" onClick="hideSubMenu('selectionsmenu')" onMouseUp="hideSubMenu('selectionsmenu')">hide menu</div></td></tr>
</table>
<table id="pastplayermenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" >x</div></td></tr>
<tr>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenuxb" onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')">hide menu</div></td></tr>
</table>
<table id="contractsmenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" >x</div></td></tr>
<tr>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenuxb" onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')">hide menu</div></td></tr>
</table>
<div id="membersbgdiv" onClick="closeMemberDivs();"></div>
<div id="memberswhitediv">
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td height="30" align="right" valign="top"><span id="membersx" onClick="closeMemberDivs();">X</span></td></tr>
<tr><td id="memberscontent" valign="top" align="center">
</td></tr>
</table>
</div>
</BODY>
</HTML>
|
resources/Xalan/xalan-j_2.7.1-bin/docs/apidocs/org/w3c/dom/html/class-use/HTMLHtmlElement.html | doughtnerd/POD | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Thu Nov 22 16:43:26 EST 2007 -->
<TITLE>
Xalan-Java 2.7.1: Uses of Interface org.w3c.dom.html.HTMLHtmlElement
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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/w3c/dom/html/HTMLHtmlElement.html"><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" TARGET="_top"><B>FRAMES</B></A>
<A HREF="HTMLHtmlElement.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<CENTER>
<H2>
<B>Uses of Interface<br>org.w3c.dom.html.HTMLHtmlElement</B></H2>
</CENTER>
No usage of org.w3c.dom.html.HTMLHtmlElement
<P>
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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/w3c/dom/html/HTMLHtmlElement.html"><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" TARGET="_top"><B>FRAMES</B></A>
<A HREF="HTMLHtmlElement.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
Copyright © 2006 Apache XML Project. All Rights Reserved.
</BODY>
</HTML>
|
web/templates/admin/list_cron.html | anton-reutov/vesta | <table class="submenu">
<tr>
<td style="padding: 14px 10px">
<div class="submenu-button-block">
<button class="submenu-button-main" onclick="location.href='/add/cron/'"> <?php print __('Add Cron Job');?> </button>
</div>
<div class="submenu-search-block">
<form action="/search/" method="get">
<input type="text" name="q" class="submenu-search-field">
<input type="submit" value="<?php print __('Search');?>" class="submenu-button-search">
</form>
</div>
<div class="submenu-select-block">
<form action="/bulk/cron/" method="post" id="objects">
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print __('toggle all');?> </a>
<select class="submenu-select-dropdown" name="action">
<option value=""><?php print __('apply to selected');?></option>
<option value="suspend"><?php print __('suspend');?></option>
<option value="unsuspend"><?php print __('unsuspend');?></option>
<option value="delete"><?php print __('delete');?></option>
</select>
<input type="submit" name="ok" value="›" class="submenu-button-select">
</div>
<?php display_error_block(); ?>
</td>
</tr>
</table>
</div>
<div id="vstobjects">
<table class='data'>
<?php
foreach ($data as $key => $value) {
++$i;
if ($data[$key]['SUSPENDED'] == 'yes') {
$status = 'suspended';
$spnd_action = 'unsuspend';
$spnd_confirmation = 'UNSUSPEND_CRON_CONFIRMATION' ;
} else {
$status = 'active';
$spnd_action = 'suspend';
$spnd_confirmation = 'SUSPEND_CRON_CONFIRMATION' ;
}
?>
<tr class="data-row">
<td class="data-dotted">
<table class="data-col1">
<tr><td><input type="checkbox" class="ch-toggle" name="job[]" value="<?php echo $data[$key]['JOB'] ?>" ></td></tr>
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE'])) ?></a></td></tr>
<tr><td class="data-<?php echo $status ?>"><b><?php echo __($status); ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<a id="delete_link_<?php echo $i ?>" class="data-controls do_delete">
<span class="do_delete">
<img src="/images/delete.png" width="7px" height="7px">
<?php print __('delete');?>
<input type="hidden" name="delete_url" value="/delete/cron/?job=<?php echo $data[$key]['JOB']; ?>" />
<div id="delete_dialog_<?php echo $i ?>" class="confirmation-text-delete hidden" title="<?php print __('Confirmation');?>">
<p class="counter-value"><?php print __('DELETE_CRON_CONFIRMATION');?></p>
</div>
</span>
</a>
<a id="<?php echo $spnd_action ?>_link_<?php echo $i ?>" class="data-controls do_<?php echo $spnd_action ?>">
<span class="do_<?php echo $spnd_action ?>" width="80px">
<img src="/images/suspend.png" width="7px" height="8px">
<?php echo __($spnd_action); ?>
<input type="hidden" name="<?php echo $spnd_action ?>_url" value="/<?php echo $spnd_action ?>/cron/?job=<?php echo $data[$key]['JOB']; ?>" />
<div id="<?php echo $spnd_action ?>_dialog_<?php echo $i ?>" class="confirmation-text-suspention hidden" title="<?php print __('Confirmation');?>">
<p class="counter-value"><?php print __($spnd_confirmation);?></p>
</div>
</span>
</a>
<a href="/edit/cron/?job=<?php echo $data[$key]['JOB'] ?>" class="data-controls">
<span>
<img src="/images/edit.png" width="8px" height="8px">
<?php print __('edit');?>
</span>
</a>
<table class="data-col2">
<tr>
<td colspan=6 class="cron">
<b><?php echo htmlspecialchars($data[$key]['CMD'], ENT_NOQUOTES) ?></b>
</td>
</tr>
<tr>
<td style="vertical-align:top; padding: 4px 0 0 1px" width="118px">
<div class="cron-counter-name">
<?php print __('Min');?>
</div>
<div class="cron-counter-value">
<?php echo $data[$key]['MIN'] ?>
</div>
</td>
<td style="vertical-align:top; padding: 4px 0 0 0" width="120px">
<div class="cron-counter-name">
<?php print __('Hour');?>
</div>
<div class="cron-counter-value">
<?php echo $data[$key]['HOUR'] ?>
</div>
</td>
<td style="vertical-align:top; padding: 4px 0 0 0" width="120px">
<div class="cron-counter-name">
<?php print __('Day');?>
</div>
<div class="cron-counter-value">
<?php echo $data[$key]['DAY'] ?>
</div>
</td>
<td style="vertical-align:top; padding: 4px 0 0 0" width="119px">
<div class="cron-counter-name">
<?php print __('Month');?>
</div>
<div class="cron-counter-value">
<?php echo $data[$key]['MONTH'] ?>
</div>
</td>
<td style="vertical-align:top; padding: 4px 0 0 0" width="120px">
<div class="cron-counter-name">
<?php print __('Day of week');?>
</div>
<div class="cron-counter-value">
<?php echo $data[$key]['WDAY'] ?>
</div>
</td>
<td style="vertical-align:top;"></td>
</tr>
</table>
</td>
</tr>
<?php
}
?>
</table>
</from>
<div class="data-count">
<?php
if ( $i == 1) {
echo __('1 cron job');
} else {
echo __('%s cron jobs',$i);
}
?>
</div>
</div>
|
poxDNA/app/templates/security/_menu.html | torav/poxDNA | {% if not current_user.is_authenticated %}
<li><strong><a href="{{ url_for_security('login') }}{% if 'next' in request.args %}?next={{ request.args.next|urlencode }}{% endif %}">Login</a></strong></li>
{% if security.registerable %}
<li><strong><a href="{{ url_for_security('register') }}{% if 'next' in request.args %}?next={{ request.args.next|urlencode }}{% endif %}">Register</a></strong></li>
{% endif %} {% if security.recoverable %}
<li><strong><a href="{{ url_for_security('forgot_password') }}">Forgot password</a></strong></li>
{% endif %} {% if security.confirmable %}
<li><strong><a href="{{ url_for_security('send_confirmation') }}">Confirm account</a></strong></li>
{% endif %}
{% else %}
<li><strong><a href="{{ url_for('security.change_password') }}">Change your password</a></strong></li>
<li><strong><a href="{{ url_for('security.logout') }}">Log out</a></strong></li>
{% endif %}
|
QMOLEDEV/stunnel-5.24/doc/stunnel.html | chriskmanx/qmole | <?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>stunnel TLS Proxy</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>
<body id="_podtop_">
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr><td class="_podblock_" style="background-color: #cccccc; color: #000" valign="middle">
<big><strong><span class="_podblock_"> stunnel TLS Proxy</span></strong></big>
</td></tr>
</table>
<ul id="index">
<li><a href="#NAME">NAME</a></li>
<li><a href="#SYNOPSIS">SYNOPSIS</a></li>
<li><a href="#DESCRIPTION">DESCRIPTION</a></li>
<li><a href="#OPTIONS">OPTIONS</a></li>
<li><a href="#CONFIGURATION-FILE">CONFIGURATION FILE</a>
<ul>
<li><a href="#GLOBAL-OPTIONS">GLOBAL OPTIONS</a></li>
<li><a href="#SERVICE-LEVEL-OPTIONS">SERVICE-LEVEL OPTIONS</a></li>
</ul>
</li>
<li><a href="#RETURN-VALUE">RETURN VALUE</a></li>
<li><a href="#SIGNALS">SIGNALS</a></li>
<li><a href="#EXAMPLES">EXAMPLES</a></li>
<li><a href="#NOTES">NOTES</a>
<ul>
<li><a href="#RESTRICTIONS">RESTRICTIONS</a></li>
<li><a href="#INETD-MODE">INETD MODE</a></li>
<li><a href="#CERTIFICATES">CERTIFICATES</a></li>
<li><a href="#RANDOMNESS">RANDOMNESS</a></li>
<li><a href="#DH-PARAMETERS">DH PARAMETERS</a></li>
</ul>
</li>
<li><a href="#FILES">FILES</a></li>
<li><a href="#BUGS">BUGS</a></li>
<li><a href="#SEE-ALSO">SEE ALSO</a></li>
<li><a href="#AUTHOR">AUTHOR</a></li>
</ul>
<a href="#_podtop_"><h1 id="NAME">NAME</h1></a>
<p>stunnel - TLS offloading and load-balancing proxy</p>
<a href="#_podtop_"><h1 id="SYNOPSIS">SYNOPSIS</h1></a>
<dl>
<dt id="Unix"><b>Unix:</b></dt>
<dd>
<p><b>stunnel</b> [<span style="white-space: nowrap;">FILE</span>] | <span style="white-space: nowrap;">-fd N</span> | <span style="white-space: nowrap;">-help</span> | <span style="white-space: nowrap;">-version</span> | <span style="white-space: nowrap;">-sockets</span> | <span style="white-space: nowrap;">-options</span></p>
</dd>
<dt id="WIN32"><b>WIN32:</b></dt>
<dd>
<p><b>stunnel</b> [ [ <span style="white-space: nowrap;">-install</span> | <span style="white-space: nowrap;">-uninstall</span> | <span style="white-space: nowrap;">-start</span> | <span style="white-space: nowrap;">-stop</span> | <span style="white-space: nowrap;">-reload</span> | <span style="white-space: nowrap;">-reopen</span> | <span style="white-space: nowrap;">-exit</span> ] [<span style="white-space: nowrap;">-quiet</span>] [<span style="white-space: nowrap;">FILE</span>] ] | <span style="white-space: nowrap;">-help</span> | <span style="white-space: nowrap;">-version</span> | <span style="white-space: nowrap;">-sockets</span> | <span style="white-space: nowrap;">-options</span></p>
</dd>
</dl>
<a href="#_podtop_"><h1 id="DESCRIPTION">DESCRIPTION</h1></a>
<p>The <b>stunnel</b> program is designed to work as <i>SSL</i> encryption wrapper between remote clients and local (<i>inetd</i>-startable) or remote servers. The concept is that having non-SSL aware daemons running on your system you can easily set them up to communicate with clients over secure SSL channels.</p>
<p><b>stunnel</b> can be used to add SSL functionality to commonly used <i>Inetd</i> daemons like POP-2, POP-3, and IMAP servers, to standalone daemons like NNTP, SMTP and HTTP, and in tunneling PPP over network sockets without changes to the source code.</p>
<p>This product includes cryptographic software written by Eric Young ([email protected])</p>
<a href="#_podtop_"><h1 id="OPTIONS">OPTIONS</h1></a>
<dl>
<dt id="FILE"><b>FILE</b></dt>
<dd>
<p>Use specified configuration file</p>
</dd>
<dt id="fd-N-Unix-only"><b>-fd N</b> (Unix only)</dt>
<dd>
<p>Read the config file from specified file descriptor</p>
</dd>
<dt id="help"><b>-help</b></dt>
<dd>
<p>Print <b>stunnel</b> help menu</p>
</dd>
<dt id="version"><b>-version</b></dt>
<dd>
<p>Print <b>stunnel</b> version and compile time defaults</p>
</dd>
<dt id="sockets"><b>-sockets</b></dt>
<dd>
<p>Print default socket options</p>
</dd>
<dt id="options"><b>-options</b></dt>
<dd>
<p>Print supported SSL options</p>
</dd>
<dt id="install-Windows-NT-and-later-only"><b>-install</b> (Windows NT and later only)</dt>
<dd>
<p>Install NT Service</p>
</dd>
<dt id="uninstall-Windows-NT-and-later-only"><b>-uninstall</b> (Windows NT and later only)</dt>
<dd>
<p>Uninstall NT Service</p>
</dd>
<dt id="start-Windows-NT-and-later-only"><b>-start</b> (Windows NT and later only)</dt>
<dd>
<p>Start NT Service</p>
</dd>
<dt id="stop-Windows-NT-and-later-only"><b>-stop</b> (Windows NT and later only)</dt>
<dd>
<p>Stop NT Service</p>
</dd>
<dt id="reload-Windows-NT-and-later-only"><b>-reload</b> (Windows NT and later only)</dt>
<dd>
<p>Reload the configuration file of the running NT Service</p>
</dd>
<dt id="reopen-Windows-NT-and-later-only"><b>-reopen</b> (Windows NT and later only)</dt>
<dd>
<p>Reopen the log file of the running NT Service</p>
</dd>
<dt id="exit-Win32-only"><b>-exit</b> (Win32 only)</dt>
<dd>
<p>Exit an already started stunnel</p>
</dd>
<dt id="quiet-Win32-only"><b>-quiet</b> (Win32 only)</dt>
<dd>
<p>Don't display any message boxes</p>
</dd>
</dl>
<a href="#_podtop_"><h1 id="CONFIGURATION-FILE">CONFIGURATION FILE</h1></a>
<p>Each line of the configuration file can be either:</p>
<ul>
<li><p>An empty line (ignored).</p>
</li>
<li><p>A comment starting with ';' (ignored).</p>
</li>
<li><p>An 'option_name = option_value' pair.</p>
</li>
<li><p>'[service_name]' indicating a start of a service definition.</p>
</li>
</ul>
<p>An address parameter of an option may be either:</p>
<ul>
<li><p>A port number.</p>
</li>
<li><p>A colon-separated pair of IP address (either IPv4, IPv6, or domain name) and port number.</p>
</li>
<li><p>A Unix socket path (Unix only).</p>
</li>
</ul>
<h2 id="GLOBAL-OPTIONS">GLOBAL OPTIONS</h2>
<dl>
<dt id="chroot-DIRECTORY-Unix-only"><b>chroot</b> = DIRECTORY (Unix only)</dt>
<dd>
<p>directory to chroot <b>stunnel</b> process</p>
<p><b>chroot</b> keeps <b>stunnel</b> in a chrooted jail. <i>CApath</i>, <i>CRLpath</i>, <i>pid</i> and <i>exec</i> are located inside the jail and the patches have to be relative to the directory specified with <b>chroot</b>.</p>
<p>Several functions of the operating system also need their files to be located within the chroot jail, e.g.:</p>
<ul>
<li><p>Delayed resolver typically needs /etc/nsswitch.conf and /etc/resolv.conf.</p>
</li>
<li><p>Local time in log files needs /etc/timezone.</p>
</li>
<li><p>Some other functions may need devices, e.g. /dev/zero or /dev/null.</p>
</li>
</ul>
</dd>
<dt id="compression-deflate-zlib"><b>compression</b> = deflate | zlib</dt>
<dd>
<p>select data compression algorithm</p>
<p>default: no compression</p>
<p>deflate is the standard compression method as described in RFC 1951.</p>
<p>zlib compression of <b>OpenSSL 0.9.8</b> or above is not backward compatible with <b>OpenSSL 0.9.7</b>.</p>
</dd>
<dt id="debug-FACILITY.-LEVEL"><b>debug</b> = [FACILITY.]LEVEL</dt>
<dd>
<p>debugging level</p>
<p>Level is one of the syslog level names or numbers emerg (0), alert (1), crit (2), err (3), warning (4), notice (5), info (6), or debug (7). All logs for the specified level and all levels numerically less than it will be shown. Use <i>debug = debug</i> or <i>debug = 7</i> for greatest debugging output. The default is notice (5).</p>
<p>The syslog facility 'daemon' will be used unless a facility name is supplied. (Facilities are not supported on Win32.)</p>
<p>Case is ignored for both facilities and levels.</p>
</dd>
<dt id="EGD-EGD_PATH-Unix-only"><b>EGD</b> = EGD_PATH (Unix only)</dt>
<dd>
<p>path to Entropy Gathering Daemon socket</p>
<p>Entropy Gathering Daemon socket to use to feed the <b>OpenSSL</b> random number generator. (Available only if compiled with <b>OpenSSL 0.9.5a</b> or higher)</p>
</dd>
<dt id="engine-auto-ENGINE_ID"><b>engine</b> = auto | ENGINE_ID</dt>
<dd>
<p>select hardware engine</p>
<p>default: software-only cryptography</p>
<p>Here is an example of advanced engine configuration to read the private key from an OpenSC engine</p>
<pre><code> engine=dynamic
engineCtrl=SO_PATH:/usr/lib/opensc/engine_pkcs11.so
engineCtrl=ID:pkcs11
engineCtrl=LIST_ADD:1
engineCtrl=LOAD
engineCtrl=MODULE_PATH:/usr/lib/pkcs11/opensc-pkcs11.so
engineCtrl=INIT
[service]
engineNum=1
key=id_45</code></pre>
</dd>
<dt id="engineCtrl-COMMAND-:PARAMETER"><b>engineCtrl</b> = COMMAND[:PARAMETER]</dt>
<dd>
<p>control hardware engine</p>
<p>Special commands "LOAD" and "INIT" can be used to load and initialize the engine cryptogaphic module.</p>
</dd>
<dt id="engineDefault-TASK_LIST"><b>engineDefault</b> = TASK_LIST</dt>
<dd>
<p>set OpenSSL tasks delegated to the current engine</p>
<p>The parameter specifies a comma-separated list of task to be delegated to the current engine.</p>
<p>The following tasks may be available, if supported by the engine: ALL, RSA, DSA, ECDH, ECDSA, DH, RAND, CIPHERS, DIGESTS, PKEY, PKEY_CRYPTO, PKEY_ASN1.</p>
</dd>
<dt id="fips-yes-no"><b>fips</b> = yes | no</dt>
<dd>
<p>Enable or disable FIPS 140-2 mode.</p>
<p>This option allows you to disable entering FIPS mode if <b>stunnel</b> was compiled with FIPS 140-2 support.</p>
<p>default: no (since version 5.00)</p>
</dd>
<dt id="foreground-yes-no-Unix-only"><b>foreground</b> = yes | no (Unix only)</dt>
<dd>
<p>foreground mode</p>
<p>Stay in foreground (don't fork) and log to stderr instead of via syslog (unless <i>output</i> is specified).</p>
<p>default: background in daemon mode</p>
</dd>
<dt id="iconActive-ICON_FILE-GUI-only"><b>iconActive</b> = ICON_FILE (GUI only)</dt>
<dd>
<p>GUI icon to be displayed when there are established connections</p>
<p>On Windows platform the parameter should be an .ico file containing a 16x16 pixel image.</p>
</dd>
<dt id="iconError-ICON_FILE-GUI-only"><b>iconError</b> = ICON_FILE (GUI only)</dt>
<dd>
<p>GUI icon to be displayed when no valid configuration is loaded</p>
<p>On Windows platform the parameter should be an .ico file containing a 16x16 pixel image.</p>
</dd>
<dt id="iconIdle-ICON_FILE-GUI-only"><b>iconIdle</b> = ICON_FILE (GUI only)</dt>
<dd>
<p>GUI icon to be displayed when there are no established connections</p>
<p>On Windows platform the parameter should be an .ico file containing a 16x16 pixel image.</p>
</dd>
<dt id="log-append-overwrite"><b>log</b> = append | overwrite</dt>
<dd>
<p>log file handling</p>
<p>This option allows you to choose whether the log file (specified with the <i>output</i> option) is appended or overwritten when opened or re-opened.</p>
<p>default: append</p>
</dd>
<dt id="output-FILE"><b>output</b> = FILE</dt>
<dd>
<p>append log messages to a file</p>
<p>/dev/stdout device can be used to send log messages to the standard output (for example to log them with daemontools splogger).</p>
</dd>
<dt id="pid-FILE-Unix-only"><b>pid</b> = FILE (Unix only)</dt>
<dd>
<p>pid file location</p>
<p>If the argument is empty, then no pid file will be created.</p>
<p><i>pid</i> path is relative to the <i>chroot</i> directory if specified.</p>
</dd>
<dt id="RNDbytes-BYTES"><b>RNDbytes</b> = BYTES</dt>
<dd>
<p>bytes to read from random seed files</p>
<p>Number of bytes of data read from random seed files. With SSL versions less than <b>0.9.5a</b>, also determines how many bytes of data are considered sufficient to seed the PRNG. More recent <b>OpenSSL</b> versions have a builtin function to determine when sufficient randomness is available.</p>
</dd>
<dt id="RNDfile-FILE"><b>RNDfile</b> = FILE</dt>
<dd>
<p>path to file with random seed data</p>
<p>The SSL library will use data from this file first to seed the random number generator.</p>
</dd>
<dt id="RNDoverwrite-yes-no"><b>RNDoverwrite</b> = yes | no</dt>
<dd>
<p>overwrite the random seed files with new random data</p>
<p>default: yes</p>
</dd>
<dt id="service-SERVICE-Unix-only"><b>service</b> = SERVICE (Unix only)</dt>
<dd>
<p>stunnel service name</p>
<p>The specified service name is used for syslog and as the <i>inetd</i> mode service name for TCP Wrappers. While this option can technically be specified in the service sections, it is only useful in global options.</p>
<p>default: stunnel</p>
</dd>
<dt id="socket-a-l-r:OPTION-VALUE-:VALUE"><b>socket</b> = a|l|r:OPTION=VALUE[:VALUE]</dt>
<dd>
<p>Set an option on the accept/local/remote socket</p>
<p>The values for the linger option are l_onof:l_linger. The values for the time are tv_sec:tv_usec.</p>
<p>Examples:</p>
<pre><code> socket = l:SO_LINGER=1:60
set one minute timeout for closing local socket
socket = r:SO_OOBINLINE=yes
place out-of-band data directly into the
receive data stream for remote sockets
socket = a:SO_REUSEADDR=no
disable address reuse (enabled by default)
socket = a:SO_BINDTODEVICE=lo
only accept connections on loopback interface</code></pre>
</dd>
<dt id="syslog-yes-no-Unix-only"><b>syslog</b> = yes | no (Unix only)</dt>
<dd>
<p>enable logging via syslog</p>
<p>default: yes</p>
</dd>
<dt id="taskbar-yes-no-WIN32-only"><b>taskbar</b> = yes | no (WIN32 only)</dt>
<dd>
<p>enable the taskbar icon</p>
<p>default: yes</p>
</dd>
</dl>
<h2 id="SERVICE-LEVEL-OPTIONS">SERVICE-LEVEL OPTIONS</h2>
<p>Each configuration section begins with a service name in square brackets. The service name is used for libwrap (TCP Wrappers) access control and lets you distinguish <b>stunnel</b> services in your log files.</p>
<p>Note that if you wish to run <b>stunnel</b> in <i>inetd</i> mode (where it is provided a network socket by a server such as <i>inetd</i>, <i>xinetd</i>, or <i>tcpserver</i>) then you should read the section entitled <i>INETD MODE</i> below.</p>
<dl>
<dt id="accept-HOST:-PORT"><b>accept</b> = [HOST:]PORT</dt>
<dd>
<p>accept connections on specified address</p>
<p>If no host specified, defaults to all IPv4 addresses for the local host.</p>
<p>To listen on all IPv6 addresses use:</p>
<pre><code> accept = :::PORT</code></pre>
</dd>
<dt id="CApath-DIRECTORY"><b>CApath</b> = DIRECTORY</dt>
<dd>
<p>Certificate Authority directory</p>
<p>This is the directory in which <b>stunnel</b> will look for certificates when using the <i>verify</i> option. Note that the certificates in this directory should be named XXXXXXXX.0 where XXXXXXXX is the hash value of the DER encoded subject of the cert.</p>
<p>The hash algorithm has been changed in <b>OpenSSL 1.0.0</b>. It is required to c_rehash the directory on upgrade from <b>OpenSSL 0.x.x</b> to <b>OpenSSL 1.x.x</b>.</p>
<p><i>CApath</i> path is relative to the <i>chroot</i> directory if specified.</p>
</dd>
<dt id="CAfile-CERT_FILE"><b>CAfile</b> = CERT_FILE</dt>
<dd>
<p>Certificate Authority file</p>
<p>This file contains multiple CA certificates, used with the <i>verify</i> option.</p>
</dd>
<dt id="cert-PEM_FILE"><b>cert</b> = PEM_FILE</dt>
<dd>
<p>certificate chain PEM file name</p>
<p>The certificates must be in PEM format, and must be from the actual server/client certificate to the self-signed root CA certificate.</p>
<p>A certificate is required in server mode, and optional in client mode.</p>
</dd>
<dt id="checkEmail-EMAIL"><b>checkEmail</b> = EMAIL</dt>
<dd>
<p>email address of the peer certificate subject</p>
<p>Multiple <i>checkEmail</i> options are allowed in a single service section. Certificates are accepted if no <i>checkEmail</i> option was specified, or the email address of the peer certificate matches any of the email addresses specified with <i>checkEmail</i>.</p>
</dd>
<dt id="checkHost-HOST"><b>checkHost</b> = HOST</dt>
<dd>
<p>host of the peer certificate subject</p>
<p>Multiple <i>checkHost</i> options are allowed in a single service section. Certificates are accepted if no <i>checkHost</i> option was specified, or the host name of the peer certificate matches any of the hosts specified with <i>checkHost</i>.</p>
</dd>
<dt id="checkIP-IP"><b>checkIP</b> = IP</dt>
<dd>
<p>IP address of the peer certificate subject</p>
<p>Multiple <i>checkIP</i> options are allowed in a single service section. Certificates are accepted if no <i>checkIP</i> option was specified, or the IP address of the peer certificate matches any of the IP addresses specified with <i>checkIP</i>.</p>
</dd>
<dt id="ciphers-CIPHER_LIST"><b>ciphers</b> = CIPHER_LIST</dt>
<dd>
<p>Select permitted SSL ciphers</p>
<p>A colon-delimited list of the ciphers to allow in the SSL connection, for example DES-CBC3-SHA:IDEA-CBC-MD5.</p>
</dd>
<dt id="client-yes-no"><b>client</b> = yes | no</dt>
<dd>
<p>client mode (remote service uses SSL)</p>
<p>default: no (server mode)</p>
</dd>
<dt id="connect-HOST:-PORT"><b>connect</b> = [HOST:]PORT</dt>
<dd>
<p>connect to a remote address</p>
<p>If no host is specified, the host defaults to localhost.</p>
<p>Multiple <i>connect</i> options are allowed in a single service section.</p>
<p>If host resolves to multiple addresses and/or if multiple <i>connect</i> options are specified, then the remote address is chosen using a round-robin algorithm.</p>
</dd>
<dt id="CRLpath-DIRECTORY"><b>CRLpath</b> = DIRECTORY</dt>
<dd>
<p>Certificate Revocation Lists directory</p>
<p>This is the directory in which <b>stunnel</b> will look for CRLs when using the <i>verify</i> option. Note that the CRLs in this directory should be named XXXXXXXX.r0 where XXXXXXXX is the hash value of the CRL.</p>
<p>The hash algorithm has been changed in <b>OpenSSL 1.0.0</b>. It is required to c_rehash the directory on upgrade from <b>OpenSSL 0.x.x</b> to <b>OpenSSL 1.x.x</b>.</p>
<p><i>CRLpath</i> path is relative to the <i>chroot</i> directory if specified.</p>
</dd>
<dt id="CRLfile-CERT_FILE"><b>CRLfile</b> = CERT_FILE</dt>
<dd>
<p>Certificate Revocation Lists file</p>
<p>This file contains multiple CRLs, used with the <i>verify</i> option.</p>
</dd>
<dt id="curve-NID"><b>curve</b> = NID</dt>
<dd>
<p>specify ECDH curve name</p>
<p>To get a list of supported curves use:</p>
<pre><code> openssl ecparam -list_curves</code></pre>
<p>default: prime256v1</p>
</dd>
<dt id="logId-TYPE"><b>logId</b> = TYPE</dt>
<dd>
<p>connection identifier type</p>
<p>This identifier allows you to distinguish log entries generated for each of the connections.</p>
<p>Currently supported types:</p>
<dl>
<dt id="sequential"><i>sequential</i></dt>
<dd>
<p>The numeric sequential identifier is only unique within a single instance of <b>stunnel</b>, but very compact. It is most useful for manual log analysis.</p>
</dd>
<dt id="unique"><i>unique</i></dt>
<dd>
<p>This alphanumeric identifier is globally unique, but longer than the sequential number. It is most useful for automated log analysis.</p>
</dd>
<dt id="thread"><i>thread</i></dt>
<dd>
<p>The operating system thread identifier is neither unique (even within a single instance of <b>stunnel</b>) nor short. It is most useful for debugging software or configuration issues.</p>
</dd>
</dl>
<p>default: sequential</p>
</dd>
<dt id="debug-LEVEL"><b>debug</b> = LEVEL</dt>
<dd>
<p>debugging level</p>
<p>Level is a one of the syslog level names or numbers emerg (0), alert (1), crit (2), err (3), warning (4), notice (5), info (6), or debug (7). All logs for the specified level and all levels numerically less than it will be shown. Use <i>debug = debug</i> or <i>debug = 7</i> for greatest debugging output. The default is notice (5).</p>
</dd>
<dt id="delay-yes-no"><b>delay</b> = yes | no</dt>
<dd>
<p>delay DNS lookup for the <i>connect</i> option</p>
<p>This option is useful for dynamic DNS, or when DNS is not available during <b>stunnel</b> startup (road warrior VPN, dial-up configurations).</p>
<p>Delayed resolver mode is automatically engaged when stunnel fails to resolve on startup any of the <i>connect</i> targets for a service.</p>
<p>Delayed resolver inflicts <i>failover = prio</i>.</p>
<p>default: no</p>
</dd>
<dt id="engineId-ENGINE_ID"><b>engineId</b> = ENGINE_ID</dt>
<dd>
<p>select engine ID for the service</p>
</dd>
<dt id="engineNum-ENGINE_NUMBER"><b>engineNum</b> = ENGINE_NUMBER</dt>
<dd>
<p>select engine number for the service</p>
<p>The engines are numbered starting from 1.</p>
</dd>
<dt id="exec-EXECUTABLE_PATH"><b>exec</b> = EXECUTABLE_PATH</dt>
<dd>
<p>execute a local inetd-type program</p>
<p><i>exec</i> path is relative to the <i>chroot</i> directory if specified.</p>
<p>The following environmental variables are set on Unix platforms: REMOTE_HOST, REMOTE_PORT, SSL_CLIENT_DN, SSL_CLIENT_I_DN.</p>
</dd>
<dt id="execArgs-0-1-2"><b>execArgs</b> = $0 $1 $2 ...</dt>
<dd>
<p>arguments for <i>exec</i> including the program name ($0)</p>
<p>Quoting is currently not supported. Arguments are separated with an arbitrary amount of whitespace.</p>
</dd>
<dt id="failover-rr-prio"><b>failover</b> = rr | prio</dt>
<dd>
<p>Failover strategy for multiple "connect" targets.</p>
<pre><code> rr (round robin) - fair load distribution
prio (priority) - use the order specified in config file</code></pre>
<p>default: rr</p>
</dd>
<dt id="ident-USERNAME"><b>ident</b> = USERNAME</dt>
<dd>
<p>use IDENT (RFC 1413) username checking</p>
</dd>
<dt id="include-DIRECTORY"><b>include</b> = DIRECTORY</dt>
<dd>
<p>include all configuration file parts located in DIRECTORY</p>
<p>The files are included in the ascending alphabetical order of their names.</p>
</dd>
<dt id="key-KEY_FILE"><b>key</b> = KEY_FILE</dt>
<dd>
<p>private key for the certificate specified with <i>cert</i> option</p>
<p>A private key is needed to authenticate the certificate owner. Since this file should be kept secret it should only be readable by its owner. On Unix systems you can use the following command:</p>
<pre><code> chmod 600 keyfile</code></pre>
<p>default: the value of the <i>cert</i> option</p>
</dd>
<dt id="libwrap-yes-no"><b>libwrap</b> = yes | no</dt>
<dd>
<p>Enable or disable the use of /etc/hosts.allow and /etc/hosts.deny.</p>
<p>default: no (since version 5.00)</p>
</dd>
<dt id="local-HOST"><b>local</b> = HOST</dt>
<dd>
<p>By default, the IP address of the outgoing interface is used as the source for remote connections. Use this option to bind a static local IP address instead.</p>
</dd>
<dt id="sni-SERVICE:SERVER_PATTERN-server-mode"><b>sni</b> = SERVICE:SERVER_PATTERN (server mode)</dt>
<dd>
<p>Use the service as a slave service (a name-based virtual server) for Server Name Indication TLS extension (RFC 3546).</p>
<p><i>service_name</i> specifies the master service that accepts client connections with the <i>accept</i> option. <i>server_name_pattern</i> specifies the host name to be redirected. The pattern may start with the '*' character, e.g. '*.example.com'. Multiple slave services are normally specified for a single master service. The <i>sni</i> option can also be specified more than once within a single slave service.</p>
<p>This service, as well as the master service, may not be configured in client mode.</p>
<p>The <i>connect</i> option of the slave service is ignored when the <i>protocol</i> option is specified, as <i>protocol</i> connects to the remote host before TLS handshake.</p>
<p>Libwrap checks (Unix only) are performed twice: with the master service name after TCP connection is accepted, and with the slave service name during the TLS handshake.</p>
<p>The <i>sni</i> option is only available when compiled with <b>OpenSSL 1.0.0</b> and later.</p>
</dd>
<dt id="sni-SERVER-client-mode"><b>sni</b> = SERVER (client mode)</dt>
<dd>
<p>Use the parameter as the value of TLS Server Name Indication (RFC 3546) extension.</p>
<p>The <i>sni</i> option is only available when compiled with <b>OpenSSL 1.0.0</b> and later.</p>
</dd>
<dt id="OCSP-URL"><b>OCSP</b> = URL</dt>
<dd>
<p>select OCSP responder for certificate verification</p>
</dd>
<dt id="OCSPaia-yes-no"><b>OCSPaia</b> = yes | no</dt>
<dd>
<p>validate certificates with their AIA OCSP responders</p>
<p>This option enables <i>stunnel</i> to validate certificates with the list of OCSP responder URLs retrieved from their AIA (Authority Information Access) extension.</p>
</dd>
<dt id="OCSPflag-OCSP_FLAG"><b>OCSPflag</b> = OCSP_FLAG</dt>
<dd>
<p>specify OCSP responder flag</p>
<p>Several <i>OCSPflag</i> can be used to specify multiple flags.</p>
<p>currently supported flags: NOCERTS, NOINTERN NOSIGS, NOCHAIN, NOVERIFY, NOEXPLICIT, NOCASIGN, NODELEGATED, NOCHECKS, TRUSTOTHER, RESPID_KEY, NOTIME</p>
</dd>
<dt id="OCSPnonce-yes-no"><b>OCSPnonce</b> = yes | no</dt>
<dd>
<p>send and verify the OCSP nonce extension</p>
<p>This option protects the OCSP protocol against replay attacks. Due to its computational overhead, the nonce extension is usually only supported on internal (e.g. corporate) responders, and not on public OCSP responders.</p>
</dd>
<dt id="options-SSL_OPTIONS"><b>options</b> = SSL_OPTIONS</dt>
<dd>
<p><b>OpenSSL</b> library options</p>
<p>The parameter is the <b>OpenSSL</b> option name as described in the <i>SSL_CTX_set_options(3ssl)</i> manual, but without <i>SSL_OP_</i> prefix. <i>stunnel -options</i> lists the options found to be allowed in the current combination of <i>stunnel</i> and the <i>OpenSSL</i> library used to build it.</p>
<p>Several <i>options</i> can be used to specify multiple options. An option name can be prepended with a dash ("-") to disable the option.</p>
<p>For example, for compatibility with the erroneous Eudora SSL implementation, the following option can be used:</p>
<pre><code> options = DONT_INSERT_EMPTY_FRAGMENTS</code></pre>
<p>default:</p>
<pre><code> options = NO_SSLv2
options = NO_SSLv3</code></pre>
</dd>
<dt id="protocol-PROTO"><b>protocol</b> = PROTO</dt>
<dd>
<p>application protocol to negotiate SSL</p>
<p>This option enables initial, protocol-specific negotiation of the SSL/TLS encryption. The <i>protocol</i> option should not be used with SSL encryption on a separate port.</p>
<p>Currently supported protocols:</p>
<dl>
<dt id="cifs"><i>cifs</i></dt>
<dd>
<p>Proprietary (undocummented) extension of CIFS protocol implemented in Samba. Support for this extension was dropped in Samba 3.0.0.</p>
</dd>
<dt id="connect"><i>connect</i></dt>
<dd>
<p>Based on RFC 2817 - <i>Upgrading to TLS Within HTTP/1.1</i>, section 5.2 - <i>Requesting a Tunnel with CONNECT</i></p>
<p>This protocol is only supported in client mode.</p>
</dd>
<dt id="imap"><i>imap</i></dt>
<dd>
<p>Based on RFC 2595 - <i>Using TLS with IMAP, POP3 and ACAP</i></p>
</dd>
<dt id="nntp"><i>nntp</i></dt>
<dd>
<p>Based on RFC 4642 - <i>Using Transport Layer Security (TLS) with Network News Transfer Protocol (NNTP)</i></p>
<p>This protocol is only supported in client mode.</p>
</dd>
<dt id="pgsql"><i>pgsql</i></dt>
<dd>
<p>Based on <i>http://www.postgresql.org/docs/8.3/static/protocol-flow.html#AEN73982</i></p>
</dd>
<dt id="pop3"><i>pop3</i></dt>
<dd>
<p>Based on RFC 2449 - <i>POP3 Extension Mechanism</i></p>
</dd>
<dt id="proxy"><i>proxy</i></dt>
<dd>
<p>Haproxy client IP address <i>http://haproxy.1wt.eu/download/1.5/doc/proxy-protocol.txt</i></p>
</dd>
<dt id="smtp"><i>smtp</i></dt>
<dd>
<p>Based on RFC 2487 - <i>SMTP Service Extension for Secure SMTP over TLS</i></p>
</dd>
<dt id="socks"><i>socks</i></dt>
<dd>
<p>SOCKS versions 4, 4a, and 5 are supported. The SOCKS protocol itself is encapsulated within SSL/TLS encryption layer to protect the final destination address.</p>
<p><i>http://www.openssh.com/txt/socks4.protocol</i></p>
<p><i>http://www.openssh.com/txt/socks4a.protocol</i></p>
<p>The BIND command of the SOCKS protocol is not supported. The USERID parameter is ignored.</p>
<p>See Examples section for sample configuration files for VPN based on SOCKS encryption.</p>
</dd>
</dl>
</dd>
<dt id="protocolAuthentication-basic-ntlm"><b>protocolAuthentication</b> = basic | ntlm</dt>
<dd>
<p>authentication type for the protocol negotiations</p>
<p>Currently the authentication type only applies to the 'connect' protocol.</p>
<p>default: basic</p>
</dd>
<dt id="protocolDomain-DOMAIN"><b>protocolDomain</b> = DOMAIN</dt>
<dd>
<p>domain for the protocol negotiations</p>
<p>Currently the protocol domain only applies to the 'connect' protocol.</p>
</dd>
<dt id="protocolHost-HOST:PORT"><b>protocolHost</b> = HOST:PORT</dt>
<dd>
<p>destination address for the protocol negotiations</p>
<p><i>protocolHost</i> specifies the final SSL server to be connected to by the proxy, and not the proxy server directly connected by <b>stunnel</b>. The proxy server should be specified with the 'connect' option.</p>
<p>Currently the protocol destination address only applies to the 'connect' protocol.</p>
</dd>
<dt id="protocolPassword-PASSWORD"><b>protocolPassword</b> = PASSWORD</dt>
<dd>
<p>password for the protocol negotiations</p>
</dd>
<dt id="protocolUsername-USERNAME"><b>protocolUsername</b> = USERNAME</dt>
<dd>
<p>username for the protocol negotiations</p>
</dd>
<dt id="PSKidentity-IDENTITY"><b>PSKidentity</b> = IDENTITY</dt>
<dd>
<p>PSK identity for the PSK client</p>
<p><i>PSKidentity</i> can be used on <b>stunnel</b> clients to select the PSK identity used for authentication. This option is ignored in server sections.</p>
<p>default: the first identity specified in the <i>PSKsecrets</i> file.</p>
</dd>
<dt id="PSKsecrets-FILE"><b>PSKsecrets</b> = FILE</dt>
<dd>
<p>file with PSK identities and corresponding keys</p>
<p>Each line of the file in the following format:</p>
<pre><code> IDENTITY:KEY</code></pre>
<p>The key is required to be at least 20 characters long. The file should not be world-readable nor world-writable.</p>
</dd>
<dt id="pty-yes-no-Unix-only"><b>pty</b> = yes | no (Unix only)</dt>
<dd>
<p>allocate a pseudoterminal for 'exec' option</p>
</dd>
<dt id="redirect-HOST:-PORT"><b>redirect</b> = [HOST:]PORT</dt>
<dd>
<p>redirect SSL client connections on certificate-based authentication failures</p>
<p>This option only works in server mode. Some protocol negotiations are also incompatible with the <i>redirect</i> option.</p>
</dd>
<dt id="renegotiation-yes-no"><b>renegotiation</b> = yes | no</dt>
<dd>
<p>support SSL renegotiation</p>
<p>Applications of the SSL renegotiation include some authentication scenarios, or re-keying long lasting connections.</p>
<p>On the other hand this feature can facilitate a trivial CPU-exhaustion DoS attack:</p>
<p><i>http://vincent.bernat.im/en/blog/2011-ssl-dos-mitigation.html</i></p>
<p>Please note that disabling SSL renegotiation does not fully mitigate this issue.</p>
<p>default: yes (if supported by <b>OpenSSL</b>)</p>
</dd>
<dt id="reset-yes-no"><b>reset</b> = yes | no</dt>
<dd>
<p>attempt to use the TCP RST flag to indicate an error</p>
<p>This option is not supported on some platforms.</p>
<p>default: yes</p>
</dd>
<dt id="retry-yes-no"><b>retry</b> = yes | no</dt>
<dd>
<p>reconnect a connect+exec section after it was disconnected</p>
<p>default: no</p>
</dd>
<dt id="setgid-GROUP-Unix-only"><b>setgid</b> = GROUP (Unix only)</dt>
<dd>
<p>Unix group id</p>
<p>As a global option: setgid() to the specified group in daemon mode and clear all other groups.</p>
<p>As a service-level option: set the group of the Unix socket specified with "accept".</p>
</dd>
<dt id="setuid-USER-Unix-only"><b>setuid</b> = USER (Unix only)</dt>
<dd>
<p>Unix user id</p>
<p>As a global option: setuid() to the specified user in daemon mode.</p>
<p>As a service-level option: set the owner of the Unix socket specified with "accept".</p>
</dd>
<dt id="sessionCacheSize-NUM_ENTRIES"><b>sessionCacheSize</b> = NUM_ENTRIES</dt>
<dd>
<p>session cache size</p>
<p><i>sessionCacheSize</i> specifies the maximum number of the internal session cache entries.</p>
<p>The value of 0 can be used for unlimited size. It is not recommended for production use due to the risk of a memory exhaustion DoS attack.</p>
</dd>
<dt id="sessionCacheTimeout-TIMEOUT"><b>sessionCacheTimeout</b> = TIMEOUT</dt>
<dd>
<p>session cache timeout</p>
<p>This is the number of seconds to keep cached SSL sessions.</p>
</dd>
<dt id="sessiond-HOST:PORT"><b>sessiond</b> = HOST:PORT</dt>
<dd>
<p>address of sessiond SSL cache server</p>
</dd>
<dt id="sslVersion-SSL_VERSION"><b>sslVersion</b> = SSL_VERSION</dt>
<dd>
<p>select the SSL protocol version</p>
<p>Supported values: all, SSLv2, SSLv3, TLSv1, TLSv1.1, TLSv1.2</p>
<p>Availability of specific protocols depends on the linked OpenSSL library. Older versions of OpenSSL do not support TLSv1.1 and TLSv1.2. Newer versions of OpenSSL do not support SSLv2.</p>
<p>Obsolete SSLv2 and SSLv3 are currently disabled by default. See the <b>options</b> option documentation for details.</p>
</dd>
<dt id="stack-BYTES-except-for-FORK-model"><b>stack</b> = BYTES (except for FORK model)</dt>
<dd>
<p>thread stack size</p>
</dd>
<dt id="TIMEOUTbusy-SECONDS"><b>TIMEOUTbusy</b> = SECONDS</dt>
<dd>
<p>time to wait for expected data</p>
</dd>
<dt id="TIMEOUTclose-SECONDS"><b>TIMEOUTclose</b> = SECONDS</dt>
<dd>
<p>time to wait for close_notify (set to 0 for buggy MSIE)</p>
</dd>
<dt id="TIMEOUTconnect-SECONDS"><b>TIMEOUTconnect</b> = SECONDS</dt>
<dd>
<p>time to wait to connect to a remote host</p>
</dd>
<dt id="TIMEOUTidle-SECONDS"><b>TIMEOUTidle</b> = SECONDS</dt>
<dd>
<p>time to keep an idle connection</p>
</dd>
<dt id="transparent-none-source-destination-both-Unix-only"><b>transparent</b> = none | source | destination | both (Unix only)</dt>
<dd>
<p>enable transparent proxy support on selected platforms</p>
<p>Supported values:</p>
<dl>
<dt id="none"><i>none</i></dt>
<dd>
<p>Disable transparent proxy support. This is the default.</p>
</dd>
<dt id="source"><i>source</i></dt>
<dd>
<p>Re-write the address to appear as if a wrapped daemon is connecting from the SSL client machine instead of the machine running <b>stunnel</b>.</p>
<p>This option is currently available in:</p>
<dl>
<dt id="Remote-mode-connect-option-on-Linux-2.6.28">Remote mode (<i>connect</i> option) on <i>Linux >=2.6.28</i></dt>
<dd>
<p>This configuration requires <b>stunnel</b> to be executed as root and without the <i>setuid</i> option.</p>
<p>This configuration requires the following setup for iptables and routing (possibly in /etc/rc.local or equivalent file):</p>
<pre><code> iptables -t mangle -N DIVERT
iptables -t mangle -A PREROUTING -p tcp -m socket -j DIVERT
iptables -t mangle -A DIVERT -j MARK --set-mark 1
iptables -t mangle -A DIVERT -j ACCEPT
ip rule add fwmark 1 lookup 100
ip route add local 0.0.0.0/0 dev lo table 100
echo 0 >/proc/sys/net/ipv4/conf/lo/rp_filter</code></pre>
<p><b>stunnel</b> must also to be executed as root and without the <i>setuid</i> option.</p>
</dd>
<dt id="Remote-mode-connect-option-on-Linux-2.2.x">Remote mode (<i>connect</i> option) on <i>Linux 2.2.x</i></dt>
<dd>
<p>This configuration requires the kernel to be compiled with the <i>transparent proxy</i> option. Connected service must be installed on a separate host. Routing towards the clients has to go through the <b>stunnel</b> box.</p>
<p><b>stunnel</b> must also to be executed as root and without the <i>setuid</i> option.</p>
</dd>
<dt id="Remote-mode-connect-option-on-FreeBSD-8.0">Remote mode (<i>connect</i> option) on <i>FreeBSD >=8.0</i></dt>
<dd>
<p>This configuration requires additional firewall and routing setup. <b>stunnel</b> must also to be executed as root and without the <i>setuid</i> option.</p>
</dd>
<dt id="Local-mode-exec-option">Local mode (<i>exec</i> option)</dt>
<dd>
<p>This configuration works by pre-loading the <i>libstunnel.so</i> shared library. _RLD_LIST environment variable is used on Tru64, and LD_PRELOAD variable on other platforms.</p>
</dd>
</dl>
</dd>
<dt id="destination"><i>destination</i></dt>
<dd>
<p>The original destination is used instead of the <i>connect</i> option.</p>
<p>A service section for transparent destination may look like this:</p>
<pre><code> [transparent]
client=yes
accept=<stunnel_port>
transparent=destination</code></pre>
<p>This configuration requires iptables setup to work, possibly in /etc/rc.local or equivalent file.</p>
<p>For a connect target installed on the same host:</p>
<pre><code> /sbin/iptables -t nat -I OUTPUT -p tcp --dport <redirected_port> \
-m ! --uid-owner <stunnel_user_id> \
-j DNAT --to-destination <local_ip>:<stunnel_port></code></pre>
<p>For a connect target installed on a remote host:</p>
<pre><code> /sbin/iptables -I INPUT -i eth0 -p tcp --dport <stunnel_port> -j ACCEPT
/sbin/iptables -t nat -I PREROUTING -p tcp --dport <redirected_port> \
-i eth0 -j DNAT --to-destination <local_ip>:<stunnel_port></code></pre>
<p>The transparent destination option is currently only supported on Linux.</p>
</dd>
<dt id="both"><i>both</i></dt>
<dd>
<p>Use both <i>source</i> and <i>destination</i> transparent proxy.</p>
</dd>
</dl>
<p>Two legacy options are also supported for backward compatibility:</p>
<dl>
<dt id="yes"><i>yes</i></dt>
<dd>
<p>This option has been renamed to <i>source</i>.</p>
</dd>
<dt id="no"><i>no</i></dt>
<dd>
<p>This option has been renamed to <i>none</i>.</p>
</dd>
</dl>
</dd>
<dt id="verify-LEVEL"><b>verify</b> = LEVEL</dt>
<dd>
<p>verify the peer certificate</p>
<dl>
<dt id="level-0">level 0</dt>
<dd>
<p>Request and ignore the peer certificate.</p>
</dd>
<dt id="level-1">level 1</dt>
<dd>
<p>Verify the peer certificate if present.</p>
</dd>
<dt id="level-2">level 2</dt>
<dd>
<p>Verify the peer certificate.</p>
</dd>
<dt id="level-3">level 3</dt>
<dd>
<p>Verify the peer with locally installed certificate.</p>
</dd>
<dt id="level-4">level 4</dt>
<dd>
<p>Ignore the CA chain and only verify the peer certificate.</p>
</dd>
<dt id="default">default</dt>
<dd>
<p>No verify.</p>
</dd>
</dl>
<p>It is important to understand that this option was solely designed for access control and not for authorization. Specifically for level 2 every non-revoked certificate is accepted regardless of its Common Name. For this reason a dedicated CA should be used with level 2, and not a generic CA commonly used for webservers. Level 3 is preferred for point-to-point connections.</p>
</dd>
</dl>
<a href="#_podtop_"><h1 id="RETURN-VALUE">RETURN VALUE</h1></a>
<p><b>stunnel</b> returns zero on success, non-zero on error.</p>
<a href="#_podtop_"><h1 id="SIGNALS">SIGNALS</h1></a>
<p>The following signals can be used to control <b>stunnel</b> in Unix environment:</p>
<dl>
<dt id="SIGHUP">SIGHUP</dt>
<dd>
<p>Force a reload of the configuration file.</p>
<p>Some global options will not be reloaded:</p>
<ul>
<li><p>chroot</p>
</li>
<li><p>foreground</p>
</li>
<li><p>pid</p>
</li>
<li><p>setgid</p>
</li>
<li><p>setuid</p>
</li>
</ul>
<p>The use of the 'setuid' option will also prevent <b>stunnel</b> from binding to privileged (<1024) ports during configuration reloading.</p>
<p>When the 'chroot' option is used, <b>stunnel</b> will look for all its files (including the configuration file, certificates, the log file and the pid file) within the chroot jail.</p>
</dd>
<dt id="SIGUSR1">SIGUSR1</dt>
<dd>
<p>Close and reopen the <b>stunnel</b> log file. This function can be used for log rotation.</p>
</dd>
<dt id="SIGTERM-SIGQUIT-SIGINT">SIGTERM, SIGQUIT, SIGINT</dt>
<dd>
<p>Shut <b>stunnel</b> down.</p>
</dd>
</dl>
<p>The result of sending any other signals to the server is undefined.</p>
<a href="#_podtop_"><h1 id="EXAMPLES">EXAMPLES</h1></a>
<p>In order to provide SSL encapsulation to your local <i>imapd</i> service, use:</p>
<pre><code> [imapd]
accept = 993
exec = /usr/sbin/imapd
execArgs = imapd</code></pre>
<p>or in remote mode:</p>
<pre><code> [imapd]
accept = 993
connect = 143</code></pre>
<p>In order to let your local e-mail client connect to an SSL-enabled <i>imapd</i> service on another server, configure the e-mail client to connect to localhost on port 119 and use:</p>
<pre><code> [imap]
client = yes
accept = 143
connect = servername:993</code></pre>
<p>If you want to provide tunneling to your <i>pppd</i> daemon on port 2020, use something like:</p>
<pre><code> [vpn]
accept = 2020
exec = /usr/sbin/pppd
execArgs = pppd local
pty = yes</code></pre>
<p>If you want to use <b>stunnel</b> in <i>inetd</i> mode to launch your imapd process, you'd use this <i>stunnel.conf</i>. Note there must be no <i>[service_name]</i> section.</p>
<pre><code> exec = /usr/sbin/imapd
execArgs = imapd</code></pre>
<p>To setup SOCKS VPN configure the following client service:</p>
<pre><code> [socks_client]
client = yes
accept = 127.0.0.1:1080
connect = vpn_server:9080
verify = 4
CAfile = stunnel.pem</code></pre>
<p>The corresponding configuration on the vpn_server host:</p>
<pre><code> [socks_server]
protocol = socks
accept = 9080
cert = stunnel.pem
key = stunnel.key</code></pre>
<p>Now test your configuration on the client machine with:</p>
<pre><code> curl --socks4a localhost http://www.example.com/</code></pre>
<a href="#_podtop_"><h1 id="NOTES">NOTES</h1></a>
<h2 id="RESTRICTIONS">RESTRICTIONS</h2>
<p><b>stunnel</b> cannot be used for the FTP daemon because of the nature of the FTP protocol which utilizes multiple ports for data transfers. There are available SSL-enabled versions of FTP and telnet daemons, however.</p>
<h2 id="INETD-MODE">INETD MODE</h2>
<p>The most common use of <b>stunnel</b> is to listen on a network port and establish communication with either a new port via the connect option, or a new program via the <i>exec</i> option. However there is a special case when you wish to have some other program accept incoming connections and launch <b>stunnel</b>, for example with <i>inetd</i>, <i>xinetd</i>, or <i>tcpserver</i>.</p>
<p>For example, if you have the following line in <i>inetd.conf</i>:</p>
<pre><code> imaps stream tcp nowait root /usr/local/bin/stunnel stunnel /usr/local/etc/stunnel/imaps.conf</code></pre>
<p>In these cases, the <i>inetd</i>-style program is responsible for binding a network socket (<i>imaps</i> above) and handing it to <b>stunnel</b> when a connection is received. Thus you do not want <b>stunnel</b> to have any <i>accept</i> option. All the <i>Service Level Options</i> should be placed in the global options section, and no <i>[service_name]</i> section will be present. See the <i>EXAMPLES</i> section for example configurations.</p>
<h2 id="CERTIFICATES">CERTIFICATES</h2>
<p>Each SSL-enabled daemon needs to present a valid X.509 certificate to the peer. It also needs a private key to decrypt the incoming data. The easiest way to obtain a certificate and a key is to generate them with the free <b>OpenSSL</b> package. You can find more information on certificates generation on pages listed below.</p>
<p>The order of contents of the <i>.pem</i> file is important. It should contain the unencrypted private key first, then a signed certificate (not certificate request). There should also be empty lines after the certificate and the private key. Any plaintext certificate information appended on the top of generated certificate should be discarded. So the file should look like this:</p>
<pre><code> -----BEGIN RSA PRIVATE KEY-----
[encoded key]
-----END RSA PRIVATE KEY-----
[empty line]
-----BEGIN CERTIFICATE-----
[encoded certificate]
-----END CERTIFICATE-----
[empty line]</code></pre>
<h2 id="RANDOMNESS">RANDOMNESS</h2>
<p><b>stunnel</b> needs to seed the PRNG (pseudo-random number generator) in order for SSL to use good randomness. The following sources are loaded in order until sufficient random data has been gathered:</p>
<ul>
<li><p>The file specified with the <i>RNDfile</i> flag.</p>
</li>
<li><p>The file specified by the RANDFILE environment variable, if set.</p>
</li>
<li><p>The file .rnd in your home directory, if RANDFILE not set.</p>
</li>
<li><p>The file specified with '--with-random' at compile time.</p>
</li>
<li><p>The contents of the screen if running on Windows.</p>
</li>
<li><p>The egd socket specified with the <i>EGD</i> flag.</p>
</li>
<li><p>The egd socket specified with '--with-egd-sock' at compile time.</p>
</li>
<li><p>The /dev/urandom device.</p>
</li>
</ul>
<p>With recent (<b>OpenSSL 0.9.5a</b> or later) version of SSL it will stop loading random data automatically when sufficient entropy has been gathered. With previous versions it will continue to gather from all the above sources since no SSL function exists to tell when enough data is available.</p>
<p>Note that on Windows machines that do not have console user interaction (mouse movements, creating windows, etc.) the screen contents are not variable enough to be sufficient, and you should provide a random file for use with the <i>RNDfile</i> flag.</p>
<p>Note that the file specified with the <i>RNDfile</i> flag should contain random data -- that means it should contain different information each time <b>stunnel</b> is run. This is handled automatically unless the <i>RNDoverwrite</i> flag is used. If you wish to update this file manually, the <i>openssl rand</i> command in recent versions of <b>OpenSSL</b>, would be useful.</p>
<p>Important note: If /dev/urandom is available, <b>OpenSSL</b> often seeds the PRNG with it while checking the random state. On systems with /dev/urandom <b>OpenSSL</b> is likely to use it even though it is listed at the very bottom of the list above. This is the behaviour of <b>OpenSSL</b> and not <b>stunnel</b>.</p>
<h2 id="DH-PARAMETERS">DH PARAMETERS</h2>
<p><b>stunnel</b> 4.40 and later contains hardcoded 2048-bit DH parameters. Starting with <b>stunnel</b> 5.18, these hardcoded DH parameters are replaced every 24 hours with autogenerated temporary DH parameters. DH parameter generation may take several minutes.</p>
<p>Alternatively, it is possible to specify static DH parameters in the certificate file, which disables generating temporary DH parameters:</p>
<pre><code> openssl dhparam 2048 >> stunnel.pem</code></pre>
<a href="#_podtop_"><h1 id="FILES">FILES</h1></a>
<dl>
<dt id="sysconfdir-stunnel-stunnel.conf"><i>/usr/local/etc/stunnel/stunnel.conf</i></dt>
<dd>
<p><b>stunnel</b> configuration file</p>
</dd>
</dl>
<a href="#_podtop_"><h1 id="BUGS">BUGS</h1></a>
<p>The <i>execArgs</i> option and the Win32 command line do not support quoting.</p>
<a href="#_podtop_"><h1 id="SEE-ALSO">SEE ALSO</h1></a>
<dl>
<dt id="tcpd-8"><a href="http://man.he.net/man8/tcpd">tcpd(8)</a></dt>
<dd>
<p>access control facility for internet services</p>
</dd>
<dt id="inetd-8"><a href="http://man.he.net/man8/inetd">inetd(8)</a></dt>
<dd>
<p>internet 'super-server'</p>
</dd>
<dt id="http:-www.stunnel.org"><i>http://www.stunnel.org/</i></dt>
<dd>
<p><b>stunnel</b> homepage</p>
</dd>
<dt id="http:-www.openssl.org"><i>http://www.openssl.org/</i></dt>
<dd>
<p><b>OpenSSL</b> project website</p>
</dd>
</dl>
<a href="#_podtop_"><h1 id="AUTHOR">AUTHOR</h1></a>
<dl>
<dt id="Micha-Trojnara">Michał Trojnara</dt>
<dd>
<p><<i>[email protected]</i>></p>
</dd>
</dl>
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr><td class="_podblock_" style="background-color: #cccccc; color: #000" valign="middle">
<big><strong><span class="_podblock_"> stunnel TLS Proxy</span></strong></big>
</td></tr>
</table>
</body>
</html>
|
RossFamilyTree/evt/6/4/d15f6028e2ad095a3309d03f46.html | RossGammon/the-gammons.net | <!DOCTYPE html>
<html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-GB">
<title>Ross Gammon’s Family Tree - Events</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name ="apple-mobile-web-app-capable" content="yes" />
<meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" />
<meta name="author" content="" />
<link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" />
<link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1 id="SiteTitle">Ross Gammon’s Family Tree</h1>
</div>
<div class="wrapper" id="nav" role="navigation">
<div class="container">
<ul class="menu" id="dropmenu">
<li><a href="../../../individuals.html" title="Individuals">Individuals</a></li>
<li><a href="../../../index.html" title="Surnames">Surnames</a></li>
<li><a href="../../../families.html" title="Families">Families</a></li>
<li class = "CurrentSection"><a href="../../../events.html" title="Events">Events</a></li>
<li><a href="../../../places.html" title="Places">Places</a></li>
<li><a href="../../../sources.html" title="Sources">Sources</a></li>
<li><a href="../../../repositories.html" title="Repositories">Repositories</a></li>
<li><a href="../../../media.html" title="Media">Media</a></li>
<li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li>
</ul>
</div>
</div>
<div class="content" id="EventDetail">
<h3>Occupation</h3>
<table class="infolist eventlist">
<tbody>
<tr>
<td class="ColumnAttribute">Gramps ID</td>
<td class="ColumnGRAMPSID">E10234</td>
</tr>
<tr>
<td class="ColumnAttribute">Place</td>
<td class="ColumnColumnPlace">
<a href="../../../plc/0/8/d15f6028e2c4e74c0357eef9980.html" title="">
</a>
</td>
</tr>
</tbody>
</table>
<div class="subsection" id="references">
<h4>References</h4>
<ol class="Col1" role="Volume-n-Page"type = 1>
<li>
<a href="../../../ppl/3/d/d15f6028e02f12e1baf2a35ed3.html">
Martin, Michael
<span class="grampsid"> [455189651]</span>
</a>
</li>
</ol>
</div>
</div>
<div class="fullclear"></div>
<div id="footer">
<p id="createdate">
Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:54:43<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a>
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
hp/account/templates/account/notifications.html | debalance/hp | {% extends "account/base.html" %}
{% load i18n staticfiles bootstrap %}
{% block extrajs %}
{{ block.super }}
<script src="{% static 'account/js/notifications.js' %}"></script>
{% endblock extrajs %}
{% block extracss %}
{{ block.super }}
<link href="{% static 'account/css/notifications.css' %}" rel="stylesheet">
{% endblock extracss %}
{% block title %}{% trans "Notifications" %}{% endblock title %}
{% block content %}
<p>{% blocktrans %}We send out emails warning you if your account or a gpg key expires. You can turn off these warnings here.{% endblocktrans %}</p>
<p><strong>{% trans "Send me an email when:" %}</strong></p>
<form class="form-horizontal user-notifications" action="" method="post">{% csrf_token %}
{% for field in form %}
<div class="form-group">
<div class="col-sm-offset-1 col-sm-11">
<div class="checkbox">
<label>{{ field }} {{ field.label }} {% glyph_yes %}</label>
</div>
<p class="help-block">{{ field.help_text }}</p>
</div>
</div>
{% endfor %}
</form>
{% endblock content %}
|
ds9/doc/user/index.html | SAOImageDS9/SAOImageDS9 | <!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta name="GENERATOR" content="Mozilla/4.78 [en] (X11; U; Linux
2.4.7-10 i686) [Netscape]">
<title>DS9 Users Manual</title>
</head>
<body vlink="#551a8b" text="#000000" link="#0000ee" bgcolor="#ffffff"
alink="#ff0000">
<h2><img alt="" src="../sun.gif" width="100" height="98"
align="middle">SAOImageDS9 Users Manual</h2>
<p> The DS9 Users Manual leads the user step-by-step through many
features of ds9, such as data binning and contours. For an
in-depth description of all of ds9's capabilities, refer to the <a
href="../ref/index.html">Reference Manual</a> </p>
<ul type="none">
<li>
<p> <strong><a href="gui/index.html">Introduction to the ds9
Interface</a></strong> </p>
</li>
<li>
<p> <strong><a href="binning/index.html">Binning and Filtering
FITS Event Files</a></strong> </p>
</li>
<li>
<p> <strong><a href="contour/index.html">Contours</a></strong>
</p>
</li>
<li>
<p> <strong><a href="rgb/index.html">Create a True Color Image
in an RGB frame</a></strong> </p>
</li>
<li>
<p> <strong><a href="scripts/index.html">Scripting ds9</a></strong>
</p>
</li>
<li>
<p> <strong><a href="catalogs/index.html">Catalogs</a></strong>
</p>
</li>
</ul>
<p> If there are topics that you would like to see covered in the
Users Manual, please email: ds9help @ cfa.harvard.edu. </p>
</body>
</html>
|
wpilib/java/current/javadoc/edu/wpi/first/wpilibj/class-use/Timer.html | LSRobotics/2016Robot | <!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_11) on Tue Feb 24 14:31:53 EST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class edu.wpi.first.wpilibj.Timer (wpilibJavaFinal 0.1.0-SNAPSHOT API)</title>
<meta name="date" content="2015-02-24">
<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 edu.wpi.first.wpilibj.Timer (wpilibJavaFinal 0.1.0-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="../../../../../edu/wpi/first/wpilibj/Timer.html" title="class in edu.wpi.first.wpilibj">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?edu/wpi/first/wpilibj/class-use/Timer.html" target="_top">Frames</a></li>
<li><a href="Timer.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 edu.wpi.first.wpilibj.Timer" class="title">Uses of Class<br>edu.wpi.first.wpilibj.Timer</h2>
</div>
<div class="classUseContainer">No usage of edu.wpi.first.wpilibj.Timer</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="../../../../../edu/wpi/first/wpilibj/Timer.html" title="class in edu.wpi.first.wpilibj">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?edu/wpi/first/wpilibj/class-use/Timer.html" target="_top">Frames</a></li>
<li><a href="Timer.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. All rights reserved.</small></p>
</body>
</html>
|
RossFamilyTree/fam/b/c/d15f604c6c22a5c0b2e519650cb.html | RossGammon/the-gammons.net | <!DOCTYPE html>
<html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-GB">
<title>Ross Gammon’s Family Tree - Family of WALKER, \\ and HOWAT, Marjorie Hortle</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name ="apple-mobile-web-app-capable" content="yes" />
<meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" />
<meta name="author" content="" />
<link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" />
<link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1 id="SiteTitle">Ross Gammon’s Family Tree</h1>
</div>
<div class="wrapper" id="nav" role="navigation">
<div class="container">
<ul class="menu" id="dropmenu">
<li><a href="../../../individuals.html" title="Individuals">Individuals</a></li>
<li><a href="../../../index.html" title="Surnames">Surnames</a></li>
<li class = "CurrentSection"><a href="../../../families.html" title="Families">Families</a></li>
<li><a href="../../../events.html" title="Events">Events</a></li>
<li><a href="../../../places.html" title="Places">Places</a></li>
<li><a href="../../../sources.html" title="Sources">Sources</a></li>
<li><a href="../../../repositories.html" title="Repositories">Repositories</a></li>
<li><a href="../../../media.html" title="Media">Media</a></li>
<li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li>
</ul>
</div>
</div>
<div class="content" id="RelationshipDetail">
<h2>Family of WALKER, \\ and HOWAT, Marjorie Hortle<sup><small></small></sup></h2>
<div class="subsection" id="families">
<h4>Families</h4>
<table class="infolist">
<tr class="BeginFamily">
<td class="ColumnType">Unknown</td>
<td class="ColumnAttribute">Partner</td>
<td class="ColumnValue">
<a href="../../../ppl/6/3/d15f604c6da6432c046a46f6b36.html">WALKER, \\<span class="grampsid"> [I11232]</span></a>
</td>
</tr>
<tr class="BeginFamily">
<td class="ColumnType">Unknown</td>
<td class="ColumnAttribute">Partner</td>
<td class="ColumnValue">
<a href="../../../ppl/1/4/d15f604c6902803e4e6809b4c41.html">HOWAT, Marjorie Hortle<span class="grampsid"> [I11231]</span></a>
</td>
</tr>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue">
<table class="infolist eventlist">
<thead>
<tr>
<th class="ColumnEvent">Event</th>
<th class="ColumnDate">Date</th>
<th class="ColumnPlace">Place</th>
<th class="ColumnDescription">Description</th>
<th class="ColumnNotes">Notes</th>
<th class="ColumnSources">Sources</th>
</tr>
</thead>
<tbody>
<tr>
<td class="ColumnEvent">
<a href="../../../evt/f/5/d15f60d4a3d61888ef231c00f5f.html" title="Family (Primary)">
Family (Primary)
<span class="grampsid"> [E25386]</span>
</a>
</td>
<td class="ColumnDate"> </td>
<td class="ColumnPlace"> </td>
<td class="ColumnDescription"> </td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
<a href="#sref1a">1a</a>
</td>
</tr>
</tbody>
</table>
</td>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute">Attributes</td>
<td class="ColumnValue">
<table class="infolist attrlist">
<thead>
<tr>
<th class="ColumnType">Type</th>
<th class="ColumnValue">Value</th>
<th class="ColumnNotes">Notes</th>
<th class="ColumnSources">Sources</th>
</tr>
</thead>
<tbody>
<tr>
<td class="ColumnType">_UID</td>
<td class="ColumnValue">BAFEEF1B9C2AB54EB1DA34DA86DDAA447520</td>
<td class="ColumnNotes"><div></div></td>
<td class="ColumnSources"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tr>
</table>
</div>
<div class="subsection" id="attributes">
<h4>Attributes</h4>
<table class="infolist attrlist">
<thead>
<tr>
<th class="ColumnType">Type</th>
<th class="ColumnValue">Value</th>
<th class="ColumnNotes">Notes</th>
<th class="ColumnSources">Sources</th>
</tr>
</thead>
<tbody>
<tr>
<td class="ColumnType">_UID</td>
<td class="ColumnValue">BAFEEF1B9C2AB54EB1DA34DA86DDAA447520</td>
<td class="ColumnNotes"><div></div></td>
<td class="ColumnSources"> </td>
</tr>
</tbody>
</table>
</div>
<div class="subsection" id="sourcerefs">
<h4>Source References</h4>
<ol>
<li>
<a href="../../../src/4/2/d15f601149a2d1261a52adff124.html" title="Frank Lee: GEDCOM File : SarahLUCAS.ged" name ="sref1">
Frank Lee: GEDCOM File : SarahLUCAS.ged
<span class="grampsid"> [S0304]</span>
</a>
<ol>
<li id="sref1a">
<ul>
<li>
Confidence: Low
</li>
</ul>
</li>
</ol>
</li>
</ol>
</div>
</div>
<div class="fullclear"></div>
<div id="footer">
<p id="createdate">
Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:55:54<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a>
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
libopencm3/doc/stm32f3/html/crc__common__all_8c.html | Aghosh993/TARS_codebase | <!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>libopencm3: crc_common_all.c File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(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 id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">libopencm3
</div>
<div id="projectbrief">A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.</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>libopencm3</span></a></li>
<li><a href="pages.html"><span>General Information</span></a></li>
<li><a href="../../html/index.html"><span>Back to Top</span></a></li>
<li><a href="../../cm3/html/modules.html"><span>CM3 Core</span></a></li>
<li><a href="../../usb/html/modules.html"><span>Generic USB</span></a></li>
<li><a href="../../stm32f0/html/modules.html"><span>STM32F0</span></a></li>
<li><a href="../../stm32f1/html/modules.html"><span>STM32F1</span></a></li>
<li><a href="../../stm32f2/html/modules.html"><span>STM32F2</span></a></li>
<li><a href="modules.html"><span>STM32F3</span></a></li>
<li><a href="../../stm32f4/html/modules.html"><span>STM32F4</span></a></li>
<li><a href="../../stm32l0/html/modules.html"><span>STM32L0</span></a></li>
<li><a href="../../stm32l1/html/modules.html"><span>STM32L1</span></a></li>
<li><a href="../../lm3s/html/modules.html"><span>LM3S</span></a></li>
<li><a href="../../lm4f/html/modules.html"><span>LM4F</span></a></li>
<li><a href="../../lpc13xx/html/modules.html"><span>LPC13</span></a></li>
<li><a href="../../lpc17xx/html/modules.html"><span>LPC17</span></a></li>
<li><a href="../../lpc43xx/html/modules.html"><span>LPC43</span></a></li>
<li><a href="../../efm32g/html/modules.html"><span>EFM32 Gecko</span></a></li>
<li><a href="../../efm32gg/html/modules.html"><span>EFM32 Giant Gecko</span></a></li>
<li><a href="../../efm32lg/html/modules.html"><span>EFM32 Leopard Gecko</span></a></li>
<li><a href="../../efm32tg/html/modules.html"><span>EFM32 Tiny Gecko</span></a></li>
<li><a href="../../sam3a/html/modules.html"><span>SAM3A</span></a></li>
<li><a href="../../sam3n/html/modules.html"><span>SAM3N</span></a></li>
<li><a href="../../sam3s/html/modules.html"><span>SAM3S</span></a></li>
<li><a href="../../sam3u/html/modules.html"><span>SAM3U</span></a></li>
<li><a href="../../sam3x/html/modules.html"><span>SAM3X</span></a></li>
<li><a href="../../vf6xx/html/modules.html"><span>VF6XX</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</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('crc__common__all_8c.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">crc_common_all.c File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include <libopencm3/stm32/crc.h></code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for crc_common_all.c:</div>
<div class="dyncontent">
<div class="center"><img src="crc__common__all_8c__incl.png" border="0" usemap="#crc__common__all_8c" alt=""/></div>
<map name="crc__common__all_8c" id="crc__common__all_8c">
</map>
</div>
</div>
<p><a href="crc__common__all_8c_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:ga9b1b3754c7aac60163254b184f993501"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__crc__file.html#ga9b1b3754c7aac60163254b184f993501">crc_reset</a> (void)</td></tr>
<tr class="memdesc:ga9b1b3754c7aac60163254b184f993501"><td class="mdescLeft"> </td><td class="mdescRight">CRC Reset. <a href="group__crc__file.html#ga9b1b3754c7aac60163254b184f993501">More...</a><br /></td></tr>
<tr class="separator:ga9b1b3754c7aac60163254b184f993501"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:gabd1ee47183330de057df47d4aab2fc74"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group__crc__file.html#gabd1ee47183330de057df47d4aab2fc74">crc_calculate</a> (uint32_t data)</td></tr>
<tr class="memdesc:gabd1ee47183330de057df47d4aab2fc74"><td class="mdescLeft"> </td><td class="mdescRight">CRC Calculate. <a href="group__crc__file.html#gabd1ee47183330de057df47d4aab2fc74">More...</a><br /></td></tr>
<tr class="separator:gabd1ee47183330de057df47d4aab2fc74"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga88a426790ad1ae4a43a6019cdb247220"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group__crc__file.html#ga88a426790ad1ae4a43a6019cdb247220">crc_calculate_block</a> (uint32_t *datap, int size)</td></tr>
<tr class="memdesc:ga88a426790ad1ae4a43a6019cdb247220"><td class="mdescLeft"> </td><td class="mdescRight">CRC Calculate of a Block of Data. <a href="group__crc__file.html#ga88a426790ad1ae4a43a6019cdb247220">More...</a><br /></td></tr>
<tr class="separator:ga88a426790ad1ae4a43a6019cdb247220"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_97aefd0d527b934f1d99a682da8fe6a9.html">lib</a></li><li class="navelem"><a class="el" href="dir_4ec17005d2b9378bd9434f3627484c7d.html">stm32</a></li><li class="navelem"><a class="el" href="dir_205c2b2ce3ef6e2ec6e02a16510d5024.html">common</a></li><li class="navelem"><a class="el" href="crc__common__all_8c.html">crc_common_all.c</a></li>
<li class="footer">Generated on Sun May 8 2016 03:29:27 for libopencm3 by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
</ul>
</div>
</body>
</html>
|
src/components/Sidebar/styles.module.css | zanph/board | @import url("../../styles/base.css");
.sidebar {
display: flex;
flex-direction: column;
float: left;
height: 100vh;
width: var(--sidebar-width);
top: var(--topbar-height);
left: 0;
margin-right: 8px;
/*setting position to fixed resolves the sidebar not growing
* in height when the wrapper div grew (until the user refreshes
* or the scrollbar is clicked)
*/
position: fixed;
background: var(--sidebar-color);
box-shadow: 2px 0px 5px #888888;
}
.sidebar .heading {
order: 1;
padding: 0 10px;
}
.sidebar .heading h1 {
color: white;
font-size: 1.8em;
} |
RossFamilyTree/ppl/2/8/d15f70147bb74a31fb095879082.html | RossGammon/the-gammons.net | <!DOCTYPE html>
<html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-GB">
<title>Ross Gammon’s Family Tree - Schmiedel, Five Other Children</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name ="apple-mobile-web-app-capable" content="yes" />
<meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" />
<meta name="author" content="" />
<link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" />
<link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" />
<link href="../../../css/ancestortree.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1 id="SiteTitle">Ross Gammon’s Family Tree</h1>
</div>
<div class="wrapper" id="nav" role="navigation">
<div class="container">
<ul class="menu" id="dropmenu">
<li class = "CurrentSection"><a href="../../../individuals.html" title="Individuals">Individuals</a></li>
<li><a href="../../../index.html" title="Surnames">Surnames</a></li>
<li><a href="../../../families.html" title="Families">Families</a></li>
<li><a href="../../../events.html" title="Events">Events</a></li>
<li><a href="../../../places.html" title="Places">Places</a></li>
<li><a href="../../../sources.html" title="Sources">Sources</a></li>
<li><a href="../../../repositories.html" title="Repositories">Repositories</a></li>
<li><a href="../../../media.html" title="Media">Media</a></li>
<li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li>
</ul>
</div>
</div>
<div class="content" id="IndividualDetail">
<h3>Schmiedel, Five Other Children<sup><small></small></sup></h3>
<div id="summaryarea">
<table class="infolist">
<tr>
<td class="ColumnAttribute">Birth Name</td>
<td class="ColumnValue">
Schmiedel, Five Other Children
</td>
</tr>
<tr>
<td class="ColumnAttribute">Gramps ID</td>
<td class="ColumnValue">I13761</td>
</tr>
<tr>
<td class="ColumnAttribute">Gender</td>
<td class="ColumnValue">female</td>
</tr>
</table>
</div>
<div class="subsection" id="parents">
<h4>Parents</h4>
<table class="infolist">
<thead>
<tr>
<th class="ColumnAttribute">Relation to main person</th>
<th class="ColumnValue">Name</th>
<th class="ColumnValue">Relation within this family (if not by birth)</th>
</tr>
</thead>
<tbody>
</tbody>
<tr>
<td class="ColumnAttribute">Father</td>
<td class="ColumnValue">
<a href="../../../ppl/2/1/d15f70147932690144631b0a812.html">Schmiedel, Otto<span class="grampsid"> [I13759]</span></a>
</td>
</tr>
<tr>
<td class="ColumnAttribute">Mother</td>
<td class="ColumnValue">
<a href="../../../ppl/7/d/d15f70147a1d47a8033aa2dfd7.html">Böttcher<span class="grampsid"> [I13760]</span></a>
</td>
</tr>
<tr>
<td class="ColumnAttribute"> Sister</td>
<td class="ColumnValue"> <a href="../../../ppl/7/d/d15f70145d8622da1561fca24d7.html">Schmiedel, Toni Melanie<span class="grampsid"> [I13736]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue"> <a href="../../../ppl/2/8/d15f70147bb74a31fb095879082.html">Schmiedel, Five Other Children<span class="grampsid"> [I13761]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td class="ColumnAttribute">Father</td>
<td class="ColumnValue">
<a href="../../../ppl/2/1/d15f70147932690144631b0a812.html">Schmiedel, Otto<span class="grampsid"> [I13759]</span></a>
</td>
</tr>
<tr>
<td class="ColumnAttribute">Stepmother</td>
<td class="ColumnValue">
<a href="../../../ppl/b/c/d15f7014839248aee635dd50ecb.html">Idda<span class="grampsid"> [I13762]</span></a>
</td>
</tr>
</table>
</div>
<div class="subsection" id="pedigree">
<h4>Pedigree</h4>
<ol class="pedigreegen">
<li>
<a href="../../../ppl/2/1/d15f70147932690144631b0a812.html">Schmiedel, Otto<span class="grampsid"> [I13759]</span></a>
<ol>
<li class="spouse">
<a href="../../../ppl/7/d/d15f70147a1d47a8033aa2dfd7.html">Böttcher<span class="grampsid"> [I13760]</span></a>
<ol>
<li class="thisperson">
Schmiedel, Five Other Children
</li>
<li>
<a href="../../../ppl/7/d/d15f70145d8622da1561fca24d7.html">Schmiedel, Toni Melanie<span class="grampsid"> [I13736]</span></a>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</div>
<div class="subsection" id="tree">
<h4>Ancestors</h4>
<div id="treeContainer" style="width:735px; height:602px;">
<div class="boxbg female AncCol0" style="top: 269px; left: 6px;">
<a class="noThumb" href="../../../ppl/2/8/d15f70147bb74a31fb095879082.html">
Schmiedel, Five Other Children
</a>
</div>
<div class="shadow" style="top: 274px; left: 10px;"></div>
<div class="bvline" style="top: 301px; left: 165px; width: 15px"></div>
<div class="gvline" style="top: 306px; left: 165px; width: 20px"></div>
<div class="boxbg male AncCol1" style="top: 119px; left: 196px;">
<a class="noThumb" href="../../../ppl/2/1/d15f70147932690144631b0a812.html">
Schmiedel, Otto
</a>
</div>
<div class="shadow" style="top: 124px; left: 200px;"></div>
<div class="bvline" style="top: 151px; left: 180px; width: 15px;"></div>
<div class="gvline" style="top: 156px; left: 185px; width: 20px;"></div>
<div class="bhline" style="top: 151px; left: 180px; height: 150px;"></div>
<div class="gvline" style="top: 156px; left: 185px; height: 150px;"></div>
<div class="boxbg female AncCol1" style="top: 419px; left: 196px;">
<a class="noThumb" href="../../../ppl/7/d/d15f70147a1d47a8033aa2dfd7.html">
Böttcher
</a>
</div>
<div class="shadow" style="top: 424px; left: 200px;"></div>
<div class="bvline" style="top: 451px; left: 180px; width: 15px;"></div>
<div class="gvline" style="top: 456px; left: 185px; width: 20px;"></div>
<div class="bhline" style="top: 301px; left: 180px; height: 150px;"></div>
<div class="gvline" style="top: 306px; left: 185px; height: 150px;"></div>
</div>
</div>
</div>
<div class="fullclear"></div>
<div id="footer">
<p id="createdate">
Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 20:18:58<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a>
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
lib/JasperReport/docs/api/net/sf/jasperreports/search/class-use/LuceneSimpleAnalyzer.html | MHTaleb/Encologim | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ro">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 20 18:37:22 EEST 2016 -->
<title>Uses of Class net.sf.jasperreports.search.LuceneSimpleAnalyzer (JasperReports 6.3.0 API)</title>
<meta name="date" content="2016-06-20">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class net.sf.jasperreports.search.LuceneSimpleAnalyzer (JasperReports 6.3.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../net/sf/jasperreports/search/LuceneSimpleAnalyzer.html" title="class in net.sf.jasperreports.search">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?net/sf/jasperreports/search/class-use/LuceneSimpleAnalyzer.html" target="_top">Frames</a></li>
<li><a href="LuceneSimpleAnalyzer.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 net.sf.jasperreports.search.LuceneSimpleAnalyzer" class="title">Uses of Class<br>net.sf.jasperreports.search.LuceneSimpleAnalyzer</h2>
</div>
<div class="classUseContainer">No usage of net.sf.jasperreports.search.LuceneSimpleAnalyzer</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="../../../../../net/sf/jasperreports/search/LuceneSimpleAnalyzer.html" title="class in net.sf.jasperreports.search">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?net/sf/jasperreports/search/class-use/LuceneSimpleAnalyzer.html" target="_top">Frames</a></li>
<li><a href="LuceneSimpleAnalyzer.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>
<span style="font-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:8pt;font-style:normal;color:#000000;">© 2001 - 2016 TIBCO Software Inc. <a href="http://www.jaspersoft.com" target="_blank" style="color:#000000;">www.jaspersoft.com</a></span>
</small></p>
</body>
</html>
|
apps/src/intranet/moodle/lang/es_utf8/help/glossary/linkcategory.html | carpe-diem/conectar-igualdad-server-apps | <P ALIGN=CENTER><b>Categorías con enlaces automáticos</b></P>
<P>Puede especificar si desea que las categorías tengan enlaces automáticos o
no.</p>
<P>Nota: Las categorías tienen enlaces basados en la sensibilidad del caso,
como el emparejamiento.</p>
|
app/views/index.scala.html | benhalton/angular-play-mongo-starter | <!DOCTYPE html>
@import play.api.Play.current
<html data-ng-app="angular-play-mongo" data-ng-controller="AppCtrl">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>WSET Systematic Approach to Tasting</title>
<link rel="stylesheet" media="screen" href="@routes.Assets.at("third/bootstrap/css/bootstrap.min.css")">
<link rel="stylesheet" media="screen" href="@routes.Assets.at("third/bootstrap/css/bootstrap-theme.min.css")">
<link rel="stylesheet" media="screen" href="@routes.Assets.at("stylesheets/wset-sat.min.css")">
<link rel="shortcut icon" type="image/png" href="@routes.Assets.at("images/favicon.png")">
<base href="/">
</head>
<body>
<!-- Wrap all page content here -->
<div id="wrap">
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#" data-ng-click="go('/')">WSET-SAT</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#" data-ng-click="go('/')">Home</a></li>
<li data-ng-show="!user.isLoggedIn"><a href="#" data-ng-click="go('/login')">Login</a></li>
<li data-ng-show="!user.isLoggedIn"><a href="#" data-ng-click="go('/register')">Register</a></li>
<li data-ng-show="user.isLoggedIn"><a href="#" data-ng-click="go('/notes')">My Notes</a></li>
<li class="dropdown" data-ng-show="user.isLoggedIn">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Create Note<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#" data-ng-click="go('/notes/new/lvl2')">WSET Level 2</a></li>
<li><a href="#" data-ng-click="go('/notes/new/lvl3')">WSET Level 3</a></li>
<li><a href="#" data-ng-click="go('/notes/new/lvl4')">WSET Level 4 (Diploma)</a></li>
</ul>
</li>
<li><a id="contact-tab" href="#" data-ng-click="go('/contact')">Contact</a></li>
<li data-ng-show="user.isLoggedIn"><a href="#" data-ng-click="user.logout()">Logout</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- Begin page content -->
<div class="container">
<div data-ng-view></div>
</div>
</div>
<div id="footer">
<div class="container">
<p class="text-muted">Your footer here</p>
</div>
</div>
<script src="@routes.Assets.at("third/jquery/jquery-1.11.0.min.js")" type="text/javascript"></script>
<script src="@routes.Assets.at("third/bootstrap/js/bootstrap.min.js")" type="text/javascript"></script>
<script src="@routes.Assets.at("third/angularjs/angular.min.js")" type="text/javascript"></script>
<script src="@routes.Assets.at("third/angularjs/angular-resource.min.js")" type="text/javascript"></script>
<script src="@routes.Assets.at("third/angularjs/angular-route.min.js")" type="text/javascript"></script>
<script src="@routes.Assets.at("third/angularjs/angular-cookies.min.js")" type="text/javascript"></script>
@defining(if(play.api.Play.isProd) ".min" else "" ) { fileExt =>
<script src="@routes.Assets.at("javascripts/main" + fileExt + ".js")" type="text/javascript"></script>
}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
//prod version
ga('create', 'UA-XXXXXXXX-1', 'foo.com');
//local test version
//ga('create', 'UA-XXXXXXX-1', {'cookieDomain': 'none'});
</script>
</body>
</html> |
src/static/css/jquery.asmselect.css | aubzen/sheltermanager | .asmContainer {
/* container that surrounds entire asmSelect widget */
}
.asmSelect {
/* the newly created regular 'select' */
display: inline;
}
.asmOptionDisabled {
/* disabled options in new select */
color: #999;
}
.asmHighlight {
/* the highlight span */
padding: 0;
margin: 0 0 0 1em;
}
.asmList {
/* html list that contains selected items */
margin: 0.25em 0 1em 0;
position: relative;
display: block;
padding-left: 0;
list-style: none;
}
.asmListItem {
/* li item from the html list above */
position: relative;
margin-left: 0;
padding-left: 0;
list-style: none;
background: #ddd;
border: 1px solid #bbb;
width: 100%;
margin: 0 0 -1px 0;
line-height: 1em;
}
.asmListItem:hover {
background-color: #e5e5e5;
}
.asmListItemLabel {
/* this is a span that surrounds the text in the item, except for the remove link */
padding: 5px;
display: block;
}
.asmListSortable .asmListItemLabel {
cursor: move;
}
.asmListItemRemove {
/* the remove link in each list item */
position: absolute;
right: 0;
top: 0;
padding: 5px;
}
.bsmListSortableCustom li {
cursor: move;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 2px 0;
}
.bsmList-custom {
/* html list that contains selected items */
margin: 0.25em 0 0.25em 0;
display: block;
padding-left: 0;
list-style: none;
}
.bsmListItem-custom {
/* li item from the html list above */
margin: 0 5px 5px 0;
padding: 4px;
list-style: none;
background: #ddd;
border: 1px solid #bbb;
color: #000;
cursor: move;
line-height: 1em;
float: left;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.bsmListItem-custom:hover {
background-color: #e5e5e5;
box-shadow: 0 0 3px #aaa;
-webkit-box-shadow: 0 0 3px #aaa;
-moz-box-shadow: 0 0 3px #aaa;
}
.bsmListItemLabel-custom {
padding-right: 5px;
}
.bsmListItemRemove-custom {
text-decoration: none;
color: #ff0000 !important;
}
|
schedule/week_3/pitt-ceteicean/simpleTest.html | Pittsburgh-NEH-Institute/Institute-Materials-2017 | <html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/CETEIcean.css" media="screen" charset="utf-8">
</head>
<body>
<div id="TEI">
Sadly, this page will not work in Internet Explorer and some older browsers. We suggest you use a newer version of Chrome or Firefox.
</div>
<script src="js/CETEI.js"></script>
<script>
var CETEIcean = new CETEI();
CETEIcean.getHTML5('testTEI.xml', function(data) {
document.getElementById("TEI").innerHTML = "";
document.getElementById("TEI").appendChild(data);
CETEIcean.addStyle(document, data);
});
// Alternatively, use then()
// (new CETEI).getHTML5('testTEI.xml').then(function(data){
// document.getElementById("TEI").appendChild(data);
// });
</script>
</body>
</html>
|
Manual/script-SelectableNavigation.html | rakuten/Uinty3D-Docs-zhcn | <!DOCTYPE html><html lang="en" class="no-js">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unity - Manual: Navigation Options</title>
<meta name="description" content="Develop once, publish everywhere! Unity is the ultimate tool for video game development, architectural visualizations, and interactive media installations - publish to the web, Windows, OS X, Wii, Xbox 360, and iPhone with many more platforms to come.">
<meta name="author" content="Unity Technologies">
<link rel="shortcut icon" href="../StaticFilesManual/images/favicons/favicon.ico">
<link rel="icon" type="image/png" href="../StaticFilesManual/images/favicons/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../StaticFilesManual/images/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../StaticFilesManual/images/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="../StaticFilesManual/images/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../StaticFilesManual/images/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../StaticFilesManual/images/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon-precomposed" href="../StaticFilesManual/images/favicons/apple-touch-icon.png">
<meta name="msapplication-TileColor" content="#222c37">
<meta name="msapplication-TileImage" content="../StaticFilesManual/images/favicons/tileicon-144x144.png">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2854981-1']);
_gaq.push(['_setDomainName', 'unity3d.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script><script type="text/javascript" src="../StaticFilesManual/js/jquery.js"></script><script type="text/javascript" src="../StaticFilesManual/js/core.js"></script><script type="text/javascript" src="../StaticFilesManual/js/highlight.js"></script><script type="text/javascript" src="docdata/toc.js"></script><script type="text/javascript" src="docdata/global_toc.js"></script><script>hljs.initHighlightingOnLoad();</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="../StaticFilesManual/css/core.css">
</head>
<body>
<div class="header-wrapper">
<div id="header" class="header"><div class="content">
<div class="spacer"><div class="menu">
<div class="logo"><a href="http://docs.unity3d.com"></a></div>
<div class="search-form"><form action="30_search.html" method="get" class="apisearch">
<input type="text" name="q" placeholder="Search manual..." autosave="Unity Reference" results="5" class="sbox field" id="q"><input type="submit" class="submit">
</form></div>
<ul>
<li><a href="http://docs.unity3d.com">Overview</a></li>
<li><a href="../Manual/index.html" class="selected">Manual</a></li>
<li><a href="../ScriptReference/index.html">Scripting API</a></li>
</ul>
</div></div>
<div class="more">
<div class="filler"></div>
<ul><li><a href="http://unity3d.com/">unity3d.com</a></li></ul>
</div>
</div></div>
<div class="toolbar"><div class="content"><div class="lang-switcher">
<div class="current toggle" data-target=".lang-list">
<div class="lbl">Language: <span class="b">English</span>
</div>
<div class="arrow"></div>
</div>
<div class="lang-list" style="display:none;"><ul>
<li><a href="/Manual/script-SelectableNavigation.html">English</a></li>
<li><a href="/es/current/Manual/script-SelectableNavigation.html">Español</a></li>
<li><a href="/ru/current/Manual/script-SelectableNavigation.html">Русский</a></li>
</ul></div>
</div></div></div>
</div>
<div id="master-wrapper" class="master-wrapper clear">
<div id="sidebar" class="sidebar"><div class="sidebar-wrap"><div class="content"><div class="sidebar-menu"><div class="toc"><h2>Unity Manual</h2></div></div></div></div></div>
<div id="content-wrap" class="content-wrap"><div class="content-block"><div class="content">
<div class="section">
<div class="breadcrumbs clear"><ul>
<li><a href="UnityManualRestructured.html">Unity Manual</a></li>
<li><a href="UISystem.html">UI</a></li>
<li><a href="UIReference.html"> UI Reference</a></li>
<li><a href="comp-UIInteraction.html"> Interaction Components</a></li>
<li><a href="script-Selectable.html"> Selectable Base Class</a></li>
<li> Navigation Options</li>
</ul></div>
<div class="mb20"><div class="nextprev clear">
<div class="icon tt left mr1" data-distance="-40|-30|top">
<span class="prev"><a href="script-SelectableTransition.html"></a></span><div class="tip"> Transition Options</div>
</div>
<div class="icon tt right" data-distance="-40|-30|top">
<span class="next"><a href="script-Button.html"></a></span><div class="tip">Button</div>
</div>
</div></div>
<h1>Navigation Options</h1>
<div class="suggest">
<a class="blue-btn sbtn">Suggest a change</a>
<div class="suggest-wrap rel hide">
<div class="loading hide">
<div></div>
<div></div>
<div></div>
</div>
<div class="suggest-success hide">
<h2>Success!</h2>
<p>Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.</p>
<a class="gray-btn sbtn close">Close</a>
</div>
<div class="suggest-failed hide">
<h2>Sumbission failed</h2>
<p>For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.</p>
<a class="gray-btn sbtn close">Close</a>
</div>
<div class="suggest-form clear">
<label for="suggest_name">Your name</label>
<input id="suggest_name" type="text">
<label for="suggest_email">Your email</label>
<input id="suggest_email" type="email">
<label for="suggest_body" class="clear">Suggestion <span class="r">*</span></label>
<textarea id="suggest_body" class="req"></textarea>
<button id="suggest_submit" class="blue-btn mr10">Submit suggestion</button>
<p class="mb0"><a class="cancel left lh42 cn">Cancel</a></p>
</div>
</div>
</div>
<!--BeginSwitchLink--><!--EndSwitchLink-->
<div class="clear"></div>
<figure>
<img src="../uploads/Main/UI_SelectableNavigation.png" alt="">
<figcaption></figcaption></figure>
<table>
<colgroup>
<col style="text-align:left;">
<col style="text-align:left;">
</colgroup>
<thead>
<tr>
<th style="text-align:left;"><strong><em>Property:</em></strong></th>
<th style="text-align:left;"><strong><em>Function:</em></strong></th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left;"><span class="doc-prop">Navigation</span></td>
<td style="text-align:left;">The Navigation options refers to how the navigation of UI elements in play mode will be controlled.</td>
</tr>
<tr>
<td style="text-align:left;"><span class="doc-prop">None</span></td>
<td style="text-align:left;">No keyboard navigation</td>
</tr>
<tr>
<td style="text-align:left;"><span class="doc-prop">Horizontal</span></td>
<td style="text-align:left;">Navigates Horizontally</td>
</tr>
<tr>
<td style="text-align:left;"><span class="doc-prop">Vertical</span></td>
<td style="text-align:left;">Navigates Vertically</td>
</tr>
<tr>
<td style="text-align:left;"><span class="doc-prop">Automatic</span></td>
<td style="text-align:left;">Automatic Navigation</td>
</tr>
<tr>
<td style="text-align:left;"><span class="doc-prop">Explicit</span></td>
<td style="text-align:left;">In this mode you can explicitly specify where the control navigates to for different arrow keys.</td>
</tr>
<tr>
<td style="text-align:left;"><span class="doc-prop">Visualize</span></td>
<td style="text-align:left;">Selecting Visualize gives you a visual representation of the navigation you have set up in the scene window. See below.</td>
</tr>
</tbody>
</table>
<figure>
<img src="../uploads/Main/UI_SelectableNavigationExplicit.png" alt="">
<figcaption></figcaption></figure>
<figure>
<img src="../uploads/Main/GUIVisualizeNavigation.png" alt="Scene window showing the visualized navigation connections">
<figcaption>Scene window showing the visualized navigation connections</figcaption></figure>
<div class="nextprev clear">
<div class="icon tt left mr1" data-distance="-40|-30|top">
<span class="prev"><a href="script-SelectableTransition.html"></a></span><div class="tip"> Transition Options</div>
</div>
<div class="icon tt right" data-distance="-40|-30|top">
<span class="next"><a href="script-Button.html"></a></span><div class="tip">Button</div>
</div>
</div>
</div>
<div class="footer-wrapper"><div class="footer clear">
<div class="copy">Copyright © 2014 Unity Technologies</div>
<div class="menu">
<a href="http://unity3d.com/learn">Learn</a><a href="http://unity3d.com/community">Community</a><a href="http://unity3d.com/asset-store">Asset Store</a><a href="https://store.unity3d.com">Buy</a><a href="http://unity3d.com/unity/download">Download</a>
</div>
</div></div>
</div></div></div>
</div>
</body>
</html>
|
blog/importancia-y-calidad-de-los-parques-y-plazas-en-torreon.html | TRCIMPLAN/trcimplan.github.io | <!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<!-- ===================================================================================================
Instituto Municipal de Planeación y Competitividad (IMPLAN) de Torreón.
3er. generación de la Plataforma del Conocimiento
Desarrollado por Ing. Guillermo Valdés Lozano <guivaloz en movimientolibre.com>
El software que lo construye está bajo la licencia GPL versión 3. © 2014, 2015, 2016, 2017.
Una copia está contenida en el archivo LICENCE al bajar desde GitHub.
Al usar, estudiar y copiar está aceptando los términos de uso de la información y del sitio web:
http://www.trcimplan.gob.mx/terminos/terminos-informacion.html
http://www.trcimplan.gob.mx/terminos/terminos-sitio.html
Descargue, estudie y colabore bajando todo este sitio web:
IMPLAN Torreón https://github.com/TRCIMPLAN/trcimplan.github.io
Agradecemos y compartimos las tecnologías abiertas y gratuitas sobre las que se basa:
PHP http://php.net
Twitter Bootstrap http://getbootstrap.com
StartBootStrap http://startbootstrap.com
Morris.js https://morrisjs.github.io/morris.js/
Font Awesome http://fontawesome.io
DataTables https://www.datatables.net
Carto https://carto.com
GitHub https://github.com
=================================================================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Torreón cuenta actualmente con tres parques metropolitanos: el Bosque Venustiano Carranza, el Bosque Urbano F. Madero y el Metroparque Río Nazas. Como Parques Vecinales se contabilizan 563, destacando el Parque la Tortuga, la Plaza Kennedy y Plaza de Eco.">
<meta name="author" content="Arq. Cecilio Pedro Secunza Schott, Arq. Teresita Benítez Saludado">
<meta name="keywords" content="IMPLAN, Torreon, Parques, Areas Verdes">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Importancia y calidad de los parques y plazas en Torreón - IMPLAN Torreón">
<meta name="twitter:description" content="Torreón cuenta actualmente con tres parques metropolitanos: el Bosque Venustiano Carranza, el Bosque Urbano F. Madero y el Metroparque Río Nazas. Como Parques Vecinales se contabilizan 563, destacando el Parque la Tortuga, la Plaza Kennedy y Plaza de Eco.">
<meta name="twitter:image" content="http://www.trcimplan.gob.mx/blog/importancia-y-calidad-de-los-parques-y-plazas-en-torreon/imagen-previa.jpg">
<meta name="twitter:url" content="http://www.trcimplan.gob.mx/blog/importancia-y-calidad-de-los-parques-y-plazas-en-torreon.html">
<meta name="og:title" content="Importancia y calidad de los parques y plazas en Torreón - IMPLAN Torreón">
<meta name="og:description" content="Torreón cuenta actualmente con tres parques metropolitanos: el Bosque Venustiano Carranza, el Bosque Urbano F. Madero y el Metroparque Río Nazas. Como Parques Vecinales se contabilizan 563, destacando el Parque la Tortuga, la Plaza Kennedy y Plaza de Eco.">
<meta name="og:image" content="http://www.trcimplan.gob.mx/blog/importancia-y-calidad-de-los-parques-y-plazas-en-torreon/imagen-previa.jpg">
<meta name="og:url" content="http://www.trcimplan.gob.mx/blog/importancia-y-calidad-de-los-parques-y-plazas-en-torreon.html">
<title>Importancia y calidad de los parques y plazas en Torreón - IMPLAN Torreón</title>
<link rel="shortcut icon" type="image/x-icon" href="../imagenes/apple-touch-icon.png">
<link rel="apple-touch-icon" href="../imagenes/apple-touch-icon.png">
<link rel="apple-touch-icon" href="../imagenes/apple-touch-icon-76x76.png" sizes="76x76">
<link rel="apple-touch-icon" href="../imagenes/apple-touch-icon-120x120.png" sizes="120x120">
<link rel="apple-touch-icon" href="../imagenes/apple-touch-icon-152x152.png" sizes="152x152">
<link rel="apple-touch-icon" href="../imagenes/apple-touch-icon-180x180.png" sizes="180x180">
<link rel="icon" href="../imagenes/icon-hires.png" sizes="192x192">
<link rel="icon" href="../imagenes/icon-normal.png" sizes="128x128">
<link rel="alternate" type="application/rss+xml" href="../rss.xml" title="IMPLAN Torreón">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../vendor/metisMenu/metisMenu.min.css">
<link rel="stylesheet" type="text/css" href="../vendor/datatables-plugins/dataTables.bootstrap.css">
<link rel="stylesheet" type="text/css" href="../vendor/morrisjs/morris.css">
<link rel="stylesheet" type="text/css" href="../vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="../dist/css/sb-admin-2.min.css">
<link rel="stylesheet" type="text/css" href="../dist/css/plataforma-de-conocimiento.css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Noto+Sans|Roboto+Condensed:400,700">
<link rel="stylesheet" type="text/css" href="http://libs.cartocdn.com/cartodb.js/v3/3.15/themes/css/cartodb.css">
<link rel="stylesheet" type="text/css" href="../dist/css/estilosvm.css">
<link rel="stylesheet" type="text/css" href="../dist/css/trcimplan.css">
<!-- SOPORTE PARA IE -->
<!--[if lt IE 9]>
<script type="text/javascript" src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script type="text/javascript" src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html"><img class="navbar-brand-img" src="../imagenes/implan-barra-logo-chico-gris.png" alt="IMPLAN Torreón"></a>
</div>
<div class="navbar-default sidebar" role="navigation">
<div class="sidebar-nav navbar-collapse">
<ul class="nav" id="side-menu">
<li class="sidebar-search">
<form method="get" action="http://www.trcimplan.gob.mx/buscador-resultados.html">
<div class="input-group custom-search-form">
<input type="text" class="form-control" placeholder="Google buscar..." value="" name="q">
<span class="input-group-btn">
<button class="btn btn-default" type="submit"><i class="fa fa-search"></i></button>
</span>
</div>
</form>
</li>
<li class="active">
<a href="#"><span class="navegacion-icono"><i class="fa fa-lightbulb-o"></i></span> Análisis Publicados<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../blog/index.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Últimos Análisis</a></li>
<li><a href="../excolaboradores/index.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Análisis por Autor</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-area-chart"></i></span> Indicadores<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../smi/introduccion.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Introducción al SMI</a></li>
<li><a href="../indicadores-categorias/index.html"><span class="navegacion-icono"><i class="fa fa-th-list"></i></span> Indicadores por Categoría</a></li>
<li><a href="../smi/por-region.html"><span class="navegacion-icono"><i class="fa fa-table"></i></span> Indicadores por Región</a></li>
<li><a href="../smi/niveles-socioeconomicos.html"><span class="navegacion-icono"><i class="fa fa-bar-chart"></i></span> Niveles Socioeconómicos</a></li>
<li><a href="../monitores/index.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Monitores</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-puzzle-piece"></i></span> Indicadores Básicos de Colonias<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../ibc/introduccion.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Introducción al IBC</a></li>
<li><a href="../ibc-colonias-torreon/index.html"><span class="navegacion-icono"><i class="fa fa-font"></i></span> Colonias de Torreón</a></li>
<li><a href="https://implantorreon.carto.com/u/sigimplan/builder/907a6bc0-2c7e-451e-9668-b78d952e52ff/embed" target="_blank"><span class="navegacion-icono"><i class="fa fa-external-link"></i></span> Mapa Completo</a></li>
<li><a href="../ibc/torreon-urbano.html"><span class="navegacion-icono"><i class="fa fa-table"></i></span> Torreón Urbano</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-map-marker"></i></span> Información Geográfica<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../sig/introduccion.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Introducción al SIG</a></li>
<li><a href="../sig-mapas-torreon/temas-sig.html"><span class="navegacion-icono"><i class="fa fa-map-o"></i></span> Mapas por Tema</a></li>
<li><a href="../sig-mapas-torreon/plan-director-desarrollo-urbano.html"><span class="navegacion-icono"><i class="fa fa-map-marker"></i></span> Usos de Suelo</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-book"></i></span> Plan Estratégico Torreón 2040<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../pet/indice.html"><span class="navegacion-icono"><i class="fa fa-list-ul"></i></span> Índice General</a></li>
<li><a href="../plan-estrategico-torreon-enfoque-metropolitano-2040/index.html"><span class="navegacion-icono"><i class="fa fa-download"></i></span> Descargar</a></li>
<li><a href="../plan-estrategico-metropolitano/descripcion-del-proceso.html"><span class="navegacion-icono"><i class="fa fa-calendar"></i></span> Descripción del proceso</a></li>
<li><a href="../proyectos/index.html"><span class="navegacion-icono"><i class="fa fa-check-square"></i></span> Proyectos</a></li>
<li><a href="../vision-de-ciudad/vision-de-ciudad.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Visión de Ciudad desde IMPLAN</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-file-pdf-o"></i></span> Documentos<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../sig-planes/index.html"><span class="navegacion-icono"><i class="fa fa-book"></i></span> Planes y Programas</a></li>
<li><a href="../investigaciones/index.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Investigaciones</a></li>
<li><a href="../estudios/index.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Estudios</a></li>
</ul>
</li>
<li><a href="../consejo-directivo/integrantes.html"><span class="navegacion-icono"><i class="fa fa-users"></i></span> Consejo Directivo</a></li>
<li><a href="../sala-prensa/index.html"><span class="navegacion-icono"><i class="fa fa-newspaper-o"></i></span> Sala de Prensa</a></li>
<li><a href="../programas-radio/index.html"><span class="navegacion-icono"><i class="fa fa-microphone"></i></span> Programas de Radio</a></li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Consejo Visión Metrópoli<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../convocatorias/vision-metropoli.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Consejo Juvenil</a></li>
<li><a href="../vision-metropoli/integrantes.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Integrantes del Consejo</a></li>
<li><a href="../vision-metropoli/index.html"><span class="navegacion-icono"><i class="fa fa-newspaper-o"></i></span> Sala de Prensa</a></li>
<li><a href="../vision-metropoli/publicaciones.html"><span class="navegacion-icono"><i class="fa fa-book"></i></span> Publicaciones</a></li>
<li><a href="../vision-metropoli/reglamento-vision-metropoli-2022.pdf"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Reglamento</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-building-o"></i></span> Institucional<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../institucional/vision-mision.html"><span class="navegacion-icono"><i class="fa fa-trophy"></i></span> Misión / Visión</a></li>
<li><a href="../institucional/NuestrosProyectos.html"><span class="navegacion-icono"><i class="fa fa-pencil-square-o"></i></span> Nuestros Proyectos</a></li>
<li><a href="../institucional/mensaje-director.html"><span class="navegacion-icono"><i class="fa fa-comment"></i></span> Mensaje del Director</a></li>
<li><a href="../autores/index.html"><span class="navegacion-icono"><i class="fa fa-user"></i></span> Quienes Somos</a></li>
<li><a href="../institucional/estructura-organica.html"><span class="navegacion-icono"><i class="fa fa-sitemap"></i></span> Estructura Orgánica</a></li>
<li><a href="../institucional/modelo-operativo-universal.html"><span class="navegacion-icono"><i class="fa fa-slideshare"></i></span> Modelo Operativo Univ.</a></li>
<li><a href="../institucional/reglamentos.html"><span class="navegacion-icono"><i class="fa fa-gavel"></i></span> Reglamentos</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-external-link"></i></span> Transparencia<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="http://www2.icai.org.mx/ipo/dependencia.php?dep=178#pageload" target="_blank"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Transparencia Estatal (ICAI)</a></li>
<li><a href="https://consultapublicamx.inai.org.mx/vut-web/faces/view/consultaPublica.xhtml#inicio" target="_blank"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Plataforma Nacional de Transparencia</a></li>
<li><a href="../transparencia/index.html"><span class="navegacion-icono"><i class="fa fa-file-pdf-o"></i></span> Documentos</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-download"></i></span> Datos Abiertos<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../smi/datos-abiertos.html"><span class="navegacion-icono"><i class="fa fa-area-chart"></i></span> Sist. Metropolitano de Indicadores</a></li>
<li><a href="../ibc/datos-abiertos.html"><span class="navegacion-icono"><i class="fa fa-puzzle-piece"></i></span> Indicador Básico de Colonias</a></li>
<li><a href="../sig/datos-abiertos.html"><span class="navegacion-icono"><i class="fa fa-map-marker"></i></span> Sist. Información Geográfica</a></li>
<li><a href="https://arcg.is/0vySSr" target="_blank"><span class="navegacion-icono"><i class="fa fa-globe"></i></span> Atlas de Riesgos</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-share-alt"></i></span> Términos de Uso<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../terminos/terminos-informacion.html"><span class="navegacion-icono"><i class="fa fa-cubes"></i></span> De la información</a></li>
<li><a href="../terminos/terminos-sitio.html"><span class="navegacion-icono"><i class="fa fa-globe"></i></span> Del sitio web</a></li>
<li><a href="../terminos/privacidad.html"><span class="navegacion-icono"><i class="fa fa-lock"></i></span> Aviso de Privacidad</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-phone"></i></span> Contacto<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../contacto/contacto.html"><span class="navegacion-icono"><i class="fa fa-phone"></i></span> Medios de contacto</a></li>
<li><a href="../preguntas-frecuentes/preguntas-frecuentes.html"><span class="navegacion-icono"><i class="fa fa-question"></i></span> Preguntas Frecuentes</a></li>
<li><a href="http://goo.gl/forms/1rdX4X128PpMOif73" target="_blank"><span class="navegacion-icono"><i class="fa fa-external-link"></i></span> Comentarios y Sugerencias</a></li>
</ul>
</li>
<li><a href="../convocatorias/index.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Convocatorias</a></li>
<li><a href="http://177.244.42.17/ovie-torreon/#!" target="_blank"><span class="navegacion-icono"><i class="fa fa-map-marker"></i></span> Oficina Virtual de Información Económica (OVIE)</a></li>
<li><a href="https://arcg.is/0vySSr" target="_blank"><span class="navegacion-icono"><i class="fa fa-globe"></i></span> Atlas Municipal de Riesgos de Torreón</a></li>
<li><a href="../multi-city-challenge/multi-city-challenge.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Multi-City Challenge México 2020</a></li>
</ul>
</div>
</div>
</nav>
<div id="page-wrapper">
<div class="cuerpo">
<article><div itemscope itemtype="http://schema.org/BlogPosting">
<div class="encabezado">
<h1 itemprop="headline">Importancia y calidad de los parques y plazas en Torreón</h1>
<div class="encabezado-descripcion" itemprop="description">Torreón cuenta actualmente con tres parques metropolitanos: el Bosque Venustiano Carranza, el Bosque Urbano F. Madero y el Metroparque Río Nazas. Como Parques Vecinales se contabilizan 563, destacando el Parque la Tortuga, la Plaza Kennedy y Plaza de Eco.</div>
<div class="encabezado-autor-fecha">
Por <span itemprop="author">Arq. Cecilio Pedro Secunza Schott, Arq. Teresita Benítez Saludado</span> -
<meta itemprop="datePublished" content="2017-08-09T12:30">09/08/2017 12:30
</div>
</div>
<span class="contenido-imagen-previa"><img class="img-responsive" itemprop="image" alt="Importancia y calidad de los parques y plazas en Torreón" src="importancia-y-calidad-de-los-parques-y-plazas-en-torreon/imagen.jpg"></span>
<div itemprop="articleBody">
<!-- Contenido: Inicia -->
<p><strong>En Torreón se tienen contabilizados 720 parques y plazas recreativas, las cuales suman un total de 336 hectáreas. Esta superficie arroja una tasa de 49 Hectáreas por cada 100 mil habitantes, es decir, 4.9m2 de parques y plazas por habitante.</strong></p>
<p>Sin embargo, esta cifra se ve mermada por una característica de suma importancia para el espacio público: su accesibilidad. <strong>El 51% de los parques y plazas de Torreón son de acceso restringido o limitado,</strong> es decir se encuentran en fraccionamientos cerrados y su acceso público se limita a los habitantes del mismo, siendo que son parte de la cesión municipal pública.</p>
<p>Hablar de "áreas verdes" por habitante implica un concepto ambiguo donde se debe considerar el entorno climático urbano, así como el integrar jardines privados o campos de golf.</p>
<p>Es por esto, que para fines de calidad de vida en el entorno urbano, se propone sustituir el concepto área verde, y analizar "parques y plazas", las cuales se podrían definir como espacios recreativos, generalmente con vegetación y arbolado (sin ser obligatorio) en los cuales se realizan actividades de ocio, deportivas y de recreación en general. Siempre teniendo la condición de espacio público como principal característica.</p>
<p>El Implan Torreón, busca analizar y proponer un sistema de parques y plazas que doten la ciudad de espacio público recreativo de una manera equilibrada y proporcional en las distintas zonas. <strong>A través de la Red de Parques Metropolitanos, propuesta en el Plan Estratégico TRC-2040, se busca que Torreón cuente con espacios públicos con estándares de calidad, bajo mantenimiento, acordes a las condiciones climáticas de la región, y sobre todo, lograr un involucramiento de la sociedad en el cuidado de estos espacios.</strong></p>
<p>Los parques se proponen mediante la clasificación del sistema de parques de la ciudad de México, donde los que son mayores a 100,000 m2 se consideran parques metropolitanos.</p>
<p><strong>Según esta clasificación, Torreón cuenta actualmente con 3 parques metropolitanos: el Bosque Venustiano Carranza, el Bosque Urbano F. Madero, y el Metroparque Río Nazas.</strong> Como parques locales, estaría el Lienzo Charro, la Alameda Zaragoza, el Parque Villas del Renacimiento (acceso limitado), y el Parque Fundadores (acceso público con horario establecido).</p>
<p><strong>En la categoría de Parques Vecinales, se encuentran 563 plazas/parques donde destacan el Parque la Tortuga, la Plaza Kennedy, Plaza de Eco, etc.</strong></p>
<h3>Clasificación de parques en la Ciudad de México</h3>
<table class="table table-hover table-bordered">
<thead>
<tr>
<th>Parques</th>
<th align="right">Superficie</th>
</tr>
</thead>
<tbody>
<tr>
<td>Metropolitanos</td>
<td align="right">Mayores a 100,000 m2</td>
</tr>
<tr>
<td>Locales</td>
<td align="right">30,000 m2 a 100,000 m2</td>
</tr>
<tr>
<td>Vecinales</td>
<td align="right">400 m2 a 3,000 m2</td>
</tr>
<tr>
<td>De "Bolsillo"</td>
<td align="right">Menores a 1,000 m2</td>
</tr>
<tr>
<td>Lineales</td>
<td align="right">Dimensiones variables</td>
</tr>
</tbody>
</table>
<h3>El disfrute del espacio exterior</h3>
<p>La creciente necesidad de vivienda dada en los últimos años, descuidó en varios aspectos los modelos de agrupamiento de los nuevos conjuntos de viviendas y su estructuración con la ciudad, donde en ánimo de cubrir la necesidad omitió aspectos importantes en el tema de espacios de convivencia social, provocando un rezago significativo de espacios diseñados y ubicados apropiadamente para la recreación y convivencia del mayor número de ciudadanos.</p>
<p><strong>Las ciudades que no cuentan con suficiente espacio público hacen más difícil y lenta su transformación y modernización.</strong> Muchos de los procesos de reestructuración de éxito se han centrado principalmente en la entrega de una nueva estructura de espacio público. <strong>Las ciudades con altas densidades particularmente necesitan área pública y área vial para dejar lugar suficiente para la circulación, la interacción y el tendido de la infraestructura.</strong></p>
<p><strong>Así pues, los buenos barrios serán aquéllos que permitan a sus residentes disfrutar del espacio exterior y que ofrezcan a los ciudadanos y ciudadanas que acceden a ellos unos buenos ámbitos públicos: parques, plazas, pórticos, porches, jardines y patios.</strong></p>
<p>Dicho de otro modo, serán mejores los barrios abiertos en los que los gradientes de paso del ámbito público al privado sean más graduales y variados: calles de tráfico rodado y transporte público, calles de tráfico pacificado y de carga y descarga con horarios, plazas y ejes comerciales, espacios intermedios, como pórticos y porches, entradas a patios, jardines y vestíbulos, con la máxima variedad posible de espacios comunitarios, como corredores, hasta llegar al último filtro de la puerta de acceso a la vivienda. Se trata de potenciar espacios de proximidad que faciliten la socialización.</p>
<h3>Superficie en hectáreas de las principales áreas verdes de Torreón</h3>
<p><img class="img-responsive" src="importancia-y-calidad-de-los-parques-y-plazas-en-torreon/superficie-de-las-principales-areas-verdes-de-torreon.png" alt="Superficie de las principales áreas verdes de Torreón"></p>
<h3>Una versión de divulgación de este análisis apareció en Milenio Laguna</h3>
<p><a href="http://www.milenio.com/region/implan_torreon-parques_torreon-plazas_de_torreon-milenio_noticias-laguna_0_1008499185.html">Milenio - Importancia y calidad de los parques y plazas en Torreón</a></p>
<!-- Contenido: Termina -->
</div>
<div class="publicador" itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<span class="contenido-imagen-previa"><img class="img-responsive" itemprop="image" alt="Instituto Municipal de Planeación y Competitividad de Torreón" src="../imagenes/implan-logo.png"></span>
<h3 class="titulo" itemprop="name">Instituto Municipal de Planeación y Competitividad de Torreón</h3>
<div class="descripcion" itemprop="description">Órgano técnico responsable de la planeación del desarrollo del municipio de Torreón, Coahuila, México.</div>
<div class="contenido-imagen-previa-final"></div>
</div>
</div></article>
<aside>
<!-- Extra: Inicia -->
<h3>Publicaciones relacionadas</h3>
<p><b>Análisis Publicados</b></p>
<ul>
<li><a href="http://www.trcimplan.gob.mx/blog/el-espacio-publico-como-centro-del-nuevo-modelo-urbano.html">El espacio público como centro del nuevo modelo urbano</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/principales-retos-de-la-zona-metropolitana-de-la-laguna.html">Principales retos de la Zona Metropolitana de La Laguna</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/torreon-bajo-la-mirada-de-onu-habitat.html">Torreón bajo la mirada de ONU Hábitat</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/por-un-adecuado-manejo-del-agua-en-areas-verdes.html">Por un Adecuado Manejo del Agua en Áreas Verdes</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/importancia-suelo-ciudades.html">La importancia del suelo en las ciudades</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/matriz-energetica-lagunera-necesaria-vision-de-futuro.html">Matriz energética lagunera: necesaria visión de futuro</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/torreon-y-su-integracion-a-la-nueva-agenda-urbana-onu-habitatIII-feb2019.html">Torreón y su integración a la Nueva Agenda Urbana ONU-HABITAT III</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/hacia-ciudades-que-construyen-humanos-en-convivencia.html">Hacia Ciudades que Construyen Humanos en Convivencia</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/ciudades-reto-transformacion.html">Las ciudades y el reto de su transformación</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/poligonos-actuacion-desarrollo-urbano-integral.html">Polígonos de Actuación para un Desarrollo Urbano Integral</a></li>
</ul>
<p><b>Sistema Metropolitano de Indicadores</b></p>
<ul>
<li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sustentabilidad-generacion-de-basura.html">Generación de Basura en Torreón</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sustentabilidad-motorizacion.html">Motorización en Torreón</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sustentabilidad-concentracion-de-particulas-menores-a-10-micras.html">Concentración de Partículas menores a 10 micras en Torreón</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sustentabilidad-disponibilidad-de-banqueta.html">Disponibilidad de Banqueta en Torreón</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sustentabilidad-acceso-a-vialidades-pavimentadas.html">Acceso a Vialidades Pavimentadas en Torreón</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sustentabilidad-consumo-de-agua.html">Consumo de Agua en Torreón</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sustentabilidad-disposicion-adecuada-de-residuos-solidos.html">Disposición Adecuada de Residuos Sólidos en Torreón</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sustentabilidad-indice-de-gestion-de-calidad-del-aire.html">Índice de Gestión de Calidad del Aire en Torreón</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sustentabilidad-consumo-de-diesel-en-transporte-de-bienes.html">Consumo de Diesel en Transporte de Bienes en Torreón</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sustentabilidad-aprovechamiento-del-biogas-en-rellenos-sanitarios.html">Aprovechamiento del Biogás en Rellenos Sanitarios en Torreón</a></li>
</ul>
<p><b>Sistema de Información Geográfica</b></p>
<ul>
<li><a href="http://www.trcimplan.gob.mx/sig-mapas-torreon/torreon-jardin.html">torreon-jardin</a></li>
<li><a href="http://www.trcimplan.gob.mx/sig-mapas-torreon/red-ciclista2.html">red-ciclista2</a></li>
<li><a href="http://www.trcimplan.gob.mx/sig-mapas-torreon/monitoreo-atmosferico-pm10.html">Monitoreo Atmosférico PM10</a></li>
<li><a href="http://www.trcimplan.gob.mx/sig-mapas-torreon/inventario-viviendas.html">Inventario de Viviendas</a></li>
<li><a href="http://www.trcimplan.gob.mx/sig-mapas-torreon/caracteristicas-viviendas.html">Características de las Viviendas</a></li>
<li><a href="http://www.trcimplan.gob.mx/sig-mapas-torreon/riesgos-socio-organizativos.html">Riesgos Socio Organizativos</a></li>
<li><a href="http://www.trcimplan.gob.mx/sig-mapas-torreon/zonas-riesgo-por-desbordamiento-inundacion-o-estancamiento.html">Zonas de Riesgo por desbordamiento, inundación o estancamiento</a></li>
<li><a href="http://www.trcimplan.gob.mx/sig-mapas-torreon/riesgos-sanitarios-ambientales.html">Riesgos Sanitarios Ambientales</a></li>
<li><a href="http://www.trcimplan.gob.mx/sig-mapas-torreon/peligros-quimicos-tecnologicos.html">Peligros Químicos Tecnológicos</a></li>
<li><a href="http://www.trcimplan.gob.mx/sig-mapas-torreon/conjuntos-parques-industriales.html">Conjuntos y Parques Industriales</a></li>
</ul>
<p><b>Plan Estratégico Torreón</b></p>
<ul>
<li><a href="http://www.trcimplan.gob.mx/pet/vision-entorno-urbano.html">Visión de Entorno Urbano 2040</a></li>
<li><a href="http://www.trcimplan.gob.mx/pet/cartera-proyectos-entorno-urbano.html">Cartera de Proyectos: Entorno Urbano</a></li>
<li><a href="http://www.trcimplan.gob.mx/pet/diagnostico-estrategico-entorno-urbano.html">Diagnóstico Estratégico: Entorno Urbano</a></li>
<li><a href="http://www.trcimplan.gob.mx/pet/vision-desarrollo-economico-innovacion.html">Visión de Desarrollo Económico e Innovación 2040</a></li>
<li><a href="http://www.trcimplan.gob.mx/proyectos/vive-tu-alameda.html">Vive Tu Alameda</a></li>
<li><a href="http://www.trcimplan.gob.mx/proyectos/plan-estrategico-drenaje-pluvial-torreon.html">Plan Estratégico de Drenaje Pluvial de Torreón</a></li>
<li><a href="http://www.trcimplan.gob.mx/pet/diagnostico-estrategico-medio-ambiente-sustentabilidad.html">Diagnóstico Estratégico: Medio Ambiente y Sustentabilidad</a></li>
<li><a href="http://www.trcimplan.gob.mx/proyectos/zona-30.html">Zona 30</a></li>
<li><a href="http://www.trcimplan.gob.mx/pet/cartera-proyectos-medio-ambiente-sustentabilidad.html">Cartera de Proyectos: Medio Ambiente y Sustentabilidad</a></li>
<li><a href="http://www.trcimplan.gob.mx/proyectos/plan-centro-laguna.html">Plan Centro Laguna</a></li>
</ul>
<p><b>Sala de Prensa</b></p>
<ul>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2017-02-09-piden-georreferenciar-avance-y-desarrollo-de-obra-publica.html">Piden georreferenciar avance y desarrollo de obra pública</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2015-09-24-interesa-como-referente-nacional.html">Interesa como referente nacional esquema de Planeación y el proyecto Calle Completa de Torreón</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2017-04-28-sesion-ordinaria.html">IMPLAN y Medio Ambiente presentan el análisis Calidad del Aire</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2017-07-18-firman-convenio-de-colaboracion-implan-torreon-implan-saltillo.html">Firman convenio de colaboración IMPLAN Torreón – IMPLAN Saltillo</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2017-09-11-resaltan-la-importancia-del-espacio-publico.html">Resaltan la importancia del espacio público</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2016-08-18-realizan-mesas-de-trabajo-sobre-el-bosque-venustiano-carranza.html">Realizan mesas de trabajo sobre el Bosque Venustiano Carranza</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2016-07-19-sesion-ordinaria.html">IMPLAN Torreón y Obras Públicas presentan propuestas para mejorar el Centro Histórico de Torreón</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2018-10-05-programa-parcial-desarrollo-urbano-centro-historico.html">IMPLAN brinda taller sobre el Programa Parcial De Desarrollo Urbano Del Centro Histórico.</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2018-10-31-decima-sesion.html">Presentan “Propuesta conceptual para el manejo sustentable del agua” en Sesión del IMPLAN.</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2015-09-25-avances-del-proyecto-calle-completa.html">IMPLAN presenta avances del proyecto “Calle Completa”</a></li>
</ul>
<!-- Extra: Termina -->
</aside>
<div class="contenido-social">
<h5>Compartir en Redes Sociales</h5>
<a href="https://twitter.com/share" class="twitter-share-button" data-via="trcimplan" data-lang="es">Twittear</a>
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.trcimplan.gob.mx%2Fblog%2Fimportancia-y-calidad-de-los-parques-y-plazas-en-torreon.html&width=300&layout=button_count&action=like&show_faces=true&share=false&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:21px;" allowTransparency="true"></iframe>
</div>
</div>
<div class="mapa-inferior">
<div class="pull-right redes-sociales">
<a class="fa fa-twitter-square" href="http://www.twitter.com/trcimplan" target="_blank"></a>
<a class="fa fa-facebook-square" href="https://facebook.com/trcimplan" target="_blank"></a>
<a class="fa fa-facebook-square" href="http://www.instagram.com/implantorreon" target="_blank"></a>
<a class="fa fa-rss-square" href="../rss.xml"></a>
</div>
</div>
</div>
</div>
<!-- Javascript global inicia -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script type="text/javascript" src="../vendor/metisMenu/metisMenu.min.js"></script>
<script type="text/javascript" src="../vendor/datatables/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="../vendor/datatables-plugins/dataTables.bootstrap.min.js"></script>
<script type="text/javascript" src="../vendor/datatables-responsive/dataTables.responsive.js"></script>
<script type="text/javascript" src="../vendor/raphael/raphael.min.js"></script>
<script type="text/javascript" src="../vendor/morrisjs/morris.min.js"></script>
<script type="text/javascript" src="../dist/js/sb-admin-2.min.js"></script>
<script type="text/javascript" src="http://libs.cartocdn.com/cartodb.js/v3/3.15/cartodb.js"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<!-- Javascript global termina -->
<!-- Javascript inicia -->
<script>
// Twitter
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<!-- Javascript termina -->
<!-- Javascript Google Analytics -->
<script>
// Google Analytics
(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-58290501-1', 'auto');ga('send', 'pageview');
</script>
</body>
</html>
|
src/GeoNodePy/geonode/templates/index.html | makinacorpus/geonode | {% extends "page_layout.html" %}
{% load i18n %}
{% block title %} {% trans "Welcome!" %} - {{ block.super }} {% endblock %}
{% block indexclass %} class="here" {% endblock %}
{% block head %}
{% include "geonode/ext_header.html" %}
{{ block.super }}
<script type="text/javascript">
Ext.onReady(function(){
{% autoescape off %}
var exploreMapButton = new Ext.Button({
renderTo: 'explore_map',
text: '{% trans "Explore Maps" %}',
handler: function(){ window.location = "{% url geonode.maps.views.maps_search_page %}"; }
});
var createMapButton = new Ext.Button({
renderTo: 'create_map',
text: '{% trans "Create Map" %}',
handler: function(){ window.location = "{% url geonode.maps.views.newmap %}"; }
});
var submitForm = function() {
Ext.query('#data_block form')[0].submit();
};
var searchButton = new Ext.Button({renderTo: 'submit_search', text: '{% trans "Search" %}',
handler: submitForm});
var searchInput = new Ext.form.TextField({applyTo: 'search_query', width: 350});
{% endautoescape %}
});
</script>
{% endblock %}
{% block main %}
<div class="twocol">
<!-- TODO: i18n on the text here -->
<div class="block">
<h2> {% trans "Welcome" %} </h2>
<p>
{% blocktrans %}
GeoNode is an open source platform for sharing geospatial data and maps. If you have any questions about the software or service, join our mailing list by emailing <em>[email protected]</em>.
{% endblocktrans %}
</p>
</div>
<div class="block">
<h2> {% trans "Maps" %} </h2>
<p>
{% blocktrans %}
GeoNode lets you compose and share maps. <strong>Create</strong>
a map with our cartography tool, or <strong>explore</strong> maps
shared by others.
{% endblocktrans %}
</p>
<div class="selfclear">
<div id="explore_map" class="content-button"></div>
<div id="create_map" class="content-button"></div>
</div>
</div>
<div id="data_block" class="block">
<h2> {% trans "Data" %} </h2>
<p>
{% blocktrans %}
GeoNode lets you upload, manage, and browse data.
<strong>Search</strong> for data that is valuable to you, or
<strong>upload</strong> your own data.
{% endblocktrans %}
</p>
<!-- Data search text box and button -->
<form action="{% url search %}" method="POST">
{% csrf_token %}
<table>
<tr>
<td>
<input type="text" id="search_query" name="q" />
</td>
<td>
<div id="submit_search"></div>
</td>
</tr>
</table>
<a href="{% url search %}">{% trans "Advanced Search" %}</a>
</form>
<!-- Links to specialized views of data -->
<!-- Upload data button (link?) -->
<a class="layer-upload-link" href="{% url geonode.maps.views.upload_layer%}">{% trans "Upload data" %}</a>
</div>
</div>
{% endblock %}
{% block sidebar %}
{% endblock %}
|
index.html | wwc7654321/WebCMD | <html>
<head><title>{{.Title}}</title></head><body>{{.TimeTag}}
<script src="/Script/md5.js"></script>
<script src="/Script/webc.js"></script>
<br>cmd:
<br>Output:
<textarea style="width:500px;height:500px" id="stdout"></textarea>
<form method="post" target="myIframe" action="DoCmd" id="form1">
<input type="hidden" name="sKey" id="sKey"/>
<p>
<input name="g1" type="radio" value="SingleLine" id="sl"/><label for="sl">SingleLine</label>
<input name="g1" type="radio" value="MultiLine" id="ml"/><label for="ml">MultiLine</label>
</p>
<input style="display:none;" style="width:500px;height:20px" id="cmdtxt"/>
<textarea name="cmd" style="width:500px;height:20px" id="cmd"></textarea>
<input type="submit" value="DoCmd"/>
</form>
<script>var sKey="{{.SKey}}";init(sKey);</script>
<iframe name="myIframe" style="display:none"></iframe>
</body>
</html> |
lib/static/style/auto/template.css | LetschM/eprints |
/* EPrints 3 template styles */
/* prefix all styles with ep_tm */
hr.ep_tm_last {
color: #152d4e;
background-color: #152d4e;
}
/* deprecated in 3.3 */
.ep_tm_logo img {
float: right;
padding: 4px;
border-style: none;
}
.ep_tm_site_logo img {
border-style: none;
padding: 10px 10px;
}
.ep_tm_archivetitle, .ep_tm_archivetitle:visited {
font-size: 40px;
text-decoration: none;
margin: 10px;
}
.ep_tm_main {
margin: 1em;
}
/* Menu Bar */
.ep_tm_menu, .ep_tm_key_tools {
clear: both;
list-style: none;
margin: 0px;
padding: 0px;
}
.ep_tm_key_tools {
<<<<<<< HEAD
display: block;
=======
display: inline;
>>>>>>> 2b6259f2290a0e66c6dd1d800751684d72f6aaf6
}
.ep_tm_menu {
height: 30px;
line-height: 30px;
}
.ep_tm_menu, .ep_tm_menu ul {
/* background-color: #204f76; */
}
.ep_tm_menu li {
float: left;
}
.ep_tm_menu ul {
}
.ep_tm_menu a, .ep_tm_menu a:visited {
display: block;
padding: 0px 20px;
text-decoration: none;
white-space: nowrap;
font-weight: bold;
}
.ep_tm_menu ul
{
list-style: none;
position: absolute;
margin: 0;
padding: 0;
}
.ep_tm_menu ul li {
float: none;
}
.ep_tm_menu ul a
{
text-align: left;
}
.ep_tm_key_tools li {
list-style: none;
display: inline;
padding: 0;
margin: 0;
}
.ep_tm_key_tools li a:hover {
}
.ep_tm_key_tools a {
/* white-space: nowrap; */
}
/* end of menu bar */
/* Action Menu Bar */
.ep_tm_key_tools li {
padding: 0px 6px;
}
.ep_tm_key_tools li:first-child {
padding-left: 0px;
}
/* end of Action Menu Bar */
/* Search bar */
.ep_tm_searchbar {
padding: 4px 10px;
}
<<<<<<< HEAD
.ep_tm_searchbarbutton {
text-align: center;
padding: 1px 4px;
margin: 0px;
margin-left: 4px;
font-size: 85%;
background-position: 0px -2px;
border-width: 1px;
border-radius: 3px;
}
.ep_tm_searchbarbox {
font-size: 80%;
padding: 2px;
border-width: 1px;
border-style: solid;
=======
.ep_tm_searchform {
border-width: 1px;
border-style: solid;
background-color: #fff;
float: right;
}
.ep_tm_searchform input {
margin: 0px 0px;
padding: 1px;
border-style: none;
outline: none;
float: left;
height: 16px;
}
.ep_tm_searchform button {
margin: 0px 0px;
padding: 0px 0px;
background-color: transparent;
border-style: none;
cursor: pointer;
float: left;
}
.ep_tm_searchform button img {
height: 14px;
padding: 2px;
>>>>>>> 2b6259f2290a0e66c6dd1d800751684d72f6aaf6
}
/* end of search bar */
<<<<<<< HEAD
#ep_tm_languages {
display: inline;
}
#ep_tm_languages a {
margin-left: 4px;
}
.ep_tm_searchbar {
border-width:0;
width:100%;
}
.ep_tm_searchbar td {
padding: 0;
margin: 0;
=======
/* Language bar */
ul.ep_tm_languages
{
list-style: none;
margin: 0;
padding: 0;
}
.ep_tm_languages li {
list-style: none;
display: inline;
padding: 0;
margin: 0;
}
.ep_tm_languages li {
padding: 0px 6px;
}
.ep_tm_languages li:first-child {
padding-left: 0px;
}
/* end of Language bar */
.ep_tm_languages {
display: inline;
}
.ep_tm_languages select {
padding: 0px 0px;
margin: 0px 0px;
>>>>>>> 2b6259f2290a0e66c6dd1d800751684d72f6aaf6
}
.ep_tm_page_content {
width:770px;
margin-left: auto;
margin-right: auto;
margin-top:10px;
}
.ep_tm_eprints_logo {
float: right;
margin-left: 1em;
}
.ep_tm_footer {
clear: both;
margin-top: 20px;
font-size: 80%;
border-top-width: 2px;
border-top-style: solid;
padding: 10px 10px 0px 10px;
}
.ep_tm_footer hr {
display: none;
}
|
QMOLEDEV/maxima-5.29.1/doc/info/pt_BR.utf8/maxima.html | chriskmanx/qmole | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
<html>
<!-- Created on Dezembro, 3 2012 by texi2html 1.76 -->
<!--
Written by: Lionel Cons <[email protected]> (original author)
Karl Berry <[email protected]>
Olaf Bachmann <[email protected]>
and many others.
Maintained by: Many creative people <[email protected]>
Send bugs and suggestions to <[email protected]>
-->
<head>
<title>Manual do Maxima: </title>
<meta name="description" content="Manual do Maxima: ">
<meta name="keywords" content="Manual do Maxima: ">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2html 1.76">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
pre.display {font-family: serif}
pre.format {font-family: serif}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: serif; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: serif; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.sansserif {font-family:sans-serif; font-weight:normal;}
ul.toc {list-style: none}
body
{
color: black;
background: white;
margin-left: 8%;
margin-right: 13%;
}
h1
{
margin-left: +8%;
font-size: 150%;
font-family: sans-serif
}
h2
{
font-size: 125%;
font-family: sans-serif
}
h3
{
font-size: 100%;
font-family: sans-serif
}
h2,h3,h4,h5,h6 { margin-left: +4%; }
div.textbox
{
border: solid;
border-width: thin;
/* width: 100%; */
padding-top: 1em;
padding-bottom: 1em;
padding-left: 2em;
padding-right: 2em
}
div.titlebox
{
border: none;
padding-top: 1em;
padding-bottom: 1em;
padding-left: 2em;
padding-right: 2em;
background: rgb(200,255,255);
font-family: sans-serif
}
div.synopsisbox
{
border: none;
padding-top: 1em;
padding-bottom: 1em;
padding-left: 2em;
padding-right: 2em;
background: rgb(255,220,255);
/*background: rgb(200,255,255); */
/* font-family: fixed */
}
pre.example
{
border: 1px solid gray;
padding-top: 1em;
padding-bottom: 1em;
padding-left: 1em;
padding-right: 1em;
/* background: rgb(247,242,180); */ /* kind of sandy */
/* background: rgb(200,255,255); */ /* sky blue */
background-color: #F1F5F9; /* light blue-gray */
/* font-family: "Lucida Console", monospace */
}
div.spacerbox
{
border: none;
padding-top: 2em;
padding-bottom: 2em
}
div.image
{
margin: 0;
padding: 1em;
text-align: center;
}
div.categorybox
{
border: 1px solid gray;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 1em;
padding-right: 1em;
background: rgb(247,242,220);
}
-->
</style>
<link rel="icon" href="http://maxima.sourceforge.net/favicon.ico"/>
</head>
<body lang="pt" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<a name="Top"></a>
<a name="SEC_Top"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#SEC_Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="maxima_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="maxima_77.html#SEC295" title="Index">Índice</a>]</td>
<td valign="middle" align="left">[<a href="maxima_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<h1 class="settitle">Manual do Maxima
</h1>
<p><i>Maxima é um sistema de álgebra computacional, implementado em Lisp.</i>
</p>
<p>Maxima é derivado do sistema Macsyma,
desenvolvido no MIT nos anos de 1968 a 1982 como parte do Projeto MAC.
MIT remanejou uma cópia do código fonte do Macsyma para o Departamento de Energia
em 1982; aquela versão é agora conhecida como Macsyma DOE.
Uma cópia do Macsyma DOE foi mantida pelo Professor William F. Schelter
da Universidade do Texas de 1982 até sua morte em 2001.
Em 1998, Schelter obteve permissão do Departamento de Energia
para liberar o código fonte do Macsyma DOE sob a Licença Pública GNU,
e em 2000 ele iniciou o projeto Maxima no SourceForge para manter
e desenvolver o Macsyma DOE, agora chamado Maxima.
</p>
<p><i>Notas de tradução:</i>
</p>
<p> Com o término da tradução inicia-se o processo de revisão da mesma. Está
aberta a temporada de caça aos erros de tradução, erros de hifenização e de adequação entre
a linguagem matemática inglesa e a linguagem matemática brasileira. Caso você me
envie alguma correção ou melhoria a comunidade matemática que utiliza o Sofware Livre
lhe ficará muito grata ( e nós, da equipe do Maxima, também).
</p>
<p> O código fonte deste documento encontra-se no formato texinfo.
Para contribuir com a equipe do Maxima na tarefa de manter a
tradução para o português sempre atualizada envie um
e-mail para <maxima at math dot utexas dot edu>.
</p>
<p> Em caso de dúvida sobre algum trecho deste manual consulte o original
inglês. Caso sua dúvida persista ou tenha alguma sugestão/aperfeiçoamento/
crítica mande-nos um e-mail no endereço acima.
</p>
<p> Versão do manual no formato pdf: maxima.pdf
</p>
<p> Versão do manual no formato info: maxima-info.tar.gz
</p>
<p> Veja o arquivo AUTHORS para conhecer todos os mantenedores do Maxima.
</p>
<table class="menu" border="0" cellspacing="0">
<p>Infraestrutura do Maxima
</p>
<tr><td align="left" valign="top"><a href="maxima_1.html#SEC1">1. Introdução ao Maxima</a></td><td> </td><td align="left" valign="top"> Exemplo de sessões do Maxima.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_2.html#SEC2">2. Detecção e Relato de Erros</a></td><td> </td><td align="left" valign="top"> Encontrando e relatando erros no Maxima.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_3.html#SEC4">3. Ajuda</a></td><td> </td><td align="left" valign="top"> Solicitando ajuda de dentro de uma
sessão do Maxima.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_4.html#SEC9">4. Linha de Comando</a></td><td> </td><td align="left" valign="top"> Sintaxe de linha de comando do Maxima.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_5.html#SEC12">5. Operadores</a></td><td> </td><td align="left" valign="top"> Operadores usados em expressões do Maxima.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_6.html#SEC20">6. Expressões</a></td><td> </td><td align="left" valign="top"> Expressões no Maxima.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_7.html#SEC29">7. Simplificação</a></td><td> </td><td align="left" valign="top"> Simplificando expressões.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_8.html#SEC31">8. Montando Gráficos</a></td><td> </td><td align="left" valign="top"> Saídas gráficas em 2D e 3D.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_9.html#SEC34">9. Entrada e Saída</a></td><td> </td><td align="left" valign="top"> Entrada e saída de arquivos.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_10.html#SEC38">10. Ponto Flutuante</a></td><td> </td><td align="left" valign="top"> Rotinas numéricas de baixo nível.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_11.html#SEC40">11. Contextos</a></td><td> </td><td align="left" valign="top"> Conjunto de fatos assumidos.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Suporte a áreas específicas da matemática
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_12.html#SEC42">12. Polinômios</a></td><td> </td><td align="left" valign="top"> Formas padrão para polinômios, e
funções operando sobre polinômios.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_13.html#SEC45">13. Constantes</a></td><td> </td><td align="left" valign="top"> Constantes numéricas.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_14.html#SEC47">14. Logarítmos</a></td><td> </td><td align="left" valign="top"> Manipulação de expressões envolvendo
logarítmos.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_15.html#SEC49">15. Trigonometria</a></td><td> </td><td align="left" valign="top"> Manipulando expressões com trigonometria e
Funções trigonométricas inversas.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_16.html#SEC52">16. Funções Especiais</a></td><td> </td><td align="left" valign="top"> Funções especiais
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_17.html#SEC55">17. Funções Elípticas</a></td><td> </td><td align="left" valign="top"> Funções Elípticas e Integrais
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_18.html#SEC59">18. Limites</a></td><td> </td><td align="left" valign="top"> Limites de expressões.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_19.html#SEC61">19. Diferenciação</a></td><td> </td><td align="left" valign="top"> Cálculo diferencial.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_20.html#SEC63">20. Integração</a></td><td> </td><td align="left" valign="top"> Cálculo integral.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_21.html#SEC69">21. Equações</a></td><td> </td><td align="left" valign="top"> Definindo e resolvendo equações.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_22.html#SEC71">22. Equações Diferenciais</a></td><td> </td><td align="left" valign="top"> Definindo e resolvendo equações diferenciais.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_23.html#SEC74">23. Numérico</a></td><td> </td><td align="left" valign="top"> Integração numérica, transformações
de Fourier, etc.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_24.html#SEC79">24. Arrays</a></td><td> </td><td align="left" valign="top"> Criando e trabalhando com arrays.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_25.html#SEC81">25. Matrizes e Álgebra Linear</a></td><td> </td><td align="left" valign="top"> Operações com Matrizes.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_26.html#SEC87">26. Funções Afins</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_27.html#SEC89">27. itensor</a></td><td> </td><td align="left" valign="top"> Manipulação de índice de Tensores.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_28.html#SEC104">28. ctensor</a></td><td> </td><td align="left" valign="top"> Manipulação de componentes de Tensores.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_29.html#SEC118">29. Pacote atensor</a></td><td> </td><td align="left" valign="top"> Manipulação de Tensores Algébricos.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_30.html#SEC121">30. Séries</a></td><td> </td><td align="left" valign="top"> Taylor e séries de potência.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_31.html#SEC124">31. Teoria dos Números</a></td><td> </td><td align="left" valign="top"> Teoria dos números.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_32.html#SEC126">32. Simetrias</a></td><td> </td><td align="left" valign="top"> Polinômios simétricos
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_33.html#SEC135">33. Grupos</a></td><td> </td><td align="left" valign="top"> Álgebra Abstrata.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Facilidades avançadas e programação
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_34.html#SEC137">34. Ambiente em Tempo de Execução</a></td><td> </td><td align="left" valign="top"> Customização do ambiente Maxima.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_35.html#SEC141">35. Opções Diversas</a></td><td> </td><td align="left" valign="top"> Opções com efeito global sobre o Maxima.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_36.html#SEC145">36. Regras e Modelos</a></td><td> </td><td align="left" valign="top"> Coincidência de expressões definidas pelo utilizador e regras de simplificação.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_37.html#SEC148">37. Listas</a></td><td> </td><td align="left" valign="top"> Manipulação de listas.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_38.html#SEC151">38. Conjuntos</a></td><td> </td><td align="left" valign="top"> Manipulação de conjuntos.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_39.html#SEC158">39. Definição de Função</a></td><td> </td><td align="left" valign="top"> Definindo funções.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_40.html#SEC165">40. Fluxo de Programa</a></td><td> </td><td align="left" valign="top"> Definindo programas do Maxima.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_41.html#SEC168">41. Depurando</a></td><td> </td><td align="left" valign="top"> Depurando programas do Maxima.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Pacotes Adicionais
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_42.html#SEC172">42. augmented_lagrangian</a></td><td> </td><td align="left" valign="top"> Pacote augmented_lagrangian.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_43.html#SEC174">43. bode</a></td><td> </td><td align="left" valign="top"> Gráficos de ganho e fase de Bode.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_44.html#SEC176">44. contrib_ode</a></td><td> </td><td align="left" valign="top"> Rotinas adicionais para EDOs
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_45.html#SEC182">45. descriptive</a></td><td> </td><td align="left" valign="top"> Estatística descritiva.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_46.html#SEC188">46. diag</a></td><td> </td><td align="left" valign="top"> Matrizes de Jordan.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_47.html#SEC190">47. distrib</a></td><td> </td><td align="left" valign="top"> Distribuições de probabilidade.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_48.html#SEC194">48. draw</a></td><td> </td><td align="left" valign="top"> Uma interface Maxima-Gnuplot.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_49.html#SEC197">49. dynamics</a></td><td> </td><td align="left" valign="top"> Gráficos para sistemas dinâmicos e fractais.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_50.html#SEC200">50. eval_string</a></td><td> </td><td align="left" valign="top"> Expressões do Maxima como cadeias de texto.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_51.html#SEC202">51. f90</a></td><td> </td><td align="left" valign="top"> Tradutor do Maxima para o fortran.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_52.html#SEC204">52. ggf</a></td><td> </td><td align="left" valign="top"> Função geradora para sequências.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_53.html#SEC206">53. grobner</a></td><td> </td><td align="left" valign="top"> Funções para trabalhar com as bases de Groebner.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_54.html#SEC215">54. impdiff</a></td><td> </td><td align="left" valign="top"> Derivadas implícitas.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_55.html#SEC217">55. implicit_plot</a></td><td> </td><td align="left" valign="top"> Gráficos implítos.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_56.html#SEC219">56. interpol</a></td><td> </td><td align="left" valign="top"> Pacote de interpolação.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_57.html#SEC222">57. lbfgs</a></td><td> </td><td align="left" valign="top"> L-BFGS pacote de minimização não limitada.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_58.html#SEC225">58. lindstedt</a></td><td> </td><td align="left" valign="top"> Pacote Lindstedt.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_59.html#SEC227">59. linearalgebra</a></td><td> </td><td align="left" valign="top"> Funções de álgebra linear.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_60.html#SEC230">60. lsquares</a></td><td> </td><td align="left" valign="top"> Método dos mínimos quadrados.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_61.html#SEC232">61. makeOrders</a></td><td> </td><td align="left" valign="top"> Expoentes de polinômios.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_62.html#SEC234">62. mnewton</a></td><td> </td><td align="left" valign="top"> Método de Newton.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_63.html#SEC236">63. numericalio</a></td><td> </td><td align="left" valign="top"> Leitura e escritura de arquivos.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_64.html#SEC239">64. opsubst</a></td><td> </td><td align="left" valign="top"> Comandos para subsituições.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_65.html#SEC241">65. orthopoly</a></td><td> </td><td align="left" valign="top"> Polinómios ortogonais.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_66.html#SEC250">66. plotdf</a></td><td> </td><td align="left" valign="top"> Gráficos de campos de direcções.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_67.html#SEC253">67. romberg</a></td><td> </td><td align="left" valign="top"> Método de Romberg para integração numerica.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_68.html#SEC255">68. simplex</a></td><td> </td><td align="left" valign="top"> Programação linear.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_69.html#SEC258">69. simplification</a></td><td> </td><td align="left" valign="top"> Funções e regras de simplificação.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_70.html#SEC268">70. solve_rec</a></td><td> </td><td align="left" valign="top"> Relações de recorrências lineares.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_71.html#SEC271">71. stats</a></td><td> </td><td align="left" valign="top"> Pacote de inferências estatísticas.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_72.html#SEC276">72. stirling</a></td><td> </td><td align="left" valign="top"> Fórmula de Stirling.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_73.html#SEC278">73. stringproc</a></td><td> </td><td align="left" valign="top"> Manipulação de seqüências de caracteres.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_74.html#SEC283">74. unit</a></td><td> </td><td align="left" valign="top"> Pacote de unidades e dimensões.
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_75.html#SEC286">75. zeilberger</a></td><td> </td><td align="left" valign="top"> Funções para somatórios hipergeométricos.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Índice
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_76.html#SEC294">76. Índice de Funções e Variáveis</a></td><td> </td><td align="left" valign="top"> Índice::
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
--- Listagem de Nodos Detalhada ---
Introdução
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_1.html#SEC1">1. Introdução ao Maxima</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Ajuda
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_3.html#SEC5">3.1 Lisp e Maxima</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_3.html#SEC6">3.2 Descartando</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_3.html#SEC7">3.3 Documentação</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_3.html#SEC8">3.4 Funções e Variáveis Definidas para Ajuda</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Linha de Comando
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_4.html#SEC10">4.1 Introdução a Linha de Comando</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_4.html#SEC11">4.2 Funções e Variáveis Definidas para Linha de Comando</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Operadores
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_5.html#SEC13">5.1 N-Argumentos</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_5.html#SEC14">5.2 Operador não fixado</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_5.html#SEC15">5.3 Operador Pósfixado</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_5.html#SEC16">5.4 Operador Préfixado</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_5.html#SEC17">5.5 Operadores Aritméticos</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_5.html#SEC18">5.6 Operadores Relacionais</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_5.html#SEC19">5.7 Operadores Geral</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Expressões
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_6.html#SEC21">6.1 Introdução a Expressões</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_6.html#SEC22">6.2 Complexo</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_6.html#SEC26">6.6 Desigualdade</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_6.html#SEC27">6.7 Sintaxe</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_6.html#SEC28">6.8 Funções e Variáveis Definidas para Expressões</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Simplificação
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_7.html#SEC30">7.1 Funções e Variáveis Definidas para Simplificação</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Montando Gráficos
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_8.html#SEC32">8.1 Funções e Variáveis Definidas para Montagem de Gráficos</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Entrada e Saída
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_9.html#SEC35">9.1 Comentários</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_9.html#SEC36">9.2 Arquivos</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_9.html#SEC37">9.3 Funções e Variáveis Definidas para Entrada e Saída de Dados</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Ponto Flutuante
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_10.html#SEC39">10.1 Funções e Variáveis Definidas para ponto Flutuante</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Contextos
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_11.html#SEC41">11.1 Funções e Variáveis Definidas para Contextos</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Polinômios
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_12.html#SEC43">12.1 Introdução a Polinômios</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_12.html#SEC44">12.2 Funções e Variáveis Definidas para Polinômios</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Constantes
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_13.html#SEC46">13.1 Funções e Variáveis Definidas para Constantes</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Logarítmos
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_14.html#SEC48">14.1 Funções e Variáveis Definidas para Logarítmos</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Trigonometria
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_15.html#SEC50">15.1 Introdução ao Pacote Trigonométrico</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_15.html#SEC51">15.2 Funções e Variáveis Definidas para Trigonometria</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Funções Especiais
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_16.html#SEC53">16.1 Introdução a Funções Especiais</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_16.html#SEC54">16.2 Funções e Variáveis Definidas para Funções Especiais</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Funções Elípticas
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_17.html#SEC56">17.1 Introdução a Funções Elípticas e Integrais</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_17.html#SEC57">17.2 Funções e Variáveis Definidas para Funções Elípticas</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_17.html#SEC58">17.3 Funções e Variáveis Definidas para Integrais Elípticas</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Limites
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_18.html#SEC60">18.1 Funções e Variáveis Definidas para Limites</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Diferenciação
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_19.html#SEC62">19.1 Funções e Variáveis Definidas para Diferenciação</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Integração
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_20.html#SEC64">20.1 Introdução a Integração</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_20.html#SEC65">20.2 Funções e Variáveis Definidas para Integração</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Equações
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_21.html#SEC70">21.1 Funções e Variáveis Definidas para Equações</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Equações Diferenciais
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_22.html#SEC72">22.1 Introdução a Equações Diferenciais</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_22.html#SEC73">22.2 Funções e Variáveis Definidas para Equações Diferenciais</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Numérico
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_23.html#SEC75">23.1 Introdução a Numérico</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_23.html#SEC76">23.2 Pacotes de Fourier</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_23.html#SEC77">23.3 Funções e Variáveis Definidas para Numérico</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_23.html#SEC78">23.4 Funções e Variáveis Definidas para Séries de Fourier</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Arrays
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_24.html#SEC80">24.1 Funções e Variáveis Definidas para Arrays</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Matrizes e Álgebra Linear
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_25.html#SEC82">25.1 Introdução a Matrizes e Álgebra Linear</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_25.html#SEC83">25.1.1 Ponto</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_25.html#SEC84">25.1.2 Vetores</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_25.html#SEC85">25.1.3 auto</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_25.html#SEC86">25.2 Funções e Variáveis Definidas para Matrizes e Álgebra Linear</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Funções Afins
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_26.html#SEC88">26.1 Funções e Variáveis Definidas para Funções Afins</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
itensor
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_27.html#SEC90">27.1 Introdução a itensor</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_27.html#SEC93">27.2 Funções e Variáveis Definidas para itensor</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
ctensor
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_28.html#SEC105">28.1 Introdução a ctensor</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_28.html#SEC106">28.2 Funções e Variáveis Definidas para ctensor</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Pacote atensor
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_29.html#SEC119">29.1 Introdução ao Pacote atensor</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_29.html#SEC120">29.2 Funções e Variáveis Definidas para o Pacote atensor</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Séries
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_30.html#SEC122">30.1 Introdução a Séries</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_30.html#SEC123">30.2 Funções e Variáveis Definidas para Séries</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Teoria dos Números
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_31.html#SEC125">31.1 Funções e Variáveis Definidas para Teoria dos Números</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Simetrias
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_32.html#SEC127">32.1 Funções e Variáveis Definidas para Simetrias</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Grupos
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_33.html#SEC136">33.1 Funções e Variáveis Definidas para Grupos</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Ambiente em Tempo de Execução
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_34.html#SEC138">34.1 Introdução a Ambiente em Tempo de Execução</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_34.html#SEC139">34.2 Interrupções</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_34.html#SEC140">34.3 Funções e Variáveis Definidas para Ambiente em Tempo de Execução</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Opções Diversas
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_35.html#SEC142">35.1 Introdução a Opções Diversas</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_35.html#SEC143">35.2 Compartilhado</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_35.html#SEC144">35.3 Funções e Variáveis Definidas para Opções Diversas</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Regras e Modelos
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_36.html#SEC146">36.1 Introdução a Regras e Modelos</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_36.html#SEC147">36.2 Funções e Variáveis Definidas para Regras e Modelos</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Listas
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_37.html#SEC149">37.1 Introdução a Listas</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_37.html#SEC150">37.2 Funções e Variáveis Definidas para Listas</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Conjuntos
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_38.html#SEC152">38.1 Introdução a Conjuntos</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_38.html#SEC157">38.2 Funções e Variáveis Definidas para Conjuntos</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Definição de Função
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_39.html#SEC159">39.1 Introdução a Definição de Função</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_39.html#SEC160">39.2 Função</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_39.html#SEC163">39.3 Macros</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_39.html#SEC164">39.4 Funções e Variáveis para Definição de Função</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Fluxo de Programa
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_40.html#SEC166">40.1 Introdução a Fluxo de Programa</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_40.html#SEC167">40.2 Funções e Variáveis Definidas para Fluxo de Programa</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
Depurando
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_41.html#SEC171">41.3 Funções e Variáveis Definidas para Depuração</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
augmented_lagrangian
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_42.html#SEC173">42.1 Funções e Variáveis Definidas para augmented_lagrangian</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
bode
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_43.html#SEC175">43.1 Funções e Variáveis Definidas para bode</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
contrib_ode
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_44.html#SEC177">44.1 Introdução a contrib_ode</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_44.html#SEC178">44.2 Funções e Variáveis Definidas para contrib_ode</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_44.html#SEC179">44.3 Possibilidades de melhorias em contrib_ode</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_44.html#SEC180">44.4 Casos de teste para contrib_ode</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_44.html#SEC181">44.5 Referências bibliográficas para contrib_ode</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
descriptive
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_45.html#SEC183">45.1 Introdução ao pacote descriptive</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_45.html#SEC184">45.2 Funções e Variáveis Definidas para manipulação da dados</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_45.html#SEC185">45.3 Funções e Variáveis Definidas para estatística descritiva</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_45.html#SEC186">45.4 Funções e Variáveis Definidas específicas para estatística descritiva de várias variáveis</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_45.html#SEC187">45.5 Funções e Variáveis Definidas para gráficos estatísticos</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
diag
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_46.html#SEC189">46.1 Funções e Variáveis Definidas para diag</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
distrib
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_47.html#SEC191">47.1 Introdução a distrib</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_47.html#SEC192">47.2 Funções e Variáveis Definidas para distribuições contínuas</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_47.html#SEC193">47.3 Funções e Variáveis Definidas para distribuições discretas</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
draw
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_48.html#SEC195">48.1 Introdução a draw</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_48.html#SEC196">48.2 Funções e Variáveis Definidas para draw</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
dynamics
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_49.html#SEC198">49.1 Introdução a dynamics</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_49.html#SEC199">49.2 Funções e Variáveis Definidas para dynamics</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
eval_string
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_50.html#SEC201">50.1 Funções e Variáveis Definidas para eval_string</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
f90
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_51.html#SEC203">51.1 Funções e Variáveis Definidas para f90</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
ggf
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_52.html#SEC205">52.1 Funções e Variáveis Definidas para ggf</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
grobner
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_53.html#SEC207">53.1 Introdução a grobner</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_53.html#SEC210">53.2 Funções e Variáveis Definidas para grobner</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
impdiff
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_54.html#SEC216">54.1 Funções e Variáveis Definidas para impdiff</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
implicit_plot
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_55.html#SEC218">55.1 Funções e Variáveis Definidas para implicit_plot</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
interpol
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_56.html#SEC220">56.1 Introdução a interpol</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_56.html#SEC221">56.2 Funções e Variáveis Definidas para interpol</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
lbfgs
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_57.html#SEC223">57.1 Introdução a lbfgs</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_57.html#SEC224">57.2 Funções e Variáveis Definidas para lbfgs</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
lindstedt
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_58.html#SEC226">58.1 Funções e Variáveis Definidas para lindstedt</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
linearalgebra
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_59.html#SEC228">59.1 Introdução a linearalgebra</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_59.html#SEC229">59.2 Funções e Variáveis Definidas para linearalgebra</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
lsquares
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_60.html#SEC231">60.1 Funções e Variáveis Definidas para lsquares</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
makeOrders
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_61.html#SEC233">61.1 Funções e Variáveis Definidas para makeOrders</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
mnewton
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_62.html#SEC235">62.1 Funções e Variáveis Definidas para mnewton</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
numericalio
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_63.html#SEC237">63.1 Introdução a numericalio</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_63.html#SEC238">63.2 Funções e Variáveis Definidas para numericalio</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
opsubst
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_64.html#SEC240">64.1 Funções e Variáveis Definidas para opsubst</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
orthopoly
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_65.html#SEC242">65.1 Introdução a polinômios ortogonais</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_65.html#SEC249">65.2 Funções e Variáveis Definidas para polinômios ortogonais</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
plotdf
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_66.html#SEC251">66.1 Introdução a plotdf</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_66.html#SEC252">66.2 Funções e Variáveis Definidas para plotdf</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
romberg
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_67.html#SEC254">67.1 Funções e Variáveis Definidas para romberg</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
simplex
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_68.html#SEC256">68.1 Introdução a simplex</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_68.html#SEC257">68.2 Funções e Variáveis Definidas para simplex</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
simplification
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_69.html#SEC259">69.1 Introdução a simplification</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_69.html#SEC260">69.2 Funções e Variáveis Definidas para simplification</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
solve_rec
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_70.html#SEC269">70.1 Introdução a solve_rec</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_70.html#SEC270">70.2 Funções e Variáveis Definidas para solve_rec</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
stats
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_71.html#SEC272">71.1 Introdução a stats</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_71.html#SEC273">71.2 Funções e Variáveis Definidas para inference_result</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_71.html#SEC274">71.3 Funções e Variáveis Definidas para stats</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_71.html#SEC275">71.4 Funções e Variáveis Definidas para distribuições especiais</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
stirling
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_72.html#SEC277">72.1 Funções e Variáveis Definidas para stirling</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
stringproc
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_73.html#SEC279">73.1 Introdução a manipulação de seqüências de caracteres</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_73.html#SEC280">73.2 Funções e Variáveis para entrada e saída</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_73.html#SEC281">73.3 Funções e Variáveis para caracteres</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_73.html#SEC282">73.4 Funções e Variáveis para seqüências de caracteres</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
unit
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_74.html#SEC284">74.1 Introdução a Units</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_74.html#SEC285">74.2 Funções e Variáveis Definidas para Units</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
zeilberger
</pre></th></tr><tr><td align="left" valign="top"><a href="maxima_75.html#SEC287">75.1 Introdução a zeilberger</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="maxima_75.html#SEC291">75.2 Funções e Variáveis Definidas para zeilberger</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
</pre></th></tr></table>
<hr size="1">
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#SEC_Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="maxima_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="maxima_77.html#SEC295" title="Index">Índice</a>]</td>
<td valign="middle" align="left">[<a href="maxima_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<p>
<font size="-1">
This document was generated by <em>Robert</em> on <em>Dezembro, 3 2012</em> using <a href="http://texi2html.cvshome.org/"><em>texi2html 1.76</em></a>.
</font>
<br>
</p>
</body>
</html>
|
mysite/timeline/templates/404.html | murtaza64/codeline | {% extends "timeline/header.html" %}
{% block head %}
<title>page not found | codeli.ne</title>
{% endblock %}
{% block subtitle %}
{% endblock %}
{% block lefttitle %}
<br>
<center>
<a class="title" href="/">
<h3>codeline</h3>
</a>
<p class = "subtitle">
404
</p>
</center>
{% endblock %}
{% block login %}
{% include 'timeline/includes/login.html' %}
{% endblock %}
{% block sidebarlinks %}
{% include 'timeline/includes/sidebarlinks.html' %}
{% endblock %}
{% block content %}
<br>
page not found
{% endblock %}
|
geonode/templates/search/_general_filters.html | Geode/geonode | {% load i18n %}
{% if SEARCH_FILTERS.CATEGORIES_ENABLED %}
<nav class="filter">
<h4><a href="#" class="toggle toggle-nav"><i class="fa fa-chevron-right"></i>{% trans "Categories" %}</a></h4>
<ul class="nav closed" id="categories">
{% verbatim %}
<li ng-repeat="category in categories" ng-if="category.count > 0">
<a data-value="{{ category.identifier }}" data-filter="category__identifier__in"
ng-click="multiple_choice_listener($event)" class="{{category.active}}"><div class="fa-stack fa-1g"><i class="fa fa-square-o fa-stack-2x"></i><i class="fa {{category.fa_class}} fa-stack-1x"></i></div>{{ category.gn_description | limitTo: 25 }}{{ category.gn_description.length > 25 ? '...' : ''}}
<span class="badge pull-right">{{ category.count }}</span>
</a>
</li>
{% endverbatim %}
</ul>
</nav>
{% endif %}
{% if SEARCH_FILTERS.KEYWORDS_ENABLED %}
<nav class="filter">
<h4><a href="#" class="toggle toggle-nav"><i class="fa fa-chevron-right"></i> {% trans "Keywords" %}</a></h4>
<ul class="nav closed" id="keywords">
{% verbatim %}
<li ng-repeat="keyword in keywords" ng-if="keyword.count > 0">
<a data-value="{{ keyword.slug }}" data-filter="keywords__slug__in" ng-click="multiple_choice_listener($event)" class="{{keyword.active}}">{{ keyword.name }}
<span class="badge pull-right">{{ keyword.count }}</span>
</a>
</li>
{% endverbatim %}
</ul>
</nav>
{% endif %}
{% if SEARCH_FILTERS.OWNERS_ENABLED %}
<nav class="filter">
<h4><a href="#" class="toggle toggle-nav"><i class="fa fa-chevron-right"></i> {% trans "Owners" %}</a></h4>
<ul class="nav closed" id="owners">
{% verbatim %}
<li ng-repeat="owner in owners" ng-if="owner.count > 0">
<a data-value="{{ owner.username }}" data-filter="owner__username__in" ng-click="multiple_choice_listener($event)" class="{{owner.active}}">{{ owner.username }}
<span class="badge pull-right">{{ owner.count }}</span>
</a>
</li>
{% endverbatim %}
</ul>
</nav>
{% endif %}
{% if SEARCH_FILTERS.DATE_ENABLED %}
<nav class="filter">
<h4><a href="#" class="toggle toggle-nav"><i class="fa fa-chevron-right"></i>{% trans "Date" %}</a></h4>
<ul class="nav closed" id="date_start">
<label>{% trans "Date begins after:" %}</label>
<li><input value="yyyy-mm-dd" data-date-format="YYYY-MM-DD" type="text" class="datepicker" placeholder="{% trans 'yyyy-mm-dd' %}" ng-model="date_query.date__gte" /></li>
</ul>
<ul class="nav closed" id="date_end">
<label>{% trans "Date ends before:" %}</label>
<li><input value="yyyy-mm-dd" data-date-format="YYYY-MM-DD" type="text" class="datepicker" placeholder="{% trans 'yyyy-mm-dd' %}" ng-model="date_query.date__lte" /></li>
</ul>
</nav>
{% endif %}
|
Robot/leJOS_EV3_0.9.1-beta_win32/docs/ev3/lejos/robotics/navigation/Pose.html | Haldoryn/Kartierung-eines-Raums | <!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_25) on Mon Nov 16 09:23:34 GMT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Pose (leJOS EV3 API documentation)</title>
<meta name="date" content="2015-11-16">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Pose (leJOS EV3 API documentation)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-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="../../../lejos/robotics/navigation/OmniPilot.html" title="class in lejos.robotics.navigation"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../lejos/robotics/navigation/RotateMoveController.html" title="interface in lejos.robotics.navigation"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?lejos/robotics/navigation/Pose.html" target="_top">Frames</a></li>
<li><a href="Pose.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field.summary">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">lejos.robotics.navigation</div>
<h2 title="Class Pose" class="title">Class Pose</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>lejos.robotics.navigation.Pose</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../lejos/robotics/Transmittable.html" title="interface in lejos.robotics">Transmittable</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">Pose</span>
extends java.lang.Object
implements <a href="../../../lejos/robotics/Transmittable.html" title="interface in lejos.robotics">Transmittable</a></pre>
<div class="block">Represents the location and heading(direction angle) of a robot.<br>
This class includes methods for updating the Pose to in response to basic robot
movements.
It also contains utility methods for use in navigation, such as the
direction and distance to a point from the location of the pose, and also the
location of a point at a given distance and direction from the location of the pose.<br>
All directions and angles are in degrees and use the standard convention
in mathematics: direction 0 is parallel to the X axis, and direction +90 is
parallel to the Y axis. <br></div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Roger Glassey</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" 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 float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#Z:Z_heading">_heading</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../lejos/robotics/geometry/Point.html" title="class in lejos.robotics.geometry">Point</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#Z:Z_location">_location</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#format">format</a></span></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#Pose--">Pose</a></span>()</code>
<div class="block">allocate a new Pose at the origin, heading = 0:the direction the positive X axis</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#Pose-float-float-float-">Pose</a></span>(float x,
float y,
float heading)</code>
<div class="block">Allocate a new pose at location (x,y) with specified heading in degrees.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#angleTo-lejos.robotics.geometry.Point-">angleTo</a></span>(<a href="../../../lejos/robotics/geometry/Point.html" title="class in lejos.robotics.geometry">Point</a> destination)</code>
<div class="block">Returns the angle with respect to the X axis to <code.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#arcUpdate-float-float-">arcUpdate</a></span>(float distance,
float turnAngle)</code>
<div class="block">Sets the pose location and heading to the correct values resulting from travel
in a circular arc.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#distanceTo-lejos.robotics.geometry.Point-">distanceTo</a></span>(<a href="../../../lejos/robotics/geometry/Point.html" title="class in lejos.robotics.geometry">Point</a> destination)</code>
<div class="block">Return the distance to the destination</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#dumpObject-java.io.DataOutputStream-">dumpObject</a></span>(java.io.DataOutputStream dos)</code> </td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#getHeading--">getHeading</a></span>()</code>
<div class="block">returns the heading (direction angle) of the Pose</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../lejos/robotics/geometry/Point.html" title="class in lejos.robotics.geometry">Point</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#getLocation--">getLocation</a></span>()</code>
<div class="block">Get the location as a Point</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#getX--">getX</a></span>()</code>
<div class="block">Get the X coordinate</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#getY--">getY</a></span>()</code>
<div class="block">Get the Y coordinate</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#loadObject-java.io.DataInputStream-">loadObject</a></span>(java.io.DataInputStream dis)</code> </td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#moveUpdate-float-">moveUpdate</a></span>(float distance)</code>
<div class="block">Move the specified distance in the direction of current heading.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../lejos/robotics/geometry/Point.html" title="class in lejos.robotics.geometry">Point</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#pointAt-float-float-">pointAt</a></span>(float distance,
float bearing)</code>
<div class="block">Returns the point at <code> distance </code> from the location of this pose,
in the direction <code>bearing</code> relative to the X axis.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#relativeBearing-lejos.robotics.geometry.Point-">relativeBearing</a></span>(<a href="../../../lejos/robotics/geometry/Point.html" title="class in lejos.robotics.geometry">Point</a> destination)</code>
<div class="block">Returns the angle to <code>destination</code> relative to the pose heading;</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#rotateUpdate-float-">rotateUpdate</a></span>(float angle)</code>
<div class="block">Rotate the heading through the specified angle</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#setHeading-float-">setHeading</a></span>(float heading)</code> </td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#setLocation-float-float-">setLocation</a></span>(float x,
float y)</code>
<div class="block">Sets the location of this pose to a new point at x,y;</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#setLocation-lejos.robotics.geometry.Point-">setLocation</a></span>(<a href="../../../lejos/robotics/geometry/Point.html" title="class in lejos.robotics.geometry">Point</a> p)</code>
<div class="block">Set the location of the pose</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#toString--">toString</a></span>()</code>
<div class="block">return string contains x,y and heading</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../lejos/robotics/navigation/Pose.html#translate-float-float-">translate</a></span>(float dx,
float dy)</code>
<div class="block">Change the x and y coordinates of the pose by adding dx and dy.</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, 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="Z:Z_location">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>_location</h4>
<pre>protected <a href="../../../lejos/robotics/geometry/Point.html" title="class in lejos.robotics.geometry">Point</a> _location</pre>
</li>
</ul>
<a name="Z:Z_heading">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>_heading</h4>
<pre>protected float _heading</pre>
</li>
</ul>
<a name="format">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>format</h4>
<pre>protected static java.lang.String format</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Pose--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Pose</h4>
<pre>public Pose()</pre>
<div class="block">allocate a new Pose at the origin, heading = 0:the direction the positive X axis</div>
</li>
</ul>
<a name="Pose-float-float-float-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Pose</h4>
<pre>public Pose(float x,
float y,
float heading)</pre>
<div class="block">Allocate a new pose at location (x,y) with specified heading in degrees.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>x</code> - the X coordinate</dd>
<dd><code>y</code> - the Y coordinate</dd>
<dd><code>heading</code> - the heading</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="rotateUpdate-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rotateUpdate</h4>
<pre>public void rotateUpdate(float angle)</pre>
<div class="block">Rotate the heading through the specified angle</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>angle</code> - </dd>
</dl>
</li>
</ul>
<a name="moveUpdate-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>moveUpdate</h4>
<pre>public void moveUpdate(float distance)</pre>
<div class="block">Move the specified distance in the direction of current heading.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>distance</code> - to move</dd>
</dl>
</li>
</ul>
<a name="translate-float-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>translate</h4>
<pre>public void translate(float dx,
float dy)</pre>
<div class="block">Change the x and y coordinates of the pose by adding dx and dy.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>dx</code> - change in x coordinate</dd>
<dd><code>dy</code> - change in y coordinate</dd>
</dl>
</li>
</ul>
<a name="arcUpdate-float-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>arcUpdate</h4>
<pre>public void arcUpdate(float distance,
float turnAngle)</pre>
<div class="block">Sets the pose location and heading to the correct values resulting from travel
in a circular arc. The radius is calculated from the distance and turn angle</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>distance</code> - the distance traveled</dd>
<dd><code>turnAngle</code> - the angle turned</dd>
</dl>
</li>
</ul>
<a name="angleTo-lejos.robotics.geometry.Point-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>angleTo</h4>
<pre>public float angleTo(<a href="../../../lejos/robotics/geometry/Point.html" title="class in lejos.robotics.geometry">Point</a> destination)</pre>
<div class="block">Returns the angle with respect to the X axis to <code. destination </code> from the
current location of this pose.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>destination</code> - </dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>angle in degrees</dd>
</dl>
</li>
</ul>
<a name="relativeBearing-lejos.robotics.geometry.Point-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>relativeBearing</h4>
<pre>public float relativeBearing(<a href="../../../lejos/robotics/geometry/Point.html" title="class in lejos.robotics.geometry">Point</a> destination)</pre>
<div class="block">Returns the angle to <code>destination</code> relative to the pose heading;</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>destination</code> - the target point</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the relative bearing of the destination, between -180 and 180</dd>
</dl>
</li>
</ul>
<a name="distanceTo-lejos.robotics.geometry.Point-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>distanceTo</h4>
<pre>public float distanceTo(<a href="../../../lejos/robotics/geometry/Point.html" title="class in lejos.robotics.geometry">Point</a> destination)</pre>
<div class="block">Return the distance to the destination</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>destination</code> - </dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the distance</dd>
</dl>
</li>
</ul>
<a name="pointAt-float-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>pointAt</h4>
<pre>public <a href="../../../lejos/robotics/geometry/Point.html" title="class in lejos.robotics.geometry">Point</a> pointAt(float distance,
float bearing)</pre>
<div class="block">Returns the point at <code> distance </code> from the location of this pose,
in the direction <code>bearing</code> relative to the X axis.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>distance</code> - the distance to the point</dd>
<dd><code>bearing</code> - the true bearing of the point</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>point</dd>
</dl>
</li>
</ul>
<a name="getHeading--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHeading</h4>
<pre>public float getHeading()</pre>
<div class="block">returns the heading (direction angle) of the Pose</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the heading</dd>
</dl>
</li>
</ul>
<a name="getX--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getX</h4>
<pre>public float getX()</pre>
<div class="block">Get the X coordinate</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the X coordinate</dd>
</dl>
</li>
</ul>
<a name="getY--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getY</h4>
<pre>public float getY()</pre>
<div class="block">Get the Y coordinate</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the Y coordinate</dd>
</dl>
</li>
</ul>
<a name="getLocation--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLocation</h4>
<pre>public <a href="../../../lejos/robotics/geometry/Point.html" title="class in lejos.robotics.geometry">Point</a> getLocation()</pre>
<div class="block">Get the location as a Point</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the location as a point</dd>
</dl>
</li>
</ul>
<a name="setLocation-lejos.robotics.geometry.Point-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setLocation</h4>
<pre>public void setLocation(<a href="../../../lejos/robotics/geometry/Point.html" title="class in lejos.robotics.geometry">Point</a> p)</pre>
<div class="block">Set the location of the pose</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>p</code> - the new location</dd>
</dl>
</li>
</ul>
<a name="setLocation-float-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setLocation</h4>
<pre>public void setLocation(float x,
float y)</pre>
<div class="block">Sets the location of this pose to a new point at x,y;</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>x</code> - </dd>
<dd><code>y</code> - </dd>
</dl>
</li>
</ul>
<a name="setHeading-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setHeading</h4>
<pre>public void setHeading(float heading)</pre>
</li>
</ul>
<a name="toString--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString()</pre>
<div class="block">return string contains x,y and heading</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>x,y,heading</dd>
</dl>
</li>
</ul>
<a name="dumpObject-java.io.DataOutputStream-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dumpObject</h4>
<pre>public void dumpObject(java.io.DataOutputStream dos)
throws java.io.IOException</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../lejos/robotics/Transmittable.html#dumpObject-java.io.DataOutputStream-">dumpObject</a></code> in interface <code><a href="../../../lejos/robotics/Transmittable.html" title="interface in lejos.robotics">Transmittable</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd>
</dl>
</li>
</ul>
<a name="loadObject-java.io.DataInputStream-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>loadObject</h4>
<pre>public void loadObject(java.io.DataInputStream dis)
throws java.io.IOException</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../lejos/robotics/Transmittable.html#loadObject-java.io.DataInputStream-">loadObject</a></code> in interface <code><a href="../../../lejos/robotics/Transmittable.html" title="interface in lejos.robotics">Transmittable</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../lejos/robotics/navigation/OmniPilot.html" title="class in lejos.robotics.navigation"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../lejos/robotics/navigation/RotateMoveController.html" title="interface in lejos.robotics.navigation"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?lejos/robotics/navigation/Pose.html" target="_top">Frames</a></li>
<li><a href="Pose.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field.summary">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
templates/base/base.html | SnowRomance/CMDB | <!DOCTYPE html>
<html lang="en">
<head>
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" href="/static/libs/bootstrap/3.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="/static/css/base/top.css"/>
<link rel="stylesheet" href="/static/css/base/menu.css"/>
<link rel="stylesheet" href="/static/css/base/base.css"/>
{% block css %}{% endblock %}
</head>
<body>
{% include 'base/top.html' %}
<div id="content">
{% include 'base/menu.html' %}
{% block content %}{% endblock %}
</div>
</body>
<script src="/static/js/jquery.min.js"></script>
<script src="/static/js/top.js"></script>
<script src="/static/js/menu.js"></script>
{% block script %}{% endblock %}
</html> |
_source/news/2017-05-04-army-chief.html | InstantKhabar/_source | ---
title: "सेना पाकिस्तान की बर्बरता का मुंह तोड़ जवाब देगी: सेना प्रमुख"
layout: item
category: ["india"]
date: 2017-05-04T08:15:02.841Z
image: 1493905502840army-chief.jpg
---
<p>नई दिल्ली: जम्मू कश्मीर में एक के बाद एक आए आतंकियों के वीडियो के बाद सेना की धरपकड़ तेज हो गई है. शोपियां जिले में आतंकियों के खिलाफ सुरक्षा बलों का बड़ा ऑपरेशन चल रहा है.</p>
<p>इसी बीच भारत के सेना प्रमुख जनरल बिपिन रावत ने इशारे-इशारे में कहा कि भारतीय सैनिकों के शव के साथ पाकिस्तानी सैनिकों की गई हरकत पर भारतीय सेना जवाबी कार्रवाई कर सकती है. रावत ने कहा कि भारतीय सेना काम को पूरा करने से पहले अपनी योजना का खुलासा नहीं करती है.</p>
<p>इस बर्बरतापूर्ण कृत्य की जवाबी कार्रवाई के संबंध में पूछे गए सवालों का रावत ने कोई सीधा जवाब नहीं दिया और कहा कि सशस्त्र बल पड़ोसी देश के इस प्रकार के कृत्यों का प्रभावी जवाब देंगे.</p>
<p>उन्होंने कहा कि हम पहले से भविष्य की योजनाओं के बारे में चर्चा नहीं करते. उनका कहना था कि जब इस प्रकार का कृत्य होगा तो हम भी जवाबी कार्रवाई करते हैं. गौरतलब है कि सेना के उप प्रमुख शरदचंद ने मंगलवार को कहा था कि सेना इस घातक कदम का अपनी पंसद के समय और स्थान पर जवाब देगी.</p>
<p>रक्षा मंत्री अरूण जेटली भी कह चुके हैं कि इन दोनों सुरक्षाकर्मियों का बलिदान व्यर्थ नहीं जाएगा तथा भारतीय सुरक्षा बल पाकिस्तानी सैनिकों के इस अमानुषिक कृत्य का समुचित जवाब देंगे. उन्होंने कहा कि भारतीय सैनिकों के साथ हुई बर्बरता की घटना के बाद जम्मू कश्मीर में घुसपैठ रोधी तंत्र को और चौकन्ना कर दिया गया है.</p>
<p>गुरुवार सुबह से जारी इस ऑपरेशन में सुरक्षा बल शोपियां के करीब 30 से 40 गांवों को घेरकर सर्च कर रहे हैं. लेकिन एक बार फिर सेना की कार्रवाई में स्थानीय लोगों बाधा डाल रहे हैं. स्थानीय लोगों द्वारा किए जा रहा पथराव सुरक्षा बलों के अभियान में खलल डाल रहा है.</p>
<p>सेना के सर्च ऑपरेशन में गांववाले पथराव कर रहे हैं. शोपिया में अब हेलिकॉप्टर के जरिए भी सर्विलिएन्स (surveillance) किया जा रहा है. पुलिस के एक अधिकारी ने बताया कि सुरक्षाबलों ने आतंकवादियों की मौजूदगी की जानकारी मिलने के बाद शोपियां जिले के जैनपोर के छह गांवों में ये अभियान शुरू किए.</p>
<p>इस माहीने दक्षिण कश्मीर के कई बैंकों में विशेषकर शोपियां और पुलवामा जिले के बैंकों में अनेक हमले हुए हैं. पुलिस अधिकारी ने बताया कि आधी रात को शुरू किए इस अभियान में बड़ी संख्या में सुरक्षा बल शामिल हैं. अधिकारी ने बताया कि हालांकि इन इलाकों में कुछ समूहों के सुरक्षा बलों पर पथराव करने से अभियान बाधित हो रहा है.</p>
<p>बता दें बीते 2 हफ्तों में आतंकियों के 4 से 5 वीडियो सामने आए हैं.साथ ही आतंकियों ने बैंक लूटने और हथियार लूटने की कई वारदातों को अंजाम दिया है. अब सेना आतंकियों के वीडियो से जगह पहचानने में जुट गई है.</p> |
templates/noinventory/catalogo_android.html | hugobarzano/NoInventory | {% extends "base_android.html" %}
{% load staticfiles %}
{% load qr %}
{% block title %}Index{% endblock %}
{% block lateral_izquierda %}
{% endblock %}
{% block body_block %}
<div id="freeow" class="freeow freeow-bottom-right"></div>
<div class="panel panel-primary">
<div class="panel-heading">
<h1 class="panel-title"><strong>{{catalogo.nombre_catalogo}}</strong>
<button type="button" class="btn btn-default btn-sm pull-right" onclick="setNotificacion3();" id='cleanCatalogo'><span class="glyphicon glyphicon-fire"></span> <strong> Limpiar</strong></button>
<br>
<br>
</h1>
</div>
<ul class="list-group" id="catalogo" data-catalogo = "{{ catalogo_id }}" data-organizacion="{{catalogo.organizacion}}">
<li class="list-group-item">
{% if catalogo %}
Fecha: {{catalogo.fecha_alta_catalogo}} </h3>
<p>
Detalles: {{ catalogo.descripcion_catalogo }}
</p>
Alerta: {{catalogo.tag_catalogo}}<br>
Tipo: {{catalogo.tipo_catalogo}}
<hr>
<p id="peso">Peso Total: {{catalogo.peso_total}} Kg</p>
<p id="unidades">Total Unidades: {{catalogo.id_items_catalogo|unidades}}</p>
<br>
<br>
Creado por: {{ catalogo.usuario }}
Para la Organizacion: {{catalogo.organizacion}}
<br>
{{ catalogo.qr_data|qrcode:"my alt" }}
<br>
{% else %}
<strong>No hay Catalogo</strong>
{% endif %}
</li>
</ul>
</div>
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Items del catalogo </h3>
</div>
<div class="table-responsive">
<table class="table table-hover table-striped">
<thead>
<tr>
<th>Item</th>
<th>Fecha</th>
<th>{{ tag1 }}</th>
<th>{{ tag2 }}</th>
<th>{{ tag3 }}</th>
<th>Peso</th>
</tr>
</thead>
<tbody >
{% if lista_items %}
{% for i in lista_items %}
<tr>
<td>{{i.nombre_item}}</td>
<td>{{ i.fecha_alta_item }}</td>
<td>{{ i.tag1 }}</td>
<td>{{ i.tag2 }}</td>
<td>{{ i.tag3 }}</td>
<td>{{ i.peso }}</td>
<td><button class=" btn btn-default btn-sm borrarBoton" onclick="setNotificacion4();" data-item="{{ i|documento_id}}" id="{{ i|documento_id}}"><span class="glyphicon glyphicon-fire"></span></button></td>
</tr>
{% endfor %}
{% endif %}
</tr>
</tbody>
</table>
</div>
</div>
<script>
function setNotificacion3() {
$("#freeow").freeow("Catálogo Limpiado con Éxito", "No tiene Items asociados", {
classes: ["smokey", "notice"],
autoHide: false
});
}
function setNotificacion4() {
$("#freeow").freeow("Item", "Eliminado del catálogo", {
classes: ["smokey", "notice"],
autoHide: true
});
}
$(function () {
$("#cleanCatalogo").click(function (){
$.ajax({
url: "/cleanCatalogo/",
type: "get", //send it through get method
data:{catalogo_id:$("#catalogo").attr("data-catalogo")},
cache: false,
success: function(response) {
console.log(response)
$('.table').html(response["contenido"])
$('#peso').html('<p id="peso">Peso Total: '+response["peso_total"]+'</p>')
},
error: function(xhr) {
}
});
})
})
$(document).on('click', ".borrarBoton", function () {
console.log("boton para borrar")
var catid = $(this).attr("data-item")
var catalogo=$("#catalogo").attr("data-catalogo")
var organizacion=$("#catalogo").attr("data-organizacion")
$.ajax({
url: "/borrarItemFromCatalogoAndroid/",
type: "get", //send it through get method
data:{item_id:catid,catalogo_id:catalogo,organizacion:organizacion},
success: function(response) {
$('.table').html(response)
},
error: function(xhr) {
}
});
});
function actualiza() {
console.log("actualizacion")
console.log($("#catalogo").attr("data-organizacion"));
$.ajax({
url: "/updateCatalogoAndroid/",
type: "get", //send it through get method
data:{catalogo_id:$("#catalogo").attr("data-catalogo"),organizacion:$("#catalogo").attr("data-organizacion")},
cache: false,
success: function(response) {
console.log(response)
$('.table').html(response["contenido"])
$('#peso').html('<p id="peso">Peso Total: '+response["peso_total"]+' Kg</p>')
$('#unidades').html('<p id="unidades">Total Unidades: '+response["unidades"]+'</p>')
},
error: function(xhr) {
}
});
}
$(document).ready(function(){
setInterval(actualiza, 3000);
});
</script>
{% endblock %}
|
more-on-multiprocessing.html | DavidAlphaFox/LYEFGG | <!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" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="keywords" content="Erlang, multiprocessing, process, state, message, timeout, selective receive, mailbox, receive, recursion" />
<meta name="description" content="Additional concepts about multiprocessing in Erlang. Includes examples on how to keep state, avoid locks with timeouts and how to handle selective receives." />
<meta name="google-site-verification" content="mi1UCmFD_2pMLt2jsYHzi_0b6Go9xja8TGllOSoQPVU" />
<link rel="stylesheet" type="text/css" href="static/css/screen.css" media="screen" />
<link rel="stylesheet" type="text/css" href="static/css/sh/shCore.css" media="screen" />
<link rel="stylesheet" type="text/css" href="static/css/sh/shThemeLYSE2.css" media="screen" />
<link rel="stylesheet" type="text/css" href="static/css/print.css" media="print" />
<link href="rss" type="application/rss+xml" rel="alternate" title="LYSE news" />
<link rel="icon" type="image/png" href="favicon.ico" />
<link rel="apple-touch-icon" href="static/img/touch-icon-iphone.png" />
<link rel="apple-touch-icon" sizes="72x72" href="static/img/touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="114x114" href="static/img/touch-icon-iphone4.png" />
<title>More On Multiprocessing | Learn You Some Erlang for Great Good!</title>
</head>
<body>
<div id="wrapper">
<div id="header">
<h1>Learn you some Erlang</h1>
<span>for great good!</span>
</div> <!-- header -->
<div id="menu">
<ul>
<li><a href="content.html" title="Home">Home</a></li>
<li><a href="faq.html" title="Frequently Asked Questions">FAQ</a></li>
<li><a href="rss" title="Latest News">RSS</a></li>
<li><a href="static/erlang/learn-you-some-erlang.zip" title="Source Code">Code</a></li>
</ul>
</div><!-- menu -->
<div id="content">
<div class="noscript"><noscript>Hey there, it appears your Javascript is disabled. That's fine, the site works without it. However, you might prefer reading it with syntax highlighting, which requires Javascript!</noscript></div>
<h2>More On Multiprocessing</h2>
<h3><a class="section" name="state-your-state">State Your State</a></h3>
<img class="right" src="static/img/turkey.png" width="140" height="157" alt="a roasted turkey leg" />
<p>The examples shown in the previous chapter were all right for demonstrative purposes, but you won't go far with only that in your toolkit. It's not that the examples were bad, it's mostly that there is not a huge advantage to processes and actors if they're just functions with messages. To fix this, we have to be able to hold state in a process.</p>
<p>Let's first create a function in a new <a class="source" href="static/erlang/kitchen.erl">kitchen.erl</a> module that will let a process act like a fridge. The process will allow two operations: storing food in the fridge and taking food from the fridge. It should only be possible to take food that has been stored beforehand. The following function can act as the base for our process:</p>
<pre class="brush:erl">
-module(kitchen).
-compile(export_all).
fridge1() ->
receive
{From, {store, _Food}} ->
From ! {self(), ok},
fridge1();
{From, {take, _Food}} ->
%% uh....
From ! {self(), not_found},
fridge1();
terminate ->
ok
end.
</pre>
<p>Something's wrong with it. When we ask to store the food, the process should reply with <samp>ok</samp>, but there is nothing actually storing the food; <code>fridge1()</code> is called and then the function starts from scratch, without state. You can also see that when we call the process to take food from the fridge, there is no state to take it from and so the only thing to reply is <samp>not_found</samp>. In order to store and take food items, we'll need to add state to the function.</p>
<p>With the help of recursion, the state to a process can then be held entirely in the parameters of the function. In the case of our fridge process, a possibility would be to store all the food as a list, and then look in that list when someone needs to eat something:</p>
<pre class="brush:erl">
fridge2(FoodList) ->
receive
{From, {store, Food}} ->
From ! {self(), ok},
fridge2([Food|FoodList]);
{From, {take, Food}} ->
case lists:member(Food, FoodList) of
true ->
From ! {self(), {ok, Food}},
fridge2(lists:delete(Food, FoodList));
false ->
From ! {self(), not_found},
fridge2(FoodList)
end;
terminate ->
ok
end.
</pre>
<p>The first thing to notice is that <code>fridge2/1</code> takes one argument, <var>FoodList</var>. You can see that when we send a message that matches <code>{From, {store, Food}}</code>, the function will add <var>Food</var> to <var>FoodList</var> before going. Once that recursive call is made, it will then be possible to retrieve the same item. In fact, I implemented it there. The function uses <code><a class="docs" href="http://erldocs.com/17.3/lists.html#member/2" title="The lists club counts me as a member">lists:member/2</a></code> to check whether <var>Food</var> is part of <var>FoodList</var> or not. Depending on the result, the item is sent back to the calling process (and removed from <var>FoodList</var>) or <samp>not_found</samp> is sent back otherwise:</p>
<pre class="brush:eshell">
1> c(kitchen).
{ok,kitchen}
2> Pid = spawn(kitchen, fridge2, [[baking_soda]]).
<0.51.0>
3> Pid ! {self(), {store, milk}}.
{<0.33.0>,{store,milk}}
4> flush().
Shell got {<0.51.0>,ok}
ok
</pre>
<p>Storing items in the fridge seems to work. We'll try with some more stuff and then try to take it from the fridge.</p>
<pre class="brush:eshell">
5> Pid ! {self(), {store, bacon}}.
{<0.33.0>,{store,bacon}}
6> Pid ! {self(), {take, bacon}}.
{<0.33.0>,{take,bacon}}
7> Pid ! {self(), {take, turkey}}.
{<0.33.0>,{take,turkey}}
8> flush().
Shell got {<0.51.0>,ok}
Shell got {<0.51.0>,{ok,bacon}}
Shell got {<0.51.0>,not_found}
ok
</pre>
<p>As expected, we can take bacon from the fridge because we have put it in there first (along with the milk and baking soda), but the fridge process has no turkey to find when we request some. This is why we get the last <code>{<0.51.0>,not_found}</code> message.</p>
<h3><a class="section" name="secret-messages">We love messages, but we keep them secret</a></h3>
<p>Something annoying with the previous example is that the programmer who's going to use the fridge has to know about the protocol that's been invented for that process. That's a useless burden. A good way to solve this is to abstract messages away with the help of functions dealing with receiving and sending them:</p>
<pre class="brush:erl">
store(Pid, Food) ->
Pid ! {self(), {store, Food}},
receive
{Pid, Msg} -> Msg
end.
take(Pid, Food) ->
Pid ! {self(), {take, Food}},
receive
{Pid, Msg} -> Msg
end.
</pre>
<p>Now the interaction with the process is much cleaner:</p>
<pre class="brush:eshell">
9> c(kitchen).
{ok,kitchen}
10> f().
ok
11> Pid = spawn(kitchen, fridge2, [[baking_soda]]).
<0.73.0>
12> kitchen:store(Pid, water).
ok
13> kitchen:take(Pid, water).
{ok,water}
14> kitchen:take(Pid, juice).
not_found
</pre>
<p>We don't have to care about how the messages work anymore, if sending <code>self()</code> or a precise atom like <code>take</code> or <code>store</code> is needed: all that's needed is a pid and knowing what functions to call. This hides all of the dirty work and makes it easier to build on the fridge process.</p>
<p>One thing left to do would be to hide that whole part about needing to spawn a process. We dealt with hiding messages, but then we still expect the user to handle the creation of the process. I'll add the following <code>start/1</code> function:</p>
<pre class="brush:erl">
start(FoodList) ->
spawn(?MODULE, fridge2, [FoodList]).
</pre>
<img class="right" src="static/img/abstraction.png" width="400" height="160" alt="Two tin cans with a string, where the tin cans somehow represent the abstraction layer between the vibrating string and the voice" />
<p>Here, <code>?MODULE</code> is a macro returning the current module's name. It doesn't look like there are any advantages to writing such a function, but there really are some. The essential part of it would be consistency with the calls to <code>take/2</code> and <code>store/2</code>: everything about the fridge process is now handled by the <a class="source" href="static/erlang/kitchen.erl">kitchen</a> module. If you were to add logging when the fridge process is started or start a second process (say a freezer), it would be really easy to do inside our <code>start/1</code> function. However if the spawning is left for the user to do through <code>spawn/3</code>, then every place that starts a fridge now needs to add the new calls. That's prone to errors and errors suck.</p>
<p>Let's see this function put to use:</p>
<pre class="brush:eshell">
15> f().
ok
16> c(kitchen).
{ok,kitchen}
17> Pid = kitchen:start([rhubarb, dog, hotdog]).
<0.84.0>
18> kitchen:take(Pid, dog).
{ok,dog}
19> kitchen:take(Pid, dog).
not_found
</pre>
<p>Yay! The dog has got out of the fridge and our abstraction is complete!</p>
<h3><a class="section" name="time-out">Time Out</a></h3>
<p>Let's try a little something with the help of the command <code>pid(A,B,C)</code>, which lets us change the 3 integers <var>A</var>, <var>B</var> and <var>C</var> into a pid. Here we'll deliberately feed <code>kitchen:take/2</code> a fake one:</p>
<pre class="brush:eshell">
20> kitchen:take(pid(0,250,0), dog).
</pre>
<p>Woops. The shell is frozen. This happened because of how <code>take/2</code> was implemented. To understand what goes on, let's first revise what happens in the normal case:</p>
<ol>
<li>A message to take food is sent from you (the shell) to the fridge process;</li>
<li>Your process switches to receive mode and waits for a new message;</li>
<li>The fridge removes the item and sends it to your process;</li>
<li>Your process receives it and moves on with its life.</li>
</ol>
<img class="right" src="static/img/hourglass.png" width="83" height="161" alt="Hourglass" title="'tok tok' sounds more like 'scrprptprptpprptrptpt' in the context of hourglasses" />
<p>And here's what happens when the shell freezes:</p>
<ol>
<li>A message to take food is sent from you (the shell) to an unknown process;</li>
<li>Your process switches to receive mode and waits for a new message;</li>
<li>The unknown process either doesn't exist or doesn't expect such a message and does nothing with it;</li>
<li>Your shell process is stuck in receive mode.</li>
</ol>
<p>That's annoying, especially because there is no error handling possible here. Nothing illegal happened, the program is just waiting. In general, anything dealing with asynchronous operations (which is how message passing is done in Erlang) needs a way to give up after a certain period of time if it gets no sign of receiving data. A web browser does it when a page or image takes too long to load, you do it when someone takes too long before answering the phone or is late at a meeting. Erlang certainly has an appropriate mechanism for that, and it's part of the <code>receive</code> construct:</p>
<pre class="brush:erl">
receive
Match -> Expression1
after Delay ->
Expression2
end.
</pre>
<p>The part in between <code>receive</code> and <code>after</code> is exactly the same that we already know. The <code>after</code> part will be triggered if as much time as <var>Delay</var> (an integer representing milliseconds) has been spent without receiving a message that matches the <var>Match</var> pattern. When this happens, <var>Expression2</var> is executed.</p>
<p>We'll write two new interface functions, <code>store2/2</code> and <code>take2/2</code>, which will act exactly like <code>store/2</code> and <code>take/2</code> with the exception that they will stop waiting after 3 seconds:</p>
<pre class="brush:erl">
store2(Pid, Food) ->
Pid ! {self(), {store, Food}},
receive
{Pid, Msg} -> Msg
after 3000 ->
timeout
end.
take2(Pid, Food) ->
Pid ! {self(), {take, Food}},
receive
{Pid, Msg} -> Msg
after 3000 ->
timeout
end.
</pre>
<p>Now you can unfreeze the shell with <code><a class="chapter" href="starting-out.html#shell-commands">^G</a></code> and try the new interface functions:</p>
<pre class="brush:erl">
User switch command
--> k
--> s
--> c
Eshell V5.7.5 (abort with ^G)
1> c(kitchen).
{ok,kitchen}
2> kitchen:take2(pid(0,250,0), dog).
timeout
</pre>
<p>And now it works. </p>
<div class="note">
<p><strong>Note:</strong> I said that <code>after</code> only takes milliseconds as a value, but it is actually possible to use the atom <code>infinity</code>. While this is not useful in many cases (you might just remove the <code>after</code> clause altogether), it is sometimes used when the programmer can submit the wait time to a function where receiving a result is expected. That way, if the programmer really wants to wait forever, he can.</p>
</div>
<p>There are uses to such timers other than giving up after too long. One very simple example is how the <code><a class="docs" href="http://erldocs.com/17.3/timer.html#sleep/1" title="a lullaby for your code">timer:sleep/1</a></code> function we've used before works. Here's how it is implemented (let's put it in a new <a class="source" href="static/erlang/multiproc.erl">multiproc.erl</a> module):</p>
<pre class="brush:erl">
sleep(T) ->
receive
after T -> ok
end.
</pre>
<p>In this specific case, no message will ever be matched in the <code>receive</code> part of the construct because there is no pattern. Instead, the <code>after</code> part of the construct will be called once the delay <var>T</var> has passed.</p>
<p>Another special case is when the timeout is at 0:</p>
<pre class="brush:erl">
flush() ->
receive
_ -> flush()
after 0 ->
ok
end.
</pre>
<p>When that happens, the Erlang VM will try and find a message that fits one of the available patterns. In the case above, anything matches. As long as there are messages, the <code>flush/0</code> function will recursively call itself until the mailbox is empty. Once this is done, the <code>after 0 -> ok</code> part of the code is executed and the function returns.</p>
<h3><a class="section" name="selective-receives">Selective Receives</a></h3>
<p>This 'flushing' concept makes it possible to implement a <em> selective receive</em> which can give a priority to the messages you receive by nesting calls:</p>
<pre class="brush:erl">
important() ->
receive
{Priority, Message} when Priority > 10 ->
[Message | important()]
after 0 ->
normal()
end.
normal() ->
receive
{_, Message} ->
[Message | normal()]
after 0 ->
[]
end.
</pre>
<p>This function will build a list of all messages with those with a priority above 10 coming first:</p>
<pre class="brush:eshell">
1> c(multiproc).
{ok,multiproc}
2> self() ! {15, high}, self() ! {7, low}, self() ! {1, low}, self() ! {17, high}.
{17,high}
3> multiproc:important().
[high,high,low,low]
</pre>
<p>Because I used the <code>after 0</code> bit, every message will be obtained until none is left, but the process will try to grab all those with a priority above 10 before even considering the other messages, which are accumulated in the <code>normal/0</code> call.</p>
<p>If this practice looks interesting, be aware that is is sometimes unsafe due to the way selective receives work in Erlang.</p>
<p>When messages are sent to a process, they're stored in the mailbox until the process reads them and they match a pattern there. As said in the <a class="chapter" href="the-hitchhikers-guide-to-concurrency.html">previous chapter</a>, the messages are stored in the order they were received. This means every time you match a message, it begins by the oldest one.</p>
<p>That oldest message is then tried against every pattern of the <code>receive</code> until one of them matches. When it does, the message is removed from the mailbox and the code for the process executes normally until the next <code>receive</code>. When this next <code>receive</code> is evaluated, the VM will look for the oldest message currently in the mailbox (the one after the one we removed), and so on.</p>
<img class="center explanation" src="static/img/msg-match.png" width="260" height="329" alt="Visual explanation of how message matching is done when a message from the mailbox does match" title="look at them arrows! woo!" />
<p>When there is no way to match a given message, it is put in a <em>save queue</em> and the next message is tried. If the second message matches, the first message is put back on top of the mailbox to be retried later.</p>
<img class="center explanation" src="static/img/msg-nomatch.png" width="347" height="339" alt="Visual explanation of how messages that won't match are moved back and forth from the mailbox to a save queue" title="graphs aren't my forte" />
<p>This lets you only care about the messages that are useful. Ignoring some messages to handle them later in the manner described above is the essence of <em>selective receives</em>. While they're useful, the problem with them is that if your process has a lot of messages you never care about, reading useful messages will actually take longer and longer (and the processes will grow in size too).</p>
<p>In the drawing above, imagine we want the 367th message, but the first 366 are junk ignored by our code. To get the 367th message, the process needs to try to match the 366 first ones. Once it's done and they've all been put in the queue, the 367th message is taken out and the first 366 are put back on top of the mailbox. The next useful message could be burrowed much deeper and take even longer to be found.</p>
<p>This kind of receive is a frequent cause of performance problems in Erlang. If your application is running slow and you know there are lots of messages going around, this could be the cause.</p>
<p>If such selective receives are effectively causing a massive slowdown in your code, the first thing to do is to ask yourself is why you are getting messages you do not want. Are the messages sent to the right processes? Are the patterns correct? Are the messages formatted incorrectly? Are you using one process where there should be many? Answering one or many of these questions could solve your problem.</p>
<p>Because of the risks of having useless messages polluting a process' mailbox, Erlang programmers sometimes take a defensive measure against such events. A standard way to do it might look like this:</p>
<pre class="brush:erl">
receive
Pattern1 -> Expression1;
Pattern2 -> Expression2;
Pattern3 -> Expression3;
...
PatternN -> ExpressionN;
Unexpected ->
io:format("unexpected message ~p~n", [Unexpected])
end.
</pre>
<p>What this does is make sure any message will match at least one clause. The <var>Unexpected</var> variable will match anything, take the unexpected message out of the mailbox and show a warning. Depending on your application, you might want to store the message into some kind of logging facility where you will be able to find information about it later on: if the messages are going to the wrong process, it'd be a shame to lose them for good and have a hard time finding why that other process doesn't receive what it should.</p>
<p>In the case you do need to work with a priority in your messages and can't use such a catch-all clause, a smarter way to do it would be to implement a <a class="external" href="http://en.wikipedia.org/wiki/Min-heap" title="Min heap description, but no implementation. If you want one, I could try to write one">min-heap</a> or use the <code>gb_trees</code> module and dump every received message in it (make sure to put the priority number first in the key so it gets used for sorting the messages). Then you can just search for the <code><a class="docs" href="http://erldocs.com/17.3/gb_trees.html#take_smallest/1" title="oh erldocs!">smallest</a></code> or <code><a class="docs" href="http://erldocs.com/17.3/gb_trees.html#take_largest/1" title="The element that's the most on the right">largest</a></code> element in the data structure according to your needs.</p>
<p>In most cases, this technique should let you receive messages with a priority more efficiently than selective receives. However, it could slow you down if most messages you receive have the highest priority possible. As usual, the trick is to profile and measure before optimizing.</p>
<div class="note">
<p><strong>Note:</strong> Since R14A, a new optimization has been added to Erlang's compiler. It simplifies selective receives in very specific cases of back-and-forth communications between processes. An example of such a function is <code>optimized/1</code> in <a class="source" href="static/erlang/multiproc.erl">multiproc.erl</a>.</p>
<p>To make it work, a reference (<code>make_ref()</code>) has to be created in a function and then sent in a message. In the same function, a selective receive is then made. If no message can match unless it contains the same reference, the compiler automatically makes sure the VM will skip messages received before the creation of that reference.</p>
<p>Note that you shouldn't try to coerce your code to fit such optimizations. The Erlang developers only look for patterns that are frequently used and then make them faster. If you write idiomatic code, optimizations should come to you. Not the other way around.</p>
</div>
<p>With these concepts understood, the next step will be to do error handling with multiple processes.</p>
<ul class="navigation">
<li><a href="the-hitchhikers-guide-to-concurrency.html" title="Previous chapter">< Previous</a></li>
<li><a href="contents.html" title="Index">Index</a></li>
<li><a href="errors-and-processes.html" title="Next chapter">Next ></a></li>
</ul>
</div><!-- content -->
<div id="footer">
<a href="http://creativecommons.org/licenses/by-nc-nd/3.0/" title="Creative Commons License Details"><img src="static/img/cc.png" width="88" height="31" alt="Creative Commons Attribution Non-Commercial No Derivative License" /></a>
<p>Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution Non-Commercial No Derivative License</p>
</div> <!-- footer -->
</div> <!-- wrapper -->
<div id="grass" />
<script type="text/javascript" src="static/js/shCore.js"></script>
<script type="text/javascript" src="static/js/shBrushErlang2.js%3F11"></script>
<script type="text/javascript">
SyntaxHighlighter.defaults.gutter = false;
SyntaxHighlighter.all();
</script>
</body>
</html>
|
mod/assign/Result_Assignment_ID_2014_02_25/match0-link.html | ctestlms/portal | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Links</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</HEAD>
<BODY>
<H3 ALIGN="center">Matches for Sheraz Shahid_Butt_Problem.java & Muhammad Usman_Idrees_GPA.java</H3>
<H1 align="center">97.6%</H1>
<CENTER>
<A HREF="index.html#matches" TARGET="_top">INDEX</A> -
<A HREF="help-en.html" TARGET="_top">HELP</A></CENTER>
</BODY>
</HTML>
|
cli/ng-forms/src/index.html | joepoptiya/practise | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>NgForms</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel = "stylesheet"
type = "text/css"
href = "https://cdnjs.cloudflare.com/ajax/libs/foundation/6.3.1/css/foundation.min.css" />
</head>
<body>
<app-root>Loading...</app-root>
</body>
</html>
|
reference/bigquery.html | rstats-db/bigrquery | <!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BigQuery DBI driver — bigquery • bigrquery</title>
<!-- jquery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha256-bZLfwXAP04zRMK2BjiO8iu9pf4FbLqX6zitd+tIvLhE=" crossorigin="anonymous" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" crossorigin="anonymous"></script>
<!-- bootstrap-toc -->
<link rel="stylesheet" href="../bootstrap-toc.css">
<script src="../bootstrap-toc.js"></script>
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/v4-shims.min.css" integrity="sha256-wZjR52fzng1pJHwx4aV2AO3yyTOXrcDW7jBpJtTwVxw=" crossorigin="anonymous" />
<!-- clipboard.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js" integrity="sha256-inc5kl9MA1hkeYUt+EC3BhlIgyp/2jDIyBLS6k3UxPI=" crossorigin="anonymous"></script>
<!-- headroom.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/headroom.min.js" integrity="sha256-AsUX4SJE1+yuDu5+mAVzJbuYNPHj/WroHuZ8Ir/CkE0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/jQuery.headroom.min.js" integrity="sha256-ZX/yNShbjqsohH1k95liqY9Gd8uOiE1S4vZc+9KQ1K4=" crossorigin="anonymous"></script>
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
<script src="../pkgdown.js"></script>
<meta property="og:title" content="BigQuery DBI driver — bigquery" />
<meta property="og:description" content="Creates a BigQuery DBI driver for use in DBI::dbConnect()." />
<!-- mathjax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115082821-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-115082821-1');
</script>
</head>
<body data-spy="scroll" data-target="#toc">
<div class="container template-reference-topic">
<header>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span class="navbar-brand">
<a class="navbar-link" href="../index.html">bigrquery</a>
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.4.0.9000</span>
</span>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="../index.html">
<span class="fas fa-home fa-lg"></span>
</a>
</li>
<li>
<a href="../reference/index.html">Reference</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
News
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">Releases</li>
<li>
<a href="https://www.tidyverse.org/blog/2021/08/bigrquery-1-4-0/">bigrquery 1.4.0</a>
</li>
<li>
<a href="https://www.tidyverse.org/blog/2019/02/bigrquery-1-1-0/">bigrquery 1.1.0</a>
</li>
<li>
<a href="https://www.tidyverse.org/blog/2018/04/bigrquery-1-0-0/">bigrquery 1.0.0</a>
</li>
<li class="divider"></li>
<li>
<a href="../news/index.html">Changelog</a>
</li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://github.com/r-dbi/bigrquery/">
<span class="fab fa-github fa-lg"></span>
</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
</header>
<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
<h1>BigQuery DBI driver</h1>
<small class="dont-index">Source: <a href='https://github.com/r-dbi/bigrquery/blob/master/R/dbi-driver.R'><code>R/dbi-driver.R</code></a></small>
<div class="hidden name"><code>bigquery.Rd</code></div>
</div>
<div class="ref-description">
<p>Creates a BigQuery DBI driver for use in <code><a href='https://dbi.r-dbi.org/reference/dbConnect.html'>DBI::dbConnect()</a></code>.</p>
</div>
<pre class="usage"><span class='co'># S4 method for BigQueryDriver</span>
<span class='fu'><a href='https://dbi.r-dbi.org/reference/dbConnect.html'>dbConnect</a></span><span class='op'>(</span>
<span class='va'>drv</span>,
<span class='va'>project</span>,
dataset <span class='op'>=</span> <span class='cn'>NULL</span>,
billing <span class='op'>=</span> <span class='va'>project</span>,
page_size <span class='op'>=</span> <span class='fl'>10000</span>,
quiet <span class='op'>=</span> <span class='cn'>NA</span>,
use_legacy_sql <span class='op'>=</span> <span class='cn'>FALSE</span>,
bigint <span class='op'>=</span> <span class='fu'><a href='https://rdrr.io/r/base/c.html'>c</a></span><span class='op'>(</span><span class='st'>"integer"</span>, <span class='st'>"integer64"</span>, <span class='st'>"numeric"</span>, <span class='st'>"character"</span><span class='op'>)</span>,
<span class='va'>...</span>
<span class='op'>)</span></pre>
<h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2>
<table class="ref-arguments">
<colgroup><col class="name" /><col class="desc" /></colgroup>
<tr>
<th>drv</th>
<td><p>an object that inherits from <a href='https://dbi.r-dbi.org/reference/DBIDriver-class.html'>DBIDriver</a>,
or an existing <a href='https://dbi.r-dbi.org/reference/DBIConnection-class.html'>DBIConnection</a>
object (in order to clone an existing connection).</p></td>
</tr>
<tr>
<th>project, dataset</th>
<td><p>Project and dataset identifiers</p></td>
</tr>
<tr>
<th>billing</th>
<td><p>Identifier of project to bill.</p></td>
</tr>
<tr>
<th>page_size</th>
<td><p>Number of items per page.</p></td>
</tr>
<tr>
<th>quiet</th>
<td><p>If <code>FALSE</code>, displays progress bar; if <code>TRUE</code> is silent;
if <code>NA</code> displays progress bar only for long-running jobs.</p></td>
</tr>
<tr>
<th>use_legacy_sql</th>
<td><p>If <code>TRUE</code> will use BigQuery's legacy SQL format.</p></td>
</tr>
<tr>
<th>bigint</th>
<td><p>The R type that BigQuery's 64-bit integer types should be mapped to.
The default is <code>"integer"</code> which returns R's <code>integer</code> type but results in <code>NA</code> for
values above/below +/- 2147483647. <code>"integer64"</code> returns a <a href='https://rdrr.io/pkg/bit64/man/bit64-package.html'>bit64::integer64</a>,
which allows the full range of 64 bit integers.</p></td>
</tr>
<tr>
<th>...</th>
<td><p>Other arguments for compatibility with generic; currently ignored.</p></td>
</tr>
</table>
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
<pre class="examples"><div class='input'><span class='kw'>if</span> <span class='op'>(</span><span class='fu'><a href='bq_test_project.html'>bq_testable</a></span><span class='op'>(</span><span class='op'>)</span><span class='op'>)</span> <span class='op'>{</span>
<span class='va'>con</span> <span class='op'><-</span> <span class='fu'>DBI</span><span class='fu'>::</span><span class='fu'><a href='https://dbi.r-dbi.org/reference/dbConnect.html'>dbConnect</a></span><span class='op'>(</span>
<span class='fu'>bigquery</span><span class='op'>(</span><span class='op'>)</span>,
project <span class='op'>=</span> <span class='st'>"publicdata"</span>,
dataset <span class='op'>=</span> <span class='st'>"samples"</span>,
billing <span class='op'>=</span> <span class='fu'><a href='bq_test_project.html'>bq_test_project</a></span><span class='op'>(</span><span class='op'>)</span>
<span class='op'>)</span>
<span class='va'>con</span>
<span class='fu'>DBI</span><span class='fu'>::</span><span class='fu'><a href='https://dbi.r-dbi.org/reference/dbListTables.html'>dbListTables</a></span><span class='op'>(</span><span class='va'>con</span><span class='op'>)</span>
<span class='fu'>DBI</span><span class='fu'>::</span><span class='fu'><a href='https://dbi.r-dbi.org/reference/dbReadTable.html'>dbReadTable</a></span><span class='op'>(</span><span class='va'>con</span>, <span class='st'>"natality"</span>, n_max <span class='op'>=</span> <span class='fl'>10</span><span class='op'>)</span>
<span class='co'># Create a temporary dataset to explore</span>
<span class='va'>ds</span> <span class='op'><-</span> <span class='fu'><a href='bq_test_project.html'>bq_test_dataset</a></span><span class='op'>(</span><span class='op'>)</span>
<span class='va'>con</span> <span class='op'><-</span> <span class='fu'>DBI</span><span class='fu'>::</span><span class='fu'><a href='https://dbi.r-dbi.org/reference/dbConnect.html'>dbConnect</a></span><span class='op'>(</span>
<span class='fu'>bigquery</span><span class='op'>(</span><span class='op'>)</span>,
project <span class='op'>=</span> <span class='va'>ds</span><span class='op'>$</span><span class='va'>project</span>,
dataset <span class='op'>=</span> <span class='va'>ds</span><span class='op'>$</span><span class='va'>dataset</span>
<span class='op'>)</span>
<span class='fu'>DBI</span><span class='fu'>::</span><span class='fu'><a href='https://dbi.r-dbi.org/reference/dbWriteTable.html'>dbWriteTable</a></span><span class='op'>(</span><span class='va'>con</span>, <span class='st'>"mtcars"</span>, <span class='va'>mtcars</span><span class='op'>)</span>
<span class='fu'>DBI</span><span class='fu'>::</span><span class='fu'><a href='https://dbi.r-dbi.org/reference/dbReadTable.html'>dbReadTable</a></span><span class='op'>(</span><span class='va'>con</span>, <span class='st'>"mtcars"</span><span class='op'>)</span><span class='op'>[</span><span class='fl'>1</span><span class='op'>:</span><span class='fl'>6</span>, <span class='op'>]</span>
<span class='fu'>DBI</span><span class='fu'>::</span><span class='fu'><a href='https://dbi.r-dbi.org/reference/dbGetQuery.html'>dbGetQuery</a></span><span class='op'>(</span><span class='va'>con</span>, <span class='st'>"SELECT count(*) FROM mtcars"</span><span class='op'>)</span>
<span class='va'>res</span> <span class='op'><-</span> <span class='fu'>DBI</span><span class='fu'>::</span><span class='fu'><a href='https://dbi.r-dbi.org/reference/dbSendQuery.html'>dbSendQuery</a></span><span class='op'>(</span><span class='va'>con</span>, <span class='st'>"SELECT cyl, mpg FROM mtcars"</span><span class='op'>)</span>
<span class='fu'><a href='https://dbi.r-dbi.org/reference/dbColumnInfo.html'>dbColumnInfo</a></span><span class='op'>(</span><span class='va'>res</span><span class='op'>)</span>
<span class='fu'><a href='https://dbi.r-dbi.org/reference/dbFetch.html'>dbFetch</a></span><span class='op'>(</span><span class='va'>res</span>, <span class='fl'>10</span><span class='op'>)</span>
<span class='fu'><a href='https://dbi.r-dbi.org/reference/dbFetch.html'>dbFetch</a></span><span class='op'>(</span><span class='va'>res</span>, <span class='op'>-</span><span class='fl'>1</span><span class='op'>)</span>
<span class='fu'>DBI</span><span class='fu'>::</span><span class='fu'><a href='https://dbi.r-dbi.org/reference/dbHasCompleted.html'>dbHasCompleted</a></span><span class='op'>(</span><span class='va'>res</span><span class='op'>)</span>
<span class='op'>}</span>
</div></pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar">
<nav id="toc" data-toggle="toc" class="sticky-top">
<h2 data-toc-skip>Contents</h2>
</nav>
</div>
</div>
<footer>
<div class="copyright">
<p>Developed by <a href='http://hadley.nz'>Hadley Wickham</a>, <a href='https://jennybryan.org'>Jennifer Bryan</a>, <a href='https://www.rstudio.com'><img src='https://www.tidyverse.org/rstudio-logo.svg' alt='RStudio' height='24' /></a>.</p>
</div>
<div class="pkgdown">
<p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.6.1.</p>
</div>
</footer>
</div>
</body>
</html>
|
html/d4/dfa/interfaceHttpRequest.html | verdantyang/fibjs_docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>Javascript on Fiber: HttpRequest接口 参考</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 id="projectlogo"><img alt="Logo" src="../../logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Javascript on Fiber
</div>
<div id="projectbrief">基于 Google v8 引擎实现的协程应用开发框架</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "../../search",false,'搜索');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="../../index.html"><span>首页</span></a></li>
<li><a href="../../pages.html"><span>教程</span></a></li>
<li><a href="../../namespaces.html"><span>模块</span></a></li>
<li><a href="../../annotated.html"><span>对象</span></a></li>
<li><a href="https://github.com/xicilion/fibjs"><span>下载</span></a></li>
<li><a href="http://named.cn/fibjs"><span>社区</span></a></li>
<li><a href="../../en/index.html"><span>English</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="搜索" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="../../search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('d4/dfa/interfaceHttpRequest.html','../../');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public 成员函数</a> |
<a href="#pub-attribs">Public 属性</a> |
<a href="../../d3/ddb/interfaceHttpRequest-members.html">所有成员列表</a> </div>
<div class="headertitle">
<div class="title">HttpRequest接口 参考</div> </div>
</div><!--header-->
<div class="contents">
<p>http 请求消息对象
<a href="../../d4/dfa/interfaceHttpRequest.html#details">更多...</a></p>
<div class="dynheader">
类 HttpRequest 继承关系图:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d9/d00/interfaceHttpRequest__inherit__graph.svg" width="155" height="875"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public 成员函数</h2></td></tr>
<tr class="memitem:a42b01e8d23e15e65ad9c712922a6a812"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/dfa/interfaceHttpRequest.html#a42b01e8d23e15e65ad9c712922a6a812">HttpRequest</a> ()</td></tr>
<tr class="memdesc:a42b01e8d23e15e65ad9c712922a6a812"><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="../../d4/dfa/interfaceHttpRequest.html" title="http 请求消息对象 ">HttpRequest</a> 构造函数,创建一个新的 <a class="el" href="../../d4/dfa/interfaceHttpRequest.html" title="http 请求消息对象 ">HttpRequest</a> 对象 <a href="#a42b01e8d23e15e65ad9c712922a6a812">更多...</a><br /></td></tr>
<tr class="separator:a42b01e8d23e15e65ad9c712922a6a812"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9bafc9a247f9378904788642ab903e03"><td class="memItemLeft" align="right" valign="top">Boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d38/interfaceHttpMessage.html#a9bafc9a247f9378904788642ab903e03">hasHeader</a> (String name)</td></tr>
<tr class="memdesc:a9bafc9a247f9378904788642ab903e03"><td class="mdescLeft"> </td><td class="mdescRight">检查是否存在指定键值的消息头 <a href="#a9bafc9a247f9378904788642ab903e03">更多...</a><br /></td></tr>
<tr class="separator:a9bafc9a247f9378904788642ab903e03"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5db3f91a4a32b70e2fcbd188d8a452c9"><td class="memItemLeft" align="right" valign="top">Variant </td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d38/interfaceHttpMessage.html#a5db3f91a4a32b70e2fcbd188d8a452c9">firstHeader</a> (String name)</td></tr>
<tr class="memdesc:a5db3f91a4a32b70e2fcbd188d8a452c9"><td class="mdescLeft"> </td><td class="mdescRight">查询指定键值的第一个消息头 <a href="#a5db3f91a4a32b70e2fcbd188d8a452c9">更多...</a><br /></td></tr>
<tr class="separator:a5db3f91a4a32b70e2fcbd188d8a452c9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a30f6ddc198f9265a7b7d733f6620fc8b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../de/dd8/interfaceList.html">List</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d38/interfaceHttpMessage.html#a30f6ddc198f9265a7b7d733f6620fc8b">allHeader</a> (String name)</td></tr>
<tr class="memdesc:a30f6ddc198f9265a7b7d733f6620fc8b"><td class="mdescLeft"> </td><td class="mdescRight">查询指定键值的全部消息头 <a href="#a30f6ddc198f9265a7b7d733f6620fc8b">更多...</a><br /></td></tr>
<tr class="separator:a30f6ddc198f9265a7b7d733f6620fc8b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae6707cac0adff8bf5132993fa8de5edb"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d38/interfaceHttpMessage.html#ae6707cac0adff8bf5132993fa8de5edb">addHeader</a> (<a class="el" href="../../d2/dc1/interfaceMap.html">Map</a> map)</td></tr>
<tr class="memdesc:ae6707cac0adff8bf5132993fa8de5edb"><td class="mdescLeft"> </td><td class="mdescRight">添加一个消息头,添加数据并不修改已存在的键值的消息头 <a href="#ae6707cac0adff8bf5132993fa8de5edb">更多...</a><br /></td></tr>
<tr class="separator:ae6707cac0adff8bf5132993fa8de5edb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab3b564f6d8124ed9c889d378bca12f03"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d38/interfaceHttpMessage.html#ab3b564f6d8124ed9c889d378bca12f03">addHeader</a> (String name, Variant <a class="el" href="../../d6/db7/interfaceMessage.html#a572dd6923c69839d8e29da3e342b8f76">value</a>)</td></tr>
<tr class="memdesc:ab3b564f6d8124ed9c889d378bca12f03"><td class="mdescLeft"> </td><td class="mdescRight">添加一个消息头,添加数据并不修改已存在的键值的消息头 <a href="#ab3b564f6d8124ed9c889d378bca12f03">更多...</a><br /></td></tr>
<tr class="separator:ab3b564f6d8124ed9c889d378bca12f03"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa20e3f5d3a9800e60c66106cf6e492bf"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d38/interfaceHttpMessage.html#aa20e3f5d3a9800e60c66106cf6e492bf">setHeader</a> (<a class="el" href="../../d2/dc1/interfaceMap.html">Map</a> map)</td></tr>
<tr class="memdesc:aa20e3f5d3a9800e60c66106cf6e492bf"><td class="mdescLeft"> </td><td class="mdescRight">设定一个消息头,设定数据将修改键值所对应的第一个数值,并清除相同键值的其余消息头 <a href="#aa20e3f5d3a9800e60c66106cf6e492bf">更多...</a><br /></td></tr>
<tr class="separator:aa20e3f5d3a9800e60c66106cf6e492bf"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a080e5427207dcae84985d7085f54761c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d38/interfaceHttpMessage.html#a080e5427207dcae84985d7085f54761c">setHeader</a> (String name, Variant <a class="el" href="../../d6/db7/interfaceMessage.html#a572dd6923c69839d8e29da3e342b8f76">value</a>)</td></tr>
<tr class="memdesc:a080e5427207dcae84985d7085f54761c"><td class="mdescLeft"> </td><td class="mdescRight">设定一个消息头,设定数据将修改键值所对应的第一个数值,并清除相同键值的其余消息头 <a href="#a080e5427207dcae84985d7085f54761c">更多...</a><br /></td></tr>
<tr class="separator:a080e5427207dcae84985d7085f54761c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a527c0eba05ae52d3b2c9a2cf284277bd"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d38/interfaceHttpMessage.html#a527c0eba05ae52d3b2c9a2cf284277bd">removeHeader</a> (String name)</td></tr>
<tr class="memdesc:a527c0eba05ae52d3b2c9a2cf284277bd"><td class="mdescLeft"> </td><td class="mdescRight">删除指定键值的全部消息头 <a href="#a527c0eba05ae52d3b2c9a2cf284277bd">更多...</a><br /></td></tr>
<tr class="separator:a527c0eba05ae52d3b2c9a2cf284277bd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1ac79feaa497a9bdb849d41ae5a5fc93"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d9/dae/interfaceBuffer.html">Buffer</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/db7/interfaceMessage.html#a1ac79feaa497a9bdb849d41ae5a5fc93">read</a> (Integer bytes=-1) async</td></tr>
<tr class="memdesc:a1ac79feaa497a9bdb849d41ae5a5fc93"><td class="mdescLeft"> </td><td class="mdescRight">从流内读取指定大小的数据,此方法为 body 相应方法的别名 <a href="#a1ac79feaa497a9bdb849d41ae5a5fc93">更多...</a><br /></td></tr>
<tr class="separator:a1ac79feaa497a9bdb849d41ae5a5fc93"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aff82e4029da32471f8d5b3bf6142e8fc"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d9/dae/interfaceBuffer.html">Buffer</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/db7/interfaceMessage.html#aff82e4029da32471f8d5b3bf6142e8fc">readAll</a> () async</td></tr>
<tr class="memdesc:aff82e4029da32471f8d5b3bf6142e8fc"><td class="mdescLeft"> </td><td class="mdescRight">从流内读取剩余的全部数据,此方法为 body 相应方法的别名 <a href="#aff82e4029da32471f8d5b3bf6142e8fc">更多...</a><br /></td></tr>
<tr class="separator:aff82e4029da32471f8d5b3bf6142e8fc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a42fdd87346cb529e34e1e12e41afe2bc"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/db7/interfaceMessage.html#a42fdd87346cb529e34e1e12e41afe2bc">write</a> (<a class="el" href="../../d9/dae/interfaceBuffer.html">Buffer</a> data) async</td></tr>
<tr class="memdesc:a42fdd87346cb529e34e1e12e41afe2bc"><td class="mdescLeft"> </td><td class="mdescRight">写入给定的数据,此方法为 body 相应方法的别名 <a href="#a42fdd87346cb529e34e1e12e41afe2bc">更多...</a><br /></td></tr>
<tr class="separator:a42fdd87346cb529e34e1e12e41afe2bc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8ed24470ab5214955c70bb108209f9d4"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/db7/interfaceMessage.html#a8ed24470ab5214955c70bb108209f9d4">clear</a> ()</td></tr>
<tr class="memdesc:a8ed24470ab5214955c70bb108209f9d4"><td class="mdescLeft"> </td><td class="mdescRight">清除消息的内容 <a href="#a8ed24470ab5214955c70bb108209f9d4">更多...</a><br /></td></tr>
<tr class="separator:a8ed24470ab5214955c70bb108209f9d4"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8c456b35a88228f954974592e9b5c5ab"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/db7/interfaceMessage.html#a8c456b35a88228f954974592e9b5c5ab">sendTo</a> (<a class="el" href="../../d4/dc7/interfaceStream.html">Stream</a> stm) async</td></tr>
<tr class="memdesc:a8c456b35a88228f954974592e9b5c5ab"><td class="mdescLeft"> </td><td class="mdescRight">发送格式化消息到给定的流对象 <a href="#a8c456b35a88228f954974592e9b5c5ab">更多...</a><br /></td></tr>
<tr class="separator:a8c456b35a88228f954974592e9b5c5ab"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad4a8dc64a0be31e60e98c671bc630203"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/db7/interfaceMessage.html#ad4a8dc64a0be31e60e98c671bc630203">readFrom</a> (<a class="el" href="../../d0/d37/interfaceBufferedStream.html">BufferedStream</a> stm) async</td></tr>
<tr class="memdesc:ad4a8dc64a0be31e60e98c671bc630203"><td class="mdescLeft"> </td><td class="mdescRight">从给定的缓存流对象中读取格式化消息,并解析填充对象 <a href="#ad4a8dc64a0be31e60e98c671bc630203">更多...</a><br /></td></tr>
<tr class="separator:ad4a8dc64a0be31e60e98c671bc630203"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6b88dbc459449d2280338e5b702a68b4"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d38/interfaceobject.html#a6b88dbc459449d2280338e5b702a68b4">dispose</a> ()</td></tr>
<tr class="memdesc:a6b88dbc459449d2280338e5b702a68b4"><td class="mdescLeft"> </td><td class="mdescRight">强制回收对象,调用此方法后,对象资源将立即释放 <a href="#a6b88dbc459449d2280338e5b702a68b4">更多...</a><br /></td></tr>
<tr class="separator:a6b88dbc459449d2280338e5b702a68b4"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac61f07a7d6c5471293371086af3186bd"><td class="memItemLeft" align="right" valign="top">String </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d38/interfaceobject.html#ac61f07a7d6c5471293371086af3186bd">toString</a> ()</td></tr>
<tr class="memdesc:ac61f07a7d6c5471293371086af3186bd"><td class="mdescLeft"> </td><td class="mdescRight">返回对象的字符串表示,一般返回 "[Native Object]",对象可以根据自己的特性重新实现 <a href="#ac61f07a7d6c5471293371086af3186bd">更多...</a><br /></td></tr>
<tr class="separator:ac61f07a7d6c5471293371086af3186bd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad66be13eb5b7c5f560fd8511565138c4"><td class="memItemLeft" align="right" valign="top">Value </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d38/interfaceobject.html#ad66be13eb5b7c5f560fd8511565138c4">toJSON</a> (String key="")</td></tr>
<tr class="memdesc:ad66be13eb5b7c5f560fd8511565138c4"><td class="mdescLeft"> </td><td class="mdescRight">返回对象的 JSON 格式表示,一般返回对象定义的可读属性集合 <a href="#ad66be13eb5b7c5f560fd8511565138c4">更多...</a><br /></td></tr>
<tr class="separator:ad66be13eb5b7c5f560fd8511565138c4"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab9261a7662bc8bb4a898bc15dc16f206"><td class="memItemLeft" align="right" valign="top">Value </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d38/interfaceobject.html#ab9261a7662bc8bb4a898bc15dc16f206">valueOf</a> ()</td></tr>
<tr class="memdesc:ab9261a7662bc8bb4a898bc15dc16f206"><td class="mdescLeft"> </td><td class="mdescRight">返回对象本身的数值 <a href="#ab9261a7662bc8bb4a898bc15dc16f206">更多...</a><br /></td></tr>
<tr class="separator:ab9261a7662bc8bb4a898bc15dc16f206"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public 属性</h2></td></tr>
<tr class="memitem:a2d133650f24c6ba2407c8c541bdf2f22"><td class="memItemLeft" align="right" valign="top">String </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/dfa/interfaceHttpRequest.html#a2d133650f24c6ba2407c8c541bdf2f22">method</a></td></tr>
<tr class="memdesc:a2d133650f24c6ba2407c8c541bdf2f22"><td class="mdescLeft"> </td><td class="mdescRight">查询和设置请求方法 <a href="#a2d133650f24c6ba2407c8c541bdf2f22">更多...</a><br /></td></tr>
<tr class="separator:a2d133650f24c6ba2407c8c541bdf2f22"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af2376806cefea583924ddd0f42b0762e"><td class="memItemLeft" align="right" valign="top">String </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/dfa/interfaceHttpRequest.html#af2376806cefea583924ddd0f42b0762e">address</a></td></tr>
<tr class="memdesc:af2376806cefea583924ddd0f42b0762e"><td class="mdescLeft"> </td><td class="mdescRight">查询和设置请求地址 <a href="#af2376806cefea583924ddd0f42b0762e">更多...</a><br /></td></tr>
<tr class="separator:af2376806cefea583924ddd0f42b0762e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8a4ba832c2405354f31158e293a48a01"><td class="memItemLeft" align="right" valign="top">String </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/dfa/interfaceHttpRequest.html#a8a4ba832c2405354f31158e293a48a01">queryString</a></td></tr>
<tr class="memdesc:a8a4ba832c2405354f31158e293a48a01"><td class="mdescLeft"> </td><td class="mdescRight">查询和设置请求查询字符串 <a href="#a8a4ba832c2405354f31158e293a48a01">更多...</a><br /></td></tr>
<tr class="separator:a8a4ba832c2405354f31158e293a48a01"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a883cdefbbe1fec7aa89f011c941c0707"><td class="memItemLeft" align="right" valign="top">readonly <a class="el" href="../../da/d34/interfaceHttpCollection.html">HttpCollection</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/dfa/interfaceHttpRequest.html#a883cdefbbe1fec7aa89f011c941c0707">cookies</a></td></tr>
<tr class="memdesc:a883cdefbbe1fec7aa89f011c941c0707"><td class="mdescLeft"> </td><td class="mdescRight">获取包含消息 cookies 的容器 <a href="#a883cdefbbe1fec7aa89f011c941c0707">更多...</a><br /></td></tr>
<tr class="separator:a883cdefbbe1fec7aa89f011c941c0707"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9009b8fbfdd8d254587ff33e4f2e1fec"><td class="memItemLeft" align="right" valign="top">readonly <a class="el" href="../../da/d34/interfaceHttpCollection.html">HttpCollection</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/dfa/interfaceHttpRequest.html#a9009b8fbfdd8d254587ff33e4f2e1fec">form</a></td></tr>
<tr class="memdesc:a9009b8fbfdd8d254587ff33e4f2e1fec"><td class="mdescLeft"> </td><td class="mdescRight">获取包含消息 form 的容器 <a href="#a9009b8fbfdd8d254587ff33e4f2e1fec">更多...</a><br /></td></tr>
<tr class="separator:a9009b8fbfdd8d254587ff33e4f2e1fec"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9662b6e67a68367d1ad806d5ff3e6af8"><td class="memItemLeft" align="right" valign="top">readonly <a class="el" href="../../da/d34/interfaceHttpCollection.html">HttpCollection</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/dfa/interfaceHttpRequest.html#a9662b6e67a68367d1ad806d5ff3e6af8">query</a></td></tr>
<tr class="memdesc:a9662b6e67a68367d1ad806d5ff3e6af8"><td class="mdescLeft"> </td><td class="mdescRight">获取包含消息 query 的容器 <a href="#a9662b6e67a68367d1ad806d5ff3e6af8">更多...</a><br /></td></tr>
<tr class="separator:a9662b6e67a68367d1ad806d5ff3e6af8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a336551e60570807abff96b539b914d25"><td class="memItemLeft" align="right" valign="top">String </td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d38/interfaceHttpMessage.html#a336551e60570807abff96b539b914d25">protocol</a></td></tr>
<tr class="memdesc:a336551e60570807abff96b539b914d25"><td class="mdescLeft"> </td><td class="mdescRight">协议版本信息,允许的格式为:HTTP/#.# <a href="#a336551e60570807abff96b539b914d25">更多...</a><br /></td></tr>
<tr class="separator:a336551e60570807abff96b539b914d25"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aedc41fa258d4d5cf91d2f850dd49ece4"><td class="memItemLeft" align="right" valign="top">readonly <a class="el" href="../../da/d34/interfaceHttpCollection.html">HttpCollection</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d38/interfaceHttpMessage.html#aedc41fa258d4d5cf91d2f850dd49ece4">headers</a></td></tr>
<tr class="memdesc:aedc41fa258d4d5cf91d2f850dd49ece4"><td class="mdescLeft"> </td><td class="mdescRight">包含消息中 http 消息头的容器,只读属性 <a href="#aedc41fa258d4d5cf91d2f850dd49ece4">更多...</a><br /></td></tr>
<tr class="separator:aedc41fa258d4d5cf91d2f850dd49ece4"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aacc29dd266d58f65858aa117b77f9f7d"><td class="memItemLeft" align="right" valign="top">Boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d38/interfaceHttpMessage.html#aacc29dd266d58f65858aa117b77f9f7d">keepAlive</a></td></tr>
<tr class="memdesc:aacc29dd266d58f65858aa117b77f9f7d"><td class="mdescLeft"> </td><td class="mdescRight">查询和设定是否保持连接 <a href="#aacc29dd266d58f65858aa117b77f9f7d">更多...</a><br /></td></tr>
<tr class="separator:aacc29dd266d58f65858aa117b77f9f7d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8bb8e89cb8c043db64bc6572f6ad97c9"><td class="memItemLeft" align="right" valign="top">Boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d38/interfaceHttpMessage.html#a8bb8e89cb8c043db64bc6572f6ad97c9">upgrade</a></td></tr>
<tr class="memdesc:a8bb8e89cb8c043db64bc6572f6ad97c9"><td class="mdescLeft"> </td><td class="mdescRight">查询和设定是否是升级协议 <a href="#a8bb8e89cb8c043db64bc6572f6ad97c9">更多...</a><br /></td></tr>
<tr class="separator:a8bb8e89cb8c043db64bc6572f6ad97c9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6650a9dcb99102b5e70cf1e3fa034cb9"><td class="memItemLeft" align="right" valign="top">Integer </td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d38/interfaceHttpMessage.html#a6650a9dcb99102b5e70cf1e3fa034cb9">maxHeadersCount</a></td></tr>
<tr class="memdesc:a6650a9dcb99102b5e70cf1e3fa034cb9"><td class="mdescLeft"> </td><td class="mdescRight">查询和设置最大请求头个数,缺省为 128 <a href="#a6650a9dcb99102b5e70cf1e3fa034cb9">更多...</a><br /></td></tr>
<tr class="separator:a6650a9dcb99102b5e70cf1e3fa034cb9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac79f330568ff19112fe82806362fc004"><td class="memItemLeft" align="right" valign="top">Integer </td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d38/interfaceHttpMessage.html#ac79f330568ff19112fe82806362fc004">maxUploadSize</a></td></tr>
<tr class="memdesc:ac79f330568ff19112fe82806362fc004"><td class="mdescLeft"> </td><td class="mdescRight">查询和设置最大上传尺寸,以字节为单位,缺省为 67108864(64M) <a href="#ac79f330568ff19112fe82806362fc004">更多...</a><br /></td></tr>
<tr class="separator:ac79f330568ff19112fe82806362fc004"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a572dd6923c69839d8e29da3e342b8f76"><td class="memItemLeft" align="right" valign="top">String </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/db7/interfaceMessage.html#a572dd6923c69839d8e29da3e342b8f76">value</a></td></tr>
<tr class="memdesc:a572dd6923c69839d8e29da3e342b8f76"><td class="mdescLeft"> </td><td class="mdescRight">消息的基本内容 <a href="#a572dd6923c69839d8e29da3e342b8f76">更多...</a><br /></td></tr>
<tr class="separator:a572dd6923c69839d8e29da3e342b8f76"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9d9a47e71f4a592898d50e0ea410a19f"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../de/dd8/interfaceList.html">List</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/db7/interfaceMessage.html#a9d9a47e71f4a592898d50e0ea410a19f">params</a></td></tr>
<tr class="memdesc:a9d9a47e71f4a592898d50e0ea410a19f"><td class="mdescLeft"> </td><td class="mdescRight">消息的基本参数 <a href="#a9d9a47e71f4a592898d50e0ea410a19f">更多...</a><br /></td></tr>
<tr class="separator:a9d9a47e71f4a592898d50e0ea410a19f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aff37dc807536324e1b576ffec75770b0"><td class="memItemLeft" align="right" valign="top">Variant </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/db7/interfaceMessage.html#aff37dc807536324e1b576ffec75770b0">result</a></td></tr>
<tr class="memdesc:aff37dc807536324e1b576ffec75770b0"><td class="mdescLeft"> </td><td class="mdescRight">消息的返回结果 <a href="#aff37dc807536324e1b576ffec75770b0">更多...</a><br /></td></tr>
<tr class="separator:aff37dc807536324e1b576ffec75770b0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a102e4b9b4a800bf24fd01a66df49b489"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d6/d9c/interfaceSeekableStream.html">SeekableStream</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/db7/interfaceMessage.html#a102e4b9b4a800bf24fd01a66df49b489">body</a></td></tr>
<tr class="memdesc:a102e4b9b4a800bf24fd01a66df49b489"><td class="mdescLeft"> </td><td class="mdescRight">包含消息数据部分的流对象 <a href="#a102e4b9b4a800bf24fd01a66df49b489">更多...</a><br /></td></tr>
<tr class="separator:a102e4b9b4a800bf24fd01a66df49b489"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a26e77ec52998a43c1b97fd4b7229283c"><td class="memItemLeft" align="right" valign="top">readonly Long </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/db7/interfaceMessage.html#a26e77ec52998a43c1b97fd4b7229283c">length</a></td></tr>
<tr class="memdesc:a26e77ec52998a43c1b97fd4b7229283c"><td class="mdescLeft"> </td><td class="mdescRight">消息数据部分的长度 <a href="#a26e77ec52998a43c1b97fd4b7229283c">更多...</a><br /></td></tr>
<tr class="separator:a26e77ec52998a43c1b97fd4b7229283c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9b19686184c56df8c1fca416751a71b3"><td class="memItemLeft" align="right" valign="top">readonly <a class="el" href="../../d4/dc7/interfaceStream.html">Stream</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/db7/interfaceMessage.html#a9b19686184c56df8c1fca416751a71b3">stream</a></td></tr>
<tr class="memdesc:a9b19686184c56df8c1fca416751a71b3"><td class="mdescLeft"> </td><td class="mdescRight">查询消息 readFrom 时的流对象 <a href="#a9b19686184c56df8c1fca416751a71b3">更多...</a><br /></td></tr>
<tr class="separator:a9b19686184c56df8c1fca416751a71b3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a78167fa1a78f782d15ea7122333eb53d"><td class="memItemLeft" align="right" valign="top">readonly <a class="el" href="../../d6/db7/interfaceMessage.html">Message</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/db7/interfaceMessage.html#a78167fa1a78f782d15ea7122333eb53d">response</a></td></tr>
<tr class="memdesc:a78167fa1a78f782d15ea7122333eb53d"><td class="mdescLeft"> </td><td class="mdescRight">获取响应消息对象 <a href="#a78167fa1a78f782d15ea7122333eb53d">更多...</a><br /></td></tr>
<tr class="separator:a78167fa1a78f782d15ea7122333eb53d"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">详细描述</h2>
<div class="textblock"><p>http 请求消息对象 </p>
</div><h2 class="groupheader">构造及析构函数说明</h2>
<a class="anchor" id="a42b01e8d23e15e65ad9c712922a6a812"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">HttpRequest.HttpRequest </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><a class="el" href="../../d4/dfa/interfaceHttpRequest.html" title="http 请求消息对象 ">HttpRequest</a> 构造函数,创建一个新的 <a class="el" href="../../d4/dfa/interfaceHttpRequest.html" title="http 请求消息对象 ">HttpRequest</a> 对象 </p>
</div>
</div>
<h2 class="groupheader">成员函数说明</h2>
<a class="anchor" id="a9bafc9a247f9378904788642ab903e03"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">Boolean HttpMessage.hasHeader </td>
<td>(</td>
<td class="paramtype">String </td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>检查是否存在指定键值的消息头 </p>
<dl class="params"><dt>参数</dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td>指定要检查的键值 </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>返回</dt><dd>返回键值是否存在 </dd></dl>
</div>
</div>
<a class="anchor" id="a5db3f91a4a32b70e2fcbd188d8a452c9"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">Variant HttpMessage.firstHeader </td>
<td>(</td>
<td class="paramtype">String </td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>查询指定键值的第一个消息头 </p>
<dl class="params"><dt>参数</dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td>指定要查询的键值 </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>返回</dt><dd>返回键值所对应的值,若不存在,则返回 undefined </dd></dl>
</div>
</div>
<a class="anchor" id="a30f6ddc198f9265a7b7d733f6620fc8b"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../de/dd8/interfaceList.html">List</a> HttpMessage.allHeader </td>
<td>(</td>
<td class="paramtype">String </td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>查询指定键值的全部消息头 </p>
<dl class="params"><dt>参数</dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td>指定要查询的键值 </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>返回</dt><dd>返回键值所对应全部值的数组,若数据不存在,则返回 null </dd></dl>
</div>
</div>
<a class="anchor" id="ae6707cac0adff8bf5132993fa8de5edb"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">HttpMessage.addHeader </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../d2/dc1/interfaceMap.html">Map</a> </td>
<td class="paramname"><em>map</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>添加一个消息头,添加数据并不修改已存在的键值的消息头 </p>
<dl class="params"><dt>参数</dt><dd>
<table class="params">
<tr><td class="paramname">map</td><td>指定要添加的键值数据字典 </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="ab3b564f6d8124ed9c889d378bca12f03"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">HttpMessage.addHeader </td>
<td>(</td>
<td class="paramtype">String </td>
<td class="paramname"><em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">Variant </td>
<td class="paramname"><em>value</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>添加一个消息头,添加数据并不修改已存在的键值的消息头 </p>
<dl class="params"><dt>参数</dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td>指定要添加的键值 </td></tr>
<tr><td class="paramname">value</td><td>指定要添加的数据 </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="aa20e3f5d3a9800e60c66106cf6e492bf"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">HttpMessage.setHeader </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../d2/dc1/interfaceMap.html">Map</a> </td>
<td class="paramname"><em>map</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>设定一个消息头,设定数据将修改键值所对应的第一个数值,并清除相同键值的其余消息头 </p>
<dl class="params"><dt>参数</dt><dd>
<table class="params">
<tr><td class="paramname">map</td><td>指定要设定的键值数据字典 </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a080e5427207dcae84985d7085f54761c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">HttpMessage.setHeader </td>
<td>(</td>
<td class="paramtype">String </td>
<td class="paramname"><em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">Variant </td>
<td class="paramname"><em>value</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>设定一个消息头,设定数据将修改键值所对应的第一个数值,并清除相同键值的其余消息头 </p>
<dl class="params"><dt>参数</dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td>指定要设定的键值 </td></tr>
<tr><td class="paramname">value</td><td>指定要设定的数据 </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a527c0eba05ae52d3b2c9a2cf284277bd"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">HttpMessage.removeHeader </td>
<td>(</td>
<td class="paramtype">String </td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>删除指定键值的全部消息头 </p>
<dl class="params"><dt>参数</dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td>指定要删除的键值 </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a1ac79feaa497a9bdb849d41ae5a5fc93"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d9/dae/interfaceBuffer.html">Buffer</a> Message.read </td>
<td>(</td>
<td class="paramtype">Integer </td>
<td class="paramname"><em>bytes</em> = <code>-1</code></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>从流内读取指定大小的数据,此方法为 body 相应方法的别名 </p>
<dl class="params"><dt>参数</dt><dd>
<table class="params">
<tr><td class="paramname">bytes</td><td>指定要读取的数据量,缺省为读取随机大小的数据块,读出的数据尺寸取决于设备 </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>返回</dt><dd>返回从流内读取的数据,若无数据可读,或者连接中断,则返回 null </dd></dl>
</div>
</div>
<a class="anchor" id="aff82e4029da32471f8d5b3bf6142e8fc"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d9/dae/interfaceBuffer.html">Buffer</a> Message.readAll </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>从流内读取剩余的全部数据,此方法为 body 相应方法的别名 </p>
<dl class="section return"><dt>返回</dt><dd>返回从流内读取的数据,若无数据可读,或者连接中断,则返回 null </dd></dl>
</div>
</div>
<a class="anchor" id="a42fdd87346cb529e34e1e12e41afe2bc"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">Message.write </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../d9/dae/interfaceBuffer.html">Buffer</a> </td>
<td class="paramname"><em>data</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>写入给定的数据,此方法为 body 相应方法的别名 </p>
<dl class="params"><dt>参数</dt><dd>
<table class="params">
<tr><td class="paramname">data</td><td>给定要写入的数据 </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a8ed24470ab5214955c70bb108209f9d4"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">Message.clear </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>清除消息的内容 </p>
</div>
</div>
<a class="anchor" id="a8c456b35a88228f954974592e9b5c5ab"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">Message.sendTo </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../d4/dc7/interfaceStream.html">Stream</a> </td>
<td class="paramname"><em>stm</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>发送格式化消息到给定的流对象 </p>
<dl class="params"><dt>参数</dt><dd>
<table class="params">
<tr><td class="paramname">stm</td><td>指定接收格式化消息的流对象 </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="ad4a8dc64a0be31e60e98c671bc630203"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">Message.readFrom </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../d0/d37/interfaceBufferedStream.html">BufferedStream</a> </td>
<td class="paramname"><em>stm</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>从给定的缓存流对象中读取格式化消息,并解析填充对象 </p>
<dl class="params"><dt>参数</dt><dd>
<table class="params">
<tr><td class="paramname">stm</td><td>指定读取格式化消息的流对象 </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a6b88dbc459449d2280338e5b702a68b4"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">object.dispose </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>强制回收对象,调用此方法后,对象资源将立即释放 </p>
</div>
</div>
<a class="anchor" id="ac61f07a7d6c5471293371086af3186bd"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">String object.toString </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>返回对象的字符串表示,一般返回 "[Native Object]",对象可以根据自己的特性重新实现 </p>
<dl class="section return"><dt>返回</dt><dd>返回对象的字符串表示 </dd></dl>
<p>在 <a class="el" href="../../d9/dae/interfaceBuffer.html#a704ee70a5949e3ce5e3ed9efffbfd054">Buffer</a> 内被实现.</p>
</div>
</div>
<a class="anchor" id="ad66be13eb5b7c5f560fd8511565138c4"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">Value object.toJSON </td>
<td>(</td>
<td class="paramtype">String </td>
<td class="paramname"><em>key</em> = <code>""</code></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>返回对象的 JSON 格式表示,一般返回对象定义的可读属性集合 </p>
<dl class="params"><dt>参数</dt><dd>
<table class="params">
<tr><td class="paramname">key</td><td>未使用 </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>返回</dt><dd>返回包含可 JSON 序列化的值 </dd></dl>
</div>
</div>
<a class="anchor" id="ab9261a7662bc8bb4a898bc15dc16f206"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">Value object.valueOf </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>返回对象本身的数值 </p>
<dl class="section return"><dt>返回</dt><dd>返回对象本身的数值 </dd></dl>
</div>
</div>
<h2 class="groupheader">类成员变量说明</h2>
<a class="anchor" id="a2d133650f24c6ba2407c8c541bdf2f22"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">String HttpRequest.method</td>
</tr>
</table>
</div><div class="memdoc">
<p>查询和设置请求方法 </p>
</div>
</div>
<a class="anchor" id="af2376806cefea583924ddd0f42b0762e"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">String HttpRequest.address</td>
</tr>
</table>
</div><div class="memdoc">
<p>查询和设置请求地址 </p>
</div>
</div>
<a class="anchor" id="a8a4ba832c2405354f31158e293a48a01"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">String HttpRequest.queryString</td>
</tr>
</table>
</div><div class="memdoc">
<p>查询和设置请求查询字符串 </p>
</div>
</div>
<a class="anchor" id="a883cdefbbe1fec7aa89f011c941c0707"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">readonly <a class="el" href="../../da/d34/interfaceHttpCollection.html">HttpCollection</a> HttpRequest.cookies</td>
</tr>
</table>
</div><div class="memdoc">
<p>获取包含消息 cookies 的容器 </p>
</div>
</div>
<a class="anchor" id="a9009b8fbfdd8d254587ff33e4f2e1fec"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">readonly <a class="el" href="../../da/d34/interfaceHttpCollection.html">HttpCollection</a> HttpRequest.form</td>
</tr>
</table>
</div><div class="memdoc">
<p>获取包含消息 form 的容器 </p>
</div>
</div>
<a class="anchor" id="a9662b6e67a68367d1ad806d5ff3e6af8"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">readonly <a class="el" href="../../da/d34/interfaceHttpCollection.html">HttpCollection</a> HttpRequest.query</td>
</tr>
</table>
</div><div class="memdoc">
<p>获取包含消息 query 的容器 </p>
</div>
</div>
<a class="anchor" id="a336551e60570807abff96b539b914d25"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">String HttpMessage.protocol</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>协议版本信息,允许的格式为:HTTP/#.# </p>
</div>
</div>
<a class="anchor" id="aedc41fa258d4d5cf91d2f850dd49ece4"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">readonly <a class="el" href="../../da/d34/interfaceHttpCollection.html">HttpCollection</a> HttpMessage.headers</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>包含消息中 http 消息头的容器,只读属性 </p>
</div>
</div>
<a class="anchor" id="aacc29dd266d58f65858aa117b77f9f7d"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">Boolean HttpMessage.keepAlive</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>查询和设定是否保持连接 </p>
</div>
</div>
<a class="anchor" id="a8bb8e89cb8c043db64bc6572f6ad97c9"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">Boolean HttpMessage.upgrade</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>查询和设定是否是升级协议 </p>
</div>
</div>
<a class="anchor" id="a6650a9dcb99102b5e70cf1e3fa034cb9"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">Integer HttpMessage.maxHeadersCount</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>查询和设置最大请求头个数,缺省为 128 </p>
</div>
</div>
<a class="anchor" id="ac79f330568ff19112fe82806362fc004"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">Integer HttpMessage.maxUploadSize</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>查询和设置最大上传尺寸,以字节为单位,缺省为 67108864(64M) </p>
</div>
</div>
<a class="anchor" id="a572dd6923c69839d8e29da3e342b8f76"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">String Message.value</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>消息的基本内容 </p>
</div>
</div>
<a class="anchor" id="a9d9a47e71f4a592898d50e0ea410a19f"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../de/dd8/interfaceList.html">List</a> Message.params</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>消息的基本参数 </p>
</div>
</div>
<a class="anchor" id="aff37dc807536324e1b576ffec75770b0"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">Variant Message.result</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>消息的返回结果 </p>
</div>
</div>
<a class="anchor" id="a102e4b9b4a800bf24fd01a66df49b489"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d6/d9c/interfaceSeekableStream.html">SeekableStream</a> Message.body</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>包含消息数据部分的流对象 </p>
</div>
</div>
<a class="anchor" id="a26e77ec52998a43c1b97fd4b7229283c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">readonly Long Message.length</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>消息数据部分的长度 </p>
</div>
</div>
<a class="anchor" id="a9b19686184c56df8c1fca416751a71b3"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">readonly <a class="el" href="../../d4/dc7/interfaceStream.html">Stream</a> Message.stream</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>查询消息 readFrom 时的流对象 </p>
</div>
</div>
<a class="anchor" id="a78167fa1a78f782d15ea7122333eb53d"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">readonly <a class="el" href="../../d6/db7/interfaceMessage.html">Message</a> Message.response</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>获取响应消息对象 </p>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<style type="text/css">
body {
color: #666666;
}
a, .contents a:visited {
color: #3399ee;
}
.icona, #nav-sync {
display:none;
}
.directory td.entry, .directory td.desc {
padding: 8px;
}
</style>
</body>
</html> |
_source/news/2016-06-22-jetli.html | InstantKhabar/_source | ---
title: "जेटली ने सुब्रमण्यन स्वामी को सिखाया अनुशासन का पाठ"
layout: item
category: ["business"]
date: 2016-06-22T13:14:37.976Z
image: 1466601277976jetli.jpg
---
<p>नई दिल्ली। बीजेपी के राज्यसभा सांसद सुब्रमण्यन स्वामी ने प्रधानमंत्री के मुख्य आर्थिक सलाहकार अरविंद सुब्रमण्यन पर देश के खिलाफ काम करने का आरोप लगाते हुए उन्हें बर्खास्त करने की मांग की है। स्वामी के इस बयान को उनकी निजी राय कहकर बीजेपी ने इससे दूरी बना ली है। वहीं वित्त मंत्री अरुण जेटली ने भी कहा कि सरकार को अरविंद सुब्रमण्यन पर पूरा भरोसा है।
जेटली ने कहा कि अरविंद सुब्रमण्यन की सलाह मूल्यवान हैं। पार्टी पहले ही कह चुकी है कि वो स्वामी के नजरिए से सहमत नहीं है। जब जेटली से पूछा गया कि क्या सरकार स्वामी को रोकना चाहती है कि वो अहम पदों पर बैठे लोगों पर हमले न करें, तो उनका जवाब था कि ये निर्णय पार्टी को लेना है। स्वामी का बिना नाम लिए जेटली ने कहा कि अहम पदों पर बैठे लोगों पर हमले को लेकर राजनेताओं के व्यवहार में एक अनुशासन होना चाहिए। ये एक से ज्यादा बार हो चुका है।
उधर मोदी कैबिनेट के एक अन्य कद्दावर मंत्री रविशंकर प्रसाद से जब पूछा गया कि अरविंद सुब्रमण्यन पर हमला कर क्या स्वामी वित्त मंत्री अरुण जेटली को निशाना बनाना चाहते हैं, तो उनका जवाब था कि जेटली की ईमानदारी पर किसी को शक नहीं है और हम उन्हें उनके छात्र जीवन से जानते हैं।</p> |
_source/news/2019-02-09-st.html | InstantKhabar/_source | ---
title: "केन्द्र सरकार ने आतंकवादियों एवं नक्सलियों का मनोबल तोड़ा: सुधांशु त्रिवेदी"
layout: item
category: ["lucknow"]
date: 2019-02-09T05:08:59.152Z
image: 1549721339151st.jpg
---
<p>लखनऊ:भारतीय जनता पार्टी लखनऊ महानगर में आयोजित लखनऊ
महानगर, लखनऊ जिला, रायबरेली, उन्नाव के प्रबुद्ध वर्ग सम्मेलन को
सम्बोधित करते हुये भाजपा के राष्ट्रीय प्रवक्ता सुधांशु त्रिवेदी ने कहा
कि चाहे जम्मू कश्मीर का आतंकवाद हो चाहे दन्तेवाड़ा जैसे जिलों मं
नक्सलियों का गढ़ हो हर जगह वर्तमान सरकार ने आतंकवादियों एवं नक्सलियों
का मनोबल तोड़ा है। जम्मू कश्मीर में आतंकवादियों को करारा जवाब दिया जा
रहा है उन्हें भारतीय सीमा में पहुंचते ही मार गिराया जा रहा है, और
दन्तेवाड़ा जो नक्सलियों का गढ़ हैं वहां प्रधानमंत्री की सभा एवं
दन्तेवाड़ा जिले के ही चिन्तागुआ जिसको नक्सलियों का केन्द्र माना जाता
है, वहां पर आपके सांसद एवं गृहमंत्री भारत सरकार राजनाथ सिंह सभा करके
आये हैं यह कोई छोटी-मोटी घटना नही है यह नक्सलियों का मनोबल तोड़ने की
बहुत बड़ी घटना है और अब देश में नक्सलियों की लगभग कमर टूट चुकी है यह सब
इस वर्तमान सरकार के कठिन निर्णय लेने की क्षमता के कारण सम्भव हो पाया
है। बहुत ऐसी बाते हैं जिन्हें पूर्ववर्ती सरकारों ने नही सोचा लेकिन
वर्तमान भारत सरकार ने कर दिखाया है जैसे कि भारतवर्ष में वर्ष के 12
महीनों में से 11 महीने सूर्यदेव का प्रताप बना रहता है शौर्य ऊर्जा को
बढ़ावा देकर पहले की अपेक्षा 11-12 गुना सोलर उत्पादन मंे बढ़ोत्तरी की है
और यही नही अन्तर्राष्ट्रीय स्तर पर शौर्य ऊर्जा उत्पादन गठबंधन में अपनी
जिम्मेदारी दर्ज की है इसके साथ ही पूर्वी उत्तर प्रदेश एवं बिहार,
बंगाल, असम में नदियों के पाट काफी चैड़े है इसमें जल परिवहन के बारे में
पहले की सरकारों ने क्यों नही सोचा जबकि जल परिवहन की लागत 1@10 आती है
लेकिन हमारी सरकारों ने इस विषय में कार्य करना प्रारम्भ कर दिया और इसकी
शुरूआत बनारस से कर दी है। विदेश नीति में भी वर्तमान सरकार ने भारत का
झण्डा बुलंद कर रखा है, तथा बुनियादी समस्याओं बिजली, सड़क, पानी, आवास
शौचायलय का रिकार्ड निर्माण कर जनता को राहत देने का काम हमारी सरकार
केन्द्र और प्रदेश की सरकारें कर रही है। जो कार्य 55 सालों में नही हुये
वह 55 माह में मोदी जी ने कर दिखाया इसलिये मोदी जी को 2019 में पुनः आना
चाहिए। इससे पूर्व कार्यक्रम को महानगर अध्यक्ष मुकेश शर्मा एवं अवध
क्षेत्र अध्यक्ष सुरेश तिवारी ने सम्बोधित किया।</p> |
_source/news/19859-lucknow.html | InstantKhabar/_source | ---
title: "सर्वधर्म सम्भाव के लिए प्रदेश सरकार कृतसंकल्प: अखिलेश"
layout: item
category: lucknow
date: 2015-02-17T10:09:11.000Z
image: 0c36729e622566b6276bfa7f97aef4d2.jpg
---
<h3 style="text-align: center;">द कैथोलिक डायोसीज़ आॅफ लखनऊ के प्लैटिनम जुबली समारोह में मुख्यमंत्री का सम्बोधन </h3>
<p style="text-align: justify;">लखनऊ: उत्तर प्रदेश के मुख्यमंत्री अखिलेश यादव ने कहा कि हमें अपने देश पर गर्व है, जहां तमाम धर्मों के मानने वाले लोग एक साथ रहते हैं। उन्होंने कहा कि इस परम्परा को बनाए रखने के लिए राज्य सरकार कृत संकल्प है। चाहे इसके लिए सरकार को जो भी कीमत चुकानी पड़े। उन्होंने आश्वस्त किया कि राज्य सरकार आगे भी लगातार सभी धर्मों, समुदायों को बराबरी के साथ सम्मानजनक जीवन जीने का माहौल प्रदान करने का प्रयास करती रहेगी। </p>
<p style="text-align: justify;">मुख्यमंत्री आज सेण्ट फ्रान्सिस काॅलेज परिसर में आयोजित द कैथोलिक डायोसीज़ आॅफ लखनऊ के प्लैटिनम जुबली समारोह में मुख्य अतिथि की हैसियत से अपने विचार व्यक्त कर रहे थे। उन्होंने कहा कि सभी धर्मों का एक ही लक्ष्य है और सभी मिल-जुल कर रहने का संदेश देते हैं। उन्होंने कहा कि व्यक्ति का जीवन छोटा होता है, लेकिन संस्था लम्बी अवधि तक लोगों के लिए उपयोगी बनी रहती है, इसलिए संस्थाओं को मजबूत बनाने के लिए लगातार काम करना जरूरी होता है। उन्होंने इस बात पर संतोष व्यक्त किया कि ईसाई मतावलम्बियों द्वारा स्थापित संस्थाएं विभिन्न जनपदों में बिना किसी भेदभाव के स्थानीय लोगों की सेवा करने तथा बच्चों को गुणवत्तापरक शिक्षा उपलब्ध कराने का काम कर रही हैं। इन संस्थाओं ने आने वाली पीढ़ी में करूणा के साथ-साथ भाईचारा बढ़ाने तथा मानवता के लिए कार्य करने का प्रभावी संदेश दिया है। इस अवसर पर उन्होंने भारत के पोस्टल विभाग द्वारा समारोह के लिए तैयार किए गए स्पेशल कवर को जारी किया। </p>
<p style="text-align: justify;">भारत तथा नेपाल के लिए कैथोलिक धर्मगुरू के राजदूत सेल्वाटोर पेनैशियो ने कार्यक्रम में शामिल होने के लिए मुख्यमंत्री की प्रशंसा करते हुए कहा कि उनकी तथा अन्य लोगों की उपस्थिति से स्पष्ट है कि संस्था लोगों की अच्छी तरह से सेवा कर रही है। उन्होंने गरीबों, अनाथ बच्चों सहित अन्य सभी वर्गों के लोगों का जीवन स्तर बेहतर बनाने के लिए आगे भी कार्य करते रहने का भरोसा दिलाया। </p>
<p style="text-align: justify;">लखनऊ के महापौर डाॅ. दिनेश शर्मा ने भी कार्यक्रम में अपने विचार व्यक्त किए। लखनऊ के बिशप जिराॅल्ड जाॅन मैथियास ने सभी का स्वागत किया, जबकि फादर रोनाल्ड डिसूजा ने धन्यवाद ज्ञापित किया। </p> |
_source/news/30024-national.html | InstantKhabar/_source | ---
title: "नक्सली हमले में बीएसएफ के दो जवान शहीद"
layout: item
category: india
date: 2016-03-12T08:55:40.000Z
image: b773805fd6fc10788b7632a81d5011de.jpg
---
<p style="text-align: justify;">रायपुर : छत्तीसगढ़ के नक्सल प्रभवित कांकेर जिले में सीमा सुरक्षा बल के दल पर नक्सलियों के हमले में बल (बीएसएफ) के दो जवान शहीद हो गए तथा चार अन्य घायल हो गए। </p>
<p style="text-align: justify;">कांकेर जिले के पुलिस अधिकारियों ने बताया कि जिले के बांदे थाना क्षेत्र के अंतर्गत बेचा गांव के जंगल में नक्सलियों ने आज तड़के बीएसएफ के गश्ती दल पर हमला किया। हमले में बीएसएफ के 122वीं बटालियन के जवान विजय कुमार और राकेश नेहरा शहीद हो गए तथा चार अन्य जवान घायल हो गए हैं। </p>
<p style="text-align: justify;">पुलिस अधिकारियों ने बताया कि बीएसएफ के 117वीं, 122वीं बटालियन तथा जिला बल के संयुक्त दल को पंखाजूर क्षेत्र के छोटेबेटिया शिविर से नक्सल विरोधी अभियान में गश्त के लिए रवाना किया गया था। दल जब बेचा गांव के जंगल और नदी के करीब पहुंचा तब नक्सलियों ने दल पर हमला कर दिया। इस हमले में बीएसएफ के छह जवान घायल हो गए। उन्होंने बताया कि बीएसएफ के दल ने जवाबी कार्रवाई की। </p>
<p style="text-align: justify;">लगभग एक घंटे तक दोनों ओर से गोलीबारी के बाद नक्सली वहां से भाग गए। मुठभेड़ की जानकारी मिलने के बाद अतिरिक्त बल घटनास्थल के लिए रवाना कर दिया गया था। पुलिस अधिकारियों ने बताया कि सुरक्षा बल के जवानों ने घायलों को बाहर निकाला। उन्हें जब हेलीकाप्टर से रायपुर भेजा जा रहा था तब दो जवानों की मृत्यु हो गई। इस हमले में घायल चार जवानों को रायपुर में भर्ती किया गया है। </p>
<p style="text-align: justify;">राज्य के बस्तर क्षेत्र में नक्सलियों ने फर्जी मुठभेड़ में लोगों को मारे जाने तथा फर्जी आत्मसमर्पण कराने का आरोप लगाया है तथा आज बंद का आहवान किया है। नक्सलियों ने शुक्रवार को क्षेत्र में बस में भी आग लगा दी थी।</p> |
_source/news/26559-national.html | InstantKhabar/_source | ---
title: "मूर्तियों का जल में विसर्जन मूर्खतापूर्ण तरीकाः हाई कोर्ट"
layout: item
category: india
date: 2015-10-30T05:09:00.000Z
image: ce9d53c35a6afb82fb4e39b010847b0d.jpg
---
<p style="text-align: justify;">चेन्नई। मद्रास हाई कोर्ट ने भगवान की मूर्तियों को जल में विसर्जित किए जाने की आलोचना की है। कोर्ट ने कहा है कि यह पूरे इको सिस्टम को प्रदूषित करता है। कोर्ट ने इस चलन को "पानी के प्रति एक मूर्खतापूर्ण तरीका" तरीका बताते हुए कहा कि इसे खत्म कर दिया जाना चाहिए। कोर्ट ने गुरूवार को कहा कि जल में मूर्तियों का विसर्जन करने की परंपरा और आदत से एक ओर जहां पानी प्रदूषित होता है वहीं मछलियों और पक्षियों के लिए खतरा पैदा होता है।</p>
<p style="text-align: justify;">उन्होंने कहा, "विसर्जन के समय मिट्टी, बांस, घास, लकड़ी, धातु, जूट, रंग, रंगे हुए कपड़े, फूल, धूप-अगरबत्ती, कपूर और राख जैसी चीजें भी पानी में मिल जाती हैं। मूर्ति बनाने में जिन जहरीले रसायनों का इस्तेमाल होता है वह विसर्जन के बाद पानी में मिल जाती हैं और जलीय स्रोतों के लिए गंभीर खतरा पैदा करती हैं।"</p>
<p style="text-align: justify;">जस्टिस एस.वैद्यनाथन ने एक याचिका की सुनवाई के दौरान यह टिप्पणी की। वह 2 आरोपियों की जमानत याचिका पर सुनवाई कर रहे थे। दोनों पर पिछले महीने हुए गणेशोत्सव में विनायक चतुर्थी के दौरान प्रतिमा विसर्जित करने के दौरान हुए एक झगड़े में हत्या की कोशिश करने व फसाद करने के आरोप में गिरफ्तार किया गया था।</p>
<p style="text-align: justify;">कोर्ट ने इसका तरीका सुझाते हुए कहा है कि त्योहार के समय विशेष इलाकों में कृत्रिम तालाब बनाकर उसमें प्रतिमाएं विसर्जित करने का काम किया जा सकता है। उन्होंने कहा, "प्रतिमा विसर्जन के नाम पर जलीय स्रोतों का प्रदूषण होने से रोकने के लिए यह बेशक एक कारगर उपाय है।" उन्होंने कहा, "पानी की पहले से ही कमी है। ऐसे में उसे और प्रदूषित करना तार्किक और समझदारी नहीं है। पानी व जलीय स्रोतों के प्रति इस मूर्खतापूर्ण बर्ताव को खत्म कर दिया जाना चाहिए।"</p> |
src/main/webapp/css/colors/pink.css | sarweshsethiya/Oneapp | /*
|----------------------------------------------------------------------------
| VARIABLES
|----------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------
| MIXINS
|----------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------
| COLOR REPLACEMENT
|----------------------------------------------------------------------------
*/
/* MISCELLANEOUS STYLE */
hr.separator {
border-top: 2px solid #e089aa;
}
::selection {
background: #e089aa;
}
::-webkit-selection {
background: #e089aa;
}
::-moz-selection {
background: #e089aa;
}
.owl-theme .owl-controls .owl-buttons div {
background: #e089aa;
}
.owl-theme .owl-controls .owl-page span {
background: #e089aa;
}
.owl-theme .owl-controls .owl-page.active span {
background: #e089aa;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
background: #e089aa;
}
/* BUTTONS */
.btn-main {
background: #e089aa;
}
.btn-main:hover {
background: #ebb1c7;
}
.btn-download {
border: 2px solid #e089aa;
color: #e089aa;
}
.btn-download:hover {
background: rgba(224, 137, 170, 0.4);
}
/* PRELOADER */
.spinner-wrapper {
background: #e089aa;
}
/* HEADER SECTION */
.header .market-icons .fa {
color: #e089aa;
}
/* MAIN NAVIGATION BAR */
.sticky-navbar .main-navigation li a:hover {
color: #e089aa;
}
.sticky-navbar .main-navigation li.current a {
color: #e089aa;
}
/* WAY WE WORK */
.way-we-work .features .each-item:hover .fa {
background: #e089aa;
border: 1px solid #e089aa;
}
.way-we-work .features .each-item:hover h4 {
color: #e089aa;
}
/* APP INTRO */
.app-intro {
background: #e089aa;
}
/* SUBSCRIBE NEWSLETTER */
.subscribe-newsletter .fa {
color: #e089aa;
border: 2px solid #e089aa;
}
/* EASY FEATURES AVAILABLE */
.easy-features-available .each-easy-step h5.text-colored {
color: #e089aa;
}
/* TESTIMONIALS */
.testimonials .quote-sym {
color: #e089aa;
}
.testimonials .synced .item figure img {
border: 1px solid #e089aa;
}
.testimonials .synced .item figure figcaption .name {
color: #e089aa;
}
/* PRICING TABLE */
.pricing-table .table-single.table-active .meta-title {
background: #e089aa;
color: #fff;
}
/* OUR OTHER APPS */
.our-other-apps .app-description .line-btn {
border: 2px solid #e089aa;
color: #e089aa;
}
/* CONTACT US SECTION */
.contact-us .expendable-contact-btn .fa {
border: 2px solid #e089aa;
}
.contact-us .expendable-contact-btn .fa:hover {
background: #e089aa;
}
.contact-us .about-us .each-item .ef {
border: 1px solid #e089aa;
color: #e089aa;
}
.contact-us .about-us .each-item address p a:hover {
color: #e089aa;
}
.contact-us .contact-form .form-control {
border: 1px solid #e089aa;
}
/* FOOTER SECTION */
.footer .social-icons ul li a:hover,
.footer .copyright ul li a:hover {
color: #e089aa;
}
|
TekkitRestrict/doc/nl/taico/tekkitrestrict/listeners/Assigner.html | EterniaLogic/TekkitRestrict | <!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_45) on Wed May 28 15:31:03 CEST 2014 -->
<title>Assigner</title>
<meta name="date" content="2014-05-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="Assigner";
}
//-->
</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/Assigner.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../nl/taico/tekkitrestrict/listeners/BlockBreakListener.html" title="class in nl.taico.tekkitrestrict.listeners"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?nl/taico/tekkitrestrict/listeners/Assigner.html" target="_top">Frames</a></li>
<li><a href="Assigner.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">nl.taico.tekkitrestrict.listeners</div>
<h2 title="Class Assigner" class="title">Class Assigner</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>nl.taico.tekkitrestrict.listeners.Assigner</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">Assigner</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="../../../../nl/taico/tekkitrestrict/listeners/Assigner.html#Assigner()">Assigner</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 void</code></td>
<td class="colLast"><code><strong><a href="../../../../nl/taico/tekkitrestrict/listeners/Assigner.html#assign()">assign</a></strong>()</code>
<div class="block">Registers all Listeners that are required.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../nl/taico/tekkitrestrict/listeners/Assigner.html#assignEEPatch()">assignEEPatch</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../nl/taico/tekkitrestrict/listeners/Assigner.html#register(org.bukkit.event.Listener)">register</a></strong>(org.bukkit.event.Listener listener)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private static void</code></td>
<td class="colLast"><code><strong><a href="../../../../nl/taico/tekkitrestrict/listeners/Assigner.html#register(java.lang.String, org.bukkit.event.Listener, org.bukkit.plugin.PluginManager, nl.taico.tekkitrestrict.tekkitrestrict)">register</a></strong>(java.lang.String name,
org.bukkit.event.Listener listener,
org.bukkit.plugin.PluginManager PM,
<a href="../../../../nl/taico/tekkitrestrict/tekkitrestrict.html" title="class in nl.taico.tekkitrestrict">tekkitrestrict</a> plugin)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../nl/taico/tekkitrestrict/listeners/Assigner.html#unregisterAll()">unregisterAll</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="Assigner()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Assigner</h4>
<pre>public Assigner()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="assign()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>assign</h4>
<pre>public static void assign()</pre>
<div class="block">Registers all Listeners that are required. If certain functionality is turned off, the listeners for it will not be registered.
*Note*: Not everything in tekkitrestrict has been moved to this assigner, i'm still working on that.</div>
</li>
</ul>
<a name="register(java.lang.String, org.bukkit.event.Listener, org.bukkit.plugin.PluginManager, nl.taico.tekkitrestrict.tekkitrestrict)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>register</h4>
<pre>private static final void register(java.lang.String name,
org.bukkit.event.Listener listener,
org.bukkit.plugin.PluginManager PM,
<a href="../../../../nl/taico/tekkitrestrict/tekkitrestrict.html" title="class in nl.taico.tekkitrestrict">tekkitrestrict</a> plugin)</pre>
</li>
</ul>
<a name="register(org.bukkit.event.Listener)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>register</h4>
<pre>public static void register(org.bukkit.event.Listener listener)</pre>
</li>
</ul>
<a name="assignEEPatch()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>assignEEPatch</h4>
<pre>public static void assignEEPatch()</pre>
</li>
</ul>
<a name="unregisterAll()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>unregisterAll</h4>
<pre>public static void unregisterAll()</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/Assigner.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../nl/taico/tekkitrestrict/listeners/BlockBreakListener.html" title="class in nl.taico.tekkitrestrict.listeners"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?nl/taico/tekkitrestrict/listeners/Assigner.html" target="_top">Frames</a></li>
<li><a href="Assigner.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>
|
aquamacs/doc/Aquamacs Help/ede/ede_002dcompilation_002dprogram.html | davidswelt/aquamacs-emacs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content=
"HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 16.1), see www.w3.org" />
<title>ede-compilation-program - Emacs Development
Environment</title>
<meta http-equiv="Content-Type" content="text/html" />
<meta name="description" content=
"Emacs Development Environment" />
<meta name="generator" content="makeinfo 4.13" />
<link title="Top" rel="start" href="index.html#Top" />
<link rel="up" href="Compilers.html#Compilers" title=
"Compilers" />
<link rel="next" href="ede_002dcompiler.html#ede_002dcompiler"
title="ede-compiler" />
<link href="http://www.gnu.org/software/texinfo/" rel=
"generator-home" title="Texinfo Homepage" /><!--
This file describes EDE, the Emacs Development Environment.
Copyright (C) 1998, 1999, 2000, 2001, 2004, 2005, 2008, 2009,
2010 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.3 or any later version published by the Free Software
Foundation; with no Invariant Sections, with the Front-Cover texts
being ``A GNU Manual,'' and with the Back-Cover Texts as in (a)
below. A copy of the license is included in the section entitled
``GNU Free Documentation License.''
(a) The FSF's Back-Cover Text is: ``You have the freedom to copy
and modify this GNU manual. Buying copies from the FSF supports
it in developing GNU and promoting software freedom.''
-->
<meta http-equiv="Content-Style-Type" content="text/css" />
<style type="text/css">
/*<![CDATA[*/
<!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
-->
/*]]>*/
</style>
</head>
<body>
<div class="node">
<a name="ede-compilation-program" id=
"ede-compilation-program"></a> <a name=
"ede_002dcompilation_002dprogram" id=
"ede_002dcompilation_002dprogram"></a>
<p>Next: <a rel="next" accesskey="n" href=
"ede_002dcompiler.html#ede_002dcompiler">ede-compiler</a>,
Up: <a rel="up" accesskey="u" href=
"Compilers.html#Compilers">Compilers</a></p>
<hr />
</div>
<h4 class="subsection">7.8.1 ede-compilation-program</h4>
<p><a name="index-ede_002dcompilation_002dprogram-255" id=
"index-ede_002dcompilation_002dprogram-255"></a></p>
<dl>
<dt>Inheritance Tree:</dt>
<dd>
<dl>
<dt><code>eieio-instance-inheritor</code></dt>
<dd>
<dl>
<dt><code>ede-compilation-program</code></dt>
<dd>
<dl>
<dt>Children:</dt>
<dd>See <a href=
"ede_002dcompiler.html#ede_002dcompiler">ede-compiler</a>,<!-- /@w -->
See <a href=
"ede_002dlinker.html#ede_002dlinker">ede-linker</a>.<!-- /@w --></dd>
</dl>
</dd>
</dl>
</dd>
</dl>
</dd>
</dl>
<dl>
<dt>Slots:</dt>
<dd>
<dl>
<dt><code>:parent-instance</code></dt>
<dd>
Type: <code>eieio-instance-inheritor-child</code>
<p>The parent of this instance. If a slot of this class
is reference, and is unbound, then the parent is checked
for a value.<br /></p>
</dd>
<dt><code>:name</code></dt>
<dd>
Type: <code>string</code>
<p>Name of this type of compiler.<br /></p>
</dd>
<dt><code>:variables</code></dt>
<dd>
Type: <code>list</code>
<p>Variables needed in the Makefile for this compiler. An
assoc list where each element is (VARNAME . VALUE) where
VARNAME is a string, and VALUE is either a string, or a
list of strings. For example, GCC would define CC=gcc,
and emacs would define EMACS=emacs.<br /></p>
</dd>
<dt><code>:sourcetype</code></dt>
<dd>
Type: <code>list</code>
<p>A list of <code>ede-sourcecode</code> See <a href=
"ede_002dsourcecode.html#ede_002dsourcecode">ede-sourcecode</a>.
objects this class will handle. This is used to match
target objects with the compilers and linkers they can
use, and which files this object is interested
in.<br /></p>
</dd>
<dt><code>:rules</code></dt>
<dd>
Type: <code>list</code><br />
Default Value: <code>nil</code>
<p>Auxiliary rules needed for this compiler to run. For
example, yacc/lex files need additional chain rules, or
inferences.<br /></p>
</dd>
<dt><code>:commands</code></dt>
<dd>
Type: <code>list</code>
<p>The commands used to execute this compiler. The object
which uses this compiler will place these commands after
it's rule definition.<br /></p>
</dd>
<dt><code>:autoconf</code></dt>
<dd>
Type: <code>list</code><br />
Default Value: <code>nil</code>
<p>Autoconf function to call if this type of compiler is
used. When a project is in Automake mode, this defines
the autoconf function to call to initialize automake to
use this compiler. For example, there may be multiple C
compilers, but they all probably use the same autoconf
form.<br /></p>
</dd>
<dt><code>:objectextention</code></dt>
<dd>
Type: <code>string</code>
<p>A string which is the extention used for object files.
For example, C code uses .o on unix, and Emacs Lisp uses
.elc.</p>
</dd>
</dl>
</dd>
</dl>
<h5 class="subsubsection">7.8.1.1 Specialized Methods</h5>
<div class="defun">
— Method: <b>ede-proj-flush-autoconf</b> <var>:AFTER
this<a name="index-ede_002dproj_002dflush_002dautoconf-256" id=
"index-ede_002dproj_002dflush_002dautoconf-256"></a></var><br />
<blockquote>
<p>Flush the configure file (current buffer) to accomodate
<var>THIS</var>.</p>
</blockquote>
</div>
<div class="defun">
— Method: <b>ede-proj-makefile-insert-rules</b>
<var>:AFTER this<a name=
"index-ede_002dproj_002dmakefile_002dinsert_002drules-257" id=
"index-ede_002dproj_002dmakefile_002dinsert_002drules-257"></a></var><br />
<blockquote>
<p>Insert rules needed for <var>THIS</var> compiler
object.</p>
</blockquote>
</div>
<div class="defun">
— Method: <b>ede-proj-makefile-insert-variables</b>
<var>:AFTER this<a name=
"index-ede_002dproj_002dmakefile_002dinsert_002dvariables-258"
id=
"index-ede_002dproj_002dmakefile_002dinsert_002dvariables-258"></a></var><br />
<blockquote>
<p>Insert variables needed by the compiler
<var>THIS</var>.</p>
</blockquote>
</div>
<div class="defun">
— Method: <b>ede-proj-makefile-insert-commands</b>
<var>:AFTER this<a name=
"index-ede_002dproj_002dmakefile_002dinsert_002dcommands-259"
id=
"index-ede_002dproj_002dmakefile_002dinsert_002dcommands-259"></a></var><br />
<blockquote>
<p>Insert the commands needed to use compiler
<var>THIS</var>. The object creating makefile rules must call
this method for the compiler it decides to use after
inserting in the rule.</p>
</blockquote>
</div>
<div class="defun">
— Method: <b>ede-object-sourcecode</b> <var>:AFTER
this<a name="index-ede_002dobject_002dsourcecode-260" id=
"index-ede_002dobject_002dsourcecode-260"></a></var><br />
<blockquote>
<p>Retrieves the slot <code>sourcetype</code> from an object
of class <code>ede-compilation-program</code></p>
</blockquote>
</div>
<div class="defun">
— Method: <b>ede-proj-tweak-autoconf</b> <var>:AFTER
this<a name="index-ede_002dproj_002dtweak_002dautoconf-261" id=
"index-ede_002dproj_002dtweak_002dautoconf-261"></a></var><br />
<blockquote>
<p>Tweak the configure file (current buffer) to accomodate
<var>THIS</var>.</p>
</blockquote>
</div>
</body>
</html>
|
_source/news/30819-lucknow.html | InstantKhabar/_source | ---
title: "नसीमुद्दीन सिद्दीकी ने की मौ0 कल्बे जवाद से मुलाकात"
layout: item
category: lucknow
date: 2016-04-12T08:37:00.000Z
image: 6af0a5403329aad69768b042aa87a3e1.jpg
---
<p>लखनऊ: बसपा नेता नसीमुद्दीन सिद्दीकी ने आज दिन में इमामे जुमा मौलाना सैयद कल्बे जवाद नकवी से उनके मकान स्थित जोहरी मुहल्ला पर मुलाकात की ।बसपा नेता नसीमुद्दीन सिद्दीकी ने मौलाना से कई महत्वपूर्ण मुद्दों पर भी बातचीत की और कौमी व मिल्ली मुद्दों पर विचार विमर्श हुआ। नसीमुद्दीन सिद्दीकी ने मौलाना को आश्वासन दिया कि अगर राज्य में उनकी पार्टी सत्ता में आती है तो वह सभी समस्याओं को हल करने की पूरी कोशिश करेंगे और हर मसअले पर संजीदगी से काम करेंगे। नसीमुद्दीन सिद्दीकी के साथ इंतजार हुसैन आब्दी बॉबी और र्पाटी के अन्य प्रमुख लोग भी मौजूद रहे।</p> |
media/css/imagehover.css | ciar4n/mod_j51imagehover | /*
* ImageHover.css - http://www.imagehover.io
* Version 1.0
* Author: Ciarán Walsh
* Made available under a MIT License:
* http://www.opensource.org/licenses/mit-license.php
*/
[class^='imghvr-'],
[class*=' imghvr-'] {
position: relative;
display: inline-block;
margin: 0 0 -5px;
max-width: 100%;
color: #fff;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
vertical-align: top;
max-width: 100%;
}
[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
padding: 30px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
color: #ffffff;
}
[class^='imghvr-'] figcaption h1,
[class*=' imghvr-'] figcaption h1,
[class^='imghvr-'] figcaption h2,
[class*=' imghvr-'] figcaption h2,
[class^='imghvr-'] figcaption h3,
[class*=' imghvr-'] figcaption h3,
[class^='imghvr-'] figcaption h4,
[class*=' imghvr-'] figcaption h4,
[class^='imghvr-'] figcaption h5,
[class*=' imghvr-'] figcaption h5,
[class^='imghvr-'] figcaption h6,
[class*=' imghvr-'] figcaption h6 {
color: #ffffff;
}
[class^='imghvr-'] a,
[class*=' imghvr-'] a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
/* imghvr-fade-*
----------------------------- */
[class^='imghvr-fade'] figcaption,
[class*=' imghvr-fade'] figcaption {
opacity: 0;
}
[class^='imghvr-fade']:hover > img,
[class*=' imghvr-fade']:hover > img {
opacity: 0;
}
[class^='imghvr-fade']:hover figcaption,
[class*=' imghvr-fade']:hover figcaption {
opacity: 1;
}
[class^='imghvr-fade']:hover > img,
[class*=' imghvr-fade']:hover > img,
[class^='imghvr-fade']:hover figcaption,
[class*=' imghvr-fade']:hover figcaption {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
/* imghvr-fade
----------------------------- */
/* imghvr-fade-in-up
----------------------------- */
.imghvr-fade-in-up figcaption {
-webkit-transform: translate(0px, 15%);
transform: translate(0px, 15%);
}
/* imghvr-fade-in-down
----------------------------- */
.imghvr-fade-in-down figcaption {
-webkit-transform: translate(0, -15%);
transform: translate(0, -15%);
}
/* imghvr-fade-in-left
----------------------------- */
.imghvr-fade-in-left figcaption {
-webkit-transform: translate(-15%, 0);
transform: translate(-15%, 0);
}
/* imghvr-fade-in-right
----------------------------- */
.imghvr-fade-in-right figcaption {
-webkit-transform: translate(15%, 0px);
transform: translate(15%, 0px);
}
/* imghvr-push-*
----------------------------- */
[class^='imghvr-push-']:hover figcaption,
[class*=' imghvr-push-']:hover figcaption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
/* imghvr-push-up
----------------------------- */
.imghvr-push-up figcaption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.imghvr-push-up:hover > img {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
/* imghvr-push-down
----------------------------- */
.imghvr-push-down figcaption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.imghvr-push-down:hover > img {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
/* imghvr-push-left
----------------------------- */
.imghvr-push-left figcaption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.imghvr-push-left:hover > img {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
/* imghvr-push--right
----------------------------- */
.imghvr-push-right figcaption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.imghvr-push-right:hover > img {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
/* imghvr-slide-*
----------------------------- */
[class^='imghvr-slide-']:hover figcaption,
[class*=' imghvr-slide-']:hover figcaption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
/* imghvr-slide-up
----------------------------- */
.imghvr-slide-up figcaption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
/* imghvr-slide-down
----------------------------- */
.imghvr-slide-down figcaption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
/* imghvr-slide-left
----------------------------- */
.imghvr-slide-left figcaption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
/* imghvr-slide-right
----------------------------- */
.imghvr-slide-right figcaption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
/* imghvr-slide-top-left
----------------------------- */
.imghvr-slide-top-left figcaption {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
}
/* imghvr-slide-top-right
----------------------------- */
.imghvr-slide-top-right figcaption {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
}
/* imghvr-slide-bottom-left
----------------------------- */
.imghvr-slide-bottom-left figcaption {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
}
/* imghvr-slide-bottom-right
----------------------------- */
.imghvr-slide-bottom-right figcaption {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
}
/* imghvr-reveal-*
----------------------------- */
[class^='imghvr-reveal-']:before,
[class*=' imghvr-reveal-']:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: '';
background-color: #135796;
}
[class^='imghvr-reveal-'] figcaption,
[class*=' imghvr-reveal-'] figcaption {
opacity: 0;
}
[class^='imghvr-reveal-']:hover:before,
[class*=' imghvr-reveal-']:hover:before {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
[class^='imghvr-reveal-']:hover figcaption,
[class*=' imghvr-reveal-']:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
/* imghvr-reveal-up
----------------------------- */
.imghvr-reveal-up:before {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
/* imghvr-reveal-down
----------------------------- */
.imghvr-reveal-down:before {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
/* imghvr-reveal-left
----------------------------- */
.imghvr-reveal-left:before {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
/* imghvr-reveal-right
----------------------------- */
.imghvr-reveal-right:before {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
/* imghvr-reveal-top-left
----------------------------- */
.imghvr-reveal-top-left:before {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
}
/* imghvr-reveal-top-right
----------------------------- */
.imghvr-reveal-top-right:before {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
}
/* imghvr-reveal-bottom-left
----------------------------- */
.imghvr-reveal-bottom-left:before {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
}
/* imghvr-reveal-bottom-right
----------------------------- */
.imghvr-reveal-bottom-right:before {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
}
/* imghvr-hinge-*
----------------------------- */
[class^='imghvr-hinge-'],
[class*=' imghvr-hinge-'] {
-webkit-perspective: 50em;
perspective: 50em;
}
[class^='imghvr-hinge-'] figcaption,
[class*=' imghvr-hinge-'] figcaption {
opacity: 0;
z-index: 1;
}
[class^='imghvr-hinge-']:hover img,
[class*=' imghvr-hinge-']:hover img {
opacity: 0;
}
[class^='imghvr-hinge-']:hover figcaption,
[class*=' imghvr-hinge-']:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
/* imghvr-hinge-up
----------------------------- */
.imghvr-hinge-up img {
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.imghvr-hinge-up figcaption {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.imghvr-hinge-up:hover > img {
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
.imghvr-hinge-up:hover figcaption {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
/* imghvr-hinge-down
----------------------------- */
.imghvr-hinge-down img {
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.imghvr-hinge-down figcaption {
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% -50%;
-ms-transform-origin: 50% -50%;
transform-origin: 50% -50%;
}
.imghvr-hinge-down:hover > img {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
opacity: 0;
}
.imghvr-hinge-down:hover figcaption {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
/* imghvr-hinge-left
----------------------------- */
.imghvr-hinge-left img {
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.imghvr-hinge-left figcaption {
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.imghvr-hinge-left:hover > img {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
}
.imghvr-hinge-left:hover figcaption {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
/* imghvr-hinge-right
----------------------------- */
.imghvr-hinge-right img {
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.imghvr-hinge-right figcaption {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.imghvr-hinge-right:hover > img {
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.imghvr-hinge-right:hover figcaption {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
/* imghvr-flip-*
----------------------------- */
[class^='imghvr-flip-'],
[class*=' imghvr-flip-'] {
-webkit-perspective: 50em;
perspective: 50em;
}
[class^='imghvr-flip-'] img,
[class*=' imghvr-flip-'] img {
backface-visibility: hidden;
}
[class^='imghvr-flip-'] figcaption,
[class*=' imghvr-flip-'] figcaption {
opacity: 0;
}
[class^='imghvr-flip-']:hover > img,
[class*=' imghvr-flip-']:hover > img {
opacity: 0;
}
[class^='imghvr-flip-']:hover figcaption,
[class*=' imghvr-flip-']:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.13999999999999999s;
transition-delay: 0.13999999999999999s;
}
/* imghvr-flip-horiz
----------------------------- */
.imghvr-flip-horiz figcaption {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.imghvr-flip-horiz:hover img {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.imghvr-flip-horiz:hover figcaption {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
/* imghvr-flip-vert
----------------------------- */
.imghvr-flip-vert figcaption {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.imghvr-flip-vert:hover > img {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.imghvr-flip-vert:hover figcaption {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
/* imghvr-flip-diag-1
----------------------------- */
.imghvr-flip-diag-1 figcaption {
-webkit-transform: rotate3d(1, -1, 0, 100deg);
transform: rotate3d(1, -1, 0, 100deg);
}
.imghvr-flip-diag-1:hover > img {
-webkit-transform: rotate3d(-1, 1, 0, 100deg);
transform: rotate3d(-1, 1, 0, 100deg);
}
.imghvr-flip-diag-1:hover figcaption {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
/* imghvr-flip-diag-2
----------------------------- */
.imghvr-flip-diag-2 figcaption {
-webkit-transform: rotate3d(1, 1, 0, 100deg);
transform: rotate3d(1, 1, 0, 100deg);
}
.imghvr-flip-diag-2:hover > img {
-webkit-transform: rotate3d(-1, -1, 0, 100deg);
transform: rotate3d(-1, -1, 0, 100deg);
}
.imghvr-flip-diag-2:hover figcaption {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
/* imghvr-shutter-out-*
----------------------------- */
[class^='imghvr-shutter-out-']:before,
[class*=' imghvr-shutter-out-']:before {
background: #135796;
position: absolute;
content: '';
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
[class^='imghvr-shutter-out-'] figcaption,
[class*=' imghvr-shutter-out-'] figcaption {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='imghvr-shutter-out-']:hover:before,
[class*=' imghvr-shutter-out-']:hover:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='imghvr-shutter-out-']:hover figcaption,
[class*=' imghvr-shutter-out-']:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
/* imghvr-shutter-out-horiz
----------------------------- */
.imghvr-shutter-out-horiz:before {
left: 50%;
right: 50%;
top: 0;
bottom: 0;
}
.imghvr-shutter-out-horiz:hover:before {
left: 0;
right: 0;
}
/* imghvr-shutter-out-vert
----------------------------- */
.imghvr-shutter-out-vert:before {
top: 50%;
bottom: 50%;
left: 0;
right: 0;
}
.imghvr-shutter-out-vert:hover:before {
top: 0;
bottom: 0;
}
/* imghvr-shutter-out-diag-1
----------------------------- */
.imghvr-shutter-out-diag-1:before {
top: 50%;
bottom: 50%;
left: -35%;
right: -35%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.imghvr-shutter-out-diag-1:hover:before {
top: -35%;
bottom: -35%;
}
/* imghvr-shutter-out-diag-2
----------------------------- */
.imghvr-shutter-out-diag-2:before {
top: 50%;
bottom: 50%;
left: -35%;
right: -35%;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.imghvr-shutter-out-diag-2:hover:before {
top: -35%;
bottom: -35%;
}
/* imghvr-shutter-in-*
----------------------------- */
[class^='imghvr-shutter-in-']:after,
[class*=' imghvr-shutter-in-']:after,
[class^='imghvr-shutter-in-']:before,
[class*=' imghvr-shutter-in-']:before {
background: #135796;
position: absolute;
content: '';
}
[class^='imghvr-shutter-in-']:after,
[class*=' imghvr-shutter-in-']:after {
top: 0;
left: 0;
}
[class^='imghvr-shutter-in-']:before,
[class*=' imghvr-shutter-in-']:before {
right: 0;
bottom: 0;
}
[class^='imghvr-shutter-in-'] figcaption,
[class*=' imghvr-shutter-in-'] figcaption {
opacity: 0;
z-index: 1;
}
[class^='imghvr-shutter-in-']:hover figcaption,
[class*=' imghvr-shutter-in-']:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
/* imghvr-shutter-in-horiz
----------------------------- */
.imghvr-shutter-in-horiz:after,
.imghvr-shutter-in-horiz:before {
width: 0;
height: 100%;
}
.imghvr-shutter-in-horiz:hover:after,
.imghvr-shutter-in-horiz:hover:before {
width: 50%;
}
/* imghvr-shutter-in-vert
----------------------------- */
.imghvr-shutter-in-vert:after,
.imghvr-shutter-in-vert:before {
height: 0;
width: 100%;
}
.imghvr-shutter-in-vert:hover:after,
.imghvr-shutter-in-vert:hover:before {
height: 50%;
}
/* imghvr-shutter-in-out-horiz
----------------------------- */
.imghvr-shutter-in-out-horiz:after,
.imghvr-shutter-in-out-horiz:before {
width: 0;
height: 100%;
}
.imghvr-shutter-in-out-horiz:hover:after,
.imghvr-shutter-in-out-horiz:hover:before {
width: 100%;
opacity: 0.75;
}
/* imghvr-shutter-in-out-vert
----------------------------- */
.imghvr-shutter-in-out-vert:after,
.imghvr-shutter-in-out-vert:before {
height: 0;
width: 100%;
}
.imghvr-shutter-in-out-vert:hover:after,
.imghvr-shutter-in-out-vert:hover:before {
height: 100%;
opacity: 0.75;
}
/* imghvr-shutter-in-out-diag-1
----------------------------- */
.imghvr-shutter-in-out-diag-1:after,
.imghvr-shutter-in-out-diag-1:before {
width: 200%;
height: 200%;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
opacity: 0.75;
}
.imghvr-shutter-in-out-diag-1:after {
-webkit-transform: skew(-45deg) translateX(-150%);
transform: skew(-45deg) translateX(-150%);
}
.imghvr-shutter-in-out-diag-1:before {
-webkit-transform: skew(-45deg) translateX(150%);
transform: skew(-45deg) translateX(150%);
}
.imghvr-shutter-in-out-diag-1:hover:after {
-webkit-transform: skew(-45deg) translateX(-50%);
transform: skew(-45deg) translateX(-50%);
}
.imghvr-shutter-in-out-diag-1:hover:before {
-webkit-transform: skew(-45deg) translateX(50%);
transform: skew(-45deg) translateX(50%);
}
/* imghvr-shutter-in-out-diag-2
----------------------------- */
.imghvr-shutter-in-out-diag-2:after,
.imghvr-shutter-in-out-diag-2:before {
width: 200%;
height: 200%;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
opacity: 0.75;
}
.imghvr-shutter-in-out-diag-2:after {
-webkit-transform: skew(45deg) translateX(-100%);
transform: skew(45deg) translateX(-100%);
}
.imghvr-shutter-in-out-diag-2:before {
-webkit-transform: skew(45deg) translateX(100%);
transform: skew(45deg) translateX(100%);
}
.imghvr-shutter-in-out-diag-2:hover:after {
-webkit-transform: skew(45deg) translateX(0%);
transform: skew(45deg) translateX(0%);
}
.imghvr-shutter-in-out-diag-2:hover:before {
-webkit-transform: skew(45deg) translateX(0%);
transform: skew(45deg) translateX(0%);
}
/* imghvr-fold*
----------------------------- */
[class^='imghvr-fold'],
[class*=' imghvr-fold'] {
-webkit-perspective: 50em;
perspective: 50em;
}
[class^='imghvr-fold'] img,
[class*=' imghvr-fold'] img {
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
[class^='imghvr-fold'] figcaption,
[class*=' imghvr-fold'] figcaption {
z-index: 1;
opacity: 0;
}
[class^='imghvr-fold']:hover > img,
[class*=' imghvr-fold']:hover > img {
opacity: 0;
-webkit-transition-delay: 0;
transition-delay: 0;
}
[class^='imghvr-fold']:hover figcaption,
[class*=' imghvr-fold']:hover figcaption {
-webkit-transform: rotateX(0deg) translate3d(0, 0%, 0) scale(1);
transform: rotateX(0deg) translate3d(0, 0%, 0) scale(1);
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
/* imghvr-fold-up
----------------------------- */
.imghvr-fold-up > img {
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.imghvr-fold-up figcaption {
-webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.imghvr-fold-up:hover > img {
-webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
transform: rotateX(90deg) scale(0.6) translateY(50%);
}
/* imghvr-fold-down
----------------------------- */
.imghvr-fold-down > img {
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.imghvr-fold-down figcaption {
-webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.imghvr-fold-down:hover > img {
-webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}
/* imghvr-fold-left
----------------------------- */
.imghvr-fold-left > img {
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.imghvr-fold-left figcaption {
-webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.imghvr-fold-left:hover > img {
-webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
transform: rotateY(-90deg) scale(0.6) translateX(50%);
}
/* imghvr-fold-right
----------------------------- */
.imghvr-fold-right {
-webkit-perspective: 50em;
perspective: 50em;
}
.imghvr-fold-right > img {
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.imghvr-fold-right figcaption {
-webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.imghvr-fold-right:hover > img {
-webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
transform: rotateY(90deg) scale(0.6) translateX(-50%);
}
/* imghvr-zoom-in
----------------------------- */
.imghvr-zoom-in figcaption {
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.imghvr-zoom-in:hover figcaption {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
/* imghvr-zoom-out*
----------------------------- */
[class^='imghvr-zoom-out'] figcaption,
[class*=' imghvr-zoom-out'] figcaption {
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0;
}
[class^='imghvr-zoom-out']:hover figcaption,
[class*=' imghvr-zoom-out']:hover figcaption,
[class^='imghvr-zoom-out'].hover figcaption,
[class*=' imghvr-zoom-out'].hover figcaption {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
/* imghvr-zoom-out
----------------------------- */
.imghvr-zoom-out:hover > img {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
}
/* imghvr-zoom-out-up
----------------------------- */
.imghvr-zoom-out-up:hover > img,
.imghvr-zoom-out-up.hover > img {
-webkit-animation: imghvr-zoom-out-up 0.40249999999999997s linear;
animation: imghvr-zoom-out-up 0.40249999999999997s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-up {
50% {
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(-150%);
transform: scale(0.8) translateY(-150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-up {
50% {
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(-150%);
transform: scale(0.8) translateY(-150%);
opacity: 0.5;
}
}
/* imghvr-zoom-out-down
----------------------------- */
.imghvr-zoom-out-down:hover > img,
.imghvr-zoom-out-down.hover > img {
-webkit-animation: imghvr-zoom-out-down 0.40249999999999997s linear;
animation: imghvr-zoom-out-down 0.40249999999999997s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-down {
50% {
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(150%);
transform: scale(0.8) translateY(150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-down {
50% {
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(150%);
transform: scale(0.8) translateY(150%);
opacity: 0.5;
}
}
/* imghvr-zoom-out-left
----------------------------- */
.imghvr-zoom-out-left:hover > img,
.imghvr-zoom-out-left.hover > img {
-webkit-animation: imghvr-zoom-out-left 0.40249999999999997s linear;
animation: imghvr-zoom-out-left 0.40249999999999997s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-left {
50% {
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(-150%);
transform: scale(0.8) translateX(-150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-left {
50% {
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(-150%);
transform: scale(0.8) translateX(-150%);
opacity: 0.5;
}
}
/* imghvr-zoom-out-right
----------------------------- */
.imghvr-zoom-out-right:hover > img,
.imghvr-zoom-out-right.hover > img {
-webkit-animation: imghvr-zoom-out-right 0.40249999999999997s linear;
animation: imghvr-zoom-out-right 0.40249999999999997s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-right {
50% {
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(150%);
transform: scale(0.8) translateX(150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-right {
50% {
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(150%);
transform: scale(0.8) translateX(150%);
opacity: 0.5;
}
}
/* imghvr-zoom-out-flip-horiz
----------------------------- */
.imghvr-zoom-out-flip-horiz {
-webkit-perspective: 50em;
perspective: 50em;
}
.imghvr-zoom-out-flip-horiz figcaption {
opacity: 0;
-webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.imghvr-zoom-out-flip-horiz:hover > img,
.imghvr-zoom-out-flip-horiz.hover > img {
-webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
transform: rotateX(-100deg) translateY(50%) scale(0.5);
opacity: 0;
-webkit-transition-delay: 0;
transition-delay: 0;
}
.imghvr-zoom-out-flip-horiz:hover figcaption,
.imghvr-zoom-out-flip-horiz.hover figcaption {
-webkit-transform: rotateX(0deg) translateY(0%) scale(1);
transform: rotateX(0deg) translateY(0%) scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
/* imghvr-zoom-out-flip-vert
----------------------------- */
.imghvr-zoom-out-flip-vert {
-webkit-perspective: 50em;
perspective: 50em;
}
.imghvr-zoom-out-flip-vert figcaption {
opacity: 0;
-webkit-transform: rotateY(90deg) translate(50%, 0px) scale(0.5);
transform: rotateY(90deg) translate(50%, 0px) scale(0.5);
}
.imghvr-zoom-out-flip-vert:hover > img,
.imghvr-zoom-out-flip-vert.hover > img {
-webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
transform: rotateY(-100deg) translateX(50%) scale(0.5);
opacity: 0;
-webkit-transition-delay: 0;
transition-delay: 0;
}
.imghvr-zoom-out-flip-vert:hover figcaption,
.imghvr-zoom-out-flip-vert.hover figcaption {
-webkit-transform: rotateY(0deg) translate(0px, 0px) scale(1);
transform: rotateY(0deg) translate(0px, 0px) scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
/* imghvr-blur
----------------------------- */
.imghvr-blur figcaption {
opacity: 0;
}
.imghvr-blur:hover > img {
-webkit-filter: blur(30px);
filter: blur(30px);
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
}
.imghvr-blur:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
|
doc/test/package-summary.html | TartarusFire/2D-Tile-Engine-Java- | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Fri Oct 28 22:06:02 EDT 2016 -->
<title>test</title>
<meta name="date" content="2016-10-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="test";
}
//-->
</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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../engine/package-summary.html">Prev Package</a></li>
<li>Next Package</li>
</ul>
<ul class="navList">
<li><a href="../index.html?test/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package test</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../test/PlatformerTest.html" title="class in test">PlatformerTest</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../engine/package-summary.html">Prev Package</a></li>
<li>Next Package</li>
</ul>
<ul class="navList">
<li><a href="../index.html?test/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
examples/heartbleed/heartbleed-report/report-28aac2.html | franchiotta/taintchecker | <!doctype html>
<html>
<head>
<title>rc2ofb64.c</title>
<style type="text/css">
body { color:#000000; background-color:#ffffff }
body { font-family:Helvetica, sans-serif; font-size:10pt }
h1 { font-size:14pt }
.code { border-collapse:collapse; width:100%; }
.code { font-family: "Monospace", monospace; font-size:10pt }
.code { line-height: 1.2em }
.comment { color: green; font-style: oblique }
.keyword { color: blue }
.string_literal { color: red }
.directive { color: darkmagenta }
.expansion { display: none; }
.macro:hover .expansion { display: block; border: 2px solid #FF0000; padding: 2px; background-color:#FFF0F0; font-weight: normal; -webkit-border-radius:5px; -webkit-box-shadow:1px 1px 7px #000; position: absolute; top: -1em; left:10em; z-index: 1 }
.macro { color: darkmagenta; background-color:LemonChiffon; position: relative }
.num { width:2.5em; padding-right:2ex; background-color:#eeeeee }
.num { text-align:right; font-size:8pt }
.num { color:#444444 }
.line { padding-left: 1ex; border-left: 3px solid #ccc }
.line { white-space: pre }
.msg { -webkit-box-shadow:1px 1px 7px #000 }
.msg { -webkit-border-radius:5px }
.msg { font-family:Helvetica, sans-serif; font-size:8pt }
.msg { float:left }
.msg { padding:0.25em 1ex 0.25em 1ex }
.msg { margin-top:10px; margin-bottom:10px }
.msg { font-weight:bold }
.msg { max-width:60em; word-wrap: break-word; white-space: pre-wrap }
.msgT { padding:0x; spacing:0x }
.msgEvent { background-color:#fff8b4; color:#000000 }
.msgControl { background-color:#bbbbbb; color:#000000 }
.mrange { background-color:#dfddf3 }
.mrange { border-bottom:1px solid #6F9DBE }
.PathIndex { font-weight: bold; padding:0px 5px; margin-right:5px; }
.PathIndex { -webkit-border-radius:8px }
.PathIndexEvent { background-color:#bfba87 }
.PathIndexControl { background-color:#8c8c8c }
.PathNav a { text-decoration:none; font-size: larger }
.CodeInsertionHint { font-weight: bold; background-color: #10dd10 }
.CodeRemovalHint { background-color:#de1010 }
.CodeRemovalHint { border-bottom:1px solid #6F9DBE }
table.simpletable {
padding: 5px;
font-size:12pt;
margin:20px;
border-collapse: collapse; border-spacing: 0px;
}
td.rowname {
text-align:right; font-weight:bold; color:#444444;
padding-right:2ex; }
</style>
</head>
<body>
<!-- BUGDESC Value stored to 't' is never read -->
<!-- BUGTYPE Dead assignment -->
<!-- BUGCATEGORY Dead store -->
<!-- BUGFILE /Users/fran/Desktop/openssl-1.0.1f/crypto/rc2/rc2ofb64.c -->
<!-- FILENAME rc2ofb64.c -->
<!-- FUNCTIONNAME RC2_ofb64_encrypt -->
<!-- BUGLINE 108 -->
<!-- BUGCOLUMN 2 -->
<!-- BUGPATHLENGTH 1 -->
<!-- BUGMETAEND -->
<!-- REPORTHEADER -->
<h3>Bug Summary</h3>
<table class="simpletable">
<tr><td class="rowname">File:</td><td>crypto/rc2/rc2ofb64.c</td></tr>
<tr><td class="rowname">Location:</td><td><a href="#EndPath">line 108, column 2</a></td></tr>
<tr><td class="rowname">Description:</td><td>Value stored to 't' is never read</td></tr>
</table>
<!-- REPORTSUMMARYEXTRA -->
<h3>Annotated Source Code</h3>
<table class="code">
<tr><td class="num" id="LN1">1</td><td class="line"><span class='comment'>/* crypto/rc2/rc2ofb64.c */</span></td></tr>
<tr><td class="num" id="LN2">2</td><td class="line"><span class='comment'>/* Copyright (C) 1995-1998 Eric Young ([email protected])</span></td></tr>
<tr><td class="num" id="LN3">3</td><td class="line"> <span class='comment'>* All rights reserved.</span></td></tr>
<tr><td class="num" id="LN4">4</td><td class="line"> <span class='comment'>*</span></td></tr>
<tr><td class="num" id="LN5">5</td><td class="line"> <span class='comment'>* This package is an SSL implementation written</span></td></tr>
<tr><td class="num" id="LN6">6</td><td class="line"> <span class='comment'>* by Eric Young ([email protected]).</span></td></tr>
<tr><td class="num" id="LN7">7</td><td class="line"> <span class='comment'>* The implementation was written so as to conform with Netscapes SSL.</span></td></tr>
<tr><td class="num" id="LN8">8</td><td class="line"> <span class='comment'>*</span> </td></tr>
<tr><td class="num" id="LN9">9</td><td class="line"> <span class='comment'>* This library is free for commercial and non-commercial use as long as</span></td></tr>
<tr><td class="num" id="LN10">10</td><td class="line"> <span class='comment'>* the following conditions are aheared to. The following conditions</span></td></tr>
<tr><td class="num" id="LN11">11</td><td class="line"> <span class='comment'>* apply to all code found in this distribution, be it the RC4, RSA,</span></td></tr>
<tr><td class="num" id="LN12">12</td><td class="line"> <span class='comment'>* lhash, DES, etc., code; not just the SSL code. The SSL documentation</span></td></tr>
<tr><td class="num" id="LN13">13</td><td class="line"> <span class='comment'>* included with this distribution is covered by the same copyright terms</span></td></tr>
<tr><td class="num" id="LN14">14</td><td class="line"> <span class='comment'>* except that the holder is Tim Hudson ([email protected]).</span></td></tr>
<tr><td class="num" id="LN15">15</td><td class="line"> <span class='comment'>*</span> </td></tr>
<tr><td class="num" id="LN16">16</td><td class="line"> <span class='comment'>* Copyright remains Eric Young's, and as such any Copyright notices in</span></td></tr>
<tr><td class="num" id="LN17">17</td><td class="line"> <span class='comment'>* the code are not to be removed.</span></td></tr>
<tr><td class="num" id="LN18">18</td><td class="line"> <span class='comment'>* If this package is used in a product, Eric Young should be given attribution</span></td></tr>
<tr><td class="num" id="LN19">19</td><td class="line"> <span class='comment'>* as the author of the parts of the library used.</span></td></tr>
<tr><td class="num" id="LN20">20</td><td class="line"> <span class='comment'>* This can be in the form of a textual message at program startup or</span></td></tr>
<tr><td class="num" id="LN21">21</td><td class="line"> <span class='comment'>* in documentation (online or textual) provided with the package.</span></td></tr>
<tr><td class="num" id="LN22">22</td><td class="line"> <span class='comment'>*</span> </td></tr>
<tr><td class="num" id="LN23">23</td><td class="line"> <span class='comment'>* Redistribution and use in source and binary forms, with or without</span></td></tr>
<tr><td class="num" id="LN24">24</td><td class="line"> <span class='comment'>* modification, are permitted provided that the following conditions</span></td></tr>
<tr><td class="num" id="LN25">25</td><td class="line"> <span class='comment'>* are met:</span></td></tr>
<tr><td class="num" id="LN26">26</td><td class="line"> <span class='comment'>* 1. Redistributions of source code must retain the copyright</span></td></tr>
<tr><td class="num" id="LN27">27</td><td class="line"> <span class='comment'>* notice, this list of conditions and the following disclaimer.</span></td></tr>
<tr><td class="num" id="LN28">28</td><td class="line"> <span class='comment'>* 2. Redistributions in binary form must reproduce the above copyright</span></td></tr>
<tr><td class="num" id="LN29">29</td><td class="line"> <span class='comment'>* notice, this list of conditions and the following disclaimer in the</span></td></tr>
<tr><td class="num" id="LN30">30</td><td class="line"> <span class='comment'>* documentation and/or other materials provided with the distribution.</span></td></tr>
<tr><td class="num" id="LN31">31</td><td class="line"> <span class='comment'>* 3. All advertising materials mentioning features or use of this software</span></td></tr>
<tr><td class="num" id="LN32">32</td><td class="line"> <span class='comment'>* must display the following acknowledgement:</span></td></tr>
<tr><td class="num" id="LN33">33</td><td class="line"> <span class='comment'>* "This product includes cryptographic software written by</span></td></tr>
<tr><td class="num" id="LN34">34</td><td class="line"> <span class='comment'>* Eric Young ([email protected])"</span></td></tr>
<tr><td class="num" id="LN35">35</td><td class="line"> <span class='comment'>* The word 'cryptographic' can be left out if the rouines from the library</span></td></tr>
<tr><td class="num" id="LN36">36</td><td class="line"> <span class='comment'>* being used are not cryptographic related :-).</span></td></tr>
<tr><td class="num" id="LN37">37</td><td class="line"> <span class='comment'>* 4. If you include any Windows specific code (or a derivative thereof) from</span> </td></tr>
<tr><td class="num" id="LN38">38</td><td class="line"> <span class='comment'>* the apps directory (application code) you must include an acknowledgement:</span></td></tr>
<tr><td class="num" id="LN39">39</td><td class="line"> <span class='comment'>* "This product includes software written by Tim Hudson ([email protected])"</span></td></tr>
<tr><td class="num" id="LN40">40</td><td class="line"> <span class='comment'>*</span> </td></tr>
<tr><td class="num" id="LN41">41</td><td class="line"> <span class='comment'>* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND</span></td></tr>
<tr><td class="num" id="LN42">42</td><td class="line"> <span class='comment'>* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span></td></tr>
<tr><td class="num" id="LN43">43</td><td class="line"> <span class='comment'>* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE</span></td></tr>
<tr><td class="num" id="LN44">44</td><td class="line"> <span class='comment'>* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE</span></td></tr>
<tr><td class="num" id="LN45">45</td><td class="line"> <span class='comment'>* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL</span></td></tr>
<tr><td class="num" id="LN46">46</td><td class="line"> <span class='comment'>* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS</span></td></tr>
<tr><td class="num" id="LN47">47</td><td class="line"> <span class='comment'>* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)</span></td></tr>
<tr><td class="num" id="LN48">48</td><td class="line"> <span class='comment'>* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT</span></td></tr>
<tr><td class="num" id="LN49">49</td><td class="line"> <span class='comment'>* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY</span></td></tr>
<tr><td class="num" id="LN50">50</td><td class="line"> <span class='comment'>* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF</span></td></tr>
<tr><td class="num" id="LN51">51</td><td class="line"> <span class='comment'>* SUCH DAMAGE.</span></td></tr>
<tr><td class="num" id="LN52">52</td><td class="line"> <span class='comment'>*</span> </td></tr>
<tr><td class="num" id="LN53">53</td><td class="line"> <span class='comment'>* The licence and distribution terms for any publically available version or</span></td></tr>
<tr><td class="num" id="LN54">54</td><td class="line"> <span class='comment'>* derivative of this code cannot be changed. i.e. this code cannot simply be</span></td></tr>
<tr><td class="num" id="LN55">55</td><td class="line"> <span class='comment'>* copied and put under another distribution licence</span></td></tr>
<tr><td class="num" id="LN56">56</td><td class="line"> <span class='comment'>* [including the GNU Public Licence.]</span></td></tr>
<tr><td class="num" id="LN57">57</td><td class="line"> <span class='comment'>*/</span></td></tr>
<tr><td class="num" id="LN58">58</td><td class="line"> </td></tr>
<tr><td class="num" id="LN59">59</td><td class="line"><span class='directive'>#include <openssl/rc2.h></span></td></tr>
<tr><td class="num" id="LN60">60</td><td class="line"><span class='directive'>#include "rc2_locl.h"</span></td></tr>
<tr><td class="num" id="LN61">61</td><td class="line"> </td></tr>
<tr><td class="num" id="LN62">62</td><td class="line"><span class='comment'>/* The input and output encrypted as though 64bit ofb mode is being</span></td></tr>
<tr><td class="num" id="LN63">63</td><td class="line"> <span class='comment'>* used. The extra state information to record how much of the</span></td></tr>
<tr><td class="num" id="LN64">64</td><td class="line"> <span class='comment'>* 64bit block we have used is contained in *num;</span></td></tr>
<tr><td class="num" id="LN65">65</td><td class="line"> <span class='comment'>*/</span></td></tr>
<tr><td class="num" id="LN66">66</td><td class="line"><span class='keyword'>void</span> RC2_ofb64_encrypt(<span class='keyword'>const</span> <span class='keyword'>unsigned</span> <span class='keyword'>char</span> *in, <span class='keyword'>unsigned</span> <span class='keyword'>char</span> *out,</td></tr>
<tr><td class="num" id="LN67">67</td><td class="line"> <span class='keyword'>long</span> length, RC2_KEY *schedule, <span class='keyword'>unsigned</span> <span class='keyword'>char</span> *ivec,</td></tr>
<tr><td class="num" id="LN68">68</td><td class="line"> <span class='keyword'>int</span> *num)</td></tr>
<tr><td class="num" id="LN69">69</td><td class="line"> {</td></tr>
<tr><td class="num" id="LN70">70</td><td class="line"> <span class='keyword'>register</span> <span class='keyword'>unsigned</span> <span class='keyword'>long</span> v0,v1,t;</td></tr>
<tr><td class="num" id="LN71">71</td><td class="line"> <span class='keyword'>register</span> <span class='keyword'>int</span> n= *num;</td></tr>
<tr><td class="num" id="LN72">72</td><td class="line"> <span class='keyword'>register</span> <span class='keyword'>long</span> l=length;</td></tr>
<tr><td class="num" id="LN73">73</td><td class="line"> <span class='keyword'>unsigned</span> <span class='keyword'>char</span> d[8];</td></tr>
<tr><td class="num" id="LN74">74</td><td class="line"> <span class='keyword'>register</span> <span class='keyword'>char</span> *dp;</td></tr>
<tr><td class="num" id="LN75">75</td><td class="line"> <span class='keyword'>unsigned</span> <span class='keyword'>long</span> ti[2];</td></tr>
<tr><td class="num" id="LN76">76</td><td class="line"> <span class='keyword'>unsigned</span> <span class='keyword'>char</span> *iv;</td></tr>
<tr><td class="num" id="LN77">77</td><td class="line"> <span class='keyword'>int</span> save=0;</td></tr>
<tr><td class="num" id="LN78">78</td><td class="line"> </td></tr>
<tr><td class="num" id="LN79">79</td><td class="line"> iv=(<span class='keyword'>unsigned</span> <span class='keyword'>char</span> *)ivec;</td></tr>
<tr><td class="num" id="LN80">80</td><td class="line"> <span class='macro'>c2l(iv,v0)<span class='expansion'>(v0 =((unsigned long)(*((iv)++))) , v0|=((unsigned long)(*((iv<br>)++)))<< 8L, v0|=((unsigned long)(*((iv)++)))<<16L<br>, v0|=((unsigned long)(*((iv)++)))<<24L)</span></span>;</td></tr>
<tr><td class="num" id="LN81">81</td><td class="line"> <span class='macro'>c2l(iv,v1)<span class='expansion'>(v1 =((unsigned long)(*((iv)++))) , v1|=((unsigned long)(*((iv<br>)++)))<< 8L, v1|=((unsigned long)(*((iv)++)))<<16L<br>, v1|=((unsigned long)(*((iv)++)))<<24L)</span></span>;</td></tr>
<tr><td class="num" id="LN82">82</td><td class="line"> ti[0]=v0;</td></tr>
<tr><td class="num" id="LN83">83</td><td class="line"> ti[1]=v1;</td></tr>
<tr><td class="num" id="LN84">84</td><td class="line"> dp=(<span class='keyword'>char</span> *)d;</td></tr>
<tr><td class="num" id="LN85">85</td><td class="line"> <span class='macro'>l2c(v0,dp)<span class='expansion'>(*((dp)++)=(unsigned char)(((v0) )&0xff), *((dp)++)=(unsigned<br> char)(((v0)>> 8L)&0xff), *((dp)++)=(unsigned char)<br>(((v0)>>16L)&0xff), *((dp)++)=(unsigned char)(((v0)<br>>>24L)&0xff))</span></span>;</td></tr>
<tr><td class="num" id="LN86">86</td><td class="line"> <span class='macro'>l2c(v1,dp)<span class='expansion'>(*((dp)++)=(unsigned char)(((v1) )&0xff), *((dp)++)=(unsigned<br> char)(((v1)>> 8L)&0xff), *((dp)++)=(unsigned char)<br>(((v1)>>16L)&0xff), *((dp)++)=(unsigned char)(((v1)<br>>>24L)&0xff))</span></span>;</td></tr>
<tr><td class="num" id="LN87">87</td><td class="line"> <span class='keyword'>while</span> (l--)</td></tr>
<tr><td class="num" id="LN88">88</td><td class="line"> {</td></tr>
<tr><td class="num" id="LN89">89</td><td class="line"> <span class='keyword'>if</span> (n == 0)</td></tr>
<tr><td class="num" id="LN90">90</td><td class="line"> {</td></tr>
<tr><td class="num" id="LN91">91</td><td class="line"> RC2_encrypt((<span class='keyword'>unsigned</span> <span class='keyword'>long</span> *)ti,schedule);</td></tr>
<tr><td class="num" id="LN92">92</td><td class="line"> dp=(<span class='keyword'>char</span> *)d;</td></tr>
<tr><td class="num" id="LN93">93</td><td class="line"> t=ti[0]; <span class='macro'>l2c(t,dp)<span class='expansion'>(*((dp)++)=(unsigned char)(((t) )&0xff), *((dp)++)=(unsigned<br> char)(((t)>> 8L)&0xff), *((dp)++)=(unsigned char)(<br>((t)>>16L)&0xff), *((dp)++)=(unsigned char)(((t)>><br>24L)&0xff))</span></span>;</td></tr>
<tr><td class="num" id="LN94">94</td><td class="line"> t=ti[1]; <span class='macro'>l2c(t,dp)<span class='expansion'>(*((dp)++)=(unsigned char)(((t) )&0xff), *((dp)++)=(unsigned<br> char)(((t)>> 8L)&0xff), *((dp)++)=(unsigned char)(<br>((t)>>16L)&0xff), *((dp)++)=(unsigned char)(((t)>><br>24L)&0xff))</span></span>;</td></tr>
<tr><td class="num" id="LN95">95</td><td class="line"> save++;</td></tr>
<tr><td class="num" id="LN96">96</td><td class="line"> }</td></tr>
<tr><td class="num" id="LN97">97</td><td class="line"> *(out++)= *(in++)^d[n];</td></tr>
<tr><td class="num" id="LN98">98</td><td class="line"> n=(n+1)&0x07;</td></tr>
<tr><td class="num" id="LN99">99</td><td class="line"> }</td></tr>
<tr><td class="num" id="LN100">100</td><td class="line"> <span class='keyword'>if</span> (save)</td></tr>
<tr><td class="num" id="LN101">101</td><td class="line"> {</td></tr>
<tr><td class="num" id="LN102">102</td><td class="line"> v0=ti[0];</td></tr>
<tr><td class="num" id="LN103">103</td><td class="line"> v1=ti[1];</td></tr>
<tr><td class="num" id="LN104">104</td><td class="line"> iv=(<span class='keyword'>unsigned</span> <span class='keyword'>char</span> *)ivec;</td></tr>
<tr><td class="num" id="LN105">105</td><td class="line"> <span class='macro'>l2c(v0,iv)<span class='expansion'>(*((iv)++)=(unsigned char)(((v0) )&0xff), *((iv)++)=(unsigned<br> char)(((v0)>> 8L)&0xff), *((iv)++)=(unsigned char)<br>(((v0)>>16L)&0xff), *((iv)++)=(unsigned char)(((v0)<br>>>24L)&0xff))</span></span>;</td></tr>
<tr><td class="num" id="LN106">106</td><td class="line"> <span class='macro'>l2c(v1,iv)<span class='expansion'>(*((iv)++)=(unsigned char)(((v1) )&0xff), *((iv)++)=(unsigned<br> char)(((v1)>> 8L)&0xff), *((iv)++)=(unsigned char)<br>(((v1)>>16L)&0xff), *((iv)++)=(unsigned char)(((v1)<br>>>24L)&0xff))</span></span>;</td></tr>
<tr><td class="num" id="LN107">107</td><td class="line"> }</td></tr>
<tr><td class="num" id="LN108">108</td><td class="line"> t=<span class="mrange">v0=v1=ti[0]=ti[1]=0</span>;</td></tr>
<tr><td class="num"></td><td class="line"><div id="EndPath" class="msg msgEvent" style="margin-left:9ex">Value stored to 't' is never read</div></td></tr>
<tr><td class="num" id="LN109">109</td><td class="line"> *num=n;</td></tr>
<tr><td class="num" id="LN110">110</td><td class="line"> }</td></tr>
<tr><td class="num" id="LN111">111</td><td class="line"> </td></tr>
</table></body></html>
|
backend/lib/jena/javadoc-arq/org/openjena/atlas/lib/class-use/Cache.html | decoit/Visa-Topologie-Editor | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_33) on Fri Aug 03 11:43:02 PDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface org.openjena.atlas.lib.Cache (Apache Jena ARQ)
</TITLE>
<META NAME="date" CONTENT="2012-08-03">
<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 org.openjena.atlas.lib.Cache (Apache Jena ARQ)";
}
}
</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/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib"><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/openjena/atlas/lib//class-useCache.html" target="_top"><B>FRAMES</B></A>
<A HREF="Cache.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>org.openjena.atlas.lib.Cache</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="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.openjena.atlas.lib"><B>org.openjena.atlas.lib</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.openjena.atlas.lib.cache"><B>org.openjena.atlas.lib.cache</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.openjena.atlas.lib"><!-- --></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="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A> in <A HREF="../../../../../org/openjena/atlas/lib/package-summary.html">org.openjena.atlas.lib</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">Subinterfaces of <A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A> in <A HREF="../../../../../org/openjena/atlas/lib/package-summary.html">org.openjena.atlas.lib</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> interface</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/openjena/atlas/lib/CacheStats.html" title="interface in org.openjena.atlas.lib">CacheStats<K,V></A></B></CODE>
<BR>
A cache with some readable statistics</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="../../../../../org/openjena/atlas/lib/package-summary.html">org.openjena.atlas.lib</A> that return <A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><Key,Value>
<BR>
<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><Key,Value></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>CacheFactory.</B><B><A HREF="../../../../../org/openjena/atlas/lib/CacheFactory.html#createCache(float, int)">createCache</A></B>(float loadFactor,
int maxSize)</CODE>
<BR>
Create a cache which has space for up to a certain number of objects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><Key,Value>
<BR>
<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><Key,Value></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>CacheFactory.</B><B><A HREF="../../../../../org/openjena/atlas/lib/CacheFactory.html#createCache(org.openjena.atlas.lib.cache.Getter, int)">createCache</A></B>(<A HREF="../../../../../org/openjena/atlas/lib/cache/Getter.html" title="interface in org.openjena.atlas.lib.cache">Getter</A><Key,Value> getter,
int maxSize)</CODE>
<BR>
Create a cache which has space for upto a certain number of objects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><Key,Value>
<BR>
<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><Key,Value></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>CacheFactory.</B><B><A HREF="../../../../../org/openjena/atlas/lib/CacheFactory.html#createCache(int)">createCache</A></B>(int maxSize)</CODE>
<BR>
Create a cache which has space for up to a certain number of objects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><Key,Value>
<BR>
<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><Key,Value></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>CacheFactory.</B><B><A HREF="../../../../../org/openjena/atlas/lib/CacheFactory.html#createCacheUnbounded()">createCacheUnbounded</A></B>()</CODE>
<BR>
Create a cache which has unbounded space</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><Key,Value>
<BR>
<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><Key,Value></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>CacheFactory.</B><B><A HREF="../../../../../org/openjena/atlas/lib/CacheFactory.html#createCacheWithGetter(org.openjena.atlas.lib.Cache, org.openjena.atlas.lib.cache.Getter)">createCacheWithGetter</A></B>(<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><Key,Value> cache,
<A HREF="../../../../../org/openjena/atlas/lib/cache/Getter.html" title="interface in org.openjena.atlas.lib.cache">Getter</A><Key,Value> getter)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><Key,Value>
<BR>
<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><Key,Value></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>CacheFactory.</B><B><A HREF="../../../../../org/openjena/atlas/lib/CacheFactory.html#createNullCache()">createNullCache</A></B>()</CODE>
<BR>
Create a null cache</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><Key,Value>
<BR>
<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><Key,Value></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>CacheFactory.</B><B><A HREF="../../../../../org/openjena/atlas/lib/CacheFactory.html#createOneSlotCache()">createOneSlotCache</A></B>()</CODE>
<BR>
One slot cache</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><Key,Value>
<BR>
<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><Key,Value></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>CacheFactory.</B><B><A HREF="../../../../../org/openjena/atlas/lib/CacheFactory.html#createSimpleCache(int)">createSimpleCache</A></B>(int size)</CODE>
<BR>
Create a lightweight cache (e.g.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><Key,Value>
<BR>
<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><Key,Value></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>CacheFactory.</B><B><A HREF="../../../../../org/openjena/atlas/lib/CacheFactory.html#createSync(org.openjena.atlas.lib.Cache)">createSync</A></B>(<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><Key,Value> cache)</CODE>
<BR>
Add a synchronization wrapper to an existing cache</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="../../../../../org/openjena/atlas/lib/package-summary.html">org.openjena.atlas.lib</A> with parameters of type <A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><Key,Value>
<BR>
<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><Key,Value></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>CacheFactory.</B><B><A HREF="../../../../../org/openjena/atlas/lib/CacheFactory.html#createCacheWithGetter(org.openjena.atlas.lib.Cache, org.openjena.atlas.lib.cache.Getter)">createCacheWithGetter</A></B>(<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><Key,Value> cache,
<A HREF="../../../../../org/openjena/atlas/lib/cache/Getter.html" title="interface in org.openjena.atlas.lib.cache">Getter</A><Key,Value> getter)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><Key,Value>
<BR>
<A HREF="../../../../../org/openjena/atlas/lib/CacheStats.html" title="interface in org.openjena.atlas.lib">CacheStats</A><Key,Value></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>CacheFactory.</B><B><A HREF="../../../../../org/openjena/atlas/lib/CacheFactory.html#createStats(org.openjena.atlas.lib.Cache)">createStats</A></B>(<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><Key,Value> cache)</CODE>
<BR>
Add a statistics wrapper to an existing cache</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><Key,Value>
<BR>
<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><Key,Value></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>CacheFactory.</B><B><A HREF="../../../../../org/openjena/atlas/lib/CacheFactory.html#createSync(org.openjena.atlas.lib.Cache)">createSync</A></B>(<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><Key,Value> cache)</CODE>
<BR>
Add a synchronization wrapper to an existing cache</TD>
</TR>
</TABLE>
<P>
<A NAME="org.openjena.atlas.lib.cache"><!-- --></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="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A> in <A HREF="../../../../../org/openjena/atlas/lib/cache/package-summary.html">org.openjena.atlas.lib.cache</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="../../../../../org/openjena/atlas/lib/cache/package-summary.html">org.openjena.atlas.lib.cache</A> that implement <A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</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="../../../../../org/openjena/atlas/lib/cache/Cache0.html" title="class in org.openjena.atlas.lib.cache">Cache0<K,V></A></B></CODE>
<BR>
A cache that keeps nothing</TD>
</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="../../../../../org/openjena/atlas/lib/cache/Cache1.html" title="class in org.openjena.atlas.lib.cache">Cache1<K,V></A></B></CODE>
<BR>
A one-slot cache.</TD>
</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="../../../../../org/openjena/atlas/lib/cache/CacheLRU.html" title="class in org.openjena.atlas.lib.cache">CacheLRU<K,V></A></B></CODE>
<BR>
This class is not thread-safe.</TD>
</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="../../../../../org/openjena/atlas/lib/cache/CacheSimple.html" title="class in org.openjena.atlas.lib.cache">CacheSimple<K,V></A></B></CODE>
<BR>
A simple fixed size cache that uses the hash code to address a slot.</TD>
</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="../../../../../org/openjena/atlas/lib/cache/CacheStatsAtomic.html" title="class in org.openjena.atlas.lib.cache">CacheStatsAtomic<Key,Value></A></B></CODE>
<BR>
Capture statisics for a cache - this class is thread safe (you can read the stats while the cache is active)</TD>
</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="../../../../../org/openjena/atlas/lib/cache/CacheStatsSimple.html" title="class in org.openjena.atlas.lib.cache">CacheStatsSimple<Key,Value></A></B></CODE>
<BR>
Collect statistics for a cache - this class is not thread safe (@see{CacheStatsAtomic})</TD>
</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="../../../../../org/openjena/atlas/lib/cache/CacheSync.html" title="class in org.openjena.atlas.lib.cache">CacheSync<Key,T></A></B></CODE>
<BR>
</TD>
</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="../../../../../org/openjena/atlas/lib/cache/CacheUnbounded.html" title="class in org.openjena.atlas.lib.cache">CacheUnbounded<K,V></A></B></CODE>
<BR>
</TD>
</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="../../../../../org/openjena/atlas/lib/cache/CacheWithGetter.html" title="class in org.openjena.atlas.lib.cache">CacheWithGetter<K,V></A></B></CODE>
<BR>
Cache that takes a <A HREF="../../../../../org/openjena/atlas/lib/cache/Getter.html" title="interface in org.openjena.atlas.lib.cache"><CODE>Getter</CODE></A> to automatically fill cache misses.</TD>
</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="../../../../../org/openjena/atlas/lib/cache/CacheWrapper.html" title="class in org.openjena.atlas.lib.cache">CacheWrapper<Key,T></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">Constructors in <A HREF="../../../../../org/openjena/atlas/lib/cache/package-summary.html">org.openjena.atlas.lib.cache</A> with parameters of type <A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/openjena/atlas/lib/cache/CacheStatsAtomic.html#CacheStatsAtomic(org.openjena.atlas.lib.Cache)">CacheStatsAtomic</A></B>(<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><<A HREF="../../../../../org/openjena/atlas/lib/cache/CacheStatsAtomic.html" title="type parameter in CacheStatsAtomic">Key</A>,<A HREF="../../../../../org/openjena/atlas/lib/cache/CacheStatsAtomic.html" title="type parameter in CacheStatsAtomic">Value</A>> cache)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/openjena/atlas/lib/cache/CacheStatsSimple.html#CacheStatsSimple(org.openjena.atlas.lib.Cache)">CacheStatsSimple</A></B>(<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><<A HREF="../../../../../org/openjena/atlas/lib/cache/CacheStatsSimple.html" title="type parameter in CacheStatsSimple">Key</A>,<A HREF="../../../../../org/openjena/atlas/lib/cache/CacheStatsSimple.html" title="type parameter in CacheStatsSimple">Value</A>> cache)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/openjena/atlas/lib/cache/CacheSync.html#CacheSync(org.openjena.atlas.lib.Cache)">CacheSync</A></B>(<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><<A HREF="../../../../../org/openjena/atlas/lib/cache/CacheSync.html" title="type parameter in CacheSync">Key</A>,<A HREF="../../../../../org/openjena/atlas/lib/cache/CacheSync.html" title="type parameter in CacheSync">T</A>> cache)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/openjena/atlas/lib/cache/CacheWithGetter.html#CacheWithGetter(org.openjena.atlas.lib.Cache, org.openjena.atlas.lib.cache.Getter)">CacheWithGetter</A></B>(<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><<A HREF="../../../../../org/openjena/atlas/lib/cache/CacheWithGetter.html" title="type parameter in CacheWithGetter">K</A>,<A HREF="../../../../../org/openjena/atlas/lib/cache/CacheWithGetter.html" title="type parameter in CacheWithGetter">V</A>> cache,
<A HREF="../../../../../org/openjena/atlas/lib/cache/Getter.html" title="interface in org.openjena.atlas.lib.cache">Getter</A><<A HREF="../../../../../org/openjena/atlas/lib/cache/CacheWithGetter.html" title="type parameter in CacheWithGetter">K</A>,<A HREF="../../../../../org/openjena/atlas/lib/cache/CacheWithGetter.html" title="type parameter in CacheWithGetter">V</A>> getter)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/openjena/atlas/lib/cache/CacheWrapper.html#CacheWrapper(org.openjena.atlas.lib.Cache)">CacheWrapper</A></B>(<A HREF="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib">Cache</A><<A HREF="../../../../../org/openjena/atlas/lib/cache/CacheWrapper.html" title="type parameter in CacheWrapper">Key</A>,<A HREF="../../../../../org/openjena/atlas/lib/cache/CacheWrapper.html" title="type parameter in CacheWrapper">T</A>> cache)</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="../../../../../org/openjena/atlas/lib/Cache.html" title="interface in org.openjena.atlas.lib"><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/openjena/atlas/lib//class-useCache.html" target="_top"><B>FRAMES</B></A>
<A HREF="Cache.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>
Licenced under the Apache License, Version 2.0
</BODY>
</HTML>
|
ckanext/ccca/templates/package_new/resource_read.html | ccca-dc/ckanext-ccca | {% extends "package/base.html" %}
{% set res = c.resource %}
{% set pkg_title = c.package.title or c.package.name %}
{% set res_title = res.title or pkg_title %}
{% set res_description = res.description or c.package.description %}
{% set piwik_config = h.get_piwik_config() %}
{% block meta_description %}<meta name="description" content="{{ res_description|forceescape|trim }}" />{% endblock %}
{% block subtitle %}{{ pkg_title }} | {{ res_title }}{% endblock %}
{% block breadcrumb_content_selected %}{% endblock %}
{% block breadcrumb_content %}
{{ super() }}
<li class="active"><a href="">{{ res_title|truncate(30) }}</a></li>
{% endblock %}
{% block page_title %}
<h1>{{ res_title }}</h1>
{% endblock %}
{% block primary_content %}
<section class="container information">
<div class="row">
<div class="col-lg-2 col-sm-6">
<dl>
<dt>{{ _('Last updated') }}</dt>
{% set mod_date = res.modified or res.issued %}
<dd>
{% if mod_date %}
{{ h.render_datetime(mod_date, with_hours=False) }}
{% else %}
-
{% endif %}
</dd>
</dl>
</div>
<div class="col-lg-2 col-sm-6">
<dl>
<dt>{{ _('Terms of use') }}</dt>
<dd class="terms">
<a href="{{ h.url('/terms-of-use') }}">
{% set terms_of_use = h.get_terms_of_use_icon(res.rights) %}
{% if terms_of_use %}
<img src="/content/themes/wp-ogdch-theme/assets/images/terms/{{ terms_of_use.icon }}.svg" onerror="this.onerror=null;this.src='/content/themes/wp-ogdch-theme/assets/images/terms/{{ terms_of_use.icon }}.png'" alt="{{ terms_of_use.title }}" title="{{ terms_of_use.title }}" />
{% else %}
-
{% endif %}
</a>
</dd>
</dl>
</div>
<div class="col-lg-3 col-sm-6">
<dl>
<dt>{{ ungettext('Organization', 'Organizations', 1) }}</dt>
<dd>
{% if pkg.owner_org %}
{% set organization = h.get_localized_org(pkg.owner_org) %}
{% set url = h.url_for(controller='organization', action='read', id=organization.name) %}
<a href="{{ url }}">{{ organization.title or organization.name }}</a>
{% else %}
{{ _('No organization available') }}
{% endif %}
</dd>
</dl>
</div>
<div class="col-lg-2 col-sm-6">
<dl>
<dt>{{ _('Format') }}</dt>
<dd>
{% if res.format %}
{% set format_truncated = h.truncate(res.format, 30) %}
<span class="label label-default" title="{{ res.format }}">{{ format_truncated }}</span>
{% else %}
-
{% endif %}
</dd>
</dl>
</div>
<div class="col-lg-3 col-sm-12 text-lg-right">
{% if res.download_url %}
<a href="{{ res.download_url }}" class="btn btn-primary btn-lg piwik-tracked-download" role="button" target="_blank" data-format="{{ res.format }}">
<i class="fa fa-arrow-circle-o-down"></i> {{ _('Download') }}
</a>
{% else %}
<a href="{{ res.url }}" class="btn btn-primary btn-lg piwik-tracked-download" role="button" target="_blank" data-format="{{ res.format }}">
<i class="fa fa-external-link"></i> {{ _('Go to resource') }}
</a>
{% endif %}
</div>
</div>
{% if res_description %}
<div class="row description">
<div class="col-xs-12">
<h2>{{ _('Description') }}</h2>
<p>{{ res_description }}</p>
</div>
</div>
{% endif %}
</section>
<section class="container additional-info">
<div class="row">
<div class="col-xs-12">
<h2>{{ _('Additional information') }}</h2>
<dl class="dl-horizontal">
{% block resource_additional_information_inner %}
{# Content gets rendered in scheming/package/resource_read.html #}
{% endblock %}
</dl>
</div>
</div>
</section>
{% set resource_preview = h.resource_preview(c.resource, c.package) %}
{% set views_created = res.has_views or resource_preview %}
{% if views_created %}
<section class="container preview">
<div class="row">
<div class="col-xs-12">
<h2>{{ _('Preview') }}</h2>
{% block resource_preview %}
{% block data_preview %}
{% block resource_view %}
<div class="module-content">
{% block resource_view_content %}
<div class="resource-view">
{% if resource_preview and not current_resource_view %}
{{ h.resource_preview(c.resource, c.package) }}
{% else %}
{% for resource_view in resource_views %}
{% if resource_view == current_resource_view %}
{% snippet 'package/snippets/resource_view.html',
resource_view=resource_view,
resource=c.resource,
package=c.package
%}
{% endif %}
{% endfor %}
{% endif %}
</div>
{% endblock %}
</div>
{% endblock %}
{% endblock %}
{% endblock %}
</div>
</div>
</section>
{% endif %}
{% endblock %}
{% block body_extras %}
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['setCustomDimension', customDimensionId = {{ piwik_config.custom_dimension_action_organization_id or 0 }}, customDimensionValue = '{{ c.package.organization.name }}']);
_paq.push(['setCustomDimension', customDimensionId = {{ piwik_config.custom_dimension_action_dataset_id or 0 }}, customDimensionValue = '{{ c.package.name }}']);
</script>
{{ super() }}
{% endblock %}
|
CSC 445 WebCentric Programming/Final Project/poi-3.14/docs/apidocs/org/apache/poi/hssf/model/RowBlocksReader.html | jmemmons/university-assignments | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
RowBlocksReader (POI API Documentation)
</TITLE>
<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="RowBlocksReader (POI API Documentation)";
}
}
</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/RowBlocksReader.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="../../../../../org/apache/poi/hssf/model/RecordStream.html" title="class in org.apache.poi.hssf.model"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/poi/hssf/model/SimpleFilledShape.html" title="class in org.apache.poi.hssf.model"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/poi/hssf/model/RowBlocksReader.html" target="_top"><B>FRAMES</B></A>
<A HREF="RowBlocksReader.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.poi.hssf.model</FONT>
<BR>
Class RowBlocksReader</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.poi.hssf.model.RowBlocksReader</B>
</PRE>
<HR>
<DL>
<DT><PRE>public final class <B>RowBlocksReader</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
Segregates the 'Row Blocks' section of a single sheet into plain row/cell records and
shared formula records.
<P>
<P>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/model/RowBlocksReader.html#RowBlocksReader(org.apache.poi.hssf.model.RecordStream)">RowBlocksReader</A></B>(<A HREF="../../../../../org/apache/poi/hssf/model/RecordStream.html" title="class in org.apache.poi.hssf.model">RecordStream</A> rs)</CODE>
<BR>
Also collects any loose MergeCellRecords and puts them in the supplied
mergedCellsTable</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> <A HREF="../../../../../org/apache/poi/hssf/record/MergeCellsRecord.html" title="class in org.apache.poi.hssf.record">MergeCellsRecord</A>[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/model/RowBlocksReader.html#getLooseMergedCells()">getLooseMergedCells</A></B>()</CODE>
<BR>
Some unconventional apps place <A HREF="../../../../../org/apache/poi/hssf/record/MergeCellsRecord.html" title="class in org.apache.poi.hssf.record"><CODE>MergeCellsRecord</CODE></A>s within the row block.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/poi/hssf/model/RecordStream.html" title="class in org.apache.poi.hssf.model">RecordStream</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/model/RowBlocksReader.html#getPlainRecordStream()">getPlainRecordStream</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/poi/hssf/record/aggregates/SharedValueManager.html" title="class in org.apache.poi.hssf.record.aggregates">SharedValueManager</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/model/RowBlocksReader.html#getSharedFormulaManager()">getSharedFormulaManager</A></B>()</CODE>
<BR>
</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="RowBlocksReader(org.apache.poi.hssf.model.RecordStream)"><!-- --></A><H3>
RowBlocksReader</H3>
<PRE>
public <B>RowBlocksReader</B>(<A HREF="../../../../../org/apache/poi/hssf/model/RecordStream.html" title="class in org.apache.poi.hssf.model">RecordStream</A> rs)</PRE>
<DL>
<DD>Also collects any loose MergeCellRecords and puts them in the supplied
mergedCellsTable
<P>
</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="getLooseMergedCells()"><!-- --></A><H3>
getLooseMergedCells</H3>
<PRE>
public <A HREF="../../../../../org/apache/poi/hssf/record/MergeCellsRecord.html" title="class in org.apache.poi.hssf.record">MergeCellsRecord</A>[] <B>getLooseMergedCells</B>()</PRE>
<DL>
<DD>Some unconventional apps place <A HREF="../../../../../org/apache/poi/hssf/record/MergeCellsRecord.html" title="class in org.apache.poi.hssf.record"><CODE>MergeCellsRecord</CODE></A>s within the row block. They
actually should be in the <A HREF="../../../../../org/apache/poi/hssf/record/aggregates/MergedCellsTable.html" title="class in org.apache.poi.hssf.record.aggregates"><CODE>MergedCellsTable</CODE></A> which is much later (see bug 45699).
<P>
<DD><DL>
<DT><B>Returns:</B><DD>any loose <tt>MergeCellsRecord</tt>s found</DL>
</DD>
</DL>
<HR>
<A NAME="getSharedFormulaManager()"><!-- --></A><H3>
getSharedFormulaManager</H3>
<PRE>
public <A HREF="../../../../../org/apache/poi/hssf/record/aggregates/SharedValueManager.html" title="class in org.apache.poi.hssf.record.aggregates">SharedValueManager</A> <B>getSharedFormulaManager</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getPlainRecordStream()"><!-- --></A><H3>
getPlainRecordStream</H3>
<PRE>
public <A HREF="../../../../../org/apache/poi/hssf/model/RecordStream.html" title="class in org.apache.poi.hssf.model">RecordStream</A> <B>getPlainRecordStream</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>a <A HREF="../../../../../org/apache/poi/hssf/model/RecordStream.html" title="class in org.apache.poi.hssf.model"><CODE>RecordStream</CODE></A> containing all the non-<A HREF="../../../../../org/apache/poi/hssf/record/SharedFormulaRecord.html" title="class in org.apache.poi.hssf.record"><CODE>SharedFormulaRecord</CODE></A>
non-<A HREF="../../../../../org/apache/poi/hssf/record/ArrayRecord.html" title="class in org.apache.poi.hssf.record"><CODE>ArrayRecord</CODE></A> and non-<A HREF="../../../../../org/apache/poi/hssf/record/TableRecord.html" title="class in org.apache.poi.hssf.record"><CODE>TableRecord</CODE></A> Records.</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/RowBlocksReader.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="../../../../../org/apache/poi/hssf/model/RecordStream.html" title="class in org.apache.poi.hssf.model"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/poi/hssf/model/SimpleFilledShape.html" title="class in org.apache.poi.hssf.model"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/poi/hssf/model/RowBlocksReader.html" target="_top"><B>FRAMES</B></A>
<A HREF="RowBlocksReader.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright 2016 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
|
docs/javadoc/serialized-form.html | Llamatech/LlamaDoctor | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_40) on Thu Mar 26 11:35:29 COT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Serialized Form</title>
<meta name="date" content="2015-03-26">
<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><a href="overview-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?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 com.llama.tech.doctor.app.gui</h2>
<ul class="blockList">
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.AccountView">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/AccountView.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.AccountView</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>passwordField</h4>
<pre>javax.swing.JPasswordField passwordField</pre>
</li>
<li class="blockList">
<h4>passwordField_1</h4>
<pre>javax.swing.JPasswordField passwordField_1</pre>
</li>
<li class="blockListLast">
<h4>dateChooser</h4>
<pre>JDateChooser dateChooser</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.ActionBar">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/ActionBar.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.ActionBar</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>background</h4>
<pre>java.awt.Image background</pre>
</li>
<li class="blockList">
<h4>viewTitle</h4>
<pre>javax.swing.JLabel viewTitle</pre>
</li>
<li class="blockList">
<h4>navigationDrawerButton</h4>
<pre>javax.swing.JButton navigationDrawerButton</pre>
</li>
<li class="blockList">
<h4>viewIcon</h4>
<pre>javax.swing.JLabel viewIcon</pre>
</li>
<li class="blockList">
<h4>classLoader</h4>
<pre>java.lang.ClassLoader classLoader</pre>
</li>
<li class="blockListLast">
<h4>mainView</h4>
<pre><a href="com/llama/tech/doctor/app/gui/MainView.html" title="class in com.llama.tech.doctor.app.gui">MainView</a> mainView</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.AgendarCita">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/AgendarCita.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.AgendarCita</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>lblDia</h4>
<pre>javax.swing.JLabel lblDia</pre>
</li>
<li class="blockList">
<h4>lblDiaDeCita</h4>
<pre>javax.swing.JLabel lblDiaDeCita</pre>
</li>
<li class="blockList">
<h4>list</h4>
<pre>javax.swing.JList<E> list</pre>
</li>
<li class="blockList">
<h4>scrollPane</h4>
<pre>javax.swing.JScrollPane scrollPane</pre>
</li>
<li class="blockList">
<h4>dateChooser</h4>
<pre>JDateChooser dateChooser</pre>
</li>
<li class="blockList">
<h4>btnVerHorariosDisponibles</h4>
<pre>javax.swing.JButton btnVerHorariosDisponibles</pre>
</li>
<li class="blockListLast">
<h4>consultorio</h4>
<pre><a href="com/llama/tech/doctor/mundo/Consultorio.html" title="class in com.llama.tech.doctor.mundo">Consultorio</a> consultorio</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.AppointmentDateSelectionView">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/AppointmentDateSelectionView.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.AppointmentDateSelectionView</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>dateChooser_1</h4>
<pre>JDateChooser dateChooser_1</pre>
</li>
<li class="blockListLast">
<h4>dateChooser</h4>
<pre>JDateChooser dateChooser</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.AppointmentListView">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/AppointmentListView.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.AppointmentListView</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>textDoctor</h4>
<pre>javax.swing.JTextField textDoctor</pre>
</li>
<li class="blockList">
<h4>textDate</h4>
<pre>javax.swing.JTextField textDate</pre>
</li>
<li class="blockList">
<h4>textHour</h4>
<pre>javax.swing.JTextField textHour</pre>
</li>
<li class="blockList">
<h4>list</h4>
<pre>javax.swing.JList<E> list</pre>
</li>
<li class="blockListLast">
<h4>appointmentQuantity</h4>
<pre>int appointmentQuantity</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.AppointmentsView">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/AppointmentsView.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.AppointmentsView</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>location</h4>
<pre>java.lang.String location</pre>
</li>
<li class="blockList">
<h4>sysHour</h4>
<pre>java.time.LocalDate sysHour</pre>
</li>
<li class="blockListLast">
<h4>textField</h4>
<pre>javax.swing.JTextField textField</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.AppView">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.AppView</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>size</h4>
<pre>java.awt.Dimension size</pre>
</li>
<li class="blockList">
<h4>classLoader</h4>
<pre>java.lang.ClassLoader classLoader</pre>
</li>
<li class="blockList">
<h4>id</h4>
<pre><a href="com/llama/tech/doctor/app/gui/AppView.ViewType.html" title="enum in com.llama.tech.doctor.app.gui">AppView.ViewType</a> id</pre>
</li>
<li class="blockList">
<h4>viewIcon</h4>
<pre>javax.swing.Icon viewIcon</pre>
</li>
<li class="blockList">
<h4>viewTitle</h4>
<pre>java.lang.String viewTitle</pre>
</li>
<li class="blockList">
<h4>mainView</h4>
<pre><a href="com/llama/tech/doctor/app/gui/MainView.html" title="class in com.llama.tech.doctor.app.gui">MainView</a> mainView</pre>
</li>
<li class="blockList">
<h4>viewInfo</h4>
<pre><any> viewInfo</pre>
</li>
<li class="blockListLast">
<h4>pushedInfo</h4>
<pre>java.lang.Object pushedInfo</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.DeleteAppointment">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/DeleteAppointment.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.DeleteAppointment</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>textFieldNombre</h4>
<pre>javax.swing.JTextField textFieldNombre</pre>
</li>
<li class="blockListLast">
<h4>dateChooser</h4>
<pre>JDateChooser dateChooser</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.GenericSelectionCounter">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/GenericSelectionCounter.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.GenericSelectionCounter</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>textFieldCity</h4>
<pre>javax.swing.JTextField textFieldCity</pre>
</li>
<li class="blockList">
<h4>btnModificar</h4>
<pre>javax.swing.JButton btnModificar</pre>
</li>
<li class="blockList">
<h4>btnCambiar</h4>
<pre>javax.swing.JButton btnCambiar</pre>
</li>
<li class="blockList">
<h4>regex</h4>
<pre>java.lang.String regex</pre>
</li>
<li class="blockListLast">
<h4>subs</h4>
<pre>java.lang.String subs</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.InfoConsultorio">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/InfoConsultorio.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.InfoConsultorio</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>textNombreDoc</h4>
<pre>javax.swing.JTextField textNombreDoc</pre>
</li>
<li class="blockList">
<h4>textDireccion</h4>
<pre>javax.swing.JTextField textDireccion</pre>
</li>
<li class="blockList">
<h4>textLocalidad</h4>
<pre>javax.swing.JTextField textLocalidad</pre>
</li>
<li class="blockList">
<h4>textPostCode</h4>
<pre>javax.swing.JTextField textPostCode</pre>
</li>
<li class="blockList">
<h4>textTelefono</h4>
<pre>javax.swing.JTextField textTelefono</pre>
</li>
<li class="blockList">
<h4>textLatitud</h4>
<pre>javax.swing.JTextField textLatitud</pre>
</li>
<li class="blockList">
<h4>textLongitud</h4>
<pre>javax.swing.JTextField textLongitud</pre>
</li>
<li class="blockList">
<h4>textCitas</h4>
<pre>javax.swing.JTextArea textCitas</pre>
</li>
<li class="blockListLast">
<h4>btnvercitas</h4>
<pre>javax.swing.JButton btnvercitas</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.LastLocations">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/LastLocations.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.LastLocations</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>mapPanel</h4>
<pre><a href="com/llama/tech/doctor/app/gui/components/LlamaMapComponent.html" title="class in com.llama.tech.doctor.app.gui.components">LlamaMapComponent</a> mapPanel</pre>
</li>
<li class="blockList">
<h4>location</h4>
<pre>java.lang.String[] location</pre>
</li>
<li class="blockList">
<h4>textField</h4>
<pre>javax.swing.JTextField textField</pre>
</li>
<li class="blockList">
<h4>textField_1</h4>
<pre>javax.swing.JTextField textField_1</pre>
</li>
<li class="blockList">
<h4>btnRegresar</h4>
<pre>javax.swing.JButton btnRegresar</pre>
</li>
<li class="blockListLast">
<h4>zoom</h4>
<pre>int zoom</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.LocationSelectionView">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/LocationSelectionView.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.LocationSelectionView</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>textFieldCity</h4>
<pre>javax.swing.JTextField textFieldCity</pre>
</li>
<li class="blockList">
<h4>textFieldZIP</h4>
<pre>javax.swing.JTextField textFieldZIP</pre>
</li>
<li class="blockList">
<h4>textFieldLat</h4>
<pre>javax.swing.JTextField textFieldLat</pre>
</li>
<li class="blockList">
<h4>textFieldLong</h4>
<pre>javax.swing.JTextField textFieldLong</pre>
</li>
<li class="blockList">
<h4>btnModificar</h4>
<pre>javax.swing.JButton btnModificar</pre>
</li>
<li class="blockListLast">
<h4>btnCambiar</h4>
<pre>javax.swing.JButton btnCambiar</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.LocationView">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/LocationView.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.LocationView</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>mapPanel</h4>
<pre><a href="com/llama/tech/doctor/app/gui/components/LlamaMapComponent.html" title="class in com.llama.tech.doctor.app.gui.components">LlamaMapComponent</a> mapPanel</pre>
</li>
<li class="blockList">
<h4>location</h4>
<pre>java.lang.String location</pre>
</li>
<li class="blockList">
<h4>textField</h4>
<pre>javax.swing.JTextField textField</pre>
</li>
<li class="blockList">
<h4>textField_1</h4>
<pre>javax.swing.JTextField textField_1</pre>
</li>
<li class="blockList">
<h4>btnModificarUbicacion</h4>
<pre>javax.swing.JButton btnModificarUbicacion</pre>
</li>
<li class="blockList">
<h4>btnRegresar</h4>
<pre>javax.swing.JButton btnRegresar</pre>
</li>
<li class="blockListLast">
<h4>zoom</h4>
<pre>int zoom</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.LoginView">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/LoginView.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.LoginView</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>3825100605582869453L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>txtBienvendioALlamadoctor</h4>
<pre>javax.swing.JLabel txtBienvendioALlamadoctor</pre>
</li>
<li class="blockList">
<h4>textFieldUsuario</h4>
<pre>javax.swing.JTextField textFieldUsuario</pre>
</li>
<li class="blockList">
<h4>textFieldPass</h4>
<pre>javax.swing.JPasswordField textFieldPass</pre>
</li>
<li class="blockList">
<h4>btnNewButton_1</h4>
<pre>javax.swing.JButton btnNewButton_1</pre>
</li>
<li class="blockList">
<h4>btnNewButton</h4>
<pre>javax.swing.JButton btnNewButton</pre>
</li>
<li class="blockListLast">
<h4>info</h4>
<pre>boolean[] info</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.MainMenuView">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/MainMenuView.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.MainMenuView</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>btnLocation</h4>
<pre>javax.swing.JButton btnLocation</pre>
</li>
<li class="blockList">
<h4>btnAppointments</h4>
<pre>javax.swing.JButton btnAppointments</pre>
</li>
<li class="blockList">
<h4>btnOffices</h4>
<pre>javax.swing.JButton btnOffices</pre>
</li>
<li class="blockList">
<h4>btnHistory</h4>
<pre>javax.swing.JButton btnHistory</pre>
</li>
<li class="blockListLast">
<h4>btnAccount</h4>
<pre>javax.swing.JButton btnAccount</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.MainView">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/MainView.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.MainView</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>stack</h4>
<pre><any> stack</pre>
</li>
<li class="blockList">
<h4>actionBar</h4>
<pre><a href="com/llama/tech/doctor/app/gui/ActionBar.html" title="class in com.llama.tech.doctor.app.gui">ActionBar</a> actionBar</pre>
</li>
<li class="blockList">
<h4>viewPort</h4>
<pre><a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> viewPort</pre>
</li>
<li class="blockList">
<h4>navigationDrawer</h4>
<pre><a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> navigationDrawer</pre>
</li>
<li class="blockList">
<h4>actionBarInit</h4>
<pre>boolean actionBarInit</pre>
</li>
<li class="blockList">
<h4>navigationDrawerAct</h4>
<pre>boolean navigationDrawerAct</pre>
</li>
<li class="blockList">
<h4>loggedUser</h4>
<pre>java.lang.String loggedUser</pre>
</li>
<li class="blockList">
<h4>password</h4>
<pre>java.lang.String password</pre>
</li>
<li class="blockList">
<h4>location</h4>
<pre>java.lang.String location</pre>
</li>
<li class="blockList">
<h4>mundo</h4>
<pre><a href="com/llama/tech/doctor/mundo/LlamaCitas.html" title="class in com.llama.tech.doctor.mundo">LlamaCitas</a> mundo</pre>
</li>
<li class="blockList">
<h4>localDate</h4>
<pre>java.time.LocalDate localDate</pre>
</li>
<li class="blockList">
<h4>zoom</h4>
<pre>int zoom</pre>
</li>
<li class="blockList">
<h4>consultorioSeleccionado</h4>
<pre><a href="com/llama/tech/doctor/mundo/Consultorio.html" title="class in com.llama.tech.doctor.mundo">Consultorio</a> consultorioSeleccionado</pre>
</li>
<li class="blockList">
<h4>count</h4>
<pre>int count</pre>
</li>
<li class="blockList">
<h4>appointmentList</h4>
<pre><any> appointmentList</pre>
</li>
<li class="blockList">
<h4>classLoader</h4>
<pre>java.lang.ClassLoader classLoader</pre>
</li>
<li class="blockListLast">
<h4>state</h4>
<pre>java.lang.String state</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.NavigationDrawer">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/NavigationDrawer.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.NavigationDrawer</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>btnMainMenu</h4>
<pre>javax.swing.JButton btnMainMenu</pre>
</li>
<li class="blockList">
<h4>btnLocation</h4>
<pre>javax.swing.JButton btnLocation</pre>
</li>
<li class="blockList">
<h4>btnAppointments</h4>
<pre>javax.swing.JButton btnAppointments</pre>
</li>
<li class="blockList">
<h4>btnOffices</h4>
<pre>javax.swing.JButton btnOffices</pre>
</li>
<li class="blockList">
<h4>btnHistory</h4>
<pre>javax.swing.JButton btnHistory</pre>
</li>
<li class="blockListLast">
<h4>btnAccount</h4>
<pre>javax.swing.JButton btnAccount</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.OfficeAppointmentsByDate">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/OfficeAppointmentsByDate.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.OfficeAppointmentsByDate</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>textDoctor</h4>
<pre>javax.swing.JTextField textDoctor</pre>
</li>
<li class="blockList">
<h4>textDate</h4>
<pre>javax.swing.JTextField textDate</pre>
</li>
<li class="blockList">
<h4>textHour</h4>
<pre>javax.swing.JTextField textHour</pre>
</li>
<li class="blockList">
<h4>list</h4>
<pre>javax.swing.JList<E> list</pre>
</li>
<li class="blockList">
<h4>appointmentQuantity</h4>
<pre>int appointmentQuantity</pre>
</li>
<li class="blockList">
<h4>btnVerCitas</h4>
<pre>javax.swing.JButton btnVerCitas</pre>
</li>
<li class="blockListLast">
<h4>dateChooser</h4>
<pre>JDateChooser dateChooser</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.OfficeByView">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/OfficeByView.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.OfficeByView</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>mapPanel</h4>
<pre><a href="com/llama/tech/doctor/app/gui/components/LlamaMapComponent.html" title="class in com.llama.tech.doctor.app.gui.components">LlamaMapComponent</a> mapPanel</pre>
</li>
<li class="blockList">
<h4>btnRegresar</h4>
<pre>javax.swing.JButton btnRegresar</pre>
</li>
<li class="blockList">
<h4>list</h4>
<pre>javax.swing.JList<E> list</pre>
</li>
<li class="blockList">
<h4>consultorios</h4>
<pre><any> consultorios</pre>
</li>
<li class="blockList">
<h4>zoom</h4>
<pre>int zoom</pre>
</li>
<li class="blockList">
<h4>locations</h4>
<pre>java.lang.String[] locations</pre>
</li>
<li class="blockListLast">
<h4>model</h4>
<pre>javax.swing.DefaultListModel<E> model</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.OfficePrincipal">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/OfficePrincipal.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.OfficePrincipal</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.SignUpView">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/SignUpView.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.SignUpView</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>dateChooser</h4>
<pre>JDateChooser dateChooser</pre>
</li>
<li class="blockList">
<h4>textFieldApellido</h4>
<pre><a href="com/llama/tech/doctor/app/gui/components/LlamaTextField.html" title="class in com.llama.tech.doctor.app.gui.components">LlamaTextField</a> textFieldApellido</pre>
</li>
<li class="blockList">
<h4>textFieldNombre</h4>
<pre>javax.swing.JTextField textFieldNombre</pre>
</li>
<li class="blockList">
<h4>textFieldUsuario</h4>
<pre><a href="com/llama/tech/doctor/app/gui/components/LlamaTextField.html" title="class in com.llama.tech.doctor.app.gui.components">LlamaTextField</a> textFieldUsuario</pre>
</li>
<li class="blockList">
<h4>textFieldContrasena</h4>
<pre>javax.swing.JPasswordField textFieldContrasena</pre>
</li>
<li class="blockList">
<h4>textFieldConfirmacion</h4>
<pre>javax.swing.JPasswordField textFieldConfirmacion</pre>
</li>
<li class="blockList">
<h4>btnestoyPreparado</h4>
<pre>javax.swing.JButton btnestoyPreparado</pre>
</li>
<li class="blockListLast">
<h4>info</h4>
<pre>boolean[] info</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.ToSView">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/ToSView.html" title="class in com.llama.tech.doctor.app.gui">com.llama.tech.doctor.app.gui.ToSView</a> extends <a href="com/llama/tech/doctor/app/gui/AppView.html" title="class in com.llama.tech.doctor.app.gui">AppView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>tglbtnNewToggleButton</h4>
<pre>javax.swing.JToggleButton tglbtnNewToggleButton</pre>
</li>
<li class="blockListLast">
<h4>btnOkDeseoRegistrarme</h4>
<pre>javax.swing.JButton btnOkDeseoRegistrarme</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package com.llama.tech.doctor.app.gui.components</h2>
<ul class="blockList">
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.components.HintTextFieldUI">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/components/HintTextFieldUI.html" title="class in com.llama.tech.doctor.app.gui.components">com.llama.tech.doctor.app.gui.components.HintTextFieldUI</a> extends javax.swing.plaf.basic.BasicTextFieldUI implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>hint</h4>
<pre>java.lang.String hint</pre>
</li>
<li class="blockList">
<h4>hideOnFocus</h4>
<pre>boolean hideOnFocus</pre>
</li>
<li class="blockListLast">
<h4>color</h4>
<pre>java.awt.Color color</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.components.LlamaButton">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/components/LlamaButton.html" title="class in com.llama.tech.doctor.app.gui.components">com.llama.tech.doctor.app.gui.components.LlamaButton</a> extends javax.swing.JButton 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>classLoader</h4>
<pre>java.lang.ClassLoader classLoader</pre>
</li>
<li class="blockListLast">
<h4>background</h4>
<pre>java.awt.Image background</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.components.LlamaCheckBox">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/components/LlamaCheckBox.html" title="class in com.llama.tech.doctor.app.gui.components">com.llama.tech.doctor.app.gui.components.LlamaCheckBox</a> extends javax.swing.JToggleButton implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>classLoader</h4>
<pre>java.lang.ClassLoader classLoader</pre>
</li>
<li class="blockListLast">
<h4>selected</h4>
<pre>boolean selected</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.components.LlamaMapComponent">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/components/LlamaMapComponent.html" title="class in com.llama.tech.doctor.app.gui.components">com.llama.tech.doctor.app.gui.components.LlamaMapComponent</a> extends javax.swing.JPanel implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>mapBackground</h4>
<pre>java.awt.Image mapBackground</pre>
</li>
<li class="blockList">
<h4>btnZoomIn</h4>
<pre>javax.swing.JButton btnZoomIn</pre>
</li>
<li class="blockList">
<h4>btnZoomOut</h4>
<pre>javax.swing.JButton btnZoomOut</pre>
</li>
<li class="blockListLast">
<h4>classLoader</h4>
<pre>java.lang.ClassLoader classLoader</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.components.LlamaTextField">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/components/LlamaTextField.html" title="class in com.llama.tech.doctor.app.gui.components">com.llama.tech.doctor.app.gui.components.LlamaTextField</a> extends javax.swing.JTextField implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.components.LlamaTextField.TextFieldBorder">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/components/LlamaTextField.TextFieldBorder.html" title="class in com.llama.tech.doctor.app.gui.components">com.llama.tech.doctor.app.gui.components.LlamaTextField.TextFieldBorder</a> extends javax.swing.border.AbstractBorder 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="blockListLast">
<h4>color</h4>
<pre>java.awt.Color color</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.app.gui.components.Toast">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/app/gui/components/Toast.html" title="class in com.llama.tech.doctor.app.gui.components">com.llama.tech.doctor.app.gui.components.Toast</a> extends javax.swing.JDialog implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-1602907470843951525L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>MAX_OPACITY</h4>
<pre>float MAX_OPACITY</pre>
</li>
<li class="blockList">
<h4>OPACITY_INCREMENT</h4>
<pre>float OPACITY_INCREMENT</pre>
</li>
<li class="blockList">
<h4>FADE_REFRESH_RATE</h4>
<pre>int FADE_REFRESH_RATE</pre>
</li>
<li class="blockList">
<h4>WINDOW_RADIUS</h4>
<pre>int WINDOW_RADIUS</pre>
</li>
<li class="blockList">
<h4>CHARACTER_LENGTH_MULTIPLIER</h4>
<pre>int CHARACTER_LENGTH_MULTIPLIER</pre>
</li>
<li class="blockList">
<h4>DISTANCE_FROM_PARENT_TOP</h4>
<pre>int DISTANCE_FROM_PARENT_TOP</pre>
</li>
<li class="blockList">
<h4>mOwner</h4>
<pre>javax.swing.JFrame mOwner</pre>
</li>
<li class="blockList">
<h4>mText</h4>
<pre>java.lang.String mText</pre>
</li>
<li class="blockList">
<h4>mDuration</h4>
<pre>int mDuration</pre>
</li>
<li class="blockList">
<h4>mBackgroundColor</h4>
<pre>java.awt.Color mBackgroundColor</pre>
</li>
<li class="blockList">
<h4>mForegroundColor</h4>
<pre>java.awt.Color mForegroundColor</pre>
</li>
<li class="blockListLast">
<h4>font</h4>
<pre>java.awt.Font font</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package com.llama.tech.doctor.maps</h2>
<ul class="blockList">
<li class="blockList"><a name="com.llama.tech.doctor.maps.ConsultaGeografica">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/maps/ConsultaGeografica.html" title="class in com.llama.tech.doctor.maps">com.llama.tech.doctor.maps.ConsultaGeografica</a> extends java.lang.Object implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>searchFields</h4>
<pre>java.lang.String[] searchFields</pre>
</li>
<li class="blockListLast">
<h4>globalInfo</h4>
<pre><any> globalInfo</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.maps.ConsultaMapas">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/maps/ConsultaMapas.html" title="class in com.llama.tech.doctor.maps">com.llama.tech.doctor.maps.ConsultaMapas</a> extends java.lang.Object implements Serializable</h3>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package com.llama.tech.doctor.mundo</h2>
<ul class="blockList">
<li class="blockList"><a name="com.llama.tech.doctor.mundo.Cita">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/mundo/Cita.html" title="class in com.llama.tech.doctor.mundo">com.llama.tech.doctor.mundo.Cita</a> extends java.lang.Object implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>horaInicio</h4>
<pre>java.time.LocalDateTime horaInicio</pre>
<div class="block">Atributo para la hora de inicio</div>
</li>
<li class="blockList">
<h4>horaFin</h4>
<pre>java.time.LocalDateTime horaFin</pre>
<div class="block">Atributo para la hora de fin</div>
</li>
<li class="blockList">
<h4>dia</h4>
<pre>java.time.LocalDate dia</pre>
<div class="block">Dia de la cita</div>
</li>
<li class="blockList">
<h4>consultorio</h4>
<pre><a href="com/llama/tech/doctor/mundo/Consultorio.html" title="class in com.llama.tech.doctor.mundo">Consultorio</a> consultorio</pre>
<div class="block">Consultorio de la cita</div>
</li>
<li class="blockListLast">
<h4>usuario</h4>
<pre><a href="com/llama/tech/doctor/mundo/Usuario.html" title="class in com.llama.tech.doctor.mundo">Usuario</a> usuario</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.mundo.ConsultaException">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/mundo/ConsultaException.html" title="class in com.llama.tech.doctor.mundo">com.llama.tech.doctor.mundo.ConsultaException</a> extends java.lang.Exception implements Serializable</h3>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.mundo.Consultorio">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/mundo/Consultorio.html" title="class in com.llama.tech.doctor.mundo">com.llama.tech.doctor.mundo.Consultorio</a> extends java.lang.Object implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>nombre</h4>
<pre>java.lang.String nombre</pre>
<div class="block">Nombre del doctor que trabaja en el consultorio</div>
</li>
<li class="blockList">
<h4>sexo</h4>
<pre><a href="com/llama/tech/doctor/mundo/LlamaCitas.Sexo.html" title="enum in com.llama.tech.doctor.mundo">LlamaCitas.Sexo</a> sexo</pre>
<div class="block">Sexo del doctor del consultorio</div>
</li>
<li class="blockList">
<h4>direccion</h4>
<pre>java.lang.String direccion</pre>
<div class="block">Direccion del consultorio</div>
</li>
<li class="blockList">
<h4>localidad</h4>
<pre>java.lang.String localidad</pre>
<div class="block">Localidad del consultorio</div>
</li>
<li class="blockList">
<h4>region</h4>
<pre>java.lang.String region</pre>
<div class="block">Region del consultorio</div>
</li>
<li class="blockList">
<h4>postCode</h4>
<pre>int postCode</pre>
<div class="block">Codigo postal del consultorio</div>
</li>
<li class="blockList">
<h4>telefono</h4>
<pre>java.lang.String telefono</pre>
<div class="block">Telefono del consultorio</div>
</li>
<li class="blockList">
<h4>latitud</h4>
<pre>double latitud</pre>
<div class="block">Latitud del consultorio</div>
</li>
<li class="blockList">
<h4>longitud</h4>
<pre>double longitud</pre>
<div class="block">Longitud del consultorio</div>
</li>
<li class="blockList">
<h4>seguros</h4>
<pre>java.lang.String[] seguros</pre>
<div class="block">Seguros del consultorio</div>
</li>
<li class="blockList">
<h4>aniosExp</h4>
<pre>int aniosExp</pre>
<div class="block">Años de experiencia del doctor que trabaja en el consultorio</div>
</li>
<li class="blockList">
<h4>horarios</h4>
<pre><any> horarios</pre>
<div class="block">Horarios de atención del consultorio, donde la llave es el día de la semana</div>
</li>
<li class="blockListLast">
<h4>citas</h4>
<pre><any> citas</pre>
<div class="block">Citas agendadas del consultorio</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.mundo.HorarioCitaDia">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/mundo/HorarioCitaDia.html" title="class in com.llama.tech.doctor.mundo">com.llama.tech.doctor.mundo.HorarioCitaDia</a> extends java.lang.Object implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>horaInicio</h4>
<pre>java.time.LocalTime horaInicio</pre>
<div class="block">Atributo que representa la hora de inicio del horario</div>
</li>
<li class="blockListLast">
<h4>horaFin</h4>
<pre>java.time.LocalTime horaFin</pre>
<div class="block">Atributo que representa la hora de fin del horario</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.mundo.LlamaCitaException">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/mundo/LlamaCitaException.html" title="class in com.llama.tech.doctor.mundo">com.llama.tech.doctor.mundo.LlamaCitaException</a> extends java.lang.Exception implements Serializable</h3>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.mundo.LlamaCitas">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/mundo/LlamaCitas.html" title="class in com.llama.tech.doctor.mundo">com.llama.tech.doctor.mundo.LlamaCitas</a> extends java.util.Observable implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>usuarios</h4>
<pre><any> usuarios</pre>
<div class="block">Lista de usuarios regustrados en el sistema</div>
</li>
<li class="blockList">
<h4>usuarioActual</h4>
<pre><a href="com/llama/tech/doctor/mundo/Usuario.html" title="class in com.llama.tech.doctor.mundo">Usuario</a> usuarioActual</pre>
<div class="block">Usuario cuya sesión esta iniciada</div>
</li>
<li class="blockList">
<h4>tiempoCarga</h4>
<pre>long tiempoCarga</pre>
<div class="block">Tiempo en que se demora el tiempo de carga</div>
</li>
<li class="blockList">
<h4>totalConsultorios</h4>
<pre>int totalConsultorios</pre>
<div class="block">Número de consultorios cargados en el sistema</div>
</li>
<li class="blockList">
<h4>fechaActual</h4>
<pre>java.time.LocalDate fechaActual</pre>
<div class="block">Fecha de referencia del sistema</div>
</li>
<li class="blockList">
<h4>consultaGeografica</h4>
<pre><a href="com/llama/tech/doctor/maps/ConsultaGeografica.html" title="class in com.llama.tech.doctor.maps">ConsultaGeografica</a> consultaGeografica</pre>
<div class="block">Asociacion para las consultas geograficas</div>
</li>
<li class="blockListLast">
<h4>core</h4>
<pre>ICore core</pre>
<div class="block">Core para el inicio de la aplicación</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.mundo.Usuario">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/mundo/Usuario.html" title="class in com.llama.tech.doctor.mundo">com.llama.tech.doctor.mundo.Usuario</a> extends java.lang.Object implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>nombreUsuario</h4>
<pre>java.lang.String nombreUsuario</pre>
<div class="block">Nombre del usuario</div>
</li>
<li class="blockList">
<h4>clave</h4>
<pre>java.lang.String clave</pre>
<div class="block">Clave del usuario</div>
</li>
<li class="blockList">
<h4>email</h4>
<pre>java.lang.String email</pre>
<div class="block">Email del usuario</div>
</li>
<li class="blockList">
<h4>id</h4>
<pre>java.lang.String id</pre>
<div class="block">Id del usuario</div>
</li>
<li class="blockList">
<h4>ubicacionActual</h4>
<pre>java.lang.String ubicacionActual</pre>
<div class="block">Ubicacion actual del usuario</div>
</li>
<li class="blockList">
<h4>ubicacionesAnteriores</h4>
<pre><any> ubicacionesAnteriores</pre>
<div class="block">Arreglo de ubicaciones anteriores</div>
</li>
<li class="blockList">
<h4>tipoUbicacion</h4>
<pre>java.lang.String tipoUbicacion</pre>
<div class="block">Tipo de ubicacion actual</div>
</li>
<li class="blockListLast">
<h4>citas</h4>
<pre><any> citas</pre>
<div class="block">Citas agendadas por el usuario</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.llama.tech.doctor.mundo.UsuarioException">
<!-- -->
</a>
<h3>Class <a href="com/llama/tech/doctor/mundo/UsuarioException.html" title="class in com.llama.tech.doctor.mundo">com.llama.tech.doctor.mundo.UsuarioException</a> extends java.lang.Exception implements Serializable</h3>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package org.json</h2>
<ul class="blockList">
<li class="blockList"><a name="org.json.JSONArray">
<!-- -->
</a>
<h3>Class <a href="org/json/JSONArray.html" title="class in org.json">org.json.JSONArray</a> extends java.lang.Object implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>myArrayList</h4>
<pre>java.util.ArrayList<E> myArrayList</pre>
<div class="block">The arrayList where the JSONArray's properties are kept.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.json.JSONException">
<!-- -->
</a>
<h3>Class <a href="org/json/JSONException.html" title="class in org.json">org.json.JSONException</a> extends java.lang.RuntimeException implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>0L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>cause</h4>
<pre>java.lang.Throwable cause</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.json.JSONObject">
<!-- -->
</a>
<h3>Class <a href="org/json/JSONObject.html" title="class in org.json">org.json.JSONObject</a> extends java.lang.Object implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>map</h4>
<pre>java.util.Map<K,V> map</pre>
<div class="block">The map where the JSONObject's properties are kept.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.json.JSONTokener">
<!-- -->
</a>
<h3>Class <a href="org/json/JSONTokener.html" title="class in org.json">org.json.JSONTokener</a> extends java.lang.Object implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>character</h4>
<pre>long character</pre>
</li>
<li class="blockList">
<h4>eof</h4>
<pre>boolean eof</pre>
</li>
<li class="blockList">
<h4>index</h4>
<pre>long index</pre>
</li>
<li class="blockList">
<h4>line</h4>
<pre>long line</pre>
</li>
<li class="blockList">
<h4>previous</h4>
<pre>char previous</pre>
</li>
<li class="blockList">
<h4>reader</h4>
<pre>java.io.Reader reader</pre>
</li>
<li class="blockListLast">
<h4>usePrevious</h4>
<pre>boolean usePrevious</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><a href="overview-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?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>
|
installer/install/install_data/jvm/cbc/cbccore/display/CBCJVM/docs/api/cbccore/create/commands/package-tree.html | BotBallARDroneAPI/CBCJVM | <!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_37) on Mon Nov 26 17:20:39 CST 2012 -->
<TITLE>
cbccore.create.commands Class Hierarchy (CBCJVM API - JavaDoc)
</TITLE>
<META NAME="date" CONTENT="2012-11-26">
<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="cbccore.create.commands Class Hierarchy (CBCJVM API - JavaDoc)";
}
}
</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"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </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="../../../cbccore/create/package-tree.html"><B>PREV</B></A>
<A HREF="../../../cbccore/display/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?cbccore/create/commands/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.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>
Hierarchy For Package cbccore.create.commands
</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="../../../overview-tree.html">All Packages</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.Object<UL>
<LI TYPE="circle">cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Drive.html" title="class in cbccore.create.commands"><B>Drive</B></A> (implements cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Command.html" title="interface in cbccore.create.commands">Command</A>)
<LI TYPE="circle">cbccore.create.commands.<A HREF="../../../cbccore/create/commands/DriveStraight.html" title="class in cbccore.create.commands"><B>DriveStraight</B></A> (implements cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Command.html" title="interface in cbccore.create.commands">Command</A>)
<LI TYPE="circle">cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Events.html" title="class in cbccore.create.commands"><B>Events</B></A><LI TYPE="circle">cbccore.create.commands.<A HREF="../../../cbccore/create/commands/PowerLED.html" title="class in cbccore.create.commands"><B>PowerLED</B></A> (implements cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Command.html" title="interface in cbccore.create.commands">Command</A>)
<LI TYPE="circle">cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Reboot.html" title="class in cbccore.create.commands"><B>Reboot</B></A> (implements cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Command.html" title="interface in cbccore.create.commands">Command</A>)
<LI TYPE="circle">cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Script.html" title="class in cbccore.create.commands"><B>Script</B></A> (implements cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Command.html" title="interface in cbccore.create.commands">Command</A>)
<LI TYPE="circle">cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Stop.html" title="class in cbccore.create.commands"><B>Stop</B></A> (implements cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Command.html" title="interface in cbccore.create.commands">Command</A>)
<LI TYPE="circle">cbccore.create.commands.<A HREF="../../../cbccore/create/commands/TurnCCW.html" title="class in cbccore.create.commands"><B>TurnCCW</B></A> (implements cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Command.html" title="interface in cbccore.create.commands">Command</A>)
<LI TYPE="circle">cbccore.create.commands.<A HREF="../../../cbccore/create/commands/TurnCW.html" title="class in cbccore.create.commands"><B>TurnCW</B></A> (implements cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Command.html" title="interface in cbccore.create.commands">Command</A>)
<LI TYPE="circle">cbccore.create.commands.<A HREF="../../../cbccore/create/commands/WaitAngle.html" title="class in cbccore.create.commands"><B>WaitAngle</B></A> (implements cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Command.html" title="interface in cbccore.create.commands">Command</A>)
<LI TYPE="circle">cbccore.create.commands.<A HREF="../../../cbccore/create/commands/WaitCCWAngle.html" title="class in cbccore.create.commands"><B>WaitCCWAngle</B></A> (implements cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Command.html" title="interface in cbccore.create.commands">Command</A>)
<LI TYPE="circle">cbccore.create.commands.<A HREF="../../../cbccore/create/commands/WaitCWAngle.html" title="class in cbccore.create.commands"><B>WaitCWAngle</B></A> (implements cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Command.html" title="interface in cbccore.create.commands">Command</A>)
<LI TYPE="circle">cbccore.create.commands.<A HREF="../../../cbccore/create/commands/WaitDistance.html" title="class in cbccore.create.commands"><B>WaitDistance</B></A> (implements cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Command.html" title="interface in cbccore.create.commands">Command</A>)
<LI TYPE="circle">cbccore.create.commands.<A HREF="../../../cbccore/create/commands/WaitEvent.html" title="class in cbccore.create.commands"><B>WaitEvent</B></A> (implements cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Command.html" title="interface in cbccore.create.commands">Command</A>)
<LI TYPE="circle">cbccore.create.commands.<A HREF="../../../cbccore/create/commands/WaitTime.html" title="class in cbccore.create.commands"><B>WaitTime</B></A> (implements cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Command.html" title="interface in cbccore.create.commands">Command</A>)
</UL>
</UL>
<H2>
Interface Hierarchy
</H2>
<UL>
<LI TYPE="circle">cbccore.create.commands.<A HREF="../../../cbccore/create/commands/Command.html" title="interface in cbccore.create.commands"><B>Command</B></A></UL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../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"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </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="../../../cbccore/create/package-tree.html"><B>PREV</B></A>
<A HREF="../../../cbccore/display/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?cbccore/create/commands/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.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>
<i>Copyright © 2010 Benjamin Woodruff, Braden
McDorman, and anyone else who is cited at an author.GPLv3
Licensed.
<p>Fork us on
<a href = "http://github.com/catron/CBCJVM">github</a>!</i>
</BODY>
</HTML>
|
Module-2/Examples/SemanticElements.1.html | jagarzone6/Introduction-to-HTML-and-JavaScript | <!DOCTYPE html>
<html lang="en-US">
<head>
<title>SemanticElements 1</title>
<link rel="stylesheet" type="text/css" href="styles/mod2_figure.css" media="screen" />
</head>
<body>
<figure>
<img src="images/mod2_dotnet.png" alt=".NET Foundation">
<figcaption>
The .NET Foundation is an independent organization to foster open development and collaboration around the Microsoft .NET development framework.
<br />
<a href="http://www.dotnetfoundation.org/">http://www.dotnetfoundation.org/</a>
</figcaption>
</figure>
</body>
</html> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.